/*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #666666;
font-family: 'Noto Sans SC', sans-serif;
  overflow-x: hidden;
}

a {
  color: #e80b8c;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #2d5caa;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

ul li, ol li { list-style: none; }

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #2d5caa;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: /*linear-gradient(45deg, #1de099, #1dc8cd);*/#2d5caa;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background:#2d5caa;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
    background:rgba(255,255,255,0.2);
  font-family: 'Nanum Gothic', sans-serif;
}



#header #logo {
  float: left;
}

#header #logo h1 {
  width:140px;
  font-size: 26px;
  margin: -15px 0 0 0;
  padding: 0;
  display: inline-block;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
/*  letter-spacing: 3px;*/
  text-transform: uppercase;
}

/*
#header #logo h1 span { color:#e80b8c; }
*/

#header #logo h1 a,
#header #logo h1 a:hover {
    color:#fff;
    height:auto;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width:100%;
}

@media all and ( max-width:480px ){
    #header #logo h1  { font-size:15px; }
    
}

#header.header-fixed {
  background: /*linear-gradient(45deg, #009cff, #0040e1);*/#2d5caa;
  padding: 25px 0;
  height: 95px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: auto;
  background:/*linear-gradient(45deg, rgba(132,103,255, 0.8), rgba(29, 200, 205, 0.8))rgba(132,103,255, 0.8), rgba(29, 200, 205, 0.8)), */url('../img/new_back.jpg')center bottom no-repeat;
  background-size:cover;
  position: relative;
padding-top:150px;
/*    padding-bottom:50px;*/
}

/* Slider */
* {margin:0;padding:0;box-sizing:border-box;}
ul, li {list-style:none;}

[name="slide"] {display:none;}
.slidebox {max-width:1920px;width:100%;margin:0 auto;text-align:center;}
.slidebox img {max-width:100%;}
.slidebox .slidelist {
	white-space:nowrap;
	font-size:0;
	overflow:hidden;
}
.slidebox .slideitem {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	transition:all .35s;
}
.slidebox .slideitem label {
	position:absolute;
	z-index:1;
	top:50%;
	transform:translateY(-50%);
	padding:20px;
	border-radius:50%;
	cursor:pointer;
}
label.left {
	left:20px;
	background-color:#4281e728;
	background-image:url('../img/left-arrow.png');
	background-position:center center;
	background-size:50%;
	background-repeat:no-repeat;
}
label.right {
	right:20px;
	background-color:#4281e728;
	background-image:url('../img/right-arrow.png');
	background-position:center center;
	background-size:50%;
	background-repeat:no-repeat;
}

/* 페이징 스타일 */
.paginglist {text-align:center;padding:30px 0;}
.paginglist > li {display:inline-block;vertical-align:middle;margin:0 10px;}
.paginglist > li > label {display:block;padding:10px 30px;border-radius:10px;background:#ccc;cursor:pointer;}
.paginglist > li:hover > label {background:#333;}

[id="slide01"]:checked ~ .slidelist .slideitem {transform:translateX(0);animation:slide01 30s infinite;}
[id="slide02"]:checked ~ .slidelist .slideitem {transform:translateX(-100%);animation:slide02 30s infinite;}
[id="slide03"]:checked ~ .slidelist .slideitem {transform:translateX(-200%);animation:slide03 30s infinite;}
[id="slide04"]:checked ~ .slidelist .slideitem {transform:translateX(-300%);animation:slide04 30s infinite;}
[id="slide05"]:checked ~ .slidelist .slideitem {transform:translateX(-400%);animation:slide05 30s infinite;}
[id="slide06"]:checked ~ .slidelist .slideitem {transform:translateX(-500%);animation:slide06 30s infinite;}
[id="slide07"]:checked ~ .slidelist .slideitem {transform:translateX(-600%);animation:slide07 30s infinite;}

@keyframes slide01 {
	0% {left:0%;}
	20% {left:0%;}
  22% {left:-100%;}
	34% {left:-100%;}
  36% {left:-200%;}
	48% {left:-200%;}
	50% {left:-300%;}
  62% {left:-300%}
	64% {left:-400%;}
	76% {left:-400%;}
  78% {left:-500%;}
	90% {left:-500%;}
  92% {left:-600%;}
  98% {left:-600%;}
  100% {left:0%;}
}
@keyframes slide02 {
	0% {left:0%;}
	20% {left:0%;}
  22% {left:-100%;}
	34% {left:-100%;}
  36% {left:-200%;}
	48% {left:-200%;}
	50% {left:-300%;}
  62% {left:-300%}
	64% {left:-400%;}
	76% {left:-400%;}
  78% {left:-500%;}
	90% {left:-500%;}
  92% {left: 100%;}
  98% {left: 100%;}
  100% {left:0%;}
}
@keyframes slide03 {
  0% {left:0%;}
	20% {left:0%;}
  22% {left:-100%;}
	34% {left:-100%;}
  36% {left:-200%;}
	48% {left:-200%;}
	50% {left:-300%;}
  62% {left:-300%}
	64% {left:-400%;}
	76% {left:-400%;}
  78% {left: 200%;}
	90% {left: 200%;}
  92% {left: 100%;}
  98% {left: 100%;}
  100% {left:0%;}

}
@keyframes slide04 {
  0% {left:0%;}
	20% {left:0%;}
  22% {left:-100%;}
	34% {left:-100%;}
  36% {left:-200%;}
	48% {left:-200%;}
	50% {left:-300%;}
  62% {left:-300%}
	64% {left: 300%;}
	76% {left: 300%;}
  78% {left: 200%;}
	90% {left: 200%;}
  92% {left: 100%;}
  98% {left: 100%;}
  100% {left:0%;}

}
@keyframes slide05 {
	0% {left:0%;}
	20% {left:0%;}
  22% {left:-100%;}
	34% {left:-100%;}
  36% {left:-200%;}
	48% {left:-200%;}
	50% {left: 400%;}
  62% {left: 400%}
	64% {left: 300%;}
	76% {left: 300%;}
  78% {left: 200%;}
	90% {left: 200%;}
  92% {left: 100%;}
  98% {left: 100%;}
  100% {left:0%;}

}
@keyframes slide06 {
  0% {left:0%;}
	20% {left:0%;}
  22% {left:-100%;}
	34% {left:-100%;}
  36% {left: 500%;}
	48% {left: 500%;}
	50% {left: 400%;}
  62% {left: 400%}
	64% {left: 300%;}
	76% {left: 300%;}
  78% {left: 200%;}
	90% {left: 200%;}
  92% {left: 100%;}
  98% {left: 100%;}
  100% {left:0%;}

}
@keyframes slide07 {
  0% {left:0%;}
	20% {left:0%;}
  22% {left: 600%;}
	34% {left: 600%;}
  36% {left: 500%;}
	48% {left: 500%;}
	50% {left: 400%;}
  62% {left: 400%}
	64% {left: 300%;}
	76% {left: 300%;}
  78% {left: 200%;}
	90% {left: 200%;}
  92% {left: 100%;}
  98% {left: 100%;}
  100% {left:0%;}

}




#intro #circle { width:17%; height:auto; margin:0 auto; }
#intro #circle img { width:100%; }

#intro .intro-text {

  left: 0;
  top: 130px;
  right: 0;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; 
}

#intro .intro-text p.middle_text { font-family: 'Nanum Gothic', sans-serif; font-size:20px; color:#cccccc; font-weight:400; }

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 70px;
  font-weight: 500;
  line-height:70px;
  color: #fff;
}

/*#intro h2 span { color:#e80b8c; }*/

#intro p {
  color: #fff;
  margin-bottom: 20px;
/*  padding: 0 15px;*/
  font-size: 24px;
}

#intro #bex_box { width:100%; height:auto;text-align:center; padding-top:50px; font-family: 'Nanum Gothic', sans-serif;}
#intro #bex_box #bex_logo { width:8%; height:auto; margin:0 auto 20px; }
#intro #bex_box #bex_logo img { width:100%; }
#intro #bex_box #bex_text { font-size:20px; color:white;}
#intro #bex_box ol#pin { display: inline-block; text-align: center; margin-left:-40px; margin-top:30px;}
#intro #bex_box ol#pin li { float:left; width:130px; height:40px; background:#2d5caa; border-radius:30px; line-height: 40px; margin-left:20px;transition: 0.6s all;}
#intro #bex_box ol#pin li:hover { background:#4280e7; transition: 0.6s all;}
#intro #bex_box ol#pin li a { color:white; font-size:15px;}
#intro #bex_box ol#pin li:nth-of-type(1) {margin-left:0;}

#intro .btn-get-started {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px; 
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  border: 2px solid #e80b8c;
  background: #e80b8c;

}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

/*#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}*/

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  width:300px; 
  position: absolute;
  z-index: 10;
  left: calc(50% - 150px);
  bottom: 0;
  top: 0px;
}

#intro .product-screens .product-screen-3 img { width:100%; }
#intro .product-screens .product-screen-3 .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #009cff;
  font-style: italic;
  letter-spacing: 4px;
    font-size:15px;
    position: absolute;
    bottom:-20px;

} 
#intro .product-screens .product-screen-3 .section-title {
  font-size: 32px;
  color: #fff;
  text-align: center;
/*  font-weight: 600;*/
  font-family: 'Nanum Gothic', sans-serif;
} 

section#logo_text {  width:1000px;  margin: 0 auto; height:auto; padding:50px 0; opacity:0.5}
section#logo_text .logos {  width:100%; height:100px; border-top:1px solid white; line-height: 100px; }
section#logo_text .logos span { width:17%; height:auto; float:left; color:white; font-weight:400; font-size:18px;}
section#logo_text .logos div div {float:left; margin-right:1.5%; height:auto;}
/*section#logo_text #logos3 { border:none; color:#000f46;}
section#logo_text #logos3 ul {float:left; margin-left:-40px;}
section#logo_text #logos3 ul#tel {width:25%;}
section#logo_text #logos3 ul#mail {width:35%;}
section#logo_text #logos3 ul#site {width:30%;}
section#logo_text #logos3 li.con {width:36px;}
section#logo_text #logos3 li {font-size:18px;font-family: ' Nanum Gothic', sans-serif;}
section#logo_text #logos3 li a {color:#000f46;}*/


#bex_box { width:100%; height:auto;text-align:center; padding-top:50px; font-family: 'Nanum Gothic', sans-serif;}
#bex_box #bex_logo { width:8%; height:auto; margin:0 auto 20px; }
#bex_box #bex_logo img { width:100%; }
#bex_box #bex_text { font-size:25px; color:white;}
#bex_box ol#pin { display: inline-block; text-align: center; margin-left:-40px; margin-top:30px;}
#bex_box ol#pin li { float:left; width:180px; height:60px; background:#2d5caa; border-radius:30px; line-height: 60px; margin-left:20px;transition: 0.6s all;}
#bex_box ol#pin li:hover { background:#a9d7f1; transition: 0.6s all;}
#bex_box ol#pin li a { color:white; font-size:20px;}
#bex_box ol#pin li:nth-of-type(1) {margin-left:0;}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu a:hover { color:#4280e7; }

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: url("../img/new_back.jpg") center bottom no-repeat;
    background-size:cover;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li.none a {
  color:#ffcc00;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0,0,0,0.6);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
  font-size: 32px;
  color: #2d5caa;
  text-align: center;
  font-weight: 600;
  font-family: 'Nanum Gothic', sans-serif;
}

.section-header .section-description {
  text-align: center;
/*  padding-bottom: 40px;*/
  color: #000000;
    font-size:20px;
/*  font-style: italic;*/
/*  letter-spacing: 4px;*/

}

.section-header .section-divider {
  display: block;
  width: 150px;
  height: auto;
/*  background: #004a80;*/
/*  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);*/
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-header .section-divider img { width:100%; }

/* Section with background
--------------------------------*/

.section-bg {
  background: #f6f6f6;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 70px 0 0;
  overflow: hidden;
    background:#e0e8ff;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/

#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/

#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  overflow: hidden;
  background:linear-gradient(360deg, #2d5caa,#4280e7 )/* url(../img/con_back.png) fixed top no-repeat ;*/#2d5caa;
  background-size: cover;
/*  padding: 80px 0;*/
}


#call-to-action .row { width:100%; height:auto; margin:0 auto; font-family: ' Nanum Gothic', sans-serif; }
#call-to-action #contact2 { color:#000f46; margin:80px 0; width:82%; }
#call-to-action #contact2 a { color:#000f46; }
#call-to-action #contact2 a:hover { color:#e80b8c; }
#call-to-action #contact3 { width:18%; margin:80px 0;}
#call-to-action #contact2 h3,#dl_wrap { float: left; margin:10px 0 ; font-family: ' Nanum Gothic', sans-serif;}
#call-to-action #contact2 dl {margin:10px 30px 10px 0; float: left;  font-size:18px; line-height: 29px; }
#call-to-action #contact2 dl dt {margin-right:10px;}
#call-to-action #contact2 dl dt,dd { float: left; }
#call-to-action #contact2 h3 {width:15%; margin-right:30px;color:#000f46; font-size:23px;line-height: 50px; }

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  border: 2px solid #002278;
  background: #002278;
}

/* More Features Section
--------------------------------*/

#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/

#pricing {
  padding:30px 0 30px 0; background:#4280e7;
/*  overflow: hidden;*/
}
#pricing2 {
  padding:50px 0 30px 0; background:/*#2d5caa;*/#e0e8ff;
/*  overflow: hidden;*/
}


#pricing .box {
  padding: 40px;
margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(0,0,0, 0.30);
  background: #fff;
  text-align: center;
}

#pricing2 .box2 {
  padding: 40px;
/*  margin-bottom: 30px;*/
  box-shadow: 0px 0px 30px rgba(45,92,170,0.3);
  background: #fff;
  text-align: center;
}



#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
color:#01458c;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;


}

#pricing2 h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
color:#01458c;
}

#pricing2 h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing2 h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing2 h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing2 ul {
  padding: 0;
  list-style: none;
  color: #999;


}

#pricing ul li {
 margin:0 auto 20px; 
}

#pricing ul li.pic_box { width:80%; height:130px; border-radius:10px; overflow: hidden; }
#pricing ul li.pic_box img { width:100%;  }
#pricing ul li.text_box { text-align: center; line-height: 30px; color:#353535; margin:10px 0 0 0;}
#pricing ul li.text_box span { font-size:20px; font-weight:bold}

@media all and (max-width:480px){
    
    #pricing ul li.pic_box { width:100%; }
}


#pricing2 ul li {
 margin:0 auto 20px; 
}

#pricing2 ul li.pic_box { width:80%; height:130px; border-radius:10px; overflow: hidden; }
#pricing2 ul li.pic_box img { width:100%;  }
#pricing2 ul li.text_box { text-align: center; line-height: 30px; color:#353535; margin:10px 0 0 0;}
#pricing2 ul li.text_box span { font-size:20px; font-weight:bold}

@media all and (max-width:480px){
    
    #pricing2 ul li.pic_box { width:100%; }
}

      
#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
 /* border: 2px solid #1dc8cd;*/
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
    background:url(../img/pro_back.png) bottom no-repeat ;
    background-size:cover;
}

#faq #faq-list {
  padding: 20px;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/

#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
/*  overflow: hidden;*/
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
/*  font-style: italic;*/
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/

#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/

#contact {
/*  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #00296e;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: white;
  font-size: 14px; font-weight:200;
    
}
#team .member .pic img {  box-shadow: 0px 0px 10px rgba(0,0,0, 0.05) ;}
#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: white;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #4280e7;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }

  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) {
  #intro {
    background-attachment: fixed;
  }
}

}
@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 18px;
    margin-top: 0;
  }



  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }

  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #intro .product-screens .product-screen-2,
/*
  #intro .product-screens .product-screen-3 {
    display: none;
  }
*/


  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

section#video { color:#2d5caa; width:100%; height:auto; background:rgba( 45,92,170,0.3 ); padding:30px 0; margin-top:40px; text-align: center;}
section#video article { height:auto;margin:0 auto; }
section#video article h4 { }
section#video article p {  font-size:15px;color: #89b5ff; }
section#video article button {cursor: pointer;  color:#89b5ff;background:none; width:130px; height:40px; border:1px solid #89b5ff; border-radius:40px; font-size:16px; font-family: 'Nanum Gothic', sans-serif; right:0;top:50%; transition: 0.6s all;}
section#video article button:hover {background:#89b5ff; transition: 0.6s all; color:white; }
#imgwrap {  width:100%; }

@media all and (max-width:800px) {
    
}


section#contact_bottom { width:100%; height:230px; background:#ebebeb; padding:30px 0; text-align: center;}
section#contact_bottom h3 {
  font-size: 32px;
  color: #2d5caa;
  text-align: center;
  font-weight: 600;
  font-family: 'Nanum Gothic', sans-serif; }



ul.vip { text-align: center; padding:0; color:grey;}

    table#ta {width:80%; height: auto; margin:0 auto; text-align: center;}
    table#ta tr.grey {background:#f1f1f1;}
    table#ta tr#lunch {background:#ffffda;}
    table#ta tr#coffee {background:#fff0df;}
P#pro_in { font-weight:bold; margin-top:30px; }
table#bottom { width:40%; height:auto; margin:0 auto; }
#fade { width:100%; height: auto; margin-left:50px;}
#fade div { float:left;}

@media all and ( max-width:480px ) {
    
    #intro { padding-top:110px; }

#intro #circle { width:40%; height:auto; margin:0 auto 30px; }
#intro #circle img { width:100%; }
#intro #bex_box { padding-top:10px; }
#intro #bex_box #bex_logo { width:20%; margin:0 auto 20px; }
#intro #bex_box #bex_text {width:90%; font-size:16px; color:white; margin:0 auto;}
    #intro #bex_box ol#pin { width:80%; }
#intro #bex_box ol#pin li { width:48%; height:35px;line-height: 35px; margin-left:4%;transition: 0.6s all; margin-bottom:2%;}
#intro #bex_box ol#pin li:nth-of-type(3) { margin-left:0;}
#intro #bex_box ol#pin li a { color:white; font-size:12px;line-height: 35px;}
    #header {padding: 10px 0;}
/*    #header #logo h1 {  height:70px;}*/
/*    #header #logo img {height:100%;}*/
    #header.header-fixed { padding: 10px 0;}
    #intro .intro-text p.middle_text { font-size:15px;  font-weight:400; }
    #intro .btn-get-started { border: 2px solid #e80b8c; background:#e80b8c;}
    #intro h2 { margin: -20px 0 0 0; }
    #intro .product-screens .product-screen-3 {padding-top:20px;width:90%; height:auto;margin:0 auto;left: calc(50% - 45%);}
    
    #intro .product-screens .product-screen-3 img { width:50%; }
    #intro .product-screens .product-screen-3 .section-title {font-size: 25px;} 
    #intro .product-screens .product-screen-3 .section-description { font-size:12px;} 
/*    section#mobile_info { display: block; width:100%; }
    section#mobile_info img {width:100%; }*/
    section#logo_text {  }
    #team .member .pic img { height:100%; }
/*    #faq #faq-list { background:red; width:100%;}*/
    .container2 { padding:0; }
    table#ta {width:100%; height: auto; margin:0 auto; font-size:12px; text-align: center;}
    tbody { width:100%; margin:0 auto; }
    .section-header .section-description { font-size:15px; }
    table#ta td {padding:0 2px}
table#bottom { width:95%; font-size:15px; }
    #fade { margin-left:5px;}
#pricing .box { height:auto; margin:0 auto;
    margin-bottom: 10px;}
    #header { height:auto; }
section#logo_text {  width:100%; overflow: hidden; padding:10px 0 20px;}
section#logo_text .logos {margin-bottom:20px;  float:left;width:100%; height:auto; border-top:1px solid white; line-height: 100px; }
section#logo_text .logos span { width:100%;text-align: center; height:70px; line-height: 70px;}
section#logo_text .logos div div {width:48%; text-align: center; height:70px;line-height: 70px;}
section#logo_text .logos #logo_two div:nth-of-type(1) img {width:100%;}
section#logo_text .logos #logo_two div:nth-of-type(1)  { margin-left:5px;}
section#logo_text .logos #logo_two div:nth-of-type(2)  { margin-right:0;}
    #container2 { padding-left:0;}
    #clients img { opacity: 1; }

    #pricing { width:100%; padding:20px 0; }
    
    .imgbox { width:25%; }
    #clients img { padding:10px 0; }
    #pricing .box2 { margin-bottom:10px; padding: 20px 40px; }
    #faq { padding-bottom:0; }
    #pricing2 .box2 { margin-bottom:20px; }
}

@media all and ( max-width:320px ) {
    
    #intro h2 { font-size:22px; line-height: 30px; margin:-10px 0 30px 0;}
    #intro .intro-text p.middle_text { font-size:14px; line-height: 18px; }
    #intro .product-screens .product-screen-3 {padding-top:80px;}
    #intro .product-screens .product-screen-3 .section-description { display: none;} 
}

/*영문홈페이지 모바일*/
#faq #faq-list2 {
  padding: 0;
  list-style: none;
}
    table#ta2 {width:80%; height: auto; margin:0 auto; text-align: center;}
    table#ta2 tr.grey {background:#f1f1f1;}
    table#ta2 tr#lunch {background:#ffffda;}
    table#ta2 tr#coffee {background:#fff0df;}
    table#ta2 td {font-size:14px; padding:2px 5px;}

@media all and (max-width:480px) {
    table#ta2 {width:100%;overflow: hidden;line-height: 14px; }
    table#ta2 td {font-size:7px; padding:0;}
    
}

@media all and ( max-width:320px ) {
    table#ta2 {width:100%;overflow: hidden;line-height: 14px; }
    table#ta2 td {font-size:4px; padding:0;}
    
}


li.none a { /*font-weight:bold;*/ color:#ffcc00;}

/*영문홈페이지 모바일 끝*/

    
}
