@CHARSET "utf-8";
@font-face {
font-family:'NotoSansKR';
font-weight:100;
font-style:normal;
src:url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSans-Light.eot'); /* IE9 Compat Modes */
src:url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSans-Light.otf') format('opentype'),
url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSans-Light.woff') format('woff');
}
@font-face {
font-family:'NotoSansKR';
font-weight:300;
font-style:normal;
src:url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Regular.eot'); /* IE9 Compat Modes */
src:url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Regular.otf') format('opentype'),
url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Regular.woff') format('woff'); 
}

@font-face {
font-family:'NotoSansKR';
font-weight:600;
font-style:normal;
src:url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Medium.eot'); /* IE9 Compat Modes */
src:url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Medium.otf') format('opentype'),
url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Medium.woff') format('woff'); 
}

@font-face {
font-family:'NotoSansKR';
font-weight:800;
font-style:normal;
src:url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Bold.eot'); /* IE9 Compat Modes */
src:url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Bold.otf') format('opentype'),
url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/dookie9999/font/NotoSansKR-Bold.woff') format('woff');
}

body *{font-family:'NotoSansKR';}
body *{ -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
body{overflow-x:hidden;}
.header{padding: 0 112px;overflow: hidden;}
.header,.header.height{background:#fff;position:fixed;width:100%;left:0;top:0;z-index: 9999;}
.header .inner{min-width: 1200px;margin: 0 auto;position:relative;height:98px;}

.header .inner h1{display:inline-block;padding:34px 0 0;}
.header .inner h1 a{vertical-align: top;display:inline-block;width: 200px;height: 64px;font-size:0 ;background: url(../img/logo.svg) 0 0 no-repeat;font-size:0 ;}
.header .inner .info_top {
    position: absolute;
    right: 0;
    top: 25px;
}
.header .inner .info_top li{display: inline-block;position: relative;}
.header .inner .info_top li a{font-weight:600 ;font-size: 13px;padding: 0 10px;display: inline-block;line-height: 28px;transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
font-weight: 300;
-moz-transition: all 0.3s ease;color: #2a2d35;}

.header{background: #fff;}
.header.on{background: transparent;}
.header.height{background: #fff;border: 0;   -moz-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.17);
}
.header.on .inner h1 a{background: url(../img/logo_w.svg) 0 0 no-repeat;}
.header.on .inner .info_top li a{color: #b4b2b2;}

.header.on .depth2{display: none;transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;}
.header.on.height .depth2{display: block;}
.header.height .inner h1 a{background: url(../img/logo.svg) 0 0 no-repeat;}
.header.height .inner .info_top li a{color: #2a2d35;}

.header .inner .info_top li{position: relative;}
.header .inner .info_top li::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 10px;
    width: 1px;
    height: 10px;
    background: #22ccab;
}
.header .inner .info_top li:first-child:after{display: none;}

.btn_top {
    position: absolute;
    right: 59px;
    top: 25px;
	text-align: center;
	z-index: 999;
}
.on .btn_top a{display: block;  width: 121px;

  height: 49px;


  border-radius: 5px;

  box-shadow: 0 0 0 0 #fff, inset 0 0 0 0 #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  font-size: 17px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 46px;

  letter-spacing: -0.51px;

  text-align: center;

  color: #fff;
}
.on.height .btn_top a,.btn_top a{
  box-shadow: 0 0 0 0 #fff, inset 0 0 0 0 #fff, inset 0 0 0 1px rgba(0, 0, 0, 0.29);
color: #000;
display: block;  width: 121px;

  height: 49px;


  border-radius: 5px;

  
  font-size: 17px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 46px;

  letter-spacing: -0.51px;

  text-align: center;
 }

.gnb{position: absolute;left: 25%;right: 25%;width: 50%;top: 30px;height: 292px;}
.gnb li{position: relative;display: inline-block;padding: 0 30px;height: 49px;}
.gnb li a.menu{
	font-weight: 600;
	font-size: 16px;
	color:#454545;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;
}


.on .gnb li a.menu{
	color:#fff;
}
.height .gnb li a.menu{
	color:#454545;
}
.lang {
    position: absolute;
    right: 22px;
    top: 25px;
    padding: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    border: 1px solid #dcdcdc;
    padding-bottom: 0;
    padding-left: 20px;
    background: #fff;
}


.lang .hide{display: none;}

.header.on .lang {
    border: 0;
    background: transparent;
}
.header:after{display: none;}
.header.height:after{display: block;position: absolute;content: '';width: 100%;height: 1px;left: 0;top: 98px;position: absolute; background-color: #e0e0e0;}



.map iframe{border-radius: 28px;}


.slider_main_top,.slider_main_top li{height: 100%;height: 100vh;}
.slider_main_top{position: relative;
background: #000;
-webkit-background-size: cover;
background-size: cover;
overflow: hidden;
}

.mousey {
  padding: 5px 10px;
  height: 40px;
   width :24px;
  border: 2px solid #e3e2e2;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.scroller {
  width: 2px;
  height: 6px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.btn_detail_c {
  position: absolute;
  width: 100%;
  bottom: 10%;
  z-index: 9999;
  left: 0;
  text-align: center;
  padding-bottom: 33px;
}
.btn_detail_c{display:inline-block;font-size:0 ;background: url('../img/txt_scroll.png') center bottom no-repeat;}


.gnb{position: absolute;top: 10px;padding-top: 36px;height: 292px;text-align: center;left: 10%;right: 10%;width: 80%;}

.gnb li{position: relative;display: inline-block;padding: 0 63px;height: 49px;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.gnb:hover li{padding: 0 83px;}
.gnb li a.menu{
	font-weight: 600;
	font-size: 16px;
	color:#454545;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;
	  font-size: 18px;
  font-weight: 500;
  line-height: 0.17;
  letter-spacing: -0.36px;

  text-align: left;

  color: #000;
}


.on .gnb li a.menu{
	color:#fff;
}
.height .gnb li a.menu{
	color:#454545;
}


.gnb li a.menu{position: relative;}
.gnb li:hover a.menu{color: #0717da;}
.gnb li ul.depth2{ border-left:1px solid #e0e0e0;
}
.gnb li:nth-child(4) ul.depth2,.gnb li:nth-child(2) ul.depth2,.gnb li:nth-child(4) ul.depth2{ border-right:1px solid #e0e0e0;}
.gnb li:nth-child(3) ul.depth2{border: 0;margin:  0 -2px 0 0;width: 101.5%;}
.gnb ul.depth2 {
    position: absolute;
    top: 53px;
    left: -0px !important;
    margin-left: 0;
    width: 100%;
    padding: 0;
	height: 327px;
    padding: 10px 3px 15px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bo_list_total{display: none;}
.certification #bo_gall .gall_img{border: 1px solid #e0e0e0;}
.gnb li:nth-child(1) ul.depth2{ width: 102%;
}
#bo_gall .gall_img{border: 0;}
.certification{max-width: 1200px;margin: 0 auto;}
.certification li{}
.gnb li ul.depth2:after{content: '';width: 0%;top: -3px;left: 50%;position: absolute;height: 2px;  
 background-color: #0717da;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}
#bo_gall .gall_text_href {
  margin: 0px 0;
    line-height: 48px;
	  font-size: 17.5px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;



  letter-spacing: -0.53px;

  text-align: center;

  color: #fff;



  background-color: #0d1b4a;
}
.map .img{width: 564px;float: left;}
.map .ment{width: 435px;float: right;}
#map .section_address{display: none;}
.gnb li:hover ul.depth2:after{width: 100%;left: 0;}
.gnb li:hover ul.depth2{background-color: #fafafa;}
.gnb ul.depth2 li{text-align: center;padding: 0;  line-height: 2.88;height: auto;display:block;clear:both;float:none;width:100%;position:relative}
.gnb ul.depth2 li a{border:none;  font-size: 16px;
  font-weight: 500;

  letter-spacing: -0.32px;
  text-align: center;
  color: #000;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.gnb ul.depth2 li a:hover{border-bottom: 1px solid #000;}
.banner{padding: 0 0 61px;}

.tab_sub{display: block;  margin: 0px auto 35px;

  padding: 10px 11px 10px;

  border-radius: 37px;
max-width: 791px;

  box-shadow: 0 0 0 0 #fff, inset 0 0 0 0 #fff, inset 0 0 0 1px #535252;overflow: hidden;}
.tab_sub li{display: block;float: left;width: 25%;}
.tab_sub li a{line-height: 53px;  border-radius: 37px;
   letter-spacing: -0.3px;
  text-align: center;display: block;
  color: #fff;  font-size: 15px;
  font-weight: bold;  color: rgba(255, 255, 255, 0.6);}
  .tab_sub li.active a{  border: solid 0 #fff;
background-color: #4768f5;color: #fff;}



.root_daum_roughmap .map {
  position: relative;
  width: 100%;
  height: 100%;
}
#daumRoughmapContainer1699854452538 {
  width: 100% !important;
}

.section_main {position: relative;z-index: 999;}
.section_main .inner {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.pc{display: block !important;}
.mobile{display: none !important;}

.section_main h2 .txt1 strong{  font-size: 65.5px;

  font-weight: 800;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.21;

  letter-spacing: -1.31px;

  text-align: center;

  color: #000;}
 
   .footer h1{position: absolute;left: 0;top: 64px;}
.footer {
    box-sizing: border-box;
    
    
 
    line-height: 25px;
    position: relative;  background-color: #222;

}
.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 43px 0 44px 220px;
}
.footer .address{  line-height: 1.69;

  letter-spacing: 0.32px;

  text-align: left;
  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.8;
 font-size: 15px;
  letter-spacing: normal;

  text-align: left;

  color: #8b8b8b;

}
.footer .address strong{  line-height: 1.69;

  letter-spacing: 0.32px;

  text-align: left;

  color: #8b8b8b; font-size: 16px;}
.footer .copy{  line-height: 1.69;

  letter-spacing: 0.32px;

  text-align: left;

  color: #8b8b8b; font-size: 16px;} 
.slider_banner,.slider_banner li{height: 100vh;}
.section_main.section1 .ment{position: absolute;left: 50%;top: 50%;width: 1240px;margin-left:-620px ;z-index:999;margin-top: -150px;}
.section_main.section1 p.txt1{

	display: block;
	font-size: 40px;

  font-weight: bold;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.91;

  letter-spacing: -2px;

  text-align: left;

  color: #fff;
	
}
.section_main.section1 p.txt1 strong{font-size: 55px;color: #fff; font-weight: bold;}

.section_main.section1 p.txt2{
  font-size: 64.5px;
  color: #fff;padding: 0 0 45px;
  letter-spacing: -1.94px;font-weight: bold;
	
}
.section_main.section1 p.txt2 strong{font-size: 16px;color: #1f9cf9;}
.section_main.section1 p.txt3{
  font-size: 26px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.37;

  letter-spacing: -0.26px;

  text-align: left;

  color: #fff;
	
}
.table_style2 table td label{margin-right: 20px;}
h2.tit{  font-size: 48px;

  font-weight: bold;

  font-stretch: normal;

  font-style: normal;


  letter-spacing: -1.44px;

  text-align: center;

  color: #000;
padding: 104px 0 44px;
}
h2.tit p{display: block;padding: 0 0 30px;  font-size: 18px;

  font-weight: 500;

text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;

  color: #0717da;font-weight: 800;}
.custom{overflow: hidden;padding: 0 0 10px;}
.custom .left{  padding: 45px 54px 38px;

  border-radius: 5px;

  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);

  border: solid 0 #fff;
float: left;width: 688px;height: 412px;
  background-color: #fff;}
  .custom .right{width: 470px;float: right;}
  .lat_title a {
  font-size: 34.5px;

  font-weight: bold;

  font-stretch: normal;

  font-style: normal;

  

  letter-spacing: -1.04px;


  color: #242424;

display: block;padding: 0 0 30px;border-bottom: 1px solid #000;
}
.custom .right img{margin: 0 0 28px;}
.basic_li a{
  overflow: hidden;
  padding: 3px 0 3px 10px;

  font-size: 17px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;



  letter-spacing: normal;

  text-align: left;

  color: #5d5d5d;
}
.basic_li {
  overflow: hidden;
  padding: 14px 0 5px 10px;
  background: url('/img/dot_main.png') 0 17px no-repeat;
  border-bottom: 1px solid #e4e4e4;
}
.lat ul {
  padding: 0;
}
.basic_li .lt_info span {
  color: #7c7c7c;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 100;
}
.list_main .lat_title{display: none;}
  .section_main .inner{max-width: 1200px;margin: 0 auto;padding: 0 0 130px;}
   .section_main.section2 ul{width: 110%;overflow: hidden;}
   .section_main.section2 li{width: 383px;height: 408px;margin: 0 32px 33px 0;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;float: left;}
.section_main.section2 li a{padding: 300px 0 0;text-align: center;display: block;}
.section_main.section2 li a strong{display: block;  font-size: 26px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -1.3px;

  text-align: center;

  color: #000;

}
.section_main.section2 li a p{  font-size: 16px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;
padding: 15px 0 0;
  letter-spacing: normal;

  text-align: center;
  letter-spacing: -0.96px;
  color: #959595;}

  .section_main.section2 li:nth-child(1){background: url(../img/bg_banner_1.png) 0 0 no-repeat;}
  .section_main.section2 li:nth-child(2){background: url(../img/bg_banner_2.png) 0 0 no-repeat;}
  .section_main.section2 li:nth-child(3){background: url(../img/bg_banner_3.png) 0 0 no-repeat;}
  .section_main.section2 li:nth-child(4){background: url(../img/bg_banner_4.png) 0 0 no-repeat;}
  .section_main.section2 li:nth-child(5){background: url(../img/bg_banner_5.png) 0 0 no-repeat;}
  .section_main.section2 li:nth-child(6){background: url(../img/bg_banner_6.png) 0 0 no-repeat;}
.section_main.section3{background: url(../img/bg1.jpg) center center no-repeat;-webkit-background-size: cover;
background-size: cover;}
.section_main.section3 h2.tit p,.section_main.section3 h2.tit {color: #fff;}
.section_main.section4{background: url(../img/bg2.jpg) center center no-repeat;-webkit-background-size: cover;
background-size: cover;}

.sub_top{text-align: center;background:  url(../img/sub_top1.png) center center no-repeat;background-color: #fff;margin-top: 92px;}
.sub_top strong,.sub_top h2{
  font-size: 43px;
  font-weight: 300;
  letter-spacing: 0.95px;
  text-align: center;
line-height: 305px;
  color: #fff;display: block;background:  url(../img/img_sub_top.png) center center no-repeat;}
#bo_v_share,.cmt_btn,#bo_vc,#bo_vc_w{display: none;}
  .section_sub h3.icon{background:  url(../img/icon_tit.png) 0px 11px no-repeat;  font-size: 28px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;


  letter-spacing: normal;

  text-align: left;

  color: #2a2d35;
  padding: 10px 25px 20px;
  margin-top: 50px;

}
#bo_gall .gall_text_href a {
  font-weight: bold;
  font-size: 24px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  line-height: 1;

  letter-spacing: -0.24px;

  text-align: left;

  color: #000;
padding: 10px 25px;
}
#bo_gall .gall_info .gall_date, #bo_gall .gall_info .gall_view {
  font-size: 15px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.6;

  letter-spacing: -0.15px;

  text-align: left;
margin: 0;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 25px;
}
  #bo_v_title .bo_v_tit {
  display: block;
  font-size: 33px !important;
  margin: 5px 0 0;
  word-break: break-all;
}
.business01 .list_img{width: 110%;overflow: hidden;}
.business01 .list_img li{width: 282px;margin: 0 23px 0 0;float: left;}
.business01.section1 .left{width: 630px;}
.business01.section1 .right{width: 511px;}

.business01.section1 .left{width: 630px;}
.business01.section1 .right{width: 511px;}

.business01.section1 .right .list_img ul{ width: 110%;overflow: hidden;}

.business03.section3 .left{width: 692px;}
.business03.section3 .right{width: 549px;}

.section_sub h4{ 
  font-size: 16px;


  line-height: 0.94;

  letter-spacing: normal;

  text-align: left;
font-weight: 400;
  color: #292d36;padding: 0 0 10px;}
.section_sub h4 strong{  font-size: 16px; color: #12308d;font-weight: 400;
}
.business01.section1 .right .list_img ul li{width: 243px;float: left;margin: 0 22px 19px 0;}
.txt_icon li:first-child{border-top: 1px solid #000;}
.txt_icon li {
  padding: 25px 0px 25px 134px;
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}
.business04 .left{width: 572px;}
.section_sub p.txt2 {
  font-size: 18.5px;

  font-weight: 600;

  letter-spacing: -0.37px;

  color: #12308d;
  padding: 0 0 15px;
}
.business01.business02.business04 .list_img_txt li:nth-child(2) {
  width: 450px;
}
.business04 .left ul,.img_left ul {
  width: 110%;
  overflow: hidden;
}
.business04 .left li{
  width: 274px;
  float: left;
  margin: 0 22px 19px 0;
}
.img_left ul li {
  width: 246px;
  float: left;
  margin: 0 22px 19px 0;
}
.business01.section2{background-color: #f0f0f0;}
.txt_icon li .icon{position: absolute;left: 24px;top: 13px;}
.txt_icon li strong{display: block;  font-size: 19px;

  font-weight: bold;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -0.57px;

  text-align: left;

  color: #000;padding: 0 0 10px;}
  .txt_icon li p{display: block;  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.72;

  letter-spacing: normal;



  color: #676767;

}
.section_sub .left{float: left;}
.section_sub .right{float: right;}
.section_sub p.txt{  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.72;

  letter-spacing: normal;

  text-align: left;

  color: #2a2d35;padding: 0 0 20px;}
  .section_sub p.txt strong{font-size: 16px; color: #12308d;  font-weight: normal;}
 .sub_menu{padding: 20px 0;text-align: center;background: #12308d;}
.sub_menu li{display: inline-block;padding: 0 30px;position: relative;}
.txt_box{overflow: hidden;}
.txt_box ul{width: 110%;}
.txt_box li{  padding: 24px 38px 36px 39px;

  border-radius: 12px;
  width: 579px;

  height: 213px;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e4e4e4;

  background-color: #fff;float: left;margin: 0 40px 33px 0;}
  .txt_box li strong{  font-size: 20.5px;

  font-weight: bold;

  font-stretch: normal;

  font-style: normal;

display: block;
padding: 0 0 15px;
border-bottom: 1px solid #000;
  letter-spacing: -0.62px;

  text-align: left;

  color: #12308d;}
   .txt_box li p{  font-size: 17px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.38;

  letter-spacing: -0.17px;

  text-align: left;

  color: #676767;padding: 15px 10px;}
  .business01.business02 .list_img ul{width: 110%;}
.business01.business02 .list_img li {
  width: 180px;
  margin: 0 23px 0 0;
  float: left;
}

  .business01.business02 .list_img_txt ul{width: 110%;}
.business01.business02 .list_img_txt li {
  width: 180px;
  margin: 0 40px 0 0;
  float: left;
}
  .business01 .list_img_txt3 ul{width: 110%;overflow: hidden;}
  .business01 .list_img_txt3 li:first-child{width: 421px;}
.business01 .list_img_txt3 li {
  width: 362px;
  margin: 0 27px 0 0;
  float: left;
}
.business01.business02 .list_img_txt li strong{  font-size: 18.5px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;display: block;

  line-height: 1.49;

  letter-spacing: -0.37px;
font-weight: 600;
padding: 15px 0 0;
  text-align: center;

  color: #000;}
.business01.business02 .list_img_txt li:nth-child(1){width: 689px;}
.business01.business02 .list_img_txt li:nth-child(2){width: 170px;}
.business01.business02 .list_img_txt li:nth-child(3){width: 260px;}
.btn_bo_sch{display: none;}
.list_img_txt{overflow: hidden;}
.intro .inner,.team .inner,.map .inner{padding-top: 50px;}
.list_img_txt .left{width: 689px;}
.list_img_txt .right{float: right;}
#bo_w .btn_submit2, #bo_w button.btn_submit2, .btn_submit2:hover, .btn_submit2, a.btn_submit2{line-height: 45px;height: 48px;font-size: 20px;padding: 0 40px;}
.business04.business01.business02 .list_img_txt3 li:first-child {
  width: 420px;
}
.sub_menu li::after {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #fff;
}
.sub_menu li a {
  font-size: 17px;

  font-weight: normal;


  letter-spacing: normal;

  text-align: center;

  color: #fff;

}

.sub_menu li:first-child::after{display: none;}


.section_sub .inner{max-width: 1200px;margin: 0 auto;overflow: hidden;}

.section_sub .inner{overflow: hidden;position: relative;}
.section_sub.intro .img{width: 445px;float: left;text-align:center;}
.section_sub.intro .ment p{text-align: left;  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.72;

  letter-spacing: normal;

  text-align: left;

  color: #2a2d35;padding: 0 0 25px;}
 .gall #bo_gall .gall_text_href a{  font-size: 20.5px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.34;
background: #fff;
  letter-spacing: normal;

  text-align: left;

  color: #292d36;}
  .gall #bo_gall .gall_info .gall_date, .gall #bo_gall .gall_info .gall_view {
color: rgba(41, 45, 54, 0.5);
}
.gall #bo_gall img{-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}
			.table_style2{border-bottom:0;overflow-x: auto;}
.table_style2 table {width:100%; border-top: 2px solid #12308d;;}
.table_style2 table th {padding:15px 0; font-size:16px; color:#000; background:#f4f5f7; border-bottom:1px solid #dbdbdb; font-weight:600 ;line-height: 25px;}
.table_style2 table td {padding:11px 15px; color:#5c5c5c; font-weight:300 ;font-size:16px; border-bottom:1px solid #dadada;line-height:20px;line-height: 25px;}
.table_style2 table td *{font-size:16px; }
 .table_style2 table td strong{ font-weight:600 ;font-size:15px;}
 .table_style2.mt{margin-top: 44px;}
  .table_style2 table td span{font-size:15px;}
.table_style2 table tr td:first-child,.table_style2 table tr:first-child th:first-child{border-left:0;}
.table_style2 table tr td:last-child{border-right: 0;}
.section_sub.intro .ment{width: 668px;float: right;}
.section_sub.map .img{ width: 717px;float: left;}
.section_sub.map .ment{width: 435px;float: right;}
.input_style{  height: 38px;
font-size:16px;

  border: solid 1px #dcdcdc;
}
.btn_confirm.write_div{padding-top: 35px;}
.business01.section1 a.left {
  width: auto;
}
.business01.section1 a.right {
  width: auto;
}
.input_style.height{height: 199px;width: 100%;}
.btn_confirm {
  text-align: center;
}
.section_sub.intro .ment .txt1{  font-size: 36.5px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.19;

  letter-spacing: normal;

  text-align: left;

  color: #2d2d2d;}
  .section_sub.intro .ment .txt3{  font-size: 16px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.72;

  letter-spacing: normal;

  text-align: left;

  color: #12308d;font-weight: 600;}
   .section_sub.intro .ment .txt3 img{margin-left: 25px;}
   .tit_s {


  font-size: 37px;

  font-weight: bold;

  font-stretch: normal;

  font-style: normal;


  letter-spacing: normal;

  text-align: center;

  color: #12308d;
  padding: 83px 0 30px;
    line-height: 1.35;
}
.section_sub{padding: 30px 0 130px;}
.history li{margin: 0 0 30px;}
.history .inner{position: relative;padding-left: 634px;}
.history li strong{  font-size: 47px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.2;

  letter-spacing: normal;



  color: #2d2d2d;display: block;margin: 0 0 10px;}
.history li p {
  padding-left: 56px;
  position: relative;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: -0.36px;
  color: #2d2d2d;
}
   .history li p span{position: absolute;left: 10px;top: 0;  font-weight: bold;

  color: #12308d;  line-height: 1.31;font-size: 24px;
}
.history li:nth-child(2n+1){margin-right: 630px;text-align: left;margin-left: -640px;text-align: right;}
.history li:nth-child(2n+1) strong{text-align: right;}
.history li:nth-child(2n+1) p{text-align: left;}
.history li:nth-child(2n){margin: 50px 0 0px;}
.history li:nth-child(2) {
  margin: 55px 0 56px;
}

.history li:nth-child(4) {
  margin: 67px 0 59px;
}
.history li:nth-child(6) {
  margin: 100px 0 0px;
}
.history .inner{position: relative;padding-top: 319px;background: url(../img/line_hystory.png) center 0 no-repeat;}
.table_style1{border-bottom:0;overflow-x: auto;}
.table_style1 table {width:100%; border-top: 2px solid #12308d;}
.table_style1 table th {padding:15px 5px;  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;

  color: #fff;text-align: center;
height: 68px;
  font-size: 16px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;



  letter-spacing: normal;

  text-align: left;

  color: #12308d;border-bottom:1px solid #dadada;
}
.table_style1 table td {padding:11px 15px; color:#5c5c5c; font-weight:300 ;font-size:17px; border-bottom:1px solid #dadada;text-align:center; 

  font-weight: normal;


  text-align: left;

    font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.72;

  letter-spacing: normal;

  text-align: left;

  color: #2a2d35;}
 .table_style1 table td strong{ font-weight:600 ;font-size:15px;}
 .table_style1.mt{margin-top: 44px;}
  .table_style1 table td span{font-size:15px;}
.table_style1 table tr td:first-child,.table_style1 table tr:first-child th:first-child{border-left:0;}
.table_style1 table tr td:last-child{border-right: 0;}

.list_main li  img{  width: 371px;

  height: 263px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}
.list_main li .aa{display: block;  font-size: 20.5px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.34;

  letter-spacing: normal;
padding: 23px 0 10px;
  text-align: left;

  color: #fff;}
  .list_main li .lt_date{  font-size: 15px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.33;

  letter-spacing: normal;

  text-align: left;
margin: 0 25px;
  color: rgba(255, 255, 255, 0.5);}
#bo_v_title .bo_v_tit {
  display: block;
  font-size: 18px !important;
  margin: 5px 0 0;
  word-break: break-all;
}
.list_main .bx-controls-direction a{display:inline-block;width:52px;height:53px;position:absolute;bottom:55px;font-size:0;}
.list_main .bx-controls-direction .bx-prev{background: url(../img/prev.png) no-repeat;left:537px;}
.list_main .bx-controls-direction .bx-next{background: url(../img/next.png) no-repeat;right:537px;}
.section_main.section3 .lt_more{display: none;}
@media only screen and (min-width: 800px) {
    .m_open {
        display: none;
    }
	.menu_aside {
        display: none !important;
    }
}
@media only screen and (max-width : 1000px) {

}

@media only screen and (max-width : 600px) {
.slider_banner, .slider_banner li {
  height: 400px;
}
.section_main.section1 .ment {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-left: 0;
  z-index: 999;
  margin-top: -80px;
  text-align: center;
}
.list_main li .lt_date{  font-size: 11px;}
.section_main.section1 p.txt1 {
  display: block;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.91;
  letter-spacing: -2px;
  text-align: center;
  color: #fff;
}
.section_main.section1 p.txt2 {
  font-size: 35px;
  color: #fff;
  padding: 0 0 15px;
  letter-spacing: -1.94px;
  font-weight: bold;
}
.header {
  padding: 0 16px;
  overflow: hidden;
}
.btn_detail_c{display: none;}
.section_main.section1 p.txt3 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: -0.26px;
  text-align: center;
  color: #fff;
}
.pc{display: none !important;}
.mobile{display: block !important;}
body.on .m_open,body.on .header h1{display: none;}
  .m_open {
    display: block;
    width: 26px;
    margin-top: 0;
    font-size: 0;
    height: 20px;
    position: absolute;
    right: 9px;
    top: 22px;
    background: transparent;
    border: 0;
    background: url('../img/btn_m_open_sub.png') 0 0 no-repeat;
    background-size: auto;
    background-size: 31px auto;
    cursor: pointer;
    z-index: 999;
  }

.header.on{border: 0;}
.on .m_open{
background: url('../img/btn_m_open.png') 0 0 no-repeat;
	background-size: 31px auto
}
.header .inner {
    margin: 0 10px;
}
.m_open img {
    width: 100%;
}
.menu_aside .top_n{background: #00023c;line-height: 65px;padding: 0 10px;color: #fff;position: relative;}
.menu_aside .top_n .wrap_btn{position: absolute;right: 10px;top: 15px;}
.header .gnb{display: none !important;}
.menu_aside .top_n .wrap_btn .btn_style {
  background: #fff;
  width: 72px;
  line-height: 33px;
  color: #000;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 1px;
}

.m_menu .gnb_m{padding: 0px 0;background: #fff;border-top: 1px solid #f3f3f3;}
.m_menu .btn_area{background: #fff;border-top: 1px solid #f3f3f3;padding: 15px 0;}
.m_menu .gnb_m ul li {
	line-height:55px;
}

.m_menu .gnb_m ul li a{display: block;padding: 0 25px;font-weight: 600;font-size:16px;color:#2a2d35;border-bottom: 1px solid #f3f3f3;}
.m_menu .gnb_m ul li a.big{
	background: #fff url('../img/arrow_down.png') calc(100% - 30px) 50% no-repeat;
background-size: 16px auto;

text-transform: uppercase;
}
h2.tit {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.44px;
  text-align: center;
  color: #000;
  padding: 63px 0 34px;
}
 .section_main.section2 li{background-size: 180px auto !important;background-position: center 0 !important;}
.section_main.section2 li a strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.3px;
  text-align: center;
  color: #000;
}
.list_main li img {
  width: 300px;
  height: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin:  0 auto;display: block;
}
.list_main li .aa {
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: normal;
  padding: 23px 25px 10px;
  text-align: left;
  color: #fff;
}
.lat_title a {
  font-size: 25.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.04px;
  color: #242424;
  display: block;
  padding: 0 0 20px;
  border-bottom: 1px solid #000;
}
.basic_li .lt_info span {
  color: #7c7c7c;
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 100;
}
.basic_li {
  overflow: hidden;
  padding: 5px 0 5px 10px;
  background: url('/img/dot_main.png') 0 10px no-repeat;
  border-bottom: 1px solid #e4e4e4;
}
.basic_li a {
  overflow: hidden;
  padding: 3px 0 3px 0px;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5d5d5d;
}
.list_main .bx-controls-direction a{display:inline-block;width:52px;height:53px;position:absolute;bottom:235px;font-size:0;}
.list_main .bx-controls-direction .bx-prev{background: url(../img/prev.png) no-repeat;left:1%;}
.list_main .bx-controls-direction .bx-next{background: url(../img/next.png) no-repeat;right:1%;}
.custom .left {
  padding: 28px 24px 28px;
  border-radius: 5px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  border: solid 0 #fff;
  float: none;
  width: auto;
  height: auto;
  margin: 0 10px 30px;
  background-color: #fff;
}
.footer .address {
  line-height: 1.69;
  letter-spacing: 0.32px;
  text-align: left;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  font-size: 13px;
  letter-spacing: normal;
  text-align: center;
  color: #8b8b8b;
}
.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 40px 10px 44px 10px;
}
.sub_top strong, .sub_top h2 {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.95px;
  text-align: center;
  line-height: 159px;

}
.sub_menu li {
  display: inline-block;
  padding: 0 9px;
  position: relative;
  margin: 5px 0;
}
.sub_menu li a {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.sub_top {

  margin-top: 70px;
}
.tit_s {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #12308d;
  padding: 28px 0 28px;
  line-height: 1.35;
}
.section_sub.intro .ment .txt1 {
  font-size: 21.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #2d2d2d;padding-top: 30px;
}
.section_sub.intro .ment p {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: left;
  color: #2a2d35;
  padding: 0 0 25px;
}
.section_sub {
  padding: 10px 0 30px;
}
.section_sub .inner{padding: 0 10px;}
.section_sub.intro .img img,.team img,.business01 .list_img li img,.business01.section1 .right .list_img ul li img,.business01.section2 img,.wrap_img img,.business01.business02 .list_img li img,.wrap_sub .right img,.inner  .right img{width: 100%;}
.section_sub.intro .img,.section_sub.intro .ment,.section_sub.map .img,.section_sub.map .ment,.business01.section1 .left,.business01.section1 .right,.section_sub .left,.section_sub .right,.txt_box li,.business01.business02 .list_img_txt li,.business01 .list_img_txt3 li{width: auto !important;float: none !important;}
.txt_box li{height: auto;}
.business01 .list_img_txt3 li img{margin: 0 0 25px;}
.wrap_img img{margin: 0 0 15px;}
.business01.section1 .right .list_img ul,.business01.business02 .list_img ul {
  width: auto;
  overflow: hidden;
}
.section_sub h4 {
  font-size: 16px;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  font-weight: 400;
  color: #292d36;
  padding: 0 0 10px;
}
.table_style2 table th {

  font-size: 13px;

}
.table_style2 table td * {
  font-size: 13px;
}
.business01.business02 .list_img_txt li:nth-child(2),.business01.business02 .list_img_txt li:nth-child(3)  {
  width: 170px !important;margin: 10px auto;
}
.section_sub h3.icon {
  background: url(../img/icon_tit.png) 0px 11px no-repeat;
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2d35;
  padding: 14px 25px 20px;
  margin-top: 20px;
}
.txt_icon li strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.57px;
  text-align: left;
  color: #000;
  padding: 0 0 10px;
}
.txt_icon li p {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
  color: #676767;
}
.business01 .list_img li,.business01.section1 .right .list_img ul li,.business01.business02 .list_img li,.business04 .left li,.img_left ul li,.gall_row .col-gn-3 {
  width: 50%;
  margin: 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 15px;
}
#bo_gall .gall_img{max-height: 146px !important;}
.business01.business02.business04 .list_img_txt li:nth-child(2) {
  width: 350px !important;
}
#bo_gall .gall_box {
  position: relative;
  margin: 0 0 17px 0;
  border-radius: 0 0 2px 2px;
}
.gall_row .box_clear {
  clear: none;
}
.gall #bo_gall .gall_text_href a {
  font-size: 13.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  background: #fff;
  letter-spacing: normal;
  text-align: left;
  color: #292d36;
  padding: 0px 0px;
}
#bo_gall .gall_info .gall_date, #bo_gall .gall_info .gall_view {
  font-size: 13px;

  padding: 0 0px;
}
.section_sub .inner .img img{width: 100%;}
.business01 .list_img_txt3 li{text-align: center;margin: 0 0 25px;}
.business01 .list_img,.business04 .left ul, .img_left ul,.business01.business02 .list_img_txt ul,.business01 .list_img_txt3 ul {
  width: auto;
  overflow: hidden;
}
.business01.business02 .list_img_txt li strong{margin: 0 0 25px;}
.section_sub p.txt,.section_sub p.txt strong{font-size: 13px;}
.history .inner{background-size:  460px auto !important;}
.history li {width: 45%;}
.gall_row .col-gn-4 {
  width: 50%;
}
.certification #bo_gall .gall_img{height: 258px !important;
  max-height: 295px !important;
}
#bo_gall .gall_text_href {
  margin: 0px 0;
  line-height: 48px;
  font-size: 14.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.53px;
  text-align: center;
  color: #fff;
  background-color: #0d1b4a;
}
.table_style1{margin-top: 30px;}
.root_daum_roughmap_landing{width: 100% !important;height: 400px !important;}
.history li strong {
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2d2d2d;
  display: block;
  margin: 0 0 10px;
}

  .section_sub.history .inner {
    background-size: 160px auto !important;padding-top: 191px;
  }
.history li:nth-child(2n+1) {
  margin-right: 50%;
  text-align: left;
  margin-left: 0;
  text-align: right;
}
.history li p span {
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: bold;
  color: #12308d;
  line-height: 1.31;
  font-size: 14px;
}

.history li:nth-child(2n) {
  margin: 20px 0 0px;padding-left: 55%;-webkit-box-sizing: border-box;width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.history li:nth-child(2) {
  margin: 20px 0 36px;
}
.history li:nth-child(6) {
  margin: 0px 0 0px;
}
.history li p {
  padding-left: 29px;
  position: relative;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: -0.36px;
  color: #2d2d2d;
}
.history li {
  margin: 0 0 14px;
    margin-right: 0px;
    margin-left: 0px;
}
.intro .inner, .team .inner, .map .inner {
  padding-top: 26px;
}
.footer h1 {
  position: static;
  left: 0;
  top: 64px;text-align: center;
}
.footer h1 img{width: 137px;margin: 0 0 15px;}
.custom .right img {
  margin: 0 0 17px;
}
.custom .right {
  width: auto;
  float: none;margin: 0 10px;
}
.custom .right img{
 width: 100%;
}
.section_main .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 44px;
}
.section_main.section2 li a {
  padding: 135px 0 0;
  text-align: center;
  display: block;width: 200px;margin: 0 auto;
}
.section_main.section2 li {
  width: 50%;
  height: 223px;
  margin: 0 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.input_style {
  height: 38px;
  font-size: 16px;
  border: solid 1px #dcdcdc;
  width: 100% !important;
}


.section_main.section2 ul {
  width: auto;
  overflow: hidden;
}
.section_main.section2 li a p {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  padding: 5px 0 0;
  letter-spacing: normal;
  text-align: center;
  letter-spacing: -0.96px;
  color: #959595;
}
h2.tit p {
  display: block;
  padding: 0 0 21px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
  color: #0717da;
  font-weight: 800;
}
.m_menu .gnb_m ul ul li {
    line-height: 15px;
	margin: 0;
}

nav.on .m_menu {
    transform: translateY(0);
}
.m_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
   
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
	z-index:999;background: #fff;
}

.header .inner,.header {
    height: 70px !important;
}
.header .inner h1 {
    padding: 20px 0 0 0px;
}

.header .inner {
  min-width: 100%;

}
.btn_top{display: none;}
a.detail {
  display: inline-block;
  padding: 2px 28px 2px 0;
  font-size: 13px;
  color: #3eebab !important;
  font-weight: 600;
  background: url(../img/arrow_main_detail.png) 100% 3px no-repeat;
  line-height: 1;
  vertical-align: top;
}

.header .logo {
    display: inline-block;
}
.header .logo img{width: 47px;}
.m_menu .top {
   padding: 21px 20px 20px;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;

}
.m_menu .top img{width: 120px;}

.ovh {
    overflow: hidden;
}
.m_menu .logo {
    margin-top: 20px;
}
.fl {
    float: left;
}

.m_close {
    display: block;
    width: 27px;
    height: 27px;
    margin-top: 15px;
    background: url('../img/m_close.png') 0 0 no-repeat;
        background-size: auto;
    background-size: 20px auto;
    text-indent: -9999px;
	    position: absolute;
    right: 10px;
	top: 2px;
	border:0;z-index: 9999;
}
.on .menu_aside {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99999;
}
.m_menu .list_lang li a{font-weight: 300;}
.gnb_m{}

.m_menu > ul {
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
}
.m_menu > ul > li {
    padding: 0px;
}
.m_menu > ul button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    background: #113775 url('/img/arrow_down.png') calc(100% - 20px) 50% no-repeat;
        background-size: auto;
    background-size: 12px auto;
	border: none;
}
.m_menu .sub {
display: none;
}

.m_menu ul li .sub li {

}
.m_menu ul li .sub li:last-child{border-bottom:0}
.m_menu .sub {
	padding: 0px 0;

 background-color: #f7f7f7;
}

.m_menu .gnb_m ul ul li a{font-size:13px ;color: #767575;font-weight:300 ;line-height: 47px;padding-left: 30px;position: relative;display: block;border-bottom: 0;  font-size: 14px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -0.78px;

  text-align: left;

  color: #000;border-bottom: 1px solid #e0e0e0;}

.m_menu .gnb_m ul li a.big.on {
    background: #fff url('../img/arrow_up.png') calc(100% - 20px) 50% no-repeat;
    background-size: 30px auto;
}
.sub_top{
background-size: auto 160px !important;
height: 160px;
}
.sub_top strong img{width: 120px;line-height: 1;}



.header .inner h1 a {
  width: 137px;
  background-size: 129px auto !important;
}

}
@media only screen and (max-width : 400px) {

}
@media only screen and (max-width : 320px) {
	
}
