@charset "utf-8";

html {font-size:62.5%; }
@media screen and (max-width: 1024px){
	html {font-size:58%; }
}
@media screen and (max-width: 768px){
	html {font-size:54%; }
}

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


body {font-family: 'Paperozi', 'pretendard', 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic',dotum,Helvetica,Apple SD Gothic Neo,sans-serif;color:#000;min-width:360px; 
		word-break:keep-all; overflow:hidden;}

body.total_menu {height: 100vh;overflow: hidden;}
body.body_main {overflow: hidden;position: relative;}
@media screen and (max-width: 1024px){
body {/*overflow:hidden;*/}
}
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;}
.fd-transition {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.fd-transition-2 {-webkit-transition: all .9s ease;-moz-transition: all .9s ease;-o-transition: all .9s ease;-ms-transition: all .9s ease;transition: all .9s ease;}

.teleNum {color:inherit !important}

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

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

.font_eng {font-family: 'MODERNIZ';}



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

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




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

.txt_b {font-weight:bold;}

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




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

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

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

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

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

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

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

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

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

:root{
	--header-height: 9.5rem;
	--aside-width : 10.0rem;
	--header-top: 4.2rem;
	--main-color: #3163b7;
	--second-color: #c4000f;
	--background-color: #fff;
	--transition-custom2: all 0.8s ease-in-out;
	--point-font: Paperozi;
	--eng-font: MODERNIZ;
}


#m_menu {display: none; position: absolute; top: 0; right: 10px; width: 25px; height: 87px;}
/*top*/
header#header {position: fixed; top: 0; left: 0; width: 100%;z-index: 900; background:rgba(255, 255, 255, 0.5); -webkit-backdrop-filter: blur(4px);    backdrop-filter: blur(4px);    backdrop-filter: blur(4px);}
header#header.load {/*animation: nt_down 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: 0s;*/}
/*header#header:before {position: absolute;content: '';width:100%;height:100%;}*/
/*header#header:after {position: absolute;content: '';width:100%;height:0px;background: #fff;opacity: 0.3;bottom: 0;}*/
header#header #gnbnav:hover ul.gnb_list > li > a {color:#000!important;}
/*header#header.sub {position: relative;top: auto;left: auto;}*/
header#header:hover .header_wrap div.logo {/*background-image: url(../img/logo_b.png);*/}
header.bg {background-color: rgba(0,0,0,0.0);/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";opacity: 0.65;filter: alpha(opacity=65);*/zoom:1;}
header#header.total {position: fixed;}
header#header.m-fixed {top: 0;padding:0;}
.header_wrap {width: 100%;height: var(--header-height);}

.headerBox {position: relative;height: 100%;display: flex;justify-content: space-between;align-items: center;margin: 0 auto;padding: 0 10rem; max-width:192.0rem}

.header_wrap div.logo {width: 17.2rem;aspect-ratio: calc(172 / 48);background: url(../img/logo.png) no-repeat center / contain;z-index: 1;}
.header_wrap h1 {margin: 0;height: 100%;}
.header_wrap h1 a {height: 100%;display: flex;flex-direction: column;align-items: center;color: #fff;line-height: 1.4;}


.header_wrap .header_right {display: flex;align-items: center;justify-content: flex-end;width: 2.4rem;}

/*.header_wrap div.lang {position: relative;z-index: 2000;width: 7.6rem;height: 7.0rem;font-size: 1.4rem;font-family: 'Outfit';margin-top: 3rem;}
.header_wrap div.lang .lang_n {width: 100%; cursor: pointer;border: solid 1px #000;border-radius: 1.8rem;padding: 0.8rem 1rem;display: flex;justify-content: space-between;align-items: center;}
.header_wrap div.lang .lang_n > span {display: block;transform: rotate(0deg);width: 0.9rem;aspect-ratio: calc(9 / 6);background: url(../img/ico_arrow_01.png) no-repeat center;transition: 0.5s;}
.header_wrap div.lang .lang_drop_list {position: absolute;width: 100%;opacity: 0;background: #fff;top: 4.5rem;left: 50%;transform: translateX(-50%);border-radius: 1.0rem;border: solid 1px #000;border-radius: 1.8rem;padding: 0.8rem 1rem;}
.header_wrap div.lang .lang_drop_list > li {}
.header_wrap div.lang .lang_drop_list > li > a {display: block;width: 100%;color: #333;font-size: 1.4rem;text-align: center;font-weight: 700;}
.header_wrap div.lang .lang_drop_list > li > a.on,
.header_wrap div.lang .lang_drop_list > li > a:hover {color: #d41814;}

.header_wrap div.lang.on .lang_n > span {transform: rotate(180deg);}*/


.header_wrap div.lang_right {position: relative; background:#e6e6e6;  border-radius:5.0rem; padding:0.5rem 0.7rem; overflow:hidden; width:115px; display:flex;}
.header_wrap div.lang_right a {padding:0.3rem 0.7rem; border-radius:5.0rem; font-size:13px; display:flex; align-items: center;}
.header_wrap div.lang_right a.active {background:#0985dc; color:#fff;  padding:0.7rem 1.0rem;}

header#header.init .header_wrap div.logo {margin-left: 0;transition: 0.5s;}
.header_wrap div.logo.totalmenu {transition: 0.5s;}


.header_wrap div.lang .material-icons {color:#fff; opacity:0.7; font-size:2.8rem; font-weight:100; -webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.header_wrap .lang .lang_sub {background: #fff;border: 1px solid #000;border-radius: 1.8rem;overflow: hidden;}
.header_wrap .lang .lang_sub li a {font-size: 1.4rem;color: #222;text-align: center;display: block;padding: 7px 0;border: 0;font-family: 'Outfit';}
.header_wrap .lang .lang_sub li a.active {color:red;}
.header_wrap .lang .lang_sub li:nth-child(2) {transition: 0.5s;height: 0;}

.header_wrap .lang.on .lang_sub li:nth-child(2) {height: auto;}

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

.header_wrap div.lang_right {width:110px; }
}

@media screen and (max-width: 800px){
.header_wrap div.logo {width: 14.2rem;}
.header_wrap div.lang_right {width:95px;}
}

@media screen and (max-width: 500px){
.header_wrap div.logo {width: 12.2rem;}
}

/*헤더메뉴 움직임*/
/*
.header.is-top.nav-down {
  border-bottom: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  }

.header {position:fixed !important; background: transparent; transition: top 0.3s ease-in-out;}

.nav-up {top:-13.0rem!important; }
.header.nav-down {  background:rgba(255,255,255,1); color:#000; -webkit-backdrop-filter: blur(10px);    backdrop-filter: blur(10px);    backdrop-filter: blur(10px); }
.header.is-top.nav-down {background:transparent !important; animation: none; }
.header.is-top.nav-down #gnbnav ul.gnb_list > li > a {color:#fff; animation: none; }

.header.is-top.nav-down.sub {background:transparent !important; animation: none; }
.header.is-top.nav-down.sub #gnbnav ul.gnb_list > li > a {color:#000; animation: none; }



.header.load.is-top #gnbnav ul.gnb_list > li > a {
  animation: colorChange 4.2s forwards;
}


.header.nav-down #gnbnav ul.gnb_list > li > a {
  animation: none;
  color: #000;
}

@media( max-width:768px ) {

.nav-up {top:0rem!important;}
}

*/




/* 전체 메뉴 */
div#totalMenu {cursor: pointer;z-index: 2000;width: 7.5rem;display: flex;justify-content: flex-end; display:none;}
div#totalMenu div.bars {position: relative;width: 36px;height: 16px;overflow: hidden;}
div#totalMenu div.bars span.bline {display: block;background: #111;width: 100%;height: 2px;margin: 0;border-radius: 0%;transition: 0.5s;}
div#totalMenu div.bars span.bline.top1 {position: absolute;top: 0px;right: 0px;width: 19px;}
div#totalMenu div.bars span.bline.top2 {position: absolute;top: 7px;left: 0px;width: 100%;}
div#totalMenu div.bars span.bline.mid1 {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 5px;opacity: 0;}
div#totalMenu div.bars span.bline.bot1 {position: absolute;bottom: 0px;left: 0px;width: 27px;}
div#totalMenu div.bars span.bline.bot2 {position: absolute;bottom: 0px;right: 0px; width:5px;}

#hd.on div#totalMenu {border:3px solid #fff;}
#hd.on div#totalMenu div.bars span.bline {background:#fff;}

div#totalMenu:hover div.bars span.bline.top {width:24px; transition:width 0.6s}
div#totalMenu:hover div.bars span.bline.bot {width:24px; transition:width 0.6s}

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

div#totalMenu.on div.bars span.bline.top1 {transform: rotate(45deg);width: 30px;top: 10px;left: -3px;height: 3px;background: #fff;}
div#totalMenu.on div.bars span.bline.bot1  {transform: rotate(-45deg);width: 30px;top: 10px;left: -3px;height: 3px;background: #fff;}

div#totalMenu.on div.bars span.bline.top2 {opacity: 0;}

div#totalMenu.on div.bars span.bline.box_top {display:block; position: absolute;top:0px; height:0px; background:#c9c9c9}
div#totalMenu.on div.bars span.bline.box_bottom {display:block; position: absolute;bottom:0px; height:0px; background:#c9c9c9}
div#totalMenu.on div.bars span.bline.box_left {display:block; position: absolute;left:0px; width:0px; height:100%; background:#c9c9c9}
div#totalMenu.on div.bars span.bline.box_right {display:block; position: absolute; right:0px; width:0px; height:100%; background:#c9c9c9}


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



.total_menu_bg {display: none;position: fixed;width: 100%;background-color: rgba(0,0,0,.5);left: 0;top: 0;z-index: 1099;}
.total_menu_contain {z-index: 100;position: fixed;width: 100%; right:-100%;top: 0; color:#000; overflow: auto;}
.total_menu_contain:before {content: '';width: 100%;height: 100vh;position: absolute;top: 0;right: 0;z-index: 10;background-color: rgba(0, 0, 0, 0.9);backdrop-filter: blur(10px);}

.total_menu_contain.active {right: 0%;}
.total_menu_contain.active:before {animation: height 1.5s forwards; animation-delay: 0.3s;}


.total_menu_contain .tm_wrap {width: 100%;height: 100%;display: flex;z-index: 9;position: relative;}
.total_menu_contain .tm_wrap .imgArea {width: 35%;background: url(../img/tm_bg.jpg) no-repeat center / cover;}
.total_menu_contain .tm_wrap .txtArea {width: 65%;display: flex;flex-direction: column;justify-content: center;padding: 0 10%;background: #fff url('../img/tm_bg_logo.png') no-repeat right -0px bottom -0px / 50% auto;}
.total_menu_contain .tm_wrap .txtArea .t_menu_list_wrap {display: flex;flex-direction: column;gap: 6.5rem;}
.total_menu_contain .tm_wrap .txtArea .totalmenu1 {}
.total_menu_contain .tm_wrap .txtArea .big_menu {font-size: 4.0rem;font-weight: 700;}
.total_menu_contain .tm_wrap .txtArea .big_menu > a{}
.total_menu_contain .tm_wrap .txtArea .small_menu {display: flex;gap: 4rem;margin-top: 2.3rem;}
.total_menu_contain .tm_wrap .txtArea .small_menu > li {}
.total_menu_contain .tm_wrap .txtArea .small_menu > li > a {font-size: 1.8rem;color: #666666;position: relative;}
.total_menu_contain .tm_wrap .txtArea .small_menu > li > a:after  {content: '';position: absolute;bottom: -3px;left: 0;width: 0%;height: 2px;background: #07913a;transition: width 0.5s;}
.total_menu_contain .tm_wrap .txtArea .small_menu > li > a:hover {color: #07913a;font-weight: 700;}
.total_menu_contain .tm_wrap .txtArea .small_menu > li > a:hover:after {width: 100%;}

.total_menu_contain .tm_wrap .txtArea .tm_lang {display: none;}

.total_menu_contain .total_menu_in {/*display: table; table-layout: fixed; */ height: 100%;width: 100%;}
.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:#ffffff; 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 .t_menu_list_wrap div > p:hover ul{}
.total_menu_in .t_menu_list { width: 100%;font-size: 0;position: absolute;z-index: 9999;top: 20%; /*transform: translateY(-50%);*/}
.total_menu_in .t_menu_list .t_menu_list_wrap {width: 100%;max-width: 160.0rem;position: relative;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 {width: calc(100% / 6);position: relative;display: flex;flex-direction: column;opacity: 1;/*transform: translateY(100px);*/padding: 6.5rem 0;text-align: center;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1:last-child {}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 .big_menu {}

.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 > p {  display:inline-block; line-height:1.6;position: relative; margin-bottom:10px;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 ul {margin-top: 6.5rem;}

.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1:nth-child(1).active {opacity: 1; transform: translateY(0px); transition-duration: 0.8s; transition-delay: 0.2s;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1:nth-child(2).active {opacity: 1; transform: translateY(0px); transition-duration: 0.8s; transition-delay: 0.4s;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1:nth-child(3).active {opacity: 1; transform: translateY(0px); transition-duration: 0.8s; transition-delay: 0.6s;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1:nth-child(4).active {opacity: 1; transform: translateY(0px); transition-duration: 0.8s; transition-delay: 0.8s;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1:nth-child(5).active {opacity: 1; transform: translateY(0px); transition-duration: 0.8s; transition-delay: 1.0s;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1:nth-child(6).active {opacity: 1; transform: translateY(0px); transition-duration: 0.8s; transition-delay: 1.2s;}

.total_menu_in .t_menu_list .t_menu_list_wrap div ul li{}
.total_menu_in .t_menu_list .t_menu_list_wrap div.active li{opacity:1}


.total_menu_in .t_menu_list .t_menu_list_wrap div.active ul{visibility:visible;}

.total_menu_in .t_menu_list .t_menu_list_wrap div .big_menu a {position: relative;font-size: 3.2rem;color: #fff;font-weight: 700;}
.total_menu_in .t_menu_list .t_menu_list_wrap div.active .big_menu a:after{width:100%}
.total_menu_in .t_menu_list .t_menu_list_wrap div.active .big_menu a{/*color:#000; text-align:right;*/}
.total_menu_in .t_menu_list .t_menu_list_wrap div li {display:block;}
.total_menu_in .t_menu_list .t_menu_list_wrap div li > a {font-size: 1.8rem;color: #fff;line-height: calc(45 / 18);font-weight: 400;}
.total_menu_in .t_menu_list .t_menu_list_wrap div li > a:hover {color: #014190;}
.total_menu_in .t_menu_list .t_menu_list_wrap div li > p { text-align:left;  padding:0;margin:0; }
.total_menu_in .t_menu_list .t_menu_list_wrap div li > p a { display:block; font-size:1.0rem;line-height:1.5; color:#999; font-weight:300; margin-bottom:10px; }

.total_menu_in .total_menu_lang {padding: 0 1.5rem;display: flex;justify-content: center;gap: 1.5rem;margin-top: 8.5rem;display: none;}
.total_menu_in .total_menu_lang .tml_sub {width: calc(100% / 2);}
.total_menu_in .total_menu_lang .tml_sub > a {font-size: 1.8rem;color: #fff;border: solid 1px #fff;width: 100%;display: block;text-align: center;padding: 1.0rem;}
.total_menu_in .total_menu_lang .tml_sub > a.on {background: #fff;color: #000;}


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


@media screen and (max-width: 1400px){
	.total_menu_in .total_menu_lang {display: flex;}
}
@media screen and (max-width: 1400px){
	div#totalMenu  {display:block; padding-left:2.5rem;}
	.total_menu_contain:before {background-color: rgba(0, 0, 0, 0.9);}
	.total_menu_contain {width: 100%;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div > p {font-size:2.2rem; padding-right:30px;}
	.total_menu_in .top_btn { right:20px; top:20px; }
	.totalsmenu_button  {display:none;}
	.total_menu_contain .tm_wrap .txtArea .tm_lang {display: flex;justify-content: center;gap: 2.5rem;margin-top: 3.5rem;}
	.total_menu_contain .tm_wrap .txtArea .tm_lang > li {border: solid 1px #000;border-radius: 5rem;padding: 0.5rem 1.5rem;}
	.total_menu_contain .tm_wrap .txtArea .tm_lang > li > a {font-size: 1.6rem;font-family: 'Poppins';}

	.total_menu_in .t_menu_list .t_menu_list_wrap {padding: 0 1.5rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div .big_menu a {font-size: 2.2rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1:last-child {border-right: solid 0px rgba(255, 255, 255, 0.2);}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 {width: 100%;padding: 1.5rem 0;text-align: left;border-left: solid 0px rgba(255, 255, 255, 0.2);}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 ul {margin-top: 0.5rem;display: flex;flex-wrap: wrap;column-gap: 1.5rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div li > a {line-height: 1.5;}
}

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

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


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

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

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

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

	.header_wrap div.lang {right:15px;}
	.menu_search-box {right:90px;}

	.TotalMenuRight div.cs {right:15px;}


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

@media screen and (max-width: 1400px){
	.header_wrap div.lang {display: none}
	.TotalMenuRight {display:none !important;}
	.menu_search-box {top:15px; right: 60px}
	.total_menu_contain .tm_wrap {flex-direction: column-reverse;justify-content: flex-start;}
	.total_menu_contain .tm_wrap .txtArea {width: 100%;height: 60%;}
	.total_menu_contain .tm_wrap .imgArea {height: 40%;width: 100%;}
	.header_inner {width:auto;}
}
@media screen and (max-width: 768px){
	.total_menu_contain .tm_wrap .txtArea .t_menu_list_wrap {gap: 3.5rem;}
	.total_menu_contain .tm_wrap .txtArea .big_menu {font-size: 2.5rem;}
	.total_menu_contain .tm_wrap .txtArea .small_menu {gap: 4rem;margin-top: 0.3rem;}
	.total_menu_contain .tm_wrap .txtArea .small_menu > li > a {font-size: 1.8rem;}
}

/*드랍메뉴*/
.header_inner {display: block;width: calc(100% - 45rem); }


#gnbnav {background: transparent;z-index: 100;position: relative;}
#gnbnav ul.gnb_list {display: flex;width: 100%; justify-content: flex-end;}
#gnbnav ul.gnb_list > li {text-align: center;display: table-cell;padding: 0 0rem 0 0rem;position: relative;}
#gnbnav ul.gnb_list > li > a {display: inline-block;font-size: 2.1rem;font-weight: 400;line-height: var(--header-height);position: relative;padding: 0 3.5rem;transition: 0.3s;}
#gnbnav ul.gnb_list > li > a.on {}
/*#gnbnav ul.gnb_list > li:hover > a {color: var(--second-color) !important;}*/
#gnbnav ul.gnb_list > li > a.on_all:after { transform: scaleX(1); }
#gnbnav ul.gnb_list > li > a.on:after {}

#gnbnav ul.gnb_list > li > a .line {position: absolute;display: block; border-radius:15px; height: 6px;width: 0%;background: var(--main-color);left: 50%;}
#gnbnav ul.gnb_list > li > a.on_all .line,
#gnbnav ul.gnb_list > li:hover > a .line {width: 50% !important;left: 50%!important; transform: translate(-50%, 0)!important; }

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

header.on #gnbnav ul.gnb_list > li > a {color: #333;padding: 0 5.0rem;}
header.on div#totalMenu div.bars span.bline {background: #000;}
header.on .subMenuBg .subMenuBg_wrap .subMenuBg_txt {animation: ani_subMenuBg 1.5s forwards linear;}



.header_wrap.active {/*background:#fff; */}
.header_wrap.active div.logo {/*background-image: url(../img/logo.png);*/}
.header_wrap.active #gnbnav ul.gnb_list > li > a {/*color:#000;*/}
.header_wrap.active div#totalMenu div.bars span.bline {/*background:#fff;*/}


#gnbnav ul.subNavi {position: absolute;left: 0;width: 100%;height: 40rem;padding: 0;z-index: 100;visibility: hidden;opacity: 0;padding: 2rem 0 2rem 0rem;transition-delay: 0s;}
#gnbnav ul.subNavi.on {visibility: visible;opacity: 1;transition-delay: .5s}
#gnbnav ul.subNavi.on:before {content:'';position:absolute;top:-10px;left:50%;margin-left:-1px;width:0px;height:0px;}
#gnbnav ul.subNavi.on:after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index: -1;}
#gnbnav ul.subNavi li {/*display: table-cell;*/position: relative;margin: 0.5rem 0;}
#gnbnav ul.subNavi li:first-child{}
#gnbnav ul.subNavi li:last-child{}
#gnbnav ul.subNavi li:last-child:after {width:0;height: 0}
#gnbnav ul.subNavi li a {color: #000;font-size: 1.9rem;padding: 0;line-height: 40px;display: block;text-align: center;font-weight: 400;position: relative;}
#gnbnav ul.subNavi li a:hover {color: var(--main-color);}
#gnbnav ul.gnb_list > li:hover ul.subNavi.on {}
#gnbnav ul.gnb_list > li:last-child ul.subNavi {/*border-right: solid 1px #c2c2c2;*/}

.subMenuBg {position: absolute;left: 0;top: 0rem;width: 100%;background: linear-gradient(to bottom, #fff 0px,#fff 95px,#eee 95px, #eee 100%); /*margin-top: 9.5rem; */z-index: -2;display: none;overflow: hidden}
/*.subMenuBg.active:before {content:'';position: absolute;top: 10rem;left: 0;width: 100%;height: 1px;background: #dddddd;}*/
.subMenuBg .subMenuBg_wrap {position: absolute;width: 100%;left: 50%;transform: translate(-50%, 0px);height: 40rem !important;max-width: 180rem;margin: 0 auto;margin-top: 10rem;}
.subMenuBg .subMenuBg_wrap .subMenuBg_txt {position: absolute;bottom: 0;width: 100%;height: 100%;display: flex;justify-content: flex-start;align-items: flex-end;font-size: 25.0rem;color: #f1f1f1;font-family: 'anton';line-height: 0.79;}
#header_overlay {width:100%;height: 100%;position:fixed;top:0;left:0;  z-index:899;background:rgba(0,0,0,0.8);display: none;}



@-webkit-keyframes ani_subMenuBg {
    0%  {opacity: 0;bottom: -40.0rem;}
    100% {opacity: 1;bottom: 0;}
}


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





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

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

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

.m_lang {padding: 0 20px; margin-top: 40px;}
.m_lang ul {overflow: hidden; width: 100%; border: 1px solid #a1bc0b;}
.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: #a1bc0b;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: 1400px){
	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: 100%;margin: 0;padding: 0 1.5rem;}

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

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

	.header_wrap .shop {display: none}

	.header_wrap div.lang {display: none;}

	#gnbnav {display:none;}


}

@media screen and (max-width: 768px){
	#header {position:fixed !important;}
	.header_wrap {position: fixed; height: 65px;width: 100%;border-radius: 0; background:#fff; }
	.header_wrap.active  {background: rgba(0,0,0,0.6);}
	.headerBox {padding: 0 1rem;}
}




/* 서브 상단 */
.sub_vg {position: relative;width: 100%; /*padding-top:10.0rem;*/}
.sub_vg.active {}
div#vg_con {height:100%;margin: 0 auto; position : relative;display: block; /*height: 45rem;*/ }
div#vg_con .main-slider {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 80%;height: 80%;transition: all 1s ease-in-out;overflow: hidden;}
div#vg_con .main-slider > li { width: 100%;height: 100%;}
div#vg_con .main-slider > li .main-slider-li_bg {background-position: center;background-size: cover;width: 100%;height: 100%;}
div#vg_con .main-slider > li .main-slider-li_movie {position: relative;height: 100%;text-align: center;background: #000;}
div#vg_con .main-slider > li .main-slider-li_movie video {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100% !important;opacity: 0.8;object-fit: cover;height: 100%;width: 100%;}


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

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

.sub_vg .move-line-wrap {position: absolute;max-width: 70rem;width: 100%;margin: 0 auto;top: 1rem;left: 0;}
.move-line-wrap {position: absolute; max-width: 70rem; width: 100%; margin: 0 auto; top: 1rem; left: 0;}
.nav-on-icon.move-line {position:absolute; left:0; top:0; z-index:1; height: 8rem;}
.nav-on-icon.move-line > span {height: calc(8rem - 2rem); background-color:var(--main-color); position:absolute; left:0; top:0; text-align:center; transition:background-color 0.5s; border-radius:3rem;}

.sub_vg.active div#vg_con .main-slider {width: 100%; height: 100%;}

div#vg_con.vg_con_business {height:calc(100vh - 10.0rem);}


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

@media screen and (max-width: 1024px){
	div#vg_con .main-slider {height: 100%; }
	div#vg_con .sub_vg_title1 {font-size: 4.3rem;}
	div#vg_con {width: 100%;height: 100%;min-width: 100%;padding: 0px;}
	div#vg_con h2 {font-size: 4.3rem;}
	div#vg_con p {font-size: 1.0em;}
	div#vg_con .sub_vg_txt {top:200px;}
	div#vg_con .sub_vg_title_txt {font-size:4.4rem;}

	div#vg_con.vg_con_business {height:calc(80vh - 10.0rem) !important; min-height:80.0rem;}
	div#vg_con {height: 20.0rem;}

}

@media screen and (max-width: 768px){
	.sub_vg {padding-top:70px;}
	div#vg_con .sub_vg_txt { top:240px;}
}

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

div.vg_sub_area {position: relative; width:auto; display:block; text-align:center;  padding: 0 0rem;max-width: 160rem;margin: 0 auto;height: 100%;opacity: 1;transform: translateY(0px);transition: all 0.5s ease-in-out;transition-property: transform, opacity, width;overflow: hidden;}
div.vg_sub_area .vg_btn {position: absolute;top: 50%;transform: translateY(-50%);width: 1.7rem;aspect-ratio: calc(17 / 13);background: url(../img/ico_arrow_01.png) no-repeat center / contain;}
div.vg_sub_area .vg_btn > a {display: block;width: 100%;height: 100%;}
div.vg_sub_area .vg_btn.vg_btn_prev {left: 4.0rem; transform: translateY(-50%) rotate(180deg);}
div.vg_sub_area .vg_btn.vg_btn_next {right:4.0rem; }
div.vg_sub_area .m_tit {display: none;color: #fff;text-align: center;background: var(--main-color);border-radius: 10em;padding: 1.2rem 3rem;}
.sub_tab {position:relative; height: 100%;   width:auto; display:inline-block; /*display: flex;justify-content: center;align-items: center;*/padding: 2.0rem 9.0rem; background: #0985dc;border-radius: 6.5rem;transition: 0.5s}
.sub_tab li.tab_list {position: relative;height: 100%; display:inline-block;}
/*.sub_tab li.tab_list:before {content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 17px;background: #fff;}
.sub_tab li.tab_list:last-child:before {width: 0;}*/
.sub_tab li.tab_list > a {white-space: nowrap; font-size: 2.2rem;position: relative;color: #fff;width: 100%;height: 100%;z-index: 3;padding: 1rem 2rem;text-align: center;}
.sub_tab li.tab_list > a:before {/*content: '';position: absolute;bottom: 0;left: 0;width: 0%;height: 2px;background: var(--main-color);*/}
.sub_tab li.tab_list > a.selected {color: #0985dc; background:#fff; z-index: 2;border-radius: 10em; font-weight:500;}
.sub_tab li.tab_list > a.selected:before {width: 100%;}
.sub_tab .slide2 {position: absolute;display: inline-block;height: 3em;border-radius: 10em;transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);}
.sub_tab .slide2 {opacity: 0;background: rgba(255,255,255,0.5);z-index: 1;}
.sub_tab .squeeze {transform: scale(0.9);}
.fixed .sub_tab {border-radius: 0rem;}
.sub_depth_1, .sub_depth_2 {display:none;}

#sub_navi.active div.vg_sub_area {opacity: 1;transform: translateY(0px);}
#sub_navi.fixed div.vg_sub_area {width: 100%;}




#tabMiddleWrap3rd {position: relative; margin-top:5.0rem; margin-bottom:5.0rem;  }
#tabMiddleWrap3rd .ssnav { margin: 0 auto 6.0px; border-bottom: 0px solid #e5e5e5;}
#tabMiddleWrap3rd .ssnav ul {display: flex; justify-content: center; gap:7px; }
#tabMiddleWrap3rd .ssnav ul li {position: relative; display: flex;  background:#fff; border:1px solid #d2d2d2;  border-radius:7px;}
#tabMiddleWrap3rd .ssnav ul li a {width: 100%;  display: flex; justify-content:center; align-items:center; }

#tabMiddleWrap3rd .ssnav ul li a span{font-size: 1.6rem;font-weight: 500;line-height: 1;display: block;color:#000;padding:20px 40px;}
#tabMiddleWrap3rd .ssnav ul li a:hover,
#tabMiddleWrap3rd .ssnav ul li a.active {background:#0985dc;  border-radius:7px;}
#tabMiddleWrap3rd .ssnav ul li a:hover span,
#tabMiddleWrap3rd .ssnav ul li a.active span  {color:#fff; }


@media screen and (max-width: 1600px){
div.vg_sub_area{width:100%;}
.sub_tab li.tab_list > a {font-size:2.0rem;}
}

@media screen and (max-width: 1400px){
	#tabMiddleWrap3rd {margin-top:3.0rem}
	#tabMiddleWrap3rd .ssnav {max-width: 100%; margin: 0 auto 30px;}
	#tabMiddleWrap3rd .ssnav ul li a span {font-size: 16px;}
}
@media screen and (max-width: 1200px){
	div.vg_sub_area {padding: 1rem; display:none}
	div.vg_sub_area .m_tit {display: block;}
	.sub_tab {flex-direction: column;border-radius: 2em;background: #fff;border: solid 1px #efefef;background: #fff;}
	.sub_tab li.tab_list {width: 100%;text-align: center;}
	.sub_tab li.tab_list > a {font-size: 1.8rem;font-weight: 400;color: #000;padding: 0.5rem 0rem;}
	.sub_tab li.tab_list > a.selected {background: #fff;padding: 0.5rem 0rem;color: var(--main-color);}
}

@media screen and (max-width: 768px){
	#tabMiddleWrap3rd { margin-bottom:0rem;}
	#tabMiddleWrap3rd .ssnav ul {flex-wrap:wrap; padding:0 15px;}
	#tabMiddleWrap3rd .ssnav ul li {flex:1 1 40%;}
	#tabMiddleWrap3rd .ssnav ul li a span {font-size: 14px;padding:15px 20px; text-align:center; }
	
}


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

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




/* circle아이콘*/
.icon-box { position:absolute; right:30px; bottom:200px;}
.visual-circle-box{display:inline-block; vertical-align:middle; width:80px; height:80px; position:absolute; right:0px; top:50px;   }
.visual-circle-box:before{position: absolute; top: 50%; margin-top:-95px; left: 50%; margin-left: -95px; content: ''; width: 136px; height: 136px; background: url("../img/footer_catalog.png") 0 0 no-repeat;}
.visual-circle-box .circle-box {position:relative; margin:auto; width:80px; height:80px; background: url('../img/play_icon.png') 55% center no-repeat; border:2px solid #137ccf; border-color:#137ccf; border-radius: 50%; z-index:11; box-sizing:border-box;}
.visual-circle-box .circle-box svg{overflow: visible;position:absolute;top: 5px;left: -1px;width: 72px;height: 72px;fill:none;stroke:#137ccf;transform:rotate(-90deg);}
.visual-circle-box .circle-box svg circle {transform-origin: center; stroke: #fff; stroke-dasharray: 1000;animation: dash 2s linear infinite; stroke-width: 4px;}


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

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

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


.goTop {padding-left: 5rem;}
.goTop a {display: inline-block;position: relative;font-size: 1.5rem; line-height: 8.5rem;}
.goTop a i {font-weight: 100;}


#quick_right {position:fixed; z-index:99; top:50%; transform:translateY(-50%); right:5.0rem;  opacity: 0;   transition: opacity 0.3s ease-in-out;   }
#quick_right .quick_ico a {display: flex; justify-content: center; align-items: center;  flex-direction: column; }
#quick_right .quick_ico {width: 6.4rem; height:6.4rem; border-radius:100%; margin:12px 0; display:block; }
#quick_right .quick_ico1 {background:#ececec; }
#quick_right .quick_ico2 {background:#0985dc; cursor:pointer }
#quick_right .quick_ico2 a {cursor:pointer }

#quick_right.visible {
  opacity: 1;
  visibility: visible;
}

@media( max-width: 768px ) {
#quick_right {display:none;}
}


#footer.subFooter #quick_right {opacity: 1;}

/* footer */


#footer {margin:6.5rem 10.0rem 6.0rem 10.0rem;}
#footer.mainFooter {z-index: 1; }
#footer.subFooter {}

.copyrightWrap {margin: 0 auto; }

#footer.subFooter .copyrightWrap {}
#footer.subFooter .copyrightWrap .ft_wrap {margin-top:0rem; }


.copyrightWrap .ft_wrap {padding:6.0rem 10.0rem 3.0rem 10.0rem; display: flex; background: #000; border-radius:4.0rem ;}
.copyrightWrap .footer_top {width:100%; display:flex;   justify-content: space-between;}
.copyrightWrap .footer_logo img {width:14.5rem; }
.copyrightWrap .footer_logo .footer_logo_txt {font-size:3.0rem; font-weight:700; color:#073863;  margin-top:1.5rem; }
.copyrightWrap .footer_top .ft_1 a {color:#fff; font-size:1.6rem; font-weight:300; padding-right:2.5rem; position:relative; }
.copyrightWrap .footer_top .ft_1 a:last-child:before {display:none;}
.copyrightWrap .footer_top .ft_1 a:before {content:'';  position:absolute;  width:1px; height:1.7rem;  right:0.8rem; top:0.2rem; background:rgba(255,255,255, 0.4); }


/*.copyrightWrap .ft_menu {width:calc(100% - 65.0rem);}
.copyrightWrap .ft_menu .ft_menu_wrap {display: flex;  justify-content: space-between;   }
.copyrightWrap .ft_menu .menu_wrap {width:25%;}
.copyrightWrap .ft_menu .menu_wrap:last-child {width:15%;}
.copyrightWrap .ft_menu .big_menu {}
.copyrightWrap .ft_menu .big_menu > a {font-size: 2.7rem;color: #000; font-weight: 600;}
.copyrightWrap .ft_menu .big_menu > a > span {position: relative;}
.copyrightWrap .ft_menu .big_menu > a > span:before {content: '';position: absolute;bottom: 0;left: 0;width: 0%;height: 1px;background: #000;transition: 0.5s;}
.copyrightWrap .ft_menu .small_menu {padding-top: 2.8rem; margin-left:-2.0rem; }
.copyrightWrap .ft_menu .small_menu > li {padding:0.2rem 0;}
.copyrightWrap .ft_menu .small_menu > li > a {font-size: 1.8rem; line-height:1.4;  padding:0.5rem 2.0rem; border-radius:5.0rem; position: relative; display:inline-block;}
.copyrightWrap .ft_menu .small_menu > li > a:hover {background:#3163b7; padding:0.5rem 2.0rem; transition: all 0.6s; color:#fff; }

*/

.copyrightWrap .ft_mid {width:100%;  margin:9.0rem 0 1.0rem 0;  color:#fff; }
.copyrightWrap .ft_mid strong {font-size:2.3rem; font-weight:500; display:block;}
.copyrightWrap .ft_mid .ft_mid1 {font-size:1.7rem; margin:1.0rem 0; font-size:1.7rem; }
.copyrightWrap .ft_mid .ft_mid2 { }
.copyrightWrap .ft_mid .ft_mid2 .ft_mid2_1 {color:#9b9b9b; display:inline-block; margin-right:1.5rem;}
.copyrightWrap .ft_mid .ft_mid2 .ft_mid2_2 {margin-right:7.0rem;}

.copyrightWrap .ft_bottom {width:100%; color:#525964; font-size:14px; padding:0;  }
.copyrightWrap .ft_bottom a {color:#525964; margin-top:0.5rem; font-size:13px;}

/*#footer .top_btn {position:absolute; z-index:999; bottom:14.0rem; right:12.0rem; width:7.2rem; height:7.2rem; color:#fff; border-radius:100%; background:#3163b7;
				display: flex;flex-direction: column;justify-content: center;align-items: center;transition: 0.5s;cursor: pointer;
				animation: upDownAnimation .4s ease-in-out infinite alternate;}
#footer .top_btn .ico {width: 15px;aspect-ratio: calc(15 / 13);background: url(../img/top_btn_ico.png) no-repeat center / contain;}
#footer .top_btn .txt {font-size: 1.8rem;; padding-top: 0.5rem;}*/


@media( max-width: 1800px ) {
	#footer {margin:4rem 2.0rem 4.0rem 2.0rem;}
	.copyrightWrap .ft_wrap {padding:9.0rem 4.0rem 5.0rem 4.0rem; }
	.copyrightWrap .ft_menu {display: none;}
	.copyrightWrap .footer_left .ft_1 {margin-top:5.0rem;}
	.copyrightWrap .ft_mid { margin:5.0rem 0 5.0rem 0;}
	
}

@media( max-width: 1024px ) {
	.copyrightWrap .ft .top {bottom: auto;top: 0;right: 1rem;width: 6.5rem;}
	.copyrightWrap .ft .top .txt {padding-top: 0rem;}

	#footer.mainFooter {padding: 2rem 0rem 0;}
	.copyrightWrap .footer_logo img {width:12.2rem; }
	.copyrightWrap {}
	.copyrightWrap .ft_wrap {width:100%; }
	.copyrightWrap .footer_left {width:100%;}
	.copyrightWrap .ft_mid .ft_mid2 {display:block; margin:0.5rem 0;}
	.copyrightWrap .ft_mid .ft_mid2 .ft_mid2_1 {width:5.0rem; margin-right:0;}
	.copyrightWrap .ft_mid .ft_mid2 .ft_mid2_2 {margin-right:0;}

	.copyrightWrap .ft_bottom .ft_3 > a{display:block;}

	#footer .top_btn {bottom:10.0rem; right:2.0rem;}
}

@media( max-width: 768px ) {
	.copyrightWrap .footer_top { flex-direction: column;}
	.copyrightWrap .footer_top .ft_1 {margin-top:2.0rem;}
	.copyrightWrap .ft_bottom {font-size:12px;}

}

/**footer end**/


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

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%;transform: translate(0px, 0px);margin-top: 0;z-index:99999;}
.subNavWrap {width: auto;padding: 0rem 0rem 0.1rem;position: relative;top: 00rem;z-index: 3; left: 50%;transform: translate(-50%, 0);}
.subNavWrap div.subNavInner {position:relative;width: 1600px;margin: 0 auto;height:77px;}
.subNavWrap .btn_home {display: block;float: left;width: 50px;height: 77px;font-size: 24px;line-height: 64px;position: relative;background: url(../img/sub_home.png) no-repeat;background-position: left center;}
.subNavWrap .btn_home:after { content: '';position: absolute;top: 25px;right: 0;width: 1px;height: 25px;background: #e3dde1;}
.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:340px;height:77px;background: url(../img/sub_side.png) no-repeat;background-position: center right;}
.subNav1st > .navi_dp1:after { content: '';position: absolute;top: 25px;right: 0;width: 1px;height: 25px;background: #e3dde1;}
.subNav1st > .navi_dp1:last-child:after {background: none}
.subNav1st > .navi_dp1 h2,
.subNav1st > .navi_dp1 h3 {margin:0;line-height:77px;}
.subNav1st > .navi_dp1 a.dp1 {position:relative;display:block;padding:0 20px;text-decoration:none; font-size: 18px;line-height: 77px;color: #4f4f4f;}
.subNav1st > .navi_dp1 a.dp1 span.sub_drop {position:absolute; top: 0px; right:30px; 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 a.dp1 span.sub_drop .sub_drop_ico {transition: 0.5s;}
.subNav1st > .navi_dp1.active a.dp1 span.sub_drop .sub_drop_ico { transform: rotate(180deg);transition: 0.5s;}

.subNav2nd {list-style:none;display:none;position:relative; background-color: #fff;z-index:10; border: solid 1px #dedede ;border-top: 0 none;}
.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: 18px;color: #4f4f4f;vertical-align: middle;}
.subNav2nd > .navi_dp2 > a:hover,
.subNav2nd > .navi_dp2 > a:active,
.subNav2nd > .navi_dp2 > a:focus,
.subNav2nd > .navi_dp2.active > a {text-decoration:underline;}


/*서브탭메뉴*/

.subNavBarInner {position: relative;height: 100%; padding-top:18rem; margin-bottom:8.5rem; }
.subNavBarInner:after {content:''; width:100%; height:1px; background:#0985dc; position:absolute; bottom: 25px; }
.subNavBarInner .subNavBarInnerTitle {width: 100%; display: flex; align-items: flex-end;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 {padding-bottom:7px; font-size: 4.8rem; padding-left:4.0rem; font-weight:600; overflow: hidden;text-align: center;text-transform: uppercase;color: #000;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 .char {overflow: hidden;line-height: 1.2;display: inline-block;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1.cm-word-split-JS.split-txt .char {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;     animation-delay: calc(50ms * var(--char-index));}


.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 {font-size: 1.8rem;color: rgba(0, 0, 0, 1);overflow: hidden; text-align: center;display: flex;justify-content: center;align-items: center;
															}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 .char {overflow: hidden;line-height: 1.2;display: inline-block;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2.cm-word-split-JS.split-txt .char {overflow: hidden; animation:  text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}

.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 {padding-left:calc((100% - 1600px) / 2);  font-size: 13.0rem;     text-transform: uppercase; font-weight:700; color:#0985dc;overflow: hidden; text-align: center;display: flex;justify-content: center;align-items: center;padding-top: 0.5rem;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 .char {overflow: hidden;display: inline-block;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3.cm-word-split-JS.split-txt .char {overflow: hidden; animation:  text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}



.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 .t1 {display: block;width: 1.5rem;height: 1.5rem;background: url(../img/sub_home.png) no-repeat center / contain; }
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 .t2 {padding-left: 3.0rem;margin-left: 3.0rem;position: relative;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 .t2:after {content: '>';font-size: 1.4rem;font-family: 'Gothic A1';position: absolute;top: 50%;left: 0;transform: translateY(-50%);}

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

.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate {padding-top: 2.3rem;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate > ul {display: flex;justify-content: center;column-gap: 4rem;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate > ul > li {}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate > ul > li > a {font-size: 2.0rem;color: #aaaaaa;font-weight: 700;position: relative;line-height: 2.6;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate > ul > li > a:before {content: '';position: absolute;bottom: 0rem;left: 0;width: 0%;height: 2px;background: #000;transition: 0.5s;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate > ul > li > a.selected,
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate > ul > li > a:hover {color: #000;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate > ul > li > a.selected:before,
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate > ul > li > a:hover:before {width: 100%;}

.subNavBarInner .subNavBar1st {margin: 0 auto; padding: 18px 0;}
.subNavBarInner .subNavBar1st li { display:inline-block; text-align:left; padding:0 20px; font-size: 20px; font-weight: 400; position: relative;}
.subNavBarInner .subNavBar1st li br {display:none;}
.subNavBarInner .subNavBar1st li.active {color:#fff; font-weight:400; position: relative; }
.subNavBarInner .subNavBar1st li.active a {color:#fff; font-weight:400;  }

.subNavBarInner .subNavBar1st li a {color:#fff; }

.subNavBarInner2 { }
.subNavBarInner2 .subNavBar2st {display: flex;  justify-content: flex-start; gap:4.0rem; }
.subNavBarInner2 .subNavBar2st .naviBar_dp2  {padding: 0px 0px;  padding-bottom:2rem; }
.subNavBarInner2 .subNavBar2st .naviBar_dp2 a {  font-size:2.4rem;font-weight:600; color:#6c6c6c; }
.subNavBarInner2 .subNavBar2st .naviBar_dp2.active {border-bottom:5px solid #000; }
.subNavBarInner2 .subNavBar2st .naviBar_dp2.active a {color:#000;}g
.subNavBarInner2 .subNavBar2st .naviBar_dp2:hover {border-bottom:5px solid #000; }
.subNavBarInner2 .subNavBar2st .naviBar_dp2:hover a {color:#000;}

.subNavTitle {font-size: 5.6rem;text-transform: uppercase; color:#9d9d9d; font-weight: 500; padding: 10.2rem 0 6.6rem;width: 160rem;margin: 0 auto;position: relative;text-align: center;}


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

@media( max-width:1600px ) {
	.subNavTitle {width:100%; text-align:center;  }
	.subNavWrap div.subNavInner {width: 100%;}
	.subNavBarInner .subNavBar1st li {padding: 0 10px; font-size: 16px;}
	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3  {padding-left:20px; font-size:9.0rem;  }
	.subNavBarInner:after { bottom: 20px; }
	
}
@media( max-width:1200px ) {
	.subNavBarInner .subNavBar1st li {padding: 0 5px; font-size: 15px;}
	
	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerCate {display:none;}
}
@media( max-width:1024px ) {

	.subNavBarInner  {padding: 8rem 0 0 0;}
	.subNavBarInner:after {content:''; width:100%; height:1px; background:#0985dc; position:absolute; bottom: 0px; }
	.subNavBarInnerTitle1 {display:none;}
	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 {font-size:5.0rem; text-align:center; height:5.0rem; width:100%;}
	.vg_title_sub {display:none;}
	.subNavTitle {padding: 0rem 0rem 5.0rem 0; font-size:4.2rem;}
	
	

	.subNavBarInnerWrap {display:none;}
	.subNavBarInner2 .subNavBar2st  {gap:3.5rem;}
}
@media( max-width:768px ) {
	.subNavTitle {font-size:3.6rem; font-weight:600; padding: 0rem 0rem 3.0rem 0;}
	

}

#m_breadcrumbs_wrap {display: none}

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

@media( max-width:1600px ) {

}

@media( max-width:1650px ) {
	#subPage {max-width:100%; padding: 0px 0rem 10.0rem;}
}



@media( max-width:1400px ) {
	#subPage {padding: 0rem 0rem 5.0rem;}
	#subPageWrap {width:100%;min-width: 320px; margin:0;}
	#subPageWrap_WIDE_ {padding: 0px 0px 0;}


	.subNavWrap div.subNavInner {width:100%;    padding: 0 10px;}

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

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

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

}






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



/* 타이틀영역 */
.subPageTopTitle {width: 100%; position: relative; }
.title_wrap {position: relative; width: 100%; height: 100%; max-width: 160.0rem; margin: 0 auto; background: #fff; }
.title_wrap h2.title {font-size: 2.7rem; color: #000; float: left; margin: 0; position: relative; z-index: 9; background: #fff; border-radius: 100% / 80%; padding: 3.5rem 14.6rem 70px}
.title_wrap h2.title:after {/*content : ""; position: absolute; left: 3px; top: 15px; height: 3px; width: 44px; border-bottom:3px solid #a1bc0b;*/}

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

.sub_vg_title {position : relative; width:100%;height:100%; padding:0 0 0px 0;clear:both;border-bottom: 0px solid #ddd; text-align: left; background:transparent; }
.sub_vg_title_inner {width: 100%; height: 100%; margin-left: 0rem; max-width: 1600px; height: 100px; overflow: hidden;}

.subPageMainTitle {font-size: 40px; color: #000; font-weight: 500; font-family: 'Noto Sans KR'; text-align: center; padding: 70px 0 50px; position: relative;}
.subPageMainTitle:after {content: ''; width: 0.1px; height: 72px; background: #b2b2b2; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 45px);}

@media( max-width:1600px ) {
	.sub_vg_title {margin-left:-1.0rem}
	.sub_vg_title_inner {max-width: 100%; margin: 0;}
}

@media( max-width:1024px ) {


	.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 {font-size: 5.0rem; margin-top:5.0rem;}
	.title_wrap .breadcrum {display: none}

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



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

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

.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: absolute;top: 4rem;z-index: 99;right: 5.3rem;padding: 0 0px;height: 1.6rem;width: 3.6rem;border: 0;color: #000;background: none;font-size: 3.2rem;}
#mgnb_open > span {position: relative;width: 100%;height: 100%;display: block;}
#mgnb_open .fa1 {position: absolute;height: 2px;background: #000;top: 0;right: 0;width: 50%;transition: 0.5s;}
#mgnb_open .fa2 {position: absolute;height: 2px;background: #000;top: calc(50% - 1px);left: 0;width: 100%;}
#mgnb_open .fa3 {position: absolute;height: 2px;background: #000;bottom: 0;left: 0;width: 50%;transition: 0.5s;}
#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 {position: fixed;top: 0;right: 0%;width: 0%;max-width: 400px;height: 100vh;overflow: hidden;z-index: 9999;}
.mgnb_wrap {position: absolute;right: -100%;max-width: 400px;height: 100vh;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);border-left: solid 1px rgba(255, 255, 255, 0.3);visibility: hidden;background: rgba(0, 0, 0, 0.9);transition: 0.8s;}
#mgnb.visible {width: 40.0rem;}
#mgnb.visible .mgnb_wrap {right: 0%;width: 40.0rem;visibility: visible;}

#mgnb_open:hover .fa1 {width: 100%;}
#mgnb_open:hover .fa3 {width: 100%;}

#mgnb_1dul {}
#mgnb_1dul a {display: block;color: #fff;}
.mgnb_1dli {position:relative;line-height:40px}
.mgnb_1dli button {position:absolute;top:5px;right:0;width:40px;height:40px;overflow:hidden;border:0;font-size:1.0em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;text-indent:-9999px}
.mgnb_1dli button.btn_gnb_cl {background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%}
.mgnb_1da {padding: 5px 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);font-weight: bold;font-size: 16px;}
.mgnb_2dul {display:none;}
.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}

.mbnb_member {}
.mbnb_member > li { width: calc(50% - 40px);text-align: center;border: solid 1px #333;margin: 20px;float: left;}
.mbnb_member > li > a { line-height: 40px;font-size: 16px;font-weight: bold;}
.mbnb_member > li > a.btn1 {}
.mbnb_member > li > a.btn2 {}

.mbnb_lang {display: flex;padding: 3rem 2rem;}
.mbnb_lang > li {width: calc((100% - 1rem) / 2);margin-right: 1rem;border: 1px solid rgba(255, 255, 255, 0.3);}
.mbnb_lang > li > a {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;padding: 1rem;color: #fff;}
.mbnb_lang > li > a.active {background: rgba(255, 255, 255, 0.3);}

#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: 1850px){
	#mgnb_open {right: 1rem;}
}
@media screen and (max-width: 1600px){
	.moblie_lang {position:absolute; top:25px; left:20px; }
	.moblie_lang a{display:inline-block; font-size:14px; color:#f8f8f8;}
	.moblie_lang a:first-child {margin-right:10px;}
	.moblie_lang a.active {background:#e60012; color:#fff; padding:7px; border-radius:10px;  }

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

}

/* 사이트맵 */

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

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

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


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

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


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

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

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


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

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

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

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


.skipnavi { position: absolute; left: 0; top: -50px; text-indent: -9999px; font-size: 0; width: 100%; z-index: 999; } .skipnavi li a:active, .skipnavi li a:focus { position: absolute; left: 0; top: 50px; display: block; width: 100%; padding: 5px 0; text-align: center; text-indent: 0px; font-size: 12px; font-weight: bold; background-color: #f2f2f2; }

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


@-webkit-keyframes upDownAnimation2 {
    from { transform: translate(-50%, -50%) translateY(0); }
	to { transform: translate(-50%, -50%) translateY(5px); }
}
@-moz-keyframes upDownAnimation2 {
   from { transform: translate(-50%, -50%) translateY(0); }
	to { transform: translate(-50%, -50%) translateY(5px); }
}
@-o-keyframes upDownAnimation2 {
    from { transform: translate(-50%, -50%) translateY(0); }
	to { transform: translate(-50%, -50%) translateY(5px); }
}
@keyframes upDownAnimation2 {
     from { transform: translate(-50%, -50%) translateY(0); }
	to { transform: translate(-50%, -50%) translateY(5px); }
}

/*******	customize Start	******/


.wrap_wid_1800 {width:100%; max-width: 1800px; margin:auto;}
.wrap_wid_full_1800 {width:100%; max-width: 1800px; margin:auto;}
.wrap_wid_1600 {width:100%; max-width: 1600px; margin:auto;}
.wrap_wid_full_1600 {width:100%; max-width: 1600px; margin:auto;}
.wrap_wid_1400 {width:100%; max-width: 1400px; margin:auto;}
.wrap_wid_full_1400 {width:100%; max-width: 1400px; margin:auto;}

@media screen and (max-width: 1850px){
	.wrap_wid_1800 {padding: 0 20px;}
}
@media screen and (max-width: 1650px){
	.wrap_wid_1600 {padding: 0 20px;}
}
@media screen and (max-width: 1450px){
	.wrap_wid_1400 {padding: 0 20px}
}
/*공통*/
.wid_1800 {width:100%; position:relative; max-width:1800px; margin:auto; }
.wid_1600 {width:100%; position:relative; max-width:1600px; margin:auto; }
.wid_1500 {width:100%; position:relative; max-width:1530px; margin:auto}
.wid_1400 {width:100%; position:relative; max-width:1400px; margin:auto}
.wps_100 {width:100%;}
.point {color:#00418F !important;}
.point2 {color:#E50012 !important;}
.grey_bg {background:#f8f8f8;}
.txt_l {text-align:left !important;}
.txt_c {text-align:center !important;}
.txt_r {text-align:right !important;}

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

.div_scroll, .div_scroll2, .div_scroll3 {overflow: auto;position: relative}

.only_pc {display:block;}
.only_mob {display:none;}


.color_b {color:#000;}
.color_w {color:#fff;}

@media( max-width:1600px) {
	.side_pd {padding-left:20px !important; padding-right:20px !important;}
	.sub_contents {overflow-x:hidden; }
	.sub_content2 {overflow-x:hidden; }
	.sub_content3 {overflow-x:hidden; }
}

@media( max-width:1024px) {

.side_pd {padding-left:15px !important; padding-right:15px !important;}
.only_pc {display:none;}
.only_mob {display:block;}
.sub_contents {padding-top:0rem }


.div_scroll3 {padding-bottom:3.5rem;}
.div_scroll3 table {width:1000px; font-size:15px;}

}

@media( max-width:768px) {
.side_pd {padding-left:10px !important; padding-right:10px !important;}
.div_scroll2 table {width:760px; font-size:15px;}
.div_scroll2 img {max-width:1024px !important;}
.sub_contents {padding-top:0rem }
}



@media( max-width:600px) {
.div_scroll table {width:600px; font-size:15px;}
.div_scroll img {max-width:768px !important;}
.sub_contents {margin-top:0rem;}
}


.mg_t0 {margin-top:0px!important;}
.mg_t10{margin-top:1.0rem!important;}
.mg_t20{margin-top:2.0rem!important;}
.mg_t30{margin-top:3.0rem!important;}
.mg_t40{margin-top:4.0rem!important;}
.mg_t50{margin-top:5.0rem!important;}
.mg_t80{margin-top:8.0rem!important;}
.mg_t100{margin-top:10.0rem!important;}
.mg_t120{margin-top:12.0rem!important;}
.mg_t150{margin-top:15.0rem!important;}


.mg_b10{margin-bottom:1.0rem!important;}
.mg_b20{margin-bottom:2.0rem!important;}
.mg_b30{margin-bottom:3.0rem!important;}
.mg_b40{margin-bottom:4.0rem!important;}
.mg_b50{margin-bottom:5.0rem!important;}
.mg_b80{margin-bottom:8.0rem!important;}
.mg_b100{margin-bottom:10.0rem!important;}

.pd_t100 {padding-top:10.0rem!important;}
.pd_b0 {padding-bottom:0rem!important;}
.pd_b100 {padding-bottom:10.0rem!important;}
.pd_b130 {padding-bottom:13.0rem!important;}
.flex_box {display:flex; flex-wrap:wrap;}



#mainVisual {position: relative; width: 100%; /* height:100vh; */ overflow: hidden; background:#fff;}

.visual_wrap {position: relative; }
.main-visual-con {-webkit-perspective: 2000;-webkit-backface-visibility: hidden; }
.main-visual-con {height:100%;}
.main-visual-con {z-index:1;position: relative; }
.main-visual-item {position: relative; width: 100%; }

/* 메인 비주얼 :: 이미지 */
.main-visual-img-wrap { z-index:-1; position:relative; width:100%;  height: 100vh;  /*padding-top:34.5vh; padding-top: calc(var(--header-height) + var(--header-top) + 21rem); height: 86rem; */ 
						-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;  }
.main-visual-img-box { position:relative; display: flex; align-items: center; justify-content: center;  opacity: 0; transition: all 1.2s ease-in-out; transform: translateY(0%);
						    /*mask: url(../img/mainbox_bg.png) no-repeat right center / contain; aspect-ratio: calc(1920/910) / 1;*/ }

.main-visual-img-box .inner {position: absolute; bottom: 0%; left: 50%; transform: translate(-50%,0); width: 70%; height: 45%; transition: all 1.2s ease-in-out 3s; overflow: hidden;
							box-shadow: 0 0 9999px 9999px rgba(255, 255, 255, 1); z-index: 1;      }

.main-visual-img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}
.main-visual-img img {max-width: 100%;}
.main-visual-video {position: relative; width: 100%; height: 0; padding-top: 47.778%;  overflow: hidden; animation:image-zoom-out 5.0s cubic-bezier(0.4, 0, 0.2, 1) both; animation-delay:1.0s}
.main-visual-con.active .main-visual-img-box {opacity: 1; transform: translateY(0);}
.main-visual-con.active .main-visual-img-box .inner  { width: 100%; height: 100%;  }


/*메인 비쥬얼:: 버튼*/
.main_cicle_btn {position:absolute; width:10.5vw; aspect-ratio: 1; background: #3163b7 url('../img/main_circel_arr.png') no-repeat center; border-radius:100%;  opacity:0;  
					 right:9.3vw; top:calc(var(--header-height) + var(--header-top) + 20rem) !important;;  transform: translate(-50%,-50%);}

.main_cicle_btn a {width:100%; height:100%; display:block;}
.main_cicle_btn a .main_circle_txt {animation: spin 12s infinite linear; z-index:99; position:relative;  }
.main_cicle_btn a .main_circle_txt img{width:100%;}
.main_cicle_btn a:hover .main_circle_txt {animation-play-state: paused; }

.main-visual-con.active .main_cicle_btn { opacity:1; transition: opacity 0.5s; transition-delay: 1s;}  

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

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


/* 메인 비주얼 :: 텍스트 */
.main-visual-txt-con{position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 100%; height: 100%; z-index: 0; /*mix-blend-mode: difference;*/ }
.main-visual-txt-box{display:flex;align-items:start;height:100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.main-visual-txt-inner {width: 100%; padding-top: calc(var(--header-height) + var(--header-top) + 10rem) !important; /* padding-top:20.5vh; */ text-align:center;  }
.main-visual-tit {text-transform:uppercase;     font-size: 6.0rem;font-weight: 700; line-height: 1.4;  }

.main-visual-tit .word {overflow: hidden;line-height: inherit;display: inline-block;}
.main-visual-tit .char {display: inline-block;position: relative;font-size: inherit;font-family: inherit;font-weight: inherit;opacity: 0;}
.main-visual-tit2 .char {display: inline-block;position: relative;font-size: inherit;font-family: inherit;font-weight: inherit;opacity: 0;}
.main-visual-tit .span_br {display:none;}
.main-visual-tit2 {font-size:2.3rem;  color:#000;  overflow:hidden; line-height:1.4;}

.under_line {width:78%; height:1px; display:block; margin:0rem auto 2.0rem;  }


.line {
  display: block;
  overflow: hidden;  
  color: #000; 
  margin-bottom: 10px; 
  opacity: 0;   
  animation: 
    textClip 1.2s ease-out forwards, 
    colorChange 4.2s forwards;
}

.line-1 {
  animation-delay: 0s, 0s;
}
.line-2 {
  animation-delay: 1.2s, 0s;
}

.target-text-combined2 {
  display: inline-block; /* transform 적용을 위해 필요 */
  animation: combinedAnim2 4.2s forwards;
}

/* 메인 비주얼 :: 텍스트 :: active효과 */
/*.main-visual-con.active .main-visual-tit .char {animation: text-active-animation 1.0s cubic-bezier(0.4, 0, 0.2, 1) both; animation-delay: calc(50ms * var(--char-index));}
.main-visual-con.active .main-visual-tit2 .char {animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay: calc(15ms * var(--char-index));}*/



/* 메인 비주얼 :: Animation */
@keyframes textClip {
  0% {
    opacity: 1; /* 시작할 때 보이게 설정 */
    transform: translateY(100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes colorChange {
  0%, 85% { color: #000;  }
  100% { color: #fff;  }
}

@keyframes combinedAnim2 {
  
  0% {
    transform: translateY(100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    background: #000;    
  }
  20% {   
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: #000;
  }
 
  85% {
   transform: translateY(0);
    background: #000;   
  }
  
  100% {
    background: #fff;    
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}




@keyframes image-zoom-out {
	from {
		transform: scale(1.08,1.08)
	}
	to {
		transform: scale(1.0,1.0)
	}
}
@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 nt_up {
	0%{transform: translateY(5.0rem);opacity: 0;}
	100%{transform: translateY(0);opacity: 1;}
}
@keyframes nt_down {
	0%{transform: translateY(-5.0rem);opacity: 0;}
	100%{transform: translateY(0);opacity: 1;}
}
@keyframes nt_left {
	0%{transform: translateX(-5.0rem);opacity: 0;}
	100%{transform: translateX(0);opacity: 1;}
}
@keyframes nt_right {
	0%{transform: translateX(5.0rem);opacity: 0;}
	100%{transform: translateX(0);opacity: 1;}
}
@keyframes nt_ani {
	0%{transform: scale(0.2);opacity: 0;}
	100%{transform: scale(1);opacity: 1;}
}




.main_video01{position: relative;width: 100%;height: 100vh;padding-top: 47.778%;background: #000;overflow: hidden; }
.main_video01 iframe {position: absolute; width: calc(100% + 2px); height: calc(100% + 450px) !important; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.main_video01 video {opacity:0.8; /*object-fit: cover; */position: absolute;/* min-height: calc(100% + 450px); */top: 50%;left: 50%;width: calc(100% + 500px); height: calc(100% + 500px);transform: translate(-50%, -50%);pointer-events:none;transition: opacity 3s 0.2s;  }


.main-visual-con .scroll {z-index: 9;font-size: 1.6rem; font-weight:600; color: #fff;position: absolute;top: 90vh;left: 50%;transform: translateX(-50%);}
.main-visual-con .scroll .scroll_wrap {position: relative;}
.main-visual-con .scroll .scroll_wrap:before {content: '';position: absolute;top: 3.2rem;left: 50%;width: 1px;height: calc(10vh - 4.0rem);background: #fff;animation: vg_scroll 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite ;}

.main-visual-con .pop_open {cursor:pointer; position:absolute; opacity: 0; animation: slideInFromRight 0.6s ease-out forwards;animation-delay: 4s;  
							right:5.0rem; bottom:5.0rem;  width:14.0rem; height:14.0rem; aspect-ratio: 1; background:#0c73bc url(../img/play_icon.png) no-repeat center ; border-radius: 50%;}
.main-visual-con .pop_open img {animation: spin 10s infinite linear;}
.main-visual-con .pop_open:hover img{animation-play-state: paused; }

/*메인팝업영상*/
.gray_mask {display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7); z-index:99;}

#popup {display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:65%; max-width:1248px;text-align:right; z-index:999;}
#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%;
}


@keyframes slideInFromRight {
  0% {
    transform: translateX(100%); 
    opacity: 0; 
  }
  100% {
    transform: translateX(0); 
    opacity: 0.85; 
  }
}



@keyframes vg_scroll {
	0% {
		height: 0%;
	}
	100% {
		height: calc(10vh - 4.0rem);
	}
}

@media screen and (max-width: 1920px){
	.main-visual-txt-inner {width: 100%; /* padding-top:28.5vh; */ }
	
}

@media screen and (max-width: 1919px), screen and (max-height: 930px) {
	.main_video01 video {object-fit: cover;}

}




@media screen and (max-width: 1024px){
	.main-visual-con {-webkit-perspective: none;-webkit-backface-visibility: visible;}
	.main-visual-img-wrap {padding-top:0px; }
	#mainVisual {height: 100vh;}
	.main-visual-video {height: 100vh;}
	.main-visual-txt-inner {padding-top: calc(var(--header-height) + var(--header-top) + 8.5rem) !important; /* padding-top:170px; */  overflow:hidden; }
	.main-visual-video video {width: auto !important;height: 100%;padding: 0rem;z-index: 99;}
	.main-visual-video .video_source {z-index: 100;}
	.main-visual-tit {font-size: 4.2rem;line-height: 1.6;}
	.main-visual-tit img {width: 34rem;}
	.main-visual-img-box {z-index: 9; mask:none; height:100vh}
	.main-visual-video {z-index: 10;background: #000;}
	

	.main_cicle_btn{bottom:6% !important;top:auto !important;background-size:20%}
	.main-visual-item{height:100%;}

	#popup {width:95%}
}

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


	.main-visual-img-wrap {padding-top:0; }
}



@media screen and (max-width: 500px){
.main-visual-tit .span_br {display:block;}
.main-visual-txt-inner {padding-top:175px;}
.main-visual-tit{font-size:3.6rem;}
.main-visual-img-wrap{padding-top:0px;}
.main-visual-tit2 {padding:0 3.0rem;}


}



/*공통*/
.more_btn {width:22.0rem; height:6.0rem; }
.sec_title_wrap {}
.sec_title_wrap .txt1 {font-size:5.4rem; }
.sec_title_wrap .txt1 span {color:#0985dc;}
.sec_title_wrap .txt2 {font-size:2.3rem; margin-top:2.0rem; font-weight:300;  line-height:1.45;}

.visible .txt1 {animation: textClip 1s both; animation-delay: 0.5s;}
.visible .txt2 {animation: textClip 1s both; animation-delay: 1s;}
/*.visible .sec_conts {animation: textClip 1s both; animation-delay: 1.5s;}*/


@media screen and (max-width: 1400px){ 
.sec_title_wrap .txt1 {font-size:4.0rem; }
.sec_title_wrap .txt2 {font-size:2.0rem;}
}

@media screen and (max-width: 1024px){ 
.sec_title_wrap .txt1 {font-size:3.2rem; }

}

/**/
#sec1 {width:100%; padding:13.5rem 0; position:relative; /*height:100vh;*/  background: url("../img/sec1_bg.jpg")  no-repeat center/cover;}
#sec1.visible {}

#sec1 .secLine_wrap {}
#sec1 .secLine1 {position: absolute; top: 0; left: calc((100% - 160.0rem) / 2); width: 1px; height: 0; background: rgba(255,255,255,0.2); transition: height 0.5s linear 0.5s;}
#sec1 .secLine2 {position: absolute; bottom: 0; left: 50%; width: 1px; height: 0; background: rgba(255,255,255,0.2); transition: height 0.5s linear 0.5s;}
#sec1 .secLine3 {position: absolute; top: 0; right:calc((100% - 160.0rem) / 2);width: 1px; height: 0; background: rgba(255,255,255,0.2); transition: height 0.5s linear 0.5s;}

#sec1.visible .secLine1 {height: 100%;  animation-delay: 1s;}
#sec1.visible .secLine2 {height: 100%; animation-delay: 1s;}
#sec1.visible .secLine3 {height: 100%; animation-delay: 1s;}

#sec1 .sec_conts {padding-left: calc((100% - 165.0rem) / 2); margin-top:11.0rem; }

.sec1_box {display:flex; }
.sec1_box .sec1_img {}
.sec1_box .sec1_img .img_box {width:100%; max-width:50.0rem; border-radius:100%; overflow:hidden; }
.sec1_box .sec1_img .img_box img {width:100%; border-radius:100%; transform:scale(1); transition: all 0.6s ease-in-out; }
.sec1_box .sec1_txt {color:#fff;  padding-left:8.0rem; }
.sec1_box .sec1_txt dl {margin-top:7.0rem; }
.sec1_box .sec1_txt dl dt {font-size:4.0rem; font-weight:600;}
.sec1_box .sec1_txt dl dt span {font-size:2.6rem; font-weight:600; display:block; margin-top:0.5rem; color:#b4b4b4;}
.sec1_box .sec1_txt dl dd {font-size:2.2rem; margin-top:3.0rem; font-weight:500;}

.sec1_box .sec1_txt ul {margin-top:2.0rem;}
.sec1_box .sec1_txt ul li {font-size:1.6rem; margin:1.0rem 0; padding-left:2.0rem; position:relative; }
.sec1_box .sec1_txt ul li:before {content:''; width:7px; height:1px; left:0; top:8px; position:absolute; background:#fff; }

.sec1_box .sec1_num {color:#fff;  writing-mode: vertical-rl;font-weight:600; transform: rotate(180deg); font-size:1.8rem; display:flex;  justify-content: center; margin-right:2.0rem; }
.sec1_box .sec1_num strong {font-weight:600;}
.sec1_box .sec1_num span {display:inline-block; padding:0.5rem 0rem;}
.sec1_box .more_btn {display:none; position:absolute; right:5.0rem; bottom:5.0rem;  width:16.4rem; height:16.4rem; aspect-ratio: 1; background:#0c73bc url(../img/more_arr.png) no-repeat center ; border-radius: 50%;}



.swiper-slide-active .sec1_box .sec1_num strong {color:#1ea2ff;}
.swiper-slide .sec1_box:hover img {transform:scale(1.2); transition: all 0.4s ease-in-out;}
.swiper-slide .sec1_box .more_btn:hover img {animation: spin 12s infinite linear;}
.swiper-slide .sec1_box:hover .sec1_txt dl dt {color:#0985dc; transition: all 0.6s;} 


.sec1_swiper {position:relative;}


#sec1 .swiper-button-wrap {position:absolute; right:60.0rem; bottom:15.0rem; width:14.0rem; height:6.0rem; display:flex; gap:2.0rem; }
#sec1 .swiper-button-next, #sec1 .swiper-button-prev {color:#fff !important;  border:rgba(255,255,255,0.4) 1px solid; width:5.5rem; height:5.5rem;}
#sec1 .swiper-button-next:hover, #sec1 .swiper-button-prev:hover {color:#0985dc!important;}
#sec1 .swiper-button-next:after, #sec1 .swiper-button-prev:after  { font-size:2.6rem !important}

@media screen and (max-width: 1920px){
#sec1  .swiper-button-wrap {right:45.0rem;}
}


@media screen and (max-width: 1919px){
 #sec1  .swiper-button-wrap {right:20.0rem;}

}

@media screen and (max-width: 1650px){
	#sec1 .sec_conts {padding-left:20px;}
}

@media screen and (max-width: 1400px){
	 #sec1  .swiper-button-wrap {right:10.0rem;}
}

@media screen and (max-width: 1200px){ 
	.sec1_box .sec1_txt dl dt {font-size:3.4rem; }
	.sec1_box .sec1_txt dl dt span {font-size:1.8rem;}
	.sec1_box .sec1_txt dl dd {font-size:2.0rem;}

	.sec1_box .sec1_img .img_box {max-width:45.0rem;}

	.sec1_box .more_btn {display:none;}

	#sec1 .swiper-button-wrap {right:auto; left:50%; transform: translateX(-50%); bottom:5.0rem; gap:10px; width:15.0rem;}


}

@media screen and (max-width: 768px){ 
#sec1 .sec_conts {padding-left:0px; }
#sec1 .sec_conts {margin-top:8.0rem;}
.sec1_box { flex-direction: column;}
.sec1_box .sec1_img .img_box {width:80%; margin:auto;}
.sec1_box .sec1_txt {text-align:center; padding-left:0;   }
.sec1_box .sec1_txt dl {margin-top:5.0rem; }
.sec1_box .sec1_txt dl dd {margin-top:2.0rem;}
.sec1_box .sec1_num {position:absolute; left:15px; top:0;}
.sec1_box .sec1_txt ul li {padding-left:0;}
.sec1_box .sec1_txt ul li:before {display:none;}




}


#sec2 {width:100%;  position:relative; background: url("../img/sec2_bg.jpg")  no-repeat center/cover; overflow:hidden; }
#sec2.visible .global_flag {animation: textClip 1s both; animation-delay: 1.0s;}


.sec2_wrap .sec2_left {position:absolute; padding-left: calc((100% - 1900px) / 2); top:0; left:0rem; padding-top:13.5rem; height:100%; width:35%;  background:rgba(31, 69, 139, 1); }
.sec2_wrap .sec2_left .global_flag {margin-top:13.0rem;}

.global_flag .global_lg  dt {color:#970e4f; background:#fff; border-radius:5.0rem; padding: 0.3rem 2.0rem; }
.global_flag .global_samsung  dt {color:#0365e5; background:#fff; border-radius:5.0rem; padding: 0.5rem 2.0rem; }
.global_flag .global_etc  dt {color:#fff; }

.global_flag dl {margin-bottom:5.0rem; }
.global_flag dl dt {display:inline-block; font-size:1.6rem; font-weight:700}
.global_flag dl dd {margin-top:2.0rem;}
.global_flag dl dd ul li {padding-right:10px;}




.sec2_wrap .sec2_right {width:100%; padding-left:30%; padding-top:21.0rem;  padding-bottom:5.0rem; position:relative; }

	.map-bg {width:100%;  position:relative; background: url("../img/sec2_map.png")  no-repeat center/contain; aspect-ratio: calc(1410/720) / 1;  }

	.map-items {
	  position: absolute;
	  inset: 0;	  
	  width:100%;
	  height:100%;
	  
	}

	.map-item {
	 z-index: 1;
	  position: absolute;		 
	  padding:0.7rem 1.5rem; 
	  border-radius:5.0rem;
	  transform: translate(-50%, -50%);
	  /*backdrop-filter: blur(4px);*/	
	  opacity: 1;
	 cursor:pointer; 
	  will-change: transform, opacity;
	}
	.map-item.on {
	  z-index:999; 
	}


	
	.map-item1 {left: 18%; top:53.5%; } /*멕시코*/
	.map-item2 {left: 33.9%; top:73.2%; } /*브라질*/	
	.map-item3 {left: 52.9%; top:32.2%; } /*폴란드*/	
	.map-item4 {left: 57%; top:40%; } /*이란*/	
	.map-item5 {left: 68.5%; top:55%; } /*인도*/	
	.map-item6 {left: 73.5%; top:48.0%; } /*방글라데시*/	
	.map-item7 {left: 78.5%; top:45%; } /*중국*/	
	.map-item8 {left: 76.5%; top:55%; } /*태국*/	
	.map-item9 {left: 81.5%; top:58%; } /*베트남*/	
	.map-item10 {left: 82%; top:64.5%; } /*인도네시아*/	
	.map-item11 {left:86.5%; top:43%; } /*일본*/	
	.map-item12 {left:70.5%; top:32%; } /*러시아*/	
	.map-item13 {left:50.5%; top:48%; } /*알제리*/	
	
	
	
	
	.map-item .item_wrap {width:100%;}
	.map-item .item_wrap .map_dot_wrap {display:flex;  justify-content: center; gap:5px;}
	.map-item .item_wrap .map_dot_wrap .map_dot {width: 1.8rem; height:1.8rem; aspect-ratio: 1; border-radius: 100%; position: relative; display:block;}
	.map-item .item_wrap .map_dot_wrap .map_dot:before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); width: 0.6rem;aspect-ratio: 1; border-radius: 100%;}
	.map-item .item_wrap .map_dot_wrap .map_dot1 {border:1px solid #970e4f;}
	.map-item .item_wrap .map_dot_wrap .map_dot1:before {background: #970e4f;}
	.map-item .item_wrap .map_dot_wrap .map_dot2 {border:1px solid #039de5;}
	.map-item .item_wrap .map_dot_wrap .map_dot2:before {background: #039de5;}
	.map-item .item_wrap .map_dot_wrap .map_dot3 {border:1px solid #fff;}
	.map-item .item_wrap .map_dot_wrap .map_dot3:before {background: #fff;}
	
	.map-item .item_wrap .nara_name {color:#000; font-size:16px; font-weight:800;  position: relative; margin-top:0.5rem; display:block; text-align:center; }
	.map-item .item_wrap .nara_name:after {content: attr(data-text); /* data-text의 글자를 가져옴 */
	  position: absolute;
	  left: 50%;
	  transform:translateX(-50%);
	  top: 0;
	  z-index: -1; /* 원본 글자 뒤로 보내기 */
	  
	  /* 여기서 원하는 테두리 두께를 마음껏 줍니다 (원본을 침범하지 않음) */
	  -webkit-text-stroke: 3px #fff;}

    
   .map-wrap {		
        position: relative;
        /*top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);*/
		
		width:100%;
		height:100%;
    }

    
	/* 기본 상태는 숨김 */
	.map_content {
	  display: none; 
	  position:absolute; 
	  z-index: 9999;
	  width:47.2rem;
	  height:26.0rem;
	  border-radius:0rem; 
	  padding:3.0rem 3.5rem 4.0rem 4.5rem;
	  top: -25.0rem; 
	  left: 7.0rem;
	  background: url(../img/map_content_bg.png) no-repeat center/contain;
	}
	.map_content1 {
	  background: url(../img/map_content_bg2.png) no-repeat center/contain !important;
	  left: -44.0rem;
	  padding:3.0rem 5.5rem 4.0rem 2.5rem;
	}

	
	/*.map_content.active {
	  display: block; 
	}*/

	.map_content_inner {position:relative; display:flex; flex-wrap:wrap; padding-bottom:3.0rem; width:100%; margin-top:1.0rem; }
	.map_content_inner .map_content_title {display:flex; gap:10px;  position:absolute; top:-1.0rem; left:0rem;}
	.map_content_inner .map_content_title .map_content_country {font-size:1.9rem;}
	.map_content_inner .map_content_logo {width:100%; text-align:left; margin-bottom:1.5rem; height:3.0rem; /*position:absolute;  right:0; top:1.0rem;*/}
	.map_content_inner .map_content_logo img {height:3.0rem;}
	.map_content_inner .map_content_img {width:17.5rem; max-height:12.0rem; margin-top:2.0rem; }
	.map_content_inner .map_content_img iframe {border:1px solid #6c6c6c; width:100%; height:100%; }
	.map_content_inner .map_content_txt {width:calc(100% - 17.5rem); padding-left:15px; padding-top:5px; margin-top:2.5rem;} 
	.map_content_inner .map_content_txt dt {font-size:15px; font-weight:800; margin-bottom:1.0rem;}
	.map_content_inner .map_content_txt dd {font-size:12px; display:none;}

	.btn_map_close {position: absolute; z-index:999; right: 3.5rem; top: 15px; background: none; border: none; font-size: 2.6rem; font-weight:600; cursor: pointer; color: #333;}

	.map_swiper {position:relative;width:100%; }
	.map_content .swiper-pagination {position:absolute; width:auto !important; left:auto !important; right:0rem!important; bottom:0px!important; }
	.map_content .swiper-pagination .swiper-pagination-bullet {background:#fff; opacity:1;}
	.map_content .swiper-pagination .swiper-pagination-bullet-active {background:#000;}


	.map_content .japan_list {margin-top:3.0rem; display:flex; flex-wrap:wrap;}
	.map_content .japan_list li {font-size:1.6rem; margin-bottom:7px; font-weight:600; flex:1 1 40%; }



.map_marker1 {position:relative;}
.map_marker1::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #970e4f; 
					animation: map_btn1 1.5s infinite }
.map_marker1::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #970e4f; 
					animation: map_btn 1.5s infinite; }

.map_marker2 {position:relative;}
.map_marker2::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #00deff; 
					animation: map_btn1 1.5s infinite }
.map_marker2::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #00deff; 
					animation: map_btn 1.5s infinite; }

.map_marker3 {position:relative;}
.map_marker3::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #fff; 
					animation: map_btn1 1.5s infinite }
.map_marker3::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #fff; 
					animation: map_btn 1.5s infinite; }



@media screen and (max-width: 1920px){
.sec2_wrap .sec2_left {padding-left: calc((100% - 1600px) / 2);}
}


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

#sec2 {height:auto;}
.sec2_wrap .sec2_left {width:100%; position:relative; height:auto; text-align:center; }
.sec2_wrap .sec2_left .sec_title_wrap .txt1 br {display:none;}

.sec2_wrap .sec2_left .global_flag {display:flex;  justify-content: center;  justify-content: space-between; margin-top:8.0rem;  padding:0 2.0rem;}
.global_flag dl {width:30%;}
.global_flag dl dd ul { justify-content: center; gap:10px;}


.sec2_wrap .sec2_right {padding:8.0rem 10%;}

}



@media screen and (max-width: 1400px){
.map-item .item_wrap .nara_name {color:#fff; font-size:13px; font-weight:600;  }
.map-item .item_wrap .nara_name:after {display:none;}
.sec2_wrap .sec2_right {padding:8.0rem 20px;}

}

@media screen and (max-width: 1024px){
#sec2.visible .global_flag {margin-top:5.0rem;}
.sec2_wrap .sec2_left {padding-top:8.0rem;}
.map-item .item_wrap .nara_name {display:none;}
}

@media screen and (max-width: 768px){
.sec2_wrap .sec2_left .global_flag {flex-wrap:wrap;}
.global_flag dl {width:100%;}

}






#sec3 {width:100%;  background:#fff; padding:16.0rem 0 0 0;}

.sec3_wrap01 {width: 100%;}
.sec3_wrap01 .sec3_wrap01_slide {padding:10.0rem 20.0rem; margin:0 20.0rem; width: 100%; max-width:120.0rem; overflow: hidden;}
.sec3_wrap01_slide .swiper-wrapper {
  align-items: center;
}
.sec3_wrap01 .sec3_wrap01_slide .swiper-slide {  width: 420px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10.0rem 3.0rem;text-align:center; background:#fff;  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.sec3_wrap01 .sec3_wrap01_slide .swiper-slide img {filter:grayscale(100%) opacity(80%);}
.sec3_wrap01 .sec3_wrap01_slide .swiper-slide.swiper-slide-active img {filter:none;}

.sec3_wrap01 .swiper-button-prev2,
.sec3_wrap01 .swiper-button-next2 {position:absolute; cursor:pointer; top:50%; transform: translate(0, -50%); z-index:1; transition: all 0.6s; height:83px; width:83px;}

.sec3_wrap01 .swiper-button-prev2 {left:6.0rem;  background:#fff url(../img/sec3_arr_ov.png) no-repeat center; border-radius:100%; border:1px solid #ddd;  }
.sec3_wrap01 .swiper-button-prev2:hover { background:#0985dc url(../img/sec3_arr.png) no-repeat center;  border:0; transition: all 0.6s;}

.sec3_wrap01 .swiper-button-next2{right:6.0rem;   background:#fff  url(../img/sec3_arr_ov2.png) no-repeat center; border-radius:100%; border:1px solid #ddd;  }
.sec3_wrap01 .swiper-button-next2:hover {background:#0985dc url(../img/sec3_arr2.png) no-repeat center;  border:0; transition: all 0.6s;}



#sec3 .sec_conts .sec3_wrap02 {background:#f4f4f4; padding:7.0rem 0;}
#sec3 .sec_conts .sec3_wrap02 > div {display:flex; flex-wrap:wrap; justify-content: center; gap:3.5rem;}
#sec3 .sec_conts .sec3_wrap02 .sec3_wrap02_box {width:18%; text-align:center; background:#fff; padding:1.2rem 5.0rem; border-radius:5.0rem; border:1px solid #ddd;  }

#sec3.visible .sec3_wrap01 {animation: textClip 1s both; animation-delay: 1.0s;}


@media screen and (max-width: 1200px){ 
.sec3_wrap01 .sec3_wrap01_slide {margin:0 2.0rem;}
#sec3 .sec_conts .sec3_wrap02 .sec3_wrap02_box {width:30%; }

}


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

.sec3_wrap01 .swiper-button-prev2,
.sec3_wrap01 .swiper-button-next2,
.sec3_wrap01 .swiper-button-prev2:hover,
.sec3_wrap01 .swiper-button-next2:hover {height:60px; width:60px; background-size:80%;}

.sec3_wrap01 .swiper-button-prev2 {left:20px;}
.sec3_wrap01 .swiper-button-next2 {right:20px;}
#sec3 .sec_conts .sec3_wrap02 .sec3_wrap02_box {width:40%; padding:1.2rem 2.0rem;}
.sec3_wrap01 .sec3_wrap01_slide {margin:0;}

  .sec3_wrap01_slide .swiper-slide {
    width: 52vw;
    max-width: 220px;
    min-width: 170px;
  }

  .sec3_wrap01_slide {
    overflow: hidden;
  }


}

.sec3_wrap01_slide .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.sec3_wrap01_slide .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#sec4 {}

    .main-slate {
        height: 100vh;
        position: relative;
        overflow: hidden;
   
    }

	/* 배경 */
	.slate-bg {
	  position: absolute;
	  inset: 0;
	  background-image: url("../img/sec5_bg2.jpg");
	  background-size: cover;
	  background-position: center;
	  z-index: 1;
	  top: 0; left: 0;
	  width: 100%; height: 100%;

	}


    .slate-txt {
        z-index: 1;
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        font-weight: 800;
        font-size: 2.35vw;
        line-height: 1.2;
		padding: 0 2.0rem;
        text-align: center;
    }

    .slate-up { top: 0; align-items: flex-end;  }
    .slate-down { top: 50%; }

    .slate-wrap {
		background:#fff;
        position: relative;
        /*top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);*/
		overflow:hidden;
		width:100%;
		height:100%;

		overflow: hidden;
	  display: flex;
	  align-items: center;
	  justify-content: center;
    }

	/* 컨텐츠를 위로 올림 */
	.slate-inner {
	  position: relative;
	  z-index: 2; 
	  width: 100%;
	  color: #fff;
	}

	/* 텍스트 클립을 위해 초기 상태를 숨김 */
	.sec_title_wrap .txt1, 
	.sec_title_wrap .txt2 {
	  opacity: 0; 
	  overflow: hidden;
	}

	.slate-inner .sec_conts {margin-top:10.0rem;} 

	 @media (max-width: 1800px) {
	 .slate-wrap {
		width:120% !important;
		height:100% !important;
		}

	 }



    /* 모바일 전환용 브레이크포인트 */
    @media (max-width: 768px) {
        .slate-txt { font-size: 26px;  }
       
		
    }


/*
#sec5 {width:100%; padding:13.0rem 0 20.0rem 0; position:relative;   background: url("../img/sec5_bg.jpg")  no-repeat center/cover;}
#sec5 .sec_conts {padding-top:16.0rem; }
#sec5.visible .sec_conts {animation: textClip 1s both; animation-delay: 1.0s;}*/

.sec5_wrap {padding:0  8.0rem;  justify-content: space-between;}
.sec5_wrap .sec5_box {}
.sec5_wrap .sec5_box:hover .sec5_ico  {background:#0985dc; transition: all 0.6s;}
.sec5_wrap .sec5_box .sec5_ico { width:15.7rem; height:15.7rem; border-radius:100%; background:rgba(255,255,255,0.2); transition: all 0.6s; 
								-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); backdrop-filter: blur(10px);}
.sec5_wrap .sec5_box .sec5_ico figure {width:100%; height:100%;  display:flex;  justify-content: center; align-items: center;}
.sec5_wrap .sec5_box .sec5_ico figure img {max-width:100%; }
.sec5_wrap .sec5_box .sec5_txt{ text-align:center; color:#fff; font-size:2.3rem; font-weight:600; margin-top:7.5rem;}



.circle_marker {position: absolute; width:100%; height:100%; display:flex;  justify-content: center; align-items: center;}
.circle_marker::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #fff; 
					animation: map_btn2 1.5s infinite }
.circle_marker::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #fff; 
					animation: map_btn 1.5s infinite; }


@keyframes map_btn {
  0% { opacity: 1; }
  100% { opacity: 0; width: 160%; height: 160%; }
}

@keyframes map_btn1 {
  0% { opacity: 1; }
  100% { opacity: 0; width: 450%; height: 450%; }
}

@keyframes map_btn2 {
  0% { opacity: 1; }
  100% { opacity: 0; width: 220%; height: 220%; }
}

@media (max-width: 1600px) {
.sec5_wrap {padding:5.0rem  23.0rem;}
.sec5_wrap .sec5_box .sec5_ico { width:12.7rem; height:12.7rem;}
.sec5_wrap .sec5_box .sec5_txt {font-size:2.0rem;}

}

@media (max-width: 1024px) {

.sec5_wrap {padding:0  25.0rem; }
.sec5_wrap .sec5_box {width:50%; }
.sec5_wrap .sec5_box:nth-child(1), .sec5_wrap .sec5_box:nth-child(2) {margin-bottom:8.0rem;}
.sec5_wrap .sec5_box .sec5_ico {margin:auto;  }
.sec5_wrap .sec5_box .sec5_txt {margin-top:3.5rem;}
}


@media (max-width:768px) {
.sec5_wrap {padding:0  10.0rem; }
.sec5_box .sec5_ico {width:auto; height:auto; }
.sec5_wrap .sec5_box .sec5_ico { width:13.7rem; height:13.7rem;}
.sec5_wrap .sec5_box .sec5_ico figure img {max-width:40px; }

@keyframes map_btn {
  0% { opacity: 1; }
  100% { opacity: 0; width: 120%; height: 120%; }
}

@keyframes map_btn1 {
  0% { opacity: 1; }
  100% { opacity: 0; width: 200%; height: 200%; }
}

@keyframes map_btn2 {
  0% { opacity: 1; }
  100% { opacity: 0; width: 150%; height: 150%; }
}


}




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