@charset "utf-8";

html {font-size:62.5%; }
@media screen and (max-width: 1024px){
	html {font-size:54%; }
}
@media screen and (max-width: 768px){
	html {font-size:48%; }
}
body {font-family:'Noto Sans KR', 'Nanum Gothic',dotum,Helvetica,Apple SD Gothic Neo,sans-serif; color:#222; min-width:340px;background: #fff;  font-size:62.5%;
		word-break:keep-all; }




a, a:hover {text-decoration: none;}
.bg_primary {background-color:#163f8c;}
.bg_sub {}
.img-responsive {display: block;max-width: 100%;height: auto;}
.ir-pm {display:block;overflow:hidden;font-size:0px;line-height:0;text-indent:-9999px} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir-wa {display:block;overflow:hidden;position:relative;width:100%;height:100%;z-index:-1} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.screen-out {display:block;overflow:hidden;position:absolute;left:-9999px;width:1px;height:1px;font-size:0;line-height:0;text-indent:-9999px} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.screen-hide {font-size:0;line-height:0;visibility:hidden} /* screen_out클래스를 사용할 수 없으며, 해당 텍스트를 숨겨야 할때 */
.blind {overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}

.tran-animate {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.fd-transition {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.fd-transition-2 {-webkit-transition: all .9s ease;-moz-transition: all .9s ease;-o-transition: all .9s ease;-ms-transition: all .9s ease;transition: all .9s ease;}

.teleNum {color:inherit !important}

.parallax-init-opcity {opacity: 0;-webkit-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.parallax-init-opcity.add-stage {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}

.font_nanum {font-family: 'Nanum Gothic'}
.font_noto {font-family: 'Noto Sans KR';}
.font_malgun {font-family: 'Malgun Gothic'}
.font_open {font-family: 'Open Sans';}
.font_montserrat {font-family: 'Montserrat';}
.font_roboto {font-family: 'Roboto';}
.font_verdana {font-family: 'Verdana';}
.font_mont {font-family: 'Mont-HeavyDEMO';}
.font_mont_light {font-family: 'Mont-ExtraLightDEMO';}
.font_encode {font-family:'Encode Sans', sans-serif;}
.font_play {font-family:'Play', sans-serif;}
.font_sync {font-family: 'Syncopate', sans-serif;}


.point {color:#1ecad6 !important;}


.clear_fix {width:100%; position:relative;}
.clear_fix:after {display:block;clear:both;content:''}

.wid_1400 {width:100%; max-width:1400px; margin:auto; }

	@media screen and (max-width: 1400px){
		.pd_side {padding-left:10px; padding-right:10px;}
	}

/*
** opacity
*/
.opacity_0	{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity: 0;filter: alpha(opacity=0);zoom:1;}
.opacity_10 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";opacity: 0.1;filter: alpha(opacity=10);zoom:1;}
.opacity_15 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";opacity: 0.15;filter: alpha(opacity=15);zoom:1;}
.opacity_20 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";opacity: 0.2;filter: alpha(opacity=20);zoom:1;}
.opacity_25 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";opacity: 0.25;filter: alpha(opacity=25);zoom:1;}
.opacity_30 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity: 0.3;filter: alpha(opacity=30);zoom:1;}
.opacity_35 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";opacity: 0.35;filter: alpha(opacity=35);zoom:1;}
.opacity_40 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";opacity: 0.4;filter: alpha(opacity=40);zoom:1;}
.opacity_45 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";opacity: 0.45;filter: alpha(opacity=45);zoom:1;}
.opacity_50 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity: 0.5;filter: alpha(opacity=50);zoom:1;}
.opacity_55 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";opacity: 0.55;filter: alpha(opacity=55);zoom:1;}
.opacity_60 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";opacity: 0.6;filter: alpha(opacity=60);zoom:1;}
.opacity_65 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";opacity: 0.65;filter: alpha(opacity=65);zoom:1;}
.opacity_70 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity: 0.7;filter: alpha(opacity=70);zoom:1;}
.opacity_75 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";opacity: 0.75;filter: alpha(opacity=75);zoom:1;}
.opacity_80 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";opacity: 0.8;filter: alpha(opacity=80);zoom:1;}
.opacity_85 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";opacity: 0.85;filter: alpha(opacity=85);zoom:1;}
.opacity_90 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";opacity: 0.9;filter: alpha(opacity=90);zoom:1;}
.opacity_95 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";opacity: 0.95;filter: alpha(opacity=95);zoom:1;}

.k_wrap {display:block;width:100%;clear:both;position: relative;}
.k_wrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container {position:relative;width:100%;height:100%; margin:0;padding:0;clear:both;}
.k_container:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container.type_center {margin:0 auto;}

.k_container_wide_contents {width:100% !important; min-width: 100% !important;}
.k_container_wide_contents:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}

.k_container1000 {position:relative;width:1000px;min-width:1000px;margin:0;padding:0;clear:both;}
.k_container1000:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container1000.type_center {margin:0 auto;}

.scrollOpacity {opacity:0;transition:opacity 1s;}
.scrollOpacity.active {opacity:1;}

.pc_only {display: block;}
.mobile_only {display: none}

@media( max-width:1500px ) {
	.k_wrap {width:100%; min-width: 100%; }
	.k_container {width:100%;min-width: 100%;max-width: 100%; }
}

@media( max-width:1024px ) {
	.k_wrap {width:100%; min-width: 100%}
	.k_container {width:100%;min-width: 100%;max-width: 100%}
	.mobile_only {display: block}
}

@media( max-width:768px ) {
	.k_wrap {width:100%;min-width: 100%}
	.k_container {width:100%;min-width: 100%;max-width: 100%}
}

#wrap {height:auto;background:transparent;}


#m_menu {display: none; position: absolute; top: 0; right: 10px; width: 25px; height: 87px;}



/*top*/
header#header {position:fixed; top:0;left:0; width: 100%;z-index: 900;padding:0 0; }
header#header:before {position: absolute;content: '';width:100%;height:100%;/*background: #000;opacity: 0.3;*/}
header#header:after {position: absolute;content: '';width:100%;height:0px;background: #ddd;opacity: 1;bottom: 0;}
/*header#header:hover {background-color: rgba(0,0,0,0.6);}*/
header#header:hover #gnbnav ul.gnb_list > li > a {/*color:#000000;*/}
/*header#header:hover div#totalMenu .header_sp_first__r__btnm__over span {background:#000000}*/

header#header:hover .header_wrap div.logo {/*background-image: url(../img/logo_b.png);*/}
header.bg {background-color: rgba(255,255,255,1);  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";opacity: 0.65;filter: alpha(opacity=65);*/zoom:1;}
header.bg #header:after {position: absolute;content: '';width:100%;height:1px;background: #ddd;opacity: 1;bottom: 0;}
header#header.m-fixed {top: 0;padding:0;}
.header_wrap.active{height: 106px;background-color:rgba(255,255,255,1); /*border-bottom:1px solid #ddd;*/}
.header_wrap.active #gnbnav ul.gnb_list > li > a {color:#222}
.header_wrap.active div.logo {background-image: url(../img/logo_over.png);}

header.bg div.logo {background-image: url(../img/logo_over.png);}
header.bg #gnbnav ul.gnb_list > li > a {color:#222}

.header_wrap {width: 100%; }
.headerBox {position: relative; max-width:1870px; width:100%; margin:0 auto; height:106px; background:transparent}

/*.headerBox:hover { background:rgba(0, 0, 0, 0.5);}
.header_wrap.active {}
.header_wrap.active #gnbnav ul.gnb_list > li > a {color:#fff;}
.header_wrap.active { background:rgba(0, 0, 0, 0.5);}
*/


.header_wrap div.logo {position: relative; z-index:99;top:45px; left:0px;width:180px;height:25px;background-image: url("../img/logo.png");  background-size:contain;background-repeat: no-repeat;background-position: center center; float:left; margin-left:20px;}
.header_wrap h1 {margin:0}
.header_wrap h1 a {display: block;height:30px;}


/*

.header_wrap div.lang {position: absolute;  width: 4.3rem; height: 4.3rem; z-index:99;
    top: 50%;transform: translateY(-50%);
    right: 50px;
	top:38px;
    border-radius: 50%;
	}
#lang_btn {cursor: pointer}
#lang_btn02 {display:none; cursor: pointer}
.header_wrap div.lang .material-icons {color:#fff; opacity:0.7; font-size:2.8rem; font-weight:100; -webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.header_wrap div.lang div.lang_m ul.lang_sub {display:none; margin-top:5px; width:80px; margin-left:-25px; background:#fff; border:1px solid #ddd;}
.header_wrap div.lang div.lang_m ul.lang_sub li a {font-size:1.4rem; color:#222; text-align:center; display:block;padding:7px 0;  border:0;}
.header_wrap div.lang div.lang_m ul.lang_sub li a.active {color:red;}

*/





.header_wrap div.lang {position:absolute; right:65px; top: 38px;  width:210px; }
.header_wrap div.lang div.lang_m {}
.header_wrap div.lang div.lang_m ul.lang_sub {padding:5px;}
/*.header_wrap div.lang div.lang_m ul.lang_sub:before { content:''; position:absolute; width:20px; height:20px; background: url("../img/lang_icon.png") no-repeat; left:-15px; top:15px;}*/
.header_wrap div.lang div.lang_m ul.lang_sub li {display:inline-block;  position: relative;}
.header_wrap div.lang div.lang_m ul.lang_sub li:last-child:after {display:none;}
.header_wrap div.lang div.lang_m ul.lang_sub li:after {content:'';position: absolute;right:0px;top:50%;margin-top:-4px;background: #aaa; opacity:0.5; height:10px;width:1px;}

.header_wrap div.lang div.lang_m ul.lang_sub li a {font-size: 13px; padding:3px 8px; color: #fff;  opacity:0.7;}
.header_wrap div.lang div.lang_m ul.lang_sub li a.active {opacity:1}

/*.header_wrap div.lang div.lang_m ul.lang_sub li a:hover,
.header_wrap div.lang div.lang_m ul.lang_sub li a.active {color:#fff!important; background:#c30d0c;}*/

.header_wrap.active div.lang div.lang_m ul.lang_sub li a {color:#aaa}
.header_wrap.active div.lang div.lang_m ul.lang_sub li a.active {color:#222;}

header.bg div.lang div.lang_m ul.lang_sub li a {color:#aaa}
header.bg div.lang div.lang_m ul.lang_sub li a.active {color:#222;}


/*헤더 검색바*/
.menu_search-box {width:100%; max-width:216px; position:absolute; top:30px; right:180px; }
.menu_search-box input {width:100%; height:38px; border-radius:38px; padding-left:40px; padding-bottom:2px; color:rgba(180,180,180, 1); background:rgba(255, 255, 255, 0.25);  font-size: 15px; border:1px solid #d9d9d9;}
.btn-search01 {
  width: 25px;
  height: 25px;
  border-style: none;
  font-size: 13px;
  font-weight: bold;
  outline: none;
  cursor: pointer;

  position: absolute;
  left: 15px;
  top: 8px;
  color:#ffffff ;
  background: url("../img/menu_serch_icon.png") no-repeat;
  background-color:transparent;


}

.input-search01::placeholder{
  color:#b4b4b4;
  font-size: 13px;
  letter-spacing: -0.05px;
  font-weight: 100;
}

@media( max-width:768px ) {
	.menu_search-box {max-width:160px;}

}







/* 전체 메뉴 */
div#totalMenu {position:absolute; right:0px;top: 25px;cursor: pointer; text-align: center;width: 60px;height: 60px;z-index: 2000;/*background: url(../img/btn_open.png) no-repeat;background-position: center;*/}
div#totalMenu div.bars {position: relative;width: 60px;height: 60px;overflow: hidden;margin:0px auto;}

.header_wrap.active div#totalMenu div.bars span.bline {background:#000}
header.bg div#totalMenu div.bars span.bline {background:#000}

div#totalMenu div.bars span.bline {display:block;background:#fff;width:100%;height:3px;margin:0;}
div#totalMenu div.bars span.bline.top {position: absolute;top: 15px;left: 13px; width:30px;}
div#totalMenu div.bars span.bline.mid1 {position: absolute;top: 25px;left: 23px; width:20px;}
div#totalMenu div.bars span.bline.mid2 {position: absolute;top: 25px;left: 23px; width:20px;}
div#totalMenu div.bars span.bline.bot {position: absolute;top: 35px;left: 13px; width:30px;}
div#totalMenu div.bars span.bline.box_top {display:none; position: absolute;top:0px; height:0px; background:#c9c9c9}
div#totalMenu div.bars span.bline.box_bottom {display:none; position: absolute;bottom:0px; height:0px; background:#c9c9c9}
div#totalMenu div.bars span.bline.box_left {display:none; position: absolute;left:0px; width:0px; height:100%; background:#c9c9c9}
div#totalMenu div.bars span.bline.box_right {display:none; position: absolute; right:0px; width:0px; height:100%; background:#c9c9c9}
#hd.on div#totalMenu {border:3px solid #000;}
#hd.on div#totalMenu div.bars span.bline {background:#000;}

/*div#totalMenu.on {border:2px solid #000;}*/


div#totalMenu.on div.bars span.bline.top,
div#totalMenu.on div.bars span.bline.bot {opacity:0;}
div#totalMenu.on div.bars span.bline.mid1 {display:block;transform: rotate( 45deg );width:30px; background:#fff !important; height:3px;}
div#totalMenu.on div.bars span.bline.mid2 {display:block;transform: rotate( -45deg );width:30px; background:#fff !important; height:3px;}
div#totalMenu.on div.bars span.bline.box_top {display:block; position: absolute;top:0px; height:0px; background:#c9c9c9}
div#totalMenu.on div.bars span.bline.box_bottom {display:block; position: absolute;bottom:0px; height:0px; background:#c9c9c9}
div#totalMenu.on div.bars span.bline.box_left {display:block; position: absolute;left:0px; width:0px; height:100%; background:#c9c9c9}
div#totalMenu.on div.bars span.bline.box_right {display:block; position: absolute; right:0px; width:0px; height:100%; background:#c9c9c9}


#hd_wrapper div.subMenu {position: absolute;right: 50px;top: 50px;}
#hd_wrapper div.subMenu ul.sm {}
#hd_wrapper div.subMenu ul.sm li {margin-bottom: 15px}
#hd_wrapper div.subMenu ul.sm li a { display:block;padding-left:60px;position: relative;}
#hd_wrapper div.subMenu ul.sm li a span {font-size:1.1em;line-height: 1.2; color:#000; }
#hd_wrapper div.subMenu ul.sm li a.active:before {content:'';position: absolute;top:10px;left:0;width:40px;height: 2px;background: #2f2f2f}


.total_menu_bg {display: none;position: fixed;width: 100%;background-color: rgba(0,0,0,.5);left: 0;top: 0; z-index: 1099;}
.total_menu_bg {display: none;position: fixed;width: 100%;background-color: rgba(0,0,0,.5);left: 0;top: 0;z-index: 1099;}
.total_menu_contain {z-index: 999;top:0; position: fixed;width: 40%; max-width:452px; right: -90%; /*background:url(../img/total_menu_bg.jpg)no-repeat;*/ background-size:cover; color:#fff;}
.total_menu_contain.active {right: 0; top:0;}
/*.total_menu_contain .top_btn {position: absolute; top: 50%; left: -56px; width: 56px; height: 56px; background: url(../img/totalmenu_close.png) no-repeat; cursor: pointer; }*/
.total_menu_contain .top_btn {position: absolute; right:10%; top:45px; width:30px; height:30px; z-index:999;  cursor: pointer; }



.total_menu_contain .total_menu_top {position: absolute; top:0px; left:0px;}
.total_menu_contain .total_menu_top .total_lang {padding: 8.2rem 0 0 12rem;}
.total_menu_contain .total_menu_top .total_lang span {margin-right: 25px; display:inline-block;}
.total_menu_contain .total_menu_top .total_lang span.active {}
.total_menu_contain .total_menu_top .total_lang span a {font-size:2.0rem; color:#9f9f9f;}
.total_menu_contain .total_menu_top .total_lang span.active a {color:#fff; font-weight:bold;}



.total_menu_contain .total_menu_in {display: table;table-layout: fixed;height: 100%;width: 100%;}
.total_menu_contain .total_menu_in .total_menu_inner {position: relative; display: table-cell;width:100%;vertical-align: middle;height: 100vh; padding:9rem 9rem;  background:#0d357f;}
.total_menu_contain .total_menu_in .total_menu_inner .tmi_ul {position: absolute; top:100px; }
.total_menu_contain .total_menu_in .total_menu_inner .tmi_ul:after {display:block;visibility:hidden;clear:both;content:""}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm {width: 100%; height: 100%; max-width: 560px; max-height: 100px; position: absolute; bottom: 3rem; color:#646a75;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1 {position: relative; width:100%; max-height:30px; display:block; color:#c1c1c1; font-size:1.4rem; margin-bottom:1.0rem;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1 a {}
/*
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1:first-child:before {content : ""; position: absolute; right: -10px; top:10px; height: 15px; width: 1px; background:#83848a; }
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1:after {display:block;visibility:hidden;clear:both;content:""}
*/
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1 .sub1 {float:left; min-height:41px; font-size:2.0rem; color:#000000; background:url(../img/totalmenu_ico_01.png) no-repeat; background-position-x: 0.5rem; padding-left:5.2rem; padding-top: 0.7rem;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb1 .sub2 {float:left; font-size:2.8rem; color:#000000; font-weight:bold; padding-left: 1.6rem;}

.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb2 {position: relative; width:100%; font-size:2.0rem;  font-weight:bold;}

.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb2:after {display:block;visibility:hidden;clear:both;content:""}

.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 {width:100%; }
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3:after {display:block;visibility:hidden;clear:both;content:""}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul {}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li {display: inline-block; position: relative; padding-right: 30px;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li:after {position: absolute; top: 6px; right: 15px; vertical-align: middle; display: inline-block; width: 1px; height: 11px; background: #cacaca; content: ""; }
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li:last-child {padding-right:0;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li:last-child:after {width:0; height:0;}
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm .tmb3 ul li a {font-size:1.6rem; color:#000000; font-weight:bold;}


.total_menu_contain .total_menu_in .total_menu_inner .topMenuList {margin-bottom: 3.5rem;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenuList .topMenu1 {padding: 0; margin: 0; display: block; opacity: 0; -webkit-transform:translateY(-50px); transform:translateY(-50px);}
.total_menu_contain.active .total_menu_in .total_menu_inner .topMenuList:nth-child(1) .topMenu1 {opacity: 1; transform: translateY(0px); transition: all 0.8s 0.6s;}
.total_menu_contain.active .total_menu_in .total_menu_inner .topMenuList:nth-child(2) .topMenu1 {opacity: 1; transform: translateY(0px); transition: all 0.8s 0.8s;}
.total_menu_contain.active .total_menu_in .total_menu_inner .topMenuList:nth-child(3) .topMenu1 {opacity: 1; transform: translateY(0px); transition: all 0.8s 1.0s;}
.total_menu_contain.active .total_menu_in .total_menu_inner .topMenuList:nth-child(4) .topMenu1 {opacity: 1; transform: translateY(0px); transition: all 0.8s 1.2s;}
.total_menu_contain.active .total_menu_in .total_menu_inner .topMenuList:nth-child(5) .topMenu1 {opacity: 1; transform: translateY(0px); transition: all 0.8s 1.4s;}

.total_menu_contain .total_menu_in .total_menu_inner .topMenu2 {display:none; margin: 0; font-size:1.7rem; opacity: 0; -webkit-transform:translateY(-50px); transform:translateY(-50px);}

.total_menu_contain .total_menu_in .total_menu_inner .topMenu1 .topMenu1_txt1 {font-size: 3.2rem; font-weight: bold; color: #fff; transition: all 0.2s; cursor: pointer;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu1 .topMenu1_txt1.on {color:#12c0f2; transition: all 0.1s 0.1s;}

.total_menu_contain .total_menu_in .total_menu_inner .topMenu1 .topMenu1_txt1:hover {color:#12c0f2; transition: all 0.1s 0.1s;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu2 ul li a:hover{color:#12c0f2; transition: all 0.1s 0.1s;}
.total_menu_contain .total_menu_in .total_menu_inner .selected{color: #fdb8f36f2311; padding-bottom:0px;}


#topMenu1_0 {}
#topMenu1_0.on {}
#topMenu1_0.on .topMenu1_txt1 {color:#000; }
#topMenu1_1 {}
#topMenu1_1.on {}
#topMenu1_1.on .topMenu1_txt1 {color:#000; }
#topMenu1_2 {}
#topMenu1_2.on {}
#topMenu1_2.on .topMenu1_txt1 {color:#000; }
#topMenu1_3 {}
#topMenu1_3.on {}
#topMenu1_3.on .topMenu1_txt1 {color:#000; }

#topSubMenu1_0 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}
#topSubMenu1_1 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}
#topSubMenu1_2 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}
#topSubMenu1_3 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}
#topSubMenu1_4 {display:none; opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px);}

#ol_before .lang_m{position: relative;}
#ol_before .lang_m .lang_sub{position:absolute;top:-10px;width:100%}
#ol_before .lang_m .lang_sub li a{color:#fff}
#ol_before .lang_m .lang_sub li a.active{color:red}
#ol_before .lang_m .lang_sub li{float:left;width:10%;font-size:1.6rem}

.total_menu_contain ul.tm {display:block; /*margin:0 auto;*/}
.total_menu_contain ul.tm:after {display:block;visibility:hidden;clear:both;content:""}
.total_menu_contain ul.tm > li {position: relative;display:block;/* min-height:450px;margin-bottom: 40px; padding: 60px;border-right:solid 1px rgba(255, 255, 255, 0.2)*/}
.total_menu_contain ul.tm > li:last-child {border-right:0 none;}
.total_menu_contain ul.tm > li.on {}
.total_menu_contain ul.tm > li > a {display: block;width: 100%;padding:0; vertical-align:top;}
.total_menu_contain ul.tm > li > a span {position: relative;font-size:4.0rem; line-height: 2.4rem; color:#000; display: inline-block;word-break:keep-all;margin:0; font-weight:bold;}

.total_menu_contain ul.tm > li > a span:after {content: '';position: absolute;display: block;bottom: -15px;left: 0;width:0;height: 1px;/*background-color: #fff;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;*/}

.total_menu_contain ul.tm > li:hover > a > span:after,
.total_menu_contain ul.tm > li > a.on > span:after {width: 100%}


.total_menu_contain ul.subTm > li:hover > a > span:after,
.total_menu_contain ul.subTm > li > a.on > span:after {width: 100%}
.total_menu_contain ul.subTm {width: 100%;padding: 0; min-height: 6.9rem; margin-top:1.0rem; /*margin-bottom: 50px; margin-top: 10px;*/}
.total_menu_contain ul.subTm > li {width:100%;display: inline-block;position: relative;}
.total_menu_contain ul.subTm > li > a {color: #fff;font-size: 1.7rem; font-weight:400; line-height:1.8rem;padding:6px 0;display: inline-block;}
.total_menu_contain ul.subTm > li > a span {word-break:keep-all;position: relative;display: inline-block;line-height:1.1;padding:2px 0;}
/*.total_menu_contain ul.subTm > li > a span:after {content: '';position: absolute;display: block;bottom: -15px;left: 0;width:0;height: 1px;background-color: #fff;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;}*/
.total_menu_contain ul.subTm > li > a:hover {color:#fff;}

.total_menu_contain ul.subTm3 {width:100%;padding: 0;}
.total_menu_contain ul.subTm3 > li {width: 100%; display: block;position: relative;text-align: left;}
.total_menu_contain ul.subTm3 > li > a {color:#999999; font-size: 1.0em;line-height:1.1;padding:3px 0;display: inline-block;}
.total_menu_contain ul.subTm3 > li > a span {word-break:keep-all;position: relative;display: inline-block;line-height:1.1;padding:2px 0;}

.total_menu_contain ul.subTm3 > li > a:hover {color:#fff;}
.total_menu_contain .totalMenuBtnClose {width:60px; height:60px; border:solid 1px #c9c9c9;}





/**/

.header_sp_first__r,.header_sp_first__r__btnm__over{display:inline-block;text-align: left;}
.header_sp_first__r{position:relative;z-index:10;font-size:0;letter-spacing:0}
.header_sp_first__r__btnm{display:inline-block;vertical-align:middle;padding:35px 0;background: transparent;width:31px;height:85px;margin:0 auto;}
.header_sp_first__r__btnm__over span{display:inline-block; width: 31px; height: 3px;background-color:#f5f6f7;margin:0 auto 7px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.header_sp_first__r__btnm__over span:last-child{margin:0}

.header_sp_first__r__btnm__over span.line_second {width: 20px; margin-left: 10px;}
.header_sp_first__r__btnm__over span.line_thirt {}
.header_sp_first__r__btnm__over span.line_thirt{margin:-7px 0 5px 0;display: none}
.header_sp_first__r__btnm__over span.active.line_first{-webkit-transform-origin:90%;-moz-transform-origin:90%;-ms-transform-origin:90%;transform-origin:90%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.header_sp_first__r__btnm__over span.active.line_second{-webkit-transform:scale(.9) rotate(45deg);-moz-transform:scale(.9) rotate(45deg);-ms-transform:scale(.9) rotate(45deg);-o-transform:scale(.9) rotate(45deg);transform:scale(.9) rotate(45deg)}
.header_sp_first__r__btnm__over span.active.line_thirt{-webkit-transform:scale(.9) rotate(135deg);-moz-transform:scale(.9) rotate(135deg);-ms-transform:scale(.9) rotate(135deg);-o-transform:scale(.9) rotate(135deg);transform:scale(.9) rotate(135deg)}
.header_sp_first__r__btnm__over span.active.line_four{-webkit-transform-origin:10%;-moz-transform-origin:10%;-ms-transform-origin:10%;transform-origin:10%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}


/* 전체 메뉴 */
#hd_wrapper div.subMenu {position: absolute;right: 50px;top: 50px;}
#hd_wrapper div.subMenu ul.sm {}
#hd_wrapper div.subMenu ul.sm li {margin-bottom: 15px}
#hd_wrapper div.subMenu ul.sm li a { display:block;padding-left:60px;position: relative;}
#hd_wrapper div.subMenu ul.sm li a span {font-size:1.1em;line-height: 1.2; color:#000; }
#hd_wrapper div.subMenu ul.sm li a.active:before {content:'';position: absolute;top:10px;left:0;width:40px;height: 2px;background: #2f2f2f}

@media screen and (max-height: 1640px) {
	.total_menu_contain .total_menu_in .total_menu_inner {padding: 0 7rem;}
}

@media screen and (max-height: 970px) {
	.total_menu_contain {display:none;}
}

@media screen and (max-width: 1600px){
	div#totalMenu {right:20px; }
	.total_menu_contain {display:none;}
	.header_wrap div.lang {right:100px;}
	.menu_search-box {right:90px;}
	/*#gnbnav {top:0px !important; right:100px !important;}*/
	.TotalMenuRight div.cs {right:15px;}


}
@media screen and (max-width: 1550px){
	#gnb ul.navLst > li {position: relative;float:left;width:200px !important;;}
	div#totalMenu {/*right: 10px;top: 20px;width:40px;height:40px;background: url(../img/btn_open.png) no-repeat;background-position: center;*/}

}

@media screen and (max-width: 1400px){

	.header_wrap div.lang {display:none;}
	.TotalMenuRight {display:none !important;}
	.header_inner {display:none !important;}
	.menu_search-box {top:15px; right: 60px}

}

@media screen and (max-height: 768px) {
.total_menu_contain .total_menu_in .total_menu_inner .totalMenuBtm {display:none;}


}


.menu_aid {background: #f3f3f5;position: relative;}
.menu_aid:after {content: '';position: absolute;bottom:0;left:0;width:100%;height:1px;background: #ececec}

.etc_menu2 {position: relative;font-size:0;line-height:0;float:left;border-left: 1px solid #ececec;}
.etc_menu2 a {color:#9d9d9d;display:inline-block;background: transparent;padding:0 13px;position: relative;}
.etc_menu2 a:after {content: '';position: absolute;top:0;right: 0;width:1px;height:40px;background: #ececec}
.etc_menu2 a span {font-size: 13px;line-height: 40px}
.etc_menu2 a.on {background: #fff;font-weight: 700;}



.etc_menu {position: relative;height:40px;line-height:40px;text-align: right;float:right;}
.etc_menu a {position: relative;font-size:13px;line-height:40px;color:#9d9d9d;display:inline-block;padding-right: 15px}
.etc_menu a:before {content:'';position: absolute;top:50%;right:5px;background:#9d9d9d;margin-top:-5px;width:1px;height:10px;}
.etc_menu a:last-child {padding-right: 0}
.etc_menu a:last-child:before {width:0;height:0;}
.etc_menu a i {line-height:40px;}


/* lang_bg */
#lang_bg{position :fixed;width: 100%;height: 100%; background-color: rgba(0,0,0,0.7);left: 0px;top : 0px;z-index: 999;display: none;}
.lang_wrap{width: 1400px;margin: 0 auto;position : relative;}
.lang_nemo{width: 121px;background-color: #fff;border-radius: 5px;top: 121px;position: absolute;right: -30px;}
.lang_nemo:before {content:'▲';position: absolute;top:-16px;left:50%;color:#fff;margin-left:-8px;}
.lang_nemo a{position : relative;padding: 5px 0;font-size: 16px;color: #666;display: block;text-align: center;}
.lang_nemo a span{content : "";display: none;position : absolute;width: 30px;height: 1px; right: 30px;background-color: #d41814;top : 16px;}
.lang_active {color : #d41814 !important;}
.lang_active span{display: block !important;}


.header_inner {position: relative; display: block;margin:0;}



#gnbnav {width:1000px;margin: 0; position: absolute; top:0px; left:55%; transform: translate(-50%, 0); background: transparent;z-index: 100; }
/*#gnbnav:before {content:'';position: absolute;top:0;background:#e5e7e6;width:100%;height:1px;}*/
#gnbnav ul.gnb_list {display: table;width:100%;}
#gnbnav ul.gnb_list > li {text-align: center;/*display: table-cell;*/display:inline-block;width:20%;position: relative;}
#gnbnav ul.gnb_list > li > a {display:inline-block; font-size:1.8rem; color: #fff; line-height: 10.6rem; position: relative;margin:0 0px; ; letter-spacing:0.05rem;}
#gnbnav ul.gnb_list > li > a
#gnbnav ul.gnb_list > li > a.on,
#gnbnav ul.gnb_list > li:hover > a {}


 #gnbnav ul.gnb_list > li:hover > a:after { content:''; position:absolute; width:14px; height:14px;  transform: translatex(-50%);
											top:50%; margin-top:-5px; right:-30px; background-size:cover; background: url("../img/menu_arr.png") center center no-repeat; }

#gnbnav ul.gnb_list > li > a.menu_link:hover:after {}

#gnbnav ul.gnb_list > li > a.on_all:after {content:''; position:absolute; width:14px; height:14px;  transform: translatex(-50%);
											top:50%; margin-top:-5px; right:-30px; background-size:cover; background: url("../img/menu_arr.png") center center no-repeat; }

/*
#gnbnav ul.gnb_list > li > a.on_all  {color:#f36f23;}
#gnbnav ul.gnb_list > li > a .line {position: absolute;display: block;bottom: 0px;height: 2px;width: 0%;  background:#f36f23; left: 50%;}
#gnbnav ul.gnb_list > li > a.on_all .line,
#gnbnav ul.gnb_list > li:hover > a .line {width: 100% !important;left: 0px !important;}
.header_wrap.active #gnbnav ul.gnb_list > li:hover > a .line {width: 100% !important;left: 0px !important;}*/


 #gnbnav ul.gnb_list > li > a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f36f23;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

}
 #gnbnav ul.gnb_list > li:hover > a {color: #12c0f2;}
 /*
 #gnbnav ul.gnb_list > li:hover > a:before {
 opacity: 1;
 -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
 }*/



#gnbnav ul.gnb_list:hover .header_wrap {background-color: rgba(252,255,2552,1); height:140px; border-bottom:solid 1px #ddd;}

/*.header_wrap.active { position: fixed; background-color: rgba(0,0,0,0.8)}*/
.header_wrap.active #gnbnav ul.gnb_list > li > a {}

/*
.header_wrap.active {background:#ffffff ;height:90px;}
.header_wrap.active #gnbnav ul.gnb_list > li > a {color: #000000;line-height: 90px;}
.header_wrap.active div.logo {background-image: url(../img/logo_b.png); background-size:contain;}
.header_wrap.active div#totalMenu div.bars span.bline {background:#000000}
*/



@media screen and (max-width: 1400px){
#gnbnav {margin-left:0;}
}


#gnbnav .sub_category {position: absolute; overflow: hidden; margin: auto; top:100%;left: 0; right: 0; width: 100%; padding:45px 0;   box-sizing: border-box; display:none; text-align: left;z-index:88;}
#gnbnav .sub_category:after{content:'';position:absolute;top:0;bottom:0;left:279px;right:0;background-color:#e9e9e9;width:0;}
#gnbnav .sub_category .category_tit {width: 280px;float:left;text-align: center;}
#gnbnav .sub_category .category_tit strong {font-size: 1.8rem; color: #0080ff;display:block;padding-bottom:35px;position:relative;}
#gnbnav .sub_category .category_tit .category_banner {width:142px;height: 126px;margin:0 auto;}
#gnbnav .sub_category .category_tit .category_banner.bg01 {background: url(../img/nav_banner.png) no-repeat 50% 50%;}

#gnbnav .sub_category .category_list{float:left;width:920px;padding:0;}
#gnbnav .sub_category .category_list > ul {width:230px;float:left;padding-left:40px;position: relative;}
#gnbnav .sub_category .category_list > ul:before {content:'';position:absolute;top:0;bottom:0;left:0;background-color:#e9e9e9;width:1px;}
#gnbnav .sub_category .category_list > ul > li:first-child > strong{margin-top:0;}
#gnbnav .sub_category .category_list > ul > li > strong > a{font-weight: 500; color: #333;vertical-align:top;font-size:1.0rem;line-height:2.5;}
#gnbnav .sub_category .category_list > ul > li > ul> li a {font-weight: 300; font-size: 1.0rem; color: #666666;line-height:2.0;}
#gnbnav .sub_category .category_list ul li.sp_donate a{color: #ff6567;}
#gnbnav .sub_category .category_list ul li a:hover {color: #848f3e;}



#gnbnav .sub_category.on {display:block !important;}



#gnbnav ul.subNavi {position: absolute;left:0;width:100%;padding:0;z-index:100;display:none; /* min-height: 400px; border:solid 1px #e5e5e5; border-right:solid 1px #ffffff;*/}
#gnbnav ul.subNavi.on {display:block;/* border-top:solid 2px #e60012;*/}
#gnbnav ul.subNavi.on:before {content:'';position:absolute;top:-10px;left:50%;margin-left:-1px;width:0px;height:0px;/*background: #0caede;*/}
#gnbnav ul.subNavi.on:after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;/*background: #000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity: 0.3;filter: alpha(opacity=30);*/z-index: -1;}
#gnbnav ul.subNavi li {display: block;margin-bottom:20px;position: relative;}
#gnbnav ul.subNavi li:first-child{padding-top:30px;}
#gnbnav ul.subNavi li:last-child{margin-bottom: 0;padding-bottom:30px;}
#gnbnav ul.subNavi li:last-child:after {width:0;height: 0}
#gnbnav ul.subNavi li a {color:#aaa; font-size: 1.7rem;padding:0;line-height:1.35; display: block; text-align:center;font-weight: 400; position: relative;}
/*#gnbnav ul.subNavi li a:hover:after { content: ''; width: 100px; position: absolute; left: 50%; margin-left:-50px; bottom: 1px; border-width: 0 0 1px; border-style: solid; border-color:#013e90; }*/
#gnbnav ul.subNavi li a:hover {color:#12c0f2;}
#gnbnav ul.gnb_list > li:hover ul.subNavi.on {/*background: #fff;*/}
#gnbnav ul.subNavi:last-child {/*border-right:solid 1px #e5e5e5; */}

.subMenuBg {position:absolute;left:0;top: 106px;width:100%; background:rgba(255,255,255,1);padding-top:0px;z-index:-1;display:none;/*border-bottom:solid 1px #cccccc;*/}
.subMenuBg:before {content:'';position:absolute;top:0; transform: translate(-50%, 0); left:50%;  background-color:#ddd;height:1px; width:100%;}
#header_overlay {width:100%;height: 100%;position:fixed;top:0;left:0;  z-index:899;background:rgba(0,0,0,0.8);display: none;}

@media screen and (max-width: 1600px){
.subMenuBg {top:93px;}

}





/*모바일메뉴*/
.m_menu_h {position: fixed; top: 0; right: 0; z-index: 99999; width: 310px; height: 100%;overflow-y: auto;}
.nav-top {border-bottom: 1px solid #0080ff;background: #fff;}
.btn-x {text-align: right; padding: 0  10px;}
.btn-x i {color:#454545;line-height: 57px}
.m-nav > li {border-bottom: 1px solid #0080ff; padding:0;}
.m-nav > li.mmli_up {}
.m-nav > li > a {color: #454545; font-size: 16px; font-weight: bold;display:block;line-height:57px;padding-left:20px; position:relative; }
.m-nav > li > a.on {background: #0080ff;color: #ffffff;}
.m-nav > li > a i {position: absolute;top:50%;right:10px;margin-top:-8px;}

.sub_menu {margin-top: 0;display: none;background:#fff;opacity: 0.7;}
.sub_menu > li {}
.sub_menu > li > a {font-size:14px;color: #0080ff;display:block;line-height: 35px;padding-left:20px; }
.sub_menu > li > a:hover {color:#ffffff;text-decoration: none;background:#6298db;}

#hd_nb{margin:20px;}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb li{width:50%;float:left;text-align:center;line-height:25px;font-size:1.083em;font-weight:bold}
#hd_nb li a{display:block;color:#717171;padding:20px 0}
#hd_nb li i{font-size:20px;}
#hd_nb .hd_nb1{border-right:1px solid #e2e5e7;}
#hd_nb .hd_nb2{}
#hd_nb .hd_nb3{border-right:1px solid #e2e5e7}

.m_lang {padding: 0 20px; margin-top: 40px;}
.m_lang ul {overflow: hidden; width: 100%; border: 1px solid #007aff;}
.m_lang ul li {width: 33.3%; float: left; text-align: center; }
.m_lang ul li a {background: #fff;color:#454545; font-size: 14px; padding: 12px 0; display: block; width: 100%; }
.m_lang ul li a.on  {background:#007aff;color:#fff; }


.m_menu_h p {color: #0080ff; font-size: 13px; letter-spacing: 0; padding-left: 20px; margin-top: 20px;}
.dim {position: fixed; width: 100%; max-width: 996px; height: 100%; background: #000; opacity: 0.5; top: 0;z-index: 999;}
.m_menu_bg {position: fixed; width: 100%; width: 310px; height: 100%; background: #fff; top: 0;right: 0;z-index: 1000;}
.m_menu_wrap {position: fixed; display: none; top: 0; left: 0; right: 0; max-width: 996px; width: 100%; height: 100%; margin: 0 auto; z-index: 9999; overflow-y: auto;}


@media screen and (max-width: 1200px){
	header#header {z-index:999;}
	header#header, .headerBox {min-width: 100%;width:100%;}

	header#header.m-fixed {-webkit-box-shadow:0 0 5px  rgba(55,55,5,0.4);
	-moz-box-shadow:0 0 5px  rgba(55,55,5,0.4);
	box-shadow: 0 0 5px  rgba(55,55,5,0.4);}

	.headerBox {height: auto}
	#m_menu {display: block;top:5px;}
	#m_menu i {color:#0080ff;line-height: 57px;}
	.header_wrap.active {height:67px !important}
	.header_wrap.active #m_menu i {color:#333;}

	.header_wrap div.cs, .header_wrap div.right {display: none}

	.header_wrap .shop {display: none}

	.header_wrap {height: 96px;position: relative; background: transparent;}
	.header_wrap:after {height:1px;}
	/*.header_wrap div.logo {left:10px; top:15px;margin:0;background-size:contain;background-position:left center;background-image: url("../img/logo.png");}*/
	.header_wrap h1 a {line-height: 37px;}


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

	div#totalMenu {display:none;}
	#gnbnav {display:none;}

	.header_wrap {height: 70px;background: transparent; position:fixed; background: rgba(0,0,0,0.5)}
	.header_wrap:after {height:1px;}
	.header_wrap div.logo {left:10px; height: 22px;top:25px;margin:0;background-size:contain;background-position:left center;background-image: url("../img/logo.png"); }
	.header_wrap.active div.logo {background-image: url("../img/logo.png");}
	.header_wrap h1 a {height: 37px !important;    line-height: 37px;}



	}



@media screen and (max-width: 1200px){

	.header_wrap.active  {background: rgba(0,0,0,0.6);}
}

/*body{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}*/
/*body.on-side {margin-left: -308px;}*/
/*#sideToggleWrap {position: fixed;overflow-y: auto;top: 0;right: -308px;width: 308px;padding: 21px 17px;height: 100%;display: block;background-color: #323232;*/
/*-webkit-transition: all 0.3s ease-in-out;*/
/*-moz-transition: all 0.3s ease-in-out;*/
/*-o-transition: all 0.3s ease-in-out;*/
/*-ms-transition: all 0.3s ease-in-out;*/
/*transition: all 0.3s ease-in-out;*/
/*z-index: 9;*/
/*}*/
#sideToggleWrap.on{right: 0;}
#sideToggleWrap .close-sideToggle {float: right;color: #fff;position: relative;z-index: 2;font-size: 16px;}
#sideToggleWrap .widget {position: relative;z-index: 1;clear:both;}

#sideToggleWrap .widget .logocopy {margin:65px 0 30px; }
#sideToggleWrap .widget p.logo_desc {color: #fff;margin:0 0 50px 0;font-size: 18px;letter-spacing: -1px;}
#sideToggleWrap .widget p.tel_text {color: #fff;margin:0 0 50px 0;font-size: 30px;letter-spacing: -1px;}

#sideToggleWrap .widget div.sns_btnLink {margin-bottom: 45px;overflow: hidden;}
#sideToggleWrap .widget div.sns_btnLink ul {padding: 0;margin: 0;clear:both;}
#sideToggleWrap .widget div.sns_btnLink ul li {float:left;margin-right:15px;}
#sideToggleWrap .widget div.sns_btnLink ul li:last-child {margin-right: 0;}
#sideToggleWrap .widget div.sns_btnLink ul li a {display:table-cell;vertical-align: middle;width:50px;height:50px;border:1px solid #bdbdbe;border-radius:10px;text-align: center;line-height: 1;}
#sideToggleWrap .widget div.sns_btnLink ul li a.location {display: block;width:127px;height:35px;line-height: 33px;}
#sideToggleWrap .widget div.sns_btnLink ul li a span {color:#bdbdbe;font-size:14px;}





/* 서브 상단 */
.sub_vg { position : relative;width: 100%;height:680px;  }
div#vg_con {height:100%;margin: 0 auto; text-align:center; position : relative;display: block;}
div#vg_con .sub_vg_txt {width: 100%; margin: 0 auto; top: 270px; left: 50%; transform: translateX(-50%); position: absolute;  z-index:0;}
div#vg_con .sub_vg_title1 {position:relative;text-align: center;color: #fff;font-size: 6.0rem; margin-top:-50px; font-weight: bold; letter-spacing:-0.025rem;}
div#vg_con .sub_vg_title1:after {clear: both;display: block;content: "";}

div#vg_con .sub_vg_title2 {font-size: 7.5rem;  opacity:0.5; font-weight:bold; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff; text-transform:uppercase;}

.sub_visual {overflow:hidden;}
.sub_visual .img_wrap{ position: absolute;left: 0; top: 0; overflow: hidden; width: 100%; height: 100%;
    -moz-transition: all 8s ;
    -webkit-transition: all 8s;
    -o-transition: all 8s;
    -ms-transition: all 8s ;
    transition: all 8s ;
    transform: scale(1.2);
}

/*
.sub_visual .img_wrap:before{content: ''; position: absolute; width: 100%; height: 100%; background: #fff; top: 0; right: 0;transition: 2.2s;opacity: 0.4}
.sub_visual .img_wrap:after{content: ''; position: absolute; width: 100%; height: 100%; background: #fff; top: 0; right: 0;transition: 2.2s;opacity: 0.4; transition-delay: 0.3s}

.sub_visual.on .img_wrap:before{width: 0; opacity: 0}
.sub_visual.on .img_wrap:after{width: 0; opacity: 0}*/
.sub_visual.on .img_wrap{ transform: scale(1.0); transform:perspective(500px) rotate(.001deg); }


.sub_visual .img_wrap img {width:100%; }


@media screen and (max-width: 1600px){
	div#vg_con {width:100%;}
	.sub_visual .img_wrap img { width:auto;}

}

@media screen and (max-width: 1400px){
	.sub_vg {height: 600px}
	div#vg_con .sub_vg_title1 {font-size: 5.2rem; margin-top:-50px; }
	div#vg_con .sub_vg_title2 {font-size:10.0rem;}
	div#vg_con {width: 100%;
    min-width: 100%;
    padding: 0px;}
	div#vg_con h2 {font-size: 4.3rem;}
	div#vg_con p {font-size: 1.0em;}
	div#vg_con .sub_vg_txt {top:280px;}

	.sub_visual .img_wrap img {height:100%; width:auto;}
}

@media screen and (max-width: 768px){
	.sub_vg {height: 380px}
	/*div#vg_con .sub_vg_txt { top:130px;}*/
	div#vg_con .sub_vg_title1 {font-size: 4.2rem; margin-top:-30px; }
	div#vg_con .sub_vg_title2 {font-size: 5.6rem;}
}

@media screen and (max-width: 600px){
	.sub_vg {height: 320px}
	div#vg_con .sub_vg_txt {top:160px;}

}




#tabMiddleWrap {display: none;}
div.vg_sub_area2 {display: none;width: 100%;}
div.vg_sub_area2.sub {margin-top:0;}
.sub_tab2 {display:block;width:100%;height: 49px;    white-space: nowrap; text-align: left; clear: both;margin:0;}
.sub_tab2 li.tab_list { display:inline-block;height:49px;white-space: nowrap;position:relative;margin:0;padding:0 35px 0 0;}
.sub_tab2 li.tab_list:last-child {padding:0;}
.sub_tab2 li.tab_list > a {font-size:14px;line-height:49px;letter-spacing:-1px;display:inline;position:relative;color:#ffffff;}
.sub_tab2 li.tab_list > a:after {content: ''; position: absolute;top:3px;right:-22px;width:1px;height:10px;background:#aec2dc;}
.sub_tab2 li.tab_list:last-child > a:after {width:0;height:0;}
.sub_tab2 li.tab_list > a.selected,
.sub_tab2 li.tab_list > a:hover {color:#00e4ff;}

div.vg_sub_area {position: absolute;top: -35px;display: block}
.sub_tab {    width: 100%;overflow: hidden; table-layout: fixed;margin:0;  border-collapse: collapse;  display: table;}
.sub_tab li.tab_list { display: table-cell;position:relative;margin:0;border: solid #dddddd;border-width:1px;vertical-align: middle; line-height: 68px  }
.sub_tab li.tab_list > a {font-size:18px;letter-spacing:-1px;display:inline-block;    width: 100%;text-align:center;position:relative;color:#898989;background: #f5f5f5}
.sub_tab li.tab_list > a.selected {background:#0099ff;color:#ffffff;}

.sub_depth_1, .sub_depth_2 {display:none;}




#tabMiddleWrap3rd {position: relative; width:100%;}
#tabMiddleWrap3rd .ssnav {max-width: 1400px; width:100%; margin: 0 auto 6.0rem; border-bottom: 0px solid #e5e5e5; margin-top:-30px; margin-bottom:8.0rem; }
#tabMiddleWrap3rd .ssnav ul {display: flex;  justify-content:center;}
#tabMiddleWrap3rd .ssnav ul li{position: relative; background:#fafafa;border-top:1px solid #ddd; border-right:1px solid #ddd;
								border-bottom:1px solid #ddd; padding:1.5rem 2.0rem;  min-width:300px; text-align:center;  transition: all 0.6s;  }
#tabMiddleWrap3rd .ssnav ul li a {font-size: 1.7rem; display: block;   color:#777; }
#tabMiddleWrap3rd .ssnav ul li:first-child {border-left:1px solid #ddd;}
#tabMiddleWrap3rd .ssnav ul li:hover,
#tabMiddleWrap3rd .ssnav ul li.active { background:#f36f23; transition: all 0.6s;}
#tabMiddleWrap3rd .ssnav ul li:hover span,
#tabMiddleWrap3rd .ssnav ul li.active span  {color:#fff;  transition: all 0.6s;}


@media screen and (max-width: 1400px){

	#tabMiddleWrap3rd {margin-top:0px}
	#tabMiddleWrap3rd .ssnav {max-width: 100%; margin: 0 auto 50px;}
	#tabMiddleWrap3rd .ssnav ul li a span {font-size: 16px;}
	#tabMiddleWrap3rd .ssnav ul li {min-width:200px; padding:1.5rem;}
}

@media screen and (max-width: 768px){
	#tabMiddleWrap3rd {margin-top:0px; margin-bottom:0rem;}
	#tabMiddleWrap3rd .ssnav ul {flex-wrap:wrap;}
	#tabMiddleWrap3rd .ssnav ul li { width:96%; margin-bottom:3px;border-left:1px solid #ddd;  }
	#tabMiddleWrap3rd .ssnav ul li {min-width:150px; padding:1.5rem 3.0rem;}
	#tabMiddleWrap3rd .ssnav ul li:first-child {border-left:1px solid #ddd;}

}


/*@media screen and (max-width: 500px){
#tabMiddleWrap3rd .ssnav ul {flex-wrap: wrap; display:block;}
#tabMiddleWrap3rd .ssnav ul li {margin-bottom:7px;}
#tabMiddleWrap3rd .ssnav ul li a {border:1px solid #ddd;}
}
*/


.text-center img {max-width: 100%;height: auto;}



/* footer */

#footer {width:100%;height:auto;padding:9.0rem 0 8.0rem; background:#0d357f; min-height:40.0rem; z-index:9; position: relative; overflow:hidden;}
#footer.mainFooter{}
#footer.subFooter{}


@media screen and (max-width: 1400px){

#footer {padding:8.0rem 0 4.0rem; }

}

@media screen and (max-width: 1024px){

#footer {padding:5.0rem 0 3.0rem; }

}


.copyright_wrap {max-width:1600px; width:100%; position:relative;margin:0 auto; display:flex;  flex-wrap: wrap;}



.copyright_wrap .copyright_wrap_left {width:50%;}
.copyright_wrap .fLogo {width:195px;display:block; height:27px;  background:url('../img/footer_logo.png') no-repeat; background-position:left; }


.copyright_wrap .copyright_wrap_right {width:50%; padding-top:1.0rem;  }



.copyright_wrap .ft1 {margin-top:0px; font-weight:300; }
.copyright_wrap .ft1 .ft1_txt1 {font-size:10.0rem; color:#000; font-weight:bold; padding-bottom: 3.5rem; line-height:1.1; text-transform:uppercase;}
.copyright_wrap .ft1 .ft1_txt2 {font-size:1.7rem; color:#aaa; line-height: 2.7rem; margin-bottom:1.5rem;}
.copyright_wrap .ft1 .ft1_txt2 .ft1_txt2_02 { color:#fff; display:inline-block; width:21.0rem; }
.copyright_wrap .ft1 .ft1_txt2 .space_block {display:inline-block; width:20px;}

.copyright_wrap .ft2 {padding-top: 5.7rem; width: 37.0rem; }
.copyright_wrap .ft2 .ft2_txt1 {font-size:1.7rem; color:#5a5e64; width: 37.0rem; position:relative;  transition: all 0.6s;}
.copyright_wrap .ft2 .ft2_txt1 .icoArrow { position: absolute; top: 1.4rem; right: 1.6rem; width:25px; height:8px; background-size:cover; background:url(../img/ft_ico_01.png) no-repeat; transition: all 0.6s;}
.copyright_wrap .ft2 .ft2_txt1:before {content : ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; border-bottom:1px solid #5a5e64; }


.copyright_wrap .ft3 {padding-top: 1rem;  margin-top:6.0rem; margin-bottom:4.0rem; }
.copyright_wrap .ft3 .ft3_txt1 {display:inline-block; margin-right:2.0rem; font-size:1.7rem; color:#fff; width:22.5rem; border:2px solid #fff; position:relative; padding:1.7rem 3.0rem 1.7rem 2.0rem;transition: all 0.6s;  }
.copyright_wrap .ft3 .ft3_txt1:after {content:''; top:50%; transform: translateY(-50%); right:30px; position:absolute; width:14px; height:14px;  display:block; background:url("../img/btn_arrow.png") center center no-repeat; background-size:cover;}





.copyright_wrap .ft4 {margin-top:2.0rem;}
.copyright_wrap .ft4 .ft4_txt1 {font-size:14px; color:#fff;}
.copyright_wrap .ft4 .ft4_txt1 .ft4_txt4 {opacity:0.3; font-size:14px; color:#777;}
.copyright_wrap .ft4 .ft4_txt2 {font-size:1.6rem;color:#fff; margin-bottom:1.5rem;}
.copyright_wrap .ft4 .ft4_txt2 a {color:#fff; font-weight:200;}
.copyright_wrap .ft4 .ft4_txt2 span {display:inline-block; padding:0 10px; opacity:0.8;}
.copyright_wrap .ft4 .ft4_txt2 a:first-child {color:#fff;}
.copyright_wrap .ft4 .ft4_txt3 {margin-top:1.5rem;}
.copyright_wrap .ft4 .ft4_txt3 a {font-size:1.4rem; color:rgba(200,200,200,0.8);}


@media screen and (max-width: 1600px){
.copyright_wrap .ft1 .txt2-1{padding-right:45px}

}
@media screen and (max-width: 1024px){
.ft_left {width:100%; margin-top:5.0rem;}
.ft_right {width:100%; text-align:center;}

}

@media screen and (max-width: 768px){
.copyright_wrap .ft1 .txt2-1{padding-right:0}
.ft_left {width:100%; margin-top:2.0rem;}

.copyright_wrap .ft3 .ft3_txt1 {width:100%; margin-bottom:1.0rem;}
.copyright_wrap .ft1 .ft1_txt2 {margin-bottom:0.5rem;}
.copyright_wrap .ft1 .ft1_txt2 .ft1_txt2_02 {width:auto; margin-right:10px;}

}





@-webkit-keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}



@media screen and (max-width: 1400px){
	.ftMenu {display:none;}
	.copyright_wrap .fLogo {display:inline-block;}
	.copyright_wrap .copyright_wrap_left {width:100%; ; padding:5.0rem 0 }

	.copyright_wrap {width: 100%; max-width: 100%; padding:0px 20px; flex-direction: column-reverse;}

	.ftMenu_list > h5 > a {font-size:2.4rem;}
	.ftMenu_list {margin-right:40px;}


	.copyright_wrap .ft1 .ft1_txt1 {font-size:6.0rem;}

}

@media screen and (max-width: 1024px){

.copyright_wrap .copyright_wrap_right {width:100%; padding-left:0px; padding-top:20px; text-align:center;  flex-direction: column-reverse; }
.copyright_wrap .ft3 {text-align:center;}
.copyright_wrap .copyright_wrap_left {text-align:center;}



}
@media screen and (max-width: 768px){
	.copyright_wrap .ft3 {position: relative; bottom: auto; margin-top:2rem;}
	.copyright_wrap .ft2 {width:100%;}
	.copyright_wrap .ft2 .ft2_txt1 {width: 100%;}

	.copyright_wrap .fLogo { height:60px; background-size:contain;}
	.copyright_wrap .ft1 .ft1_txt1 {font-size:3.0rem;}
	.copyright_wrap .ft1 .ft1_txt2 .ft1_txt2_02 { padding-right:0;}
	.copyright_wrap .ft1 .ft1_txt2 .space_block {display:inline-block;}

	.copyright_wrap .ft2 {padding-top:1rem; width: 49.5rem; }
	.copyright_wrap .ft4 {/*padding-top: 4.5rem;*/ margin-top:2rem;}


	.copyright_wrap .copyright_wrap_left {padding:3.0rem 0 3.0rem 0;}
	.copyright_wrap .copyright_wrap_right {padding-top:0;}
	.copyright_wrap .ft3  {margin-bottom:1.0rem;}



}


.goTop {position: absolute; top: 2rem; right:0; z-index: 333;}
.goTop a {display: block;width:141px;height:27px;text-align: center;}
.goTop a i {color:#fff;line-height: 51px;font-size:2.0em;}


@media screen and (max-width: 1400px){
.goTop {right:1.5rem; top: 4rem; }
}

@media screen and (max-width: 768px){
.goTop {top: 2.0rem; right:50%; transform: translate(0, -50%); margin-right:-70px;}

}

.copyright_wrap div.lang {position: absolute;right: 0;top: 80px;}
.copyright_wrap div.lang div.lang_m {width:125px;border:1px solid #999999;border-radius: 20px;padding:10px 0;}
.copyright_wrap div.lang div.lang_m > a {font-size:13px;color:#999999;display: block;text-align: center;}
.copyright_wrap div.lang div.lang_m ul.lang_sub {display:none; margin-top:10px;}
.copyright_wrap div.lang div.lang_m ul.lang_sub li a {font-size:11px;line-height: 1.3; color:#999999; text-align:center; display:block;box-sizing:border-box; padding-right:20px;}

.copyright_wrap .copyright01 {font-size:0.875rem; color:#ffffff; }
.copyright_wrap .copyright01 a {color:#ffffff;}









/* */
#main_container{
	width: 100%;
	padding:0;
	margin:0 auto;
	position:relative;
	top: 0px;
	z-index:0;
	overflow: hidden;
}



/* 비쥬얼그래픽 */
.vg_inner {width:100%; /*min-width:1200px;*/ height:100%; position: relative; clear:both; overflow: hidden; }
.vg_inner:after {clear: both;display: block;content: "";}
.vg_inner .ytube {position: fixed; z-index: -1; width: 100%; height: 100%; background: #000000; overflow: hidden;}
.vg_inner .ytube .ycontainer {position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 0; height: 0; text-align: center;}

/*@media( max-width:1024px ) {
	#main_video1, #main_video2, #main_video3 {height: 500px; width: auto !important; margin: 0 auto;	}
}
@media( max-width:768px ) {
	#main_video1, #main_video2, #main_video3 {
	       width: auto;
       height: 500px;
	}
}*/

.vg_inner .ytube embed,
.vg_inner .ytube object,
.vg_inner .ytube iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.vg_inner .ytube iframe {display:block}
.vg_inner .ytube object {display:none}

.vg_inner .video-area{position: relative;margin: 0;padding: 0;}
.vg_inner .video-area #video-wrap {display: inline-block;vertical-align: baseline;top: 0;left: 0;min-width: 100%;min-height: 100%;width: 100%;height: 100%;}

.vg_title {word-break: keep-all;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	margin-top:-4.0rem;;

    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:1;

}

.txt-effect-box-02{position: relative; opacity: 0; transition: all 0.5s; overflow: hidden;}
.txt-effect-box-02.active-slide {opacity: 1;}
.titAnimation3 .char{position:relative; font-weight:inherit; font-style: normal;}


.titAnimation3 .char{animation: text-active-animation 1s cubic-bezier(.5, 0, .5, 1) both;}
.titAnimation3 .char{animation: text-active-animation 1s cubic-bezier(.5, 0, .5, 1) both;}

@keyframes text-active-animation {
	from {opacity:0;filter:Alpha(opacity=0); top:1em;}
	to {opacity:1.0;filter:Alpha(opacity=100); top:0;}
}

.vg_tit_box_ani1 { animation: titAnimation1 0.8s ease-in-out alternate}
.vg_tit_box_ani2 { animation: titAnimation2 0.8s ease-in-out alternate}
.vg_tit_box_ani3 { animation: titAnimation3 0.8s ease-in-out alternate}
.vg_tit_box_ani4 { animation-delay: 1s; animation: titAnimation3 0.8s ease-in-out alternate}


@-webkit-keyframes titAnimation1{
	0%{opacity:0;transform:translateX(-500px);}
	100%{opacity:1;transform:translateX(0px);}
}
@-moz-keyframes titAnimation1{
	0%{opacity:0;transform:translateX(-500px);}
	100%{opacity:1;transform:translateX(0px);}
}

@-webkit-keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@-moz-keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@-o-keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@keyframes titAnimation3{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}


.vg_txt_box {position: absolute; top:50%; right:calc((100% - 1600px) / 2); transform: translateY(-50%);  text-transform: uppercase; font-weight:bold; text-align:right; z-index:9999; transition:all 0.4s; }
.vg_txt_box .vg_txt_tit {position: relative;  word-break: keep-all;}
.vg_txt_box .vg_txt_tit .txt1 {position: relative;  font-size:6.0rem; color:#12c0f2; }
.vg_txt_box .vg_txt_tit .txt2 {position: relative;  font-size:7.5rem; color: transparent; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #fff;}
.vg_txt_box .vg_txt_tit .vg_txt_title3 {color:#fff; font-size:2.0rem; line-height:1.8;  letter-spacing:0rem;  margin-top:4.0rem;  }



.vg_txt_box .vg_txt_tit .more_btn {position: relative; padding-right:70px;}
.vg_txt_box .vg_txt_tit .more_btn a { color:#fff; display:block; font-size:2.3rem; margin-top:2rem;}
.vg_txt_box .vg_txt_tit .more_btn:before {display:block;content:"";position:absolute;background:url(../img/btn_more.png) no-repeat;width:63px;height:45px;right:0; top:-7px;}

.vg_txt_box .vg_txt_img {position:relative; width:50%; float:right; padding-left:3%; }

.icon-box {position:absolute; width: 15.0rem; height: 15.0rem; bottom:35px; right:calc((100% - 1600px) / 2); z-index:9}



/* circle아이콘*/
.visual-circle-box{width: 147px; height: 147px;  position:absolute; left:50%; right:50%; transform: translate(-50%, -50%);  }
.visual-circle-box:before{position: absolute; left:0; right:0;  content: ''; width: 147px; height: 147px; background: url("../img/play_line.png") 0 0 no-repeat;}
.visual-circle-box .circle-box {position:relative; top:35px; margin:auto; width:80px; height:80px; background: url('../img/play_icon.png') center center no-repeat; border:2px solid #fff;
								border-color:#fff; border-radius: 50%; z-index:11; box-sizing:border-box; cursor:pointer;}


.visual-circle-box:before {
	-webkit-animation: spin 10s infinite linear;
	-o-animation: spin 10s infinite linear;
	-moz-animation: spin 10s infinite linear;
	animation: spin 10s infinite linear;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}
}

@-moz-keyframes spin {
   0%  {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(-360deg);}
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
}

@keyframes stroke {
  to {
   stroke-dashoffset: 2000;
  }
}




@media( max-width:1600px ) {

.vg_txt_box {position: absolute;   color: #ffffff; overflow:hidden;  right:30px!important; }
.vg_txt_box .vg_txt_tit {position: relative;  margin:0 auto;}
.vg_txt_box .vg_txt_tit h2 {font-size:6.0rem;  margin:0 }



.icon-box {right:30px !important; bottom:0px;}



.vg_txt_box .vg_txt_tit .more_btn {position: relative;padding-right:0px; width:300px; margin:auto; }
.vg_txt_box .vg_txt_tit .more_btn a { color:#fff; display:block; font-size:2.3rem; margin-top:2rem;}
.vg_txt_box .vg_txt_tit .more_btn:before {display:block;content:"";position:absolute;background:url(../img/btn_more.png) no-repeat;width:63px;height:45px;right:0; top:-7px;}


}

@media( max-width:1200px ) {

.icon-box {display:none;}
}


@media( max-width:1024px ) {



	.vg_txt_box {left:30px!important; right:auto;}
	.vg_catalog .vg_catalogWrap .box_catalog:after {width:0;}

	.vg_txt_box .vg_txt_tit {text-align:left;}
	.vg_txt_box .vg_txt_tit h2  {font-size:4.0rem; line-height:1.25;}
	.vg_txt_box .vg_txt_tit .txt1 {position: relative;  font-size:4.0rem; color:#12c0f2; }
	.vg_txt_box .vg_txt_tit .txt2 {position: relative;  font-size:4.8rem; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff;}





}









.vg_box {position: absolute;top:50px;right:0;width:263px;z-index: 100}

@media( max-width:1024px ) {

	.vg_inner .ytube iframe {display:none}
	.vg_inner .ytube object {display:block}

	.vg_inner {min-width:100%;height:auto; height:650px;}
	.vg_title {width:100%;}
	.vg_title small {font-size:1.0rem;margin:0 0 10px 0;}
	.vg_title h2 {line-height: 1.8;font-size:1.8rem;margin:0 0 10px 0;}
	.vg_title h2 img {max-width:100%; }
	.vg_title p {/*font-size: 1.0rem;*/word-break: keep-all;}
	.vg_title p br {display: none}
	.vg_title .vg_title_img {padding-top: 50px;}

	.digital-entry {display: none}

	.vg_inner .video-area #video-wrap {height:100vh}

	.vg_inner .ytube {position:relative}

	.vg_bottom {display:none;}
}

@media( max-width:768px ) {
	/*.vg_inner {height:380px;}*/
	.vg_title {/*top:20%;*/}
	.vg_title small {font-size:0.8rem;margin:0 0 5px 0;}
	.vg_title h2 {/*font-size:1.0rem;*/margin:20px 0 5px 0;}
	.vg_title p {/*font-size: 0.8rem;*/}
	.vg_title .vg_title_img img {max-width: 30%;}
}



.vg_down {position: absolute; bottom: 100px; left: 90px; width: 14px; height: 144px; text-align: center; }
.vg_down a#go_service {display: block;padding:0;}

.upDownAni { animation: upDownAnimation .4s ease-in-out infinite alternate}

@media( max-width:768px ) {
	.vg_down {display:none;}
}

.vg_bottom {position: absolute; bottom: 0;  width:100%; max-width:1600px; left:50%; transform: translateX( -50%); height:74px; }

@-webkit-keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}
@-moz-keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}
@-o-keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}
@keyframes upDownAnimation {
    from { transform:translateY(0)}
    to { transform:translateY(5px)}
}


.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}





/* */


#AniTxtSub {}
#AniTxtSub .txt {display: block; }
#AniTxtSub .txt span {display: inline-block; position: relative; min-width: 8px; min-height: 8px; }


div#vg_wrap_sub	{background:url(../img/main_vg.jpg) no-repeat 50% 0; text-align:center; clear:both;position: relative;}
div#vg_sub	{height:287px; width:1400px;margin: 0 auto; text-align:left;}



.subNavWrap {position: relative;	width: 100%;	min-width:1400px;background-color: #fff;height:70px;}
.subNavWrap:after {content: '';    position: absolute;left:0;bottom:0;width:100%;height: 1px;background: #dbdbdb;display: none}
.subNavWrap div.subNavInner {position:relative;width: 1400px;margin: 0 auto;height:70px;}
.subNavWrap .btn_home {display:block;float:left;width:90px;height:70px;font-size:15px;line-height:70px;color:#5a5a5a;background: url(../img/sub_side.png) no-repeat;background-position: center right;}
.subNavWrap .btn_home em {font-style: normal;}

.subNav1st {display:block;float:left;zoom:1;font-size:15px;list-style:none;    margin-left: -1px;}
.subNav1st:after {display:block;clear:both;content:''}
.subNav1st > .navi_dp1 {float:left;position:relative;padding:0;min-width:264px;height:70px;background: url(../img/sub_side.png) no-repeat;background-position: center right;}
.subNav1st > .navi_dp1:last-child {background: none}
.subNav1st > .navi_dp1 h2,
.subNav1st > .navi_dp1 h3 {margin:0;line-height:70px;}
.subNav1st > .navi_dp1 a.dp1 {position:relative;display:block;padding:0 30px 0 30px;text-decoration:none;font-size:15px;line-height:70px;color:#5a5a5a;}
.subNav1st > .navi_dp1 a.dp1 span.sub_drop {position:absolute;top:50%;right:30px;margin-top:-5px;width:14px;height:9px;}
.subNav1st > .navi_dp1 a.dp1 span.sub_drop.bg {background: url(../img/sub_drop.png) no-repeat;background-position: center;}

/*.subNav1st > .navi_dp1:hover > ul.subNav2nd {display:block;}*/

.subNav2nd {list-style:none;display:none;position:relative;    background-color: #fff;z-index:10;}
.subNav2nd > .navi_dp2 {display: table;width: 100%;}
.subNav2nd > .navi_dp2 > a {display:table-cell;padding:10px 30px;text-decoration:none;border:solid #fff;border-width:0;font-size:14px;color:#606060;vertical-align: middle;}
.subNav2nd > .navi_dp2 > a:hover,
.subNav2nd > .navi_dp2 > a:active,
.subNav2nd > .navi_dp2 > a:focus,
.subNav2nd > .navi_dp2.active > a {text-decoration:underline;}

/*서브탭메뉴*/
.subNavBarInnerWrap {position: relative;  width:100%; top: 0px; background: transparent; margin-top:14.0rem; }
.subNavBarInner {max-width:1400px; width:100%; margin: auto;  z-index: 10; display: table; border-collapse: collapse; table-layout:fixed; border-top:1px solid rgba(255,255,255,0.2)  }
.subNavBarInner .subNavBar1st {display:table-row;}
.subNavBarInner .subNavBar1st li {display: inline-block; text-align:center; padding: 35px 2.5rem 0  2.5rem;font-size:1.8rem; letter-spacing:-0.025rem;position: relative;}


.subNavBarInner .subNavBar1st li.active a {color:#12c0f2; }
/*.subNavBarInner .subNavBar1st li.active:after {content:""; width:40px; height:40px; background-image: url("../img/smenu_on.png"); position:absolute;  top:-20px;  left:50%;  transform: translateX( -50%);}*/
.subNavBarInner .subNavBar1st li a {color: #fff; }



.subNavBarInner .subNavBar1st li a:hover:after{ opacity: 0.8; transform: translate(-50%,0); }
.subNavBarInner .subNavBar1st li.active{ font-weight: bold; }
.subNavBarInner .subNavBar1st li a:after { content: ""; width: 11px; height: 11px; background-color: #12c0f2; border-radius: 50%; display: block; position: absolute; left: 50%; top: -6px;
    transform: translate(-50%,-10px);
    opacity: 0;
    transition: .6s;}

.subNavBarInner .subNavBar1st li.active:after { content: ""; width: 11px; height: 11px; background-color: #12c0f2; border-radius: 50%; display: block; position: absolute; left: 50%; top: -6px;
    transform: translate(-50%,-10px);
    opacity: 0;
    transition: .6s;}


.subNavBarInner .subNavBar1st li.active:hover:after{ transform: translate(-50%,0); opacity: 1; }
.subNavBarInner .subNavBar1st li.active:after{ opacity: 1; transform: translate(-50%,0); }
.subNavBarInner .subNavBar1st li.active:before{ content: ""; width: 11px; height: 11px; background-color: #12c0f2; border-radius: 50%;
												display: block; position: absolute; left: 50%; top: -6px; transform: translate(-50%,0);   animation: dots 2s infinite;}

@keyframes dots {
    0%{
        transform: translate(-50%,0) scale(1); opacity: .5;
    }
    100%{
        transform: translate(-50%,0) scale(5); opacity: 0;
    }
}

@keyframes dots2 {
    0%{
        transform: translate(-50%,0) scale(1); opacity: .5;
    }
    100%{
        transform: translate(-50%,0) scale(3); opacity: 0;
    }
}

@media( max-width:1024px ) {
	.subNavBarInner {margin-top:120px;}


}


@media( max-width:1600px ) {
	.subNavBarInner {display:none;}
	.subNavBarInnerWrap {display:none;}

}


#m_breadcrumbs_wrap {display: none}


#subPageWrap {width:100%; position: relative;z-index: 99;}
#subPageWrap_WIDE_ {width:100%;padding:0 0px;margin:0px auto 0;position: relative;  z-index: 99; background:#fff; }
#subPage { width:100%; max-width:1400px; padding:15.0rem 0; margin:auto;   background:#fff;   }

@media( max-width:1400px ) {

	#subPage {padding:10.0rem 0;}
}



@media( max-width:1024px ) {
	#subPageWrap {width:100%;min-width: 320px;padding:0;margin:0;}

	.subNavWrap {margin-top:0;min-width: 100%; display:none !important;}
	.subNavWrap div.subNavInner {width:100%;    padding: 0 10px;}

	.subNavWrap .btn_home {width:62px;padding:0;font-size:12px;}

	.subNav1st > .navi_dp1 {min-width:120px;}
	.subNav1st > .navi_dp1 a.dp1 {min-width:50%;padding:0 30px 0 10px;font-size:12px;}
	.subNav1st > .navi_dp1 a.dp1 span.sub_drop  {right:20px;}
	.subNav2nd > .navi_dp2 > a {padding:3px 10px;font-size:12px;}

}
@media( max-width:768px ) {
	#subPage {padding:   8.0rem 0;}
	.subNavBarInner .subNavBar1st li { padding: 0px 1.0rem ;font-size:1.6rem; }

}

/* 사이드바 */
div.left_wrap	{width:220px;float:left;position:relative; }
div.left_inner {position: absolute;top:0;left:0;width:221px;}
div.left_top	{position:relative;width:100%;margin:0;background:transparent;}
div.left_top h2 {margin:0;font-size:28px;font-weight:bold;color:#000;text-align: center;padding:86px 0 0;text-align: left;}
div.left_top h2 span {display: inline-block;padding:20px 0;width:100%;border-top: 3px solid #333;}

.sidebar	{text-align:left; padding:0; margin:0; list-style-type:none;border: solid #333;border-width:0 0 3px;}
.sidebar > li {
	display:block;
	position: relative;
	text-align:left;
}
.sidebar > li:first-child {padding-top:15px;}
.sidebar > li:last-child {padding-bottom:15px;}
.sidebar > li > a {position:relative;display:block;height:100%;line-height:47px; font-size:16px;color:#333333;padding-left:10px;letter-spacing: -1px;}
.sidebar > li > a.selected,
.sidebar > li > a:hover {background:#9a0d16;color:#fff;}
/*.sidebar > li > a:hover:after,
.sidebar > li > a.selected:after {position:absolute;content:'';top:50%;right:20px;margin-top:-4px;background: url(../img/bg_sidebar.png) no-repeat;background-position: center;width:5px;height:9px;}*/

.sidebar > li > ul.sub2_sidebar	{text-align:left; padding:0 0; margin:0; list-style-type:none; background:#f8f8f8;}
.sidebar > li > ul.sub2_sidebar > li {}
.sidebar > li > ul.sub2_sidebar > li > a {position:relative;display:block;height:100%;line-height:20px; font-size:14px;color:#818181;padding-left:30px;letter-spacing: -1px;}
.sidebar > li > ul.sub2_sidebar > li > a.selected {color:#005c91;}


div.left_wrap .cs_center {display:none;border: solid #dddddd;border-width:0 1px 1px;padding:30px 25px 0;margin-bottom: 110px;background-color: #f7f7f7;background-image: url(../img/ic_cs.png);background-repeat:no-repeat;background-position: 106% -9px;}
div.left_wrap .cs_center h4 {color:#818181;font-size:16px;line-height: 1.5;margin-bottom: 10px;}
div.left_wrap .cs_center div.cs1 {margin-bottom: 25px;}
div.left_wrap .cs_center div.cs1 p.center {color:#9a9a9a;font-size:14px;line-height: 1.5;}
div.left_wrap .cs_center div.cs1 p.tel {color:#011627;font-size:24px;line-height: 1.5;font-weight: 700}
div.left_wrap .cs_center div.cs1 p.fax {color:#858585;font-size:16px;line-height: 1.2;}

/* 컨텐츠영역 */
div.contents_wrap {width:920px; float:right;margin-left:60px;    padding:0;}
div.contents_wrap.noSidebar {width:100%;float:none;margin-left: 0;}



/* 타이틀영역 */
.subPageTopTitle {width: 100%; padding:1.0rem 0;  background:#fff; max-width:1730px; margin:auto; display:none;}
.title_wrap {position: relative; width: 100%; height: 100%; background:#fff; margin: auto 0; padding:8.0rem 0 7.0rem 0;}
.title_wrap .title_up {font-size:1.6rem; color:#12c0f2; 	font-weight: bold; text-align:center; }
.title_wrap h2.title {font-size:4.5rem;  color: #000; 	font-weight: bold; text-align:center; margin-top: 8px;}
/*.title_wrap h2.title:after {content : ""; position: absolute; left: 3px; top: 15px; height: 3px; width: 44px; border-bottom:3px solid #a1bc0b;}*/

.title_wrap .breadcrum {background:url(../img/icon_home.png) no-rpeeat; background-position: left center;padding-left:15px; margin-top:0;position: absolute;top:80px;right:0;color:#9d9d9d;font-size:0.75rem;}

.sub_vg_title {position : relative; width:100%;height:100%; padding:0 0 0px 0;clear:both;border-bottom: 0px solid #ddd; text-align: left; background:#fff; }
.sub_vg_title_inner {width: 100%; height: 100%;}

@media( max-width:1400px ) {
	.sub_vg_title {}
	.sub_vg_title_inner {max-width: 100%; margin: 0; }
	.title_wrap {margin: 0 auto 0rem; padding:5.0rem 0; }


}

@media( max-width:1024px ) {

	.title_wrap .breadcrum {display: none}
	.title_wrap .title_up {font-size:1.4rem;}
	.title_wrap h2.title {font-size:3.2rem;  color: #000; 	font-weight: bold; text-align:center; margin-top:0; }
	.subPageTopTitle {padding:5.0rem 0;}
	.sub_vg_title {margin:0;padding:0;}
	.sub_vg_title_inner {}
}
@media( max-width:768px ){
	.subPageTopTitle  {margin-top:0; position:relative; padding:3.0rem 0  ;}

}



.sub_arrow{font-size:32px;display: inline-block;    line-height: 50px;color:#dc060e; font-family:sans-serif;}
.sub_left_arrow{float: left;height:100%;}
.sub_right_arrow{float: right;height:100%;}
.sub_vg_title_line{width: 100%;height: 1px;background: #d8d8d8;display:block;position : relative;}

.parallax-init-pc {transform: translate3d(0, 100px, 0);transition: transform 3.6s cubic-bezier(0.165, 0.84, 0.44, 1);}
.parallax-init-pc.add-stage {transform: translate3d(0, 0, 0) scale(1) rotate(0) !important;}

/*.back_con {position: fixed;z-index: -1;top: 0;width:100%;min-width:1400px;}
.main_con {margin-top:1717px;z-index: 600;position: relative;background:#fff;min-height: 1000px;}
*/
.main_con {z-index: 600;position: relative;}
.rowc {}
.rowc ul {font-size:0;line-height:0;margin:0;padding:0}
.rowc ul:after {clear: both;display: block;content: "";}
.rowc ul li {-webkit-box-sizing: border-box;-khtml-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
.rowc ul li img {max-width:100%}
.rowc ul.grid2 {margin:0 0 0 -2%;}
.rowc ul.grid2 > li {width:48%;margin:0 0 0 2%;display:inline-block;text-align:center;}
.rowc ul.grid3 {margin:0 0 0 -2%;}
.rowc ul.grid3 > li {width:31%;margin:0 0 0 2%;display:inline-block;text-align:center;}
.rowc ul.grid4 {margin:0 0 0 -2%;}
.rowc ul.grid4 > li {width:23%;margin:0 0 0 2%;display:inline-block;text-align:center;}




/****************/




#com_section { width: 100%; height:100%; margin: 0 auto; background:url(../img/cont03_bg.jpg) no-repeat; background-size: cover;}
.footerWrap {height: 674px;width: 1400px;left: 50%;margin-left: -600px;top: 58%;position: absolute;margin-top: -337px;color:#a0a0a0}
.footerWrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.footerWrapSub {height: 540px; width: 1400px; left: 0; margin-left: 0; top: 0; position: relative; margin-top: 0; color: #a0a0a0;}


.footerWrap .txt_tit{font-size:1.8rem; word-break: keep-all; color:#34363b;}
.footerWrap h1{font-size:8.0rem;padding:7.0rem 0 8.0rem 0; word-break: keep-all; color:#34363b;}

.footerWrap .bottom_box{padding-top:80px;border-top:2px solid #34363b;}
.footerWrap .bottom_boxSub {border:0 none; padding-top: 120px;}
.footerWrap .bottom_box .bot_left{display:inline-block;width:60%; word-break: keep-all;}
.footerWrap .bottom_box .bot_left .top_box{padding-bottom:40px;}
.footerWrap .bottom_box .bot_left .top_box h2{font-size:2.2rem;color:#34363b}
.footerWrap .bottom_box .bot_left .top_box .txt01{font-size:1.8rem; color:#777777;}



.footerWrap .bottom_box .bot_left .left_sub{display:inline-block;width: 27%;}
.footerWrap .bottom_box .bot_left .left_sub .tit01{font-size:2.2rem;color:#34363b}
.footerWrap .bottom_box .bot_left .left_sub .txt01{font-size:1.8rem; color:#777777;}
.footerWrap .bottom_box .bot_left .bot_copy{font-size:16px;padding-top:70px;color:#656565}

.footerWrap .bottom_box .bot_right{display:inline-block;width:39%;vertical-align: top;}
.footerWrap .bottom_box .bot_right .right_sub{font-size: 2.2rem; position: relative; width: 230px; float: right; margin-left: 100px;}
.footerWrap .bottom_box .bot_right .right_sub:after {clear: both;display: block;content: "";}
.footerWrap .bottom_box .bot_right .right_sub a{padding: 25px 0 25px 0;display:block;color:#34363b; font-weight: bold;}
.footerWrap .bottom_box .bot_right .right_sub:before{display:block;content:"";position:absolute;background:url(../img/bot_arrow.png) no-repeat;width:7px;height:13px;right:0;top:45%}

.footerWrap .bottom_box .bot_right .right_sub:nth-child(1){padding-top:0;border-bottom:2px solid #707070}
.footerWrap .bottom_box .bot_right .main_CopyWrap1{font-size:16px;padding-top: 67px;margin-left:28%;color:#656565; text-align: right;}
.footerWrap .bottom_box .bot_right .main_CopyWrap1 a{color:#656565}

.footerWrap .bottom_copy {width:100%; padding-top: 5.5rem;}
.footerWrap .bottom_copy:after {clear: both;display: block;content: "";}
.footerWrap .bottom_copy .bc_left {float:right; width:50%; font-size:1.6rem; color:#656565;}
.footerWrap .bottom_copy .bc_right {float:right; width:50%; text-align:right; font-size:1.6rem;color:#656565;}
.footerWrap .bottom_copy .bc_right a {color:#656565;}

.subFooter .footerWrap .bottom_box .bot_left .top_box h2 {color:#ffffff; }
.subFooter .footerWrap .bottom_box .bot_left .left_sub .tit01 {color:#ffffff}
.subFooter .footerWrap .bottom_box .bot_right .right_sub a {color:#ffffff}
.subFooter .footerWrap .bottom_box .bot_left .top_box .txt01{color:#a0a0a0;}
.subFooter .footerWrap .bottom_box .bot_left .left_sub .txt01 {color:#a0a0a0;}

@media screen and (max-width:1500px){
	.footerWrap {width: 1200px; margin-left: -500px;}
	.footerWrapSub {margin-left: 0px; margin: 0 auto;}
}
@media screen and (max-width:1450px){
	.footerWrap {width: 1100px; }
}
@media screen and (max-width:1240px){
	.footerWrap {width: 1000px; margin-left: -450px;}
	.footerWrapSub {margin-left: 0px; margin: 0 auto;}
	.footerWrap h1 {font-size: 7.0rem;}
}
@media screen and (max-width:1150px){
	.footerWrap {width: 900px; margin-left: -400px;}
	.footerWrapSub {margin-left: 0px; margin: 0 auto;}
	.footerWrap h1 {font-size: 5.0rem; padding: 5.0rem 0 5.0rem 0;}
}

@media screen and (max-width:1024px){
	.comWrap {width: 100%; height: 100%; left: 0; margin-left: 0px; top: 100px; margin-top: 100px; position: relative;}
	.footerWrap {height: auto;width: 100%;left: 0;margin-left: 0;top: 50%;position: absolute;margin-top: -337px;color:#a0a0a0;padding: 20px;}
	.footerWrapSub {height: 550px; top: 0 !important; padding-top: 0; position: relative; margin-top: 0px; }
	.footerWrap .bottom_box .bot_right .main_CopyWrap1{margin-left:-4%}
}

@media screen and (max-width:768px){

	.footerWrap .bottom_box {padding-top: 20px;}
	.footerWrap .bottom_box .bot_left {width: 100%;}
	.footerWrap h1 {font-size: 3.5rem;}
	.footerWrap .bottom_box .bot_right {width: 100%;}
	.footerWrap .bottom_box .bot_right .right_sub {float: none; margin-left: 0px; font-size: 16px;}
	.footerWrap .bottom_copy .bc_left {float: none; width: 100%; font-size: 16px; text-align: center; padding-top: 30px;}
	.footerWrap .bottom_copy .bc_right {float: none; width: 100%; font-size: 16px;}
	.footerWrap .txt_tit {font-size: 16px;}
	.footerWrap .bottom_box .bot_left .top_box {padding-bottom: 10px;}
	.footerWrap .bottom_box .bot_left .top_box h2 {font-size: 18px;}
	.footerWrap .bottom_box .bot_left .top_box .txt01 {font-size: 16px;}
	.footerWrap .bottom_box .bot_left .left_sub {width: 100%;}
	.footerWrap .bottom_box .bot_left .left_sub .tit01 {font-size: 18px;}
	.footerWrap .bottom_box .bot_left .left_sub .txt01 {font-size: 16px;}
	.footerWrap {top: 30px; margin-top: 0px;}

}


/**/


#mainVisual {height:100vh; position: relative; border:0px solid #f00; overflow:hidden; background:#000;}


@media screen and (max-width:1400px){
	#mainVisual {height:700px;}
}

@media screen and (max-width:1024px){
	#mainVisual {height:450px !important;}
}

@media screen and (max-width:768px){
	/*#mainVisual {height:380px !important;}*/
	#mainVisual:after {height:70px; background-size:cover;}
}


#main_video1, #main_video2, #main_video3 {position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
   z-index: 0; opacity:0.7;}






.mainsec_title01 {width:100%;  position:relative;   }
.mainsec_title01 h2 {font-size:6.0rem;  font-weight:bold; display:inline-block;  position:relative; text-transform: uppercase; font-family: 'Syncopate', sans-serif; line-height:1.15;  }
.mainsec_title01 p {display:inline-block; color:#555; font-size:2.0rem; margin-left:22.0rem;  line-height:1.45;}
.mainsec_title01 h2 a:after {content:''; position:absolute; width:31px; height:31px; background: url("../img/main_arrow_b.png") center center no-repeat;
							background-size:cover; bottom:20px; right:-50px;transition: all 0.6s; }
.mainsec_title01 h2 a:hover:after {bottom:37px; right:-60px; transition: all 0.6s; background: url("../img/main_arrow_ov.png"); background-size:cover}


@media screen and (max-width:1400px){

.mainsec_title01 { margin-bottom:5.0rem; }
.mainsec_title01 h2 {font-size:4.4rem; padding-left:6.0rem;}


.mainsec_title01 p {margin-left:6.0rem; margin-top:2.0rem; display:block;}

}


@media screen and (max-width:1024px){

.mainsec_title01 h2 {padding-right:30px; }
.mainsec_title01 h2 a:after {content:''; position:absolute; width:26px; height:26px; background: url("../img/main_arrow_b.png") center center no-repeat;
							background-size:cover; bottom:15px; right:-20px;transition: all 0.6s; }
.mainsec_title01 h2 a:hover:after {bottom:30px; right:-30px; transition: all 0.6s; background: url("../img/main_arrow_ov.png"); background-size:cover}


/*.mainsec_title01 h2 a:after {content:''; position:absolute; width:26px; height:26px; background: url("../img/main_arrow_b.png") center center no-repeat;
							background-size:cover !important; bottom:20px; right:30px;transition: all 0.6s; }
.mainsec_title01 h2 a:hover:after {bottom:27px; right:23px; width:26px; height:26px; background-size:cover !important; transition: all 0.6s; background: url("../img/main_arrow_ov.png")}*/
}

@media screen and (max-width:768px){

.mainsec_title01 { margin-bottom:2.0rem; }

.mainsec_title01 h2 {padding-left:3.0rem;}
.mainsec_title01 h2:before { font-size:6.0rem; top:-20px;}
.mainsec_title01 h2:after {width:15px; height:15px;  top:25px; right:-25px; }

.mainsec_title01 p {margin-left:3.0rem; margin-right:10px;}
.mainsec_title01 p br {display:none;}

.mainsec_title01 h2 a:after {content:''; position:absolute; width:18px; height:18px; background: url("../img/main_arrow_b.png") center center no-repeat;
							background-size:cover !important; bottom:10px; right:0px;transition: all 0.6s; }
.mainsec_title01 h2 a:hover:after {bottom:15px; right:-10px; width:18px; height:18px; background-size:cover !important; transition: all 0.6s; background: url("../img/main_arrow_ov.png")}


/*.mainsec_title01 h2 .ico_arrow {transition: all 0.6s; font-size:4.0rem; display:inline-block; margin-left:2.0rem; position:absolute;  bottom:10px; right:-45px; }
.mainsec_title01 h2:hover .ico_arrow { padding-bottom:10px; right:-55px; color:#f36f23; transition: all 0.6s;}*/


}







/*에어커튼소개*/
#mainCompany {width:100%;  position:relative; padding:14.0rem 0 0 0 ; }
.mainCompany_icon {width:100%; position:relative; margin-top:150px;}
.mainCompany_icon:before {display:block;content:"";	width:100%; height:1px;	background:rgba(0, 0, 0,0.8); position:absolute; left:0; top:118px;  z-index:0; }



.mainCompany_content { overflow:hidden; min-height:506px; height:100%; width:100%; max-width:1780px; margin:8.0rem auto 20.0rem;}
.mainCompany_content .ycontainer { background: url(../img/comapny_bg.jpg);width: 100%;height: 100%;min-height: 506px;position: absolute;top: 0;left: 0;}
.mainCompany_content .ycontainer video {object-fit: cover; min-height:100%;}
.mainCompany_content_inner {width:100%;  position:relative; display:flex; flex-wrap: wrap;  justify-content: space-between; border-right:1px solid rgba(255,255,255,0.3) }
.mainCompany_list01 {flex:1; text-align:center; position:relative; height:100%; min-height:506px; border-left:1px solid rgba(255,255,255,0.3); background:rgba(0,0,0,0); transition: all 0.6s; }
.mainCompany_list01 .mainCompany_list_txtbox {position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); font-weight:bold; transition: all 0.6s; }
.mainCompany_list01 .c_txt1 {color:#12c0f2; font-size:2.0rem; display:block;}
.mainCompany_list01 .c_txt2 {color:#fff; font-size:2.8rem;  display:block; }

.c_more_btn {position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);  opacity:0; transition: all 0.6s; margin-top:10.0rem;}


.mainCompany_list01:hover {background:rgba(0,0,0,0.1); transition: all 0.6s;}
.mainCompany_list01:hover .mainCompany_list_txtbox {margin-top:-25px; transition: all 0.6s;}
/*.mainCompany_list01:hover .c_more_btn {opacity:1; transition: all 0.6s; margin-top:5.0rem;} */




@media screen and (max-width:768px){
	.mainCompany_content {min-height:450px; margin:8.0rem auto 10.0rem;}
	.mainCompany_list01 {flex:1 1 100%;  min-height:150px;border-bottom:1px solid rgba(255,255,255,0.3); border-right:0; border-left: ;}
	.mainCompany_list01:hover .mainCompany_list_txtbox {margin-top:0px; transition: all 0.6s;  }
	.c_more_btn {display:none;}
}


/*기술특징*/
#mainTechnology {width:100%;  position:relative; padding-bottom:14rem;  }
#mainTechnology .technology_wrap {margin-left: calc((100% - 1400px) / 2); margin-top:9.0rem; overflow:hidden;}

.technology_box {border-right:1px solid #ddd; cursor: url("../img/dragme.png"), auto; transition-duration: 0.3s;}
.technology_box span{font-family: 'pretendard'; font-size:6.0rem; color:#ddd; font-weight:800; transition: all 0.6s;}
.technology_box p {font-size:2.0rem; color:#333; font-weight:600;height:60px; margin-top:7.5rem; margin-bottom:6.0rem; transition: all 0.6s;}

.technology_box .img_box{ position:relative;}
.technology_box .img_box:after {content:"";display:block;opacity:0;position:absolute;width:100%;height:100%;border:5px solid #12c0f2;top:0;transition: all 0.6s;}
.technology_box .img_box img { width:100%;  transition: all 0.6s;}

.technology_box:hover span {color:#12c0f2; transition: all 0.6s;}
.technology_box:hover p {color:#12c0f2; transition: all 0.6s;}
.technology_box:hover .img_box:after {content:"";opacity:1;transition: all 0.6s;}
/*technology_box:hover img {border:5px solid #12c0f2; transition: all 0.6s;}*/

.mainSwiper_btn {display:flex;  justify-content: space-between; width:100%; max-width:1400px; margin-top:6.5rem; font-size:15px !important; color:#777;   }
.mainSwiper_btn > .swiper-scrollbar2 {width:calc(100% - 80px); background:#c5c5c5 !important; height:1px !important;}
.mainSwiper_btn > .swiper-scrollbar2 > .swiper-scrollbar-drag {height:3px; background:#12c0f2; margin-top:-1px;}
.mainSwiper_btn > .swiper-pagination2 {position:relative !important; text-align:right;}
.mainSwiper_btn > .swiper-pagination-fraction { font-size:15px;  color:#777; font-weight:bold; width:80px !important; text-align:right !important; }
.mainSwiper_btn > .swiper-pagination-fraction .swiper-pagination-current {color:#12c0f2; }


.mainSwiper1 {position: relative; cursor: url("../img/dragme.png"), auto; transition-duration: 0.3s;}

@media screen and (max-width:1400px){
#mainTechnology .technology_wrap {margin-left:20px;}
.mainSwiper_btn > .swiper-scrollbar2 {width:calc(100% - 100px); }
.mainSwiper_btn > .swiper-pagination2 {margin-right:20px;}

}

@media screen and (max-width:768px){

.technology_box p {margin-bottom:4.0rem; font-size:20px;}

}

/*제품소개*/
#mainProduct {width:100%;  position:relative; display:flex; flex-wrap: wrap; padding-top:12.5rem; }
#mainProduct .mainProduct_left {position:relative; padding-left: calc((100% - 1500px) / 2); padding-top:20.0rem; padding-bottom:15.0rem; background:#1f4284 url("../img/product_bg.jpg") center center no-repeat;  width:45%;}
#mainProduct .mainProduct_left .mainProduct_left_txt {color:#fff; font-size:4.8rem; font-weight:bold;}
#mainProduct .mainProduct_left .mainProduct_left_btn {margin-top:19.0rem;}
#mainProduct .mainProduct_left .mainProduct_left_btn a { position:relative; display:inline-block; margin-right:2.0rem; font-size:1.8rem; color:#fff; width:22.5rem; border:2px solid #fff; position:relative;
														padding:1.8rem 5.0rem 1.8rem 2.5rem; font-weight:bold;}
#mainProduct .mainProduct_left .mainProduct_left_btn a:after {content:''; top:50%; transform: translateY(-50%);  right:30px; position:absolute; width:14px; height:14px;  display:block; background:url("../img/btn_arrow.png") center center no-repeat; background-size:cover;}

#mainProduct .mainProduct_left > .mainsec_title01 {display:none;}

#mainProduct .mainProduct_right {width:55%; padding:10.0rem 0 0 20.0rem; position:relative; }
#mainProduct .mainProduct_right .mainSwiper2 {margin-top:7.5rem; overflow:hidden; position:relative; }



.pro_list {position:relative; }
.pro_list a {cursor: url("../img/dragme.png"), auto; transition-duration: 0.3s;}
.pro_list .pro_thum {position:relative; }
.pro_list .pro_thum img {width:100%; }
.pro_list .pro_thum_txt { position:absolute; top:0px; right:-30px; writing-mode: vertical-lr;color:#aaa; font-size:1.3rem; }
/*.pro_list .pro_thum_txt { position:absolute; z-index:99;transform: rotate(90deg); color:#aaa; font-size:1.3rem; display:block; position:absolute; top:100px; right:-120px;}*/
.pro_list .pro_thum .pro_btn {position:absolute; right:0px; bottom:-40px; background:#777; color:#fff; font-size:1.5rem; font-weight:bold; padding:35px 15px; font-family: 'Syncopate', sans-serif;}
.pro_list .pro_txt {margin-top:3.0rem;}
.pro_list .pro_txt > h5 {color:#333; font-weight:600; font-size:2.8rem;}
.pro_list .pro_txt p {color:#777; font-size:1.7rem; margin-top:2.5rem;}

.mainSwiper2_btn {position: absolute; display:flex; width:550px; bottom:80px !important; left:20.0rem;  font-size:15px !important; color:#777;  }

.mainSwiper2_btn > .swiper-pagination {position:relative !important; text-align:left;}
.mainSwiper2_btn > .swiper-pagination-fraction { font-size:15px;  color:#777; font-weight:bold; width:80px !important; text-align:left !important; }
.mainSwiper2_btn > .swiper-pagination-fraction .swiper-pagination-current {color:#194a9e; }

.mainSwiper2_btn > .swiper-scrollbar { width:80% !important; max-width:450px; background:#c5c5c5 !important; height:1px !important;}

.mainSwiper2 {position: relative; cursor: url("../img/dragme.png"), auto; transition-duration: 0.3s;}


@media screen and (max-width:1500px){

#mainProduct {background:#1f4284 url("../img/product_bg.jpg") center center no-repeat; }
#mainProduct .mainProduct_left {background:none; padding-left:30px; width:100%; padding-top:8.0rem; padding-bottom:0; }
#mainProduct .mainProduct_left > .mainsec_title01 {display:block; color:#fff !important;}
#mainProduct .mainProduct_left > .mainsec_title01 h2 {padding-left:0;}
#mainProduct .mainProduct_left > .mainsec_title01 h2 a {color:#fff !important;}
#mainProduct .mainProduct_left > .mainsec_title01 h2 a:after {background: url("../img/main_arrow_w.png") center center no-repeat; background-size:cover;}


#mainProduct .mainProduct_left .mainProduct_left_txt {font-size:3.2rem; width:60%; margin-top:5.0rem;  }
#mainProduct .mainProduct_left .mainProduct_left_txt br {display:none;}

#mainProduct .mainProduct_left .mainProduct_left_btn {margin-top:3.0rem;}

#mainProduct .mainProduct_right {width:100%; padding:2.0rem 0rem 15.0rem 30px;  overflow:hidden;}
#mainProduct .mainProduct_right > .mainsec_title01 {display:none;}

.pro_list .pro_txt > h5 {color:#fff; font-weight:600; font-size:2.8rem;}
.pro_list .pro_txt p {color:#ddd; font-size:1.7rem; margin-top:2.5rem;}

.mainSwiper2_btn { bottom:55px !important; left:30px; width:100%;}
.swiper-pagination-fraction  {color:#ddd;}
.swiper-pagination-fraction .swiper-pagination-current {color:#1ecad6 ; }

}

@media screen and (max-width:768px){
#mainProduct .mainProduct_left .mainProduct_left_txt {width:100%; font-size:2.4rem; margin-top:0.0rem; }
.mainSwiper2_btn {width:80%;}

.pro_list .pro_thum_txt {display:none;}
.pro_list .pro_thum .pro_btn {bottom:-40px; font-size:1.3rem;  padding:25px 10px; }

.pro_list .pro_txt > h5 {color:#fff; font-weight:600; font-size:2.8rem; margin-top:5.0rem;}
.pro_list .pro_txt p {color:#ddd; font-size:1.7rem; margin-top:1.0rem;}

}



@media screen and (max-width:500px){
#mainProduct .mainProduct_left .mainProduct_left_btn a {font-size:1.6rem; width:40%;}
#mainProduct .mainProduct_left .mainProduct_left_btn a:after {right:15px;}

}



/*설치사례*/
#mainWork {width:100%;  position:relative; padding:20.0rem 0 9.0rem 0;  background:url("../img/work_bg2.png") center bottom no-repeat; background-size:contain; }

#mainWork .mainWork_contents {max-width:1600px; width:100%; margin:10.0rem auto 0; position:relative;}
#mainWork .mainWork_contents:before {content:''; position:absolute; top:7.0rem; left:-50px; width:15px; height:188px; background:url("../img/scroll_down.jpg") center center no-repeat; background-size:cover;
									animation: upDownAnimation .4s ease-in-out infinite alternate;}

#mainWork .mainWork_contents .mainWork_right {position: -webkit-sticky; position:sticky; top:100px; right:0; max-width:700px; float:right;
												background:url("../img/work_bg.jpg") center center no-repeat; background-size:cover;  padding:15.0rem 10.0rem;}
#mainWork .mainWork_contents .mainWork_right .mainWork_right_txt {color:#fff; font-size:4.8rem; font-weight:bold;}
#mainWork .mainWork_contents .mainWork_right .mainWork_right_btn {margin-top:7.5rem;}
#mainWork .mainWork_contents .mainWork_right .mainWork_right_btn a { position:relative; display:inline-block; margin-right:2.0rem; font-size:1.6rem; color:#fff; width:22.5rem; border:2px solid #fff; position:relative;
														padding:1.8rem 4.0rem 1.8rem 2.5rem; font-weight:bold;}
#mainWork .mainWork_contents .mainWork_right .mainWork_right_btn a:after {content:''; top:50%; transform: translateY(-50%);   right:20px; position:absolute; width:14px; height:14px;  display:block; background:url("../img/btn_arrow.png") center center no-repeat; background-size:cover;}



#mainWork .mainWork_contents .mainWork_left {float:left; width:50%; max-width:730px;  margin-top:7.0rem; position:relative;  }





@media screen and (max-width:1600px){
#mainWork .mainWork_contents {padding-left:15px; padding-right:15px;}
#mainWork .mainWork_contents .mainWork_right {width:45%; padding:10.0rem 8.0rem; }
#mainWork .mainWork_contents .mainWork_right .mainWork_right_btn a:after {}
#mainWork .mainWork_contents .mainWork_right .mainWork_right_txt {font-size:3.6rem;}


}


@media screen and (max-width:1200px){

#mainWork .mainWork_contents .mainWork_right {float:none; width:100%; max-width:100%; position: -webkit-relative; position:relative; top:0; }
#mainWork .mainWork_contents .mainWork_left {float:none; width:100%; margin:5.0rem auto; }



}


@media screen and (max-width:1024px){

#mainWork {padding:10.0rem 0 3.0rem 0;}
}


@media screen and (max-width:768px){

#mainWork .mainWork_contents {margin:5.0rem auto 0;}
#mainWork .mainWork_contents .mainWork_right {padding:5.0rem 3.0rem; }


}

@media screen and (max-width:550px){
#mainWork .mainWork_contents .mainWork_right .mainWork_right_btn a {width:100%; margin-bottom:15px;}
}




/*왼쪽리스트*/

.work_list {position:relative; max-width:340px; max-height:440px; margin-bottom:5.0rem; }
.work_list:nth-child(2) {margin-top:10.0rem;}
.work_list:nth-child(2n+1) {float:left;}
.work_list:nth-child(2n) {float:right;}
.work_list .work_img {opacity:1; background:#12c0f2; transition: all 0.6s; }
.work_list .work_img img {width:100%;}
.work_list:hover .work_img img {opacity:0.1; transition: all 0.6s; }

.work_list .work_txt {position:absolute; left:50%; bottom:-5.0rem; transform: translateX(-50%); z-index:9; text-align:center; /* opacity:0; */   transition: all 0.6s;}
.work_list .work_txt .w_title {color:#fff;  display:block; font-size:2.4rem; font-weight:bold; margin-bottom:3.0rem; }
.work_list .work_txt .w_arrow {opacity:0; }

.work_list:hover .work_txt {margin-top:-3.0rem; left:50%; bottom:auto; top:50%; margin-top:1.0rem; transform: translate(-50%, -50%);  transition: all 0.6s;  opacity:1}
.work_list:hover .work_txt .w_arrow {opacity:1;}


@media screen and (max-width:1600px){


.work_list {width:45%; margin-right:5%;}


}

@media screen and (max-width:768px){
.work_list .work_txt {position:absolute; left:50%;  bottom:auto; top:50%; transform: translate(-50%, -50%);  margin-top:1.0rem; }
.work_list .work_txt .w_arrow {display:none; }
.work_list:hover .work_txt .w_arrow {display:none;}


}





/*회사소개*/
#mainAbout {width:100%;  position:relative; padding: 12.0rem 0 20.0rem 0;   }
#mainAbout .mainsec_title02 {text-align:center;  width:100%;  position:relative; }
#mainAbout .mainsec_title02 h2 {display:inline-block;  position:relative; }
#mainAbout .mainsec_title02 h2 a {color:#000 !important; font-size:6.0rem;  }
#mainAbout .mainsec_title02 h2 a:after {content:''; position:absolute; width:31px; height:31px; background: url("../img/main_arrow_b.png") center center no-repeat;
							background-size:cover; bottom:17px; right:-55px;transition: all 0.6s; display:inline-block; }
#mainAbout .mainsec_title02 h2 a:hover:after {bottom:37px; right:-65px; transition: all 0.6s; background: url("../img/main_arrow_ov.png"); background-size:cover}
#mainAbout .mainsec_title02 p {color:#555; font-size:2.0rem; margin-top:3.0rem;   line-height:1.45;}


.mainAbout_con {background: url("../img/about_bg.jpg"); min-height:506px; height:100%; width:100%; max-width:1780px; margin:8.0rem auto 0.0rem;}
.mainAbout_con_inner {width:100%;  position:relative; display:flex; flex-wrap: wrap;  justify-content: space-between; border-right:1px solid rgba(255,255,255,0.3) }
.mainAbout_list {flex:1; text-align:center; position:relative; height:100%; min-height:506px; border-left:1px solid rgba(255,255,255,0.3); background:rgba(0,0,0,0); transition: all 0.6s; }
.mainAbout_list .mainCompany_list_txtbox {position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); font-weight:bold; transition: all 0.6s; }
.mainAbout_list .c_txt1 {color:#12c0f2; font-size:2.0rem; display:block;}
.mainAbout_list .c_txt2 {color:#fff; font-size:2.8rem;  display:block; }

.c_more_btn {position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);  opacity:0; transition: all 0.6s; margin-top:10.0rem;}


.mainAbout_list:hover {background:rgba(0,0,0,0.1); transition: all 0.6s;}
.mainAbout_list:hover .mainCompany_list_txtbox {margin-top:-50px; transition: all 0.6s;}
.mainAbout_list:hover .c_more_btn {opacity:1; transition: all 0.6s; margin-top:5.0rem;}


@media screen and (max-width:1024px){

#mainAbout .mainsec_title02 h2 a{padding-right:30px; font-size:4.2rem; }
#mainAbout .mainsec_title02 h2 a:after {content:''; position:absolute; width:26px; height:26px; background: url("../img/main_arrow_b.png") center center no-repeat;
							background-size:cover; bottom:15px; right:-20px;transition: all 0.6s; }
#mainAbout .mainsec_title02 h2 a:hover:after {bottom:30px; right:-30px; transition: all 0.6s; background: url("../img/main_arrow_ov.png"); background-size:cover}



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

#mainAbout {padding: 12.0rem 0 10.0rem 0;  }

#mainAbout .mainsec_title02 p br {display:none;}

#mainAbout .mainsec_title02 h2 a:after {content:''; position:absolute; width:18px; height:18px; background: url("../img/main_arrow_b.png") center center no-repeat;
							background-size:cover !important; bottom:10px; right:0px;transition: all 0.6s; }
#mainAbout .mainsec_title02 h2 a:hover:after {bottom:15px; right:-10px; width:18px; height:18px; background-size:cover !important; transition: all 0.6s; background: url("../img/main_arrow_ov.png")}


.mainAbout_con {min-height:450px;}
.mainAbout_list {flex:1 1 100%;  min-height:150px;border-bottom:1px solid rgba(255,255,255,0.3); border-right:0; border-left: ;}
.mainAbout_list:hover .mainCompany_list_txtbox {margin-top:0px; transition: all 0.6s;  }
.c_more_btn {display:none;}
}












/*마우스오버시 라인효과*/
.line span.l1:before{
	display:block;content:"";
	width:0;height:3px;
	background:#fdb813;
	position:absolute;left:0;bottom:0;z-index:1;transition:all 0.3s 0.0s ease-out;
}
.line span.l1:after{
	display:block;content:"";
	width:0;height:3px;
	background:#fdb813;
	position:absolute;right:0;top:0;z-index:1;transition:all 0.3s  ease-out;
}

.line span.l2:before{
	display:block;content:"";
	width:3px;height:0;
	background:#fdb813;
	position:absolute;left:0;bottom:0;z-index:1;transition:all 0.3s 0.0s ease-out;
}
.line span.l2:after{
	display:block;content:"";
	width:3px;height:0;
	background:#fdb813;
	position:absolute;right:0;top:0;z-index:1;transition:all 0.3s  ease-out;
}


.line_effect a:hover .line span.l1:before{width:100%;transition:all 0.3s 0.3s ease-out;}
.line_effect a:hover .line span.l1:after{width:100%;transition:all 0.3s 0.3s ease-out;}
.line_effect a:hover .line span.l2:before{height:100%;transition:all 0.3s 0.3s ease-out;}
.line_effect a:hover .line span.l2:after{height:100%;transition:all 0.3s 0.3s ease-out;}



.line_effect:hover .line span.l1:before{width:100%;transition:all 0.3s 0.3s ease-out;}
.line_effect:hover .line span.l1:after{width:100%;transition:all 0.3s 0.3s ease-out;}
.line_effect:hover .line span.l2:before{height:100%;transition:all 0.3s 0.3s ease-out;}
.line_effect:hover .line span.l2:after{height:100%;transition:all 0.3s 0.3s ease-out;}



/**/

#mgnb_open {position:fixed;top:12px;z-index:99; right:10px;padding:0 10px;height:40px;width:40px;border:0;background-size:70%;color: #fff;background:none;font-size:3.2rem;display: none; }
#user_btn {position:absolute;top:12px;right:10px;padding:0 10px;height:40px;width:40px;border:0;color:#fff;font-size:2.0em;background:none;letter-spacing:-0.1em;display: none;}
#mgnb {display:none;background:#efefef;position:fixed;top:0;right:0;z-index:99999;width:100%;max-width:400px;height:100%;overflow-y:auto;
-webkit-box-shadow:0 0 5px rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px rgba(55,55,5,0.4);
box-shadow:0 0 5px rgba(55,55,5,0.4)}

#mgnb_1dul {background:#fff}
#mgnb_1dul a {display:block;color:#000}
.mgnb_1dli {position:relative;line-height:40px}
.mgnb_1dli button {position:absolute;top:5px;right:15px;width:100%;height:40px;overflow:hidden;border:0;font-size:1.0em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 98% 50%;text-indent:-9999px}
.mgnb_1dli button.btn_gnb_cl {background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%}
.mgnb_1da {padding:5px 20px;border-bottom:1px solid #eee;font-weight:bold;font-size:16px;}
.mgnb_2dul {display:none;background:#fafafa}
.mgnb_2da {padding-left:30px;font-size:15px;}
#mgnb_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:3.2rem;background:transparent}

#mgnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#mgnb_empty a {display:inline;text-decoration:underline}



#user_menu {display:none;position:fixed;top:0;right:0;width:100%;height:100%;overflow-y:auto;z-index:9999;background:#efefef;text-align:center}
#user_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:1.8em;background:transparent}

.ol {position:relative;margin:0 0 10px;text-align:center}
.ol h2 {width:0;height:0;overflow:hidden}
#ol_before {background:#212020;padding:34px 15px;text-align:left}
.btn_log {display:inline-block;background:#3a8afd;color:#fff;border-radius:3px;padding:10px;border:0;text-decoration:none;vertical-align:middle}
.btn_log2 {display:inline-block;background:transparent;color:#fff;border:0;border-radius:3px;padding:10px;text-decoration:none;vertical-align:middle}


@media screen and (max-width: 1600px){


	.moblie_lang {position:absolute; top:25px; left:20px; }
	.moblie_lang a{display:inline-block; font-size:14px; color:#f8f8f8;}
	.moblie_lang a:first-child {margin-right:10px;}
	.moblie_lang a.active {background:#e60012; color:#fff; padding:7px; border-radius:10px;  }
}
@media screen and (max-width: 1400px){

	#mgnb_open, #user_btn {display: block;}
	}

.sub_content {width:100%; font-size:1.6rem; }

@media screen and (max-width: 1400px){

.sub_content {width:100%; padding-top:0px; background:#fff;  }
}


/* 사이트맵 */

.sitemap_wrap { width:100%; margin-top:40px;}
.sitemap_wrap div.sitemap { float:left;width:25%; vertical-align:top; text-align:center; font-size:1.6rem;}
.sitemap_wrap div.sitemap > h5 {width:90%; margin:0 auto; border:1px solid #0553ab;   text-align:center; }
.sitemap_wrap div.sitemap > h5 > a {font-size:1.5em; color:#0553ab; font-weight:bold;line-height:2.0;}
.sitemap_wrap div.sitemap ul {padding-top:20px;min-height: 300px;}
.sitemap_wrap div.sitemap li { width:90%; margin:0 auto; }
.sitemap_wrap div.sitemap li > a { display:block; color:#333; line-height:2.5;text-align:left;}
.sitemap_wrap div.sitemap li > p { text-align:left;  padding:0;margin:0; }
.sitemap_wrap div.sitemap li > p a { display:block; font-size:0.8em;line-height:1.5; color:#333;margin-bottom:10px; }




@media( max-width:1024px ) {

	.sitemap_wrap div.sitemap	{width:48%;		float:none;		display:inline-block;margin:0 0 10px 0;    vertical-align: top; }
	.sitemap_wrap div.sitemap > h5 > a {font-size:1.1em;}
	.sitemap_wrap div.sitemap ul {padding-top:10px;min-height: 150px;}
	.sitemap_wrap div.sitemap li > a {line-height: 1.5;font-size:0.8em;}
}

.pc_line {display:block;}
.mobile_line1 {display: none;}
@media( max-width:1024px ) {
	.pc_line {display:none; }
	.mobile_line1 {display: block;}
}
@media( max-width:768px ) {
	.mobile_line {display: block;}
}


#subPageTitle {position: relative;}
#subPageTitle .subPageTitleTxt1 {font-size:7.4rem; color:#000; word-break: keep-all; letter-spacing: -0.1rem;}
#subPageTitle .subPageTitleTxt2 {font-size:3.0rem; color:#000; padding-top: 5px; letter-spacing:-0.025rem;}
#subPageTitle .subPageCircle {position: absolute; top: -18px; left: 83vh; width:7.25rem; height:7.25rem; background:#b5c92e; border-radius: 50%; animation: move 10s ease; animation-iteration-count: 1; animation-delay:1s; animation-fill-mode: forwards; z-index:-1;}

@keyframes move {
	0%{transform: translate(0%, 0px);}
	100%{transform: translate(-85vh, 0px);}
}


@media all and (max-width:1024px){
	#subPageTitle {width: 95%; margin: 0 auto; padding-top: 20px;}
	#subPageTitle .subPageTitleTxt1 {font-size: 4.0rem;}
	#subPageTitle .subPageTitleTxt2 {font-size:2.0rem;}
	#subPageTitle .subPageCircle {width:4.25rem; height:4.25rem; top:10px; left: 55vh;}

	@keyframes move {
		0%{transform: translate(0%, 0px);}
		100%{transform: translate(-56vh, 0px);}
	}
}

@media all and (max-width:768px){
	#subPageTitle .subPageCircle {left: 35vh;}
	@keyframes move {
		0%{transform: translate(0%, 0px);}
		100%{transform: translate(-36vh, 0px);}
	}
}

/*scroll Start*/
#fp-nav { position: fixed; z-index: 100; top: 50%; opacity: 1; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translate3d(0,-50%,0); }
/* #fp-nav:before {content: ""; position: absolute; left: 25px; top: 50%; margin-top: -330px; height: 660px; width: 1px; border-left: 1px solid #cccccc;} */
#fp-nav.fp-right { right: 17px;}
#fp-nav.fp-left { left: 17px;}
#fp-nav ul,
.fp-slidesNav ul { margin: 0; padding: 0;}

#fp-nav ul li,
.fp-slidesNav ul li {    display: block;
    width: 66px;
    height: 13px;
    margin: 0px;
    position: relative;}
.fp-slidesNav ul li {display: inline-block;}
#fp-nav ul li:last-child {display:none;}
#fp-nav ul li a,
.fp-slidesNav ul li a {display: block; position: relative; z-index: 1;cursor: pointer; text-decoration: none;  width:36px; margin:7px 0;}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span/*,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span*/{/*height: 12px; width: 12px; margin: -6px 0 0 -6px; */}
 #fp-nav ul li a.active {width:115px; height:24px; margin-left: -76px; padding-left: 0px; }
 #fp-nav ul li:nth-child(2) a.active {width:115px; height:24px; margin-left: -75px; padding-left: 90px; background:url("../img/scroll_bg_b.png") no-repeat; background-position-x: 87px; background-position-y: 0px;}
 #fp-nav ul li:nth-child(5) a.active {width:115px; height:24px; margin-left: -75px; padding-left: 90px; background:url("../img/scroll_bg_b.png") no-repeat; background-position-x: 87px; background-position-y: 0px;}
 #fp-nav ul li a.active span {left: 108px; width: 67px; border-bottom: solid 1px #91bd56 !important;}
 #fp-nav ul li a.active span.fp-sr-only {display: block; left: 0px; border: 0 none; font-size: 12px; color: #ffffff; text-align: center; width: 115px; top: 10px; font-family: 'Montserrat'; letter-spacing: -0.025rem; }

 .fp-sr-only {display:none;}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {position: absolute; z-index: 1; border: 0; left: 50%; border-bottom:solid 1px #fff; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; display:block; width: 33px; height: 1px; background-color: transparent; }
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{/*width: 10px; height: 10px; margin: -5px 0px 0px -5px;*/}
#fp-nav ul li .fp-tooltip {position: absolute; top: -2px; color: #fff; font-size: 14px; font-family: arial, helvetica, sans-serif; white-space: nowrap; max-width: 220px; overflow: hidden; display: block; opacity: 0; width: 0; cursor: pointer;}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip { -webkit-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in; width: auto; opacity: 1; }
#fp-nav ul li .fp-tooltip.fp-right {right: 20px;}
#fp-nav ul li .fp-tooltip.fp-left {left: 20px;}

@media( max-width:1900px) {
	#fp-nav {display:none !important;}
}

.section{}
.controlArrow.prev {left: 50px;}
.controlArrow.next{right: 50px;}
#infoMenu li a {color: #fff;}

/*scroll End*/

.ht_0_clear {display:block;height:0;content:"";font-size:0;visibility:hidden;clear:both;}

.pc_block {display:block; }
.mobile_block {display:none; }

@media( max-width:1024px) {
	.pc_block {display:none; }
}

@media( max-width:768px) {
	.mobile_block {display:block; }
}


.subPage_title1 {max-width:1400px; text-align:left; margin:0 auto;  letter-spacing:-0.01px; font-size:18px;  line-height:24px; color:#8c8c8c; margin-bottom:40px; font-weight:400; word-break: keep-all;}
.subPage_title1 span {color:#e60012; font-weight: 500;}

@media all and (max-width:1024px){
	.subPage_title1 {width: 100%; margin-top:0px;  margin-bottom:0px;}
}

.subPage_title2 {font-size:3.0rem; line-height:3.6rem; color:#313131; padding-top:40px; background:url("../../pages/images/ico_blue_01.png") no-repeat;}

.section_mobile {height:100% !important;}


/* ****************** 마우스 커서 ********************** */
.mousepointer {
    background: rgba(166, 128, 79, 0.6);
    z-index: 60000;
    position: fixed;
    top: 0;
    left: 0;
    transform: scale(0);
    pointer-events: none;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    line-height: 1em;
    width: 100px;
    height: 100px;
    color: #FFFFFF;
    transition: transform 0.3s ease-in-out 0s;
    border-radius: 100%;
}
.is-mobile .mousepointer{display:none;}
.mousepointer.active {
    transform: scale(1)
}

.mousepointer .pointers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.mousepointer p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    overflow: hidden
}
.mousepointer p span {
    transition: opacity 0.3s ease-in-out 0s;
    opacity: 0;
    display: block
}
.mousepointer p.active span {
    opacity: 1
}