@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

@import url('https://cdn.jsdelivr.net/gh/fonts-archive/KIMM/KIMM.css');


/* ===================================================== */
/* 기본 스타일 ========================================== */
:root {
	--color-main: #007bc3;
	--color-sub: #4c76b4;
	--color-sub1: #54bde9;
	--color-white-a05: rgba(255, 255, 255, 0.05);
	--color-white-a1: rgba(255, 255, 255, 0.1);
	--color-white-a2: rgba(255, 255, 255, 0.2);
	--color-white-a3: rgba(255, 255, 255, 0.3);
	--color-white-a4: rgba(255, 255, 255, 0.4);
	--color-white-a5: rgba(255, 255, 255, 0.5);
	--color-white-a6: rgba(255, 255, 255, 0.6);
	--color-white-a8: rgba(255, 255, 255, 0.8);
	--color-white-a9: rgba(255, 255, 255, 0.9);
	--color-black-a05: rgba(0, 0, 0, 0.05);
	--color-black-a1: rgba(0, 0, 0, 0.1);
	--color-black-a2: rgba(0, 0, 0, 0.2);
	--color-black-a3: rgba(0, 0, 0, 0.35);
	--color-black-a4: rgba(0, 0, 0, 0.4);
	--color-black-a5: rgba(0, 0, 0, 0.5);
	--color-black-a6: rgba(0, 0, 0, 0.6);
	--color-black-a7: rgba(0, 0, 0, 0.7);
	--color-black-a8: rgba(0, 0, 0, 0.8);
	--color-black-a9: rgba(0, 0, 0, 0.9);
	--scroll-width: 0px;
	--inner-width: calc(100vw - var(--scroll-width));
	--inner-padding: max(20px, calc(((var(--inner-width)) - 1400px) / 2));
	--outer-padding: min(var(--inner-padding), 45px);
	--font-noto: 'Noto Sans KR', Roboto,'Malgun Gothic','돋움', dotum, sans-serif;
	--font-pret: Pretendard, Roboto, "Noto Sans KR", 'Malgun Gothic','돋움', dotum, sans-serif;
	--font-mont: 'Montserrat', Pretendard, Roboto, "Noto Sans KR", 'Malgun Gothic','돋움', dotum, sans-serif;
	font-size: 10px;

	--bd-radi-type1:50% 50% 50% 0;
}
html::-webkit-scrollbar {width: 8px; background-color: #eee;}
html::-webkit-scrollbar-thumb {background-color: #444;}
body {--header-height: 100px; font: 16px/1.2 'KIMM', 'Pretendard', 'Roboto', 'Noto Sans KR', 'Malgun Gothic','돋움', dotum, sans-serif; color: #666; background-color: #fff;}

body:where(.is-fix) {--header-height: 80px;}
.is-open {overflow: hidden !important; padding-right: var(--scroll-width) !important;}
.inner {position: relative; margin: 0 var(--inner-padding);}


@media (max-width: 1280px) { 
	:root {font-size: 9px;} 
	body {--header-height: 70px; } 
}
@media (max-width: 768px) {	
	:root {font-size: 8px;} 
	body {--header-height: 60px; } 
}
@media (max-width: 480px) {
	:root {font-size: 7px;} 
	body {--header-height: 54px;}
}
@media (max-width: 360px) {	:root {--inner-padding: 15px;} }




/* 기본 스타일 ========================================== */
/* ===================================================== */


/* ===================================================== */
/* HEADER ============================================== */
.header {--allmenu-gap: 0%; --allmenu-img-width: 0%; position: absolute; inset: 0 0 auto; z-index: 1000; } 
.header-inner { display: flex; align-items: center; justify-content: space-between; position: fixed; inset: 0 0 auto; z-index: 1100; height: var(--header-height); padding: 0 0 0 var(--outer-padding); transition: .3s, padding 0s; gap:3rem; background-color: rgba(255, 255, 255, 0); transition: all 0.5s ease-in-out;} 
.header-inner::before { position: absolute; inset: 0;  content: ''; transition:all 0.3s ease-in-out; background-color: transparent; border-bottom:1px solid rgba(231, 231, 231, 0.0);} 
.is-open .header-inner,
.is-menu .header-inner { padding-right:var(--scroll-width); background-color: rgba(255, 255, 255, 0);  }
:is(.is-hover, .is-fix, .is-hover-header):not(.is-menu) .header-inner {background-color:  rgba(255, 255, 255, 1);}

:is(.is-hover, .is-fix, .is-hover-header):not(.is-menu) .header-inner::before { border-color:rgba(231, 231, 231, 1);} 
.is-menu .header-inner::before { background-image: linear-gradient(to left, var(--color-black-a2), var(--color-black-a2)); background-size: calc(100% - var(--allmenu-gap) - var(--allmenu-img-width)) 1px;visibility: hidden; opacity: 0;}


.header-logo { position: relative; width:18rem; transition: all .3s; flex-shrink: 0;} 
:is(.is-hover, .is-fix, .is-menu, .is-hover-header) #header-logo-white { opacity: 0; transition: opacity .5s;} 
.header-logo #header-logo { opacity: 0; position: absolute; inset: 0; object-fit: contain; transition: opacity .5s;} 
:is(.is-hover, .is-fix, .is-menu, .is-hover-header) #header-logo { opacity: 1; } 
.is-menu .header-logo {left: calc(var(--allmenu-img-width) + var(--allmenu-gap)); opacity: 0;}

.is-fix .header-logo {width:15rem;}




/* GNB */
.gnb { transition: opacity .3s; flex-grow: 1; --gnb-padding : 5rem;} 
.gnb::before { position: absolute;inset: var(--header-height) 0 auto; height: var(--gnb-height);background-color: #fff; content: '';transform: scaleY(0); transform-origin: top;transition: .3s; z-index: -1; border-radius: 0 0 0 25rem;}


.gnb-wrap { display: flex; justify-content: center; gap:2rem; }

.depth1 { position: relative; transition: all 0.5s; flex-grow:0; z-index: 3; } 
.is-hover .depth1 { transition: all 1s ease-in-out;}

.depth1 > a { padding: 0 var(--gnb-padding);  text-align: center; position: relative; z-index: 2; transition: all 1s ease-in-out; display: flex; height: var(--header-height); align-items: center; justify-content: center;}
.depth1 > a span { color: #fff; font-size:2rem; font-weight: 700; transition: all 0.3s ease-in-out; display: inline-block; line-height: 1.2; word-break: break-all;}
.depth1 > a::before {content: ''; position: absolute; top: 0; left:50%; width: 0; height:0; background: url('../images/common/gnb_1depth_bg.png') no-repeat center top/contain; transform: translate(-50%, -100%); z-index: -1; transition: all 0.3s ease-in-out; visibility: hidden; opacity: 0;}

.depth2 {visibility: hidden; opacity: 0; position: absolute; top: calc(var(--header-height) - 0px); padding: 3rem 0; left:calc(var(--gnb-padding) - 1rem); transition: all 0.1s ease-in-out;line-height: 1.3;}
.depth2 ul {display: flex; justify-content: center; flex-direction:column ; z-index: 2; position: relative;}
.depth2 a { padding: 0.8rem 1rem;  transition: all 0.3s ease-in-out; font-weight: 700; font-size:1.7rem}
.depth2 span { white-space: nowrap; color:#666; transition: all 0.3s ease-in-out; }


.is-menu .gnb { visibility: hidden; opacity: 0;}
.is-hover .gnb::before {transform: scaleY(1);}
:where(.is-hover, .is-fix, .is-hover-header) .depth1 > a span { color: #222; }

.depth1:hover {z-index: 2;}
.depth1:hover > a span { color:#fff;} 
.depth1:hover > a::before {opacity: 1; visibility: visible; transform: translate(-50%, 0%);  width: 222%; height:18rem; }
.is-fix .depth1:hover > a::before {transform: translate(-50%, -1rem);}

.is-hover .depth2{visibility: visible; opacity: 1; transition: all 0.5s ease-in-out;}
.is-hover .depth1:hover .depth2 span {color:#222;}
.is-hover .depth1:hover .depth2 a:hover span{text-decoration: underline;text-underline-offset: 0.25em; color:var(--color-main); font-weight: 600;}



@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
	
}

@media (max-width: 1280px) {
	.gnb { --gnb-padding : 4rem;}
	.header-logo {width:14rem;}
	.is-fix .header-logo {width:14rem;}

}

@media (max-width: 1024px) {
	.gnb{display: none;}
	
}

@media (max-width: 768px) {
	.header-logo {width:13rem;}
	.is-fix .header-logo {width:13rem;}
	

}







/* 유틸 */
.header-util { display: flex; align-items: center; column-gap: 5rem; margin-left:auto;} 

/* 언어선택 버튼 */
.util-lang { position: relative; font-size:14px; } 
.util-lang-list { display: flex; } 
.util-lang-list li {position: relative;}
.util-lang-list li + li::before {content:''; display: block; width:4px; height:4px; background-color: #fff; border-radius: 50%; position: absolute; left:0; top:50%; transform: translate(-50%, -50%);}


.util-lang-list a { padding: 1rem 1.5rem; } 
.util-lang-list a span { background: linear-gradient(to top, var(--color-sub1), var(--color-sub1)) no-repeat center bottom/0 2px; transition: all .3s; color:#fff; font-weight: 700; padding:0.5rem 0; }
.util-lang-list li.on a span { background-size: 100% 2px; color:var(--color-sub1);} 
.util-lang-list li:not(.on) a:hover span { background: linear-gradient(to top, var(--color-sub1), var(--color-sub1)) no-repeat center bottom/100% 2px; color: var(--color-sub1); } 


:is(.is-hover, .is-fix, .is-hover-header) .util-lang-list li + li::before {background-color: #222;}
:is(.is-hover, .is-fix, .is-hover-header) .util-lang-list a span { color:#222;} 


.is-menu .util-lang-list li + li::before,
.is-menu.is-hover-header .util-lang-list li + li::before {background-color: #fff;}
.is-menu .util-lang-list a span,
.is-menu.is-hover-header .util-lang-list a span { color:#fff;} 
.is-menu.is-hover-header .util-lang-list li.on a span {color:var(--color-sub1);} 



@media (max-width: 480px) {
	.header-util {column-gap: 3rem;} 
	.util-lang-list li.on {display: none;}
	.util-lang-list li.on:first-child + li::before {display: none;}
}


/* 전체메뉴 버튼 */
.util-allmenu-btn { position: relative; width: var(--header-height); height: var(--header-height); transition:all 0.5s ease-in-out;} 
.util-allmenu-btn::before {content:''; display: block; width:152%; height:152%; position: absolute; top:0; right:0; background:#19b5ea url('../images/common/allmenu_btn_bg01.png') no-repeat right top/contain; mask: url('../images/common/allmenu_btn_bg.svg') no-repeat right top/contain; -webkit-mask: url('../images/common/allmenu_btn_bg.svg') no-repeat right top/contain; transition: 0.5s;}
.util-allmenu-btn span { position: absolute; top: 50%; left: 2rem; width: 2.8rem; height: 3px; margin-top: -2px; border-radius: 5px; background-color: #222; transition: .3s; } 
.util-allmenu-btn span:nth-child(1) {width:2.3rem; transform: translate(0, calc(0px - 100% - 5px));}
.util-allmenu-btn span:nth-child(3) {width:1.8rem; transform: translate(0, calc(100% + 5px));}


:is(.is-hover, .is-fix, .is-menu, .is-hover-header) .util-allmenu-btn span { background-color: #fff; } 

.is-menu .util-allmenu-btn::before {display: none;}
.is-menu .util-allmenu-btn span { width: 5rem; height:2px;} 
.is-menu .util-allmenu-btn span:nth-child(2) {display: none;}
.is-menu .util-allmenu-btn span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); } 
.is-menu .util-allmenu-btn span:nth-child(3) { transform: translate(-50%, -50%) rotate(-45deg);} 





/*:is(.is-hover, .is-fix, .is-menu) .util-allmenu-btn span:not(:nth-child(4)) { background-color: #fff; } */


@media (hover: hover) and (pointer: fine) {
	.util-allmenu-btn:hover::before {background-image: none; background-color: var(--color-main);}
	.util-allmenu-btn:hover span{ background-color: #fff; width:1.4rem;}
	.util-allmenu-btn:hover span:nth-child(1) {width:2.8rem;}
	.util-allmenu-btn:hover span:nth-child(3) {width:2.8rem;}

	.is-menu .util-allmenu-btn:hover span:nth-child(1) {width:6rem; transform: translate(-50%, -50%) rotate(225deg);}
	.is-menu .util-allmenu-btn:hover span:nth-child(3) {width:6rem; transform: translate(-50%, -50%) rotate(135deg);}
}





/* 전체메뉴 */
.allmenu { display: flex; visibility: hidden; opacity: 0; position: fixed; width: calc(100% + var(--scroll-width)); height: 100%; padding-right: var(--scroll-width); background-blend-mode: screen; transform: translateY(00%); transition: .5s, padding-right 0s, width 0s; z-index: 1001; background: url('../images/common/allmenu_bg01.jpg') no-repeat center/cover; } 


.allmenu-wrap {flex-grow: 1; padding-left: var(--allmenu-gap); max-height:100%;/*  height: 100%; 옆 배경 없을 때 scroll생성 */}
.allmenu-cont { visibility: hidden; overflow: hidden auto; opacity: 0; height: 100%; max-height:100%;  transition: .5s;} 
.allmenu-cont::-webkit-scrollbar { width: 6px; } 
.allmenu-cont::-webkit-scrollbar-thumb { background-color: var(--color-main); } 
.allmenu-list { display: flex; margin:0 var(--inner-padding)} 



.is-menu .allmenu { visibility: visible; opacity: 1; width: 100%; transform: translateY(0);} 
.is-menu .allmenu-cont { visibility: visible; opacity: 1; transition: .7s ease-out .5s; } 



.all-depth1 {padding: calc(var(--header-height) + 4rem) 2rem 2rem 2rem ; position: relative; flex:1;}
.all-depth1:nth-child(2) {flex:2.5;}

.all-depth1-btn {margin-bottom: 3rem;  cursor: default; font-size:3.5rem; font-weight: 700; color:#fff; position: relative; width:100%;transition: all 0.3s ease-in-out; text-align: left;} 

@media (hover: hover) and (pointer: fine) {
	.all-depth1:hover .all-depth1-btn {color:var(--color-main);}
}

/*전체메뉴 2depth*/
.all-depth1:nth-child(2) .all-depth2 > ul{ display: flex; flex-wrap: wrap; gap:3rem;} 
.all-depth1:nth-child(2) .all-depth2 > ul > li {width: calc(50% - 1.5rem); display: flex; gap:2rem;}
.all-depth1:nth-child(2) .all-depth2-btn {flex-shrink: 0; width:8rem;}

.all-depth2-btn {display: block; font-size:max(1.7rem, 16px);  font-weight: 700; padding: 0.8rem 0em; color: #666; text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: 0.4em; transition: all .5s, text-decoration-color .1s;} 
.all-depth1:nth-child(2) .all-depth2-btn {color:var(--color-main);}

@media (hover: hover) and (pointer: fine) {
	.all-depth1:hover .all-depth2-btn {color:#fff;}
	.all-depth1:nth-child(2):hover .all-depth2-btn {color:var(--color-main);}
	.all-depth1:hover .all-depth2 > ul > li:hover .all-depth2-btn {color:var(--color-main); text-decoration-color: currentColor;}
}


.all-depth3 {border-left:1px solid #242424; width:100%;}
.all-depth3 {padding:0;}
.all-depth3:not(:has(li)) {display: none;}
.all-depth3 a {display: flex; padding: 0.8rem 3rem 0.8rem 1.5rem; font-size: 1.5rem; color: #666; transition: all 0.3s ease-in-out; font-weight: 700; position: relative;}
.all-depth3 a::before {content:''; display: block; height:100%; width:0; background-color: var(--color-main); position: absolute; top:0; left:0;transition: all 0.3s ease-in-out; z-index: -1;}
.all-depth3 a::after {content:''; display: block; width:1.6rem; height:100%; background: url('../images/common/ico_arrow01.png') no-repeat center/contain; position: absolute; right:2rem; top:0; opacity: 0; transition: all 0.3s ease-in-out;}



@media (hover: hover) and (pointer: fine) {
	.all-depth1:hover .all-depth3 a {color:#fff;}
	.all-depth1:hover .all-depth2 > ul > li:hover .all-depth3{border-color:var(--color-main)}
	.all-depth1:hover .all-depth3 a:hover {color:#fff;}
	.all-depth1:hover .all-depth3 a:hover::before {width:100%;}
	.all-depth1:hover .all-depth3 a:hover::after {opacity: 1; right:1rem; transition-delay: 0.2s;}
	
}

/* dim */
.gnb-dim { opacity: 0; position: fixed; inset: 0; z-index: 1000; background-color: var(--color-black-a6); transition: opacity .3s; pointer-events: none; } 
:is(.is-hover, .is-menu) .gnb-dim { opacity: 1; } 
.is-menu .gnb-dim {-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px); background-color: var(--color-black-a7);}

/*
@media (hover: hover) and (pointer: fine) {
.is-menu .util-allmenu-btn:hover span { width: 18px; } 
}
*/

@media (max-width: 1440px) {
	.all-depth1 {padding: calc(var(--header-height) + 2rem) 1rem 2rem 1rem;}
	.all-depth1-btn {font-size:2.8rem;}
	
}

@media (max-width: 1280px) { 
	
	
}
@media (max-width: 1024px) {
	
}
@media (max-width: 1024px) {
	.allmenu {transform: translate(100%, 0%);}
	.is-menu .allmenu {transform: translate(0%, 0%);}

	.allmenu-cont {padding-bottom:8rem;}
	.allmenu-cont::-webkit-scrollbar { width: 0; } 
	.allmenu-list { display: block;  margin-top:calc(var(--header-height)); height:auto; border-top:1px solid var(--color-main);}
	.all-depth1 { padding: 0; border-right:0; transition:background-color 0.5s ease-in-out} 
	.all-depth1::before {display: none;}

	.all-depth1.is-actvie {background-color: var(--color-main);}
	
	.all-depth1-btn { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 1.5rem max(3%, 12px); margin: 0; border-bottom: 1px solid var(--color-main); cursor: pointer;  transition:all 0.3s ease-in-out; font-size:max(2.2rem, 16px); font-weight: 700;} 
	.all-depth1-btn::after { flex-shrink: 0; width: 1.8rem; height: 1rem; background-image: url(../images/common/chevron_w18.svg); content: ''; transition: .3s; background-size: contain; } 
	

	.all-depth1-btn.on {background-color: var(--color-white-a2);}

	.all-depth1-btn.on::after { transform: rotate(180deg); } 


	.all-depth2 { display: none; padding: 0.8em 0; background-color: var(--color-black-a1); } 
	.all-depth2-btn { padding: 0.6em max(4%, 16px); font-size:max(1.9rem, 15px); color:var(--color-white-a6);} 

	.all-depth1:nth-child(2) .all-depth2 > ul{ display: block;} 
	.all-depth1:nth-child(2) .all-depth2 > ul > li {width: 100%; display: block;}
	.all-depth1:nth-child(2) .all-depth2-btn { width:100%;}
	.all-depth1:nth-child(2) .all-depth2-btn {color:var(--color-white-a6);}



	.all-depth3 {border:0;}
	.all-depth3 ul {display: flex; flex-wrap: wrap; background-color: var(--color-black-a2); margin:0 max(4%, 16px); padding:1rem; border-radius: 1rem;}
	.all-depth3 ul li {flex:1 1 50%;}
	
	.all-depth3 a {font-size:max(1.7rem, 13px); font-weight: 700; width: 100%; color:var(--color-white-a4);}
	
	
}

@media (max-width: 576px) { 
	.header {--allmenu-img-width: 0px;}
	.allmenu { transform: none; } 
	.is-menu .allmenu { transform: none;} 
	
} 
@media (max-width: 480px) { 
}
/* HEADER ============================================== */
/* ===================================================== */


/* ===================================================== */
/* FOOTER ============================================== */
.footer {position: relative; color:#767676; letter-spacing: 0.05em;  font-size:max(1.6rem, 13px); background: url('../images/common/footer_bg.png') no-repeat right bottom/cover; border-top:1px solid #efefef; padding:12rem 0 0;}
.body-main .footer {border-top:none;}

.footer-wrap {display: flex; flex-wrap: wrap;}
.footer-wrap .footer-cols {flex-basis: 50%;}


.footer-logo {position: relative;}



.footer-contact { display: flex; flex-wrap: wrap; gap: 1.5rem 4rem; font-weight: 700; margin:3rem 0 0 0;} 
.footer-contact .item { display: flex; align-items: flex-start; width:100%;}
.footer-contact .item dt {flex-shrink: 0; width:10rem; position: relative; font-size:max(1.4rem, 12px);}
.footer-contact .item dd {flex-grow: 1; color:#222;}
.footer-contact a {transition: 0.3s;}
.footer-contact a:hover {color:var(--color-main);}


.footer-copy {font-size:max(1.2rem, 11px); font-weight:700; text-transform: uppercase; text-align: justify; line-height: 1.2; padding:6rem 0 4rem; width: 100%;}
.footer-copy.mo {display: none;}
.footer-copy::after {content: '';display: inline-block; width: 100%;}
.footer-copy strong {color:#222; font-weight: 900;}





.footer-menu { display: flex; align-items: center; margin-top:3rem;} 
.footer-menu .item a { padding: 1.5rem 3rem; color:#222; font-weight: 700; display: flex; align-items: center; justify-content: center; text-align: center; height:100%; border:1px solid #b4b4b4; background-color: transparent; transition: 0.3s;}
.footer-menu .item a:hover {color:#fff;  background-color: var(--color-main); border-color:var(--color-main);}
.footer-menu .item + .item {margin-left:-1px;}


/* 탑버튼 */
.top-btn { display: flex; align-items: center; justify-content: center; width:7rem; height:7rem; position: absolute; z-index: 1;  transition: all 0.3s ease-in-out; background-color: var(--color-main); border-radius: 50%; bottom:4rem; right:var(--outer-padding);}
.top-btn::before {content: ''; display: block; width:100%; height:100%; background: url('../images/common/ico_top.png') no-repeat center/contain; top:0; left:0; position: absolute;}
@keyframes top-btn {
	33% { transform: translateY(3px); } 
	66% { transform: translateY(-6px); } 
}

@media (hover: hover) and (pointer: fine) {
	.top-btn:hover {background-color: #222;}
	.top-btn:hover::before { animation: top-btn 1.5s infinite linear; }
}

@media (max-width: 1600px) { 
	.top-btn {bottom:12rem;}
}


@media (max-width: 1024px) {
	.footer {padding-top:10rem;}
	.footer-wrap {column-gap: 4rem;}
	.footer-wrap .footer-cols {flex-basis: auto;}
	.footer-wrap .footer-cols:nth-child(1) {width:25%;}
	.footer-wrap .footer-cols:nth-child(2) {width:calc(75% - 4rem);}
	
} 
@media (max-width: 768px) {
	.footer-wrap {gap:0;}
	.footer-wrap .footer-cols:nth-child(1) {width: 100%; text-align: center;}
	.footer-wrap .footer-cols:nth-child(2) {width:100%; margin-top:6rem;}


	.footer-logo img {max-width: 35%;}
	.footer-name img {max-width: 20%;}
	.footer-contact {margin-top:2rem;}
	
	.footer-copy {display: none; text-align: center;}
	.footer-copy.mo {display: block;}
	.footer-menu {justify-content: center; margin-top:6rem;}

	.top-btn {top:2rem; width:6rem; height:6rem;}
}


@media (max-width: 480px) {

	.footer-logo img {max-width: 50%;}
	.footer-name img {max-width: 40%;}

	.footer-menu .item{width:50%;}
	.footer-menu .item a {padding:1.5rem; font-size:12px;}

} 
/* FOOTER ============================================== */
/* ===================================================== */






/* ===================================================== */
/* SUB-LAYOUT ========================================== */
.body-sub {--sub-tab-height: 7rem;}
/* SUV-VISUAL */
.sub-visual {position: relative; height:50rem;  display: flex; align-items: center; transition: 0.5s ease-in-out;}
.sub-visual-bg {overflow: hidden; position: absolute; width:0; transition: 1s ease-in-out; transition-property: inset, border-radius;animation: sub-visual-wrap 1s ease-in-out both; opacity: 0;  top:50%; left:50%; transform: translate(-50%, -50%); height:100%;}
/*body.is-active .sub-visual-bg {inset:0;border-radius: 1.5rem; transition-duration: 0.5s;}*/
@keyframes sub-visual-wrap { 
	to{ opacity: 1;width:100%;}
}


.sub-visual-bg span { position: absolute; inset: 0; background: #444 no-repeat center/cover; transform: scale(1.1); animation: sub-visual 5s linear both 0.5s; } 
@keyframes sub-visual { to { transform: scale(1); } } 
.sub-visual-bg::after { position: absolute; inset: 0; background-color: var(--color-black-a6); content: ''; display: none;} 

.sub-visual .sub-visual-bg span {background-image: url('../images/common/sub_visual01.jpg');}
.sub-visual.nth-1 .sub-visual-bg span {background-image: url('../images/common/sub_visual01.jpg');}
.sub-visual.nth-2 .sub-visual-bg span {background-image: url('../images/common/sub_visual02.jpg');}
.sub-visual.nth-3 .sub-visual-bg span {background-image: url('../images/common/sub_visual03.jpg');}
.sub-visual.nth-4 .sub-visual-bg span {background-image: url('../images/common/sub_visual04.jpg');}
.sub-visual.nth-5 .sub-visual-bg span {background-image: url('../images/common/sub_visual05.jpg');}



.sub-visual-txt { padding: 0; margin:0 var(--inner-padding); width:100%; text-align: center; z-index:1;}
.sub-visual-tit { margin-bottom: 1rem; font-weight: 700; font-size: 5rem; letter-spacing: 0.05em; color:#fff; animation: clip-center 1.5s linear both 0.7s;}
.sub-visual-type {font-size:1.5rem; font-weight: 700; color:#0094d9; animation: fade-in 0.5s linear both 0.7s;}





@media (max-width: 480px) { 
	.sub-visual-tit {font-size:4.4rem;}
}



/* SUB-TAB */
.sub-tab { position: relative; z-index: 50; height: var(--sub-tab-height); margin: 0; transition: all 0.5s ease-in-out; font-size:0; border-bottom:1px solid #ededed;}
.sub-tab-wrap {display: flex; align-items: center;  position: relative; z-index: 1; height: 100%;transition: all 0.5s ease-in-out; margin:0 var(--inner-padding); padding-left:4.5%;}
.sub-tab-wrap::before {content:''; display: block; width:10.7%; height:275%; position: absolute; bottom:-47%; left:-2%; background: url('../images/common/lnb_bg01.png') no-repeat center bottom/contain;}
.sub-tab.aos-animate .sub-tab-wrap::before {animation:blur-zoom-in 0.8s linear 0.5s;}

.sub-tab-home {display: flex; width:var(--sub-tab-height); height:100%; align-items: center; justify-content: center; position: relative; z-index: 1; transition: all 0.3s ease-in-out; flex-shrink: 0;}
.sub-tab-home span { display: block; position: relative; height:3rem; width:3rem; margin-top:-1px; background-color: #000; mask: url('../images/common/ico_home.svg') no-repeat right top/contain; -webkit-mask: url('../images/common/ico_home.svg') no-repeat right top/contain; transition: all 0.3s ease-in-out; }

.sub-tab-home:hover span {background-color: var(--color-main);}


.sub-tab-btn { display: none; position: relative; z-index: 5; width: 100%; height: 100%; background-color: transparent;} 
.sub-tab-list { height: 100%; }

.sub-tab-list ul { display: flex; overflow-x: auto; height:100%; column-gap: 4rem;} 
.sub-tab-list ul::-webkit-scrollbar {height: 6px; background-color: #fff;}
.sub-tab-list ul::-webkit-scrollbar-thumb {border: 1px solid transparent; background-color: var(--color-main); background-clip: content-box;}
.sub-tab-list li { flex: 1; } 
.sub-tab-list li a { display: flex; justify-content: center; align-items: center; height: 100%; padding: 0 0rem; background-color:transparent; text-align: center;  white-space: nowrap; font-size:1.7rem; font-weight: 700; transition: all 0.3s ease-in-out;  color:#aaa;}
.sub-tab-list li.on a {color:#000; font-weight: 700; border-bottom:3px solid var(--color-main);}


@media (max-width: 1440px) {
	.sub-tab-wrap {padding-left:6%;}
}
@media (max-width: 1280px) {
	.sub-tab-wrap::before {bottom: -45%;}
}
@media (max-width: 1024px) {
	.sub-tab-wrap::before {width: 12%; bottom: -38%;}
}

@media (max-width: 768px) { 
	.body-sub { --sub-tab-height: 5.6rem; }
	.sub-tab-wrap {margin:0; padding:0;}
	
	.sub-tab.is-active .sub-tab-wrap {background-color: var(--color-main);}

	.sub-tab-home span,
	.sub-tab-home:hover span {background:none;}


	.sub-tab-btn { display: block; padding: 0 var(--sub-tab-height) 0 0; color: #000; font-weight: 700; font-size:max(1.7rem, 16px); } 
	.sub-tab-btn::before { position: absolute; top: 50%; right: 2rem; width: 13px; height: 8px; background-color: #000; mask-image: url(../images/common/chevron_w13.svg); -webkit-mask-image: url(../images/common/chevron_w13.svg); content: ''; transform: translateY(-50%); transition: .3s;} 
	.sub-tab.is-active .sub-tab-btn {color:#fff;}
	.sub-tab.is-active .sub-tab-btn::before {background-color:#fff; transform: translateY(-50%) rotate(180deg); } 

	.sub-tab-list { display: none; position: absolute; top: calc(100% + 1px); left: 0; height: auto; box-shadow: 0 0 2rem var(--color-black-a2); background-color: #fff;border-radius: 0.5rem; overflow: hidden; width:100%;} 
	.sub-tab-list ul { flex-direction: column; height: auto; } 
	.sub-tab-list li a { padding: 1.5rem 1rem; color:#222; font-size:max(1.7rem, 16px); border-bottom:1px solid #e1e1e1;}
	.sub-tab-list li.on a {  font-weight: 600; border-radius: 0; border-bottom:1px solid #e1e1e1;} 

	.sub-tab-list li a span{display: inline; padding:0.2rem 0.5rem;}
	.sub-tab-list li.on a span{background: linear-gradient(to bottom, transparent 60%, rgba(0, 123, 195, 0.3) 60%);display: inline;}
}
@media (max-width: 640px) { 
	.sub-tab-wrap::before {width: 10rem; height:12.7rem; bottom: -38%;}
}

@media (hover: hover) and (pointer: fine) {
	.sub-tab-list li a:hover { color:var(--color-main);}
}



/* SUB-CONTENT */
.sub-content {padding-top:7rem;}
.sub-content-tit h3 { padding: 6rem 0; font-weight: 700; font-size: 4rem; text-align: center; color: #222; } 
.sub-content-wrap::after {display: block; visibility: hidden; width: 100%; height: 1px; content: ''; margin-bottom: -1px;}



/* SUB-CONTENT-TAB */
.sub-content-tab { overflow-x: auto; padding: 0 var(--inner-padding); margin-bottom: 7rem; text-align: center;}
.sub-content-tab:not(:has(li)) { display: none; }
.sub-content-tab::-webkit-scrollbar {height: 6px; background-color: #fff;}
.sub-content-tab::-webkit-scrollbar-thumb {border: 1px solid transparent; background-color: var(--color-main); background-clip: content-box;}
.sub-content-tab ul {display: flex; gap: 1px;  padding: 1px; margin: 0 auto;}
.sub-content-tab li {outline: 1px solid var(--color-main); flex:1 1;}
.sub-content-tab li.on {z-index: 5; outline-color: var(--color-main);}
.sub-content-tab li a { padding: 1rem 1rem; font-size: max(1.6rem, 15px); transition: .3s;font-weight:700; color:#222; display: flex; width:100%; text-align: center; justify-content: center; height: 100%; align-items: center; line-height: 1.1;}
.sub-content-tab li.on a { background-color: var(--color-main); color: #fff; }

@media (hover: hover) and (pointer: fine) {
	.sub-content-tab li:not(.on) a:hover {color: var(--color-main); text-shadow: 0 0 0.04em var(--color-main);}
}
@media (max-width: 1280px) {
	

}
@media (max-width: 768px) {
	
}
@media (max-width: 480px) {
	.sub-content-tab ul { flex-direction: column; width: 100%;}
}
/* SUB-LAYOUT ========================================== */
/* ===================================================== */


/* ===================================================== */
/* MODAL =============================================== */
#modal { z-index: 9999; position: relative; letter-spacing: -0.02em;}
.modal-item { display: flex;visibility: hidden; opacity: 0; position: fixed; inset: 0; background-color: var(--color-black-a6); transition: .3s, margin 0s;}
.is-open .modal-item {margin-right: var(--scroll-width);}
.modal-item.on {visibility: visible; opacity: 1;}
.modal-inner {display: grid; grid-template-rows: auto 1fr; width: 90%; padding: 2.5rem; margin: auto; background-color: #fff; max-width: 700px;}
.modal-top {display: flex; justify-content: space-between; padding-bottom: 0.8em; margin-bottom: 1em; border-bottom: 2px solid #333; font-size: 2.4rem; line-height: 1; align-items: center; column-gap: 0.5em;}
.modal-tit { font-weight: 700; color: #333;white-space: nowrap;}
.modal-close { flex-shrink: 0; width: 2rem; aspect-ratio: 1 / 1; }
.modal-close::before { display: block; height: 100%; background: url(../images/common/ico_close.svg) no-repeat center/contain;content: '';}
.modal-cont { overflow: hidden auto; max-height: 50vh; padding: 4%; border: 1px solid #eee; overscroll-behavior: contain;}
.modal-cont::-webkit-scrollbar {width: calc(1rem - 3px); background-color: #eee;}
.modal-cont::-webkit-scrollbar-thumb { min-height: 30%; background-color: var(--color-main);}

/* 개인정보처리방침 */
.privacy {font-size: calc(9px + 0.6rem); line-height: 1.6; padding: 1.5em 0 2em;}
.privacy a {display: inline;}
.privacy h4 { padding-top: 1em;font-weight: 500; font-size: calc(1em + 1px); color: #444;}
.privacy-header { margin-bottom: 1em; font-weight: 600; font-size: calc(1em + 1px);color: #333;}
.privacy-inner {padding: 0.6em 0.6em 0.8em;}
.privacy-comment {padding-top: 1em;}

/* 이메일무단수집거부 */
.refusal-mail {font-size: calc(10px + 0.6rem); padding: 1.8em 0 2em; text-align: center; font-weight: 500;}
.refusal-mail h4 {font-size: 1.75em; color: #333; margin-bottom: 0.4em; font-weight: 700;}
.refusal-mail h5 {font-size: 1.25em; color: #444;}
.refusal-mail h5::after {display: block; width: 1em; height: 2px; background-color: #333; content: ''; margin: 1em auto;}
.refusal-mail p { line-height: 1.7;}
@media (max-width: 576px) {
	.refusal-mail h4 {font-size: calc(2.2vw + 12px);}
	.refusal-mail h5 {font-size: 1.2em;}
	.refusal-mail p br {display: none;}
}
/* MODAL =============================================== */




/*현재위치표시 추가 20250825*/
.page-location {display: flex; justify-content: center; align-items: center; margin-bottom:1rem; gap:1rem;}
.page-location .item {position: relative; font-size:13px; color:var(--color-white-a5); display: flex; gap:1rem; align-items: center;}
.page-location .item::before {content:''; display: block; width:8px; height:8px; border:solid var(--color-white-a5); border-width: 1px 1px 0 0; transform: rotate(45deg); margin-top:-2px;}
.page-location .item:last-child{font-weight: 700; color:var(--color-main);}


.page-location .item.home { height:1.4rem; width:1.4rem; margin-top:-4px; background-color: var(--color-main); mask: url('../images/common/ico_home01.svg') no-repeat right top/contain; -webkit-mask: url('../images/common/ico_home01.svg') no-repeat right top/contain; font-size:0; text-indent: -9999px;}
.page-location .item.home::before {display: none;}