﻿/*common*/
.heading-font {
  font-family: 'Noto Sans KR', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family:'Noto Sans KR','Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family:'Noto Sans KR', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family:'Noto Sans KR','Helvetica', 'Arial', 'sans-serif';
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #45aed6;
}
a:hover,
a:focus {
  color: #2a95be;
}
hr {
  max-width: 80%;
  margin: 30px auto ;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans KR','Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/*common*/
/*nav area*/
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Noto Sans KR','Helvetica', 'Arial', 'sans-serif';
  font-weight: 300;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Noto Sans KR','Helvetica', 'Arial', 'sans-serif';
  font-weight: 300;
  letter-spacing: 1px;
  color: #45aed6;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #2a95be;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 14px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Noto Sans KR', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight:600
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #2a95be;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #2a95be !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #fff;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color:  #000;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #000;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #2a95be;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #2a95be;
  }
}
/*nav area*/
/*header area*/
header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background:  #27387a; 
  color: #fff;
}
header .header-content-mst {
  text-align: left;
  padding: 100px 0 0px;
  position: relative;
  max-width:570px; 
}

header .header-content-mst .eventtitle{
    font-size:28px;
    line-height:34px;
    color:#333;
    letter-spacing:-2px;
    margin-bottom:0px;
}
header .header-content-mst .eventtitle img{vertical-align:top;}

header .header-content-mst .header-content-inner{ 
     background-image: url(../img/line_icon_header.png);  
  background-size: contain; 
  background-repeat:no-repeat;
     max-width:570px; 
    max-height:260px;
    width: 100%; 
    
}
 
header .header-content-mst   .header-content-inner .inner-text{
    font-family: 'Poppins', sans-serif;
    padding-top: 20px;
    padding-left: 10px;

}
.years-tit{font-size:20px;margin:0px;padding:0px;line-height:20px;font-weight:300;}
header .header-content-mst .header-content-inner .inner-text h1{
font-family: 'Poppins', sans-serif;
font-size:30px;
letter-spacing:-1px;
margin:0px;padding:0px;
font-weight:300;line-height:30px;
}
header .header-content-mst .header-content-inner .inner-text h1 >span.fontbold{font-weight:500;}



header .header-content {
  text-align: center;
  padding: 100px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 570px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}  

header .header-content-mst2 {
  text-align: left;
  padding: 100px 0 0px;
}
header .header-content-mst2  h2{color:#6b58e2;font-size:28px;font-weight:normal}
header .header-content-mst2  h2 strong{font-weight:600;font-size:32px}

@media only screen and (max-width:400px) {
    header .header-content-mst{padding-bottom:0px;padding-top:50px}
 header .header-content-mst   .header-content-inner .inner-text{
    font-family: 'Poppins', sans-serif;
    padding-top: 40px;
    padding-left: 20px;

}
.years-tit{font-size:24px;margin:0px;padding:0px;line-height:24px;font-weight:300;}
header .header-content-mst .header-content-inner .inner-text h1{
font-family: 'Poppins', sans-serif;
font-size:34px;
letter-spacing:-1px;
margin:0px;padding:0px;
font-weight:300;line-height:34px;height:90px;
}
header .header-content-mst .header-content-inner .inner-text h1 >span.fontbold{font-weight:500;}

header .header-content-mst2 {
  text-align: left;
  padding: 0px  0 50px; 
}
header .header-content-mst2  h2{color:#6b58e2;font-size:28px;font-weight:normal}
header .header-content-mst2  h2 strong{font-weight:600;font-size:32px}
} 

@media only screen and (min-width:400px) {
  header .header-content-mst .line_icon{
   margin-top:-15px;
    
} 
header .header-content-mst   .header-content-inner .inner-text{
     padding-top: 50px;
    padding-left: 30px;

}
.years-tit{font-size:40px;line-height:40px;}
header .header-content-mst .header-content-inner .inner-text h1{ font-size:48px; line-height:48px;letter-spacing:-3px;}
header .header-content-mst .header-content-inner .inner-text h1 >span.fontbold{font-weight:500;}

header .header-content-mst2  h2{font-size:32px;}
header .header-content-mst2  h2 strong{font-size:36px}
}
 @media (min-width: 768px) { 
    
header .header-content-mst2  h2{color:#6b58e2;font-size:32px;font-weight:normal}
header .header-content-mst2  h2 strong{font-weight:600;font-size:36px}
header .header-content-mst2 {
  text-align: left;
  padding: 100px 0 50px; 
}
  header {
    min-height: 400px;
  }
 
 header .header-content-mst .line_icon{
   margin-top:-15px;
    
} 
header .header-content-mst   .header-content-inner .inner-text{
     padding-top: 50px;
    padding-left: 30px;

}
.years-tit{font-size:40px;line-height:40px;}
header .header-content-mst .header-content-inner .inner-text h1{ font-size:48px; line-height:48px;letter-spacing:-3px;}
header .header-content-mst .header-content-inner .inner-text h1 >span.fontbold{font-weight:500;}

}
@media (min-width: 992px) {
  
      header {
    min-height: 500px;
  }
 
header .header-content-mst   .header-content-inner .inner-text{
     padding-top: 40px;
    padding-left: 20px;

}
.years-tit{font-size:58px;line-height:58px;}
header .header-content-mst .header-content-inner .inner-text h1{
font-size:62px;
letter-spacing:-3px;line-height:62px;
}
header .header-content-mst .header-content-inner .inner-text h1 >span.fontbold{font-weight:500;}

}

 
/*header area*/
.clear{clear:both;}

.cta_bar{padding:0px 0px;} 
.sub_bar{padding:25px 0px;font-size:34px;
    font-family: 'Poppins', sans-serif;}
.sub_bar .smtext{font-size:24px;}

section {
  padding: 40px 0 20px 0;
}
section h2 {
  font-size: 50px;
}
section h3 {
  padding-top: 30px;
  font-size: 36px;
  font-weight: 800;
}
/*cta_banner area*/
section.cta_banner {
  padding: 50px 0;
  position: relative;
}
section.cta_banner h2 {
  margin-top: 0;
  font-size: 50px;
}
section.cta_banner p.desc{
  margin:0px; 
  font-size:20px;
  line-height:24px;
  color:#42a0bf; 
  padding:0px 25px;
  word-break:break-all;
}
section.cta_banner .badges{
    margin-bottom:10px;
    text-align:center;
}
section.cta_banner .badges .badge-link {
  display: block;    
  color:#fff;
}
section.cta_banner .badges .kd_icon{max-width:200px;max-height:48px;margin-right:55px !important;}
section.cta_banner .badges .sh_icon{max-width:229px;max-height:48px;}
section.cta_banner .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.cta_banner .badges .badge-link img {
  margin:0px auto;
  text-align:center;
}
section.cta_banner .line_icon{
  background-image: url('../img/line_icon.png'); 
  background-position: center;
  max-width:539px;
  height:56px;
  margin:0px auto;
  margin-bottom:20px;
} 

section.cta_banner .subinfo{color:#6b58e2}
section.cta_banner .subinfo p.title{font-size:24px;font-weight:600;margin:0px;}
section.cta_banner .subinfo p{font-size:18px;}
section.cta_banner .subinfo a{color:#6b58e2}
@media (min-width: 768px) {

  section.cta_banner .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.cta_banner h2 {
    font-size: 70px;
  }

}
@media (max-width: 768px) {
  section.cta_banner .badges .kd_icon{margin:10px auto !important;}


    
  section.cta_banner .badges .badge-link img {
      margin:10px auto;
      text-align:center;
   }

} 
/*download area*/

/*main area*/
section.features .section-heading {
  margin-bottom: 30px;
}
section.features .section-heading h2 {
  margin-top: 0; 
  font-size:36px;
  font-weight:500;
  color:#27387a;
  line-height:48px;
}

section.features .section-heading img{vertical-align:top;margin-right:10px;margin-top:5px}
section.features .section-heading p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
    section.features .section-heading h2 {  
  font-size:28px; 
  line-height:30px; 
}
section.features .section-heading img{vertical-align:top;margin-right:10px;margin-top:0px}
}
section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  text-align: center;
  margin-bottom: 100px;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 20px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
section.features  .has-sub-table > table {margin:10px 0px;text-align:center;}
section.features  .has-sub-table > table th{text-align:center;font-weight:600;}

section.features .icon_area {text-align: center;}
section.features .icon_area span {margin:0px 5px;}
section.features .icon_area span a { 
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px; 
} 
section.features .icon_area a:hover{
  text-decoration:none;}
/*section.features .icon_area span a {
    background-color: #1da1f2;border:1px solid #ccc;
}
section.features .icon_area span a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
}*/

section.features .icon_area i {
  font-size: 20px; 
  background: -webkit-linear-gradient(to left, #1d61ce, #377d53);
  background: linear-gradient(to left, #1d61ce, #377d53);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
section.features .icon_area a:hover i{
  font-size: 20px; 
  background: -webkit-linear-gradient(to left, #3b7be2, #001e0c);
  background: linear-gradient(to left, #3b7be2, #001e0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}


 
@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}
/*main area*/ 
section.notice{
    text-align: center;

}
section.notice h2 {
  margin-top: 0;
  margin-bottom: 25px;
    color: #fff;

} 
section.notice p.desc{
  margin:0px; 
  font-size:20px;
  line-height:24px;
  color:#fff; 
  padding:0px 25px;
  word-break:break-all;
}

/*apply*/
.form-group-checkarea {margin-bottom:30px;}
.form-control-checkbox{height:18px;width:18px;vertical-align:middle;line-height:24px;} 
.form-group-checkarea label{font-size:16px;vertical-align:middle;line-height:24px;margin:0px;font-weight:500;max-width:90%}
section.contact .section-heading {
  margin-bottom: 50px;
}
section.contact .section-heading h2 { 
  margin-top: 0; 
  font-size:36px;
  font-weight:500;
  color:#fff;
  line-height:48px;
  margin-bottom:20px;
}
section.contact .section-heading img{vertical-align:top;margin-right:10px;margin-top:5px}
section.contact .section-heading p {
  margin-bottom: 0;
} 

@media (max-width: 768px) {
    section.contact .section-heading h2 { 
  margin-top: 0; 
  font-size:28px;
  font-weight:500;
  color:#fff;
  line-height:30px;
  margin-bottom:20px;
}
section.contact .section-heading img{vertical-align:top;margin-right:10px;margin-top:0px}
}
.form-group label{font-weight:500;font-size:16px;}
.form-control{box-shadow:none;}
.btn-purple{background:#27387a;color:#fff;border-radius:0px !important;font-size:24px;letter-spacing:0px !important;}
.btn-purple:hover{color:#fff;background:#1f2532;}
/*apply*/
/*footer*/
footer {
  background-color: #222222;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
/*footer*/

/*common*/
.bg-white {
  background: #fff;
  
}
.bg-purple {
  background: #6957e2;
  
}
.bg-yellow {
  background: #f9f69c;
  
}
.bg-blue{background:#43c3d6}
.bg-primary {
  background:#e78614; 
  
}
.text-purple{color:#6957e2;}
.text-white{color:#fff;}

.text-primary {
  color: #2c8cb3;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #2a95be;
  border-color: #2a95be;
}
.btn {
  font-family: 'Noto Sans KR', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {

  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
 
.margin-top-25{margin-top:25px;}
.nomargin-left{margin-left:0px !important;}
.nomargin-right{margin-right:0px !important;}
.nopadding-all{padding:0px !important;}
.nopadding-left{padding-left:0px !important;}
.nopadding-right{padding-right:0px !important;}

 *:focus {outline:none !important}
 *:active{outline:none !important}
select:focus {outline:none !important;border:1px solid #666 !important;}
select:active {outline:none !important;border:1px solid #666 !important;}
input[type=text]:focus {outline:none !important;border:1px solid #666 !important;}
input[type=text]:active {outline:none !important;border:1px solid #666 !important;} 
textarea:focus {outline:none !important;border:1px solid #666 !important;}
textarea:active {outline:none !important;border:1px solid #666 !important;}   

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #dc2430;
	font-style: italic
}
input.error { border: 1px dotted red; } 
.margin-top-45{margin-top:45px;}
.big-font{font-size:24px;font-weight:bold;}
/*common*/


/*padding S*/
.pa_left5{padding-left:5px;}
.pa_left10{padding-left:10px;}
.pa_left15{padding-left:15px;}
.pa_left20{padding-left:20px;}
.pa_left25{padding-left:25px;}
.pa_left30{padding-left:30px;} 
.pa_right5{padding-right:5px;}
.pa_right10{padding-right:10px;}
.pa_right15{padding-right:15px;}
.pa_right20{padding-right:20px;}
.pa_right25{padding-right:25px;}
.pa_right30{padding-right:30px;} 
.pa_btm5 {padding-bottom:5px;}
.pa_btm10 {padding-bottom:10px;}
.pa_btm15 {padding-bottom:15px;}
.pa_btm20 {padding-bottom:20px;}
.pa_btm25 {padding-bottom:25px;}
.pa_btm30 {padding-bottom:30px;}
.pa_btm40 {padding-bottom:40px;}
.pa_btm50 {padding-bottom:50px;} 
.pa_top5{padding-top:5px;}
.pa_top10 {padding-top:10px;}
.pa_top15 {padding-top:15px;}
.pa_top20 {padding-top:20px;}
.pa_top25 {padding-top:25px;}
.pa_top30 {padding-top:30px;}
.pa_top40 {padding-top:40px;}
.pa_top50 {padding-top:50px;} 
.pa_all0 {padding: 0px !important;}   
.pa_all10 {padding:10px !important;} 
.pa_all20 {padding:20px !important;} 
.pa_all30 {padding:30px !important;}
/*padding E*/

/*margin S*/
.ma_all0 {margin: 0px;}
.ma_top_m1{margin-top:-1px;}
.ma_top_m3{margin-top:-3px;}
.ma_top_m5{margin-top:-5px;}
.ma_top_m10{margin-top:-10px;}
.ma_top_m15{margin-top:-15px;}
.ma_left_m1{margin-left:-1px;}
.ma_left_m3{margin-left:-3px;}
.ma_left_m5{margin-left:-5px;}
.ma_left_m10{margin-left:-10px;}

.ma_left5{margin-left:5px;}
.ma_left10{margin-left:10px;}
.ma_left15{margin-left:15px;}
.ma_left20{margin-left:20px}
.ma_left25{margin-left:25px}
.ma_left30{margin-left:30px;}
.ma_left35{margin-left:35px;}
.ma_left40{margin-left:40px}
.ma_left60{margin-left:60px;}

.ma_right5 {margin-right:5px;}
.ma_right10 {margin-right:10px;}
.ma_right15 {margin-right:15px;}
.ma_right20 {margin-right:20px;}
.ma_right25 {margin-right:25px;}
.ma_right30 {margin-right:30px;}

.ma_top5 {margin-top:5px !important;}
.ma_top10 {margin-top:10px !important;}
.ma_top15 {margin-top:15px !important;}
.ma_top20 {margin-top:20px !important;}
.ma_top25 {margin-top:25px !important;}
.ma_top30 {margin-top:30px !important;}
.ma_top35 {margin-top:35px !important;}
.ma_top40 {margin-top:40px !important;}
.ma_top45 {margin-top:45px !important;}
.ma_top50 {margin-top:50px !important}
.ma_top55{margin-top:55px !important;}
.ma_top60 {margin-top:60px !important;}
.ma_top65 {margin-top:65px !important}
.ma_top70 {margin-top:70px !important}
.ma_top75 {margin-top:75px  !important;}
.ma_top80{margin-top:80px !important;} 

.ma_btm5 {margin-bottom:5px !important;}
.ma_btm10 {margin-bottom:10px !important;}
.ma_btm15 {margin-bottom:15px !important;}
.ma_btm20 {margin-bottom:20px !important;}
.ma_btm25 {margin-bottom:25px !important;}
.ma_btm30 {margin-bottom:30px !important;}
.ma_btm40 {margin-bottom:40px !important;}
.ma_btm50 {margin-bottom:50px !important;}
.ma_btm60{margin-bottom:60px !important;}
.ma_btm80{margin-bottom:80px !important;}


.cont_info-deatil{background:#f4f4f4;padding:25px;font-size:14px;line-height:20px;word-break:break-word;color:#111}

.cont_info-deatil h4 { 
  margin-top: 0; 
  font-size:24px;
  font-weight:500;
  color:#111;
  line-height:30px;
  margin-bottom:20px;
}


 
.tabs-sub-style-bar{clear: both;width: 100%; font-weight: 500; position: relative; }
.tabs-sub-style-bar .tab {float: left;font-size: 22px;  height: 40px;text-align: center;position: relative;top: 0;cursor: pointer;background-color:transparent;color:#333;letter-spacing:-0.05em;border:none;width:50%;padding:0px;}  
 .tabs-sub-style-bar  .tab span{display:block;line-height: 40px;border-bottom:solid 3px #eee;}
.tabs-sub-style-bar  .tab.on span{border-bottom:solid 3px #27387a;color:#27387a;; z-index: 2;} 
@media only screen and (max-width: 568px) {
    .tabs-sub-style-bar .tab {
        font-size: 17px;
    }
 } 
@media only screen and (max-width: 568px) {
    .search_result_box ul li{
        font-size: 17px;
    }
 .search_result_box.no-data ul li{  font-size: 17px;}
 }
.img-deatils{margin-bottom:50px;}
.img-deatils img{margin:0px auto}

.org-name {
  padding: 0 0 50px 0;
}


.kaccla-logo {
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  width: 50%; 

}
.signature {
  padding: 0 ; 
  margin-bottom: 50px;
}
.signature .sign {
  display: block;
  margin: 0 auto;
}

.ma_top30 p {
  padding: 0 30px ;
  margin-top:30px
}
figure {
  margin-top: 25px;
}
figure p {
  height: 90px;
}
figcaption {
  padding: 0 20px;
  font-size: 1.1em;
}
.countarea_section h3 {
    padding-top: 30px;
    font-size: 36px;
    font-weight: 800;
}


@media only screen and (max-width: 600px) {
  .ma_top30 p {
  padding: 0;

}
}