@charset "utf-8";

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






@media screen and (max-width: 1024px){
body {/*overflow:hidden;*/}
}

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_poppins {font-family: 'Poppins';}


.font_Syncopate-Regular {font-family: 'Syncopate-Regular';}
.font_Syncopate-Bold {font-family: 'Syncopate-Bold';}




.point {color:#b2dc20 !important;}


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

.clear {}
.clear:after {display:block;clear:both;content:''}

.wid_1600 {width:100%; max-width:1600px; margin:auto;}
.wid_1600_95 {width:100%; max-width:1600px; margin:auto;}

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

@media screen and (max-width: 1600px){
	.wid_1600 {padding:0 10px;}
	.wid_1600_95 {max-width:95%;}
}

@media screen and (max-width: 1400px){
	.wid_1400 {padding:0 10px;}
	.wid_1400_95 {max-width:95%;}
}

.mg_t0 {margin-top:0px!important;}
.mg_t10{margin-top:10px;}
.mg_t20{margin-top:20px;}
.mg_t30{margin-top:30px;}
.mg_t40{margin-top:40px;}
.mg_t50{margin-top:50px;}
.mg_t80{margin-top:80px;}
/* .mg_t100{margin-top:100px;} */
.mg_t120{margin-top:120px;}

.mg_b10{margin-bottom:10px;}
.mg_b20{margin-bottom:20px;}
.mg_b30{margin-bottom:30px;}
.mg_b40{margin-bottom:40px;}
.mg_b50{margin-bottom:50px;}
.mg_b80{margin-bottom:80px;}
.mg_b100{margin-bottom:100px;}

.txt_l {text-align:left;}
.txt_c {text-align:center;}
.txt_r {text-align:right;}

.txt_b {font-weight:bold;}

.fl_left {float:left;}
.fl_right {float:right;}

/*
** 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%;max-width:1400px;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:1200px ) {
	.mobile_only {display: block}
	.pc_only {display: none;}
}


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

}

@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: absolute;top:30px;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: #fff;opacity: 0.3;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(0,0,0,0.0);/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";opacity: 0.65;filter: alpha(opacity=65);*/zoom:1;}
/*header.sub.bg {position: relative; width: 100%;background-image: url("../img/sub_vg.jpg"); background-repeat: no-repeat; background-position: center; height: 441px;}
header.bg {position: relative; width: 100%;height: 936px;}*/
header#header.m-fixed {top: 0;padding:0;}
.header_wrap {width: 100%; }
.headerBox {position: relative; width:calc(100% - 5vw);margin:0 auto; height:80px; border: solid 1px #fff;}
.headerBox.active {background:#fff;}
.header_wrap div.logo {position: absolute; top: 0; left: 0; width: 236px; height: 100%; border-right: solid 1px #fff; background-image: url("../img/logo.png");  background-size:92px; background-repeat: no-repeat; background-position: center center; z-index: 999;}
.header_wrap h1 {margin:0}
.header_wrap h1 a {display: block;height: 85px;}

.header_wrap div.lang {position: absolute; top: 0; right: 85px; height: 100%; border-left: solid 1px #fff; z-index: 101;}
.header_wrap div.lang div.lang_m {width:160px; padding:31px 0;}
.header_wrap div.lang div.lang_m > a {font-size: 15px; color: #fff; display: block; text-align: center; font-family: 'Poppins';}
.header_wrap div.lang div.lang_m ul.lang_sub {display:none; margin-top:0px;}
.header_wrap div.lang div.lang_m ul.lang_sub li a {font-size:15px; color:#fff; text-align:center; font-family: 'Poppins'; display:block;box-sizing:border-box; padding-right:13px;}




/*헤더 검색바*/
.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 {width: 85px; height: 100%; position: absolute; top: 0; right: 0; border-left: solid 1px #fff;}
div#totalMenu div.bars {position: relative;width:30px;height:60px;overflow: hidden;margin:12.5px auto; z-index: 999;}
div#totalMenu div.bars span.bline {display:block;background:#fff;width:100%;height:2px;margin:0;}
div#totalMenu div.bars span.bline.top {position: absolute;top:18px; left:0; width:24px;}
div#totalMenu div.bars span.bline.mid1 {position: absolute;top:28px; left: 0px; width:30px;}
div#totalMenu div.bars span.bline.mid2 {position: absolute;top:28px;left: 0px; width:30px;}
div#totalMenu div.bars span.bline.bot {position: absolute;top:38px; left:0px; width:16px;}
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:hover div.bars span.bline.top {width:24px; transition:width 0.6s}
div#totalMenu:hover div.bars span.bline.bot {width:24px; transition:width 0.6s}
*/


div#totalMenu.on {background: url(../img/btn_close.png) no-repeat; background-position: center; transition-property: opacity; transition-duration: 1.5s;  }
div#totalMenu.on div.bars {/*display:none !important;*/}

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:#ffffff !important; height:3px;}
div#totalMenu.on div.bars span.bline.mid2 {display:block;transform: rotate( -45deg );width:30px; background:#ffffff !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: block;position: fixed;width: 0;background-color: rgba(0,0,0,.5);left: 0;top: 0;z-index: 1; opacity: 0;  transition-duration: 0.5s}
.total_menu_bg.active {opacity: 1; transition-duration: 0.5s; width: 100%;}
.total_menu_contain {z-index: 102;position: fixed; width: 600px; right: -100%;top: 0; background: #0056b9; color:#fff; overflow: auto;}
.total_menu_contain.active {right: 0;}
.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:#0056b9;}
.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 .topMenuList {margin-bottom: 1.5rem;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenuList .topMenu1 {padding: 0; margin: 0; display: block; opacity: 1;}

.total_menu_contain .total_menu_in .total_menu_inner .topMenu2 {display:none; margin: 0; font-size:1.7rem; opacity: 1; margin: 7px 0 0 20px;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu2 .subTm {}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu2 .subTm > li {}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu2 .subTm > li > a {color: #86afdd; font-size: 17px; line-height: 40px;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu2 .subTm > li > a:hover {color:#00ffff;}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu1 .topMenu1_txt1 {font-size: 3.5rem; font-weight: 600; color: #fff; transition: all 0.2s; cursor: pointer; font-family: 'Poppins', 'Noto Sans KR';}
.total_menu_contain .total_menu_in .total_menu_inner .topMenu1 .topMenu1_txt1.on {color:#fff; transition: all 0.1s 0.1s;}

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


.totalsmenu_button {width:40%; position:absolute; bottom:150px; left:40px; /*transform: translateY(-50%);*/ z-index:99; border:1px solid #ddd; }
.totalsmenu_button a {font-size:1.6rem; color:#333; width:49%; display:inline-block; padding:15px; box-sizing:border-box; text-align:center;}
.totalsmenu_button a:first-child {border-right:1px solid #ddd;}


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

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

@media screen and (max-width: 1600px){
	div#totalMenu {/*right:70px; */}
	.total_menu_contain {display:none;}
	.header_wrap div.lang {/*right:15px;*/}
	.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){
	div#totalMenu div.bars {margin: 5px auto;}
}

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

	.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-width: 768px){

	.total_menu_contain {width: 100%;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div > p {font-size:2.2rem; padding-right:30px;}
	.total_menu_in .top_btn { right:20px; top:20px; }
	.totalsmenu_button  {display:none;}

	.total_menu_contain .total_menu_in .total_menu_inner {padding: 0 20px;}
	.total_menu_contain .total_menu_in .total_menu_inner .tmi_ul {position: relative; top: auto;}
	.total_menu_contain .total_menu_in .total_menu_inner .topMenu1 .topMenu1_txt1 {font-size: 24px;}
	.total_menu_contain .total_menu_in .total_menu_inner .topMenuList {margin-bottom: 1.5rem;}
	.total_menu_bg.active {opacity: 0; display: none !important;}
}



.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 {float: left; width: 100%; height: 100%;}
.header_inner:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}




#gnbnav {width: 100%;margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: transparent;z-index: 100; padding: 0 20vw 0 20vw;}
/*#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;}
#gnbnav ul.gnb_list > li > a {display:inline-block; font-size: 17px; color: #fff; font-family: 'Poppins', 'Noto Sans KR'; color: #fff; line-height: 80px; margin:0 0px; position: relative;}
/*#gnbnav ul.gnb_list > li > a:after {display:block; content: ''; border-bottom: 1px solid; border-radius: 20px; border-image: linear-gradient(to right, #ff0100, #440000); border-image-slice: 1; transform: scaleX(0); transition: transform 250ms ease-in-out; transform-origin:  0% 50%; }
#gnbnav ul.gnb_list > li > a:hover:after { transform: scaleX(1); }*/

/*#gnbnav ul.gnb_list > li > a:before {content:'';position: absolute;top:50%;left:0;margin-top:-8px;width:1px;height: 17px;background: #fff;opacity: 0.4}
#gnbnav ul.gnb_list > li:last-child > a:after {content:'';position: absolute;top:50%;right:0;margin-top:-8px;width:1px;height: 17px;background: #fff;opacity: 0.4}*/


#gnbnav ul.gnb_list > li > a.on,
#gnbnav ul.gnb_list > li:hover > a {/*color: #1a90e2;*/}
#gnbnav ul.gnb_list > li > a.on_all:after { transform: scaleX(1); }
#gnbnav ul.gnb_list > li > a.on:after {/*content: ''; position: absolute; width: 13px; height: 13px; background: #005ee9; bottom: 0; left: 50%; transform: translate(-50%, 7px); border-radius: 100%;*/}

#gnbnav ul.gnb_list > li > a .line {position: absolute;display: block;bottom: -2px;height: 2px;width: 0%; /*background:linear-gradient(to right, #ff0100, #440000);*/ background:#fff; 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;}

#gnbnav ul.gnb_list:hover .header_wrap {background-color: rgba(0,0,0,0.8) ;height:140px; }

.header_wrap.active {/*background:#fff; */}
.header_wrap.active div.logo {background-image: url(../img/logo_over.png);}
.header_wrap.active #gnbnav ul.gnb_list > li > a {color:#333333;}
.header_wrap.active div#totalMenu div.bars span.bline {background:#333333;}
.header_wrap.active div.lang {border-left: solid 1px #ddd;}
.header_wrap.active div.lang div.lang_m > a {color:#333333;}
.header_wrap.active div#totalMenu {border-left:solid 1px #dddddd;}


#gnbnav .sub_category {position: absolute; width:calc(100% / 7 + 1px); box-sizing: border-box; display:none; text-align: left; z-index:999; left: 0; transform: translate(0px, 0px); background:transparent; overflow: hidden;}
#gnbnav .sub_category0 {left: -1px; width: calc(100% / 7 + 2px);}
#gnbnav .sub_category1 {left:calc((100% / 7) * 1);}
#gnbnav .sub_category2 {left:calc((100% / 7) * 2);}
#gnbnav .sub_category3 {left:calc((100% / 7) * 3);}
#gnbnav .sub_category4 {left:calc((100% / 7) * 4);}
#gnbnav .sub_category5 {left:calc((100% / 7) * 5);}
#gnbnav .sub_category6 {left:calc((100% / 7) * 6);}
#gnbnav .sub_category7 {left:calc((100% / 7) * 7);}
/*#gnbnav .sub_category:after {content:'';position:absolute;top:0; right:0;right:0;background-color:#ddd;width:50%; height:0px;}*/
#gnbnav .sub_category .sub_category_inner {width: 100%; margin: 0 auto; background:#f4f4f4; padding: 35px 0 50px;}
#gnbnav .sub_category .sub_category_inner:after {display:block;visibility:hidden;clear:both;content:""}

#gnbnav .sub_category .category_list {/*float:left;width:25%;padding:10px 0 0; */min-height: 345px; position: relative; width: calc(100% - 1px);}
#gnbnav .sub_category .category_list:after {content:'';}
#gnbnav .sub_category .category_list .category_list_title {font-size: 17px; color: #111111; text-align: center; font-weight: 600; font-family: 'Poppins', 'Noto Sans KR'; line-height: 30px;}
#gnbnav .sub_category .category_list > strong {font-size: 1.8rem; color: #222;display:block;padding-bottom:30px;position:relative;}
#gnbnav .sub_category .category_list > ul {position: relative;font-size:0;line-height:0;  width:100%; padding-top: 10px;}
/*#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 {display: block; vertical-align: top; position:relative;}
#gnbnav .sub_category .category_list > ul > li:nth-child(3n) {margin-right:0;}
#gnbnav .sub_category .category_list > ul > li:after {content:'';position: absolute;top:50%;right:-35px;margin-top:-6px;width:1px;height: 12px;}
#gnbnav .sub_category .category_list > ul > li:last-child:after {width:0;height:0;}
#gnbnav .sub_category .category_list > ul > li > a {font-weight: 400; color: #777777; font-size: 16px; line-height: 38px; text-align: center;}
#gnbnav .sub_category .category_list > ul > li > ul> li a {font-weight: 300; font-size: 1.0rem; color: #222;}
#gnbnav .sub_category .category_list ul li.sp_donate a{color: #ff6567;}


#gnbnav ul.gnb_list > li .sub_category .sub_category_inner .category_list {}
#gnbnav ul.gnb_list > li .sub_category .sub_category_inner .category_list:after { position: absolute;top: 0;right: 0;width: 1px;height: 100%;background: #ddd;}
#gnbnav ul.gnb_list > li:last-child .sub_category .sub_category_inner .category_list:after {width:0;}

#gnbnav .sub_category .category_list ul li .submenuWrap {width:100%; height:100%; padding: 0px 24px;}

#gnbnav .sub_category .category_list > ul > li .ct_list_more {width:26px; height:26px; position: absolute; top: 50%; right: 0; background: url(../img/top_submenu_btn.png) no-repeat; transform: translate(-25px, -50%); display:none;}
#gnbnav .sub_category .category_list > ul > li:hover {background: url(../img/menu_sub01.png) no-repeat; border:0 none;}
#gnbnav .sub_category .category_list > ul > li:hover a {color: #ff000e;}
#gnbnav .sub_category .category_list > ul > li:hover .ct_list_more {display:block;}

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

#out_sub_category {}
#out_sub_category.active {}




#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:10px;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:#fff; font-size: 1.6rem;padding:0;line-height:40px;display: block; text-align:center;font-weight: 300; 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:#b2dc20;}
#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: -1px; top: 86px; width: calc(100% + 2px); background:#f4f4f4;padding-top:0px;z-index:-1;display:none;border-top:solid 1px #dddddd;}
/*.subMenuBg:before {content:'';position:absolute;top:0;left:0;right:0;background-color:#666666;height:1px;}*/
#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: 1700px){
	#gnbnav {padding: 0 15vw 0 16vw;}
}
@media screen and (max-width: 1600px){

}
/*모바일메뉴*/
.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 #0056b9;}
.m_lang ul li {width: 50%; 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: #0056b9;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: 1600px){
	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 {width: calc(100% - 2vw);}
	.header_wrap div.logo {width: 150px;}
	#m_menu {display: block;top:5px;}
	#m_menu i {color:#0080ff;line-height: 57px;}
	.header_wrap.active {}
	.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 {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: 1600px){
	.header_wrap div.lang {display: none;}
	div#totalMenu {display:none; }
	.header_wrap.active div#totalMenu {border-left:0 none;}
	.subMenuBg {width:0; height:0;}
	#gnbnav {display:none;}

	header#header {top: 0px;}
	.header_wrap {height: 67px;position: relative;background: transparent;}
	.header_wrap:after {height:1px;}
	.header_wrap div.logo {left:10px; width: 200px; height: 50px; top: 10px; margin:0;background-size:contain;background-position:left center;background-image: url("../img/logo.png"); border-right: 0 none;}
	.header_wrap.active div.logo {background-image: url("../img/logo.png");}
	.header_wrap h1 a {height: 37px !important;    line-height: 37px;}

	.headerBox {width: 100%; border: 0 none; height: 67px;}
	.headerBox.active {background:transparent;}

	}



@media screen and (max-width: 768px){
	.header_wrap {position: fixed; /*background: rgba(0,0,0,0.2);*/ height: 70px;}
	.header_wrap.active  {background: rgba(0,0,0,0.6);}
	.headerBox {height: 70px; background: rgba(0,0,0,0.3);}
	.header_wrap div.logo {height: 40px;}
}

/*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:700px; /*background:url(../img/sub_vg.jpg) no-repeat; background-position: center; background-size: cover;*/  }
div#vg_con {/*width:1600px;*/ height:100%;margin: 0 auto;  position : relative;display: block; overflow: hidden;}
div#vg_con .bg {position: absolute; background-size: cover !important; background-position: center; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: all 3s; transition: all 3s;}
div#vg_con.aos-animate .bg {-webkit-transform: scale(1); transform: scale(1);}

div#vg_con .sub_vg_title_txt {width:100%; max-width:1500px; font-size:7.0rem; font-weight:600; line-height:1.05;  top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; position: fixed; color:#fff; }


div#vg_con .sub_vg_txt {width: 100%; margin: 0 auto; top: 350px; left: 50%; transform: translateX(-50%); position: fixed; margin-top:-120px; z-index:0; }
div#vg_con .sub_vg_title1 {position:relative;padding:0px 0 0 0;text-align: center;color: #fff;font-size: 6.3rem; margin:0 0 0px 0;font-weight: bold; letter-spacing:-0.025rem;}
div#vg_con .sub_vg_title1:after {clear: both;display: block;content: "";}


@media screen and (max-width: 1400px){
	div#vg_con {width:100%;}
}

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

	div#vg_con .sub_vg_title1 {font-size: 4.3rem;}
	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:200px;}
	div#vg_con .sub_vg_title_txt {font-size:4.4rem;}



}

@media screen and (max-width: 768px){
	div#vg_con .sub_vg_txt { top:240px;}
	.sub_vg {height: 300px}
	/*div#vg_con .sub_vg_title_txt {display:none;}*/
}


/*#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; margin-top:-50px; margin-bottom:10.0rem; display: none;}
#tabMiddleWrap3rd .ssnav {max-width: 1400px; margin: 0 auto 6.0px; border-bottom: 0px solid #e5e5e5;}
#tabMiddleWrap3rd .ssnav ul {display: flex;flex-wrap:nowrap;justify-content:left;}
#tabMiddleWrap3rd .ssnav ul li{position: relative; display: flex; }
#tabMiddleWrap3rd .ssnav ul li a {width: 100%; display: flex;justify-content:center; align-items:center; border-top:1px solid #b0b0b0; border-right:1px solid #b0b0b0; border-bottom:1px solid #b0b0b0;}
#tabMiddleWrap3rd .ssnav ul li:first-child a{border-left:1px solid #b0b0b0;}
#tabMiddleWrap3rd .ssnav ul li a span{font-size: 1.6rem;font-weight: normal;line-height: 1;display: block;color:#000;padding:20px 40px;}
#tabMiddleWrap3rd .ssnav ul li a:hover,
#tabMiddleWrap3rd .ssnav ul li a.active {border:1px solid #b1cf0b; background:#b1cf0b;}
#tabMiddleWrap3rd .ssnav ul li a:hover span,
#tabMiddleWrap3rd .ssnav ul li a.active span  {color:#000; }


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

	#tabMiddleWrap3rd {margin-top:0px}
	#tabMiddleWrap3rd .ssnav {max-width: 100%; margin: 0 auto 30px;}
	#tabMiddleWrap3rd .ssnav ul li a span {font-size: 16px;}
}

@media screen and (max-width: 768px){
	#tabMiddleWrap3rd {margin-top:0px; margin-bottom:5.0rem;}
	#tabMiddleWrap3rd .ssnav ul li a span {font-size: 14px;padding:15px 20px;}
}


@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 #b0b0b0;}
}




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



/* footer */
#footer {width:100%;height:auto; padding: 130px 0 130px; background:#000; z-index:1; position: relative;}
#footer.mainFooter{}
#footer.subFooter{}




.bgf3 {background:#f3f3f3;}

#ft2 {background: #222222}
.ft_ul {padding:15px 0;margin:0;}
.ft_ul li {display:inline-block;margin:0 15px 0 0;position: relative;}
.ft_ul li.bar {width:1px;line-height:51px;height:10px;background: #acacac;margin:0 15px;}
.ft_ul li a {display:block;line-height: 2.0;font-size:0.8rem;color:#cbcbcb;font-weight: 300;}
.ft_ul li:after {content: ''; position: absolute;top:50%;right:-10px;margin-top:-4px;width:1px;height:10px;background:#cbcbcb;}
.ft_ul li:last-child {margin:0;}
.ft_ul li:last-child:after {width:0;height:0;}


.goTop {padding-left: 5rem;/*position: absolute;bottom:0px;left:0;background: #fff;z-index: 333; width:72px;height:30px;text-align:center;*/}
.goTop a {display: inline-block;   position: relative; font-size: 1.5rem; line-height: 8.5rem;}
/*.goTop a:after {content:""; background:url('../img/top_arrow.png') no-repeat; width:15px; height:20px; position:absolute; left:35px; top:0px;}*/

.goTop a i {font-weight: 100;}

/**footer start**/
.copyrightWrap {}
.copyrightWrap .copyLeft {float: left; width: 50%;}
.copyrightWrap .copyLeft .copyTitle {font-size: 48px; color: #ffffff; font-weight: bold; line-height: 68px;}
.copyrightWrap .copyLeft .copyTop {font-size: 15px; color: #ffffff; font-family: 'Syncopate-Bold'; line-height: 40px; margin-top: 370px;}
.copyrightWrap .copyLeft .copyTop span {position: relative; cursor: pointer;}
.copyrightWrap .copyLeft .copyTop span:after {content: ''; position: absolute; top: -5px; right: -30px; width: 20px; height: 19px; background: url(../img/fotter_arrow_01.png);}
.copyrightWrap .copyRight {float: left; width: 50%;}
.copyrightWrap .copyRight .copyRightTop {}
.copyrightWrap .copyRight .copyRightTop .sub {width:100%; margin-bottom: 40px;}
.copyrightWrap .copyRight .copyRightTop .sub .subLeft {float: left; font-size: 16px; color: #ffffff; width: 170px;}
.copyrightWrap .copyRight .copyRightTop .sub .subRight {float: left;}
.copyrightWrap .copyRight .copyRightTop .sub .subRight .sr {font-size: 16px; color: #999999; line-height: 30px;}
.copyrightWrap .copyRight .copyRightTop .sub .subRight .sr1 {}
.copyrightWrap .copyRight .copyRightTop .sub .subRight .sr2 {display: inline-block;}
.copyrightWrap .copyRight .copyRightTop .sub .subRight .sr3 {display: inline-block;}
.copyrightWrap .copyRight .copyRightBtm {margin-top: 80px;}
.copyrightWrap .copyRight .copyRightBtm .crb1 {}
.copyrightWrap .copyRight .copyRightBtm .crb2 {font-size: 15px; color: #383838; margin-top: 50px;}
.copyrightWrap .copyRight .copyRightBtm .crb2 .crb2_1 {display: inline-block;}
.copyrightWrap .copyRight .copyRightBtm .crb2 .crb2_1 a {color:#ffffff; }
.copyrightWrap .copyRight .copyRightBtm .crb2 .crb2_2 {display: inline-block;}
.copyrightWrap .copyRight .copyRightBtm .crb2 .crb2_2 a {color:#999999;}
.copyrightWrap .copyRight .copyRightBtm .crb3 {font-size: 13px; color: #999999; font-family: 'Syncopate-Regular'; margin-top: 8px;}
.copyrightWrap .copyRight .copyRightBtm .crb3 a {font-size: 14px; color: rgba(153,153,153,0.39); font-family: 'Noto Sans KR';}
.copyrightWrap .copyRight .copyRightBtm .crb4 {}
.copyrightWrap .copyRight .copyRightBtm .crb4 a {color: #555;}

@media screen and (max-width: 1200px){
	.copyrightWrap .copyLeft {float: none; width: 100%;}
	.copyrightWrap .copyLeft .copyTitle {text-align: center;}
	.copyrightWrap .copyLeft .copyTop {margin-top: 50px; text-align: right; padding-right: 50px;}
	.copyrightWrap .copyRight {float: none; width: 70%; margin: 0 auto;}
	.copyrightWrap .copyRight .copyRightBtm {text-align: center;}

}


@media screen and (max-width: 768px){
	.copyrightWrap .copyLeft .copyTitle {font-size: 28px; line-height: 44px;}
	.copyrightWrap .copyRight {width: 100%;}
	.copyrightWrap .copyRight .copyRightTop .sub .subLeft {float: none; width: 100%; text-align:center;}
	.copyrightWrap .copyRight .copyRightTop .sub .subRight {float: none; width: 100%; text-align:center;}
	.copyrightWrap .copyLeft .copyTop {margin-top: 30px; margin-bottom: 30px; text-align: center; padding-right: 0px;}


}

/**footer end**/


/* */
#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:1600px ) {

}
@media( max-width:1024px ) {
	#main_video1, #main_video2, #main_video3 {height: 500px; 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 {/*width:1400px;position: fixed;top: 60px;margin-top: 200px;left:50%;margin-left:-700px; z-index: auto;*/word-break: keep-all;

	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
	/*
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	*/

}

.vgPage {position: absolute; top: 70%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 1600px;}
.vgPage .vgPageNum {text-align: right; font-size: 17px; color: #fff; font-family: Montserrat; font-weight: 600;}
.vgPage .vgPageNum .nPage {}

.vgPage .vgPageBtn {float: right; margin-top: 90px;}
.vgPage .vgPageBtn .vgPagePrev {float: left; width:12px; height:20px; background: url(../img/vg_btn_prev.png) no-repeat; background-size: contain; background-position: center; margin-right:30px;}
.vgPage .vgPageBtn .vgPageNext {float: left; width:12px; height:20px; background: url(../img/vg_btn_next.png) no-repeat; background-size: contain; background-position: center;}

@media( max-width:1600px ) {
	.vgPage {max-width: 90%;}
}
@media( max-width:1024px ) {
	.vgPage .vgPageBtn {margin-top: 20px;}
	.vgPage {top: auto; bottom: 0;}
}


.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%;left:50%; transform: translate(-50%, -50%); width:100%; max-width:1400px; min-width:1250px;color: #fff; overflow:hidden; text-align:left; transition:all 0.4s; }
.vg_txt_box .vg_txt_box_wrap {width: 100%; height: 100%; position: relative; min-height: 210px;}
.vg_txt_box .vg_txt_tit1 {font-size: 100px; line-height: 100px; color: #fff; font-family: 'Mont-HeavyDEMO'; letter-spacing: -0.025rem; position: absolute; top: 0;}
.vg_txt_box .vg_txt_tit2 {font-size: 127px; line-height: 127px; color: transparent; font-family: 'Mont-HeavyDEMO'; letter-spacing: -0.025rem; -webkit-text-stroke: 1px #fff; position: absolute; top: 60px; left: 35px;}
.vg_txt_box .vg_txt_tit3 {font-size: 18px; letter-spacing: -0.025rem; position: absolute; bottom: 0;}
*/

@media( max-width:1400px ) {


}
@media( max-width:1024px ) {

}




.square-box {width: 120px; height: 70px; position: absolute; left: 50%; margin-left: 80px; top: 50%; margin-top: 30px; z-index: 500;}
.square-box .square-inner {position: relative;display: block;width: 80px;height: 70px;}
.square-box .square-inner .bluec {position: absolute;background: #ffffff; border-top-right-radius: 400px; border-bottom-right-radius:400px;}
.square-box .square-inner .bluec1 {}
.square-box .square-inner .bluec2 {}
.square-box .square-inner .bluec3 {}
.square-box .square-inner .bluec.anim01 {left: 15px;top: 0;height: 19px;width: 0;-webkit-transition: width .10s linear;transition: width .2s linear; }
.square-box .square-inner .bluec.anim02 {right: -15px;top: 0px;bottom:0px;height: 0px;width: 25px;-webkit-transition: height .10s linear;transition: height .2s linear;}
.square-box .square-inner .bluec.anim03 {right: 0px;top: 0px;height: 0;width: 15px;-webkit-transition: height .10s linear;transition: height .2s linear;}
.square-box .square-inner .bluec.anim04 {right: 0px;bottom: 0px;height: 19px;width: 0;-webkit-transition: width .10s linear;transition: width .2s linear;}
.square-box .square-inner .bluec.anim05 { background: transparent;
    border-right: solid 5px #ffffff;
    border-top-left-radius: 50px;right: -15px;top: 0px;bottom:0px;height: 0px;width: 25px;-webkit-transition: height .10s linear;transition: height .2s linear;}
.square-box.on .square-inner .bluec.anim01 {-webkit-transition-delay: .4s;transition-delay: .4s;width: 80%;}
.square-box.on .square-inner .bluec.anim02 {-webkit-transition-delay: .4s;transition-delay: .6s;height: 100%;}
.square-box.on .square-inner .bluec.anim03 {-webkit-transition-delay: .6s;transition-delay: .6s;height: 80%;}
.square-box.on .square-inner .bluec.anim04 {-webkit-transition-delay: .6s;transition-delay: .8s;width: 80%;}
.square-box.on .square-inner .bluec.anim05 {-webkit-transition-delay: .4s;transition-delay: .6s;height: 100%;}

@media( max-width:1024px ) {
	.square-box { margin-left: 80px; margin-top: 10px; }
}

/*
.vg_tit_box_ani { animation: titAnimation 1.4s ease-in-out alternate}
.vg_tit_box_ani2 { animation: titAnimation 1.8s ease-in-out alternate}
@-webkit-keyframes titAnimation{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@-moz-keyframes titAnimation{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@-o-keyframes titAnimation{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
@keyframes titAnimation{
	0%{opacity:0;transform:translateY(40px);}
	100%{opacity:1;transform:translateY(0px);}
}
*/

.nanum_pen {font-family: 'Nanum Pen Script';font-size:70px;line-height: 1.3;}

.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:500px;}
	.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; top: 50%; right: 90px; width: 57px; height: 125px; 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;}

/*서브탭메뉴*/


.subNavBarInner {position: relative; height: 100%; text-align: center; float:right; padding-top: 8px;}
.subNavBarInner .subNavBarInnerTitle {text-align:center;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 {font-size: 85px; font-family: 'Mont-HeavyDEMO'; letter-spacing: -0.025rem; padding-bottom: 30px;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 {font-size: 56px; font-weight: bold; color: #fff;}
.subNavBarInner.aos-animate .subNavBarInnerTitle .subNavBarInnerTitle1  span {position: relative; display: inline-block; animation: visualTextAni 1.5s infinite; animation-iteration-count: 1; animation-delay:3s;}
.subNavBarInner.aos-animate .subNavBarInnerTitle .subNavBarInnerTitle2  span {position: relative; display: inline-block; animation: visualTextAni 1.5s infinite; animation-iteration-count: 1; animation-delay:3s;}

.subNavBarInner .subNavBar1st {/*display: table-row;position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);*/margin: 0 auto; padding: 0px 0; float: right;}
.subNavBarInner .subNavBar1st li {/*display: table-cell;*/ display:inline-block; text-align:left; padding:0 0px; font-size: 15px; letter-spacing: -0.025rem;border-right:0px solid #cdcdcd; border-left:0px solid #cdcdcd; font-weight: 400; position: relative; margin-left: 50px;}
.subNavBarInner .subNavBar1st li:after {content: '';/*width: 1px; height: 60%; background: #000;  position: absolute; right: 0; transform: translate(0%, -50%); margin-left: 3px; top: 50%;*/}
.subNavBarInner .subNavBar1st li:last-child:after {width:0;}

/*.subNavBarInner .subNavBar1st li:last-child {padding-right:0px;}*/
.subNavBarInner .subNavBar1st li br {display:none;}

.naviBar_dp1+.naviBar_dp1{/*border-left:1px solid #cdcdcd*/}
/*.naviBar_dp1+.naviBar_dp1 a {color:#ffffff; }
.naviBar_dp1:hover,
.naviBar_dp1:focus {color:#b72400; background: #ffffff; }*/
.subNavBarInner .subNavBar1st li.active {color:#fff; font-weight:400; position: relative; }
.subNavBarInner .subNavBar1st li.active a {color: #0056b9; font-weight: bold;}
.subNavBarInner .subNavBar1st li.active:after {content: ''; position: absolute; bottom: -22px; left: 0; width: 100%; height: 2px; background: #0056b9;}
.subNavBarInner .subNavBar1st li a {color:#777777; }
/*.subNavBarInner .subNavBar1st li:hover {color:#b72400; background: #ffffff; }*/


.subNavBarInner2 {max-width: 1400px; margin: 0 auto; margin-top: 100px;}
.subNavBarInner2 .subNavBar2st {display: flex; flex-wrap: nowrap; justify-content: left;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2 {width: 100%; display: flex;justify-content:center; align-items:center; border-top:1px solid #b0b0b0; border-right:1px solid #b0b0b0; border-bottom:1px solid #b0b0b0; padding: 20px 40px; background:#fff;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2 a {}
.subNavBarInner2 .subNavBar2st .naviBar_dp2:first-child {border-left:1px solid #b0b0b0; }
.subNavBarInner2 .subNavBar2st .naviBar_dp2.active {background:#1253b4;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2.active a {color:#fff;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2 {background:#fff;}





.vg_title_sub {/* background-color:#06174b; */ border-bottom:1px solid #06174b;  width:675px; height:240px; position:absolute;  bottom:0px; left:0;margin-top:0;/*margin-left:-700px;*/z-index: 99;
              word-break: keep-all; padding:40px 55px 0 55px; box-sizing-border-box; }
.vg_title_sub .vg_title_sub_tit {font-size:4.6rem; color:#ffffff; line-height:4.8rem;margin:0;font-weight: normal;margin:20px 0 20px 0;/* text-transform: uppercase; */ /*margin-left: 45px;*/; text-align:left;}
.vg_title_sub .vg_title_sub_tit2  {font-size:1.6rem; color:#ffffff; margin:0; text-align:left; font-weight:400;}

@media( max-width:1400px ) {
	.subNavBarInner .subNavBar1st li {padding: 0 10px; font-size: 16px;}
}
@media( max-width:1200px ) {
	.subNavBarInner .subNavBar1st li {padding: 0 5px; font-size: 15px;}
}
@media( max-width:1024px ) {
	.vg_title_sub {display:none;}

	.subNavBarInnerWrap {display:none;}
}
@media( max-width:768px ) {
	.subNavBarInner2 .subNavBar2st {display: block;}
}

#m_breadcrumbs_wrap {display: none}

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

@media( max-width:1400px ) {

	#subPage {max-width:100%; padding: 50px 0px;}
}



@media( max-width:1024px ) {
	#subPage {padding: 5.0rem 0rem 5.0rem;}
	#subPageWrap {width:100%;min-width: 320px;padding:10px;margin:0;}
	#subPageWrap_WIDE_ {padding: 0px 0px 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: 0px 0px 80px;}
	.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%; margin-top: -12.0rem; z-index: 2; position: absolute; }
.title_wrap {position: relative; width: 100%; height: 100%; max-width: 160.0rem; margin: 0 auto; background: #fff; }
.title_wrap h2.title {font-size: 2.6rem; color: #000; float: left; margin: 0; position: relative; z-index: 9; background: #fff; padding: 0 0 0 13px;}
.title_wrap h2.title:after {/*content : ""; position: absolute; left: 3px; top: 15px; height: 3px; width: 44px; border-bottom:3px solid #a1bc0b;*/}
.title_wrap h2.title p {}
.title_wrap h2.title p:before {content: ''; position: absolute; top: 5px; left: 0; width: 30px; height: 30px; background: #00ffff; border-radius: 100%; z-index:-1}
.title_wrap .breadcrum {background:url(../img/icon_home.png) no-repeat; 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:transparent; }
.sub_vg_title_inner {width: 100%; max-width: 1400px; margin: 0 auto; height: 120px; /*overflow: hidden;*/ border-bottom: solid 1px #dddddd; padding-top: 65px;}


@media( max-width:1600px ) {
	.title_wrap {width: 98%;}
	.sub_vg_title {}
	.sub_vg_title_inner {}
	.sub_vg_title_inner {width: 95%;}
}

@media( max-width:1024px ) {

	.sub_vg {height: 400px;}
	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 {font-size: 50px;}
	.title_wrap .breadcrum {display: none}

	.sub_vg_title {margin:0;padding:0; display:none;}
	.sub_vg_title_inner {margin-left: 0rem;}
	.title_wrap {background: transparent; border-radius: 0;}
	.subPageTopTitle {margin-top: 0; position: relative;}
}
@media( max-width:768px ){
	.sub_vg {height: 300px;}
	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 {font-size: 40px; padding-bottom: 10px;}
	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 {font-size: 20px;}
	.subPageTopTitle  {position:relative; height: auto; margin-top: 0;}
	.title_wrap h2.title {border-radius: 0; padding: 0;}
	.sub_vg_title_inner {height: 100%; padding: 2rem 0 2rem 2rem;}
}



.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;}
/*#mainVisual:after{content: ''; display: block; width: 308px; height: 309px; bottom: 0px; right: 0; background:url("../img/dot_bg.png") no-repeat;  position: absolute;
				z-index: 9; height: 0;transition: 2s;transition-delay: 2s}*/
#mainVisual .ycontainer {height:100vh;}
#mainVisual .ycontainer video {object-fit: cover; height: 100vh; width: 100%;}
#mainVisual .vgBtn {position: absolute; bottom: 35px; left: 50%; transform: translate(-50%, -55%); width: 1600px; height: 158px;}
#mainVisual .vgBtn .vgBtnWrap {}

/*vg영상*/
.gray_mask{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);}
#popup{display:none;position:absolute;top:54%;left:50%;transform:translate(-50%,-50%);width:65%;text-align:right;}
#popup a{display:block;padding-bottom:20px;}
#popup .youtube .youtube01{height:650px;}


/* vg circle*/
.visual-circle-box{position:relative; display:inline-block; vertical-align:middle; width:158px; height:158px; position:absolute; right:0px; top:0px;   }
.visual-circle-box:before{position: absolute;  left:0; right:0;content: '';width:157px; height:157px; border:0 none; border-radius:100%; background: url("../img/vg_rotate_txt.png") 0 0 no-repeat; background-size:cover}
.visual-circle-box .visual-circle-txt {width: 100%; height: 100%; position: relative;}
.visual-circle-box .visual-circle-txt .visual_rotate_btn {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.visual-circle-box .circle-box svg{
	overflow: visible;
	position:absolute;
	top: 5px;
    left: -1px;
    width: 72px;
    height: 72px;
	fill:none;
	stroke:#137ccf;
	transform:rotate(-90deg);
}
.visual-circle-box .circle-box svg circle {transform-origin: center; stroke: #fff; stroke-dasharray: 1000;
      animation: dash 2s linear infinite;  stroke-width: 4px;}


.visual-circle-box:before  {-webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
  cursor: pointer;}

.visual-circle-box:before {
	-webkit-animation: spin 20s infinite linear;
	-o-animation: spin 20s infinite linear;
	-moz-animation: spin 20s infinite linear;
	animation: spin 20s infinite linear;
}
/* .ie-browser .visual-circle-box {top:auto;} */

@-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);}
}

@media screen and (max-width:1600px){
/*
.visual-circle-box  {width:500px; height:500px;}
.visual-circle-box:before {width:500px; height:500px;}

.visual-circle-txt .txt2 img{width:150px; margin:auto;}
*/
	#mainVisual .vgBtn {width: 95%;}
}



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


}

@media screen and (max-width:768px){
	#mainVisual .vgBtn {top: auto;bottom: 0;}
	#popup{width:100%}

	#popup .youtube .youtube01{height:300px;}


}



.thum_wrap ul li{position: absolute; width: 18px; height: 18px; z-index: 99; background: #fff; border-radius: 50%; opacity: 0.3}
.thum_wrap ul li:nth-child(1){right: 270px; bottom: 119px}
.thum_wrap ul li:nth-child(2){right: 222px; bottom: 192px}
.thum_wrap ul li:nth-child(3){right: 154px; bottom: 251px}
.thum_wrap ul li:nth-child(4){right: 74px; bottom: 287px}
.thum_wrap ul li.on{background: #fba619; opacity: 1;transform: scale(1.2)}

.thum li.last{display: none;}

.vg_txt_box {position: absolute; top:50%;left:50%; transform: translate(-50%, -50%); width:100%; max-width:1600px; min-width:1250px;color: #fff; overflow:hidden; text-align:left; transition:all 0.4s; }
.vg_txt_box .vg_txt {float: none; width: 100%; height: 100%; position: relative; min-height: 210px;}
.vg_txt_box .vg_txt1 {font-size: 80px; line-height: 100px; color: #fff; font-family: 'Syncopate-Bold';}
.vg_txt_box .vg_txt2 {font-size: 80px; line-height: 100px; color: #fff; font-family: 'Syncopate-Bold';}
.vg_txt_box .vg_txt3 {font-size: 18px; letter-spacing: -0.025rem; position: absolute; bottom: 0; right: 45px; font-weight: 400;}

#title1 .vg_txt_box .vg_txt1 {color:#fff; z-index: 1;}

.vg_titleWrap {position: relative; height: 100%;}
.vg_titleWrap .vg_img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 1400px; opacity: 0; transition: 1.2s all ease;}
.vg_titleWrap .vg_img .vg_img_wrap {position: relative; min-height: 300px;}
.vg_titleWrap .vg_img .vg_img_wrap img {max-width:100%;}
.vg_titleWrap .vg_img .vg_img1 {position: absolute; top: -150px; left: 0; width: 210px; height: 270px;}
.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap {position: relative; width: 100%; height: 100%; text-align: center; padding: 35px 0;}
.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_1 {}
.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 {font-size: 22px; color: #fff; font-family: 'Noto Sans KR'; padding-top: 20px;}
.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 span {position: relative; padding-bottom: 10px;}
.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 span:after {content: ''; position: absolute; width: 100%; height: 5px; background: #fff; left: 0; bottom: 0;}
.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_3 {font-size: 23px; color: #fff; font-family: 'Mont-HeavyDEMO'; padding-top: 18px;}

.vg_titleWrap .vg_img .vg_img2 {position: absolute; bottom: 150px; left: 45px;}
#title1 .vg_titleWrap .vg_img .vg_img1 {background: url(../img/vg_img02_1.png) no-repeat; background-size: contain; background-position: center; top: -120px;}
#title1 .vg_titleWrap .vg_img .vg_img2 {bottom: 120px;}


#title2 {}
#title2 .vg_txt_box {top: 80%; /*left: 10%;*/}
#title2 .vg_txt_box .vg_txt {float: none; width: 100%;}
#title2 .vg_txt_box .vg_txt1 {left: 0px;}
#title2 .vg_txt_box .vg_txt2 {left: 25px;}
#title2 .vg_txt_box .vg_txt3 {left: 25px;}

#title2 .vg_titleWrap .vg_img {left: 63%; top: 52%; width: 200px;}
#title2 .vg_titleWrap .vg_img .vg_img1 {background: url(../img/vg_img02_2.png) no-repeat; background-size: contain; background-position: center; top: 0px; left: 0px;}

#title2 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 {padding-top: 8px;}
#title2 .vg_titleWrap .vg_img .vg_img2 {bottom: 0px;}

@media screen and (max-width:1600px){
	#mainVisual {height:800px;}
	#mainVisual .ycontainer {height:800px;}
	#mainVisual .ycontainer video {height: 100%;}
	.vg_titleWrap .vg_img {max-width: 1000px;}
	.vg_txt_box .vg_txt {min-height: 180px;}
	.vg_txt_box .vg_txt1 {font-size: 70px;}
	.vg_txt_box .vg_txt2 {font-size: 70px;}
	.vg_txt_box .vg_txt3 {right: 20px;}*
	.vg_titleWrap .vg_img .vg_img_wrap img {max-width: 90%;}
	.vg_titleWrap .vg_img .vg_img1 {top: -120px; width: calc(210px * 0.9); height: calc(270px * 0.9);}
	#title1 .vg_titleWrap .vg_img .vg_img1 {top: -90px;}
	.vg_titleWrap .vg_img .vg_img2 {left: 40px;}
	.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 {font-size: 18px; padding-top: 0px;}
	#title2 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 {padding-top: 0px;}
	.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_3 {font-size: 18px;}
	#title2 .vg_titleWrap .vg_img .vg_img1 {top: -5px;}
	#title2  .vg_titleWrap .vg_img .vg_img2 {bottom: 40px;}

}



@media screen and (max-width:1250px){
	.vg_txt_box {min-width: 90%;}
	.vg_txt_box .vg_txt1 {font-size: 50px;}
	.vg_txt_box .vg_txt2 {font-size: 57px; top: 20px; right: 15px;}
	.vg_txt_box .vg_txt3 {font-size: 16px;}
}

@media screen and (max-width:1024px){
	#mainVisual {height:500px !important;}
	#mainVisual:after {display:none;}
	#mainVisual .ycontainer {height:500px;}
	.vg_titleWrap .vg_img {max-width: 80%;}
	.vg_titleWrap .vg_img .vg_img_wrap {min-height: 200px;}
	.vg_titleWrap .vg_img .vg_img_wrap img {max-width: 70%;}
	.vg_titleWrap .vg_img .vg_img1 {top: -100px; left: 8px; width: calc(210px * 0.7); height: calc(270px * 0.7);}
	.vg_titleWrap .vg_img .vg_img2 {bottom: 90px;}
	.vg_txt_box .vg_txt1 {font-size: 40px;}
	.vg_txt_box .vg_txt2 {font-size: 47px;}
	#title2 .vg_titleWrap .vg_img {width: 150px;}
	.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 {font-size: 16px;}
	.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_3 {font-size: 10px;}
	#title1 .vg_titleWrap .vg_img .vg_img1 {top: -80px;}
	#title1 .vg_titleWrap .vg_img .vg_img2 {bottom: 70px;}

	#title2 .vg_titleWrap .vg_img .vg_img1 {top: -35px;}
	#title2 .vg_titleWrap .vg_img .vg_img2 {bottom: 30px; left: 35px;}
	#title2 .vg_txt_box .vg_txt {min-height: 150px;}

}

@media screen and (max-width:768px){
	#mainVisual {height:100vh !important;}
	#mainVisual .ycontainer {height:100vh;}

	.vg_titleWrap .vg_img .vg_img_wrap img {max-width: 40%;}
	.vg_titleWrap .vg_img {max-width: 70%;}
	#title1 .vg_titleWrap .vg_img .vg_img1 {top: -50px; left: -22px; width: calc(210px * 0.6); height: calc(270px * 0.6);}
	.vg_titleWrap .vg_img .vg_img2 {left: 18px;}
	.vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 {font-size: 15px; letter-spacing: -0.025rem;}
	#title2 .vg_titleWrap .vg_img {top: 60%; left: auto; right: 0;}
	#title2 .vg_titleWrap .vg_img .vg_img2 {left: 0; right: 0; bottom: 40px; text-align: right;}
	#title2 .vg_titleWrap .vg_img .vg_img1 {top: -50px; left: auto; right: -43px;}
	#title2 .vg_txt_box .vg_txt {float: none; width: 100%;}
	#title2 .vg_txt_box {left: 5%; transform: translate(0, -50%);}
}

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

	.vg_txt_box {top: 100%; transform: translate(-50%, 50%);}
	.vg_txt_box .vg_txt {width: 100%; min-height: 100px;}
	.vg_txt_box .vg_txt1 {font-size: 30px; line-height: 30px; }
	.vg_txt_box .vg_txt2 {font-size: 37px; line-height: 37px; right: 10px;}
	.vg_txt_box .vg_txt3 {font-size: 13px; right: 0;}

	.vg_titleWrap .vg_img .vg_img1 {top: -28px;}
	.vg_titleWrap .vg_img .vg_img2 {bottom: 100px;}
	#title1 .vg_txt_box {top: 50%;}


	#title1 .vg_titleWrap .vg_img .vg_img1 {width: calc(210px * 0.4); height: calc(270px * 0.4); top: -25px; left: 0px;}
	#title1 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap {padding: 15px 0;}
	#title1 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_3 {display: none;}
	#title1 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 span:after {width: 0; height: 0;}
	#title1 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 {font-size: 13px;}
	#title1 .vg_titleWrap .vg_img .vg_img2 {bottom: 100px;}

	#title2 .vg_titleWrap .vg_img .vg_img1 {width: calc(210px * 0.4); height: calc(270px * 0.4); top: 35px; left: auto; right: -12px;}
	#title2 .vg_txt_box .vg_txt {float: none;}
	#title2 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap {padding: 18px 0;}
	#title2 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_3 {display: none;}
	#title2 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap img {max-width: 30%;}
	#title2 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 span:after {width: 0; height: 0;}
	#title2 .vg_titleWrap .vg_img .vg_img1 .vg_img1_wrap .vg_img1_2 {font-size: 14px; padding: 0 10px;}



}
/*
#mainVisual {height:100vh; position: relative; overflow: hidden;}
#mainVisual .ycontainer {height:100vh;}
#main_video1 {
    z-index: -1;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.thum_wrap ul li{position: absolute; width: 18px; height: 18px; z-index: 99; background: #fff; border-radius: 50%; opacity: 0.3}
.thum_wrap ul li:nth-child(1){right: 270px; bottom: 119px}
.thum_wrap ul li:nth-child(2){right: 222px; bottom: 192px}
.thum_wrap ul li:nth-child(3){right: 154px; bottom: 251px}
.thum_wrap ul li:nth-child(4){right: 74px; bottom: 287px}
.thum_wrap ul li.on{background: #fba619; opacity: 1;transform: scale(1.2)}

.thum li.last{display: none;}

@media screen and (max-width:1600px){
	#mainVisual {height:800px;}
	#mainVisual .ycontainer {height:800px;}
}

@media screen and (max-width:1024px){
	#mainVisual {height:500px !important;}
	#mainVisual:after {display:none;}
	#mainVisual .ycontainer {height:500px;}
}

@media screen and (max-width:768px){
	#mainVisual {height:380px !important;}
	#mainVisual .ycontainer {height:380px;}
	.vgPage {display:none;}
	.vgPage .vgPageWrap .vgPageNum {font-size: 1.6rem; top: auto; bottom: 20px; left: auto; right: 20px; transform: translate(0%, 0%);}
}
*/


/**/

#mgnb_open {position:absolute;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:0;width:40px;height:40px;overflow:hidden;border:0;font-size:1.0em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 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;  }
	#mgnb_open, #user_btn {display: block;}
}

@media screen and (max-width: 768px){
	#mgnb_open {position:fixed;}

}

/* 사이트맵 */

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

/*******	customize Start	******/
.mainTitle {font-size: 60px; color: #000; font-family: 'Syncopate-Bold'; line-height: 70px; position: relative; z-index:2}
.mainTitle:before {content: ''; position: absolute; top: -10px; left: -30px; width: 72px; height: 72px; border-radius: 100%; background: #00ffff; z-index: -1;}
.mainTitle:after {content:''}
.mainTitle .title_arrow {width: 30px; height: 30px; background: url(../img/ico_arrow_02.png) no-repeat; display: inline-block; margin: 0 0 5px 15px; background-size: contain; background-position: center; transition: all  0.5s;}
.mainTitle .title_arrow img {max-width:100%;}
.mainTitle:hover  .title_arrow {transform: translate(10px, -10px); transition: all  0.5s;}

.mainTitle_w {color:#fff;}
.mainTitle_w:before {background: #008eff;}
.mainTitle_w .title_arrow {background: url(../img/ico_arrow_03.png) no-repeat; background-size: contain;}

@media( max-width:1200px) {
	.mainTitle {font-size: 50px; line-height: 60px;}
	.mainTitle:before {top: -8px; left: -28px; width: 62px; height: 62px;}
}
@media( max-width:768px) {
	.mainTitle {font-size: 30px;}
	.mainTitle:before {top: 0px; left: -5px; width: 30px; height: 30px; }
	.mainTitle .title_arrow {width: 15px; height: 15px; margin: 0 0 2px 10px;}
}

#whatSec {min-height: 500px; padding: 150px 0 150px;}
#whatSec .whatSecWrap {padding-left: calc((100% - 1400px) / 2);}
#whatSec .whatSecWrap .wsLeft {float:left; width: 450px; padding-top: 160px;}
#whatSec .whatSecWrap .wsLeft .title {}
#whatSec .whatSecWrap .wsLeft .txt {font-size: 20px; color: #555555; line-height: 34px; padding-top: 23px;}
#whatSec .whatSecWrap .wsLeft .btn_swiper {min-height: 110px; position: relative;}
#whatSec .whatSecWrap .swiper-button-prev, #whatSec .whatSecWrap .swiper-button-next {color: #b7b7b7; width: 50px; height: 50px; border: solid 1px #b7b7b7; border-radius: 100%;}
#whatSec .whatSecWrap .swiper-button-next:after, #whatSec .whatSecWrap .swiper-button-prev:after {font-size: 14px; font-weight: bold;}
#whatSec .whatSecWrap .swiper-button-prev {left: 0px; bottom: 0; margin-top: auto;}
#whatSec .whatSecWrap .swiper-button-next {left: 60px; right:auto; bottom: 0; margin-top: auto;}

#whatSec .whatSecWrap .wsRight {float:left; width: calc(100% - 450px); overflow: visible;}
#whatSec .whatSwiper {width: 100%; height: 100%; padding-right: calc((100vw - 1400px) / 2); padding-top: 150px;}

#whatSec .whatSwiper .swiper-slide {text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}

#whatSec .whatSwiper .swiper-slide img {max-width: 100%; width: 100%;}
#whatSec .whatSwiper .swiper-slide .swiperWrap {text-align: left; transition: all  0.5s;}
#whatSec .whatSwiper .swiper-slide .swiperWrap .thumb { filter: brightness(20%);}
#whatSec .whatSwiper .swiper-slide .swiperWrap .title {font-size: 25px; color: #121212; font-weight: bold; padding-top: 21px;}
#whatSec .whatSwiper .swiper-slide .swiperWrap .txt {font-size: 17px; color: #777777; line-height: 27px; padding-top: 5px; opacity: 0;}
#whatSec .whatSwiper .swiper-slide .swiperWrap .wrap_btn {margin-top: 30px; opacity: 0;}
#whatSec .whatSwiper .swiper-slide .swiperWrap .wrap_btn .wrap_btn_wrap {width: 50px; height: 50px; border-radius: 100%; background: #ff000e url(../img/ico_arrow_01.png) no-repeat; background-size: auto; background-position: center;}

#whatSec .whatSwiper .swiper-slide-active {}
#whatSec .whatSwiper .swiper-slide-active .thumb, #whatSec .whatSwiper .swiper-slide-next .thumb {filter: brightness(100%) !important;}

#whatSec .whatSwiper .swiper-slide-active .swiperWrap {transform: translate(0px, -150px); transition: all  0.5s;}
#whatSec .whatSwiper .swiper-slide-active .swiperWrap .txt {opacity: 1; transition: all  0.5s;}
#whatSec .whatSwiper .swiper-slide-active .swiperWrap .wrap_btn {opacity: 1; transition: all  0.5s;}

/*#whatSec .whatSwiper .swiper-slide .swiperWrap:hover {transform: translate(0px, -150px); transition: all  0.5s;}*/
/*#whatSec .whatSwiper .swiper-slide .swiperWrap:hover .txt {opacity: 1; transition: all  0.5s;}*/
/*#whatSec .whatSwiper .swiper-slide .swiperWrap:hover .wrap_btn {opacity: 1; transition: all  0.5s;}*/


@media( max-width:1400px) {
	#whatSec .whatSecWrap {padding-left: 50px;}
}
@media( max-width:1200px) {
	#whatSec .whatSecWrap .wsLeft {width: 400px;}
	#whatSec .whatSecWrap .wsLeft .txt {font-size: 18px; line-height: 34px; padding-top: 20px;}
}
@media( max-width:1024px) {
	#whatSec .whatSecWrap {padding-left: 0px; width: 95%; margin: 0 auto;}
	#whatSec .whatSecWrap .wsLeft {width: 100%; float: left; padding-top: 0;}
	#whatSec .whatSecWrap .wsRight {float: none; width: 95%; margin: 0 auto;}
	#whatSec .whatSecWrap .wsLeft .title br {display:none;}
	#whatSec .whatSecWrap .wsLeft .txt br {display:none;}
	#whatSec .whatSwiper {padding-top: 50px;}

}
@media( max-width:768px) {
	#whatSec {padding: 50px 0 50px;}
	#whatSec .whatSecWrap .wsLeft .txt {padding-top: 0;}
	#whatSec .whatSecWrap .swiper-button-prev, #whatSec .whatSecWrap .swiper-button-next {width: 30px; height: 30px;}
	#whatSec .whatSecWrap .wsLeft .btn_swiper {min-height: 80px;}
	#whatSec .whatSwiper {padding-top: 10px;}
	#whatSec .whatSecWrap .wsRight {width: 100%;}
	#whatSec .whatSwiper .swiper-slide .swiperWrap .txt {opacity: 1;}
	#whatSec .whatSwiper .swiper-slide .swiperWrap .wrap_btn {margin-top: 15px; opacity: 1;}
}



#ourSec { background: url(../img/sec02_bg.jpg); background-size: cover; background-position: center; padding: 220px 0 150px; min-height: 999px; position: relative;}
#ourSec .ourSecWrap {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-top: 35px;}
#ourSec .ourSecWrap .ourTitle {margin-bottom: 70px; width: 500px; z-index: 1;position: relative;}
#ourSec .ourSecWrap .ourTitle .title {}
#ourSec .ourSecWrap .ourTitle .txt {font-size: 20px; color: #fff; line-height: 34px;}
#ourSec .ourSecWrap .ourContent {margin-top: calc(100% / 4 * -1);}
#ourSec .ourSecWrap .ourContent .sub {float:left; width:25%; padding-top:25%; border:solid 1px #fff; position: relative;}
#ourSec .ourSecWrap .ourContent .sub1{border:0 none;}
#ourSec .ourSecWrap .ourContent .sub2{margin-top: calc(100% / 4);}
#ourSec .ourSecWrap .ourContent .sub3{}
#ourSec .ourSecWrap .ourContent .sub4{margin-top: calc(100% / 4);}

#ourSec .ourSecWrap .ourContent .sub .subWrap {position: absolute; top: 0; left: 0; padding: 51px 45px 0; transition: all  0.8s;}
#ourSec .ourSecWrap .ourContent .sub .subWrap .title {font-size: 22px; color: #00ffff; line-height: 32px; font-family: 'Syncopate-Bold';}
#ourSec .ourSecWrap .ourContent .sub .subWrap .txt {font-size: 17px; color: #ffffff; margin-top: 10px; line-height: 30px;}
#ourSec .ourSecWrap .ourContent .sub .subWrap .more {margin-top: 64px;}
#ourSec .ourSecWrap .ourContent .sub .subWrap .more .moreWrap {width: 50px; height: 50px; float: right; border-radius: 100%; background: transparent url(../img/ico_arrow_01.png) no-repeat; background-position: center;}

#ourSec .ourSecWrap .ourContent .sub:hover  {background:#fff; transition: all  0.8s;}
#ourSec .ourSecWrap .ourContent .sub1:hover {background:transparent}
#ourSec .ourSecWrap .ourContent .sub .subWrap:hover .title {color:#000; transition: all  0.8s;}
#ourSec .ourSecWrap .ourContent .sub .subWrap:hover .txt {color:#777777; transition: all  0.8s;}
#ourSec .ourSecWrap .ourContent .sub .subWrap:hover .moreWrap {background: #ff000e url(../img/ico_arrow_01.png) no-repeat; background-position: center; transition: all  0.8s;}

@media( max-width:1400px) {
	#ourSec .ourSecWrap .ourContent .sub .subWrap .more {margin-top: 0px;}
}
@media( max-width:1200px) {
	#ourSec {padding: 100px 0 100px; min-height: auto;}
	#ourSec .ourSecWrap {width: 100%; position: relative; top: auto; left: auto; transform: translate(0, 0); margin-top: 0;}
	#ourSec .ourSecWrap .ourTitle {width: 100%;}
	#ourSec .ourSecWrap .ourTitle .title br {display:none;}
	#ourSec .ourSecWrap .ourContent {margin-top: 0;}
	#ourSec .ourSecWrap .ourContent .sub {width:calc(100% / 3); padding-top: 0;}
	#ourSec .ourSecWrap .ourContent .sub .subWrap {position: relative; top: auto; left: auto; padding: 50px 40px 20px;}
	#ourSec .ourSecWrap .ourContent .sub1 {display:none;}
	#ourSec .ourSecWrap .ourContent .sub2 {margin-top: 0; border-right:0 none;}
	#ourSec .ourSecWrap .ourContent .sub4 {margin-top: 0; border-left:0 none;}
}
@media( max-width:950px) {
	#ourSec .ourSecWrap .ourContent .sub {width: 100%; float: none;}
	#ourSec .ourSecWrap .ourContent .sub2 {border-right: solid 1px #fff; border-bottom: 0 none;}
	#ourSec .ourSecWrap .ourContent .sub4 {border-left: solid 1px #fff; border-top: 0 none;}
}


#whoSec {padding: 210px 0 0;}
#whoSec .whoSecTxt {font-size: 180px; color: #f1f1f1; font-family: 'Syncopate-Bold'; white-space: nowrap; overflow:hidden; margin-top: -150px;z-index: -1;position: relative;}
#whoSec .whoSecWrap {display: flex; justify-content: space-between;overflow: visible;}
#whoSec .whoSecWrap .wsLeft {width: 520px; height: 25vh; min-height: 200px; /*overflow: auto;*/ position: -webkit-sticky; position: sticky; top: 10%;}
#whoSec .whoSecWrap .wsLeft .txt {font-size: 20px; color: #555555; line-height: 34px; margin-top: 20px;}
#whoSec .whoSecWrap .wsRight {width: calc(100% - 520px); /* height: 200vh; */ height: 2000px;  display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#whoSec .whoSecWrap .wsRight .sub {min-width: 360px; height: 460px; width:calc((100% - 95px) / 2); margin-right:95px; margin-top: 200px; opacity: 0; -webkit-transition: all 1s ease; transition: all 1s ease; margin-bottom: 160px;}
#whoSec .whoSecWrap .wsRight .sub:nth-child(2n-1) {-webkit-transform: translateY(310px); transform: translateY(310px);}
#whoSec .whoSecWrap .wsRight .sub:nth-child(2n) {margin-right:0;    -webkit-transform: translateY(50px); transform: translateY(50px); }
#whoSec .whoSecWrap .wsRight .sub1 {margin-top: 300px;}
#whoSec .whoSecWrap .wsRight .sub2 {}
#whoSec .whoSecWrap .wsRight .sub3 {}
#whoSec .whoSecWrap .wsRight .sub4 { height: 1px;}
#whoSec .whoSecWrap .wsRight .sub .thumb {width: 360px; height: 460px; float: left; position: relative; overflow: hidden;}
#whoSec .whoSecWrap .wsRight .sub .thumb .thumbWrap1 {background: url(../img/sec03_01.jpg) no-repeat; }
#whoSec .whoSecWrap .wsRight .sub .thumb .thumbWrap2 {background: url(../img/sec03_02.jpg) no-repeat;}
#whoSec .whoSecWrap .wsRight .sub .thumb .thumbWrap3 {background: url(../img/sec03_04.jpg) no-repeat;}
#whoSec .whoSecWrap .wsRight .sub .thumb .thumbWrap4 {background: url(../img/sec03_05.jpg) no-repeat;}
#whoSec .whoSecWrap .wsRight .sub .thumb .thumbWrap5 {background: url(../img/sec03_03.jpg) no-repeat;}
#whoSec .whoSecWrap .wsRight .sub .thumb .thumbWrap {width:100%; height:100%; transition:0.5s;}
#whoSec .whoSecWrap .wsRight .sub .thumb .thumbTxt {font-size: 30px; color: #00ffff; font-weight: bold; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);text-align:center}
#whoSec .whoSecWrap .wsRight .sub .txt {float: left; writing-mode: vertical-lr; font-size: 13px; color: #333333; font-family: 'Syncopate-Bold'; padding-left: 15px;}
#whoSec .whoSecWrap .wsRight .sub.aos-animate {opacity: 1; margin-top: 0;}
#whoSec .whoSecWrap .wsRight .sub:hover  .thumbWrap {transform:scale(1.2); transition:0.5s;}

@media( max-width:1430px) {
	#whoSec .whoSecWrap .wsLeft {width: 420px;}
	#whoSec .whoSecWrap .wsRight {width: calc(100% - 420px);}
	#whoSec .whoSecWrap .wsRight .sub {width: calc((100% - 45px) / 2); margin-right: 45px;}
}
@media( max-width:1330px) {
	#whoSec .whoSecWrap {display: block; justify-content: normal;}
	#whoSec .whoSecWrap .wsLeft {width: 100%; position: relative; top: auto;}
	#whoSec .whoSecWrap .wsRight {width: 80%; margin: 0 auto;}
}
@media( max-width:1100px) {
	#whoSec .whoSecWrap .wsRight {width: 100%;}
	#whoSec .whoSecWrap .wsRight .sub {min-width: 260px; height: auto;}
	#whoSec .whoSecWrap .wsRight .sub .thumb {width: calc(100% - 40px); height: 100%;}
}
@media( max-width:768px) {
	#whoSec .whoSecWrap .wsLeft {height: auto;}
	#whoSec .whoSecWrap .wsLeft .title br {display:none;}
	#whoSec .whoSecWrap .wsRight {display: block; flex-wrap: initial; min-height: 0; height: auto;}
	#whoSec .whoSecWrap .wsRight .sub {min-height: 460px; margin: 0 auto; width: 70%; margin-right: auto !important; margin-bottom: 30px;}
	#whoSec .whoSecWrap .wsRight .sub .thumb {height: 460px;}
	#whoSec .whoSecWrap .wsRight .sub:nth-child(2n) {-webkit-transform: translateY(0px); transform: translateY(0px);}
	#whoSec .whoSecWrap .wsRight .sub:nth-child(2n-1) {-webkit-transform: translateY(0px); transform: translateY(0px);}
	#whoSec .whoSecWrap .wsRight .sub .thumb .thumbWrap {background-size: cover;}
	#whoSec .whoSecWrap .wsRight .sub:nth-child(3) {display:none;}
}
@media( max-width:600px) {
	#whoSec .whoSecWrap .wsRight .sub {width: 95%;}
	#whoSec .whoSecWrap .wsRight .sub .thumb {height: 360px;}


}

#newSec {padding: 105px 0 0;}
#newSec .newSecWrap {}
#newSec .newSecWrap .nsLeft {float:left; width:500px;}
#newSec .newSecWrap .nsLeft .txt {font-size: 20px; color: #555555; line-height: 34px; padding-top: 23px;}
#newSec .newSecWrap .nsLeft .btn_swiper {min-height: 110px; position: relative;}
#newSec .newSecWrap .swiper-button-prev, #newSec .newSecWrap .swiper-button-next {color: #b7b7b7; width: 50px; height: 50px; border: solid 1px #b7b7b7; border-radius: 100%;}
#newSec .newSecWrap .swiper-button-next:after, #newSec .newSecWrap .swiper-button-prev:after {font-size: 14px; font-weight: bold;}
#newSec .newSecWrap .swiper-button-prev {left: 0px; bottom: 0; margin-top: auto;}
#newSec .newSecWrap .swiper-button-next {left: 60px; right:auto; bottom: 0; margin-top: auto;}

#newSec .newSecWrap .nsRight {float:left; width:calc(100% - 500px);}
#newSec .newSecWrap {width: 100%; height: 100%; }

#newSec .newSecWrap .swiper-slide {text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}

#newSec .newSecWrap .swiper-slide img {max-width: 100%; object-fit: cover; width: 100%;}
#newSec .newSecWrap .swiper-slide .swiperWrap {text-align: left; transition: all  0.5s;}
#newSec .newSecWrap .swiper-slide .swiperWrap .title {font-size: 24px; color: #333333; font-weight: 500; line-height: 38px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 80px; margin-bottom: 22px;}
#newSec .newSecWrap .swiper-slide .swiperWrap .txt {position: relative; font-size: 17px; color: #777777; line-height: 27px; padding-top: 5px; opacity: 1; font-size: 17px; color: #777777; line-height: 30px; padding-top: 5px; opacity: 1; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; padding-top: 20px; min-height: 110px;}
#newSec .newSecWrap .swiper-slide .swiperWrap .txt:before {content:''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #000;}
#newSec .newSecWrap .swiper-slide .swiperWrap .wrap_btn {margin-top: 45px; opacity: 1;}
#newSec .newSecWrap .swiper-slide .swiperWrap .wrap_btn .wrap_btn_wrap {width: 50px; height: 50px; border-radius: 100%; background: transparent url(../img/ico_arrow_04.png) no-repeat; background-size: auto; background-position: center; float: right; transition:0.5s;}

#newSec .newSecWrap .swiper-slide-active {}

#newSec .newSecWrap .swiper-slide .swiperWrap a:hover .wrap_btn_wrap {background: #ff000e url(../img/ico_arrow_01.png) no-repeat; background-size: auto; background-position: center; float: right; transition:0.5s;}

@media( max-width:1200px) {
	#newSec .newSecWrap .nsLeft {width: 350px;}
	#newSec .newSecWrap .nsRight {width: calc(100% - 350px);}
}
@media( max-width:1024px) {
	#newSec .newSecWrap .nsLeft {float: none; width: 100%;}
	#newSec .newSecWrap .nsLeft br {display:none;}
	#newSec .newSecWrap .nsRight {float: none; width: 100%; margin-top: 20px;}
}

#bannerSec {background: url(../img/sec04_bg_1.jpg) no-repeat; background-size: cover; background-position: center; transition:0.5s; margin-top: 150px;}
#bannerSec .bannerSecWrap {}
#bannerSec .bannerSecWrap .sub {float:left; width:calc(100% / 3); border-left: solid 1px rgba(255,255,255,0.5); padding: 90px 35px;}
#bannerSec .bannerSecWrap .sub1 {}
#bannerSec .bannerSecWrap .sub2 {}
#bannerSec .bannerSecWrap .sub3 {}
#bannerSec .bannerSecWrap .sub4 {border-right: solid 1px rgba(255,255,255,0.5);}
#bannerSec .bannerSecWrap .sub:hover {background:rgba(255,255,255,0.1)}
#bannerSec .bannerSecWrap .sub .subWrap {}
#bannerSec .bannerSecWrap .sub .subWrap .title {font-size: 22px; color: #fff; font-family: 'Syncopate-Bold';}
#bannerSec .bannerSecWrap .sub .subWrap .txt {font-size: 17px; color: rgba(255,255,255,0.7); padding-top: 8px;}

@media( max-width:1250px) {
	#bannerSec .bannerSecWrap .sub .subWrap .txt {min-height: 60px;}
}
@media( max-width:900px) {
	#bannerSec .bannerSecWrap .sub {width: calc(100% / 2);}
	#bannerSec .bannerSecWrap .sub1 {border-bottom: solid 1px rgba(255,255,255,0.5);}
	#bannerSec .bannerSecWrap .sub2 {border-right: solid 1px rgba(255,255,255,0.5); border-bottom: solid 1px rgba(255,255,255,0.5);}
}
@media( max-width:600px) {
	#bannerSec .bannerSecWrap {padding: 10px 0;}
	#bannerSec .bannerSecWrap .sub {width: 100%; padding: 40px 35px; border: solid 1px rgba(255,255,255,0.5); border-bottom: 0 none;}
	#bannerSec .bannerSecWrap .sub4 {border-bottom: solid 1px rgba(255,255,255,0.5);}
}

/*******	customize End	******/

/* ****************** 마우스 커서 ********************** */
.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
}