@charset "utf-8";

*, *::before, *::after {box-sizing: border-box;}

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:48%;}
}


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

body.total_menu {height: 100vh;overflow: hidden;}
body.body_main {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';}


.point {color:#b2dc20 !important;}


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

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


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

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

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

.txt_b {font-weight:bold;}

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

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

.k_wrap {display:block;width:100%;clear:both;position: relative;}
.k_wrap:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both;}
.k_container {position:relative;width:100%;max-width: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%}
}

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

:root{
	--header-height: 6.8rem;
	--main-color: #1bad54;
	--second-color: #1bad54;
	--point-font: Poppins;
	--background-color: #fff;
}

@media(max-width: 768px) {
	:root{
	--header-height: 6.8rem;}
}

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

/*top*/
header#header {position: absolute;top: 0;left: 0;width: 100%;z-index: 10000 !important;background: transparent;transform: translateY(0);opacity: 1;transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s, opacity 0.3s !important;padding: 6.6rem 1rem;}
header#header.load {animation: headerLoadDown 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;}

@keyframes headerLoadDown {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

header#header.sub {}
header#header:hover .header_wrap div.logo {}
header.bg {background-color: rgba(0,0,0,0.0);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;width: 160.0rem;}

.header_wrap div.logo {width: 20rem;aspect-ratio: calc(200 / 41);}
.header_wrap h1 {margin: 0;height: 100%;}
.header_wrap h1 a {display: block;width: 100%;height: 100%;z-index: 1;background: url(../img/logo.png) no-repeat center / contain;}
.sub .header_wrap h1 a {background: url(../img/logo_black.png) no-repeat center / contain;}
.header_wrap .header_right {display: flex;align-items: center;justify-content: flex-end;gap: 4.0rem;width: 20rem;}
.header_wrap .header_right .lang_selector {position: relative;display: inline-block;}
.header_wrap .header_right .lang_btn {background: none;border: none;cursor: pointer;}
.sub .header_wrap .header_right .lang_btn {filter: invert(1);}
.header_wrap .header_right .lang_btn img {width: 2.4rem;aspect-ratio: 1;}

.header_wrap .header_right .lang_menu {position: absolute;top: 130%;left: 50%;transform: translateX(-50%);background: rgba(27, 173, 84, 0.5);border-radius: 1rem;list-style: none;padding: 1.5rem;margin: 0;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);max-height: 0;overflow: hidden;opacity: 0;transition: max-height 0.3s ease-out, opacity 0.3s ease-out;text-align: center;}
.sub .header_wrap .header_right .lang_menu {background: rgba(27, 173, 84, 0.8);}
.header_wrap .header_right .lang_menu li {}
.header_wrap .header_right .lang_menu li a {color: rgba(255, 255, 255, 0.7);line-height: 1.4;}
.header_wrap .header_right .lang_menu li a:hover {color: rgba(255, 255, 255, 0.9);}
.header_wrap .header_right .lang_menu.open {max-height: 200px;opacity: 1;}

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

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



@media(max-width: 1650px) {
	.headerBox {width: 100%;}
}
@media(max-width: 1300px) {
	.header_wrap .header_right {width: 25rem;gap: 2rem;}
}
@media(max-width: 1024px) {

}
@media(max-width: 768px) {
	.header_wrap h1 a {width: 19rem;font-size: 2.0rem;}
}


/* 전체 메뉴 */
div#totalMenu {cursor: pointer;display: flex;justify-content: center;align-items: center;width: 3.6rem;height: 2.1rem;z-index: 999;}
div#totalMenu a {display: block;width: 100%;height: 100%;}
div#totalMenu div.bars {position: relative;width: 100%;height: 100%;cursor: pointer;}
div#totalMenu div.bars span.bline {display: block;background: #fff;height: 4px;position: absolute;transition: all 0.3s ease-in-out;}
div#totalMenu div.bars span.top {top: 0;right: 0;width: 50%;}
div#totalMenu div.bars span.mid {top: 50%;left: 0;transform: translateY(-50%);width: 100%;}
div#totalMenu div.bars span.bot {bottom: 0;left: 0;width: 50%;}

.sub div#totalMenu div.bars span.bline {background: #000;}

div#totalMenu.active div.bars span.top {top: 50%;right: 0;width: 100%;transform: translateY(-50%) rotate(45deg);background: #fff;}
div#totalMenu.active div.bars span.mid {opacity: 0;transform: translate(-10px, -50%);}
div#totalMenu.active div.bars span.bot {bottom: 50%;left: 0;width: 100%;transform: translateY(50%) rotate(-45deg);background: #fff;}

#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%;top: 0vh;left: 0;color: #000;overflow: auto;display: none;}
.total_menu_contain:before {content: '';width: 100%;height: 100vh;position: absolute;top: 0;right: 0;z-index: 10;background: #000;opacity: 0;transition: opacity 0.5s;}

.total_menu_contain.active {top: 0%;display: block;}
.total_menu_contain.active:before {opacity: 1;}


.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%;position: relative;}
.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 {width: 100%;max-width: 160.0rem;font-size: 0;position: absolute;z-index: 9999;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 0 9rem;}
.total_menu_in .t_menu_list .t_menu_list_wrap div > p:hover ul{}
.total_menu_in .t_menu_list .t_menu_list_wrap {width: 100%;position: relative;display: flex;flex-wrap: wrap;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 {width: 100%;position: relative;display: flex;flex-wrap: wrap;align-items: center;opacity: 0;transform: translateY(100px);padding: 2rem 0;}
.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 {position: relative;padding-right: 2rem;width: 20%;}
.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 .big_menu:before {content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 2.4rem;background: #a1a1a1;}

.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 {display: flex;flex-wrap: wrap;gap: 5rem;padding-left: 10rem;}

.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: 4.5rem;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: 2.2rem;color: #fff;font-weight: 400;}
.total_menu_in .t_menu_list .t_menu_list_wrap div li > a:hover {color: var(--main-color);}
.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: 3.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: 1300px){
	div#totalMenu div.bars span.bline {background: #fff;}
}
@media screen and (max-width: 1024px){
	.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;}
}
@media (max-height: 900px), (max-width: 1200px) {
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 .big_menu {padding-right: 0rem;width: 100%;}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 ul {padding-left: 0rem;gap: 2rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 .big_menu:before {width: 0;}
	.total_menu_in .t_menu_list .t_menu_list_wrap .totalmenu1 {padding: 0rem 0 2rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div .big_menu a {font-size: 3.5rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div li > a {font-size: 2.0rem;}
}
@media (max-height: 800px), (max-width: 768px) {
	.total_menu_in .t_menu_list {padding: 0 2rem 15vh;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div .big_menu a {font-size: 2.5rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap div li > a {font-size: 1.8rem;}
	.total_menu_in .t_menu_list .t_menu_list_wrap {margin-top: 3rem;}
}

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

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


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

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

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

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


.header_inner {width: calc(100% - 40rem);display: flex;justify-content: center;}
.header_inner .header_inner_wrap {position: relative;display: flex;align-items: center;padding: 0 0rem 0 0rem;}

#gnbnav {background: #1a1a1a;z-index: 100;padding: 0 1.6rem;border-radius: 3.4rem;}
#gnbnav nav {position: relative;}
.header_inner .header_inner_wrap:before {display: none !important;content: "";position: absolute;top: calc(100% + 1rem);left: 0;width: 100%;height: 25.0rem;box-shadow: 0.6rem 0.6rem 6rem 0 rgba(0, 0, 0, 0.08);border-radius: 3.0rem;background: #fff;opacity: 0;transform: translateY(2.5rem);transition: 0.3s;}
#gnbnav ul.gnb_list {display: flex;justify-content: center;}
#gnbnav ul.gnb_list > li {text-align: center;display: table-cell;padding: 0 0rem 0 0rem;position: relative;}
#gnbnav ul.gnb_list > li:before {content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 2px;height: 1.2rem;background: rgba(170, 170, 170, 0.2);}
#gnbnav ul.gnb_list > li:last-child:before {width: 0;}
#gnbnav ul.gnb_list > li > a {display: inline-block;font-size: 1.8rem;color: #fff;font-weight: 700;line-height: var(--header-height);position: relative;padding: 0 3.5rem;transition: 0.3s;}
#gnbnav ul.gnb_list > li > a span {display: inline-block;position: relative;overflow: hidden;line-height: 1.2;color: transparent !important;vertical-align: middle;}
#gnbnav ul.gnb_list > li > a span::before {content: attr(data-text);position: absolute;top: 0;left: 0;color: #fff;transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);transition-delay: var(--delay);}
#gnbnav ul.gnb_list > li > a span::after {content: attr(data-text);position: absolute;top: 100%;left: 0;color: #fff;transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);transition-delay: var(--delay);}
#gnbnav ul.gnb_list > li > a:hover span::before,
#gnbnav ul.gnb_list > li > a:hover span::after {transform: translateY(-100%);}
#gnbnav ul.gnb_list > li.on > a span::before,
#gnbnav ul.gnb_list > li.on > a span::after {color: #fff;}
#gnbnav ul.gnb_list > li > a:hover {color: #fff;}
#gnbnav ul.gnb_list > li > a.on {}
#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;bottom: 0px;height: 1px;width: 0%;background: #fff;left: 0%;}
#gnbnav ul.gnb_list > li > a.on_all .line,
#gnbnav ul.gnb_list > li:hover > a .line {/*width: 100% !important;left: 0px !important;*/}
#gnbnav ul.gnb_list > li.on > a {color: #fff;}
#gnbnav ul.gnb_list:hover .header_wrap {background-color: rgba(0,0,0,0.8) ;height:140px;}

.header_wrap.active {/*background:#fff;*/}
.header_wrap.active div.logo {/*background-image: url(../img/logo.png);*/}
.header_wrap.active #gnbnav ul.gnb_list > li > a {/*color:#000;*/}
.header_wrap.active div#totalMenu div.bars span.bline {/*background:#fff;*/}
.on .header_inner .header_inner_wrap:before {display: none;opacity: 1;transform: translateY(0rem);transition: 0.5s 0.5s;}


#gnbnav .sub_category {position: absolute;width:1400px;box-sizing: border-box;display:none;text-align: left;z-index:999;left: 50%;transform: translate(-50%, 1px);min-height: 270px;background:transparent;overflow: hidden;}
#gnbnav .sub_category:after {content:'';position:absolute;top:0;right:0;right:0;background-color:#ddd;width:50%;height:0px;}
#gnbnav .sub_category .sub_category_inner {width: 100%;margin: 0 auto;}
#gnbnav .sub_category .sub_category_inner:after {display:block;visibility:hidden;clear:both;content:""}

#gnbnav .sub_category .sub_category_img {position: absolute;bottom: -210px;left: 60px;}
#gnbnav .sub_category .sub_category_img .img {animation: top_rotate_image 15s linear infinite;transform-origin: 50% 50%;}

#gnbnav .sub_category .category_tit {width: 28%;min-height: 270px;float:left;text-align: left;background: #e7f0fc;position: relative;}

#gnbnav .sub_category .category_list {float:left;width:72%;padding:65px 50px 0;min-height: 271px;}
#gnbnav .sub_category .category_list > strong {font-size: 1.8rem;color: #222;display:block;padding-bottom:30px;position:relative;}
#gnbnav .sub_category .category_list > ul {position: relative;font-size:0;line-height:0;width:100%;}
#gnbnav .sub_category .category_list > ul > li:first-child > strong{margin-top:0;}
#gnbnav .sub_category .category_list > ul > li {display: block;vertical-align: top;position:relative;float: left;margin-right: 44px;padding-left: 10px;}
#gnbnav .sub_category .category_list > ul > li:before {content: '';position: absolute;top: 50%;transform: translate(0px, -50%);left: 0;width: 3px;height: 3px;background: #5b5e62;border-radius: 100%;}

#gnbnav .sub_category .category_list > ul > li:after {content:'';position: absolute;top:50%;right:-35px;margin-top:-6px;width:1px;height: 12px;}
#gnbnav .sub_category .category_list > ul > li:last-child:after {width:0;height:0;}
#gnbnav .sub_category .category_list > ul > li > a {font-weight: 500;color: #5b5e62;font-size: 18px;line-height: 48px;}
#gnbnav .sub_category .category_list > ul > li > ul> li a {font-weight: 300;font-size: 1.0rem;color: #222;}
#gnbnav .sub_category .category_list ul li.sp_donate a{color: #ff6567;}


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

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


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


@keyframes gnbAnimation{to{transform:translateY(0%);opacity:1}}
#gnbnav ul.subNavi {position: absolute;left: 50%;top: 100%;transform: translateX(-50%) translateY(10px);width: 20rem;background: rgba(27,173,84,0.8);padding: 2rem 0;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);border-radius: 1rem;opacity: 0;visibility: hidden;transition: all 0.3s ease-in-out;z-index: 1000;display: block !important;}
#gnbnav ul.subNavi.on {opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0);}

#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 {font-size: 1.8rem;padding: 0;line-height: 1.6;color: rgba(255, 255, 255, 1);display: block;text-align: center;position: relative;}
#gnbnav ul.subNavi li a:hover {color: rgba(255, 255, 255, 0.5);}
#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: #fff;padding-top: 0px;z-index: -1;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;}

header.on div#totalMenu div.bars span.bline {background: #fff;}
header.on .subMenuBg .subMenuBg_wrap .subMenuBg_txt {animation: ani_subMenuBg 1.5s forwards linear;}


@-webkit-keyframes ani_subMenuBg {
	0%  {opacity: 0;bottom: -40.0rem;}
	100% {opacity: 1;bottom: 0;}
}
@media screen and (max-width: 1300px){
	#gnbnav {display: none;}
}
@media screen and (max-width: 1024px){
	.header_inner .header_inner_wrap {background: transparent;box-shadow: none;padding: 0;}
}
@media screen and (max-width: 768px){

}

/**/
/*모바일메뉴*/
.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: 1024px){
	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#header {position: fixed !important;padding: 1rem 1rem;background: rgba(0, 0, 0, 0.4);}
	.header_wrap.active  {background: rgba(0,0,0,0.6);}
	.headerBox {padding: 0 1rem;}
}


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

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

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


/* 서브 상단 */
.sub_vg {position: relative;width: 100%;height: 35.5rem;overflow: hidden;}
.sub_vg.active {}
div#vg_con {height:100%;margin: 0 auto;position : relative;display: block;}
div#vg_con .sub_vg_slider {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0 auto;}
div#vg_con .main-slider {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;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: 1;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: relative;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;}
}

@media screen and (max-width: 768px){
	div#vg_con .sub_vg_txt {top:240px;}
	div#vg_con .sub_vg_slider {height: 50.0rem;}
}

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

div.vg_sub_area {position: relative;padding: 0 0rem;width: 160rem;margin: 0 auto;height: 100%;transition-delay: 0.6s !important;}

div.vg_sub_area .vg_btn {position: absolute;top: 50%;transform: translateY(-50%);width: 1.2rem;aspect-ratio: calc(12 / 20);background: url(../img/ico_vg_btn_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: 9rem;transform: translateY(-50%) rotate(180deg);}
div.vg_sub_area .vg_btn.vg_btn_next {right: 9rem;}
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 {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 0rem 0;background: transparent;border-radius: 3.0rem;transition: 0.5s;}
.sub_tab li.tab_list {position: relative;height: 100%;padding: 0 5rem;}
.sub_tab li.tab_list > a {white-space: nowrap;font-size: 2.0rem;position: relative;color: #aaaaaa;font-weight: 700;width: 100%;height: 100%;z-index: 3;padding: 2.5rem 0rem 2.5rem;text-align: center;display: block;}
.sub_tab li.tab_list > a:before {content: '';position: absolute;bottom: -2px;left: 0;width: 0%;height: 3px;background: var(--main-color);opacity: 0;transition-delay: 1.9s;transition-duration: 0.5s;}
.sub_tab li.tab_list:last-child > a:before {width: 0;}
.sub_tab li.tab_list > a.selected {color: var(--main-color);z-index: 2;border-radius: 10em;}
.sub_tab li.tab_list > a.selected:before {width: 100%;opacity: 1;transition-delay: 1.9s;}

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

.top_menu_placeholder {height: 0 !important;}

.top_menu_m {width: 100%;display: flex;justify-content: center;margin-top: -3.5rem;position: absolute;left: 0;transition: top 0.35s cubic-bezier(0.4, 0, 0.2, 1);z-index: 9999;display: none;}
.top_menu_m .top_menu_inner{display: flex;align-items: center;background: #0047ab;border-radius: 50px;padding: 1.5rem 5rem;width: 65rem;justify-content: space-between;transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.4s ease, padding 0.4s ease;}
.top_menu_m.fixed {position: fixed;top: 0;margin-top: 0;}
.top_menu_m.fixed .top_menu_inner {width: 100%;max-width: 100%;border-radius: 0;padding: 1.5rem 5%;}
.top_menu_m .top_menu_inner .menu_home {width: 5.8rem;}
.top_menu_m .top_menu_inner .home_btn {display: block;width: 1.6rem;aspect-ratio: calc(16 / 18);background: url(../img/sub_home.png) no-repeat center / contain;}
.top_menu_m .top_menu_inner .menu_divider {width: 1px;height: 1.5rem;background: rgba(255,255,255,0.3);}
.top_menu_m .top_menu_inner .menu_location {position: relative;flex: 1;}
.top_menu_m .top_menu_inner .menu_location .cur_location {width: 100%;background: none;border: none;font-family: 'pretendard';color: #fff;font-size: 1.8rem;font-weight: 500;padding: 1rem 5rem;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.top_menu_m .top_menu_inner .menu_location:last-child .cur_location {padding-right: 0;}
.top_menu_m .top_menu_inner .menu_location .cur_location .arrow {width: 1.1rem;aspect-ratio: calc(11 / 7);background: url(../img/ico_arrow_white.png) no-repeat center / contain;transition: 0.3s;}
.top_menu_m .top_menu_inner .menu_location.open .cur_location .arrow {transform: rotate(-180deg);}
.top_menu_m .top_menu_inner .menu_location .location_menu_con {display: none;position: absolute;top: calc(100% + 15px);left: 50%;transform: translateX(-50%);width: 100%;background: #fff;border: 1px solid #ddd;border-radius: 10px;box-shadow: 0 10px 20px rgba(0,0,0,0.1);padding: 1rem 0;z-index: 100;}
.top_menu_m .top_menu_inner .menu_location .location_menu_con li a {display: block;padding: 1rem 2rem;font-size: 1.8rem;color: #333;text-align: center;transition: background 0.2s;}
.top_menu_m .top_menu_inner .menu_location .location_menu_con li a:hover {background: #f4f4f4;color: #0047ab;}

@media screen and (max-width: 1650px){
	div.vg_sub_area {width: calc(100% - 2rem);padding: 0 0rem;}
}
@media screen and (max-width: 1400px){
	#tabMiddleWrap3rd {margin-top:0px}
	#tabMiddleWrap3rd .ssnav {max-width: 100%;margin: 0 auto 30px;}
	#tabMiddleWrap3rd .ssnav ul li a span {font-size: 16px;}
	.sub_tab li.tab_list {display: none;}
	.sub_tab li.tab_list.selected {display: block;}
	.sub_tab li.tab_list > a:before {width: 0;}
}
@media screen and (max-width: 1100px){
	div.vg_sub_area .m_tit {display: block;}
	.sub_tab li.tab_list {width: 100%;text-align: center;}
	.sub_tab {padding: 2.5rem 0;}
}
@media screen and (max-width: 768px){
	#tabMiddleWrap3rd {margin-top:0px;margin-bottom:5.0rem;}
	#tabMiddleWrap3rd .ssnav ul li a span {font-size: 14px;padding:15px 20px;}
	.top_menu_m .top_menu_inner .menu_home {width: 3.5rem;}
	.top_menu_m .top_menu_inner .menu_location .cur_location {padding: 1rem 2rem;}
	.top_menu_m .top_menu_inner {border-radius: 0px;padding: 1.5rem 2rem;}
	.top_menu_m {margin-top: 0;position: relative;}
	.top_menu_m.fixed {position: relative;}
}
@media screen and (max-width: 500px){
	#tabMiddleWrap3rd .ssnav ul {flex-wrap: wrap;display:block;}
	#tabMiddleWrap3rd .ssnav ul li {margin-bottom:7px;}
	#tabMiddleWrap3rd .ssnav ul li a {border:1px solid #b0b0b0;}
}

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



/* footer */
#footer {width: 100%;height: auto;z-index: 1;position: relative;background: #fff;padding: 9.7rem 0 8.5rem;}
#footer.mainFooter {z-index: 5;background: #fff;overflow: hidden}
#footer.subFooter {border-top: solid 1px #dddddd;}

.footer_wrap_container {}
.footer_wrap_container .ft_top {display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 8.7rem;}
.footer_wrap_container .ft_txt_box {}
.footer_wrap_container .ft_tit {font-size: 6.8rem;color: #000;font-family: var(--point-font);margin-bottom: 1.5rem;font-weight: 800;}
.footer_wrap_container .ft_desc {font-size: 2.4rem;line-height: calc(34 / 24);}
.footer_wrap_container .ft_desc .point_green {color: var(--main-color);}
.footer_wrap_container .btn_ft_more {display: inline-flex;align-items: center;justify-content: space-between;height: 6rem;padding: 0 2rem 0 3.5rem;border: 1px solid #000;border-radius: 3rem;background: #fff;color: #000;text-decoration: none;transition: 0.3s;}
.footer_wrap_container .btn_ft_more span.txt {display: block;padding: 0 0rem 0 0.8rem;}
.footer_wrap_container .btn_ft_more span.plus {width: 6.0rem;aspect-ratio: 1;background: transparent url(../img/ico_arrow_11.png) no-repeat center / contain;filter: brightness(0);transition: 0.3s;}
.footer_wrap_container .btn_ft_more:hover {background: #000;color: #fff;}
.footer_wrap_container .btn_ft_more:hover span.plus {filter: brightness(1);}

.footer_wrap_container .ft_mid {display: flex;flex-wrap: wrap; row-gap: 4rem; column-gap: 7rem; margin-bottom: 5.5rem;}
.footer_wrap_container .info_col {display: flex;flex-direction: column;gap: 1.2rem;}
.footer_wrap_container .info_col:nth-child(1),
.footer_wrap_container .info_col:nth-child(2) {flex: 0 0 calc(50% - 3.5rem);}
.footer_wrap_container .info_col:nth-child(n+3) {flex: 0 0 auto;}
.footer_wrap_container .info_tit {font-size: 1.8rem;font-weight: 700;}
.footer_wrap_container .info_txt {font-size: 1.8rem;color: #666666;}
.footer_wrap_container a.link_hover {transition: color 0.3s ease;}
.footer_wrap_container a.link_hover:hover {color: #21a650;text-decoration: underline;}
.footer_wrap_container .ft_bot {display: flex;flex-direction: column;gap: 0.2rem;}
.footer_wrap_container .ft_links {display: flex;align-items: center;gap: 2rem;margin-bottom: 0.5rem;}
.footer_wrap_container .ft_links a {font-size: 1.8rem;color: #999999;font-weight: 700;}
.footer_wrap_container .ft_links a.bold {color: #000;}
.footer_wrap_container .ft_copy_wrap {display: flex;align-items: center;gap: 2rem;}
.footer_wrap_container .ft_copy_wrap .copy {font-size: 1.8rem;color: #999999;font-family: var(--point-font);}
.footer_wrap_container .ft_copy_wrap .design_by {}
.footer_wrap_container .ft_copy_wrap .design_by a {font-size: 1.4rem;color: rgba(119, 119, 119, 0.3);font-weight: 600;}
.footer_wrap_container .ft_copy_member {}
.footer_wrap_container .ft_copy_member a {font-size: 1.4rem;color: rgba(119, 119, 119, 0.3);font-weight: 600;}



@media (max-width: 1200px) {
	.footer_wrap_container .ft_top {align-items: center;flex-direction: column;text-align: center;}
	.footer_wrap_container .ft_txt_box {padding-bottom: 5rem;}
	.footer_wrap_container .ft_mid {gap: 2rem;flex-direction: column;align-items: center;text-align: center;}
	.footer_wrap_container .ft_bot {text-align: center;align-items: center;}
	.footer_wrap_container .ft_copy_wrap {gap: 0rem;flex-direction: column;}
}

@media (max-width: 768px) {
	.footer_wrap_container .ft_tit {font-size: 5.8rem;}
}
/**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: 0rem;z-index: 3;left: 50%;transform: translate(-50%, 0);margin-bottom: 8rem;background: rgba(255, 255, 255, 0.7);}
.subNavWrap:before {content: '';position: absolute;bottom: 0%;left: 0;width: 0%;height: 1px;background: #dddddd;transition: 1.5s;transition-delay: 1.5s;}
.subNavWrap.active:before {width: 100%;}
.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;width: 100%;height: 100%;max-width: 160rem;margin: 0 auto;display: flex;flex-direction: column;justify-content: center;padding: 14.7rem 0 0rem;}
.subNavBarInner .subNavBarInnerTitle {}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle1 {font-size: 6.8rem;font-weight: 800;transition-delay: 0.6s;text-align: center;font-family: var(--point-font);}
.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-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
.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;}

.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 {font-size: 7.2rem;font-weight: 600;padding-top: 1.0rem;transition-delay: 0.8s;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2 .char {overflow: hidden;line-height: 1.2;display: inline-block;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2.cm-word-split-JS.split-txt .char {animation: text-fade-out 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle2.cm-word-split-JS.split-txt .char {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 {}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 {padding-bottom: 2.5rem;}

.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 .breadcrumb_list {display: flex;align-items: center;justify-content: center;gap: 2rem;list-style: none;margin: 0;padding: 0;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 .breadcrumb_list .item {position: relative;font-size: 1.7rem;color: #cccccc;font-weight: 700;padding-left: 2.5rem;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 .breadcrumb_list .item.home {width: 1.3rem;aspect-ratio: calc(13 / 15);background: url(../img/sub_home.png) no-repeat center / contain;padding: 0;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 .breadcrumb_list .item + .item::before {content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 0.6rem;aspect-ratio: calc(6 / 9);background: url(../img/sub_drop.png) no-repeat center / contain;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 .breadcrumb_list .item.current span {color: #000000;font-weight: 700;}
.subNavBarInner .subNavBarInnerTitle .subNavBarInnerTitle3 .sr_only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}



.sub_txt_move_rtl,
.sub_txt_move_ltr {opacity: 0;}
.sub_txt_move_rtl {transform: translateX(50px);}
.sub_txt_move_ltr {transform: translateX(-50px);}
.sub_txt_move_btt {opacity: 0;transform: translateY(50px);}

.active .sub_txt_move_rtl,
.active .sub_txt_move_ltr {opacity: 1;transform: translateX(0);transition: 1s;}
.active .sub_txt_move_btt {opacity: 1;transform: translateY(0);transition: 1s;}



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

.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;background: #f5f5f5;border-radius: 2.9rem;flex-wrap: wrap;overflow: hidden;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2 {flex: 1;text-align: center;padding: 1.6rem 1rem;box-sizing: border-box;border: 2px solid transparent;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2 a {display: block;font-size: 1.8rem;font-weight: 700;color: #aaa;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2.active {border: 2px solid #000;border-radius: 2.9rem;background: #fff;}
.subNavBarInner2 .subNavBar2st .naviBar_dp2.active a,
.subNavBarInner2 .subNavBar2st .naviBar_dp2:hover a {color: #000;}
.subNavTitle {font-size: 5.5rem;text-transform: uppercase;padding: 10rem 0 11rem;width: 160rem;margin: 0 auto;position: relative;text-align: center;}

.subNavEsg {max-width: 140.0rem;margin: 0 auto;padding: 0 2rem;}
.subNavEsg .esg_bg {max-width: 85.3rem;aspect-ratio: calc(853 / 236);margin: 0 auto;}
.subNavEsg .esg_txt {font-size: 2.0rem;line-height: 1.5;text-align: center;padding: 7rem 0 11rem;font-weight: 400;}
.subNavEsg .esg_txt > span {color: var(--main-color);}

.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:1650px ) {
	.subNavTitle {width:98%;text-align:center;}
	.subNavWrap div.subNavInner {width: 98%;}
	.subNavBarInner .subNavBar1st li {padding: 0 10px;font-size: 16px;}
	.subNavBarInner {max-width: calc(100% - 2rem);}
}
@media( max-width:1200px ) {
	.subNavBarInner .subNavBar1st li {padding: 0 5px;font-size: 15px;}
}
@media( max-width:1024px ) {

	.vg_title_sub {display:none;}
	.subNavTitle {padding: 5.0rem 0rem;font-size:3.2rem;}

	.subNavBarInnerWrap {display:none;}
}
@media( max-width:768px ) {
	.subNavBarInner {padding: 15rem 0 7.5rem;}
	.subNavBarInner2 .subNavBar2st .naviBar_dp2 {flex: 50%;}

}

#m_breadcrumbs_wrap {display: none}

#subPageWrap {width:100%;position: relative;background:#fff;z-index: 1;padding:0px 0px 0;}
#subPageWrap_WIDE_ {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 15.0rem 0px;margin:0px auto 0;background:#fff;}

@media( max-width:1600px ) {

}

@media( max-width:1650px ) {

}



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

}

/* 사이트맵 */
/* 전체 래퍼: Grid를 사용하여 4단 배열 및 일정한 간격 유지 */
.sitemap_wrap {display: grid;grid-template-columns: repeat(4, 1fr);gap: 5rem 3rem;max-width: 160rem;margin: 0 auto;padding: 10rem 0;}
.sitemap_wrap .sitemap {width: 100%;text-align: left;}

/* 1차 메뉴 (대분류) */
.sitemap_wrap .sitemap h5 {margin: 0 0 3rem 0;padding-bottom: 1.5rem;border-bottom: 2px solid #1e4eb4;}
.sitemap_wrap .sitemap h5 a {font-size: 2.8rem;font-weight: 700;color: #1e4eb4;display: block;letter-spacing: -0.05rem;}

/* 2차 메뉴 (중분류) */
.sitemap_wrap .sitemap ul {padding: 0;min-height: auto;display: flex;flex-direction: column;gap: 2.5rem;}
.sitemap_wrap .sitemap li {width: 100%;margin: 0;list-style: none;}
.sitemap_wrap .sitemap li > a {display: inline-block;font-size: 1.8rem;font-weight: 600;color: #222;line-height: 1.4;transition: color 0.3s ease;}
.sitemap_wrap .sitemap li > a:hover {color: #1e4eb4;}

/* 3차 메뉴 (소분류) */
.sitemap_wrap .sitemap li > p {margin: 1rem 0 0 0;padding: 0;display: flex;flex-direction: column;gap: 0.8rem;}
.sitemap_wrap .sitemap li > p a {display: inline-block;font-size: 1.5rem;color: #666;line-height: 1.5;transition: all 0.3s ease;}
.sitemap_wrap .sitemap li > p a:hover {color: #1e4eb4;transform: translateX(0.5rem);}

/* 태블릿 반응형 (2단 배열) */
@media (max-width: 1024px) {
.sitemap_wrap {grid-template-columns: repeat(2, 1fr);gap: 4rem 2rem;padding: 6rem 2rem;}
.sitemap_wrap .sitemap h5 a {font-size: 2.2rem;}
.sitemap_wrap .sitemap li > a {font-size: 1.6rem;}
.sitemap_wrap .sitemap li > p a {font-size: 1.4rem;}
}

/* 모바일 반응형 (1단 배열) */
@media (max-width: 768px) {
.sitemap_wrap {grid-template-columns: 1fr;gap: 4rem 0;}
}



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

/*******	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 1.0rem;}
}
@media screen and (max-width: 1650px){
	.wrap_wid_1600 {padding: 0 1.0rem;}
}
@media screen and (max-width: 1450px){
	.wrap_wid_1400 {padding: 0 1.0rem;}
}
/*공통*/



.bbbgap {height: 200px;}
.bbgap {height: 150px;}
.bgap {height: 100px;}
.gap {height: 50px;}
.sgap {height: 30px;}
.ssgap {height: 20px;}
.sssgap {height: 10px;}
.ssssgap {height: 5px;}




#mainVisual {position: relative;background: #000;width: 100%;height: 100vh;min-height: 600px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.mv_wrap {position: relative;width: 100%;}
.mv_wrap .slide_item {position: absolute;top: 50%;left: 50%;width: 55.5rem;aspect-ratio: 1;border: solid 2.0rem #000;border-radius: 8rem;overflow: hidden;cursor: pointer;transform: translate(-50%, -50%) scale(0.5);opacity: 0;transition: transform 0.7s linear, z-index 0.7s, opacity 0.7s;}
.mv_wrap .slide_item img {width: 100%;height: 100%;object-fit: cover;display: block;}
.mv_wrap .slide_item::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0);transition: background 0.5s;}
.mv_wrap .slide_item.active {transform: translate(-50%, -50%) scale(1);z-index: 3;opacity: 1;}
.mv_wrap .slide_item.active::after {background: rgba(0, 0, 0, 0);}
.mv_wrap .slide_item.prev {transform: translate(calc(-50% - 30rem), -50%) scale(0.8);z-index: 2;opacity: 1;}
.mv_wrap .slide_item.next {transform: translate(calc(-50% + 30rem), -50%) scale(0.8);z-index: 2;opacity: 1;}
.mv_wrap .slide_item.prev::after,
.mv_wrap .slide_item.next::after {background: rgba(0, 0, 0, 0.3);}
.mv_wrap .slide_item.prev2 {transform: translate(calc(-50% - 55rem), -50%) scale(0.65);z-index: 1;opacity: 1;}
.mv_wrap .slide_item.next2 {transform: translate(calc(-50% + 55rem), -50%) scale(0.65);z-index: 1;opacity: 1;}
.mv_wrap .slide_item.prev2::after,
.mv_wrap .slide_item.next2::after {background: rgba(0, 0, 0, 0.5);}

.mv_slogan_box {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;max-width: 160rem;padding: 0 2rem;box-sizing: border-box;z-index: 9;text-align: center;pointer-events: none;}
.mv_slogan_box .mv_main_slogan {font-size: 11rem;color: #fff;font-family: var(--point-font, sans-serif);font-weight: 800;line-height: 1.2;word-break: keep-all;}
.mv_slogan_box .mv_sub_slogan {font-size: 3.0rem;color: #fff;font-family: var(--point-font, sans-serif);font-weight: 700;margin-top: 1rem;}


@media (max-width: 1200px) {
	.mv_wrap .slide_item {width: 45rem;border-width: 1.5rem;border-radius: 4rem;}
	.mv_wrap .slide_item.prev {transform: translate(calc(-50% - 25rem), -50%) scale(0.8);}
	.mv_wrap .slide_item.next {transform: translate(calc(-50% + 25rem), -50%) scale(0.8);}
	.mv_wrap .slide_item.prev2 {transform: translate(calc(-50% - 45rem), -50%) scale(0.65);}
	.mv_wrap .slide_item.next2 {transform: translate(calc(-50% + 45rem), -50%) scale(0.65);}

	.mv_slogan_box .mv_main_slogan {font-size: 8rem;}
	.mv_slogan_box .mv_sub_slogan {font-size: 2.4rem;}
}
@media (max-width: 768px) {
	.mv_wrap .slide_item {width: 65vw;border-width: 1rem;border-radius: 3rem;}
	.mv_wrap .slide_item.prev {transform: translate(calc(-50% - 28vw), -50%) scale(0.8);}
	.mv_wrap .slide_item.next {transform: translate(calc(-50% + 28vw), -50%) scale(0.8);}
	.mv_wrap .slide_item.prev2 {transform: translate(calc(-50% - 50vw), -50%) scale(0.65);}
	.mv_wrap .slide_item.next2 {transform: translate(calc(-50% + 50vw), -50%) scale(0.65);}

	.mv_slogan_box .mv_main_slogan {font-size: 11vw;}
	.mv_slogan_box .mv_sub_slogan {font-size: 4vw;}
}
@media (max-width: 480px) {
	.mv_wrap .slide_item {width: 75vw;}
	.mv_wrap .slide_item.prev {transform: translate(calc(-50% - 35vw), -50%) scale(0.8);}
	.mv_wrap .slide_item.next {transform: translate(calc(-50% + 35vw), -50%) scale(0.8);}
	.mv_wrap .slide_item.prev2,
	.mv_wrap .slide_item.next2 {opacity: 0;pointer-events: none;}

	.mv_slogan_box .mv_main_slogan {font-size: 10vw;}
	.mv_slogan_box .mv_sub_slogan {font-size: 5vw;}
}


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

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

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

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

}


#sec1 {position: relative;width: 100%;padding: 17rem 0 15.5rem;display: flex;align-items: center;}
.sec1_wrap {width: 100%;max-width: 1400px;margin: 0 auto;padding: 0 0rem;box-sizing: border-box;}
.sec1_wrap .sec1_header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 1.5rem;}
.sec1_wrap .sec_title {font-size: 6.8rem;color: #333;font-weight: 800;font-family: var(--point-font);}
.sec1_wrap .tab_menu {display: flex;align-items: center;gap: 3.5rem;padding-top: 1rem;}
.sec1_wrap .tab_btn {background: none;border: none;color: #aaaaaa;font-size: 2.0rem;font-family: var(--point-font);font-weight: 700;cursor: pointer;position: relative;padding-bottom: 0.5rem;transition: 0.3s;}
.sec1_wrap .tab_btn:first-child:before {content: '';position: absolute;top: 50%;right: -2.2rem;transform: translateY(-50%);width: 0.8rem;aspect-ratio: 1;background: #aaaaaa;border-radius: 100%;}
.sec1_wrap .tab_btn.active {color: #fff;}
.sec1_wrap .tab_btn.active::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background: #fff;}

/* 탭 패널 애니메이션 제거 (블러 충돌 방지) */
.sec1_wrap .tab_panel {display: none;}
.sec1_wrap .tab_panel.active {display: block;}

.sec1_wrap .prod_card {position: relative;width: 100%;aspect-ratio: 1;background: transparent;}
.sec1_wrap .img_wrap img {
width: 85%;
	object-fit: contain;
	transition: transform 0.5s ease, opacity 0.5s ease;}
.sec1_wrap .img_wrap img.b {
	opacity: 1;/* 기본 이미지는 보이게 */
}
.sec1_wrap .img_wrap img.h {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;/* 호버 이미지는 숨겨두기 */
}

/* 4. 마우스 호버 시 애니메이션 (투명도 교차 + 확대 유지) */
.sec1_wrap .prod_card:hover .img_wrap img.b {
	opacity: 0;
	transform: scale(1.1);
}
.sec1_wrap .prod_card:hover .img_wrap img.h {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
}

/* SVG 대신 DIV에 적용되는 완벽한 블러 배경 */
.sec1_wrap .card_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.15);/* 반투명 화이트 배경 */
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	clip-path: url(#responsiveCardClip);
	-webkit-clip-path: url(#responsiveCardClip);
	filter: drop-shadow(0 15px 30px rgba(0,0,0,0.2));
}

/* 카드 내부 콘텐츠 페이드인 애니메이션 (블러 렌더링 후 실행) */
.sec1_wrap .card_content {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;

	/* 애니메이션 추가 */
	opacity: 0;
	animation: fadeInCard 0.8s ease-out forwards;
	animation-delay: 0.3s;
}
.sec1_wrap .card_content * {pointer-events: auto;}

.sec1_wrap .card_tit {font-size: 2.8rem;color: #fff;font-weight: 700;font-family: var(--point-font);margin-bottom: 2.5rem;}
.sec1_wrap .img_wrap {
position: relative;
	width: 28.2rem;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);}
.sec1_wrap .add_btn {position: absolute;bottom: 0;right: 0;width: 13.5%;aspect-ratio: 1;border: 1px solid rgba(255, 255, 255, 0.5);border-radius: 50%;background: transparent url(../img/ico_arrow_11.png) no-repeat center / contain;transition: 0.3s;cursor: pointer;}
.sec1_wrap .prod_card:hover .add_btn {background: #000 url(../img/ico_arrow_11.png) no-repeat center / contain;border-color: #000;}

.sec1_wrap .swiper_container {position: relative;width: 100%;padding: 0 0rem;box-sizing: border-box;}
.sec1_wrap .product_swiper {width: 100%;overflow: hidden;padding: 2rem 0 5rem 0;}
.sec1_wrap .swiper-button-next,
.sec1_wrap .swiper-button-prev {width: 6rem;height: 6rem;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 50%;background: none;color: #fff;transition: all 0.3s ease;top: 50%;transform: translateY(-50%);}
.sec1_wrap .swiper-button-next::after,
.sec1_wrap .swiper-button-prev::after {font-size: 2rem;font-weight: bold;}
.sec1_wrap .swiper-button-next:hover,
.sec1_wrap .swiper-button-prev:hover {background: #000;border-color: #000;}
.sec1_wrap .swiper-button-prev {left: 0;}
.sec1_wrap .swiper-button-next {right: 0;}
.sec1_wrap .swiper-button-lock {display: none !important;}

/* 새로운 카드 내용물 애니메이션 키프레임 */
@keyframes fadeInCard {
	from {opacity: 0;transform: translateY(20px);}
	to {opacity: 1;transform: translateY(0);}
}

/* 상단 탭 메뉴 애니메이션 유지 */
.sec1_wrap .tab_menu {opacity: 0;transform: translateY(40px);transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);}
#sec1.visible .tab_menu {opacity: 1;transform: translateY(0);transition-delay: 0.7s;}
/* 기존 sec1_content 전체 애니메이션은 블러 충돌로 인해 완전 삭제됨 */

@media (max-width: 1600px) {
	.sec1_wrap .swiper_container {padding: 0 4rem;}
	.sec1_wrap .swiper-button-prev {left: 1rem;}
	.sec1_wrap .swiper-button-next {right: 1rem;}
}
@media all and (max-width: 768px) {
	.sec1_wrap .sec1_header {flex-direction: column;}
	.sec1_wrap .sec_title {font-size: 5.8rem;}
}



#sec2 {position: relative;width: 100%;height: 400vh;}
.sec2_sticky {position: sticky;top: 0;width: 100%;height: 100vh;overflow: hidden;background-color: #ffffff;display: flex;align-items: center;}
.sec2_wrap {width: 100%;max-width: 1600px;margin: 0 auto;padding: 0 2rem;display: flex;justify-content: space-between;align-items: center;position: relative;}
.sec2_wrap .sec2_left {flex: 0 0 50%;z-index: 10;}
.sec2_wrap .sec2_main_tit {font-size: 6.8rem;font-weight: 800;color: #ddd;font-family: var(--point-font);margin-bottom: 1.5rem;opacity: 0;transform: translateY(50px);transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);}
.sec2_wrap .val_text_box {margin-bottom: 7.5rem;min-height: 18rem;opacity: 0;transform: translateY(50px);transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);}
.sec2_wrap .val_title {font-size: 4.8rem;font-weight: 700;color: #21a650;font-family: var(--point-font);margin-bottom: 1.0rem;transition: opacity 0.4s ease, transform 0.5s ease-out;}
.sec2_wrap .val_desc {font-size: 2.4rem;line-height: 1.41;color: #666666;transition: opacity 0.4s ease, transform 0.5s ease-out;}
.sec2_wrap .val_title.out, .sec2_wrap .val_desc.out {opacity: 0;transform: translateY(-20px);}
.sec2_wrap .val_title.prepare, .sec2_wrap .val_desc.prepare {opacity: 0;transform: translateY(20px);transition: none;}
.sec2_wrap .btn_wrap {position: relative;height: 6rem;opacity: 0;transform: translateY(50px);transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);}
.sec2_wrap .btn_more {position: absolute;top: 0;left: 0;display: none;align-items: center;justify-content: center;border-radius: 3rem;font-size: 1.6rem;font-family: var(--point-font);background: #fff;border: solid 1px #000;color: #000;text-decoration: none;transition: 0.3s;}
.sec2_wrap .btn_more.active {display: flex;animation: btnFadeIn 0.5s forwards;}

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

.sec2_wrap .btn_more span.txt {display: block;padding: 0 2.0rem 0 3.8rem;}
.sec2_wrap .btn_more span.plus {width: 6.0rem;aspect-ratio: 1;background: transparent url(../img/ico_arrow_11.png) no-repeat center / contain;filter: brightness(0);transition: 0.3s;}
.sec2_wrap .btn_more:hover {background: #000;color: #fff;}
.sec2_wrap .btn_more:hover span.plus {filter: brightness(1);}
.sec2_wrap .sec2_right {flex: 0 0 50%;position: relative;height: 100vh;display: flex;align-items: center;justify-content: flex-end;}
.sec2_wrap .orbit_container {--orbit-scale: 1;position: absolute;right: -250px;width: 900px;height: 900px;opacity: 0;transform: translateY(50px) scale(var(--orbit-scale));transform-origin: right center;transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);}
.sec2_wrap .orbit_track {position: absolute;width: 100%;height: 100%;border: 1px solid #e0e0e0;border-radius: 50%;transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);}
.sec2_wrap .orbit_center {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 480px;height: 480px;border-radius: 50%;overflow: hidden;z-index: 5;}
.sec2_wrap .orbit_item {position: absolute;width: 25rem;height: 25rem;border-radius: 50%;overflow: hidden;margin-top: -12.5rem;margin-left: -12.5rem;transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);z-index: 10;}
.sec2_wrap .orbit_item.active {width: 56rem;height: 56rem;margin-top: -28rem;margin-left: -28rem;z-index: 20;}
.sec2_wrap .orbit_item img {width: 100%;height: 100%;object-fit: cover;}

.sec2_wrap .item1 {top: 50%;left: calc(0% + 10vh);}
.sec2_wrap .item2 {top: calc(0% + 10vh);left: 50%;}
.sec2_wrap .item3 {top: 50%;left: calc(100% - 10vh);}
.sec2_wrap .item4 {top: calc(100% - 10vh);left: 50%;}

.sec2_wrap .item1.active {left: 0%;}
.sec2_wrap .item2.active {top: 0%;}
.sec2_wrap .item3.active {left: 100%;}
.sec2_wrap .item4.active {top: 100%;}

.sec2_wrap .sec2_menu {position: absolute;left: 50rem; z-index: 20;opacity: 0;transform: translateY(50px);transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);}
.sec2_wrap .sec2_menu li {font-size: 2.4rem;font-weight: 700;color: #ccc;font-family: var(--point-font);margin-bottom: 0.5rem;transition: 0.3s;text-align: left; }
.sec2_wrap .sec2_menu li.active {color: #21a650;transform: scale(1.1);transform-origin: left center; }

#sec2.visible .sec2_main_tit {opacity: 1;transform: translateY(0);transition-delay: 0.7s;}
#sec2.visible .val_text_box {opacity: 1;transform: translateY(0);transition-delay: 0.9s;}
#sec2.visible .btn_wrap {opacity: 1;transform: translateY(0);transition-delay: 1.1s;}
#sec2.visible .orbit_container {opacity: 1;transform: translateY(0) scale(var(--orbit-scale));transition-delay: 1.0s;}
#sec2.visible .sec2_menu {opacity: 1;transform: translateY(0);transition-delay: 0.9s;}

@media (max-height: 1000px) and (min-width: 1201px) {
	#sec2 {padding: 10rem 0;background-color: #ffffff;}
}

@media (max-width: 1400px) {
	.sec2_wrap .orbit_container {width: 700px;height: 700px;right: -150px;}
	.sec2_wrap .orbit_item {width: 18rem;height: 18rem;margin-top: -9rem;margin-left: -9rem;}
	.sec2_wrap .orbit_item.active {width: 40rem;height: 40rem;margin-top: -20rem;margin-left: -20rem;}
	.sec2_wrap .btn_more.active {position: relative;display: inline-flex;}
	.sec2_wrap .val_text_box {margin-bottom: 1.5rem;}

	.sec2_wrap .item1 {left: calc(0% + 3rem);}
	.sec2_wrap .item2 {top: calc(0% + 3rem);}
	.sec2_wrap .item3 {left: calc(100% - 3rem);}
	.sec2_wrap .item4 {top: calc(100% - 3rem);}

	.sec2_wrap .item1.active {left: 0%;}
	.sec2_wrap .item2.active {top: 0%;}
	.sec2_wrap .item3.active {left: 100%;}
	.sec2_wrap .item4.active {top: 100%;}
}
@media (min-width: 1201px) {
	.sec2_wrap .mobile_val_list {display: none !important;}
}

@media (max-width: 1200px) {
	#sec2 {height: auto !important;}
	.sec2_sticky {position: relative !important;height: auto !important;padding: 10rem 0;overflow: visible !important;}
	.sec2_wrap {flex-direction: column;}

	.sec2_wrap .val_text_box,
	.sec2_wrap .btn_wrap,
	.sec2_wrap .sec2_right {display: none !important;}

	.sec2_wrap .sec2_left {width: 100%;flex: none;text-align: center;margin-bottom: 5rem;}
	.sec2_wrap .sec2_main_tit {opacity: 1 !important;transform: none !important;transition: none !important;margin-bottom: 0;}

	.sec2_wrap .mobile_val_list {display: flex;flex-direction: column;gap: 8rem;width: 100%;}
	.sec2_wrap .m_item {display: flex;flex-direction: column;align-items: center;text-align: center;}
	.sec2_wrap .m_txt_box {margin-bottom: 3rem;}
	.sec2_wrap .m_title {font-size: 3.8rem;color: #21a650;font-family: var(--point-font);font-weight: 800;margin-bottom: 1.5rem;}

	.sec2_wrap .m_desc {font-size: 2rem;line-height: 1.5;color: #666;}
	.sec2_wrap .m_img_box {width: 100%;max-width: 90%;aspect-ratio: 2;border-radius: 2rem;overflow: hidden;margin-bottom: 3rem;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);}
	.sec2_wrap .m_img_box img {width: 100%;height: 100%;object-fit: cover;}
	.sec2_wrap .mobile_val_list .btn_more {display: inline-flex !important;position: relative !important;opacity: 1 !important;transform: none !important;animation: none !important;margin: 0 auto;}
}
@media (max-width: 768px) {
	.sec2_wrap .sec2_main_tit {font-size: 5.8rem;}
}
@media (max-height: 1050px) and (min-width: 1201px) {
	.sec2_wrap .orbit_container {--orbit-scale: 0.95;}
}
@media (max-height: 850px) and (min-width: 1201px) {
	.sec2_wrap .orbit_container {--orbit-scale: 0.65;}
}
@media (max-height: 700px) and (min-width: 1201px) {
	.sec2_wrap .orbit_container {--orbit-scale: 0.55;}
}

#sec3 {width: 100%;padding: 16rem 0rem 19.5rem;}
.sec3_wrap {max-width: 172.0rem;margin: 0 auto;border-radius: 5rem;padding: 16rem;box-sizing: border-box;display: flex;flex-direction: column;justify-content: space-between;overflow: hidden;transition: background 0.6s ease-in-out;}
.sec3_wrap .sec3_top {margin-bottom: 7.7rem;}
.sec3_wrap .logo_wrap {margin-bottom: 16.7rem;}
.sec3_wrap .sec3_logo {}
.sec3_wrap .sec3_slogan {font-size: 2.0rem;color: #fff;font-family: var(--point-font);}
.sec3_wrap .sec3_main_tit {font-size: 6.8rem;font-weight: 800;color: #333;line-height: calc(70 / 68);font-family: var(--point-font);}
.sec3_wrap .sec3_main_tit .tit_line {display: block;}
.sec3_wrap .sec3_list_wrap {width: 100%;}
.sec3_wrap .list_item {border-bottom: 1px solid rgba(255, 255, 255, 0.2);cursor: pointer;transition: border 0.3s !important;}
.sec3_wrap .item_row {display: flex;align-items: center;justify-content: space-between;padding: 4.5rem 0;}
.sec3_wrap .item_left {display: flex;align-items: center;gap: 3rem;flex: 0 0 35%;}
.sec3_wrap .item_ico {width: 6rem;height: 6rem;display: flex;justify-content: center;align-items: center;opacity: 0.4;transition: 0.4s;}
.sec3_wrap .item_ico img {max-width: 100%;max-height: 100%;}
.sec3_wrap .item_tit {font-size: 2.8rem;font-weight: 800;color: rgba(255, 255, 255, 0.3);font-family: var(--point-font);transition: 0.4s;}
.sec3_wrap .item_mid {flex: 1;padding-right: 4rem;opacity: 0;transform: translateX(-30px);transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);pointer-events: none;}
.sec3_wrap .item_desc {display: flex;flex-wrap: wrap;column-gap: 1.5rem;}
.sec3_wrap .item_desc li {position: relative;font-size: 1.8rem;color: #fff;font-family: var(--point-font);line-height: calc(26 / 18);padding-right: 1.5rem;}
.sec3_wrap .item_desc li:before {content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 1.2rem;background: #666666;}
.sec3_wrap .item_right {flex: 0 0 auto;}
.sec3_wrap .btn_toggle {position: relative;width: 6rem;aspect-ratio: 1;border-radius: 50%;border: 1px solid rgba(255, 255, 255, 0.5);background: transparent;transition: 0.4s;filter: invert(0);}
.sec3_wrap .btn_toggle:before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;background: url(../img/ico_arrow_11.png) no-repeat center / contain;}
.sec3_wrap .list_item.active {border-bottom: 1px solid rgba(255, 255, 255, 1);}
.sec3_wrap .list_item.active .item_ico {opacity: 1;}
.sec3_wrap .list_item.active .item_tit {color: #fff;}
.sec3_wrap .list_item.active .item_mid {opacity: 1;transform: translateX(0);}
.sec3_wrap .list_item.active .btn_toggle {background: #ffffff;}
.sec3_wrap .list_item.active .btn_toggle:before {filter: invert(1);}
.sec3_wrap .logo_wrap,
.sec3_wrap .sec3_main_tit,
.sec3_wrap .list_item {opacity: 0;transform: translateY(50px);transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);}
#sec3.visible .logo_wrap {opacity: 1;transform: translateY(0);transition-delay: 0.7s;}
#sec3.visible .sec3_main_tit {opacity: 1;transform: translateY(0);transition-delay: 0.9s;}
#sec3.visible .list_item:nth-child(1) {opacity: 1;transform: translateY(0);transition-delay: 1.1s;}
#sec3.visible .list_item:nth-child(2) {opacity: 1;transform: translateY(0);transition-delay: 1.3s;}
#sec3.visible .list_item:nth-child(3) {transition-delay: 0.8s;}
#sec3.visible .list_item:nth-child(4) {transition-delay: 1.0s;}

@media all and (max-width: 1750px) {
	#sec3 {padding: 16rem 1rem 19.5rem;}
	.sec3_wrap {padding: 10rem;}
}
@media all and (max-width: 1450px) {
	.sec3_wrap .item_row {flex-wrap: wrap;}
	.sec3_wrap .item_left {flex: 0 0 100%;padding-bottom: 2rem;}
	.sec3_wrap .item_mid {opacity: 0.3;transform: translateX(0px);}
}
@media all and (max-width: 1024px) {
	.sec3_wrap .item_ico {opacity: 1;}
	.sec3_wrap .item_tit {color: rgba(255, 255, 255, 0.3);}
	.sec3_wrap .item_mid {opacity: 1;}
}
@media all and (max-width: 768px) {
	.sec3_wrap {padding: 8rem 2rem;}
	.sec3_wrap .sec3_main_tit {font-size: 5.8rem;}
}


#sec4 {width: 100%;position: relative;padding: 11rem 0;overflow: hidden;}
.sec4_bg_layer {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;opacity: 0;transition: opacity 0.8s ease-in-out;pointer-events: none;}
.sec4_bg_layer.active {opacity: 1;}
.sec4_wrap {position: relative;z-index: 10;display: flex;justify-content: space-between;}
.sec4_wrap .sec4_left {flex: 0 0 40%;padding-top: 7.8rem;}
.sec4_wrap .sec4_main_tit {font-size: 6.8rem;font-weight: 800;color: #333;margin-bottom: 1.5rem;font-family: var(--point-font);}
.sec4_wrap .sec4_desc {font-size: 2.4rem;line-height: calc(34 / 24);color: #fff;}
.sec4_wrap .point_green {color: var(--main-color);}
.sec4_wrap .sec4_right {flex: 0 0 50%;position: relative;display: grid;gap: 3rem;}
.sec4_wrap .esg_item {width: 35rem;aspect-ratio: 1;border-radius: 5rem;}
.sec4_wrap .esg_item a {display: block;width: 100%;height: 100%;position: relative;text-decoration: none;}
.sec4_wrap .esg_item > a::before {content: '';position: absolute;top: -1.5rem;bottom: -1.5rem;left: -1.5rem;right: -1.5rem;z-index: 100;}
.sec4_wrap .esg_item:nth-child(1) {grid-column: 2 / 3;grid-row: 1 / 2;}
.sec4_wrap .esg_item:nth-child(2) {grid-column: 1 / 2;grid-row: 2 / 3;}
.sec4_wrap .esg_item:nth-child(3) {grid-column: 2 / 3;grid-row: 2 / 3;}
.sec4_wrap .esg_blur_bg {position: absolute;top: 0;left: 0;width: 44rem;aspect-ratio: 1;transform-origin: top left;transform: scale(calc(350 / 440));backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);background: rgba(255, 255, 255, 0);opacity: 0;transition: opacity 0.4s ease;pointer-events: none;}
.sec4_wrap .esg_item.active .esg_blur_bg {opacity: 1;}
.sec4_wrap .esg_svg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;}
.sec4_wrap .esg_svg path.shape_stroke {stroke-width: 1.5px;fill: transparent !important;stroke: rgba(255, 255, 255, 0.4);transition: stroke 0.4s ease;}
.sec4_wrap .esg_item.active .esg_svg path.shape_stroke {stroke: rgba(255, 255, 255, 0.9);}
.sec4_wrap .esg_cont {position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 5rem;display: flex;flex-direction: column;justify-content: space-between;box-sizing: border-box;}
.sec4_wrap .esg_txt {text-align: right;display: flex;flex-direction: column;}
.sec4_wrap .esg_eng {font-size: 1.8rem;font-weight: 700;color: #fff;font-family: var(--point-font);margin-bottom: 0.5rem;}
.sec4_wrap .esg_kor {font-size: 3.8rem;font-weight: 700;color: #fff;}
.sec4_wrap .esg_ico {width: 5.0rem;transition: transform 0.8s;transform: rotateY(0deg);}
.sec4_wrap .esg_ico img {width: 100%;}
.sec4_wrap .esg_plus {position: absolute;bottom: -15px;right: -15px;width: 6rem;aspect-ratio: 1;background: #fff;border-radius: 50%;opacity: 0;transform: translate(20px, 20px) scale(0.5);transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);box-shadow: 0 10px 20px rgba(0,0,0,0.2);z-index: 10;}
.sec4_wrap .esg_plus_wrap {position: relative;width: 100%;height: 100%;background: url(../img/ico_arrow_11.png) no-repeat center / contain;filter: invert(1);}
.sec4_wrap .esg_item.active .esg_plus {opacity: 1;transform: translate(0, 0) scale(1);bottom: 0px;right: 0px;}
.sec4_wrap .sec4_left .sec4_main_tit,
.sec4_wrap .sec4_left .sec4_desc,
.sec4_wrap .sec4_right .esg_item {opacity: 0;transform: translateY(50px);transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);}

#sec4.visible .sec4_wrap .sec4_main_tit {opacity: 1;transform: translateY(0);transition-delay: 0.7s;}
#sec4.visible .sec4_wrap .sec4_desc {opacity: 1;transform: translateY(0);transition-delay: 0.9s;}
#sec4.visible .sec4_wrap .sec4_right .esg_item:nth-child(1) {opacity: 1;transform: translateY(0);transition-delay: 1.1s;}
#sec4.visible .sec4_wrap .sec4_right .esg_item:nth-child(2) {opacity: 1;transform: translateY(0);transition-delay: 1.3s;}
#sec4.visible .sec4_wrap .sec4_right .esg_item:nth-child(3) {opacity: 1;transform: translateY(0);transition-delay: 1.5s;}

.sec4_wrap .esg_item:hover .esg_ico {transform: rotateY(360deg);}

@media all and (max-width: 1450px) {
	.sec4_wrap {flex-wrap: wrap;}
	.sec4_wrap .sec4_left {flex: 0 0 100%;padding-top: 0;margin-bottom: 6rem;}
	.sec4_wrap .sec4_right {flex: 0 0 auto;margin-left: auto;}
}
@media all and (max-width: 1024px) {

}
@media all and (max-width: 768px) {
	.sec4_wrap .sec4_right {width: 100%;display: flex;flex-direction: column;align-items: center;margin-left: 0;gap: 1rem;}
	.sec4_wrap .esg_item:nth-child(1),
	.sec4_wrap .esg_item:nth-child(2),
	.sec4_wrap .esg_item:nth-child(3) {grid-column: auto;grid-row: auto;}
	.sec4_wrap .esg_item {width: 100%;aspect-ratio: 2;border: solid 1px rgba(255, 255, 255, 0.5);}
	.sec4_wrap .esg_svg {display: none;}
	.sec4_wrap .sec4_main_tit {font-size: 5.8rem;}
}


#sec5 {position: relative;padding: 18rem 0 19rem;}
.sec5_wrap {position: relative;width: 100%;}



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

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

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

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

}


/*******	customize End	******/
@media all and (max-width: 1650px) {

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

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

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

}
