
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500');

/* ==========================================================================
	General Styles
========================================================================== */
a {

  text-decoration:none;}

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  font-family: Roboto;
  font-weight: 400;
  color: #404050; 
  background-color: #ffffff;
  word-break: keep-all;
}

a.href_white {  
  font-size: 20px;  
  color: #ffffff; 
  font-weight: 400;
  text-decoration:underline;}

a.href_black {  
  font-size: 20px;  
  color: #000000; 
  font-weight: 400;
  text-decoration:underline;}

.text_black {
  font-size: 22px;    
  color: #000000; 
  font-weight: 500;
  text-decoration:none;}


ul, ol {
  margin: 0;
  padding: 0; }

ul li { list-style-type:disc;
   }

.section {
  width:100%;
  padding: 0px;
}

.no-padding {
  padding: 0px; 
}

.no-gutter [class*=col-] {
  padding-right: 30px;
  padding-left: 30px; 
}

.light-form-button{
    background: #808090;
    color: #ffffff;
    border:0px;
}

.copyright {
    font-size:15px;
    font-family: roboto;
    color:#aaaaaa;
}

.footer-text {
    font-size:13px;
    font-family: roboto;
    color:#aaaaba;
}


p {
  font-size: 15px;
  line-height: 150%;
  color: #707080;
  font-weight: 400; 
}

h1 {
  font-size: 50px;
  color: #000000; 
  }

h2 {
  font-size: 40px;
  color: #000000; 
}


h3 {
  font-size: 26px;
  color: #808090;
  font-weight: 500;
  line-height:150%;
}

h4 {
  font-size: 22px;
  color: #404050;
  font-weight: 400; 
}

h5 {
  font-size: 18px;
  color: #404050;
  font-weight: 300;
  line-height: 150%;
}


.h10 {height:10px;}
.h20 {height:20px;}
.h30 {height:30px;}
.h40 {height:40px;}
.h50 {height:50px;}
.h60 {height:60px;}
.h70 {height:70px;}
.h80 {height:80px;}
.h90 {height:90px;}
.h100 {height:100px;}
.h150 {height:150px;}
.h200 {height:200px;}
.h250 {height:250px;}
.h300 {height:300px;}
.h350 {height:350px;}
.h400 {height:400px;}
.h450 {height:450px;}
.h500 {height:500px;}


.thumb {
    background-color: #ccccd5;
    width: 100%;
    margin: 50px 0 15px 0;
    border-radius: 0px;
    border: solid 0px #fff;
    box-shadow:rgba(0,0,0,0.2) 0px 5px 10px;

}



.thumb_text_white {
    text-align:left;     
    color:#ffffff;
    font-family: Roboto;
    font-weight:400;
    font-size:16px;
    line-height:150%;
    opacity:1;    
}

.thumb_text_balck {
    text-align:left;     
    color:#404050;
    font-family: Roboto;
    font-weight:400;
    font-size:16px;
    line-height:150%;
    opacity:1;    
}


/* 스크롤 전 */



#header {
  position: fixed;
  background-color: rgba(255,255,255,0); 
  width: 100%;
  z-index: 999;
  opacity: 1;    
  transition: opacity 0.3s; 
  color:#ffffff;
  box-shadow: rgba(0,0,0,0) 0px 0px 10px;      
  }

#header .header-content {
    border-bottom:0px solid rgba(255, 255, 255, 0);
    margin: 0 auto;
    max-width: 1260px;
    padding:40px 0;
    width: 100%;
    transition: padding 0.3s; }

#header .logo {
    float: left; 
    margin-left:30px;
    margin-top:8px;    
    width:200px;
    height:30px;
    background-image: url(../images/bi/davinci_labs_w.png);   
    background-repeat: no-repeat;
    background-size:200px;
}

#header .navigation a {
    color:#ffffff;
    font-family:roboto;
    font-size: 18px;
    font-weight: 500;
    margin-right: 30px;
 
}

#header .navigation a:hover {color:#00acd2;},.navigation a.active {color:#404050;}


/* 스크롤 후 */

#header.fixed .logo {
    margin-left: 30px;
    margin-top: 12px;
    width:200px;
    height:30px;
    background-image: url(../images/bi/davinci_labs_logos.png);      
    background-size:160px;
}


#header.fixed {
   background-color: rgba(255,255,255,1);
   box-shadow: rgba(0,0,0,0.1) 0px 0px 10px;    
   transition: opacity 0.3s; 
}

#header.fixed .header-content {
    border-bottom: 0px;
    padding: 17px 0; 
}

#header.fixed .nav-toggle {
    top:30px; 
}

#header.fixed .navigation a {
    color:#00acd2;
    font-family:roboto;
    font-size: 18px;
    font-weight: 500;
    margin-right: 30px;
 
}


#header.fixed .navigation a:hover {color:#404050;}

#header.fixed .navigation a.active {color:#404050;}


.navigation.open {
  opacity: 0.97;
  visibility: visible;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.navigation {
    float: right;
    padding-top:11px;
    padding-right:0px; 
}

.navigation li {
    display: inline-block; 
}


.nav-toggle {
    
  display: none;
  width:80px;
  height: 80px;
  overflow: hidden;
  position: fixed;
  right:10px;
  text-indent: 100%;
  top: 40px;
  white-space: nowrap;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; 
}

.nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "111";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; 
}

.nav-toggle:before {
 
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; 
}

.nav-toggle:after {

    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; 
}



.nav-toggle span {
    background-color: #aaaaba;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 15px;
    width: 30px;
    z-index: 10;
    transform: translateX(-50%) translateY(-50%); 
}


.nav-toggle span:before, .nav-toggle span:after {
      background-color: #aaaaba;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }

.nav-toggle span:before {
      -moz-transform: translateY(-10px) rotate(0deg);
      -ms-transform: translateY(-10px) rotate(0deg);
      -webkit-transform: translateY(-10px) rotate(0deg);
      transform: translateY(-10px) rotate(0deg); }

.nav-toggle span:after {
      -moz-transform: translateY(10px) rotate(0deg);
      -ms-transform: translateY(10px) rotate(0deg);
      -webkit-transform: translateY(10px) rotate(0deg);
      transform: translateY(10px) rotate(0deg); }

.nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }

.nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

.nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #404050; }

.nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }

.nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); 
}

    
#overlay { 
  -o-animation: colorcycle 60s infinite;
  -moz-animation: colorcycle20s infinite;
  -webkit-animation: colorcycle 60s infinite;
  animation: colorcycle 60s infinite; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


.banner {
  background-image:url(../images/main_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size:100%;
  min-height: 700px;

}    


.banner-text {padding-top: 23%;}

.banner-text h1 {
    font-size: 70px;
    color: #00ffff;
    font-family: roboto;
    font-weight: 200;
    line-height:120%;
    letter-spacing: 6px;
    text-shadow:rgba(0,0,0,0.3) 0px 5px 5px;
}
  
  .banner-text h2 { 
    text-transform: uppercase;
    font-size: 20px;
    color: #404050;
    font-family:  roboto;
    font-weight: 400;
    line-height:100%;
    text-shadow:rgba(0,0,0,0) 0px 5px 5px;
}

.section_white {
    background-color:#ffffff;    
    padding-top:100px;    
    padding-bottom:100px;
} 

.section_whitegray {
    background-color:#f5f5f9;    
    padding-top:100px;    
    padding-bottom:100px;
} 

.section_gray {
    background-color:#aaaaba;    
    padding-top:100px;    
    padding-bottom:100px;
} 

.section_blue {
    background-color:#00acd2;    
    padding-top:100px;    
    padding-bottom:100px;
} 

.section_darkblue {
    background-color:#406080;    
    padding-top:100px;    
    padding-bottom:100px;
} 


.section_feedback {
  background-color:#f0f0f7;    
  padding-top:50px;    
  padding-bottom:150px;
} 

.section_contents {
    background-image: url(../images/mobile_desktop.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
  background-color:#404050;    
  padding-top:100px;    
  padding-bottom:150px;
} 

.section_download {
    background-image: url(../images/mobile_hand.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00acd2;   
    padding-top:100px;    
    padding-bottom:150px;
} 

.section_community {
    
    background-color:#fee101;    
    padding-top:100px;    
    padding-bottom:150px;
} 


.section_title_black {
    width:100%;
    text-align: left;   
    padding-left:0px;
    color:#404050;
    font-family:roboto ;
    font-weight:200;
    font-size:80px;
    line-height:110%;
    padding-bottom:2px;
    margin-top:0px;  
   
}

.section_title_gray {
    width:100%;
    text-align: left;   
    padding-left:0px;
    color:#808090;
    font-family:roboto ;
    font-weight:200;
    font-size:80px;
    line-height:110%;
    padding-bottom:2px;
    margin-top:0px;  
   
}

.section_title_white {
    width:100%;
    text-align: left;   
    padding-left:0px;
    color:#ffffff;
    font-family:roboto ;
    font-weight:200;
    font-size:80px;
    line-height:110%;
    padding-bottom:2px;
    margin-top:0px;  

}

.section_sub_title_black {
    text-align:center;     
    color:#404050;
    font-family: Roboto;
    font-weight:500;
    font-size:17px;
    line-height:150%;
    padding:20px 0px 20px 0px; 
    opacity:1;
    text-transform: uppercase;
    letter-spacing: 4px;  
}


.section_sub_title_gray {
    text-align:center;     
    color:#808090;
    font-family: Roboto;
    font-weight:500;
    font-size:17px;
    line-height:150%;
    padding:20px 0px 20px 0px;     
    opacity:1;
    text-transform: uppercase;
    letter-spacing: 4px;
}


.section_sub_title_white {
    text-align:center;     
    color:#ffffff;
    font-family: Roboto;
    font-weight:500;
    font-size:17px;
    line-height:150%;
    padding:20px 0px 20px 0px;     
    opacity:1; 
    text-transform: uppercase;
    letter-spacing: 4px;   
}

.gongber_image_01 {
  background-image: url(../images/f01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:300px;    
  border-radius: 4px;
  border: 0px solid #dddddf;
  opacity:1;
  margin-bottom: 20px;
}

.gongber_image_02 {
  background-image: url(../images/f02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:300px;    
  border-radius: 4px;
  border: 0px solid #dddddf;
  opacity:1;  
  margin-bottom: 20px;
    
}

.gongber_image_03 {
  background-image: url(../images/f03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:300px;    
  border-radius: 4px;
  border: 0px solid #dddddf;
  opacity:1;
  margin-bottom: 20px;    
}

.community_image {
    width: 300px;
    border-radius: 20px;
    border: solid 0px #fff;
    box-shadow:rgba(0,0,0,0.2) 0px 10px 20px;
}


.iheight {
    height:80px;  
}

.feature {
  margin-bottom: 50px;
}

.feature-content {
    padding: 0 0px;
    margin-top: 0px; 
    text-align: left;
}
.feature .icon {
    color: #e84545;
    font-size: 60px; 
}

.features_title_black  {
  font-size: 22px;
  color: #404050;
  font-weight:400;
  line-height:300%;
  text-transform: uppercase;
}

.features_title_gray  {
  font-size: 22px;
  color: #aaaaba;
  font-weight:400;
  line-height:300%;
  text-transform: uppercase;
}

.features_text_black {
    text-align: left;
  font-size: 15px;
  color: #404050;
  font-weight:400;
  line-height: 160%;
}

.features_text_black_bold {
  font-size: 20px;
  color: #404050;
  font-weight:400;
  line-height: 160%;
}

.features_text_white {
  font-size: 20px;
  color: #ffffff;
  font-weight:300;
  line-height: 160%;
}

.features_text_white_bold {
  font-size: 20px;
  color: #ffffff;
  font-weight:300;
  line-height: 130%;
}

.contents_title_black  {
  font-size: 24px;
  color: #404050;
  font-weight: 400;
  line-height:200%;
}

.contents_title_white  {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  line-height:200%;
}

.contents_sub_title_black  {
  font-size: 20px;
  color: #606070;
  font-weight: 300;
  line-height:200%;
}

.contents_sub_title_white  {
  font-size: 20px;
  color: #cccccd;
  font-weight: 300;
  line-height:200%;
}

.profile_image{
  width: 60%;
  height: 60%;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}

.contents_image{
  width: 70%;
  height: 70%;
  background-color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;    
  box-shadow:rgba(0,0,0,0.2) 0px 10px 20px;
    
}


.brand_title1 {
    color:#5ec0de;
    font-family:roboto;
    font-weight:500;
    font-size:28px;
    line-height:100%;
}
.brand_title2 {
    color:#fcb040;
    font-family:roboto;
    font-weight:500;
    font-size:28px;
    line-height:100%;
}
.brand_title3 {
    color:#afc74a;
    font-family:roboto;
    font-weight:500;
    font-size:28px;
    line-height:100%;
}
.brand_title4 {
    color:#ef67a5;
    font-family:roboto;
    font-weight:500;
    font-size:28px;
    line-height:100%;
}
.brand_title5 {
    color:#2da0c6;
    font-family:roboto;
    font-weight:500;
    font-size:28px;
    line-height:100%;
}


.question {
    display: table-cell;
    vertical-align: middle;
    background-color: #404050;
    text-align: center;
    width:36px;
    height:36px;
    color:#fff5e5;
    font-family:roboto;
    font-weight:500;
    font-size:18px;
    border-radius:5px;
   line-height: 100%;    
}

.contact_text {
  font-size: 18px;
  color: #404050;
  font-weight:400;
  line-height: 150%;
}



/* ==========================================================================
.testimonial-slider
========================================================================== */
.testimonial-slider {
    width:100%;
}

.testimonial-slider .avatar {
    width: 74.7%;
    height:100%;
    margin: 0 auto;
    border: solid 0px #fff;
    box-shadow:rgba(0,0,0,0.1) 0px 10px 20px;
}

.testimonial-slider .avatar2 {    
    width: 70%;
    height:500px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    box-shadow:rgba(0,0,0,0.1) 0px 10px 20px;
}


.testimonial-slider .avatar img {
      width:100%;
      height: 100%; 
     border-radius: 10px;
}




.testimonial-slider h2 {
    color: #cccccd;
    font-size: 26px;
    font-weight: 500;
    margin: 40px 0 20px 0; 
    letter-spacing: 2px;
}

.testimonial-slider p {
    color: #cccccd;
    font-size: 22px;
    font-weight: 300;      
    letter-spacing: 0px; 
    line-height: 100%;
    letter-spacing: 2px;
}



/* ==========================================================================
	$Footer
========================================================================== */

.footer {
  text-align: center; }

.footer-top {

    padding: 100px 0px 50px 0px; }

.footer-bottom {
    background-color: #606070;
    padding: 50px 0px 50px 0px; 
    vertical-align: middle;}

.footer .footer-col {
    margin-bottom: 0px; }

.footer h5 {
    color: #808090; 
    font-size:14px;
letter-spacing:1px;
line-height: 180%;}

.footer h5 {
    margin-bottom: 5px; }

.footer p {
    color: rgba(0, 0, 0, 0.5); }

.footer a {
    color: #808090; 
    font-size:15px;
    text-decoration: underline;}

.footer a:hover {
    color: #000000; }

.footer .footer-share {
    margin-top: 0; }

.footer .footer-share li {
      display: inline-block;
      float: none; }

.footer .footer-share a {
      border-width: 2px;
      color: #fff; }

.footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }

.download_button  {
	display:block;
    width:280px;
    background-color:#aaaaba;
    height:50px;
    padding-top:16px;
	text-decoration: none;
	text-align: center;
	color:#ffffff;
    font-family:roboto;
	font-weight:400;
	font-size:18px;
	line-height:100%;
	border:0px solid #5ec0de;    
    vertical-align:middle;    
	border-radius:100px;
    transition: all 0.1s ease-in-out;
}

.download_button:hover  {
    cursor:pointer;
    color:#ffffff;
    background-color:#808090;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;  
}


/***********************************
Contact Us
************************************/
.contact form .form {
    width: 100%;
    height: auto;
    padding: 15px 15px 12px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #7f7f7f;
    letter-spacing: 0.5px;
}

#contact .form-control {
    background: #fafafa;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 100%;
	margin-bottom: 15px;
    border-radius: 0;
    
}

.textarea {
    height: 228px;
    max-width: 100%;
    max-height: 229px;
}

.light {
    font-weight: 100;
}

.white{
    color: #fff !important;
}

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

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

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

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




.session_title {
    color:#404050;
    font-family:roboto;
    font-weight:700;
    font-size:24px;
    line-height: 100%; 
    margin-bottom: 10px;

}

.session_title_sub {
    color:#404050;
    font-family:roboto;
    font-weight:300;
    font-size:30px;
    line-height:120%;
    padding-bottom:10px;    
    border-bottom:0px solid #dddddf; 
}

.course_subject {
  font-size: 15px;
  color: #9090a0;
  font-weight: 400;
  line-height:100%;
}

.course_data {
  font-size: 15px;
  color: #808090;
  font-weight: 400;
  line-height:100%;    
}


.button2_trial {
    background-color:#ffaa00;
    width:160px;
    height:32px;
    color:#ffffff;
    font-family:Open Sans;
    font-weight:400;
    font-size:18px;
    line-height:100%;
    border-radius:100px;
    padding-top:14px;
    cursor:pointer;
}

.button2_trial:hover {
    background-color:#ffcc50;
}

