@CHARSET "utf-8";
@font-face {
font-family:'LGSmHa';
font-weight:100;
font-style:normal;
src:url('../fonts/LGSmHaL.eot'); /* IE9 Compat Modes */
src:url('../fonts/LGSmHaotfL_v1.4.otf') format('opentype'),
url('../fonts/LGSmHaL.eot?#iefix') format('embedded-opentype'),
url('../fonts/LGSmHaL.woff') format('woff'); /* À¥ ºê¶ó¿ìÀú ¹öÀü */
}
@font-face {
font-family:'LGSmHa';
font-weight:300;
font-style:normal;
src:url('../fonts/LGSmHaR.eot'); /* IE9 Compat Modes */
src:url('../fonts/LGSmHaotfR_v1.4.otf') format('opentype'),
url('../fonts/LGSmHaR.eot?#iefix') format('embedded-opentype'),
url('../fonts/LGSmHaR.woff') format('woff'); /* À¥ ºê¶ó¿ìÀú ¹öÀü */
}

@font-face {
font-family:'LGSmHa';
font-weight:600;
font-style:normal;
src:url('../fonts/LGSmHaB.eot'); /* IE9 Compat Modes */
src:url('../fonts/LGSmHaotfB_v1.4.otf') format('opentype'),
url('../fonts/LGSmHaB.eot?#iefix') format('embedded-opentype'),
url('../fonts/LGSmHaB.woff') format('woff'); /* À¥ ºê¶ó¿ìÀú ¹öÀü */
}

#reg_result{margin: 200px auto 50px;}
.btn_confirm_reg {
  margin: 20px 0 150px;
  text-align: center;
}
body *{ font-family: 'LGSmHa';}
body *{ -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
body{overflow-x:hidden;}
#bo_list .bo_tit .fa-heart{display: none;}
.sub_cont .section .section{padding: 0;}
#bo_list .td_num2 {
  width: 80px;
  text-align: center;
}
#bo_gall .gall_con{border: 1px solid #e6e8eb;text-align: center;}
#bo_gall .gall_img{border: 0;}
#bo_gall .gall_text_href a{text-align: center;}
.pg_wrap{margin-top: 25px;}
#bo_list .td_num,#bo_list .td_datetime {
  width: 120px;
  text-align: center;
}
.select_style {  margin: 0 7px 0 0;

  padding: 15px 14px 12px 15px;

  border-radius: 5px;

  border: solid 1px #e8eaed;

  background-color: #fff;
    font-size: 15px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;
 height: 48px;
  letter-spacing: -0.3px;

  text-align: left;

  color: #000;
}

.section_main.section1 .scroll{position: absolute;right: 50%;bottom: 40px;z-index: 99;margin-right: -52px;}
.section_main.section1 .scroll .arrow_s{position: absolute;left: 45%;top: 39%;}
.section_main.section1 .scroll .circle{   animation: animName 8s linear infinite;

}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.radios_com label{margin: 0 20px 0 0;height: 25px;display: inline-block;}

.header{padding: 0 27px;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:27px 0 0;}
.header .inner h1 a{vertical-align: top;display:inline-block;width: 239px;height: 39px;font-size:0 ;background: url(../img/logo.png) 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;border-bottom: 1px solid #e6e8eb;}
.header.on{background: transparent;border-bottom: 0;}
.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.png) 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.png) 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;}


.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;
}

.btn_top {
  position: absolute;
  right: 10px;
  top: 38px;
  z-index: 99999;
}
.btn_top li{display: inline-block;margin: 0 0 0 35px;}
.btn_top li img{margin: 0 7px 0 0;vertical-align: -2px;}
.btn_top a,.on.height .btn_top a{  font-size: 15px;

  font-weight: 100;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: -0.32px;

  text-align: center;

  color: #000;}
.on .btn_top a{color: #fff;}

.on .btn_top .off{display: inline-block;}
.on .btn_top .on{display: none;}
.btn_top .off,.on.height .btn_top .off{display: none;}
.btn_top .on,.on.height .btn_top .on{display: inline-block;}
.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: 6px;padding-top: 36px;height: 292px;text-align: center;left: 10%;right: 10%;width: 80%;}

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


  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: -0.36px;

  text-align: center;


}


.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: #2962d5;}

.gnb ul.depth2 {
    position: absolute;
    top: 57px;
    left: -0px !important;
    margin-left: 0;
    width: 100%;
    padding: 0;
	height: 327px;
    padding: 25px 3px 15px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gnb li ul.depth2:after{content: '';width: 0%;top: -3px;left: 50%;position: absolute;height: 2px;  
 background-color: #2962d5;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}
.gnb li:hover ul.depth2:after{width: 60%;left: 20%;}
.gnb li ul.depth2 a:hover{color: #2962d5;}
.gnb ul.depth2 li{text-align: center;padding: 0;  line-height: 2.3;height: auto;display:block;clear:both;float:none;width:100%;position:relative}
.gnb ul.depth2 li a{border:none;  font-size: 15px;


  text-align: center;
  color: #000;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -0.62px;

  text-align: center;
  font-weight: 100;

  color: #000;

}

.banner{padding: 0 0 61px;}



.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 *{  font-size: 13px;

  font-weight: 100;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.62;

  letter-spacing: normal;

  text-align: left;

  color: #838fa0;}
.footer .wrap_cell{overflow: hidden;position: relative;}
.footer .wrap_cell::after {
  width: 1px;
  height: 52px;
  content: '';
  position: absolute;
  left: 238px;
  top: 14px;
  opacity: 0.08;
  background-color: #fff;
}
.footer .wrap_cell .cell{width: 301px;float: left;}
.footer .wrap_cell .cell p{padding: 15px 0 0;}
.footer .address{  padding: 5px 0 20px;

}
.select_style2 {position: absolute;right: 0;top: 51px;
}
.select_style2 select{min-width:222px; height:54px; padding:0 22px 0 20px; line-height:54px; font-size:15px; -webkit-appearance: none; -moz-appearance: none; appearance: none;    vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
color: #fff;
 background-color: #2a2f36;
  border-radius: 5px;
}
.select_style2:after{content: '+';color: #fff;position: absolute;right: 10px;top: 10px; font-size: 21.5px;}
.select_style2 select::-ms-expand {display: none;}
.list_sns a {margin: 0 8px 0 0;}
.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: 760px;}
.section_main.section1 .ment{position: absolute;left: 50%;top: 50%;width: 1240px;margin-left:-620px ;z-index:999;margin-top: -150px;}
.section_main.section1 .wrap_btn{padding: 30px 0 0;text-align: left;}
.section_main.section1 .wrap_btn a{display: inline-block;padding: 0 30px;margin: 0 12px 0 0;  font-size: 21px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: -0.36px;

  text-align: center;

  color: #000;
 line-height: 62px;
  border-radius: 33px;
    border: solid 1px #fff;
	background: #fff;
}
.section_main.section1 .wrap_btn a:hover{color: #fff;  background-color: #2962d5;border: solid 1px #2962d5;}
.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;
    font-size: 59.5px;

  font-weight: bold;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.21;

  letter-spacing: -1.19px;

  text-align: left;

  color: #fff;

}
	
.tab_sub2 {
    position: relative;
width: 110%;
padding: 88px 0 42px;
overflow: hidden;
}
.tab_sub2 li{float: left;line-height:43px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;text-align:center;height:43px;
box-sizing: border-box;border:1px solid #d7d6d6;position: relative;background: #fff;margin: 0 7px 7px 0;width: 194px;}
.tab_sub2 li a{display: block;}

.tab_sub2 li span{display: inline-block;  font-size: 12px;



  letter-spacing: -0.24px;

  text-align: center;

  color: #767676;font-weight: 100;
    margin: 0 7px 0 0;

  padding: 0 10px;
height: 20px;
line-height: 20px;
  border-radius: 9px;

 background-color: #eee;

vertical-align: 3px;
}
.tab_sub2 li.active span{  background-color: #153f93;  color: #fff;}
.tab_sub2 li,.tab_sub2 li a{  font-family: LGSmHaotfR;

  font-size: 15px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -0.3px;

  text-align: center;

  color: #000;}
.tab_sub2 li.active{border:1px solid #2962d5;z-index: 99; background-color: #2962d5;}
.tab_sub2 li.active,.tab_sub2 li.active a{color: #fff;font-weight: 600;border-bottom:0}

.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;
	
}
h2.tit{  font-size: 48px;

  font-weight: bold;

  font-stretch: normal;

  font-style: normal;


  letter-spacing: -1.44px;

  text-align: center;

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

  font-weight: 500;


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

  color: #0717da;font-weight: 800;}

  .section_main .inner{max-width: 1200px;margin: 0 auto;padding: 0 0 130px;}
  

.sub_top{text-align: center;background:  url(../img/sub_top1.png) center center no-repeat;background-color: #fff;margin-top: 92px;}
.sub_top strong{
  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;}

  .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;

}


.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;
}

.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;}


.table_style1{border-bottom:0;overflow-x: auto;}
.table_style1 table {width:100%; border-top: 1px solid #000;}
.table_style1 table th {padding:18px 5px;  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;

  color: #fff;text-align: center;

  font-size: 17px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;



  letter-spacing: normal;

  background-color: #f8fafb;

  color: #000;border-bottom:1px solid #e8eaed;
}
.table_style1 label{height: 16px;

  margin: 24px 43px 24px 11px;


  font-size: 16px;

  font-weight: 100;

  font-stretch: normal;

  font-style: normal;



  letter-spacing: normal;

  text-align: left;

  color: #000;

}
.checked_txt{text-align: right;padding: 31px 0 0; 

}
.checked_txt label{ font-size: 17px;

  font-weight: 100;

  font-stretch: normal;

  font-style: normal;



  letter-spacing: normal;

 

  color: #000;}
.checked_txt input {
  vertical-align: -5px;
}
  .tdxt_agree{  
height: 250px;
overflow-y: scroll;

  padding: 32px 30px 29px 30px;

  border-radius: 10px;

  border: solid 1px #e6e8eb;

  background-color: #f8fafb;
    font-size: 15px;

  font-weight: 100;

  font-stretch: normal;

  font-style: normal;

  line-height: 2;

  letter-spacing: normal;

  text-align: left;

  color: rgba(0, 0, 0, 0.8);

}
.wrap_btn{text-align: center;padding: 20px 0 140px;}
.bo_sch_wrap{display: none;}
.table_style1 table td {padding:11px 15px; color:#5c5c5c; font-weight:300 ;font-size:17px; border-bottom:1px solid #e8eaed;border-left:1px solid #e8eaed;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;}


.section_main h2{  font-size: 50px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.3;

  letter-spacing: -1px;

  text-align: center;

  color: #000;
padding: 100px 0 46px;
}

.list_count{width: 110%;overflow: hidden;padding: 0 0 10px;}
.list_count li{ float: left; width: 375px;

  height: 295px;

  margin: 0 38px 0 0;

  padding: 36px 0 0 38px;

  border-radius: 20px;

  box-shadow: 0px 2px 6.8px 0.2px rgba(0, 0, 0, 0.12);

  border: solid 1px #f3f3f3;

  background-color: #fff;

}
.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 51px 0 44px 00px;
}
.list_count li p{  font-size: 20px;

  font-weight: 100;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -1.44px;

  text-align: left;

  color: #010101;padding: 35px 0 21px;

}
.list_count li strong{  font-size: 70px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -1.5px;

  text-align: left;

  color: #000;}

.table_style1 table td.cont{border-left: 0;}
  .section_main.section3,.section_main.section4{  background-color: #f4f6f9;}
  .section_main.section3{padding: 102px 0 50px;}

   .section_main.section3 .txt{width: 820px;float: right;  font-size: 23.5px;

  font-weight: 100;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.91;

  letter-spacing: -0.47px;

  text-align: left;
  
padding: 10px;

  color: #010101;}
   .section_main.section3 .txt strong{  font-weight: 300;font-size: 23.5px;}
.section_main.section3 .img{width: 253px;float: left;position: relative;}
.section_main.section3 .img:after{  width: 2px;

  height: 149px;
content: '';position: absolute;
left: 316px;top: 10px;

  opacity: 0.08;

  background-color: #000;}
.section_main.section4 .bx-controls-direction a{display:inline-block;width:57px;height:63px;position:absolute;top:338px;font-size:0;}
.section_main.section4 .bx-controls-direction .bx-prev{background: url(../img/arr_left.png) no-repeat;left: 66px;}
.section_main.section4 .bx-controls-direction .bx-next{background: url(../img/arr_right.png) no-repeat;right:66px;}

.section_main.section4 li{  width: 283px;

  height: 302px;

  margin: 0 24px 0 0;

  padding: 50px 0 0;text-align: center;

  border-radius: 20px;

  background-color: #fff;}
  .section_main.section4 li p{  font-size: 21px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;
padding: 25px 0;

  letter-spacing: -0.47px;

  text-align: center;

  color: #000;

}

			.table_style2{border-bottom:0;overflow-x: auto;position: relative;
  background: rgb(255, 255, 255);
  overflow: hidden;
  height: 104px;
  border-radius: 10px 10px 0px 0px;margin: 0 0 20px;}
.table_style2 table {width:100%; }
.table_style2 table th {padding:15px 0; font-size:20px; color:#fff;  background-color: #c1c1c1;border:1px solid #fff;font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;}
  .center{text-align: center;}
.table_style2 table th.co1{background: #5bc4ca;}
.table_style2 table th.co2{background-color: rgb(253, 161, 89);}
.table_style2 table td {padding:15px 15px; color:#000; font-weight:300 ;font-size:17px; border:1px solid #fff;text-align:center;  background-color: #f4f6f9;}
 .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:nth-child(1),.table_style2 table tr td:nth-child(3){color: rgba(0, 0, 0, 0.7);}
.table_style2 table tr td:last-child{border-right: 0;}

.wrap_img{position: relative;text-align: left;}
.sub_cont .wrap_img .img{text-align: left;padding: 0;}
.wrap_img .ment{position: absolute;width: 695px;right: 0;top: 45px;}
.img_right{position: absolute;right: 0;bottom: 0;}
.list_icon li{padding: 0 0 10px 20px;position: relative;  font-size: 18px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.67;

  letter-spacing: normal;

  text-align: left;

  color: #000;}
  .info .inner li:nth-child(2){  color: rgba(0, 0, 0, 0.8);}
  .wrap_img_list li{margin: 0 0 35px 0;}
.list_icon li:after{content: '';width: 13px;height: 13px;position: absolute;left: 0;top: 7px;background: url(../img/icon_dia.png) no-repeat;}
.info{margin: 97px 0 0 ;border-top: 1px solid  #e6e8eb;border-bottom: 1px solid  #e6e8eb;}
.info .inner{max-width: 1200px;
  margin: 0 auto;overflow: hidden;}
  .sub_cont .inner{max-width: 1200px;
  margin: 0 auto;position: relative;}
.wrap_b {
  max-width: 1200px;
  margin: 0 auto;
}
#bo_gall .gall_text_href a {
  font-weight: 400;
  font-size: 16px;

  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.24px;
  text-align: center;
  color: #000;
  padding: 10px 0px;
}
#bo_list_total{display: none;}
#bo_v {
  margin-bottom: 20px;
  background: #fff;
  background: transparent;
}
.wrap_b {
  padding: 0 0 100px;
}
.bo_w_link.write_div{display: none;}
.wrap_b2 #bo_gall .gall_text_href,.wrap_b2 #bo_gall .gall_text_href a{text-align: center;}

.wrap_b2 .gall_img img{border: 1px solid #e9e9e9;}

  .sub_cont .tit,.wrap_b .tit{padding: 87px 0 24px;position: relative;  font-size: 36px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  line-height: 1;

  letter-spacing: normal;

  text-align: left;

  color: #000;max-width: 1200px;margin: 0 auto;}
  #bo_w .bo_w_select select {
  border: 1px solid #d0d3db;
  width: auto;
  height: 40px;padding: 0 15px;font-size: 15px;
  border-radius: 3px;
}
    .sub_cont .tit p{position: absolute;top: 98px;right: 0;  font-size: 17.5px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;


  letter-spacing: normal;

  text-align: center;

  color: #000;}
    .sub_cont .tit p span{ font-size: 17.5px;  color: #2962d5;
}
.sub_cont h4{padding: 0 0 23px;  font-size: 24px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;


  letter-spacing: normal;



  color: #000;

}
.sub_cont h4 .num{display: inline-block;width: 33px;height: 33px; background-color: #2962d5;color: #fff;-webkit-border-radius: 50%;
-moz-border-radius: 50%;text-align: center;
border-radius: 50%;line-height: 36px;font-size: 22px;margin: 0 8px 0 0;}
.sub_cont .section{padding: 0 0 83px;}
.list_label li{  font-size: 18px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  line-height: 36px;

  letter-spacing: normal;

  text-align: left;
position: relative;
  color: #000;margin: 0 0 26px;}
  .detail-row td{  

  padding: 34px 49px 34px;

  background-color: #f8f9fa;
  font-size: 16px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.88;

  letter-spacing: normal;

  text-align: left;

  color: rgba(0, 0, 0, 0.8);


  }
  .detail-row {
  display: none; /* Hide detail rows by default */
}
.main-row {
  cursor: pointer; /* Makes the main row look clickable */
}
#bo_cate{display: none;}
  .list_label li em{ font-style: normal;color: #f00; font-size: 18px;}
  .mt70{margin-top: 70px;}
  .sub_cont{padding-bottom: 50px;}
  .list_label li:nth-child(4){margin: 48px 0 0;}
  .list_label li.pos{padding-left: 165px;}
  .list_label li.pos strong{position: absolute;left: 0;top: 0;width: auto;height: 36px;line-height: 1;}
  .list_label li p{position: absolute;right: 0;top: 10px;  font-size: 16.5px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: normal;

  color: #000;}
    .list_label li p span{font-size: 16.5px; font-weight: 300;color: #2962d5;}
  .list_label li strong{  width: 110px;

  line-height: 36px;

  margin: 0 16px 0 0;

  padding: 9px 39px 9px 40px;

  border-radius: 18px;
  font-size: 18px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: normal;

  text-align: center;

  color: #fff;
  background-color: #2962d5;}
  .info .inner li{text-align: center;float: left;padding: 0 41px;line-height: 61px;font-size: 15px;border-right: 1px solid  #e6e8eb;}
  .info .inner li:first-child{border-left: 1px solid  #e6e8eb;padding: 0 22px;}
   .info .inner li:first-child img{vertical-align: -3px;}
   .tab_sub {
    position: relative;
    background: #fff;
overflow: hidden;
    height: 45px;
	   border-radius: 10px 10px 0 0;
}
.txt_date{padding: 36px 0 44px;  font-size: 18px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -0.36px;

  text-align: left;

  color: #000;line-height: 49px;}
  .txt_date .input_style{margin-left: 10px;width: 247px;}
.tab_sub li{float: left;line-height:47px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;text-align:center;
box-sizing: border-box;height:48px;position: relative;background: #5bc4ca;width: 50%;}
.list_text{border-top: 1px solid #000;padding: 0 0 45px;margin: 0 0 30px;border-bottom: 1px solid #e8eaed;}
.list_text li{padding: 44px 0 0;line-height: 49px;  font-size: 16px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -0.32px;

  text-align: left;

  color: #000;}
  #forderform input[type=checkbox]{width: 18px;height: 18px;}
  .list_text.bd{border-bottom: 0;margin: 0;}
.list_text li .txt_b{display: inline-block;padding-left: 10px;left: 49px;  font-size: 14px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -0.28px;

  text-align: left;

  color: #7e7e7e;

}
.icon_list{width: 110%;overflow: hidden;}
.tit_bar{margin: 36px 0 26px;position: relative;}
.tit_bar:after{display: block;position: absolute;content: '';height: 1px;width: 100%;right: 0;left: 85px; background-color: #000; opacity: 0.1;top: 10px;}
.tit_bar strong{  font-size: 20px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  padding: 0 10px 0 0;
  position: relative;
z-index: 99;
  line-height: 1.3;

  letter-spacing: normal;

  text-align: left;

  color: #2962d5;}
.icon_list li{width: 187px;float: left;margin: 0 16px 16px 0;}
.list_text li i{width: 20px;display: inline-block;}
.input_style.mb{margin-bottom: 10px;}
.list_text li .txt_b span{color: #4e77f6;}
.list_text li strong{display: block;padding: 0 0 15px;  font-size: 18px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;


  letter-spacing: -0.36px;

  text-align: left;

  color: #000;}
.input_style {
width: 774px;
  height: 49px;
  padding: 0 10px;
  line-height: 41px;
  border: 1px solid #e8eaed;
  color: #333333;
  font-size: 15px;
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 5px;
}
.tab_sub li a{display: block;padding: 0 32px;}
.tab_sub li:nth-child(2){border-left: 2px solid #fff; background-color: #fda159;}
.tab_sub li,.tab_sub li a{  font-size: 18px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;


  letter-spacing: normal;

  text-align: center;

  color: #fff;cursor:pointer}
.tab_sub li.active{z-index: 99;}
.tab_sub li.active,.tab_sub li.active a{}
.tab_content{  border-radius: 0 0 10px 10px;
text-align: center;
  background-color: #f4f6f9;padding: 31px 0;}
  .tab_content button{  width: 110px;

  line-height: 46px;

  margin: 0 43px;

text-align: center;
  border-radius: 5px;

  border: solid 1px #e8eaed;

  background-color: #fff;
  font-size: 16px;

  font-weight: 100;

  font-stretch: normal;

  font-style: normal;


  letter-spacing: normal;

  text-align: center;

  color: #000;
display: inline-block;}
.tab_content button.active{  background-color: #2962d5;border: 1px solid #2962d5;color: #fff;}
.btn_style{  width: 89px;

  line-height: 46px;

  margin: 0 0 0 5px;


  border-radius: 5px;

  border: solid 1px #000;

  background-color: #000;
  font-size: 15px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

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

padding: 0 10px;
position: relative;
  color: #fff;
display: inline-block;}


.btn_style3{  width: 173px;

  line-height: 56px;

  margin: 0 0 0 5px;


  border-radius: 5px;

  border: solid 1px #2962d5;

  background-color: #2962d5;
  font-size: 19px;

  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

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

padding: 0 10px;
position: relative;
  color: #fff;
display: inline-block;}
.small.btn_style3 {
  width: 91px;
  line-height: 36px;
  margin: 0 0 4px 189px;
  border-radius: 5px;
  border: solid 1px #2962d5;
  background-color: #2962d5;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  letter-spacing: normal;
  padding: 0 10px;
  position: relative;
  color: #fff;
  display: inline-block;
}
#bo_v_share{display: none;}
#bo_list .td_name{text-align: center;}
.btn_style2{  width: 163px;

  line-height: 46px;

  margin: 0 5px 5px 0;


  border-radius: 5px;

  border: solid 1px #e8eaed;

  background-color: #fff;
  font-size: 16px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

text-align: left;
  letter-spacing: normal;

padding: 0 10px;
position: relative;
  color: #000;
display: inline-block;}
.btn_style2:after{content: '';  width: 15px;

  height: 15px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  border: solid 2px #e1e5e9;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
  background-color: #fff;position: absolute;right: 9px;top: 15px;}
  .btn_style2.active:after{border-color: #2962d5;}
.btn_style2.active{  border: 1px solid #2962d5;color: #2962d5;}
button{cursor: pointer;}
.txt_b a{ color: #2962d5;text-decoration: underline;}

.tit_sub {
    color: #2962d5;
    font-weight: 400;
    font-size: 25px;
    padding:62px 0 41px;
    text-align: center;
}

.sub_cont2{text-align: left;}
.sub_cont2 p, .sub_cont2 p span, .sub_cont2 p strong {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    padding: 0 0 18px;
    font-weight: 200;
    letter-spacing: -0.5px;
}
.sub_cont2 p.tit1 {
    font-weight: 600;
    font-size: 20px;
    color: #2962d5;
    padding: 25px 0 28px;
}
.pop_layer{display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.43);z-index:99999}
.pop_layer .inner{  width: 550px;

  
  position: relative;

  padding: 40px 44px 48px 42px;

  border-radius: 20px;
margin: 10% auto;text-align: center;
  box-shadow: 0 0 7.4px 0.6px rgba(0, 0, 0, 0.15);

  background-color: #fff;}
  .container2{height: 400px;overflow-y: scroll;}
  .pop_layer.pop1 .inner .btn_close{position: absolute;right: 15px;top: 16px;border: 0;}
.pop_layer .inner .inner_cont{overflow-y: scroll;height: 85%;height: calc(85vh - 70px);}
.pop_layer .inner .txt1{padding: 10px 0 10px;  font-size: 30.5px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -0.61px;

  text-align: center;

  color: #000;}
  .pop_layer.pop1 .inner .txt1{padding: 0px 0 0px;  font-size: 30.5px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  letter-spacing: -0.61px;

  text-align: center;

  color: #000;}
  .pop_layer .inner .txt2{  font-size: 17px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;



  letter-spacing: normal;

  text-align: center;

  color: #000;}
    .pop_layer .inner .txt3{    font-size: 14px;

  font-weight: 100;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.57;

  letter-spacing: normal;

  text-align: center;

  color: rgba(0, 0, 0, 0.8);padding: 12px 0 35px;}
.pop_layer .inner .ment{}
.sub_cont .ment p{  font-size: 17px;

  font-weight: 300;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.53;

  letter-spacing: normal;

  text-align: left;

  color: #000;padding: 0 0 10px;}
  .sub_cont .ment p strong{ font-size: 17px; font-weight: 300;  color: #2962d5;}
  .sub_cont .img{padding: 45px 0 0;text-align: center;}
  .sub_cont .bg{ background-color: #f8f9fa;padding-bottom: 83px;}
  #bo_w .bo_w_link .frm_input{display: none;}
  .btn_confirm.write_div {
  margin: 50px 0 0 !important;
  position: relative;
}
.register{padding: 130px 10px;max-width: 1200px;margin: 0 auto;}
.btn_confirm .btn_close {
  float: left;
  height: 50px !important;
  width: 48% !important;
  font-weight: bold;
  font-size: 1.083em;
}
@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) {
.header .inner {
  min-width: auto;
}
.header {
  padding: 0 0;
  overflow: hidden;
}
.gnb{display: none;}
.tab_sub2 li, .tab_sub2 li a{font-size: 12px;letter-spacing: -1px;}
.pc{display: none !important;}
.mobile{display: block !important;}
body.on .m_open{display: none;}
.tab_sub2 li span {
  display: inline-block;
  font-size: 10px;
  letter-spacing: -0.24px;
  text-align: center;
  color: #767676;
  font-weight: 100;
  margin: 0 2px 0 0;
  padding: 0 3px;
  height: 20px;
  line-height: 20px;
  border-radius: 9px;
  background-color: #eee;
  vertical-align: 1px;
}
.m_open {
    display: block;
    width: 26px;
    margin-top: 0;
	font-size:0 ;
	height: 20px;
    position: absolute;
    right: 5px;
    top: 17px;
    background: transparent;
    border: 0;
	background: url('../img/btn_m_open.png') 0 0 no-repeat;
	background-size: 26px auto;cursor: pointer;
	z-index: 999;


}
.header{text-align: center;}
.header.on{border: 0;}
.on .m_open{
background: url('../img/btn_m_open_w.png') 0 0 no-repeat;
	background-size: 26px auto
}
  .wrap_btn_m {
    padding: 0;
    text-align: center;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 9999;
    bottom: 0;
  }
  .wrap_btn_m a{width: 173px;
  line-height: 56px;
  margin: 0 0 3% 1.5%;
  border-radius: 0;
  width: 47%;

  background-color: #2962d5;
  border-radius: 32.5px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  float: left;
  letter-spacing: normal;
  padding: 0 10px;
  position: relative;
  color: #fff;
  display: block;}
  .section_main.section4 li {
  width: 283px;
  height: 189px;
  margin: 0 24px 0 0;
    margin-right: 24px;
  padding: 24px 0 0;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
}
  .section_main.section4 li img{width: 100px;}
  .wrap_btn_m a:first-child{margin-left: 2%;width: 47%;}
  .section_main.section4 li p {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  padding: 15px 0;
  letter-spacing: -0.47px;
  text-align: center;
  color: #000;
}
   .wrap_btn_m a:last-child{background: #01b374;}
.header .inner {
    margin: 0 10px;
}
.m_open img {
    width: 100%;
}
.section_main.section3 {
  padding: 52px 0 0px;
}
.section_main.section4 .bx-controls-direction a {

  top: 163px;
  background-size: 45px auto !important;
width: 45px;
}
.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 18px 15px 119px 15px;
}
.footer .wrap_cell .cell p {
  padding: 0px 0 0;
}
.footer * {
  font-size: 12px;

}
.section_main.section4 .bx-controls-direction .bx-prev {
  background: url(../img/arr_left.png) no-repeat;
  left: -17px;
}
.footer .wrap_cell .cell {
  width: auto;
  float: none;
  padding: 15px 0;
}
.footer .wrap_cell .cell1{border-bottom: 0.5px solid #838fa0;  

  }
  .select_style2 {
  position: absolute;
  right: 18px;
  top: 246px;
}
.select_style2 select {
  min-width: 180px;
  height: 46px;
  padding: 0 22px 0 20px;
  line-height: 46px;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  background-color: #2a2f36;
  border-radius: 5px;
}

.select_style2::after {
  content: '+';
  color: #fff;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 21.5px;
}
 .footer .wrap_cell .cell img {
    width: 110px;
    vertical-align: 7px;
    margin: 0 10px 0 0;
  }
.footer .wrap_cell .cell p{display: inline-block;}
.footer .wrap_cell::after{display: none;}
.section_main.section4 .bx-controls-direction .bx-next {
  background: url(../img/arr_right.png) no-repeat;
  right: -17px;
}
.section_main.section3 .inner{padding: 0;}
.section_main.section3 .txt {
  width: auto;
  float: none;
  font-size: 15.5px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.91;
  letter-spacing: -0.47px;
  text-align: center;
  padding: 25px 10px;
  color: #010101;
}.section_main.section3 .txt strong{font-size: 15.5px;}
.section_main.section3 .img {
  width: auto;
  float: none;
  position: relative;text-align: center;
}
.section_main.section3 .img::after{display: none;}
.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 .top h1{padding-bottom: 22px;}
.m_menu .gnb_m{padding: 0px 0;background: #fff;}
.m_menu .btn_area{background: #fff;border-top: 1px solid #f3f3f3;padding: 15px 0;}
.m_menu .gnb_m ul li {
	line-height:45px;
}
.slider_main_top .ment p.txt1 img{width: 236px;}
.main #section3 {
  padding: 35px 0;
  background: url(../img/img_main_sec03_m.jpg) center 0 no-repeat;
    background-size: auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.main #section3 li {
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  border-left: 1px solid #dfe0e0;
  height: 383px;
  float: none;
}

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

text-transform: uppercase;
}
.list_img_banner{text-align: center;}
.main #section5 .list_banner {
  overflow: hidden;
  width: auto;
}
.list_img_banner li {
  width: 280px;
  height: auto;
  float: none;
  text-align: center;
  margin: 0 auto 19px;
 
  position: relative;
  cursor: pointer;
  overflow: hidden;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.main #section5 {
  padding: 150px 0 10px;
}

.main #section5 .list_banner li {
  width: auto;
  float: none;
  margin: 0 0 49px 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.main #section5 .list_banner li img{width: 100%;}
.list_img_banner li img{width: 100%;}
.list_img_banner li .ment{display: none !important;}
.m_menu .gnb_m ul ul li {
    line-height: 15px;
	margin: 0;
}
.main #section5 .list_banner li .ment strong {
  display: block;
  font-size: 17px;
  color: #2ecb90;
}
.main #section5 .list_banner li .ment p {
  padding: 10px 0 32px;
  font-size: 13px;
  color: #d2d2d2;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 200;
}
nav.on .m_menu {
    transform: translateX(0);
}
.header, .header.height {

  z-index: 9999
}
.m_menu {
    position: fixed;
    top: 0px;
    right: 0;
    width: 70%;
    height: 100%;
   background: #fff;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
	z-index:999
}
.on .wrap{
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
	width: 100%;
	 position: absolute;
}
.header .inner,.header {
    height: 60px !important;
}
.header .inner h1 {
    padding: 15px 0 0 0px;
}
.main #section6 {
  padding: 80px 0;
  background:  url(../img/img_main_sec01_m.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.list_count {width: auto;}
 .list_count li {
    float: none;
    width: auto;
    height: 90px;
    margin: 0 0 10px 0;
    padding: 16px 0 0 30px;
    border-radius: 20px;
    box-shadow: 0px 2px 6.8px 0.2px rgba(0, 0, 0, 0.12);
    border: solid 1px #f3f3f3;
    background-color: #fff;
  }
.list_count li p {
  font-size: 17px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.44px;
  text-align: left;
  color: #010101;
  padding: 18px 0 21px;
  display: inline-block;
}
  .list_count li .icon {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: 3px;
  }
.list_count li .icon img{width: 45px;}
.list_count li{position: relative;}
.section_main h2 {
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
  padding: 39px 0 26px;
}
.section_main.section1{padding: 0;}
.section_main .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.tab_sub2{width: 102%;}
.section_main {
 padding: 0 15px;
}
.tab_container2 img{width: 100%;}
.tab_sub2 {

  padding: 41px 0 42px;
  overflow: hidden;
}
.tab_sub2 li{width: 32.3%;margin: 0 1% 1% 0;}
.list_count li strong {
  font-size: 38px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.5px;
  text-align: left;
  color: #000;
  position: absolute;right: 25px;top: 25px;
}
.main #section1 {
  padding: 80px 0;
  background:  url(../img/img_main_sec01_m.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.main #section1 .ment p.txt1,.main #section1 .ment p.txt1 strong{font-size: 13px;}
.main #section1 .ment p.txt2,.main #section1 .ment p.txt2 strong{font-size: 23px;}
.main #section1 .ment p.txt3,.main #section1 .ment p.txt3 strong{font-size: 11px;}
.main #section2 {
  padding: 35px 0;
}

.main #section1 {
  padding: 49px 0;
}
.main .section .inner {
padding: 0 10px;
}
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;
}
.main #section2 .ment p.txt1,.main #section2 .ment p.txt1 strong{font-size: 25px;}
.main #section2 .ment p.txt2,.main #section2 .ment p.txt2 strong{font-size: 12px;}
.main #section2 .ment,.main #section2 .img {
  width: auto;
  float: none;
  padding: 10px 0 30px;
}
.main #section2 .ment p.txt2{padding: 0;}
.main #section2 .img img{width: 100%;}
.main #section2 .bx-controls-direction {
  position: absolute;
  width: 150px;
  left: 50%;
  bottom: 24px;
  margin-left: -75px;
}
.main #section2 {
  padding: 35px 0;
  background:  url(../img/img_main_sec02_m.jpg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.main #section2 .bx-wrapper .bx-pager{display: none;}
.header .logo {
    display: inline-block;
}
.header .logo img{width: 47px;}
.m_menu .top {
    padding: 49px 0px 0;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;

}
.info {
  margin: 59px 0 0;

}
.info .inner li {
  text-align: center;
  float: left;
  padding: 0 31px;
  line-height: 47px;
  font-size: 13px;
  border-right: 1px solid #e6e8eb;
}
.info .inner li:first-child {
  border-left: 1px solid #e6e8eb;
  padding: 0 17px;
}
.list_text li {
  padding: 9px 0 0;}
  .wrap_btn {
  text-align: center;
  padding: 20px 0 50px;
}
.sub_cont .tit, .wrap_b .tit {
  padding: 49px 10px 18px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  max-width: 1200px;
  margin: 0 auto;
}

.sub_cont .inner {
padding: 0 10px;
}
.sub_cont .ment p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 0 0 10px;
}
.sub_cont .img img{width: 100%;}
.sub_cont .ment p strong{font-size: 14px;}
.m_menu .top img{width: 157px;}
.btn_member img{width: 15px !important;}
.img_right,.wrap_img .ment {
  position: static;
  right: 0;
  width: auto;
  bottom: 0;
  padding: 15px 0 0;text-align: center;
}
.list_icon li {

  font-size: 13px;

}
.wrap_img_list li {
  margin: 0 0 15px 0;
}
.wrap_img_list li img{width: 100%;}
#bo_list .td_num, #bo_list .td_datetime,#bo_list .td_num2 {
width: 60px;
  text-align: center;
}
#bo_list .td_num2{width: 40px;}
 #bo_list .td_num,.is_category{width: 50px;}
.tbl_head01 td *,.tbl_head01 td,.tbl_head01 thead th,.tbl_head01 thead th * {

  font-size: 12px;

}
.tit_sub {
  color: #2962d5;
  font-weight: 400;
  font-size: 16px;
  padding: 62px 0 41px;
  text-align: center;
}
#bo_gall .gall_img{height: auto !important;
  max-height: auto !important;}
.gall_row .col-gn-4 {
  width: 50%;
}
.tbl_head01 thead th{width: auto !important;}
.wrap_b {
  padding: 0 10px 50px;
}
#bo_gall .gall_text_href a {
  font-weight: 400;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.24px;
  text-align: left;
  color: #000;
  padding: 10px 0px;
}
.tbl_head01 td,.tbl_head01 thead th,#bo_list .td_name{height: auto;padding: 10px 8px;}
.list_label li strong {
  width: 120px;
  line-height: 18px;
  margin: 0 12px 12px -10px;
  padding: 9px 10px 9px 10px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #2962d5;

}
.list_label li:nth-child(4) {
  margin: 0 0 0 18px;
}
.list_label li p {
  position: static;
  right: 0;
  top: 10px;
  font-size: 13.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}
.list_label li {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  color: #000;
  margin: 0 0 16px 15px;
}
.icon_list li {
  width: 50%;
  float: left;
  margin: 0 0 16px;
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub_cont {
  padding-bottom: 30px;
}
.icon_list li img{width: 100%;}
.sub_cont .section {
  padding: 0 0 33px;
}
.icon_list{width: auto;}
.ovh {
    overflow: hidden;
}
.list_text li strong {
  display: block;
  padding: 0 0 3px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.36px;
  text-align: left;
  color: #000;
}
.input_style{width: 100%;}
.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:0px;
	border:0;z-index: 9999;
}
.m_menu .top h1{display: none;}
.menu_aside {
    background: rgba(0, 0, 0, 0.7);;
    height: 108%;
    width: 100%;
    position: absolute;
    z-index: 99999;
	display: none;

}
.list_label li.pos strong {
  position: static;

  width: 110px;
  height: 36px;
  line-height: 1.3;
}
.list_label li.pos {
  padding-left: 0;
}
.pop_layer .inner {
  width: auto;
  position: relative;
  padding: 20px 14px 38px 15px;
  border-radius: 20px;
  margin: 10% 10px;
  text-align: center;
  box-shadow: 0 0 7.4px 0.6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.btn_style3 {
  width: 137px;
  line-height: 42px;
  margin: 0 0 0 5px;
  border-radius: 5px;
  border: solid 1px #2962d5;
  background-color: #2962d5;
  font-size: 15px;

  padding: 0 10px;
  position: relative;
  color: #fff;
  display: inline-block;
}
.table_style2 table th,.table_style2 table td{  font-size: 14px;}
.sub_cont .tit p {
  position: static;
  top: 98px;
  right: 0;
  font-size: 13.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-top: 10px;
}
.sub_cont h4 {

  font-size: 17px;

}
.sub_cont .tit p span{ font-size: 13.5px;}
.mt70 {
  margin-top: 45px;
}
.sub_cont h4 .num {
  display: inline-block;
  width: 28px;
  height: 27px;
  background-color: #2962d5;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  border-radius: 50%;
  line-height: 29px;
  font-size: 17px;
  margin: 0 8px 0 0;
}
.tab_content button {
  width: 110px;
  line-height: 46px;
  margin: 0 6px 6px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #e8eaed;
  background-color: #fff;
  font-size: 16px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: inline-block;
}
.list_label li em {
  font-style: normal;
  color: #f00;
  font-size: 14px;
}
.date-cell {
  height: 41px !important;

}
.txt_date,.txt_date .input_style,.select_style,.btn_style2,.table_style1 table th,.table_style1 table td,.table_style1 label,.checked_txt label,.tdxt_agree,.list_text li,.input_style,.btn_style{font-size: 14px;}
.list_text li .input_style{margin-bottom: 5px;}
.table_style2{overflow-x: scroll;}
.table_style2 table{width: 800px;}
.m_menu .list_lang li a{font-weight: 300;}
.gnb_m{}
.section_main.section1 p.txt1 {

  font-size: 31.5px;
  text-align: center;

}
.btn_top{display: none;}
.section_main.section1 .ment {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-left: 0;
  z-index: 999;
  margin-top: -64px;
}
.slider_banner, .slider_banner li {
  height: 400px;
}
.section_main.section1 .scroll .circle{width: 65px;}
.section_main.section1 .scroll {
  position: absolute;
  right: 51%;
  bottom: 30px;
  z-index: 99;
  margin-right: -40px;
}
.section_main.section1 .scroll .arrow_s {
  position: absolute;
  left: 41%;
  top: 32%;
}
.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_m.png') calc(100% - 20px) 50% no-repeat;
        background-size: auto;
    background-size: 12px auto;
	border: none;
}
.m_menu .sub {
    display: none;
	background: #fff;

}
.m_menu ul li .sub li {

}
.m_menu ul li .sub li:last-child{border-bottom:0}
.m_menu .sub {
	padding: 15px 0;
	 background-color: #f4f6f9;
	border-bottom: 1px solid #f3f3f3;

}

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

.m_menu .gnb_m ul li a.big.on {
    background: #fff url('../img/arrow_m2.png') calc(100% - 20px) 50% no-repeat;
    background-size: 10px auto;

}
.sub_top{
background-size: auto 160px !important;
height: 160px;
}
.sub_top strong img{width: 120px;line-height: 1;}

.sub_top strong {
    padding: 41px 0 10px;
	line-height: 1;
	font-size: 0;
}
.sub_top p {
    font-size: 11px;
    line-height: 19px;
    font-weight: 100;
	padding: 0 10px;
}
.m_menu .info_top{position: absolute;left: 13px;top: 21px;}
.m_menu .info_top li{display: inline-block;padding: 0 8px;position: relative;}
.m_menu .info_top li:before{content:'';display: block;width: 1px;height: 11px;background:#3f84b5;left: -1px;position: absolute;top: 1px;}
.m_menu .info_top li:first-child:before{display: none;}
.m_menu .info_top li a{font-weight:100 ;font-size:11px ;color: #fff;}
.m_menu .btn_member{text-align:center;padding: 20px 0;border-bottom: 1px solid #f3f3f3;}
  .m_menu .btn_member a {
    display: inline-block;
    padding: 9px 15px 9px 14px;
    border-radius: 10px;
    font-size: 13px;
    border: solid 1px #e8eaed;
  }
  .m_menu .btn_member{text-align: right;padding: 15px 15px;position: relative;}
    .m_menu .btn_member a img{margin: 0 5px 0 0;}
  .m_menu .btn_member p {
    opacity: 0.7;
    position: absolute;
    left: 20px;
    top: 31px;
    font-size: 14.5px;
    font-weight: 100;
    letter-spacing: -0.49px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
  }
.m_menu .btn_member .btn_style {
	min-width: 83px;
    width: 83px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background: #3f84b5;
font-size: 12px;
text-align: center;
color:#fff;
    font-weight: 300;
    vertical-align: top;
    border-radius: 0;
    margin: 0 2px;
	padding: 0;
}
 .header .inner h1 a {
    width: 157px;
    background-size: 157px auto !important;
  }

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

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