@charset "utf-8";

html {font-size:62.5%;}
html.html_index {overflow-x: hidden !important;}
@media screen and (max-width: 768px){
	html {font-size:45%; }
}
body {font-family: 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic',dotum,Helvetica,Apple SD Gothic Neo,sans-serif;color:#000; background:#fff; min-width:340px;  font-size:62.5%;word-break: keep-all; }
html,  body { height: 100%; }
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;}
.tran-animate1 {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;transition: all 0.9s 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: 'Noto Sans KR'}
.font_open {font-family: 'Open Sans';}
.font_montserrat {font-family: 'Montserrat';}
.font_poppins {font-family: 'Poppins';}
.font_play {font-family: 'play';}
.font_mont { font-family: 'Mont-Heavy';}
.font_line { font-family: 'Noto Sans KR';}


.body_main {background: #000;}


/*
** 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:1600px;margin:0;padding:0;clear:both;}
.k_container:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}


.k_container_wide_contents {width:100% !important;  max-width:100% !important;}

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

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


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

.pc_only {display: block;}
.pc_only1 {display: block;}
.moblie_only1 {display: none;}
.moblie_only2 {display: none;}

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

@media( max-width:1024px ) {
	.k_wrap {width:100%;min-width: 100%}
	.k_container {width:100%;min-width: 100%;max-width: 100%}
	div#vg_con .vg_con_bg{top:125px;}
	.pc_only1 {display: none;}
	.moblie_only1 {display: block;}
}

@media( max-width:768px ) {
	.k_wrap {width:100%;min-width: 100%}
	.k_container {width:100%;min-width: 100%;max-width: 100%}
	.pc_only {display:none;}
	.moblie_only2 {display: block}

}

.point {color:#263b8a !important;}

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

.wid_1800 {width: 100%;position: relative;max-width: 180.0rem;margin: auto;}
.wid_1600 {width: 100%;position: relative;max-width: 160.0rem;margin: auto;}
.wid_1400 {width: 100%;position: relative;max-width: 1400px;margin: auto;}

@media screen and (max-width: 1850px){
	.wid_1800 {padding: 0 1rem;}
}
@media screen and (max-width: 1650px){
	.wid_1600 {padding: 0 1rem;}
}
@media screen and (max-width: 1600px){
	.side_pd {padding-left:15px !important; padding-right:15px !important}
}









#m_menu {display: none; position: absolute; top: 0; right: 10px; width: 25px; height: 87px;}
/*top*/
header#header {position:absolute; top:0px; left:0; width: 100%; z-index: 2;}
/*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; background:rgba(0, 0, 0, 0.2);}
header#header.header_sub {background: #000;position: fixed;}

.header_wrap {width: 100%;  }

.headerBg {position: fixed;top: 0;left: 0;width: 100%;height: 100%;visibility: hidden;opacity: 0;filter: Alpha(opacity=0);background: rgba(0,0,0,0.5);-webkit-transition: all 0.3s;transition: all 0.3s;}
.headerBg.active {visibility:visible; opacity:1.0;filter:Alpha(opacity=100);}

.header_wrap div.logo {position: absolute;left: calc((100% - 1600px) / 2);top: 32px;width: 116px;height: 35px;background-image: url(../img/logo.png);background-repeat: no-repeat;background-position: center;}
.header_wrap h1 {margin:0}
.header_wrap h1 a {display: block; height:50px;}

.header_wrap .header_inner {border-bottom: solid 1px #dddddd;}

header#header.bg  #gnbnav ul.gnb_list > li > a {color: #000; }
header#header.bg div.lang .material-icons {color:#000; font-size:3.2rem; font-weight:200; -webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}

.header_wrap div.cs {position: absolute;right: 0;top: 0;box-sizing: border-box;cursor: pointer;}

.header_sp_first__r,.header_sp_first__r__btnm__over{display:inline-block;text-align: center;}
.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:30px 0;background: #0080ff;width:85px;height:85px;}
.header_sp_first__r__btnm__over span{display:block;width:42px;height:3px;background-color:#fff;margin:0 auto 8px;-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,
.header_sp_first__r__btnm__over span.line_thirt {}
.header_sp_first__r__btnm__over span.line_thirt{margin:-11px 0 8px 0;}
.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)}


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

header#header {position:fixed;}

}

/* 전체 메뉴 */
div#totalMenu {text-align: center;width: 25px;height: 17px;z-index: 20000;}
.menuBtn {position: relative;display: inline-block;width: 26px;height: 16px;z-index: 99999;display: flex;justify-content: flex-start;align-items: center;overflow: hidden;}
.menuBtn:before {content:'';position: absolute;top: 0px;width: 11px;height: 1px;left: 0;right: auto;background-color: #fff;webkit-transition:all ease .5s;transition:all ease .5s}
.menuBtn:after {content:'';position: absolute;bottom: 0px;width: 11px;height: 1px;left: auto;right: 0;background-color: #fff;webkit-transition:all ease .5s;transition:all ease .5s}

.menuBtn span{position: absolute;left: 0;width: 100%;height: 1px;background-color: #fff;transition: all 0.3s ease;}
.menuBtn span.on{transform: translateY(-0px) rotate(-45deg);display: none;}

.menuBtn:hover:before {width: 100%;}
.menuBtn:hover:after {width: 100%;}

.menuBtn.hidden {}
.menuBtn.hidden span {left: auto;right: 0;width: 0;transition: all 0.5s ease;}
.menuBtn.hidden:before {left: auto;right: 0;width: 0;transition: all 0.5s ease;}
.menuBtn.hidden:after {left: auto;right: 0;width: 0;transition: all 0.5s ease;}

/*
.menuBtn1 {position: relative;display: inline-block;width: 26px;height: 16px;z-index: 99999;display: flex;justify-content: flex-start;align-items: center;overflow: hidden;}
.menuBtn1:before {content:'';position: absolute;top: 0px;width: 11px;height: 1px;left: 0;right: auto;background-color: #fff;webkit-transition:all ease .5s;transition:all ease .5s}
.menuBtn1:after {content:'';position: absolute;bottom: 0px;width: 11px;height: 1px;left: auto;right: 0;background-color: #fff;webkit-transition:all ease .5s;transition:all ease .5s}

.menuBtn1 span{position: absolute;left: 0;width: 100%;height: 1px;background-color: #fff;transition: all 0.3s ease;}
.menuBtn1 span.on{transform: translateY(-0px) rotate(-45deg);display: none;}
*/

.menuBtn1 {position: relative;display: inline-block;width: 36px;height: 35px;margin-top: -23px;margin-left: -5px;z-index: 99998;display: flex;justify-content: flex-start;align-items: center;overflow: hidden;}
.menuBtn1.total {}
.menuBtn1 .menuBtn1_wrap {/*transform: translateX(-100%);*/transition: 0.5s;width: 100%;height: 100%;}
.menuBtn1.total .menuBtn1_wrap {/*transform: translateX(0%);*/}
.menuBtn1 {}
.menuBtn1.total span {display: none;}
.menuBtn1.total .menuBtn1_wrap:before{width: calc(100% + 15px);}
.menuBtn1.total .menuBtn1_wrap:after{width: calc(100% + 15px);}

.menuBtn1 .menuBtn1_wrap:before {content: '';position: absolute;top: -5px;left: 4px;right: auto;background-color: #fff !important;-webkit-transform: rotate(52deg);-ms-transform: rotate(52deg);transform: rotate(52deg);height: 7px;width: 0;transition: 0.5s;transition-delay: 0.5s;transform-origin: left;}
.menuBtn1 .menuBtn1_wrap:after{content:'';position: absolute;bottom: -5px;left: 2px;right: auto;background-color: #fff !important;-webkit-transform: rotate(-52deg);-ms-transform: rotate(-52deg);transform: rotate(-52deg);height: 7px;width: 0;transition: 0.5s;transition-delay: 0.5s;transform-origin: left;}



.totalMenuDetail {overflow: hidden;position: fixed;top: 0;left: 0;width: 0%;background: #000;opacity: 0;transition: opacity 1.5s cubic-bezier(.25,.46,.45,.94);}
.totalMenuDetail.active {width: 100%;opacity: 1;transition: opacity 1.5s cubic-bezier(.25,.46,.45,.94);}
.total_menu_bg {display: none;position: fixed; width: 100%;background-color: rgba(0,0,0,.5);left: 0;top: 0; z-index: 99;}
.total_menu_contain {width: 100%;background: url(../img/totalmenu_bg.jpg) no-repeat center/cover;color: #fff;overflow: hidden;height: 100vh;}
.total_menu_contain.active {top: 0;}
.total_menu_contain .total_menu_in {height: 100%;width: 100%;position: relative;display: flex;padding: 6.5rem 0 8.5rem;}
.total_menu_contain .total_menu_in .total_menu_inner {height: 100%;width: 100%;max-width: 180rem;position: relative;margin: 0 auto;display: flex;flex-wrap: wrap;}
.total_menu_contain .tmLeft {position: relative;width: 50%;}
.total_menu_contain .tmLeft .tmLogo {width: 19.3rem;aspect-ratio: calc(193/26)/1;background: url(../img/logo_total.png) no-repeat center/contain;}
.total_menu_contain .tmLeft .tm {position: absolute;top: 50%;left: 0;transform: translate(0px, -50%);opacity: 0;}
.total_menu_contain ul.tm li {margin-bottom: 7px;}
.total_menu_contain ul.tm li .menu_link {transform: translateX(0rem);transition: 0.3s;}
.total_menu_contain ul.tm .menu_link_a {position: relative;display: inline-block;font-weight: bold;font-size: 11.0rem;font-family: 'Mont-Heavy';overflow: hidden;color: transparent;-webkit-text-stroke: 1px #fff;}
.total_menu_contain ul.tm .outer {position: absolute;top: 0;left: 0;overflow: hidden;color: #fff;transform: translateY(100%);}
.total_menu_contain ul.tm .inner {display: inline-block;transform: translateY(-100%);}
.total_menu_contain ul.tm .menu_link_a .outer,
.total_menu_contain ul.tm .menu_link_a .inner {transition: transform 0.45s cubic-bezier(0.29, 0.73, 0.74, 1.02);}
.total_menu_contain ul.tm > li:hover .menu_link_a .outer,
.total_menu_contain ul.tm > li:hover .menu_link_a .inner {transform: none;}
.total_menu_contain ul.tm > li:hover .menu_link {transform: translateX(6rem);}


[data-animation="to-left"] .outer {transform: translateX(100%);}
[data-animation="to-left"] .inner {transform: translateX(-100%);}
[data-animation="to-top"] .outer {transform: translateY(100%);}
[data-animation="to-top"] .inner {transform: translateY(-100%);}

.total_menu_contain div.subTm:hover ~ .menu_link .menu_link_a {color:#fff}


.total_menu_contain .tmRight {width: 50%;display: flex;align-items: flex-end;justify-content: flex-end;}
.total_menu_contain .tmRight .tmRightIn {font-size: 3.0rem;font-family: 'Mont-Heavy';}


@media screen and (max-width: 1850px){
	.total_menu_contain .total_menu_in .total_menu_inner {padding: 0 3rem 0 1rem;}
}
@media screen and (max-width: 1024px){
	.total_menu_contain .total_menu_in .total_menu_inner {flex-direction: column;justify-content: center;}
	.total_menu_contain .tmLeft {width: 100%;height: calc(100% - 13rem);}
	.total_menu_contain .tmLeft .tm {position: relative;top: auto;left: auto;transform: translate(0px, 0%);height: calc(100% - 13rem);display: flex;flex-direction: column;justify-content: center;}
	.total_menu_contain .tmRight {width: 100%;}
}
@media screen and (max-width: 768px){
	.total_menu_contain .total_menu_in .total_menu_inner {justify-content: space-between;}
	.total_menu_contain ul.tm .menu_link_a {font-size: 7.0rem;}
	.total_menu_contain ul.tm li .menu_link {text-align: left;}
	.total_menu_contain .tmLeft {display: flex;flex-direction: column;justify-content: space-between;}
}


/**/

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



.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_sub.m-fixed ul.gnb_list > li > a {color:#000!important;}


#gnbnav {width: 100%;display: flex;justify-content: flex-end;align-items: center;padding-right: 10rem;}
/*#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;position: relative;}
#gnbnav ul.gnb_list > li > a {display:inline-block; font-size:2.0rem; color: #ffffff;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, #b9c92e, #1f860d); border-image-slice: 1; transform: scaleX(0); transition: transform 250ms ease-in-out; transform-origin:  0% 50%; }*/

@media screen and (max-width: 1200px){
 #gnbnav {display:none}
 .header_wrap div.lang div.lang_m{display:none}
}
@media screen and (max-width: 1300px){
	#gnbnav {padding-right: 1rem;}
}


#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 .line {position: absolute;display: block;bottom: -2px;height: 4px;width: 0%;background: #013e90;left: 50%;}
/*#gnbnav ul.gnb_list > li > a.on .line,*/
/*
#gnbnav ul.gnb_list > li:hover > a .line {width: 100% !important;left: 0px !important;}
*/


#gnbnav ul.gnb_list > li > a .menu_btn {position: relative;overflow: hidden;transition: .25s;border: 0 none;background: transparent;min-width: 14rem;font-size: 1.9rem;color: #fff;font-family: 'Mont-Heavy', 'Noto Sans KR';font-weight: 700;text-align: center;text-transform: uppercase;margin: 0 3.3rem;}
#gnbnav ul.gnb_list > li > a .menu_btn:after {position: absolute;left: 50%;transform: translate(-50%, 0px);top: 0;bottom: 0;display: flex;justify-content: center;align-items: center;content: attr(data-content);opacity: 0;visibility: hidden;transition: .25s;}
#gnbnav ul.gnb_list > li > a .menu_btn p {transition: .15s;opacity: 1;font-size: 1.9rem;color: #fff;font-family: 'Mont-Heavy', 'Noto Sans KR';font-weight: 700;text-align: center;text-transform: uppercase;}

#gnbnav ul.gnb_list > li > a .menu_btn:hover p {opacity: 0;}
#gnbnav ul.gnb_list > li > a .menu_btn:hover:after {opacity: 1;visibility: visible;}
#gnbnav ul.gnb_list > li > a .menu_btn:after {top: 100%;}
#gnbnav ul.gnb_list > li > a .menu_btn:hover:after {top: 0;}
#gnbnav ul.gnb_list > li > a .menu_btn:hover p {opacity: 0;transform: translateY(-40px);}


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

.header_wrap.active {}
.header_wrap.active #gnbnav ul.gnb_list > li > a {}





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

.header_wrap.active div.logo {/*background-image: url("../img/logo_over.png");*/}
.header_wrap.active h1 a {height:90px;}
.header_wrap.active .lang a {}
.header_wrap.active #gnbnav ul.gnb_list > li a.on {/*background:#7cae22; */}
.header_wrap.active #gnbnav ul.gnb_list > li > a {color: #fff;}
.header_wrap.active #gnbnav ul.gnb_list > li > a.on,
.header_wrap.active #gnbnav ul.gnb_list > li > a:hover {color: #7cae22; }




.header_sub.m-fixed div.lang .material-icons {color:#000; font-size:3.2rem; font-weight:200; -webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.header_sub.bg div.lang .material-icons {color:#000; font-size:3.2rem; font-weight:200; -webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
header#header:hover .header_wra div.lang div.lang_m ul.lang_sub li {border:0;}



.header_wrap div.lang {position:absolute; right:50px; top: 50px;  width:150px; }
.header_wrap div.lang div.lang_m {}
.header_wrap div.lang div.lang_m ul.lang_sub {padding:5px;}
.header_wrap div.lang div.lang_m ul.lang_sub li {display:inline-block;  position: relative;}
.header_wrap div.lang div.lang_m ul.lang_sub li:last-child:after {display:none;}
/*.header_wrap div.lang div.lang_m ul.lang_sub li:after {content:'';position: absolute;right:0px;top:50%;margin-top:-4px;background: #aaa; opacity:0.5; height:10px;width:1px;}*/

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

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

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






@media screen and (max-width: 1400px){
.header_wrap .intranet {display:none;}

.header_wrap div.lang {top:40px;}

}



@media screen and (max-width: 1870px){
	/*div#totalMenu {right: 10px; margin-right: 0px;}*/
}

@media screen and (max-width: 1600px){
	#gnb ul.navLst > li {position: relative;float:left;width:200px !important;}

	.header_wrap div.lang {right:30px;}

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

}

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

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



#gnbnav ul.subNavi {position: absolute;top: 100px;left: 0;width: 100%;height: 34rem;padding: 0;z-index: 100;display: none;transition: all 0.2s ease;}

#gnbnav ul.subNavi.on {display: block;background: #f2f2f2;transition: all 0.2s ease; }
#gnbnav ul.subNavi.on a {}
#gnbnav ul.subNavi.on:before {}
#gnbnav ul.subNavi.on:after {}
#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: #777777;font-size: 1.6rem;padding: 7px 0;display: block;text-align: center;position: relative;line-height: 1.25;}
#gnbnav ul.subNavi li a:hover {color: #000;font-weight: 700;}
#gnbnav ul.gnb_list > li:hover ul.subNavi.on {/*background: #fff;*/}
#gnbnav ul.subNavi:last-child {/*border-right:solid 1px #e5e5e5; */}

.subMenuBg {position:absolute;left:0;top: 0px; width:100%;background:#fff; padding-top:0px;z-index:-1;display:none;}
/*.subMenuBg:before {content:'';position:absolute; 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;}



/*모바일메뉴*/
.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: 48%;height: 50px;float:left;text-align:center;line-height: 11px;font-size:1.083em;font-weight:bold;margin-right:5px;/* border-radius: 50%; */background:#ffffff}
#hd_nb li.on{background:#000000;}
#hd_nb li.on a{color:#ffffff}
#hd_nb li a{display:block;color:#000000;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 #0080ff;}
.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: #0080ff;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.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);*/}

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

	.header_wrap div.logo {left:15px; top:30px;}


}

@media screen and (max-width: 1400px){
	.header_wrap {position:fixed !important; height: 62px;position: relative;background: #fff;}
	.header_wrap:after {height:1px;}
	.header_wrap div.logo {left:10px;height: 32px;top:15px;margin:0;background-size:contain;background-position:left center;background-image: url("../img/logo.png");}
	.header_wrap h1 a {height: 32px;  line-height: 32px;}

	.header_wrap div.lang {display: none}
	.header_wrap .headerBg {display:none;}
	.header_wrap div.logo {background-image: url("../img/logo.png")}


}



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


}


/**/

/* ****************** HEADER ********************** */
:root{
	--header-height: 11.7rem;
	--aside-width : 10.0rem;
	--main-color: #e60012;
}
@media( max-width: 768px ) {
	:root{
		--header-height: 8.0rem;
		--aside-width : 8.0rem;
	}
}
#header{position:absolute; height:var(--header-height); top:0; left:0; width:100%; z-index:9999;}
#headerInnerWrap{position: relative;width: 100%;max-width: 180rem;margin: 0 auto;height: var(--header-height);-webkit-transition: background-color 0.3s;transition: background-color 0.3s;display: flex;align-items: center;justify-content: space-between;}
#headerInner {position: relative;display: flex;align-items: center;justify-content: space-between;/*transform: translateY(-100px);*/z-index: 999;width: 25rem;}
#wrap header.init #headerInner {transform: translateY(0px);transition:all 1.2s}
#header .logo {position:relative; z-index:100; }
#header .logo a {width: 25rem;aspect-ratio: calc(250/75)/1;display: block;background: url(../img/logo.png) no-repeat;background-position: center;background-size: cover;}
#header.header_sub .logo a {background: url(../img/logo_red_01.png) no-repeat center/contain;}

/* Header :: member메뉴, 언어선택 */
.cm-header-util-menu a{display:inline-block; position:relative; font-size: 1.4rem; font-weight:700; color:#000;  transition:all 0.2s; }
.cm-header-util-menu a:after{
	position:absolute; bottom:-8px; left:-2px; right:-2px;
	height:2px;
	background-color:#000;
	content:"";
	transform:scaleX(0);
	transition:transform 0.3s;
	transform-origin:100% 0;
}
.cm-header-util-menu a:hover:after{transform:scaleX(1); transform-origin:0 0;}
/* Header :: member메뉴 */


/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{position:fixed; top:0; left:0; width:100%; height:100%; visibility:hidden; opacity:0;filter:Alpha(opacity=0); background:rgba(0,0,0,0.5); z-index: 9;-webkit-transition:all 0.3s; transition:all 0.3s; }	/* gnb overlay BG */
.gnb-overlay-bg.open{visibility:visible; opacity:1.0;filter:Alpha(opacity=100);}
#gnb {z-index: 99;display: none;}
#gnb.gnb_sub {display: block;}
#wrap header.init #gnb {width: 100%;}
.header_sub #gnb {display: block;}
#gnb > ul {box-sizing: border-box;margin: 0px auto;display: flex;justify-content: flex-end;}
#gnb > ul > li{position:relative; width:15rem; word-break:keep-all; transition:all 0.3s;}
#gnb > ul > li.gnb1 {width:15.0rem;}
#gnb > ul > li.gnb3 {width:15.0rem;}
#gnb > ul > li.gnb4 {width:15.0rem;}
#gnb > ul > li.gnb1 {width:15.0rem;}
#gnb > ul > li > a {position: relative;z-index: 100;width: 100%;display: block;height: 11.7rem;padding: 4rem 0;text-align: center;color: #fff;font-size: 1.8rem;font-weight: 700;-webkit-transition: all 0.5s;transition: all 0.5s;box-sizing: border-box;}
/* #gnb > ul > li > a:hover,
#gnb > ul > li > a:focus,
#gnb > ul > li.on > a{color:var(--main-color);} */
#gnb > ul > li > a .en{font-weight:700; letter-spacing:0px;}

/* GNB :: 메뉴오픈 */
#header.gnb-open #gnb > ul > li{width:20%}
#header.gnb-open #gnb > ul > li.gnb1{margin-left:0}

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; position:absolute; left:0; top:0; width:100%; height:0; background:#fff; z-index:98;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
	transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
#gnbBg:before{position:absolute; top:0; bottom:0px; right:var(--aside-width); width:1px;  background-color:#ddd; content:"";}
#gnbBg:after{position:absolute; top:var(--header-height); left:0; right:var(--aside-width); height:1px; background-color:#ddd; content:"";}
#gnb.total-menu > ul > li .gnb-2dep {position: absolute;top: 10rem;left: 0px;z-index: 99;width: 100%;text-align: left;border-right: 1px solid #ddd;opacity: 0;filter: Alpha(opacity=0);height: 0;-webkit-transition: all 0.2s 0s;transition: all 0.2s 0s;visibility: hidden;}
#gnb.total-menu > ul > li:first-child .gnb-2dep{border-left:1px solid #ddd;}
#gnb.total-menu > ul > li .gnb-2dep:before {
	content:""; position:absolute; left:0; top:0px; width:0; left:50%; height:3px; background-color:var(--main-color);
	-webkit-transition:all 0.3s; transition:all 0.3s; z-index:10;
}
#gnb.total-menu > ul > li .gnb-2dep ul{height:100%; box-sizing:border-box; padding:3rem 0px; background-color:transparent; transition:all 0.3s}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{display: block;padding: 1.1rem 15px;text-align: center;color: #777;font-size: 1.6rem;font-weight: 400;line-height: 1.3;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover{color:var(--main-color);}

#gnb.total-menu > ul > li.on .gnb-2dep ul li a:hover{color:#111; font-weight: 500;}
#gnb.total-menu > ul > li:hover .gnb-2dep:before,
#gnb.total-menu > ul > li.on .gnb-2dep:before {width:100%; left:0;}
#gnb.total-menu > ul > li.on .gnb-2dep ul{background-color: #f2f2f2;}


/* GNB :: 2차메뉴 Over (높이변경) */
#gnb.open #gnbBg{height:calc(var(--header-height) + 315px); opacity:1.0;filter:Alpha(opacity=100);}
#gnb.open > ul > li > a {color: #333333;}
#gnb.open > ul > li .gnb-2dep{
	height:314px; opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
	-webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}


@media screen and (max-width: 768px){
	#header .logo a {width: 18rem;}
}
/* -------- Header :: White -------- */


/* -------- Header :: GNB(Mobile) -------- */




/* -------- Header :: Index -------- */
.index-wrapper #header{top:calc(var(--header-height) * -1); opacity:0; transition:top ease-out 0.6s  0.1s, opacity ease-out 0.6s  0.1s;}
.index-wrapper.active #header{top:0; opacity:1;}






/* 서브 상단 */
.sub_vg { position: relative;width: 100%;height: 61.8rem;overflow: hidden;}
div#vg_con {width: 100%;height: 61.8rem;margin: 0 auto;text-align: center;position: relative;display: block;}
div#vg_con.active {

}



div#vg_con .subTopBg {width: 100%;height: 100%;}
div#vg_con .subTopBg .subTopBgIn {width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;-webkit-animation: aniSubBg 4s ;-moz-animation: aniSubBg 4s;-o-animation: aniSubBg 4s;animation: aniSubBg 4s;animation-fill-mode: forwards;overflow: hidden;}
@-webkit-keyframes aniSubBg {
	0% {     transform: scale(1.1); }
	100% {     transform: scale(1.0); }
}
@-moz-keyframes aniSubBg {
	0% {     transform: scale(1.1); }
	100% {     transform: scale(1.0); }
}
@-o-keyframes aniSubBg {
	0% {     transform: scale(1.1); }
	100% {     transform: scale(1.0); }
}
@keyframes aniSubBg {
	0% {     transform: scale(1.1); }
	100% {     transform: scale(1.0); }
}


div#vg_con .sub_vg_txt {width: 100%;margin: 0 auto;bottom: -0.6rem;left: 50%;transform: translate(-50%, 0);position: absolute;z-index: 0;text-align: left;max-width: 180rem;}
div#vg_con .sub_vg_title1 {position: relative;display: flex;flex-wrap: wrap;align-items: flex-end;}

div#vg_con .sub_vg_title1 .txt1 {font-size: 3.1rem;color: #fff;font-weight: 500;font-style: italic;opacity: 0;}
div#vg_con .sub_vg_title1 .txt2 {font-size: 15.3rem;color: #f83b00;font-family: 'Mont-Heavy';text-transform: uppercase;line-height: 0.7;font-style: italic;opacity: 0;}

div#vg_con.visible .sub_vg_title1 .txt2 {animation: titAnimation2 0.4s ease-in-out alternate forwards;}
div#vg_con.visible .sub_vg_title1 .txt1 {animation: titAnimation2 0.4s ease-in-out alternate forwards;animation-delay: 0.5s;}



@media screen and (max-width: 1650px){
	div#vg_con .sub_vg_txt {padding: 0 1rem;}
}

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

}


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

	.sub_vg { position : relative;width: 100%;height:45.0rem;}
	div#vg_con { width: 100%;min-width: 100%;height: 45rem;padding: 0px;}

	div#vg_con .sub_vg_title1 {font-size: 4.2rem; text-align:center; margin-top:-10px;}

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



}

@media screen and (max-width: 768px){
	.sub_vg { position : relative;width: 100%;height: 30.0rem;}
	div#vg_con { width: 100%;min-width: 100%;height: 30rem;padding: 0px;}
	div#vg_con .sub_vg_title1 {font-size: 3.2rem; text-align:center; margin-top:-10px;}
	#rightSidebar .btMn {top: 50%;left: 50%;transform: translate(-50%, -50%);width: 20px;height: 16px;}
	#rightSidebar .lang_sec {background-size: 30%;font-weight: 400;margin-top: 1rem;padding-top: 2.5rem;}

	div#vg_con .sub_vg_title1 .txt2 {font-size: 5.3rem;}
	div#vg_con .sub_vg_title1 .txt1 {font-size: 2.2rem;padding-left: 0.5rem;}

}



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

/*#tabMiddleWrap {position: relative;margin-top: -65px;}
#tabMiddleWrap:before {content: ""; position: absolute; top: 0; left: 0;width: 100%; height: 100%;background: #636363;opacity: 0.95;}
#tabMiddleWrap .ssnav{max-width: 1400px; margin: 0 auto;}
#tabMiddleWrap .ssnav ul {display: flex;flex-wrap:nowrap;}
#tabMiddleWrap .ssnav ul li{position: relative;display: flex;flex: auto;flex-grow:1}
#tabMiddleWrap .ssnav ul li:before {position: absolute; top: 0; left: 0; content: ""; display: block; width: 1px; height: 65px; background: #929292}
#tabMiddleWrap .ssnav ul li:last-child:after {position: absolute; top: 0; right: 0; content: ""; display: block; width: 1px; height: 65px; background: #929292}
#tabMiddleWrap .ssnav ul li a{width: 100%; display: flex;height: 65px; justify-content:center;align-items:center;}
#tabMiddleWrap .ssnav ul li a span{font-size: 1.2em;font-weight: normal;line-height: 1;display: block;color:#fff;}
#tabMiddleWrap .ssnav ul li a:hover,
#tabMiddleWrap .ssnav ul li a.active {background: #fff}
#tabMiddleWrap .ssnav ul li a:hover span,
#tabMiddleWrap .ssnav ul li a.active span  {color:#636363;font-weight: normal;}

@media screen and (max-width: 1400px){
	#tabMiddleWrap {margin-top: 0;}
	#tabMiddleWrap .ssnav {max-width: 100%;}
	#tabMiddleWrap .ssnav ul {flex-direction: column;}
	#tabMiddleWrap .ssnav ul li a{height: auto;}
	#tabMiddleWrap .ssnav ul li a span{font-size: 1.0em;line-height: 1.5;padding:15px 10px;}
	#tabMiddleWrap .ssnav ul li:before,
	#tabMiddleWrap .ssnav ul li:last-child:after {display: none}
	#tabMiddleWrap .ssnav ul li:after {position: absolute; bottom: 0; left: 0; content: ""; display: block; width: 100%; height: 1px; background: #929292}
}*/

#tabMiddleWrap3rd {position: relative; margin-top:0rem;}
#tabMiddleWrap3rd .ssnav {max-width: 1600px; margin: 1.5rem auto; }
#tabMiddleWrap3rd .ssnav ul {display: flex; flex-wrap:wrap;}
#tabMiddleWrap3rd .ssnav ul li {position: relative;display: flex;text-align: center;/*border-bottom: solid 4px #b0b0b0;*/margin-right: 1rem;padding: 0.4rem 2rem;}
#tabMiddleWrap3rd .ssnav ul li:last-child {margin-right: 0rem;}
#tabMiddleWrap3rd .ssnav ul li a {font-size: 2.0rem;color: #b0b0b0;letter-spacing: -0.025rem;font-family: 'Noto Sans KR';display: block;width: 100%;}
#tabMiddleWrap3rd .ssnav ul li:hover,
#tabMiddleWrap3rd .ssnav ul li.active {/*border-bottom: solid 4px #000*/}
#tabMiddleWrap3rd .ssnav ul li.active:before {content:''; position:absolute; top:15px; left:0px; width:7px; height:7px; border-radius:15px; background:#f83b00;}

#tabMiddleWrap3rd .ssnav ul li:hover a,
#tabMiddleWrap3rd .ssnav ul li.active a{color: #000; font-weight:500;}




@media screen and (max-width: 768px){
#tabMiddleWrap3rd .ssnav {margin:15px 0 0 -10px; max-width:100%;}
#tabMiddleWrap3rd .ssnav ul li  {text-align: left; padding: 0.4rem 1rem 0.4rem 2.0rem;}
#tabMiddleWrap3rd .ssnav ul li.active:before {content:''; position:absolute; top:12px; left:0px; width:7px; height:7px; border-radius:15px; background:#f83b00;}	
}





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

.ft_01, .ft_02 {font-size:17px; padding:8.0rem 0; line-height:1.65;}
.ft_title {font-size:3.0rem; font-weight:600; margin-bottom:5.0rem;}

.ft_01 .ft_table {width:100%; margin:8.0rem 0;}
.ft_01 .ft_table thead {border-top: 3px solid #2a303a;}
.ft_01 .ft_table thead th{ border-bottom: 1px solid #2a303a; background:#f8f8f8; border-left: 1px solid #2a303a; color: #000; font-weight: 500;  padding: 16px; }
.ft_01 .ft_table thead th:first-child {border-left: 0;}

.ft_01 .ft_table tbody th {border-bottom: 1px solid #bebebe; padding: 16px; color: #000;  vertical-align: middle;  font-weight: 500;}
.ft_01 .ft_table tbody td {border-bottom: 1px solid #bebebe; border-left: 1px solid #bebebe; padding: 16px; color: #222;  vertical-align: middle;  }
.ft_01 .ft_table tbody td:first-child {border-left: 0;}

.ft_01 strong {font-weight:20px; display:block; padding:5.0rem 0 0 0 ; font-size:18px;}
.ft_01 .ft01_li {margin-top:3.0rem; font-size:16px;}
.ft_01 .ft01_li li {margin-bottom:0.7rem;}

.ft_01 .ft_01_txt { border:1px solid #bebebe; padding:5.0rem 8.0rem; border-radius:15px;}
.ft_01 .ft_01_txt  p {margin-top:2.0rem;}

@media screen and (max-width: 768px){
.ft_01, .ft_02 {font-size:15px;}
.ft_01 .ft_01_txt { padding:0; border:0px; }
}


/* footer */

footer {width: 100%;padding: 6.5rem 0 7rem 0;position: relative;background: #000;display: flex;flex-wrap: wrap;justify-content: space-between;}

#wrap footer.subFooter {position:relative;}

.subFooter video { width: 100%; height: 100%; background-size: 100% 100%; position: absolute;   bottom:0;  background-position: center center;
       object-fit: cover;   z-index: -1; opacity:1}
.subFooter .section_title {font-size:6.5rem; line-height:1; overflow:hidden; }

.inner_contents {display:flex; flex-wrap:wrap; justify-content: space-between;}

.copyright_wrap {width: 100%;max-width: 160rem;margin: 0 auto;display: flex;flex-direction: column;flex-wrap: wrap;align-items: center;text-align: center;}
.copyright_wrap .ft_logo {}
.copyright_wrap .ft_txt1 {font-size: 1.5rem;color: #fff;font-family: 'Malgun Gothic';line-height: 2;margin-top: 2.8rem;}
.copyright_wrap .ft_txt2 {font-size: 1.5rem;color: #393939;font-family: 'Malgun Gothic';margin-top: 0.5rem;}
.copyright_wrap .ft_txt2 > a {color: #393939;}
.copyright_wrap .ft_txt3 {font-size: 1.5rem;color: #393939;font-family: 'Malgun Gothic';margin-top: 0.5rem;}
.copyright_wrap .ft_txt3 > a {color: #393939;}


@media( max-width:1400px ) {
.subFooter .section_title {font-size:5.0rem; }

}

@media( max-width:768px ) {
footer {width: 100%;padding: 4.0rem 0;position: relative; }
.subFooter .section_title {font-size:3.2rem; }

}



.goTop_wrap {width:15%; position:relative;}
.goTop {width:158px; height:158px; left:0; top:0; position: absolute;}
.goTop:before {position: absolute;  left:0px; top:0;content: '';width:158px; height:158px; margin:auto; background: url("../img/topbtn_bg.png") 0 0 no-repeat; background-size:cover}
.goTop a {display: block; margin:60px auto;text-align: center; animation: upDownAnimation .4s ease-in-out infinite alternate}
.goTop a span {color:#fff;line-height:75px;font-size:6.2em;}



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

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

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

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





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



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

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

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

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

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

.vg_title {word-break: keep-all;

	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	z-index:999;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:2;

}



.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 titAnimation2{
	0%{opacity:0;transform:translateX(500px);}
	100%{opacity:1;transform:translateX(0px);}
}
@-moz-keyframes titAnimation2{
	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%; color: #fff;text-align:center; z-index:9999; transition:all 0.4s; }
.vg_txt_box .vg_txt_tit {position: relative; word-break: keep-all;  }
.vg_txt_box .vg_txt_tit h2 {position: relative;font-size:9.0rem; font-weight:bold;   font-family: 'play';}
.vg_txt_box .vg_txt_tit .vg_txt_title3 {color:#fff; font-size:2.4rem; margin-top:10px; line-height:1.65;  font-weight:500; }




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

.vg_catalog {position: absolute; bottom:0; left:50%;transform: translate(-50%, 0); width:100%; z-index:9999; transition:all 0.4s;}
.vg_catalog .vg_catalogWrap {position: relative; width:100%; height:82px; max-width:1600px; margin:0 auto; margin-bottom: 99px;}
.vg_catalog .vg_catalogWrap .box_catalog {position: relative; float: right; width: 26.7rem; height:8.2rem; border:solid 2px rgba(255, 255, 255, 0.3); border-radius:50px;}
.vg_catalog .vg_catalogWrap .box_catalog:before  {content : ""; position: absolute; left: -1000%; bottom: 4.0rem; height: 1px; width: 1000%; border-bottom:1px solid  rgba(255, 255, 255, 0.3);}
.vg_catalog .vg_catalogWrap .box_catalog:after  {content : ""; position: absolute; right: -1000%; bottom: 4.0rem; height: 1px; width: 1000%; border-bottom:1px solid  rgba(255, 255, 255, 0.3);}
.vg_catalog .vg_catalogWrap .box_catalog .bcIco {float:left; width:4.4rem; height:4.4rem;background:url("../img/sec01_ico_bg.png")no-repeat center center;
background-size:cover; margin: 1.8rem; text-align:center; line-height: 4.4rem;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.vg_catalog .vg_catalogWrap .box_catalog:hover  .bcIco{
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3); /* IE 9 */
transform: scale(1.3);
}
.vg_catalog .vg_catalogWrap .box_catalog .bcIco img {max-width:100%; }
.vg_catalog .vg_catalogWrap .box_catalog .bcIco:hover img {
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-o-transform: scale(0.85);
-ms-transform: scale(0.85); /* IE 9 */
transform: scale(0.85);
}
.vg_catalog .vg_catalogWrap .box_catalog .bcTxt {float:left; font-size: 1.7rem; color: #fff; font-weight: bold; line-height: 8.0rem;}





@media( max-width:1600px ) {
	.vg_catalog .vg_catalogWrap {max-width: 100%;}
	.vg_catalog .vg_catalogWrap .box_catalog {margin-right: 50px;}
}


@media( max-width:1400px ) {

.vg_txt_box {position: absolute;  max-width:1400px; width:100%;  color: #fff; overflow:hidden; text-align:center;}
.vg_txt_box .vg_txt_tit {position: relative; width:100%; margin:0 auto;}
.vg_txt_box .vg_txt_tit h2 {font-size:6.4rem;  margin:0 }

.vg_txt_box .vg_txt_tit .vg_txt_title3 {color:#fff; font-size:1.7rem; margin-bottom:5px; letter-spacing:0rem;  margin-top:20px; }
.vg_txt_box .vg_txt_tit .vg_txt_title4 {color:#fff; font-size:1.7rem;  letter-spacing:0rem; }



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

.vg_txt_box .vg_txt_img {position:relative; width:100%; margin-top:20px;  text-align:center;}
.vg_txt_box .vg_txt_img img {width:35%;}

}
@media( max-width:1024px ) {
	.vg_catalog .vg_catalogWrap .box_catalog:after {width:0;}

	.vg_txt_box .vg_txt_tit {text-align:center; margin-top:50px;}
	.vg_txt_box .vg_txt_tit h2 {font-size:4.6rem; line-height:1.25;}

	.vg_txt_box .vg_txt_tit .vg_txt_title3 { margin-left:0px; font-size:14px; margin-top:10px; width:80%; line-height:1.45;}


}



@media( max-width:768px ) {
	.vg_txt_box .vg_txt_tit h2 {font-size:3.6rem; line-height:1.25;}
	.vg_txt_box .vg_txt_tit .vg_txt_title3 br {display:none;}

}





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

@media( max-width:1600px ) {
	.vg_title {margin-top:0px;}


}

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

	.vg_inner {height:500px;}
}

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

.vg_button_wrap {width:100%; position:relative; max-width:1800px; height:100%; position: absolute;  top:50%;  left:50%; transform: translate(-50%, -50%);   z-index:1; }
.vg_button_wrap:before {content:''; position: absolute; width:1px; height:calc(100% - 93px); background:#fff; opacity:0.3; left:57px; bottom:0px; }

.vg_down {position:absolute;  top:50%; margin-top:50px; transform: translateX( -50%); right:0;  margin-right:calc((100% - 1800px) / 2); width: 31px; height: 113px; text-align: center;   }
.vg_down a#go_service {display: block;padding:0;}

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

@media( max-width:1800px ) {

.vg_down {right:20px;  margin-right:0;}

}

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

}







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

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


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

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





#AniTxtSub {}
#AniTxtSub .txt1 {display: block; }



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


#sub_navi {}
#sub_navi.fixed {position: fixed;left: 0;top: 0;width: 100%;}
.subNavWrap {position: relative;width: 100%;background-color: #f3f4f8;height: 7.5rem;border-bottom: solid 1px #dddddd;z-index: 9;}
.subNavWrap div.subNavInner {position: relative;margin: 0 auto;height: 7.5rem;align-items: center;}
.subNavWrap .btn_home {display: block;float: left;width: 5rem;height: 7rem;background: url(../img/sub_home.png) no-repeat;background-position: center left;position: relative;}
.subNavWrap .btn_home:after {content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 2rem;background: #dddddd;}
.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: 22.3rem;background: url(../img/sub_side.png) no-repeat;background-position: 86% center;}
.subNav1st > .navi_dp1:after {content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 2rem;background: #dddddd;}
.subNav1st > .navi_dp1:last-child:after {width: 0;}
.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: 1.8rem;color: #333333;line-height: 7.5rem;}
.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: absolute;background-color: #fff;z-index: 10;width: 100%;border: solid 1px #dddddd;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;margin-top: -1px;}
.subNav2nd > .navi_dp2 {display: table;width: 100%;}
.subNav2nd > .navi_dp2 > a {display:table-cell;padding:10px 30px;text-decoration:none;border:solid #fff;border-width:0;font-size:14px;color:#606060;vertical-align: middle;}
.subNav2nd > .navi_dp2 > a:hover,
.subNav2nd > .navi_dp2 > a:active,
.subNav2nd > .navi_dp2 > a:focus,
.subNav2nd > .navi_dp2.active > a {text-decoration:underline;}






/*서브탭메뉴*/
.subNavBarInnerWrap {position: relative;width: 100%;background: #fff;padding-top: 6rem;}
.subNavBarInner {max-width: 160rem;width: 100%;margin: auto;border-bottom: 1px solid #000;padding-bottom: 1.8rem;}
.subNavBarInner .subNavBar1st {width: 100%;display: flex;justify-content: flex-start;align-items: flex-end;flex-wrap: wrap;}
.subNavBarInner .subNavBar1st li {text-align: center;padding: 0px 4rem 0 1.3rem;font-size: 1.8rem;position: relative;color: #959494;font-style: italic;}


.subNavBarInner .subNavBar1st li.active a {color: #000;font-size: 2.6rem;font-weight: 500;}
.subNavBarInner .subNavBar1st li a {color: #959494; }
/*
.subNavBarInner .subNavBar1st li a:hover:after{ opacity: 0.8; transform: translate(-50%,0); }
.subNavBarInner .subNavBar1st li.active{ font-weight: 700; }
.subNavBarInner .subNavBar1st li a:after { content: ""; width: 11px; height: 11px; background-color: #ff009c; border-radius: 50%; display: block; position: absolute; left: 50%; top: -6px;
    transform: translate(-50%,-10px);
    opacity: 0;
    transition: .6s;}

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

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

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




@media( max-width:1024px ) {
	.subNavInnerOuter {display:none;}
	.subNavBarInnerOuter {display:none;}
	.subNavBarTitle {font-size:24px; color:#000; font-weight:600; text-align:center; padding: 20px 0px;}
}

#m_breadcrumbs_wrap {display: none}

#subPageWrap {width:100%; position: relative;background:#fff; z-index: 1;}
#subPageWrap_WIDE_ {width:100%;padding:0 0px;margin:0px auto 0;position: relative;    z-index: 1; background:#fff; }
#subPage {max-width: 160rem;width: 100%;padding: 10rem 0;margin: 0px auto 0;background: #fff;font-size: 1.6rem;}

@media( max-width:1600px ) {

	#subPage {padding: 50px 0px;}
}



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

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

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

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

}
@media( max-width:768px ) {
	#subPage {padding: 0px 0px 80px;}
	.subNavBarInnerWrap {padding-top: 2rem;}

}


/* 사이드바 */
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: 170px;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;}


/* 타이틀영역 */
.title_wrap {overflow:hidden;padding-bottom: 0px;position: relative; text-align:center;}
.title_wrap h2.title {font-size:4.0rem; color:#000; display:inline-block;  margin: 0; padding-right:0; font-weight: 600; /*text-transform:uppercase;*/}
.title_wrap h2.title br {display:none;}
.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%;max-width: 160rem;margin: 0 auto;padding: 9.2rem 0 9.3rem;clear: both;}


@media( max-width:1400px ) {
	.sub_vg_title {}
}
@media( max-width:1024px ) {
	.title_wrap {padding-bottom: 0px; }
	.title_wrap h2.title {font-size:3.8rem;}
	.title_wrap .breadcrum {display: none}

	.sub_vg_title {padding: 5.0rem; text-align:center; display:block;}


}


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


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

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

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



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

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


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

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

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

}


/* 사이트맵 */
.sitemap_wrap { width:100%; margin-top:40px;}
.sitemap_wrap div.sitemap { float:left;width:25%; vertical-align:top; text-align:center;}
.sitemap_wrap div.sitemap > h5 {width:90%; margin:0 auto; border:1px solid #0553ab;   text-align:center; font-size: 1.6rem;}
.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; font-size: 1.6rem;}
.sitemap_wrap div.sitemap li > p { text-align:left;  padding:0;margin:0; }
.sitemap_wrap div.sitemap li > p a { display:block; font-size:1.3rem;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 {padding-bottom: 5.5rem;}
#subPageTitle:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
#subPageTitle .subPageTitleTxt1 {font-size: 50px; color: #000000; font-weight: bold; text-align: center;}
#subPageTitle .subPageTitleTxt2 {}

#subPageTitle1 {position: relative; height: 5.5rem; margin-top: 3rem;    zoom: 0;}
#subPageTitle1:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
#subPageTitle1 .subPageTitle1Wrap {/*position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 83rem;*/margin: 0 auto;}
#subPageTitle1 .subPageTitle1Wrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
#subPageTitle1 .subPageTitle1Wrap .spt {font-size:1.7rem; color:#000000; float:left; width: 260px; text-align: center; background: #f2f2f2; border: solid 1px #c9c9c9; line-height: 51px; margin-right: 8px;}
#subPageTitle1 .subPageTitle1Wrap .spt:last-child {margin-right:0;}
#subPageTitle1 .subPageTitle1Wrap .spt_on {border:solid 1px #000; background:#fff;}

#subPageTitle1 .subPageTitle1WrapA {width: 107rem;}
#subPageTitle1 .subPageTitle1WrapW {width: 53rem;}
#subPageTitle1 .subPageTitle1WrapC {width: 80rem;}

#subPageTitle2 {font-size:4.0rem; color:#7cae22; font-weight:bold; text-align:center; padding-top: 9rem; padding-bottom: 9rem;}
#subPageTitle2:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}

@media all and (max-width:1024px){
	#subPageTitle .subPageTitleTxt1 {font-size: 40px;}
	#subPageTitle .subPageTitleTxt2 {}
	#subPageTitle1 {height: 100%;}
	#subPageTitle1 .subPageTitle1Wrap {position: relative; top: auto; left: auto; transform: translate(0, 0); width: 80%; margin: 0 auto;}
	#subPageTitle1 .subPageTitle1Wrap .spt {float: none; width:100%; margin: 0 auto;}
}

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




/*******	customized code Start	*********/
#wrap, #container1, #contents, main {width:100%;height:100%; }
#wrap header {}
.intro #wrap header {}
#wrap {position: relative;}
.bk .full_pagination>span {background:rgba(0,0,0,1);}
.bk .full_pagination>span.swiper-pagination-bullet-active {}
.bk .full_pagination>span>span {color:#000;font-weight: 600;}


.full_slider {width: 100%;height: 100%;margin: 0;z-index: auto;}
.full_slider>.swiper-wrapper {display: block;}
.full_item {width: auto;height:100%;overflow: hidden;}
.full_item .conwrap {width:100%;height:100%; }
.full_item .inner {width: 100%;height:100%;}

.full_pagination {position: absolute;top: 50% !important;right: 40px!important;z-index: 999999;transition: top 0.8s;width: 10rem;display: flex;flex-direction: column;align-items: center;}
.full_pagination>span {position: relative;background: transparent;margin: 7px 0 !important;opacity: 1;width: 100%;height: auto;font-size: 1.3rem;color: #a3a3a3;font-family: 'Malgun Gothic';text-align: center;}
.full_pagination>span:last-child {/*display: none !important;margin-right:0;*/}

.full_pagination>span:before {content: '';position: absolute;top: 50%;right: 0;transform: translate(0px, -50%);width: 8px;height: 8px;border: solid 1px #fff;border-radius: 100% !important;}

.full_pagination > span > span {padding: 3px 7px;}
.full_pagination > span.swiper-pagination-bullet-active > span {background: #f83b00;color: #fff;border-radius: 11px;z-index: 2;position: relative;}

.full_pagination>span.swiper-pagination-bullet-active {margin-left: 0px !important;}
.full_pagination>span.swiper-pagination-bullet-active>span {opacity:1;}
.full_pagination>span.swiper-pagination-bullet-active:before {background: #fff;}
.full_pagination>span.swiper-pagination-bullet-active:after {content: '';position: absolute;top: 50%;right: 0;width: 30px;height: 1px;background: #fff;z-index: 1;}

.full_pagination.open {display: none;}

@media( max-width:1600px ) {
	.full_pagination {display:none;}
}
@media( max-width: 1024px ) {
	.full_slider {overflow: visible !important;}
	.full_item .inner {transform: none !important;}
}
@media (max-width: 1024px) {
	.full_slider > .swiper-wrapper {
		flex-direction: column;
	}
}







.cm-word-split-JS.splitting .char {display: inline-block;position: relative;font-size: inherit;font-family: inherit;font-weight: inherit;opacity: 0;}


#custom-cursor, #custom-cursor__text {width: 11.0rem;height: 11.0rem;position: fixed;top: 0;left: 0;z-index: 99999;pointer-events: none;}
.custom-cursor__inner {display: block;width: 100%;height: 100%;position: relative;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.custom-cursor__circle, .custom-cursor__txt {display: block;width: 0;height: 0;position: absolute;top: 0;left: 0;border-radius: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);overflow: hidden;opacity: 0;}
.custom-cursor__circle {z-index: 1;background: transparent;width: 3rem;height: 3rem;opacity: 1;border: solid 1px #e60012;}
html.ie .custom-cursor__circle {background: #ffffff;background: rgba(255, 255, 255, .5);}
.custom-cursor__txt {z-index: 2; display: block;width: 100%;height: 100%;font-size: 1.8rem;font-weight:700;text-align: center;line-height: 11.0rem;color: #222;}

#custom-cursor__text.custom-hover--drag .custom-cursor__txt {background: url(../images/icon/icon-drag.svg) no-repeat center center;background-size: 8.9rem auto;}

#custom-cursor__text.custom-hover--plus .custom-cursor__txt {font-size: 0;}
#custom-cursor__text.custom-hover--plus .custom-cursor__txt:after {content: '\e943'; font-family: 'jt-font'; font-size: 21rem; width: 100%; height: 100%; text-align: center; lien-height: inherit;}

html.ie10 #custom-cursor, html.ie10 #custom-cursor__text {display: none;}
html.edge #custom-cursor__text.custom-hover--drag .custom-_cursor__txt {background-size: 9.0rem auto;}

/* element */
.element-cursor {position: relative;}
.element-cursor__point {display: block;width: 0;height: 0;position: absolute;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);opacity: 0; z-index: -1;}
.element-cursor__point > i {display: block;width: 100%;height: 100%;background: #222; /* border: 1rem solid #fff; */border-radius: 50%;/* -webkit-box-shadow: 1rem 1rem 1rem 0rem rgba(0, 0, 0, .5);box-shadow: 1rem 1rem 1rem 0rem rgba(0, 0, 0, .5); */}
.element-cursor__extend {position: absolute;top: 0;left: 0;}

.responsiveFull_1600 {width: 100%;max-width: 160.0rem;margin: 0 auto;}
@media(max-width: 1600px) {
	.responsiveFull_1600 {width: 98% !important;margin: 0 auto;}
}

@keyframes ani_01 {
    from {opacity: 0;transform: translateY(50px);}
    to {opacity: 1;transform: translateY(0px);}
}


/*	main visual */
.section1 {}
.section1 .sec1_wrap {width: 100%;height: 100%;color: #fff;position: relative;}


.section1 .vgSwiper {width: 100%;height: 100%;margin-left: auto;margin-right: auto;}

.section1 .vgSwiper .swiper-slide {}

.section1 .vgSwiper .swiper-slide .slide_wrap {position: relative;width: 100%;height: 100%;}
.section1 .vgSwiper .swiper-slide .slide_wrap .bg {width: 100%;height: 100%;transform: scale(1.1);transition: 10.0s;}
.section1 .vgSwiper .swiper-slide .slide_wrap .con {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;max-width: 160rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.section1 .vgSwiper .swiper-slide .slide_wrap .con .con_wrap {position: relative;width: 100%;}
.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit1 {font-size: 22.0rem;font-family: 'Mont-Heavy';font-style: italic;line-height: 1;display: flex;justify-content: center;}
.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit1 .t1_1 {color: #f83b00;width: calc(50% - 8rem);text-align: right;padding-right: 4rem;}
.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit1 .t1_2 {-webkit-text-stroke: 1px #fff;color: transparent;width: calc(50% + 8rem);}
.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit2 {font-size: 1.8rem;font-family: 'Malgun Gothic';display: flex;justify-content: flex-end;}
.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit2 .t2_1 {display: block;width: calc(50% + 8rem);padding-left: 3.5rem;opacity: 0;}


.section1 .vgThumbSwiper {width: 100%;max-width: 160rem;position: absolute;left: 50%;bottom: 5rem;transform: translate(-50%, 0px);}

.section1 .vgThumbSwiper .swiper-slide {height: 100%;border-right: solid 1px #fff;cursor: pointer;border-top: solid 1px #fff;}
.section1 .vgThumbSwiper .swiper-slide:last-child {border-right: 0;}
.section1 .vgThumbSwiper .swiper-slide .swiper_wrap {padding: 3.5rem 1.5rem 3rem;color: #fff;}
.section1 .vgThumbSwiper .swiper-slide .swiper_wrap .txt1 {font-size: 2.0rem;font-family: 'Mont-Heavy';}
.section1 .vgThumbSwiper .swiper-slide .swiper_wrap .txt1 br {display: none;}
.section1 .vgThumbSwiper .swiper-slide .swiper_wrap .txt2 {font-size: 1.7rem;font-family: 'Malgun Gothic';}

.section1 .vgThumbSwiper .swiper-slide-thumb-active {}
.section1 .vgThumbSwiper .swiper-slide:hover .swiper_wrap {background: rgba(248,59,0,0.5);}
/*.section1 .vgThumbSwiper .swiper-slide-thumb-active .swiper_wrap {background: rgba(248,59,0,0.5);}*/

.section1 .vgSwiper .swiper-slide-active .slide_wrap .con .tit1 .t1_1 {animation: titAnimation1 0.4s ease-in-out alternate;}
.section1 .vgSwiper .swiper-slide-active .slide_wrap .con .tit1 .t1_2 {animation: titAnimation2 0.4s ease-in-out alternate;}
.section1 .vgSwiper .swiper-slide-active .slide_wrap .con .tit2 .t2_1 {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 0.3s;}
.section1 .vgSwiper .swiper-slide-active .slide_wrap .bg {transform: scale(1.0);}


/**/
@media( max-width: 1650px ) {
	.section1 .vgThumbSwiper {padding: 0 1rem;}
}
@media( max-width: 1550px ) {
	.section1 .vgThumbSwiper .swiper-slide .swiper_wrap {padding: 2rem 1rem;}
	.section1 .vgThumbSwiper .swiper-slide .swiper_wrap .txt1 {font-size: 1.8rem;}
	.section1 .vgThumbSwiper .swiper-slide .swiper_wrap .txt1 br {display: block;}
	.section1 .vgThumbSwiper .swiper-slide .swiper_wrap .txt2 {font-size: 1.4rem;}
}

@media( max-width: 1200px ) {
	.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit1 {font-size: 18.0rem;}
	.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit1 {font-size: 14.0rem;}
}
@media( max-width: 1024px ) {
	.section1 .vgThumbSwiper {display: none;}
	.section1 .vgThumbSwiper .swiper-wrapper {flex-wrap: wrap;}
	.section1 .vgThumbSwiper .swiper-slide {width: 50% !important;}
	.section1 .vgThumbSwiper .swiper-slide:nth-child(2n) {border-right: 0 none;}
	.section1 .vgThumbSwiper .swiper-slide:last-child {width: 100% !important;border-bottom: solid 1px #fff;}
}
@media( max-width: 768px ) {
	.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit1 {font-size: 10.0rem;}
	.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit1 .t1_1 {width: 42%;padding-right: 2rem;}
	.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit1 .t1_2 {width: 58%;}
	.section1 .vgSwiper .swiper-slide .slide_wrap .con .tit2 .t2_1 {width: 100%;padding-left: 0;text-align: center;}
}

/*	 Fire Crew */
.section2 {background: #1a1818;}
.section2 .sec2_wrap {width: 100%;height: 100%;}
.section2 .bg {width: calc(50vw + 18rem);height: calc(100% - 21rem);position: absolute;top: 50%;right: 0;transform: translate(0px, -50%);background: url(../img/main_company_bg.jpg) no-repeat center/cover;}
.section2 .bg .bg_black {width: 100%;height: 100%;background: #1a1818;transition: 0.5s;transition-delay: 0.8s;}
.section2 .wrap {position: relative;width: 100%;max-width: 180rem;height: 100%;margin: 0 auto;display: flex;align-items: center;}
.section2 .wrap:before {content: 'FIRE CREW';font-size: 14.0rem;color: rgba(255,255,255,0.03);font-family: 'Mont-Heavy';position: absolute;top: 0;left: -6%;height: 100%;transform: rotate(-180deg);writing-mode: vertical-rl;text-align: center;}
.section2 .wrap .wrap_in {width: 100%;max-width: 160rem;margin: 0 auto;padding-right: 60%;}
.section2 .wrap .tit_sec {font-size: 6.0rem;color: #f83b00;font-family: 'Mont-Heavy';opacity: 0;}

.section2 .wrap .con_sec {font-size: 1.7rem;color: #fff;font-family: 'Malgun Gothic';line-height: calc(28/17);margin-top: 5rem;opacity: 0;}
.section2 .wrap .btn_sec {margin-top: 7.2rem;margin-bottom: 8.5rem;opacity: 0;}
.section2 .wrap .btn_sec .btn_wrap {font-size: 1.5rem;font-family: 'Nanum Gothic';width: 20.8rem;aspect-ratio: calc(208/44)/1;display: flex;justify-content: center;align-items: center;border: solid 1px #fff;position: relative;overflow: hidden;}
.section2 .wrap .btn_sec .btn_wrap > a {color: #fff;}
.section2 .wrap .btn_sec .btn_wrap:before {content: "";position: absolute;top: 0;right: -50px;bottom: 0;left: 0;border-right: 50px solid transparent;border-bottom: 80px solid #fff;transform: translateX(-100%);transition: 0.4s ease-in-out;z-index: -1}
.section2 .wrap .btn_sec .btn_wrap:hover > a {color: #000;}
.section2 .wrap .btn_sec .btn_wrap:hover:before {transform: translateX(0);}



.section2.on .bg_black {width: 0%;}
.section2.on .wrap .tit_sec {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 0.8s;}
.section2.on .wrap .con_sec {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 1.0s;}
.section2.on .wrap .btn_sec {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 1.2s;}

@media( max-width: 1700px ) {
	.section2 .bg {width: calc(50vw + 8rem);}
}
@media( max-width: 1650px ) {
	.section2 .sec2_wrap {padding-left: 1rem;}
}
@media( max-width: 1400px ) {

}
@media( max-width: 1024px ) {
	.section2 {height: auto !important;}
	.section2 .wrap {padding: 5rem 1rem 0;}
	.section2 .wrap .wrap_in {padding-right: 0;}
	.section2 .sec2_wrap {display: flex;align-items: center;flex-direction: column-reverse;padding: 0;}
	.section2 .bg {width: 100%;height: 50rem;position: relative;top: auto;right: auto;transform: translate(0px, 0px);}

}
@media( max-width: 768px ) {
	.section2 .bg {height: 30rem;}
}



/*	Business Area */
.section3 {}
.section3 .sec3_wrap {width: 100%;height: 100%;background: url(../img/main_business_bg.jpg) no-repeat center/cover;display: flex;align-items: flex-end;padding-bottom:15vh;}
.section3 .sec3_wrap .sec_left {width: 42%;padding-left: calc((100vw - 160rem) / 2);padding-right: 10rem;}
.section3 .sec3_wrap .sec_left .sec_wrap {min-height: 48.8rem;position: relative;}
.section3 .sec3_wrap .sec_left .sec_wrap .sec_tit_sec {opacity: 0;position: absolute;}
.section3 .sec3_wrap .sec_left .sec_wrap .sec_tit_sec.active {opacity: 1;}
.section3 .sec3_wrap .sec_left .sec_wrap .tit1 {font-size: 5.7rem;color: #fff;font-family: 'Mont-Heavy';line-height: calc(65/60);}
.section3 .sec3_wrap .sec_left .sec_wrap .tit1 .t1 {opacity: 0;font-size: 3.0rem;color: #f83b00;font-weight: 500;display: block;padding-top: 1rem;}
.section3 .sec3_wrap .sec_left .sec_wrap .tit1 .t2 {opacity: 0;display: block;}
.section3 .sec3_wrap .sec_left .sec_wrap .tit1 .t3 {opacity: 0; font-size:1.8rem; font-weight:bold; border-radius:1.45rem; background: #f83b00; color:#fff; padding:6px 14px; margin-bottom:2.0rem; display:inline-block;}
.section3 .sec3_wrap .sec_left .sec_wrap .tit2 {opacity: 0;font-size: 1.8rem;color: #fff;font-family: 'Malgun Gothic';margin-top: 5.9rem;}

.section3 .sec3_wrap .sec_right {width: calc(100% - 42%);overflow: hidden;margin-right: 2.5rem;}
.section3 .sec3_wrap .sec_right .sec_wrap {position: relative;}
.section3 .sec_right .mainBusinessSwiper {width: 100%;height: 100%;margin-top:6rem;}
.section3 .sec_right .mainBusinessSwiper .swiper-slide {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;}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap {width: 100%;position: relative;}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .bg {aspect-ratio: calc(1234/488)/1;width: 100%;border-radius: 5rem;min-height: 48.8rem;}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .content {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .content .cont_wrap {width: 100%;height: 100%;padding: 9.1rem 21rem;}

.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .txt1 {position: relative;font-size: 4.5rem;color: #fff;font-family: 'Mont-Heavy';}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .txt1 .num {position: absolute;top: -2.7rem;left: -9.5rem;font-size: 7.2rem;}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .txt2 {font-size: 2.0rem;color: #fff;font-family: 'Malgun Gothic';}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 {position: absolute;bottom: 4rem;left: 13.3rem;width: 10rem;aspect-ratio: 1/1;border: solid 1px #f83b00;border-radius: 100%;}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 .btn1_wrap {position: relative;width: 100%;height: 100%;}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 .btn1_wrap:before {content: '';position: absolute;top: 50%;left: -80%;width: 11rem;height: 1px;background: #fff;transition: 0.5s;}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 .btn1_wrap:after {content:''}
.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 .btn1_wrap .arrow {position: absolute;display: inline-block;width: 30px;height: 30px;top: calc(50% - 11.5px);left: calc(50% - 32px);overflow: hidden;vertical-align: middle;transition: 0.5s;}

.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 .btn1_wrap .arrow:before {content: "";position: absolute;top: calc(50% - 5px);left: calc(50% - 5px);width: 10px;height:10px;-webkit-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);margin-top: 2px;border-top: 1px solid #fff;border-left: 1px solid #fff;}

.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 .btn1_wrap .arrow.right:before {transform: translate(-50%, -50%) rotate(135deg);}

.section3 .sec_right .mainBusinessSwiper .swiper-slide:hover .slide_wrap .btn1 .btn1_wrap .arrow {transform: translateX(35px);}
.section3 .sec_right .mainBusinessSwiper .swiper-slide:hover .slide_wrap .btn1 .btn1_wrap:before {width: 4rem;transform: translateX(105px);}

.section3 .sec_right .swiper-pagination {position: relative;padding: 0px 0px;border-radius: 0;width: auto;height: auto;text-align: left;line-height: 30px;font-size: 1.7rem;color: #fff;opacity: 1;background: transparent;padding-left: 51.5%;margin: 0 !important;display: flex;flex-direction: column;top: auto;bottom: auto;align-items: flex-start;}
.section3 .sec_right .swiper-pagination-bullet {position: relative;padding: 6px 14px;border-radius: 0;width: auto;height: auto;text-align: left;line-height: 1;font-size: 1.7rem;color: #fff;opacity: 1;background: transparent;margin: 0.6rem 0rem !important;border-radius: 1.45rem;}
.section3 .sec_right .swiper-pagination-bullet-active {background: #f83b00;transform: translateX(2.5rem);}
.section3 .sec_right .swiper-pagination-bullet-active:before {content: '';position: absolute;top: 50%;left: -8.3rem;width: 8.3rem;height: 1px;background: #f83b00;}

.section3 .sec3_wrap .sec_left .sec_wrap .sec_tit_sec.active .tit1 .t2 {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 0.8s;}
.section3 .sec3_wrap .sec_left .sec_wrap .sec_tit_sec.active .tit1 .t1 {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 1.0s;}
.section3 .sec3_wrap .sec_left .sec_wrap .sec_tit_sec.active .tit1 .t3 {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 0.6s;}
.section3 .sec3_wrap .sec_left .sec_wrap .sec_tit_sec.active .tit2 {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 1.2s;}

@media( max-width: 1920px ) {

.section3 .sec3_wrap {padding-bottom:7rem;}
}
@media( max-width: 1650px ) {
	.section3 .sec3_wrap {padding-left: 1rem;padding-right: 1rem;}
	.section3 .sec3_wrap .sec_right {margin-right: 0;}
}
@media( max-width: 1024px ) {
	.section3 {height: auto !important;}
	.section3 .sec3_wrap {height: auto;flex-direction: column-reverse;padding: 10rem 1rem;}
	.section3 .sec3_wrap .sec_left {width: 100%;padding-left: 0;padding-right: 0;margin-top: 5.5rem;}
	.section3 .sec3_wrap .sec_right {width: 100%;}
	.section3 .sec_right .swiper-pagination {padding-left: 0;justify-content: center;align-items: flex-start;flex-direction: row;flex-wrap: wrap;}

	.section3 .sec_right .swiper-pagination-bullet-active {transform: translateX(0rem);}
	.section3 .sec_right .swiper-pagination-bullet-active:before {width: 0;}
	.section3 .sec_right .mainBusinessSwiper {margin-top: 3rem;}
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .content .cont_wrap {padding: 4.1rem 11rem;}
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .bg {min-height: auto;}
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .txt1 {font-size: 3.5rem;}
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .txt1 .num {top: -1.7rem;left: -6.5rem;font-size: 5.2rem;}
	.section3 .sec3_wrap .sec_left .sec_wrap {min-height: 35.8rem;}
	.section3 .sec3_wrap .sec_left .sec_wrap .tit2 {margin-top: 2.9rem;}
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 {width: 7rem;}
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 .btn1_wrap:before {width: 7.2rem;}
	.section3 .sec3_wrap .sec_left .sec_wrap .tit1 {font-size: 3.7rem;}
	.section3 .sec3_wrap .sec_left .sec_wrap .tit1 .t1 {font-size: 2.0rem;}
}
@media( max-width: 768px ) {
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .bg {min-height: 25.0rem;}
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .content .cont_wrap {padding: 4.1rem 7rem;}
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .btn1 {display: none;}
	.section3 .sec_right .mainBusinessSwiper .swiper-slide .slide_wrap .content .cont_wrap {padding: 4.1rem 10rem;}
}



/*	cert&mou */
.section4 {}
.sec4_wrap {width: 100%;height: 100%;background: url(../img/main_cert_bg.jpg) no-repeat center/cover;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: center;padding-left: calc((100vw - 160rem) / 2);}
.sec4_wrap .tit_sec {font-size: 3.5rem;color: #fff;font-family: 'Mont-Heavy';letter-spacing: -0.025rem;opacity: 0;}
.sec4_wrap .sec_cert {width: 100%;max-width: 160rem;}

.sec4_wrap .CertSwiper {width: 100%;height: 100%;margin-top: 2.3rem;}
.sec4_wrap .CertSwiper .swiper-wrapper {height: auto;}
.sec4_wrap .CertSwiper .swiper-slide {display: flex;justify-content: center;align-items: center;opacity: 0;}
.sec4_wrap .slide_wrap {}
.sec4_wrap .slide_wrap .thumb {position: relative;border-radius: 10px;overflow: hidden;}
.sec4_wrap .slide_wrap .txt1 {margin-top: 2.7rem;}
.sec4_wrap .slide_wrap .txt1 .txt1_wrap {width: 75%;margin: 0 auto;text-align: center;font-size: 1.6rem;color: #fff;font-family: 'Malgun Gothic';aspect-ratio: calc(164/42)/1;display: flex;justify-content: center;align-items: center;border: solid 1px #fff;position: relative;overflow: hidden;}
.sec4_wrap .slide_wrap .thumb .line {}
.sec4_wrap .slide_wrap .thumb .line .l1 {}
.sec4_wrap .slide_wrap .thumb .line .l1 {}
.sec4_wrap .slide_wrap .thumb .line span.l1:before {display: block;content: "";width: 0%;height: 5px;background: #f83b00;position: absolute;left: 0;top: 0;transition: all .3s linear;z-index: 1;}
.sec4_wrap .slide_wrap .thumb .line span.l1:after {display: block;content: "";width: 5px;height: 0;background: #f83b00;position: absolute;right: 0;top: 0;transition: all .3s .05s linear;z-index: 1;}
.sec4_wrap .slide_wrap .thumb .line span.l2:before {display: block;content: "";width: 0;height: 5px;background: #f83b00;position: absolute;right: 0;bottom: 0;transition: all .3s .1s linear;z-index: 1;}
.sec4_wrap .slide_wrap .thumb .line span.l2:after {display: block;content: "";width: 5px;height: 0;background: #f83b00;position: absolute;left: 0;bottom: 0;transition: all .3s .15s linear;z-index: 1;}
.sec4_wrap .swiper-slide:hover .thumb {border:0 none; margin-top:0px; box-shadow: 10px 10px 10px rgb(0 0 0 / 20%);}
.sec4_wrap .swiper-slide:hover .thumb .line span.l1:before {width: 100%;height: 5px;}
.sec4_wrap .swiper-slide:hover .thumb .line span.l1:after {width: 5px;height: 100%;}
.sec4_wrap .swiper-slide:hover .thumb .line span.l2:before {width: 100%;height: 5px;}
.sec4_wrap .swiper-slide:hover .thumb .line span.l2:after {width: 5px;height: 100%;}


.sec4_wrap .slide_wrap .txt1 .txt1_wrap:before {content: "";position: absolute;top: 0;right: -50px;bottom: 0;left: 0;border-right: 50px solid transparent;border-bottom: 80px solid #fff;transform: translateX(-100%);transition: 0.4s ease-in-out;z-index: -1}
.sec4_wrap .slide_wrap .txt1 .txt1_wrap:hover {color: #000;}
.sec4_wrap .slide_wrap .txt1 .txt1_wrap:hover:before {transform: translateX(0);}

.sec4_wrap .sec_mou {margin-top: 8rem;}
.sec4_wrap .mouSwiper {width: 100%;height: auto; max-width: 100vw;margin-top: 4.5rem;}
.sec4_wrap .swiper-wrapper {transition-timing-function: linear;}

.sec4_wrap .mouSwiper .swiper-slide {display: flex;justify-content: center;align-items: center;}
.sec4_wrap .mouSwiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

.section4.on .sec4_wrap .sec_cert .tit_sec {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 0.8s;}
.section4.on .sec4_wrap .sec_mou .tit_sec {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 1.0s;}

.section4.on .sec4_wrap .CertSwiper .swiper-slide:nth-child(5n+1) {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 0.6s;}
.section4.on .sec4_wrap .CertSwiper .swiper-slide:nth-child(5n+2) {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 0.8s;}
.section4.on .sec4_wrap .CertSwiper .swiper-slide:nth-child(5n+3) {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 1.0s;}
.section4.on .sec4_wrap .CertSwiper .swiper-slide:nth-child(5n+4) {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 1.2s;}
.section4.on .sec4_wrap .CertSwiper .swiper-slide:nth-child(5n+5) {animation: ani_01 0.3s ease-in-out alternate forwards;animation-delay: 1.4s;}


@media( max-width: 1650px ) {
	.sec4_wrap .sec_cert {padding: 0 1rem;}
	.sec4_wrap .tit_sec {padding: 0 1rem;}
}

@media( max-width: 1024px ) {
	.section4 {height: auto !important;}
	.sec4_wrap {padding: 10rem 0;}
}
@media( max-width: 768px ) {

}

/*	Contact Us */
.section5 {background: #1c1b1b;}
.sec5_wrap {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.sec5_wrap .cont {color: #fff;width: 100%;max-width: 160rem;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.sec5_wrap .cont .cont_left {}
.sec5_wrap .cont .cont_right {width: 73.7rem;padding-right: 6.7rem;position: relative;}
.sec5_wrap .cont .cont_logo {}
.sec5_wrap .cont .cont_txt1 {font-size: 4.0rem;font-family: 'Mont-Heavy';margin-top: 10.5rem;}
.sec5_wrap .cont .cont_txt2 {font-size: 1.6rem;font-family: 'Malgun Gothic';margin-top: 1rem;}
.sec5_wrap .cont .cont_txt2 .t1 {font-weight: 700;}
.sec5_wrap .cont .cont_txt2 .t2 {}
.sec5_wrap .cont .cont_txt3 {font-size: 1.5rem;color: #acacac;font-family: 'Malgun Gothic';margin-top: 15.5rem;}
.sec5_wrap .cont .cont_txt4 {font-size: 1.5rem;color: #d7d7d7;font-family: 'Malgun Gothic';margin-top: 0.3rem;}
.sec5_wrap .cont .cont_txt4 > a {color: #d7d7d7;}
.sec5_wrap .cont .cont_txt5 {}
.sec5_wrap .cont .cont_txt5 > a {color: #d7d7d7;}
.sec5_wrap .cont .cont_txt6 {font-size: 6.0rem;font-family: 'Mont-Heavy';}
.sec5_wrap .cont .cont_mail {}
.sec5_wrap .cont .cont_mail .cont_m {font-size: 1.8rem;font-family: 'Malgun Gothic';border-bottom: solid 1px #fff;display: flex;padding: 2.7rem 2rem 1.7rem;}
.sec5_wrap .cont .cont_mail .cont_m_input {border-bottom: 0 none;}
.sec5_wrap .cont .cont_mail .cont_m_submit {display: flex;justify-content: flex-end;padding-right: 0;padding-top: 8rem;}

.sec5_wrap .cont .cont_mail .cont_m .cont_mail_left {width: 15%;}
.sec5_wrap .cont .cont_mail .cont_m .cont_mail_right {width: 85%;}

.sec5_wrap .cont .cont_mail .cont_m input[type="checkbox"] {accent-color: ##f83b00;}
.sec5_wrap .cont .cont_mail .cont_m input[type=text] {background: transparent;border: 0 none;color: #fff;outline: none;width: 100%;}
.sec5_wrap .cont .cont_mail .cont_m input[type=text]:focus {outline: none !important;}
.sec5_wrap .cont .cont_mail .cont_m input[type=text]:focus-visible {outline: none !important;box-shadow: none !important;}

.sec5_wrap .cont .cont_mail .cont_m .submit {color: #fff;background: transparent;border: 0 none;}
.sec5_wrap .cont .cont_mail .cont_m .submitY {position: relative;cursor: pointer;font-size: 1.8rem;font-family: 'Mont-Heavy';}
.sec5_wrap .cont .cont_mail .cont_m .submitY:before {content: '';position: absolute;bottom: -3px;left: 0;width: 0%;height: 1px;background: #fff;transition: width 0.5s;}
.sec5_wrap .cont .cont_mail .cont_m .submitY:hover:before {width: 100%;}
.sec5_wrap .cont .cont_top {width: 3.9rem;aspect-ratio: calc(39/29)/1;background: url(../img/top_01.png) no-repeat center/contain;position: absolute;bottom: -14rem;right: 0;cursor: pointer;}




@media( max-width: 1650px ) {
	.sec5_wrap .cont {padding: 0 1rem;}
}
@media( max-width: 1400px ) {
	.sec5_wrap .cont .cont_left {width: 50%;}
	.sec5_wrap .cont .cont_right {width: 50%;}
}
@media( max-width: 1024px ) {
	.section5 {height: auto !important;}
	.sec5_wrap {padding: 5rem 0;}
	.sec5_wrap .cont {flex-direction: column-reverse;}
	.sec5_wrap .cont .cont_right {width: 100%;padding-right: 0;}
	.sec5_wrap .cont .cont_left {width: 100%;display: flex;flex-direction: column;align-items: center;}
	.sec5_wrap .cont .cont_txt6 {text-align: center;}
	.sec5_wrap .cont .cont_right {margin-bottom: 5rem;}
	.sec5_wrap .cont .cont_top {bottom: 0;right: auto;left: 0;display: none;}
}
@media( max-width: 768px ) {

}


/* sec_footer */
#wrap footer {position: fixed;bottom:0;left:0;}
.sec_footer {width: calc(100% + 130px);height: auto;background: transparent;  }




/*section7 - footer*/







@media( max-width:1400px ) {

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

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

}





/*******	customized code End	*********/