@charset "utf-8";

html {font-size:62.5%;}
html.html_index {overflow-x: hidden !important;height: 100%;}
@media screen and (max-width: 768px){
	html {font-size:50%; }
}

@media screen and (max-width: 500px){
	html {font-size:45%; }
}



body {font-family:'Wanted Sans Variable',  '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; }
body { height: 100%; }
body img {max-width: 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';}





/*
** 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:1800px; margin:auto;}
.wid_1800_full {width:100%; position:relative; max-width:1800px; margin:auto;}
.wid_1600 {width:100%; position:relative; max-width:1600px; margin:auto;}
.wid_1600_full {width:100%; position:relative; max-width:1600px; margin:auto;}
.wid_1400 {width:100%; position:relative; max-width:1400px; margin:auto;}
.wid_1400_full {width:100%; position:relative; max-width:1400px; margin:auto;}

@media screen and (max-width: 1850px){
	.wid_1800 {padding-left: 1rem !important;padding-right: 1rem !important}
}
@media screen and (max-width: 1650px){
	.side_pd {padding-left: 1rem !important;padding-right: 1rem !important}
	.wid_1600 {padding-left: 1rem !important;padding-right: 1rem !important}
}
@media screen and (max-width: 1450px){
	.wid_1400 {padding-left: 1rem !important;padding-right: 1rem !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: 9;/*border-bottom: solid 1px rgba(255,255,255,0.3);*/}
/*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 .headerBox.active { background:rgba(255, 255,255, 1); }
header#header .headerBox.active:after {content: '';position: absolute;bottom:0;left:0;width:100%;height:1px;background: #ececec}*/
.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);}

.headerBox {position: relative;width: 100%;margin: 0 auto;z-index: 1;}
.header_wrap div.logo {position: absolute;left: calc((100% - 1600px) / 2);top: 32px;width: 123px;height: 57px;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_sub.m-fixed .headerBox{top: 0;padding:0; background:rgba(255, 255,255, 1); }
.header_sub.m-fixed .headerBox div.logo {background-image: url("../img/logo.png");}



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

header#header.bg .headerBox {top: 0;padding:0; background:rgba(255, 255,255, 1); border-bottom:1px solid #ddd;  }
header#header.bg .headerBox div.logo {background-image: url("../img/logo.png");}
header#header.bg  #gnbnav ul.gnb_list > li > a {color: #000; }
header#header.bg .headerBox div.lang 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)}





header#header {background:rgba(255,255,255,0.4);}




/* 전체 메뉴 */
div#totalMenu {position: fixed;right:calc((100% - 1600px) / 2); top:72px;cursor: pointer;text-align: center;width:60px;height:60px; z-index: 9999999; background: url(../img/btn_open.png) no-repeat;background-position: center;}
div#totalMenu div.bars {position: relative;width: 59px;height:60px;overflow: hidden;margin:12px auto;}
div#totalMenu div.bars span.bline {display:block;background:#fff;width:100%;height:2px;margin:0;}
div#totalMenu div.bars span.bline.top {position: absolute;top: 15px;left: 13px; width:30px;}
div#totalMenu div.bars span.bline.mid1 {position: absolute;top: 25px;left: 13px; width:30px;}
div#totalMenu div.bars span.bline.mid2 {position: absolute;top: 25px;left: 13px; width:30px;}
div#totalMenu div.bars span.bline.bot {position: absolute;top: 35px;left: 13px; width:30px; display:none;}
div#totalMenu div.bars span.bline.box_top {display:none; position: absolute;top:0px; height:0px; background:#c9c9c9}
div#totalMenu div.bars span.bline.box_bottom {display:none; position: absolute;bottom:0px; height:0px; background:#c9c9c9}
div#totalMenu div.bars span.bline.box_left {display:none; position: absolute;left:0px; width:0px; height:100%; background:#c9c9c9}
div#totalMenu div.bars span.bline.box_right {display:none; position: absolute; right:0px; width:0px; height:100%; background:#c9c9c9}
/*#hd.on div#totalMenu {border:3px solid #000;}
#hd.on div#totalMenu div.bars span.bline {background:#000;}*/
.bk div#totalMenu div.bars span.bline {background:#000;}

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


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


.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 {z-index: 100; position: fixed;width: 100%; top:-200%; background:#fff; background-size:cover; color:#fff; overflow: hidden; height:100vh;}
.total_menu_contain.active {top: 0;}
.total_menu_contain .total_menu_in {/*display: table; table-layout: fixed; */ height: 100%; width: 100%; position:relative; display:flex;}
.total_menu_contain .total_menu_in .total_menu_inner {/*display: table-cell; */   vertical-align: middle;height: 100%;padding:0;overflow-y: auto;}
.total_menu_contain .total_menu_in .total_menu_inner .total_menu_in_bottom {width:300px; margin:0 auto; }
.total_menu_contain .total_menu_in .total_menu_inner .total_menu_in_bottom .total_menu_in_bottom_btn {float:left; width:130px; height:34px; font-size:1.5rem; line-height:30px; color:#000; text-align:center; border:solid 1px #ffffff; margin-right:35px; }
.total_menu_contain .total_menu_in .total_menu_inner .total_menu_in_bottom .total_menu_in_bottom_btn:last-child {margin-right:0px;}
.total_menu_contain .total_menu_in .total_menu_inner .total_menu_in_bottom .total_menu_in_bottom_btn a {color:#ffffff}


.total_menu_in .t_menu_list {width:100%; font-size:0; justify-content: center; margin:auto; align-items: center; position: relative; max-width:1600px; display:flex; flex-direction: column; }
/*.total_menu_in .t_menu_list:before {content:""; display:block;width:100%; height:2px; background:#ff9016;position: absolute;top:-60px;}*/

.total_menu_in .t_menu_list div.t_menu_list_sub {width:100%; display:flex;  height:120px; align-items: center;}
.total_menu_in .t_menu_list div.t_menu_list_sub:last-child {border-right: 0 none;}
.total_menu_in .t_menu_list div.t_menu_list_sub .title {position: relative; width:700px; display:flex; align-items: flex-start; overflow:hidden}
.total_menu_in .t_menu_list div.t_menu_list_sub .title .title1 { font-size:2.0rem; color:#000;  position: relative; margin-right:5.0rem; margin-top:2.0rem;}
.total_menu_in .t_menu_list div.t_menu_list_sub .title .title2 {font-size:6.0rem;  font-weight:700; color:#000; ; position:relative;transition: .5s ease-out; }
.total_menu_in .t_menu_list div.t_menu_list_sub .title .title2:after{
    content: attr(data-title);
    position: absolute;
	left:50%;
	transform:translate(-50%, 0);
    bottom: -100%;
    width: 100%;
    height: 100%;
	transition: .5s ease-out;
	color:#a7a7a7;
	}
.title2:hover{transform: translate(0, -100%);  transition: .5s ease-out; }
.title2:hover:after {transform: translate(0, 0);  transition: .5s ease-out; left:0}


.total_menu_in .t_menu_list div.t_menu_list_sub ul {padding-top: 25px; display:flex; flex-wrap:wrap; width:calc(100% - 700px); }
.total_menu_in .t_menu_list div.t_menu_list_sub li {margin-right:5.5rem;}
.total_menu_in .t_menu_list div.t_menu_list_sub li > a {display:block; font-size:18px; color:#000;line-height:2.0;}
.total_menu_in .t_menu_list div.t_menu_list_sub li > a:hover {color:#a7a7a7; }
.total_menu_in .t_menu_list div.t_menu_list_sub li > p { text-align:left;  padding:0;margin:0; }
.total_menu_in .t_menu_list div.t_menu_list_sub li > p a { display:block; font-size:1.0rem;line-height:1.5; color:#999999; font-weight:300; margin-bottom:10px; }


@media screen and (max-width: 1600px){
	.total_menu_in .t_menu_list div.t_menu_list_sub .title {width:450px;}
	.total_menu_in .t_menu_list div.t_menu_list_sub .title .title1 {margin-top:1.0rem;}
	.total_menu_in .t_menu_list div.t_menu_list_sub .title .title2 {font-size:4.5rem;  font-weight:700; color:#000; ; position:relative;transition: .5s ease-out; }

	.total_menu_in .t_menu_list div.t_menu_list_sub ul { width:calc(100% - 450px); }
}


/**/

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





.header_sub.m-fixed ul.gnb_list > li > a {color:#000!important;}


#gnbnav ul.gnb_list > li:hover .headerBox div.logo {background-image: url("../img/logo.png");}


#gnbnav { width:900px; margin:0 auto;z-index: 100; }

#gnbnav ul.gnb_list {width: 100%;margin: 0 auto;display: flex;}
#gnbnav ul.gnb_list > li {text-align: center;position: relative;width: calc(100% / 5);}
#gnbnav ul.gnb_list > li > a {display: inline-block;width: 100%;font-size: 18px;text-transform: uppercase;color: #fff;padding: 39px 0px;position: relative;font-weight: 700;}

#gnbnav ul.gnb_list > li > a.on,
#gnbnav ul.gnb_list > li:hover > a {color: #000 !important; /*background:#1d2088; */}
#gnbnav ul.gnb_list > li:hover .headerBox {background-color:#fff!important;}


#gnbnav ul.gnb_list > li > a.on_all {font-weight:bold;}
#gnbnav ul.gnb_list > li > a .line {position: absolute; display:block; bottom:-2px; height:3px; width:0%; background: #e60012; left:50%;}
/*#gnbnav ul.gnb_list > li > a.on .line,*/
#gnbnav ul.gnb_list > li:hover > a .line {width: 100% !important;left: 0px !important;}





.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;}
	div#totalMenu {right:15px; top:20px;}

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

}
@media screen and (max-width: 1200px){
	div#totalMenu {display:none !important; }
}

#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 {height:62px; }*/
	header#header, .headerBox {min-width: 100%;width:100%;background: #fff;}



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

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

	.header_wrap div.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")}
    #totalMenu {display: none}

}



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


}


/**/

/* ****************** HEADER ********************** */
:root{
	--header-height: 11.0rem;
	--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 {width: 100%;height: 11rem; padding:0 10.0rem; margin: auto; display: flex;justify-content: space-between;align-items: center;}
#headerInnerWrap .lang {width: 10.0rem;z-index: 99;cursor: pointer;}
#headerInnerWrap .lang .lang1 {font-size: 1.5rem;display: flex;align-items: center;gap: 5px;}
#headerInnerWrap .lang .lang1 .l1 {}
#headerInnerWrap .lang .lang1 .l2 {}
#headerInnerWrap .lang .lang1 .l3 {font-size: 15px;}
#headerInnerWrap .lang .lang2 {position: relative;}
#headerInnerWrap .lang .lang2 > ul {font-size: 16px;background: #efefef;border-radius: 5px;padding: 1rem 2rem;text-align: center;margin-top: 10px;position: absolute;top: 0;display: none;}
#headerInnerWrap .lang .lang2 > ul > li {}
#headerInnerWrap .lang .lang2 > ul > li > a {font-weight: 700;}
#headerInnerWrap .lang .lang2 > ul > li > a:hover {color: #1d2865;}

#headerInner {position: relative;width: 17rem;aspect-ratio: calc(202 / 60);z-index: 99;}
#wrap header.init #headerInner {transform: translateY(0px);transition:all 1.2s}
#header .logo {position:relative; z-index:100;width: 100%;height: 100%;}
#header .logo a {width: 100%;height: 100%;display: block;background-image: url(../img/logo.png);background-repeat: no-repeat;background-position: center;background-size: contain;}

#headerInnerWrap .headerInnerBlank1 {width: calc(100% - 80rem);}
#headerInnerWrap .headerInnerBlank2 {width: 1rem;}


@media screen and (max-width: 1920px){
#headerInnerWrap {max-width: 180.0rem;  padding:0em;}

}

/* 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 :: mall 바로가기 */
.head_gomall {padding:0 3.5rem 0 0; z-index:100;}
.head_gomall a {color:#fff; font-weight:600; background:#1f2a66; padding: 1.0rem 2.0rem; font-size:1.7rem; border-radius:4.0rem;}





/* -------- 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 {width: 50.0rem;z-index: 99;}

#gnb > ul {display: flex;justify-content: flex-end;}
#gnb > ul > li{position:relative; word-break:keep-all; transition:all 0.3s; padding: 0 6.0rem; /*padding: 0 1.5rem;*/}

#gnb > ul > li > a {position: relative;z-index: 100;width: 100%;display: block;height: 10rem;padding: 4rem 0;text-align: center;color: #000;font-size: 1.9rem;font-weight: 500;-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;}
.header_sub #gnb > ul > li {padding: 0 5.0rem;}
/* GNB :: 메뉴오픈 */
/*#header.gnb-open #gnb > ul > li{padding: 0 6.0rem;}
#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:9;
	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:0px;  background-color:#ddd; content:"";}
#gnbBg:after{position:absolute; top:var(--header-height); left:0; right: 0; height:1px; background-color:#ddd; content:"";}
#gnb.total-menu > ul > li .gnb-2dep {position: absolute;top: 10.5rem;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.1s 0s;transition: all 0.1s 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: #1d2865;
	-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:1.5rem 0px; background-color:transparent; transition:all 0.1s}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{display: block;padding: 0.6rem 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:#1d2865;}

#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 (높이변경) */
#gnbBg.open{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){
	#headerInner {height: 100%;margin: 0rem auto 0;}
	#header .logo a {width: 90px;background-size: contain;}
}
/* -------- 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;}



/* ****************** SIDEBAR ********************** */
#rightSidebar {width: 30px;display: flex;flex-direction: column;z-index: 1301;transform: translateX(100px);}
#contents.init #rightSidebar {transform: translateX(0px);transition: all 1.2s;}


#rightSidebar.is-3dep{height:calc(100% - var(--sub-menu2-height));}
#rightSidebar.bor0{border:0;}

#rightSidebar .nav-open-btn-box {display: flex;flex-direction: column;justify-content: center;width: 100%;height: 100%;position: relative;overflow: hidden;z-index: 9999;}

#rightSidebar .lang_sec {font-size: 14px;color: #fff;font-family: 'Poppins';font-weight: 700;writing-mode: vertical-rl;display: flex;align-items: center;background: url(../img/right_globe_1.png) no-repeat;background-position: center top;padding-top: 3.7rem;margin-top: 5.0rem;z-index: 1;}
#rightSidebar .lang_sec > a {color: #fff;}
#contents.init #rightSidebar .lang_sec {right: 0;transition: all 1.2s;}

.bk #rightSidebar .lang_sec {background: url(../img/right_globe_2.png) no-repeat;background-position: center top;}
.bk #rightSidebar .lang_sec > a {color: #aaaaaa;}

#rightSidebar .blank_sec {height: 100%;}

#rightSidebar .scroll-icon {display: flex;flex-direction: column;align-items: center;padding-bottom: 5rem;height: 17.8rem;z-index: 1;}
#rightSidebar .scroll-icon .txt {font-size: 1.4rem;font-family: 'Poppins';writing-mode: vertical-rl;margin-bottom: 1.7rem;}
#rightSidebar .scroll-icon .mouse-icon {width: 20px;height: 28px;border-style: solid;border-width: 1px;border-radius: 10px;position: relative;}
#rightSidebar .scroll-icon .mouse-icon:before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 2px;height: 2px;background: #fff;}


.white-ver .scroll-icon .mouse-icon{border-color:rgba(255, 255, 255, 1.0);}
.white-ver .scroll-icon .mouse-icon:after{background-color:#fff;}
.white-ver .scroll-icon .txt{color:rgba(255, 255, 255, 1.0)}
.bk .scroll-icon .txt {color: rgba(170, 170, 170, 1.0)}
.bk .scroll-icon .mouse-icon {border-color: rgba(170, 170, 170, 1.0);}
.bk #rightSidebar .scroll-icon .mouse-icon:before {background: rgba(170, 170, 170, 1.0);}
.bk #rightSidebar:before {background: #dddddd;}


#rightSidebar .btMn {width: 30px;height: 35px;display: block;}
#rightSidebar .btMn span.b {display: block;width: 30px;height: 9px;border-radius: 3px;border: solid 1px #000;margin-bottom: 2px;transition: 0.3s;background: transparent;}
#rightSidebar .btMn span.b1 {}
#rightSidebar .btMn span.b2 {}
#rightSidebar .btMn span.t {font-size: 11px;font-weight: 500;}
#rightSidebar .btMn span.t1 {display: block;}
#rightSidebar .btMn span.t2 {display: none;}
#rightSidebar .btMn i {position: absolute;right: 0;display: block;width: 15px;height: 1px;background-color: #fff;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#rightSidebar .btMn i:nth-child(1) {top: 0;left: 0;}
#rightSidebar .btMn i:nth-child(2) {top: calc(50% - 1px);width: 100%;}
#rightSidebar .btMn i:nth-child(3) {bottom: 1px;}
#rightSidebar .btMn:hover i:nth-child(2) {width: 100%;}
#rightSidebar .btMn.open {}
#rightSidebar .btMn.open i {width: 30px;height: 3px;}
#rightSidebar .btMn.open i:nth-child(1) {top: 50%;left: 0;}
#rightSidebar .btMn.open i:nth-child(2) {top: 50%;left: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
#rightSidebar .btMn.open i:nth-child(3) {display: none;}
/*#rightSidebar .btMn.open:hover i:nth-child(2) {width: 30px;}*/

#rightSidebar.open {}
#rightSidebar.open .nav-open-btn-box {background: transparent;}
#rightSidebar.open .lang_sec {display: none;}
#rightSidebar.open .scroll-icon {display: none;}
#rightSidebar.open:before {width: 0;}

#rightSidebar .btMn.open span.t1 {display: none;}
#rightSidebar .btMn.open span.t2 {display: block;letter-spacing: -0.15rem;}

#rightSidebar .btMn:hover span.b {background: #000;}

/* -------- SIDEBAR :: Index -------- */
#wrap #rightSidebar{right:calc(var(--aside-width) * -2); opacity:0; transition:right ease-out 0.6s  0.1s, opacity ease-out 0.6s  0.1s;}
#wrap.active #rightSidebar{right:0; opacity:1;transform: translateX(0px);}

#rightSidebar.rightSidebarSub {transform: translateX(0px);transition: none !important;}




#allmenu {position:fixed;top:0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,1);z-index: 8;opacity: 0;visibility: hidden;}
#allmenu *{box-sizing:border-box;}
#allmenu .allmenu{position: relative;width: 100%;height: 100%;overflow-y: auto;overflow-x: hidden;}
#allmenu .close{position: absolute;top: 40px;right: 30px;width: 36px;height: 36px;display: block;z-index: 100;}
#allmenu .close:before,
#allmenu .close:after{display:block;content:"";position: absolute;top: -6px;left: 17px;width: 1px;height: 48px;transform: rotate(45deg);background: #fff;}
#allmenu .close:after{transform: rotate(-45deg);}
#allmenu .inner{position: relative;width: 100%;height: 100%;display: flex;flex-wrap: wrap;overflow-y: auto;}
#allmenu .inner::-webkit-scrollbar{width:0px;}
#allmenu .inner::-webkit-scrollbar-thumb {background-color:#000; border-radius:10px;}
#allmenu .inner::-webkit-scrollbar-track {background-color:#eee;}
#allmenu .all_gnb_wrap{width: 71.875%;padding: 145px 9%;box-sizing: border-box;display: flex;flex-wrap: wrap;align-items: center;}
#allmenu .all_gnb_wrap .all_gnb{width: 100%;display: flex;flex-wrap: wrap;}
#allmenu .all_gnb_wrap .all_gnb .menu{width: calc((100% - 140px) / 3);margin-right: 70px;display: flex;flex-wrap: wrap;word-break: keep-all;flex-direction: column;}
#allmenu .all_gnb_wrap .all_gnb .menu:nth-child(3n){margin-right:0;}
#allmenu .all_gnb_wrap .all_gnb .menu:nth-child(n+4){margin-top: 95px;}
#allmenu .all_gnb_wrap .all_gnb .menu .dep1{}
#allmenu .all_gnb_wrap .all_gnb .menu .dep1 .title {font-size: 3.2rem;color: #333333;font-weight: 700;}
#allmenu .all_gnb_wrap .all_gnb .menu .dep1 .title > a {font-size: 3.2rem;color: #333333;font-weight: 700;}
#allmenu .all_gnb_wrap .all_gnb .menu .sub_menu_wrap {}
#allmenu .all_gnb_wrap .all_gnb .menu .sub_menu{display: block;background: transparent;opacity: 1;margin-top: 3.2rem;}
#allmenu .all_gnb_wrap .all_gnb .menu .sub_menu li + li{margin-top: 12px;}
#allmenu .all_gnb_wrap .all_gnb .menu .sub_menu li a{display: inline-block;padding: 0 0 0 0;font-size: 1.8rem;color: #777777;line-height: 1.3;}
#allmenu .all_gnb_wrap .all_gnb .menu .sub_menu li a:hover {color: #777777; background: transparent}
#allmenu .info_wrap {width: 28.125%;background: url(../img/totalmenu_bg2.jpg) no-repeat center right;  background-size:cover; color: #fff;padding: 145px 70px;font-size: 1.4rem;line-height: calc(20 / 14);word-break: break-all;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: flex-end;}
#allmenu .info_wrap .info_list{}
#allmenu .info_wrap .info_list .list{width: ;}
#allmenu .info_wrap .info_list .list + .list{margin-top: 55px;}
#allmenu .info_wrap .info_list .list .tit {font-size: 1.6rem;font-weight: 700;margin-bottom: 8px;display: block;}
#allmenu .info_wrap .info_list .list .con {}
#allmenu .info_wrap .info_list .list .con a {color: #fff;}

#allmenu .info_wrap .info_lang {margin-top: 5.5rem;}
#allmenu .info_wrap .info_lang > ul {display: none;}
#allmenu .info_wrap .info_lang > ul > li {position: relative;margin-right: 1rem;padding-right: 1rem;}
#allmenu .info_wrap .info_lang > ul > li:after {content: '';position: absolute;top: 50%;right: 0;transform: translate(0px, -50%);width: 1px;height: 50%;background: #fff;}
#allmenu .info_wrap .info_lang > ul > li:last-child:after {width: 0;}
#allmenu .info_wrap .info_lang > ul > li:hover {font-weight: 700;}
#allmenu .info_wrap .info_lang > ul > li > a {font-size: 1.8rem;color: #fff;}

#allmenu.open {opacity: 1;visibility: visible;transition: opacity 0.3s linear 0.1s;}
#allmenu.open .all_gnb_wrap .all_gnb .menu:nth-child(1) {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0.2s;}
#allmenu.open .all_gnb_wrap .all_gnb .menu:nth-child(2) {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0.3s;}
#allmenu.open .all_gnb_wrap .all_gnb .menu:nth-child(3) {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0.4s;}
#allmenu.open .all_gnb_wrap .all_gnb .menu:nth-child(4) {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0.5s;}
#allmenu.open .all_gnb_wrap .all_gnb .menu:nth-child(5) {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0.6s;}
#allmenu.open .all_gnb_wrap .all_gnb .menu:nth-child(6) {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0.7s;}
/**/

.m_fix_left {font-size: 15px;font-weight: 500;writing-mode: vertical-rl;transform: rotate(180deg);position: fixed;left: calc((100% - 180.0rem) / 2);bottom: 3.0rem;z-index: 2;}
.m_fix_right {position: fixed;right: calc((100% - 180.0rem) / 2);bottom: 3.0rem;z-index: 2;}
.m_fix_right .img1 {opacity: 1;height: auto;transition: 0.3s;}
.m_fix_right .top_btn {opacity: 0;height: 0;transition: 0.3s;}
.m_fix_right .top_btn .crt_img {width: 6.4rem;aspect-ratio: calc(64 / 63);background: url(../img/btn_top.png) no-repeat center / contain;}
.m_fix_right .top_btn .crt_txt {font-size: 1.6rem;text-align: center;font-weight: 700;margin-top: 1.5rem;}

.m_fix_right.footer .img1 {opacity: 0;height: 0;}
.m_fix_right.footer .top_btn {opacity: 1;height: auto;cursor: pointer;}

#sideToggleWrap.on{right: 0;}
#sideToggleWrap .close-sideToggle {float: right;color: #fff;position: relative;z-index: 2;font-size: 16px;}
#sideToggleWrap .widget {position: relative;z-index: 1;clear:both;}

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

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


#header.totalMenu #headerInnerWrap .lang {display: none;}
#header.totalMenu #headerInner {display: none;}
#header.totalMenu #gnb  {display: none;}
#header.totalMenu .head_gomall {display:none;}

@media screen and (max-width: 1850px){
	#headerInnerWrap {padding: 0 2rem;}

	.m_fix_right {display: none;}
	.m_fix_left {display: none;}
}

@media screen and (max-width: 1600px){
	#headerInnerWrap {height: 100%;}
}

@media screen and (max-width: 1350px){
	#gnb > ul {display: none;}
	#gnb.open #gnbBg {display: none;}
	.gnb-overlay-bg {display: none;}
	#headerInnerWrap .lang {display: none;}
	#allmenu .info_wrap .info_lang > ul {display: flex;}
}
@media screen and (max-width: 1024px){
	#allmenu .inner {flex-direction: row;}
	#allmenu .all_gnb_wrap {width: 100%;padding: 10rem 5rem 5rem;align-items: flex-start;}
	#allmenu .all_gnb_wrap .all_gnb {flex-direction: column;}
	#allmenu .all_gnb_wrap .all_gnb .menu {width: 100%;margin-right: 0;margin-bottom: 2.5rem;}
	#allmenu .all_gnb_wrap .all_gnb .menu:nth-child(n+4) {margin-top: 0;}
	#allmenu .all_gnb_wrap .all_gnb .menu .sub_menu {margin-top: 1.2rem;}

	#allmenu .info_wrap {width: 100%;}
	#allmenu .info_wrap .info_list {display:none;}
	#allmenu .info_wrap .info_list .list .tit {font-size: 1.8rem;}
	#allmenu .info_wrap {padding: 7rem;font-size: 1.6rem;background: 0 none;}
	#allmenu .info_wrap .info_lang {margin-top: 0;}
	#allmenu .info_wrap .info_lang > ul > li > a {color: #000;}
	#allmenu .info_wrap .info_lang > ul > li:after {background: #000;}

	#rightSidebar .btMn.open i {background-color: #000;width: 20px;}
}
@media screen and (max-width: 768px){
	#allmenu .info_wrap .info_list .list + .list {margin-top: 15px;}
	#allmenu .info_wrap {padding: 0 5rem 5rem;}


	#allmenu .all_gnb_wrap .all_gnb .menu .sub_menu {display: flex;flex-wrap: wrap;align-items: center;column-gap: 2.0rem;row-gap: 1rem;}
	#allmenu .all_gnb_wrap .all_gnb .menu .sub_menu li + li {margin-top: 0px;}
}


/* 서브 상단 */
.sub_vg { position : relative;width: 100%;height:47.4rem;overflow: hidden;}
div#vg_con {width: 100%;height: 47.4rem;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;}
@-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;top: 50%;left: 50%;transform: translate(-50%, 0);position: absolute;z-index: 0;text-align: left;}
div#vg_con .sub_vg_title1 {position:relative; text-align:center;}

div#vg_con .sub_vg_title1 .txt1 {font-size: 4.8rem;color: #fff;font-weight: 700;line-height: 1;}
div#vg_con .sub_vg_title1 .txt2 {font-size: 1.8rem;color: #fff;text-transform: uppercase;font-weight: 600;line-height: 3.0rem;}

div#vg_con .sub_vg_title1 .txt1 .word,
div#vg_con .sub_vg_title1 .txt2 .word {overflow: hidden;display: inline-block;}



div#vg_con .sub_vg_title1 .txt1 {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
div#vg_con .sub_vg_title1 .txt1 {animation-delay:0.1s;}
div#vg_con .sub_vg_title1 .txt1.splitting .char{animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
div#vg_con .sub_vg_title1 .txt1.splitting .char{animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: calc(60ms * var(--char-index));}

@media screen and (max-width: 1600px){
	div#vg_con {width:100%;}
	div#vg_con .sub_vg_txt {}
	div#vg_con .sub_vg_title1 {max-width:100%; }

}

@media screen and (max-width: 1600px){
div#vg_con .sub_vg_txt{top: 280px;}
}


@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_txt {top:240px; /*left:50%; transform: translateX(-20%);*/ }
	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){
	div#vg_con .sub_vg_txt {top: 16.0rem;}
	.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 {}
	#rightSidebar .lang_sec {background-size: 30%;font-weight: 400;margin-top: 1rem;/*padding-top: 2.5rem;*/}

	div#vg_con .sub_vg_title1 .txt1 {font-size: 4.0rem;}
	div#vg_con .sub_vg_title1 .txt2 {margin-top: 0rem;}
}



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 {border-bottom: solid 1px #bfbfbf;padding-top: 0rem;}
.sub_tab {width: 100%;display: flex;justify-content: center;flex-wrap: wrap;column-gap: 4.0rem; }
.sub_tab li.tab_list {position: relative;}
.sub_tab li.tab_list > a {font-size: 1.8rem;color: #363636;font-weight: 500;line-height: 7.4rem;padding: 0 1rem;height: 100%;display: block;}
.sub_tab li.tab_list > a > span {position: relative;display: block;height: 100%;}
.sub_tab li.tab_list > a > span:before {content: '';position: absolute;bottom: 0;left: 50%;transform: translate(-50%, 1px);background: #1d2865;width: 0%;height: 4px;transition: 0.5s;}
.sub_tab li.tab_list > a:hover > span:before {width: 100%;}
.sub_tab li.tab_list > a.selected > span:before {width: 100%;}

.sub_depth_1, .sub_depth_2 {display:none;}

#tabMiddleWrap3rd {position: relative; margin-top:0rem;}
#tabMiddleWrap3rd .ssnav {/*max-width: 1400px;*/ margin:0rem auto 3.0rem; }
#tabMiddleWrap3rd .ssnav ul {display: flex; flex-wrap:wrap; justify-content: center;}
#tabMiddleWrap3rd .ssnav ul li {position: relative;display: flex;justify-content: center;align-items: center;text-align: center;/*border-bottom: solid 4px #b0b0b0;*/padding:0 2.5rem;
								/*padding: 0.4rem 3rem;*/ }
#tabMiddleWrap3rd .ssnav ul li:after {content:'';  width:1px; height:23px; top:5px; right:0;background:#ddd; position:absolute;}
#tabMiddleWrap3rd .ssnav ul li:last-child:after {display:none;}
#tabMiddleWrap3rd .ssnav ul li a {font-size: 2.0rem;color: #888; font-weight: 500;display: block;width: 100%;}
#tabMiddleWrap3rd .ssnav ul li:hover,
#tabMiddleWrap3rd .ssnav ul li.active{color:#e60012; font-weight:600;}

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


@media screen and (max-width: 1024px){
	#tabMiddleWrap3rd .ssnav ul {}
	#tabMiddleWrap3rd .ssnav ul li {/*height:45px;*/}

	#tabMiddleWrap3rd .ssnav ul li a {}

}

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

	#tabMiddleWrap3rd .ssnav ul li {padding:0 12px;}
	#tabMiddleWrap3rd .ssnav ul li:last-child {margin-right: 0rem;}
	#tabMiddleWrap3rd .ssnav ul li a {font-size: 15px}
	#tabMiddleWrap3rd .ssnav ul li:after {content:'';  width:1px; height:15px; top:0px; right:0;background:#ddd; position:absolute;}
}

@media screen and (max-width: 500px){
#tabMiddleWrap3rd .ssnav ul li {margin-bottom:1.0rem;}


}





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


@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 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:nth-child(3) {display:none;}

/*.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:16px;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:50px;  }
.subNavBarInner {max-width:1600px; width:100%; margin: auto;    border-top:1px solid #ccc; }
.subNavBarInner .subNavBar1st {width:100%; display: flex; justify-content: center;}
.subNavBarInner .subNavBar1st li {text-align:center; padding: 35px 3.0rem 0  3.0rem; font-size:18px; letter-spacing:-0.025rem;position: relative;}


.subNavBarInner .subNavBar1st li.active a {color:#000; }
.subNavBarInner .subNavBar1st li a {color: #000; }

.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;}
	.subNavBarInner {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: 160.0rem;width: 100%;padding: 0px 0px 15rem 0px;margin: 0px auto 0;background: #fff;font-size: 1.6rem;}

@media( max-width:1600px ) {

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



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

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

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

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

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

}

@media( max-width:370px ) {
.subNavWrap {display:none!important;}

}


/* 사이드바 */
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; }
.title_wrap h2.title {font-size:4.0rem; color:#1f2a66; 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;}

.title_wrap  {position: relative;width: 100%;max-width: 160rem;margin: 0 auto;padding: 10.2rem 0 3.0rem;}
.sub_vg_title {}
.sub_vg_title span {display:block; color:#a8a8a8; font-size:2.0rem; margin-bottom:0.5rem; text-transform:capitalize}
.sub_vg_title h2 {color:#1f2a66; font-size:4.2rem;}

@media( max-width:1500px ) {
	.title_wrap {padding: 8.0rem 0 3.0rem 0em;}
}
@media( max-width:1024px ) {

	.title_wrap h2.title {font-size:3.8rem;}
	.title_wrap .breadcrum {display: none}

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


}


@media( max-width:768px ) {
	.sub_vg_title {padding: 0  5.0rem 2.0rem 5.0rem;}


}


.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 {}
#wrap header.header_sub {background: #fff; position:fixed;}
#wrap header.totalMenu {background: transparent;}
.intro #wrap header {}
#wrap {position: relative;}
.bk .full_pagination>span {border:2px solid #e5e5e5; }
/*.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;background: #fff;}
.full_item .conwrap {width:100%;height:100%; }
.full_item .inner {width: 100%;height:100%;background: #fff;/*max-width: 188.2rem;*/margin: 0 auto;position: relative;}
.full_item .inner .inner_bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;clip-path: polygon(0% 35%, 25% 0%, 62% 0%, 90% 20%, 100% 44%, 93% 100%, 8% 100%);}
.full_item.swiper-slide-active .inner .inner_bg {clip-path: polygon(0% 35%, 25% 0%, 62% 0%, 90% 20%, 100% 44%, 93% 100%, 8% 100%);transition: clip-path 1.5s;opacity: 1;transition-delay: 0.5s;}
.full_item .inner .inner_bg .inner_bg_img {width: 100%;height: 100%;scale: 1.1;transition: 3.5s;transition-delay: 0.5s;}
.full_item.swiper-slide-active .inner .inner_bg .inner_bg_img {scale: 1.0;}


.full_pagination {position: absolute; top: 50% !important;right: auto !important;left: calc((100% - 185.0rem) / 2) !important;z-index: 1302;transition: top 0.8s;width: auto;display: flex;flex-direction: column;align-items: center;}
.full_pagination>span {position: relative;border-radius: 7px!important; border:2px solid #fff; width: 7px;height: 7px;background:transparent;margin: 10px 0 10px 0px !important;opacity: 1;}
.full_pagination>span:last-child {display: none !important;margin-right:0;}
.full_pagination>span>span {position: absolute;top: 0;left: 50%;transform: translateX(-50%);color:#fff;opacity:0;}
.full_pagination>span.swiper-pagination-bullet-active {height: 18px; width:18px; background:transparent; border-radius:50px !important; border:2px solid #d11325;
/*background: url(../img/right_logo.png) no-repeat;*/margin-left: 0px !important;}
.full_pagination>span.swiper-pagination-bullet-active>span {opacity:1;}
.full_pagination.open {display: none;}
.full_pagination .p_s {display: flex !important;flex-direction: row-reverse;justify-content: flex-start;align-items: center;width: 100%;padding: 7px 0;opacity: 1;background: transparent;}
.full_pagination .p_s .circle {background: #fff;opacity: 0.5;width: 5px;height: 5px;position: relative;border-radius: 100%;}
.full_pagination .p_s.swiper-pagination-bullet-active .circle {}
.full_pagination .p_s.swiper-pagination-bullet-active .circle:before {content: '';position: absolute;top: -6px;left: -6px;width: 17px;aspect-ratio: 1;border: solid 1px #fff;border-radius: 100%;}
.full_pagination .p_s .txt {font-size: 12px;color: #fff;padding-right: 15px;opacity: 0;}
.full_pagination .p_s.swiper-pagination-bullet-active .txt {opacity: 1;}

.full_pagination.bk .p_s .circle {background: #000;}
.full_pagination.bk .p_s.swiper-pagination-bullet-active .circle:before {border: solid 1px #000;}
.full_pagination.bk .p_s .txt {color: #000;}


@media( max-width:1850px ) {
	.full_pagination {display:none;}
}
@media( max-width:1600px ) {
	.full_item {padding-top: 10.0rem;}
	.full_item .inner .inner_bg {clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);}
	.full_item.swiper-slide-active .inner .inner_bg {clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);}
}
@media( max-width: 768px ) {
	.full_item {padding-top: 8.0rem;}
}

.wid_1600 {max-width: 160.0rem;margin: 0 auto;}

@media( max-width:1600px) {
	.wid_1600 {padding-left: 1.5rem !important;padding-right: 1.5rem !important;}
}
.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_1400 {width: 100%;max-width: 140.0rem;margin: 0 auto;}
@media(max-width: 1400px) {
	.responsiveFull_1400 {width: 98% !important;margin: 0 auto;}
}

@keyframes text-active-animation {
	from {
		opacity:0;filter:Alpha(opacity=0);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	to {
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes text-fade-out {
	from {
		opacity:1.0;filter:Alpha(opacity=100);
	}
	to {
		opacity:0;filter:Alpha(opacity=0);
	}
}
@keyframes text-fade-in {
	from {
		opacity:0;filter:Alpha(opacity=0);
	}
	to {
		opacity:1;filter:Alpha(opacity=100);
	}
}
@keyframes quick_circle {
	0% {transform: rotateY(360deg);}
	50% {}
	100% {transform: rotateY(0deg);}
}






/**/

:root {
  /* PROGRESS COLOR */
  --colorProgress: hsl(0 0% 100%);
  --colorProgressBg: hsl(0 0% 100%);
}

.ani_effect_up { display: inline-block; opacity:0;transform:translateY(100px);transition:0.9s; will-change:transform; transition-delay:0.4s;}
.on .ani_effect_up {opacity:1; transform:translateY(0);}

.ani_effect_up2 { display: inline-block; opacity:0;transform:translateY(100px);transition:0.9s; will-change:transform; transition-delay:0.8s;}
.on .ani_effect_up2 {opacity:1; transform:translateY(0);}



.section .sec_title {font-size: 2.0rem;font-family: 'Poppins';}
.section .sec_txt {font-size: 4.8rem;font-weight: 700;line-height: calc(64 / 48);}


@media( max-width: 1750px ) {
	.section .sec_txt {font-size: 3.8rem;line-height: calc(52 / 48);}
}




@media( max-width: 768px ) {
	.section .sec_txt {font-size: 3.0rem;}
}

.section .active {transition: 0.9s all;opacity: 0;transform: translateY(10rem);transition-delay: 0s;}
.section.swiper-slide-active .active {opacity: 1;transform: translateY(0);}

.section .active_down {transition: 0.9s all;opacity: 0;transform: translateY(-10rem);transition-delay: 0s;}
.section.swiper-slide-active .active_down {opacity: 1;transform: translateY(0);}

.section .active_r {transition: 0.9s all;opacity: 0;transform: translateX(10rem);transition-delay: 0s;}
.section.swiper-slide-active .active_r {opacity: 1;transform: translateX(0);}

.section .active_l {transition: 0.9s all;opacity: 0;transform: translateX(-10rem);transition-delay: 0s;}
.section.swiper-slide-active .active_l {opacity: 1;transform: translateX(0);}




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



.video-section{
  width:100%;
  max-width:100%;
  margin:0 auto;
}

.video-container{
  /*background:#dfdfdf;*/
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}

.video-container iframe{
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}



/*	main visual */
.section1 {}
.section1 .inner {}
.section1 .slogan {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;width: 100%;max-width: 160.0rem; margin-top:5.0rem;}
.section1 .slogan .txt1 {font-size: 13.2rem;color: #fff;font-family: 'Mont-Heavy';line-height: 1;transition-delay: 0.7s;}
.section1 .slogan .txt2 {font-size: 2.2rem;color: #fff;padding-top: 5px;transition-delay: 0.9s;}
.section1 .slogan .img {padding-top: 2.0rem;transition-delay: 1.1s;}

.section1 .video1 {position: absolute;bottom: 7rem;left: calc(50% + 45.0rem);transition-delay: 1.0s !important;}
.section1 .video1 .pop_open {cursor:pointer;}
.section1 .video1 .video_wrap {max-width: 33.5rem;background: #fff;padding: 8px;border-radius: 3.0rem;display: flex;transition:0.5s;}
.section1 .video1 .video_wrap .txt_box {font-size: 2.0rem;line-height: calc(21 / 20);padding: 1.5rem 1.0rem;width: calc(100% - 21.4rem);}
.section1 .video1 .video_wrap .txt_box span {position: relative;}
.section1 .video1 .video_wrap .txt_box span:before {content:''}
.section1 .video1 .video_wrap .img_box {width: 21.4rem;aspect-ratio: calc(214 / 142);background: url(../img/main_video_bg.png) no-repeat center / cover;border-radius: 3.0rem;display: flex;justify-content: center;align-items: center;}

.section1 .video1:hover .video_wrap {background: #8ec11f;}
.section1 .video1:hover .video_wrap .txt_box {color: #fff;}

.section1 .video1 .video_wrap .img_box > span {display: block;width: 3.4rem;aspect-ratio: calc(34 / 20);background: url(../img/main_video_ico.png) no-repeat center / contain;}


.section1 .inner_bg .inner_bg_img {background-position: center left 10%!important;}


@media( max-width: 1650px ) {
	.section1 .video1 {left: auto;right: 2rem;}

}
@media( max-width:1024px ) {
	.section1 .slogan {margin-top:0;}
	.section1 .slogan .txt1 {font-size: 10vw;}

}
@media( max-width: 768px ) {
	.section1 .slogan .img {max-width: 31.0rem;margin: 0 auto;}
	.section1 .video1 {bottom: 2rem;}
	.section1 .video1 .video_wrap {width: 55vw;}
	.section1 .video1 .video_wrap .img_box {width: 60%;}
	.section1 .video1 .video_wrap .txt_box {width: 40%;}


}

/*	brand */
.section2 {}
.section2 .wrap {width: 100%;max-width: 145.0rem;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: #fff;}

.section2 .wrap .bg {}
.section2 .wrap .cont {width: 100%;}

.section2 .wrap .wrap_in {}
.section2 .wrap .wrap_in .brand_wrap { width:100%; display:flex; flex-wrap:wrap; gap:5%;  justify-content: center; }
.section2 .wrap .wrap_in .brand_left {width:50%; color:#fff; padding-top:8.0rem;}
.section2 .wrap .wrap_in .brand_left .txt1 {font-size: 7.2rem;font-weight: 600; letter-spacing: 0; transition-delay: 0.7s;}
.section2 .wrap .wrap_in .brand_left .txt2 {font-size: 3.2rem; font-weight: 500;line-height:1.45; letter-spacing: 0; margin-top: 0rem; transition-delay: 0.8s;}
.section2 .wrap .wrap_in .brand_left .txt3 {font-size: 2.2rem; font-weight: 400;line-height: 1.75; letter-spacing: -0.05rem;  transition-delay: 0.9s;margin-top: 6.0rem;}

.section2 .wrap .wrap_in .brand_right {width:45%; height:100%; min-height:60.0rem; transition-delay: 0.7s;}


@media screen and (max-width: 1200px){
.section2 .wrap .wrap_in .brand_left {width:100%; }
.section2 .wrap .wrap_in .brand_right {width:100%; margin-top:5.0rem; }

}

@media screen and (max-width: 768px){
.section2 .wrap .wrap_in .brand_left {padding-top:0;}
.section2 .wrap .wrap_in .brand_left .txt1 {font-size: 4.8rem;}
.section2 .wrap .wrap_in .brand_left .txt2 {font-size: 2.2rem; }
.section2 .wrap .wrap_in .brand_left .txt3 {font-size: 1.7rem}
}



/*
.section2 .wrap .bg {position: absolute;top: 3.7rem;left: 0;width: 100%;max-width: 107.1rem;aspect-ratio: calc(1071 / 673);background: url(../img/sec2_bg_line.png) no-repeat center / contain;}
.section2 .wrap .cont {width: 100%;}
.section2 .wrap .cont .tit {font-size: 5.5rem;font-weight: 800;line-height: 0.8;transition-delay: 0.7s;}
.section2 .wrap .cont .sub {display: flex;align-items: center;flex-wrap: wrap;padding: 5.4rem 7rem;}
.section2 .wrap .cont .sub1 {transition-delay: 0.9s;}
.section2 .wrap .cont .sub2 {flex-direction: row-reverse;transition-delay: 1.1s;}
.section2 .wrap .cont .sub .img_box {width: 26.5rem;min-height: 22.3rem;}
.section2 .wrap .cont .sub .txt_box {width: calc(100% - 26.5rem);}
.section2 .wrap .cont .sub .txt_box .txt1 {font-size: 3.2rem;}
.section2 .wrap .cont .sub .txt_box .txt1 > span {font-weight: 700;}
.section2 .wrap .cont .sub .txt_box .txt2 {font-size: 1.8rem;line-height: calc(28 / 18);padding-top: 2.2rem;}
.section2 .wrap .cont .sub2 .img_box {display: flex;align-items: center;justify-content: flex-end;}

@media screen and (max-width: 1070px){
	.section2 .wrap .bg {background: 0 none;}
	.section2 .wrap .cont .sub2 {border-top: solid 1px rgba(255, 255, 255, 0.5);}
	.section2 .wrap {padding: 0 2rem;}
}
@media screen and (max-width: 768px){
	.section2 .wrap .cont .tit {font-size: 4.8rem;margin-bottom: 2.5rem;}
	.section2 .wrap .cont .sub .txt_box .txt2 {display: none;}
	.section2 .wrap .cont .sub {padding: 2.4rem 0rem;}
	.section2 .wrap .cont .sub .img_box {width: 30%;min-height: auto;padding: 2rem;}
	.section2 .wrap .cont .sub .txt_box {width: 65%;}
}
*/


.section .wrap .wrap_in {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;padding-left: 0.0rem;display: flex;flex-wrap: wrap;}
.section .sec_left {width: 43.5rem;}
.section .sec_right {width: calc(100% - 43.5rem);position: relative;}
.section .sec_tit_box {}
.section .sec_tit_box .txt1 {font-size: 7.2rem; font-weight: 600; line-height:1.15;  transition-delay: 0.7s;}
.section .sec_tit_box .txt2 {font-size: 3.2rem;font-weight: 500; margin-top: 2.8rem;transition-delay: 0.8s;}
.section .sec_tit_box .txt2 .t2_1 {}
.section .sec_tit_box .txt2.txt2_p {margin-top: 1.7rem;}
.section .sec_tit_box .txt3 {font-size: 2.0rem;color: #777777; line-height: 1.65; letter-spacing:-0.01rem;transition-delay: 0.9s;margin-top:6.0rem;}


.section2 .wrap .wrap_in {padding-top:15.0rem;}
.section5 .wrap .wrap_in {padding-top:15.0rem;}
.section6 .wrap .wrap_in {padding-top:15.0rem;}
.section10 .wrap .wrap_in {padding-top:15.0rem;}

@media screen and (max-width: 1700px){
	.section .wrap .wrap_in {padding-left: 5%;}
}
@media screen and (max-width: 1300px){
	.section .wrap .wrap_in {flex-direction: column;}
	.section .sec_left {width: 100%;}
	.section .sec_right {width: 100%;}
	.section .wrap .wrap_in {padding: 0 1rem;}
	.section .sec_tit_box .txt2 br {display: none;}
	.section .wrap .sec_right {display: flex;flex-wrap: wrap;margin-top: 5.5rem;}
}
@media screen and (max-width: 768px){
	.section .sec_tit_box .txt3 {display: none;}
	.section .proSec .swiper-scrollbar {display: none;}

}


/*	about */
.section3 {}
.section3 .wrap {width: 100%;height: 100%;max-width: 145.0rem;margin: 0 auto;z-index: 1;position: relative;}
.section3 .wrap .wrap_in {}
.section3 .wrap .sec_left {}
.section3 .wrap .sec_right {display: flex;flex-wrap: wrap;}
.section3 .wrap .sec_right .sub {width: calc((100% - 6rem) / 3);margin-right: 3rem;transition-delay: 0.9s;}
.section3 .wrap .sec_right .sub:nth-child(3n) {margin-right: 0rem;}
.section3 .wrap .sec_right .sub .sub_wrap {}
.section3 .wrap .sec_right .sub .sub_wrap .sub_thumb {width: 100%;aspect-ratio: calc(379 / 435);border-radius: 3.0rem;overflow: hidden;position: relative;}
.section3 .wrap .sec_right .sub .sub_wrap .sub_thumb .thumb_bg {transition: 0.5s;opacity: 0;background: rgba(0,0,0,0.5);width: 100%;height: 100%;position: absolute;}
.section3 .wrap .sec_right .sub .sub_wrap .sub_thumb .thumb_txt {width: 100%;height: 100%;font-size: 1.6rem;color: #fff;line-height:1.35;padding: 3rem;display: flex;align-items: flex-end;opacity: 0;transform: translateY(80px);transition: 0.5s;}
.section3 .wrap .sec_right .sub .sub_wrap .sub_thumb .thumb_txt span {font-size: 1.3rem; opacity:0.6; display:block; width:100%;}
.section3 .wrap .sec_right .sub .sub_wrap .sub_txt {display: flex;flex-wrap: wrap;margin-top: 2.0rem; padding-left:2.0rem;}
.section3 .wrap .sec_right .sub .sub_wrap .sub_txt .num {font-size: 2.4rem;font-weight: 700;letter-spacing: -0.025rem;width: 4.0rem;}
.section3 .wrap .sec_right .sub .sub_wrap .sub_txt .txt {font-size: 2.0rem; font-weight:500; line-height: 1.35;width: calc(100% - 5.5rem);}

.section3 .wrap .sec_right .sub .sub_wrap:hover .thumb_bg {opacity: 1;}
.section3 .wrap .sec_right .sub .sub_wrap:hover .sub_thumb .thumb_txt {opacity: 1;transform: translateY(0px);}

@media screen and (max-width: 1700px){
	.section3 .wrap {padding: 0 1rem;}
}
@media screen and (max-width: 768px){
	.section .sec_tit_box .txt1 {font-size: 4.8rem;}
	.section .sec_tit_box .txt1 br {display:none}
	.section .sec_tit_box .txt2 {font-size: 2.2rem;margin-top: 1.8rem;}
	.section3 .wrap {padding: 0 1rem;}
	.section3 .wrap .sec_right {flex-direction: column;}
	.section3 .wrap .sec_right .sub {width: 100%;margin-right: 0rem;margin-bottom: 4.0rem;}
	.section3 .wrap .sec_right .sub .sub_wrap {display: flex;}
	.section3 .wrap .sec_right .sub .sub_wrap .sub_thumb {width: 16.8rem;aspect-ratio: calc(168 / 147);border-radius: 2.6rem;}
	.section3 .wrap .sec_right .sub .sub_wrap .sub_txt {width: calc(100% - 16.8rem);padding-left: 3rem;}
	.section3 .wrap .sec_right .sub .sub_wrap .sub_txt br {display: none;}


	.section3 .wrap .sec_right .sub .sub_wrap:hover .thumb_bg {opacity: 0;}
   .section3 .wrap .sec_right .sub .sub_wrap:hover .sub_thumb .thumb_txt {opacity: 0; display:none; transform: translateY(0px);}
}
@media screen and (max-width: 500px){
	.section3 .wrap .sec_right .sub .sub_wrap .sub_thumb {width: 10rem;aspect-ratio: 1;border-radius: 2.6rem;}
	.section3 .wrap .sec_right .sub .sub_wrap .sub_txt {width: calc(100% - 10rem);padding-left: 2.5rem;margin-top: 0rem; display:block;}
	.section3 .wrap .sec_right .sub .sub_wrap .sub_txt .num {font-size: 2.2rem;width: 3.8rem; }
	.section3 .wrap .sec_right .sub {width: 100%;margin-right: 0rem;margin-bottom: 1.0rem;}
	.section .wrap .sec_right {margin-top: 3.5rem;}
}


/*	master */
.section4 {}
.section4 .wrap {width: 100%;height: 100%;color: #fff;z-index: 1;position: relative;max-width: 145.0rem;margin: 0 auto;}
.section4 .wrap .cont {position: absolute;top: 50%;left: 0;width: 50%;transform: translate(0px, -50%);padding-left: 0rem;}
.section4 .wrap .cont .txt1 {font-size: 3.2rem;font-weight: 600;line-height:1.45;transition-delay: 0.7s;}
.section4 .wrap .cont .txt2 {font-size: 2.0rem;line-height: calc(28 / 18);margin-top: 4.5rem;transition-delay: 0.8s;}
.section4 .wrap .cont .btn1 {margin-top: 6.0rem;transition-delay: 0.9s;}
.section4 .wrap .cont .btn1 .btn1_wrap {font-size: 1.5rem;display: flex;align-items: center;}
.section4 .wrap .cont .btn1 .b1 {color: #fff;}
.section4 .wrap .cont .btn1 .b2 {display: block;width: 25px;aspect-ratio: calc(25 / 8);background: url(../img/sec4_btn_more1.png) no-repeat center / contain;margin-left: 2.0rem;transition: 0.5s;}
.section4 .wrap .cont .sign {margin-top: 7.0rem;transition-delay: 1.0s;}
.section4 .wrap .cont .sign .sign_1 {font-size: 1.8rem;}
.section4 .wrap .cont .sign .sign_2 {margin-top: 1.2rem;}

.section4 .wrap .cont .btn1:hover .b2 {margin-left: 5.0rem;}

@media screen and (max-width: 768px){
	.section4 .inner_bg .inner_bg_img {background: url(../img/sec4_mob_bg2.jpg) no-repeat center bottom / cover !important;}
	.section4 .wrap .cont {top: auto;bottom: 0rem;left: 0rem;width: 100%;transform: translate(0px, 0%);padding: 2rem;}
	.section4 .wrap .cont .txt1 {font-size: 2.8rem;font-weight: 400;}
	.section4 .wrap .cont .txt1 br {display: none;}
	.section4 .wrap .cont .txt2 {display: none;}
	.section4 .wrap .cont .btn1 {margin-top: 2.0rem;}
	.section4 .wrap .cont .sign {text-align: right;margin-top: 2.0rem;}

	.section4 .wrap .cont .sign .sign_2 img {max-width: 12.0rem;}
}



/*certifoication*/
.section10 {}
.section10 .wrap {width: 100%;height: 100%;max-width:145.0rem; margin: 0 auto;z-index: 1;position: relative;}

.section .proSwiper_certifi {transition-delay: 0.9s;}
.section .proSwiper_certifi .swiper-slide {}
.section .proSwiper_certifi .swiper-slide .slide_wrap {}
.section .proSwiper_certifi .swiper-slide .slide_wrap .img_box {width: 100%; aspect-ratio: calc(500 / 707);position: relative;border-radius: 3.0rem;}
.section .proSwiper_certifi .swiper-slide .slide_wrap .img_box:before {content: '';position: absolute;bottom: 0;right: 0;width: 7.5rem;aspect-ratio: 1;border-top-left-radius: 3.0rem;background: #f3f3f3;}


.section .proSwiper_certifi  .main_certi {text-align:center; }
.section .proSwiper_certifi  .main_certi img { border:1px solid #ddd; }
.section .proSwiper_certifi  .main_certi p {font-size:1.7rem; color:#666; margin-top:2.0rem; font-weight:500}



.section .proSwiper_certifi .swiper-scrollbar {position: relative;left: auto;right: auto;bottom: auto;top: auto;margin-top: 8.5rem;background: #c3c3c3;height: 1px;transition-delay: 0.9s;}
.section .proSwiper_certifi .swiper-scrollbar-drag {width: 56px !important;aspect-ratio: 1;height: auto;background: url(../img/sec_pro_scroll_btn.png) no-repeat center;top: -28px;cursor: pointer;}




/* product1 */

.img_165 {width:185px !important; /*width:76%!important;*/ }
.img_240 {width:180px !important; /*width:76%!important;*/ }
.img_175 {width:155px !important; /*width:76%!important;*/ }


@media screen and (max-width: 1600px){
.img_165 {width:85% !important; }
.img_240 {width:80% !important; }
.img_175 {width:80% !important; }
}


.section5 {}
.section5 .wrap {width: 100%;height: 100%;max-width:145.0rem; margin: 0 auto;z-index: 1;position: relative;}

.section .proSwiper {transition-delay: 0.9s;}
.section .proSwiper .swiper-slide {}
.section .proSwiper .swiper-slide .slide_wrap {}
.section .proSwiper .swiper-slide .slide_wrap .img_box {width: 100%;aspect-ratio: calc(379 / 435);position: relative;border-radius: 3.0rem;}
.section .proSwiper .swiper-slide .slide_wrap .img_box:before {content: '';position: absolute;bottom: 0;right: 0;width: 7.5rem;aspect-ratio: 1;border-top-left-radius: 3.0rem;background: #f3f3f3;}

.section .proSwiper .swiper-slide:nth-child(1) .slide_wrap .img_box {background: #ebdbeb;}
.section .proSwiper .swiper-slide:nth-child(2) .slide_wrap .img_box {background: #f6dabf;}
.section .proSwiper .swiper-slide:nth-child(3) .slide_wrap .img_box {background: #f7ccde;}
.section .proSwiper .swiper-slide:nth-child(4) .slide_wrap .img_box {background: #f7b49b;}
.section .proSwiper .swiper-slide:nth-child(5) .slide_wrap .img_box {background: #aef0cc;}
.section .proSwiper .swiper-slide:nth-child(6) .slide_wrap .img_box {background: #ffc3ac;}

.section .proSwiper .swiper-slide:nth-child(7) .slide_wrap .img_box {background: #e6d4de;}
.section .proSwiper .swiper-slide:nth-child(8) .slide_wrap .img_box {background: #bae9ef;}
.section .proSwiper .swiper-slide:nth-child(9) .slide_wrap .img_box {background: #e7e5cf;}
.section .proSwiper .swiper-slide:nth-child(10) .slide_wrap .img_box {background: #f5d7d5;}
.section .proSwiper .swiper-slide:nth-child(11) .slide_wrap .img_box {background: #d3dbc1;}
.section .proSwiper .swiper-slide:nth-child(12) .slide_wrap .img_box {background: #f7d8d0;}
.section .proSwiper .swiper-slide:nth-child(13) .slide_wrap .img_box {background: #c6e3ff;}
.section .proSwiper .swiper-slide:nth-child(14) .slide_wrap .img_box {background: #ffc5c8;}
.section .proSwiper .swiper-slide:nth-child(15) .slide_wrap .img_box {background: #ebecbf;}
.section .proSwiper .swiper-slide:nth-child(16) .slide_wrap .img_box {background: #ffd1c3;}


.section .proSwiper .swiper-slide:nth-child(1) .slide_wrap .img_box .img_more .btn_more {background: #963798 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(2) .slide_wrap .img_box .img_more .btn_more {background: #aa784a url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(3) .slide_wrap .img_box .img_more .btn_more {background: #d60058 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(4) .slide_wrap .img_box .img_more .btn_more {background: #6c3927 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(5) .slide_wrap .img_box .img_more .btn_more {background: #007136 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(6) .slide_wrap .img_box .img_more .btn_more {background: #a03f1b url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(7) .slide_wrap .img_box .img_more .btn_more {background: #832758 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(8) .slide_wrap .img_box .img_more .btn_more {background: #007c88 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(9) .slide_wrap .img_box .img_more .btn_more {background: #887f0d  url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(10) .slide_wrap .img_box .img_more .btn_more {background: #ce362e url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(11) .slide_wrap .img_box .img_more .btn_more {background: #7e8f5c url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(12) .slide_wrap .img_box .img_more .btn_more {background: #d73e14 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(13) .slide_wrap .img_box .img_more .btn_more {background: #063c70 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(14) .slide_wrap .img_box .img_more .btn_more {background: #dc373f url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(15) .slide_wrap .img_box .img_more .btn_more {background: #01583f url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper .swiper-slide:nth-child(16) .slide_wrap .img_box .img_more .btn_more {background: #dc7a5c url(../img/sec_arrow_01.png) no-repeat center;}





.section .proSwiper2 .swiper-slide:nth-child(1) .slide_wrap .img_box {background: #f7e1b7;}
.section .proSwiper2 .swiper-slide:nth-child(2) .slide_wrap .img_box {background: #fee4cc;}
.section .proSwiper2 .swiper-slide:nth-child(3) .slide_wrap .img_box {background: #f2e7da;}
.section .proSwiper2 .swiper-slide:nth-child(4) .slide_wrap .img_box {background: #f7b5ac;}
.section .proSwiper2 .swiper-slide:nth-child(5) .slide_wrap .img_box {background: #d7ddd4;}
.section .proSwiper2 .swiper-slide:nth-child(6) .slide_wrap .img_box {background: #d9d4e0;}
.section .proSwiper2 .swiper-slide:nth-child(7) .slide_wrap .img_box {background: #fce5d1;}
.section .proSwiper2 .swiper-slide:nth-child(8) .slide_wrap .img_box {background: #f7ddef;}
.section .proSwiper2 .swiper-slide:nth-child(9) .slide_wrap .img_box {background: #d3f1f2;}
.section .proSwiper2 .swiper-slide:nth-child(10) .slide_wrap .img_box {background: #ffe7f6;}
.section .proSwiper2 .swiper-slide:nth-child(11) .slide_wrap .img_box {background: #ffe6f0;}
.section .proSwiper2 .swiper-slide:nth-child(12) .slide_wrap .img_box {background: #f6edc6;}



.section .proSwiper2 .swiper-slide:nth-child(1) .slide_wrap .img_box .img_more .btn_more {background: #63311b url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(2) .slide_wrap .img_box .img_more .btn_more {background: #daa16d url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(3) .slide_wrap .img_box .img_more .btn_more {background: #34180f url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(4) .slide_wrap .img_box .img_more .btn_more {background: #7f1c0e url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(5) .slide_wrap .img_box .img_more .btn_more {background: #10310d url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(6) .slide_wrap .img_box .img_more .btn_more {background: #13073f url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(7) .slide_wrap .img_box .img_more .btn_more {background: #e77116 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(8) .slide_wrap .img_box .img_more .btn_more {background: #c58eb6 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(9) .slide_wrap .img_box .img_more .btn_more {background: #23b6bc url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(10) .slide_wrap .img_box .img_more .btn_more {background: #ae287c url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(11) .slide_wrap .img_box .img_more .btn_more {background: #a33263 url(../img/sec_arrow_01.png) no-repeat center;}
.section .proSwiper2 .swiper-slide:nth-child(12) .slide_wrap .img_box .img_more .btn_more {background: #dbb61a url(../img/sec_arrow_01.png) no-repeat center;}





.section .proSwiper .swiper-slide .slide_wrap .img_box .img {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 6rem;}
.section .proSwiper .swiper-slide .slide_wrap .img_box .img img {transform: scale(1.0);transition: 0.5s;}
.section .proSwiper .swiper-slide .slide_wrap .img_box .img_more {position: absolute;bottom: 0;right: 0;width: 6.0rem;aspect-ratio: 1;}
.section .proSwiper .swiper-slide .slide_wrap .img_box .img_more:before {content: '';position: absolute;right: 0;background-color: transparent;top: -6.5rem;height: 5.0rem;width: 2.5rem;border-top-left-radius: 2.5rem;box-shadow: 0 -2.5rem 0 0 #f3f3f3;transform: rotate(180deg);}
.section .proSwiper .swiper-slide .slide_wrap .img_box .img_more:after {content: '';position: absolute;background-color: transparent;top: 1.0rem;left: -4.0rem;height: 5.0rem;width: 2.5rem;border-top-left-radius: 2.5rem;box-shadow: 0 -2.5rem 0 0 #f3f3f3;transform: rotate(180deg);}
.section .proSwiper .swiper-slide .slide_wrap .img_box .img_more .btn_more {width: 100%;height: 100%;border-radius: 100%;z-index: 9;position: relative;}






.section .proSwiper .swiper-slide .slide_wrap .txt_box {margin-top: 2.6rem;}
.section .proSwiper .swiper-slide .slide_wrap .txt_box span {position: relative;}
.section .proSwiper .swiper-slide .slide_wrap .txt_box span:before {content: '';position: absolute;bottom: 0;left: 0;width: 0%;height: 1px;background: #000;transition: 0.5s;}
.section .proSwiper .swiper-slide .slide_wrap .txt_box .txt1 {font-size: 2.4rem;font-weight: 700;}

.section .proSwiper .swiper-slide .slide_wrap .txt_box .txt2 {font-size: 1.8rem;color: #777777;margin-top: 0.7rem;}

.section .proSwiper .swiper-slide:hover .slide_wrap .img_box .img img {transform: scale(1.05);}
.section .proSwiper .swiper-slide:hover .slide_wrap .txt1 span:before {width: 100%;}

.section .proSec .swiper-scrollbar {position: relative;left: auto;right: auto;bottom: auto;top: auto;margin-top: 8.5rem;background: #c3c3c3;height: 1px;transition-delay: 0.9s;}
.section .proSec .swiper-scrollbar-drag {width: 56px !important;aspect-ratio: 1;height: auto;background: url(../img/sec_pro_scroll_btn.png) no-repeat center;top: -28px;cursor: pointer;}


/* product2 */
.section6 {}
.section6 .wrap {width: 100%;height: 100%;max-width: 145.0rem;margin: 0 auto;z-index: 1;position: relative;}

/* inquiry */
.section7 {}
.section7 .wrap {width: 100%;height: 100%;max-width: 145.0rem;margin: 0 auto;z-index: 1;position: relative;display: flex;align-items: center;justify-content: center;}
.section7 .wrap .cont {display: flex;flex-wrap: wrap;width: 100%;max-width: 160.0rem;padding: 0 10.0rem 0 6.0rem;color: #fff;}
.section7 .wrap .cont .cont_left {width: 75.0rem;}
.section7 .wrap .cont .cont_left .txt1 {font-size: 7.0rem;font-weight: 600; letter-spacing: -2.16px; line-height:1.15; transition-delay: 0.7s;}
.section7 .wrap .cont .cont_left .txt2 {font-size: 3.2rem;font-weight: 500;margin-top: 1.5rem;transition-delay: 0.8s;}
.section7 .wrap .cont .cont_left .txt3 {font-size: 2.2rem; letter-spacing:-0.05rem; line-height:1.65;margin-top: 6.0rem;transition-delay: 0.9s;}
.section7 .wrap .cont .cont_right {width: calc(100% - 75.0rem);transition-delay: 0.9s;}
.section7 .wrap .cont .cont_right .cr_wrap {display: grid;row-gap: 2rem;column-gap: 7rem;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub {display: flex;border-bottom: solid 1px #fff;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub1 {grid-column: 1 / 2;grid-row: 1 / 2;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub2 {grid-column: 2 / 3;grid-row: 1 / 2;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub3 {grid-column: 1 / 2;grid-row: 2 / 3;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub4 {grid-column: 2 / 3;grid-row: 2 / 3;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub5 {grid-column: 1 / 3;grid-row: 3 / 4;border-bottom: 0;display: flex;flex-direction: column;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub6 {grid-column: 1 / 3;grid-row: 4 / 5;border-bottom: 0;display: flex;justify-content: flex-end;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub7 {}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub .cr_txt {font-size: 1.6rem;font-family: 'Malgun Gothic';width: 100%;padding: 1.5rem 0.5rem;border-bottom: solid 1px #fff;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub .cr_input {width: 100%;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub .cr_input > input {width: 100%;width: 100%;background: transparent;border: 0 !important;outline: 0 !important;box-shadow: none;padding: 1.5rem 0.5rem;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub .cr_input > input::placeholder {font-size: 1.6rem;color: #fff;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub .cr_input > input::focus {outline: none !important;box-shadow: none;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub .cr_input > textarea {width: 100%;background: rgba(255, 255, 255, 0.3);border: 0 none;border: 0 !important;outline: 0 !important;box-shadow: none;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub > button {background: transparent;border: solid 1px #fff;color: #fff;border-radius: 1.5rem;padding: 0.3rem 1.3rem;transition: 0.5s;}
.section7 .wrap .cont .cont_right .cr_wrap .cr_sub > button:hover {background: #fff;color: #000;}

@media screen and (max-width: 1650px){
	.section7 .wrap .cont {padding: 0 2.0rem;}
	.section7 .wrap .cont .cont_left {width: 40%;}
	.section7 .wrap .cont .cont_right {width: 60%;}
}
@media screen and (max-width: 1024px){
	.section7 .wrap .cont {flex-direction: column;}
	.section7 .wrap .cont .cont_left {width: 100%;}
	.section7 .wrap .cont .cont_right {width: 100%;}
}
@media screen and (max-width: 768px){
	.section7 .wrap .cont .cont_right .cr_wrap {display: flex;flex-direction: column;row-gap: 0rem;margin-top: 1.5rem;}
	.section7 .wrap .cont .cont_left .txt3 {display: none;}
	.section7 .wrap .cont .cont_left .txt1 {font-size: 4.8rem;}
	.section7 .wrap .cont .cont_left .txt2 {font-size: 2.8rem;font-weight: 400;margin-top: 0.5rem;}
	.section7 .wrap .cont .cont_left .txt2 > span {font-weight: 700;}
	.section7 .wrap .cont .cont_right .cr_wrap .cr_sub .cr_input > textarea {height: 15.0rem;}
	.section7 .wrap .cont .cont_right .cr_wrap .cr_sub6 {margin-top: 0.5rem;}
	.section7 .wrap .cont .cont_right .cr_wrap .cr_sub > button {padding: 0.6rem 1.5rem;}
}

/*insta*/
.section9 {}
.section9 .wrap {width: 100%;height: 100%;max-width: 145.0rem;margin: 0 auto;z-index: 1;position: relative;display: flex;align-items: center;justify-content: center;}
.section9 .wrap .wrap_in {flex-direction: column;}
.section9 .wrap .cont {margin-top:3.0rem;}

@media screen and (max-width: 1850px){
	.section9 .wrap .wrap_in {padding: 0 10.0rem;}
}
@media screen and (max-width: 1450px){
	.section9 .wrap .wrap_in {padding: 0 5.0rem;}
}
@media screen and (max-width: 768px){
	.section9 .wrap .wrap_in {padding: 0 1.5rem;}
}








/* index_footer */
.section8 {}
.section8 .wrap {width: 100%;height: 100%;max-width: 145.0rem;margin: 0 auto;z-index: 1;position: relative;display: flex;align-items: center;justify-content: center;}
.section8 .wrap .cont {}


/* footer */
#footer {width: 100%;height: auto;position: relative;padding: 8.5rem 0 5rem;}
#footer.mainFooter{}
#footer.subFooter{background: #f8f8f8;}


.footer_cont {width: 100%;/*max-width: 200.0rem;*/padding-left: 0rem; display: flex;  justify-content: flex-end; /*justify-content: space-between;*/}
.footer_cont .cont_left { text-align:right; min-width:50.0rem;}
.footer_cont .cont_left .l_box1 {font-size: 7.2rem;font-weight: 600; letter-spacing: -2.16px;}
.footer_cont .cont_left .l_box2 {font-size: 3.2rem;font-weight: 500;letter-spacing: -0.01rem;margin-top: 4.0rem;}
.footer_cont .cont_left .l_box3 {font-size: 1.6rem;line-height: calc(28 / 18);margin-top: 1.0rem;}
.footer_cont .cont_left .l_box3 .t1 {display: block;}
.footer_cont .cont_left .l_box3 .t2 {}
.footer_cont .cont_left .l_box3 .t3 {}
.footer_cont .cont_left .l_box4 {display: flex; gap: 3.5rem;margin-top: 3.5rem;  justify-content: flex-end;}
.footer_cont .cont_left .l_box4 .box {}
.footer_cont .cont_left .l_box4 .box .box_wrap {width: 13.2rem;display: flex;justify-content: center;flex-direction: column;align-items: center;}
.footer_cont .cont_left .l_box4 .box .ico {width: 10.5rem;aspect-ratio: 1;transition: 0.5s;}
.footer_cont .cont_left .l_box4 .box .ico1 {background: url(../img/sec8_ico03.png) no-repeat center / contain;}
.footer_cont .cont_left .l_box4 .box .ico2 {background: url(../img/sec8_ico02.png) no-repeat center / contain;}
.footer_cont .cont_left .l_box4 .box:hover .ico {filter: invert(100%) hue-rotate(180deg);}
.footer_cont .cont_left .l_box4 .box .txt {font-size: 1.7rem;letter-spacing: -0.01rem;margin-top: 1.0rem;}
.footer_cont .cont_left .l_box4 .box:hover .txt {font-weight: 500;}
.footer_cont .cont_left .l_box5 {position: absolute;bottom: 5.5rem; right:0;}
.footer_cont .cont_left .l_box5 .txt1 {font-size: 1.6rem;font-weight: 700;}
.footer_cont .cont_left .l_box5 .txt1 > span {position: relative;padding-right: 2.0rem;margin-right: 2.0rem;}
.footer_cont .cont_left .l_box5 .txt1 > span:before {content: '';position: absolute;top: 50%;right: 0;transform: translate(0px, -50%);width: 1px;height: 70%;background: #000;}
.footer_cont .cont_left .l_box5 .txt1 > span:last-child {padding-right:0; margin-right:0;}
.footer_cont .cont_left .l_box5 .txt1 > span:last-child:before { width: 0;}
.footer_cont .cont_left .l_box5 .txt2 {font-size: 1.4rem;color: rgba(0, 0, 0, 0.5);margin-top: 1.5rem;}
.footer_cont .cont_left .l_box5 .txt2 a {color: rgba(0, 0, 0, 0.5);}
.footer_cont .cont_left .l_box5 .txt3 {font-size: 1.4rem;color: rgba(0, 0, 0, 0.5);}
.footer_cont .cont_left .l_box5 .txt3 a {color: rgba(0, 0, 0, 0.5);}

.footer_cont .cont_right {}
.footer_cont .cont_right .ftMenu_list {}
.footer_cont .cont_right .ftMenu_list > a {}
.footer_cont .cont_right .ftMenu_list > a .menu_btn {position: relative;overflow: hidden;transition: .25s;border: 0 none;background: transparent;min-width: 100%;font-size: 4.4rem;font-weight: 800;text-transform: uppercase;line-height: calc(68 / 44);text-align: right;width: 45.0rem;font-family: 'Wanted Sans Variable';}
.footer_cont .cont_right .ftMenu_list > a .menu_btn:after {position: absolute;left: 50%; width:100%; transform: translate(-50%, 0px);top: 0;bottom: 0px;display: flex;justify-content: flex-end;align-items: center;content: attr(data-content);opacity: 0;visibility: hidden;transition: .25s;}

.footer_cont .cont_right .ftMenu_list > a .menu_btn p {width:100%; transition: .15s;opacity: 1;font-size: 4.4rem;font-weight: 800;text-transform: uppercase;line-height: calc(68 / 44);text-align: right;}
.footer_cont .cont_right .ftMenu_list > a .menu_btn p > span {position: relative;}


.footer_cont .cont_right .ftMenu_list > a .menu_btn:hover p {opacity: 0;}
.footer_cont .cont_right .ftMenu_list > a .menu_btn:hover:after {opacity: 1;visibility: visible;}
.footer_cont .cont_right .ftMenu_list > a .menu_btn:after p > span:before {content: '';position: absolute;bottom: 20px;left: 0;width: 100%;height: 1px;background: #000;}
.footer_cont .cont_right .ftMenu_list > a .menu_btn:after {top: 100%;}
.footer_cont .cont_right .ftMenu_list > a .menu_btn:hover:after {top: 0;}
.footer_cont .cont_right .ftMenu_list > a .menu_btn:hover p {opacity: 0;transform: translateY(-40px);}

#wrap footer.subFooter .footer_cont {max-width: 160.0rem;margin: 0 auto; padding-left:0;justify-content: flex-start;}
#wrap footer.subFooter .footer_cont .cont_left { text-align:left; min-width:50.0rem;}


#wrap footer.subFooter .footer_cont .cont_right {display: flex;align-items: center;}
#wrap footer.subFooter .footer_cont .cont_right .ftMenu_list {display: none;}
#wrap footer.subFooter .footer_cont .cont_left .l_box1 {display: none;}
#wrap footer.subFooter .footer_cont .cont_left .l_box2 {margin-top: 0rem;}
#wrap footer.subFooter .footer_cont .cont_left .l_box4 {display: none;}
#wrap footer.subFooter .footer_cont .cont_left .l_box5 {position: relative;bottom: auto;margin-top: 3.5rem;}

.footer_cont .cont_right_top {display: none;}
#wrap footer.subFooter .footer_cont .cont_right_top {cursor: pointer;display: block;}
#wrap footer.subFooter .footer_cont .cont_right_top .crt_img {width: 6.4rem;aspect-ratio: calc(64 / 63);background: url(../img/btn_top.png) no-repeat center / contain;}
#wrap footer.subFooter .footer_cont .cont_right_top .crt_txt {font-size: 1.6rem;text-align: center;font-weight: 700;margin-top: 1.5rem;}





@media screen and (max-width: 1600px){
	.footer_cont {padding: 0 2rem;}
	#wrap footer.subFooter .footer_cont {padding-left:15px;}
}




@media screen and (max-width: 1024px){
	.footer_cont .cont_right {display: none;}
	.footer_cont .cont_left .l_box5 {position: relative;bottom: auto;margin-top: 9.0rem;}
	.section8 .wrap .cont {position: absolute;bottom: 2.0rem;}
}
@media screen and (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*/




/*제품자세히보기*/

.fancybox-wrap {width:120.0rem !important; /*height:80vh!important; overflow:scroll;*/ font-family: 'Wanted Sans Variable'; }
.fancybox-wrap .fancybox-title {background: #fff;line-height: normal;text-align: left;padding: 4.0rem  5.0rem 5.0rem 5.0rem;
								width: 100% !important;border-bottom-left-radius: 2.0rem;border-bottom-right-radius: 2.0rem;visibility: visible !important;}
.fancybox-wrap .fancybox-title .f_wrap { display:flex; gap:5%; }
.fancybox-wrap .fancybox-title .f_wrap .f_pro_img {width:55% !important;}
.fancybox-wrap .fancybox-title .f_wrap .f_pro_img img {max-width:100%; border-radius:2.0rem;}
.fancybox-wrap .fancybox-title .f_wrap .f_pro_txtwrap {width:100%; }
.fancybox-wrap .fancybox-title .f_wrap .f_pro_txt {width:40% !important; text-align:left; display:flex; flex-wrap:wrap; align-content: space-between; padding:5.0rem 0;}
.fancybox-wrap .fancybox-title .f_wrap .f_pro_txt .f_pro_txt1 {font-size:3.0rem; font-weight:600;}
.fancybox-wrap .fancybox-title .f_wrap .f_pro_txt .f_pro_txt1 span {display:block; font-size:2.0rem; color:#1f2a66; margin-bottom:0.5rem;}
.fancybox-wrap .fancybox-title .f_wrap .f_pro_txt .f_pro_txt2 {font-size:1.5rem; margin-top:2.0rem; line-height:1.45; color:#666;}
.fancybox-wrap .fancybox-title .f_wrap .f_pro_txt .f_pro_txt2 p {margin-bottom:1.05rem;}

.fancybox-wrap .fancybox-title .f_wrap .f_btn_wrap {width:100% !important; /*display:flex;   justify-content: space-between; */}
.fancybox-wrap .fancybox-title .f_wrap .f_btn_wrap a {color:#fff; width:100%; font-size:1.6rem; background:#000; padding:1.5rem; text-align:center; display:inline-block;}
.fancybox-wrap .fancybox-title .f_wrap .f_btn_wrap .f_btn_02 {}

.fancybox-wrap .fancybox-title .f_pro_scroll {position:absolute !important; bottom:3.0rem !important; right:3.0rem !important;  animation: upDownAnimation .8s ease-in-out infinite alternate}
.fancybox-wrap .fancybox-title .f_pro_scroll .scroll_img {display:flex;  align-items: center; font-weight:500; font-size:1.6rem; color: #c4c4c4; background: url('../../pages/images/fancy_mouse.png') no-repeat center right !important;
																	padding-right: 3rem;height: 3.5rem !important;}

.fancybox-title div {position: relative !important;top: auto !important;right: auto !important;width: auto !important;height: auto !important;background: none !important;}
.fancybox-skin {background: #fff !important; display: flex;justify-content: center;align-items: flex-start;width: 100% !important;border-top-left-radius: 2.0rem;border-top-right-radius: 2.0rem;
position: initial !important;}
.fancybox-skin .fancybox-inner  {}

.fancybox-outer, .fancybox-inner {position: initial !important;}
.fancybox-close {
    z-index: 8090 !important;
    width: 6.4rem !important;
    aspect-ratio: calc(64 / 65);
    height: auto !important;
    background: #000 url("../../pages/images/btn_close01.png") no-repeat center !important;
    border-radius: 100%;}


@media( max-width: 1350px ) {
	.fancybox-wrap {width: calc(100% - 4rem) !important;}
}

@media( max-width: 1024px ) {
2024-10-04

	.fancybox-wrap .fancybox-title .f_pro_scroll  {display: none !important;}

}

@media( max-width: 1000px ) {
	.fancybox-wrap  {/*overflow-y:scroll;*/ max-width:80%; }
	.fancybox-wrap .fancybox-title {padding: 2.0rem  3.0rem 3.0rem 3.0rem;  max-height:60vh; overflow-y:scroll;}
	.fancybox-wrap .fancybox-title .f_wrap {flex-wrap:wrap;}
	.fancybox-wrap .fancybox-title .f_wrap .f_pro_img {width:100% !important;}
	.fancybox-wrap .fancybox-title .f_wrap .f_pro_txt {width:100% !important; text-align:center; }
	.fancybox-wrap .fancybox-title .f_wrap .f_pro_txt > div {width:100% !important;}
	.fancybox-wrap .fancybox-title .f_wrap .f_btn_wrap {width:60% !important; margin-top:5.0rem;}

	.fancybox-close {width: 4.4rem !important;background: #000 url("../../pages/images/btn_close01.png") no-repeat center / 2.2rem !important;}
	.fancybox-wrap .fancybox-title .f_wrap .f_btn_wrap {width:100% !important;}
}





/*고객문의*/

.maill_contacts {width:100%; margin-bottom:3.0rem; }
.maill_contacts ul {display:flex; justify-content: space-between;}
.maill_contacts ul li {width:32%; border:1px solid #ddd; padding:3.0rem; display:flex; gap:3.0rem; font-size:1.8rem; align-items: center;}
.maill_contacts ul li > span {padding:2.0rem; background:#f8f8f8; color:#000;  border-radius:5.0rem;}
.maill_contacts ul li .material-icons { font-size:3.0rem;}
.maill_contacts ul li > div {}
.maill_contacts ul li p {font-size:2.0rem; }
.maill_contacts ul li strong {display:block;font-size:2.2rem;margin-top:0.3rem;}


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

.maill_contacts ul {flex-wrap:wrap;}
.maill_contacts ul li {width:100%; margin-bottom:2.0rem;}
}






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


.flex_box {display:flex; flex-wrap:wrap; }