@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");


/* ===================================================== */
/* 기본 스타일 ========================================== */
:root {
	--color-main: #336f99;
	--color-sub: #073c6b;
	--color-sub02: #296daa;
	--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-a4: rgba(255, 255, 255, 0.4);
	--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-a4: rgba(0, 0, 0, 0.4);
	--color-black-a6: rgba(0, 0, 0, 0.6);
	--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-pretendard: Pretendard, Roboto, "Noto Sans KR", 'Malgun Gothic','돋움', dotum, sans-serif;
	--font-montserrat: 'Montserrat', Pretendard, Roboto, "Noto Sans KR", 'Malgun Gothic','돋움', dotum, sans-serif;
	font-size: 10px;
}
html::-webkit-scrollbar {width: 8px; background-color: #eee;}
html::-webkit-scrollbar-thumb {background-color: #444;}
body {--header-height: 100px; font: 16px/1.2 Pretendard, Roboto, "Noto Sans KR", 'Malgun Gothic','돋움', dotum, sans-serif; color: #666;}
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: 80px; } 
}
@media (max-width: 768px) {	
	:root {font-size: 8px;} 
	body {--header-height: 70px; } 
}
@media (max-width: 480px) {	:root {font-size: 7px;} }
@media (max-width: 360px) {	:root {--inner-padding: 15px;} }
/* 기본 스타일 ========================================== */
/* ===================================================== */


/* ===================================================== */
/* HEADER ============================================== */
.header {--allmenu-gap: 5%; --allmenu-img-width: 20%; position: absolute; inset: 0 0 auto; z-index: 1000; } 
.header-inner { display: flex; justify-content: end; align-items: center; position: fixed; inset: 0 0 auto; z-index: 1100; height: var(--header-height); padding: 0 var(--outer-padding); transition: .3s, padding 0s; } 
.header-inner::before { position: absolute; inset: 0; background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) no-repeat right bottom/100% 1px; content: ''; transition: .3s, background-size .5s; opacity: 0.1;} 
:is(.is-hover, .is-fix):not(.is-menu) .header-inner::before {background-image: linear-gradient(to left, #eee, #eee); border-bottom: 1px solid #aaa;} 

:is(.is-fix):not(.is-hover, .is-open) .header-inner {background-color: #fff;}

.header-logo { position: absolute; left: var(--outer-padding); width: 20rem; transition: left .5s;} 
.header.color01 #header-logo-white, 
.is-hover .header.color01 #header-logo, 
:is(.active-slide, .is-fix):not(.is-hover, .is-open) #header-logo-white,
:is(.is-open, .is-menu) .header.color01 #header-logo { opacity: 0; transition: opacity .5s;} 
.header-logo #header-logo { opacity: 0; position: absolute; inset: 0; object-fit: contain; transition: opacity .5s;} 
.header.color01 #header-logo, 
.is-hover .header.color01 #header-logo-white, 
:is(.active-slide, .is-fix):not(.is-hover, .is-open) #header-logo,
:is(.is-open, .is-menu) .header.color01 #header-logo-white { opacity: 1; } 


/* GNB */
.gnb { transition: opacity .3s; flex-grow: 1;} 
.gnb-wrap { display: flex; justify-content: center; } 
.depth1 { position: relative;} 
.depth1 > a { padding: 0 2.5rem; line-height: var(--header-height); transition: all 0.3s ease-in-out;} 
.depth1 > a span {display: inline-block; color: #fff; white-space: nowrap; font-size: 20px; font-weight: 800; transition: all 0.3s ease-in-out; display: inline-block; position: relative;}
.depth1 > a span::after {display: block; content: ''; width: 0; height: 2px; background: #438bbe; position: absolute; bottom: 0; left: 0; transform: translateY(1px); transition: all 0.3s ease-in-out;}

.depth2 {visibility: hidden; opacity: 0; position: absolute; top: var(--header-height); padding: 3.5rem 0 6.5rem; left:0; min-width: 100%; transition: all 0.1s ease-in-out;}
.depth2 ul {display: flex; justify-content: center; flex-direction:column; padding-left: 1.5rem;}
.depth2 a {display: block; margin: 2.5px 0; padding: 5px 3.5rem; border-radius: 40px; transition: all 0.3s ease-in-out; font-weight: 700; font-size: 16px;}
.depth2 span {display: inline-block; white-space: nowrap; color: #fff; position: relative;}

.is-hover .depth1 > a {padding: 0 5rem;}
.depth1:hover > a span { color: #438bbe; } 
.is-hover .depth2 {visibility: visible; opacity: 1;transition: all 0.5s ease-in-out;}
.depth2 a:hover span {color: #438bbe;}

.header.color01 .depth1 > a span,
:is(.is-fix):not(.is-hover) .depth1 > a span { color: #222; }
.is-hover .header.color01 .depth1 > a span {color: #fff;}
.depth1:hover > a span::after {width: 100%;}
.header.color01 .depth1:hover > a span { color: #438bbe; } 

.gnb.is-allmenu {display: none;}

/* 유틸 */
.header-util { display: flex; align-items: center; column-gap: 3rem; position: absolute; top: 50%; left: calc(100% - var(--outer-padding)); transform: translate(-100%, -50%);} 

/* 언어선택 버튼 */
.util-lang-list {display: flex;}
.util-lang-list li+li {position: relative;}
.util-lang-list li+li::after {display: block; content: ''; width: 1px; height: 10px; background: rgba(255, 255, 255, 0.2); position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.util-lang-list a {display: block; padding: 5px 15px; font-family: var(--font-montserrat); font-size: 14px; font-weight: 700; color: #fff;}

.header.color01 .util-lang-list a,
:is(.is-fix):not(.is-open, .is-menu) .util-lang-list a {color: #222;}
.is-hover .header.color01 .util-lang-list a,
:is(.is-open, .is-menu) .header.color01 .util-lang-list a {color: #fff;}
.header.color01 .util-lang-list li+li::after,
:is(.is-fix):not(.is-open, .is-menu) .util-lang-list li+li::after {background: rgba(0, 0, 0, 0.2);}
.is-hover .header.color01 .util-lang-list li+li::after,
:is(.is-open, .is-menu) .header.color01 .util-lang-list li+li::after {background: rgba(255, 255, 255, 0.2);}

.util-lang-list li.on a span { font-weight: 700; color: var(--color-main); }
.util-lang-list li:not(.on) a:hover span { background-size: 100% 1px; color: var(--color-main); } 

/* .util-lang { position: relative; font-size: 15px; } 
.util-lang-btn { width: 24px; height: 24px; background: url(../images/common/ico_lang.svg) no-repeat center; transition: all .3s; } 
.util-lang-list { display: none; position: absolute; top: calc(100% + 10px); left: 50%; padding: 0.4em 0; background-color: #fff; box-shadow: 0 0 1.5em var(--color-black-a1); color: #444; transform: translateX(-50%);} 
.util-lang-list a { padding: 0.4em 1em; } 
.util-lang-list a span { background: linear-gradient(to top, var(--color-main), var(--color-main)) no-repeat center bottom/0 1px; transition: all .3s; } 
.util-lang-list li.on a span { font-weight: 700; color: var(--color-main); } 
.util-lang-list li:not(.on) a:hover span { background-size: 100% 1px; color: var(--color-main); } 
:is(.is-hover, .is-fix, .is-menu) .util-lang-btn { background-image: url(../images/common/ico_lang_on.svg); }  */


/* 전체메뉴 버튼 */
.util-allmenu-btn { position: relative; width: 50px; height: 14px; } 
.util-allmenu-btn span { position: absolute; top: 10px; left: 0; width: 100%; height: 2px; border-radius: 3px; background-color: #fff; transition: .3s; } 
.util-allmenu-btn span:nth-child(1) { transform: translateY(-8px); } 
.util-allmenu-btn:hover span { width: 42px; } 

.header.color01 .util-allmenu-btn span,
:is(.is-fix):not(.is-open, .is-menu) .util-allmenu-btn span {background-color: #222;}
.is-hover .header.color01 .util-allmenu-btn span,
:is(.is-open, .is-menu) .header.color01 .util-allmenu-btn span {background-color: #fff !important;}

.is-menu .util-allmenu-btn span {transform: rotate(45deg) translate(-3px, -3px); } 
.is-menu .util-allmenu-btn span:nth-child(2) {transform: rotate(-45deg) translate(3px, -3px); }
.is-menu .util-allmenu-btn:hover span { width: 50px; } 

/* 전체메뉴 */
.allmenu { display: flex; visibility: hidden; opacity: 0; position: fixed; width: calc(100% + var(--scroll-width)); height: 100%; padding-right: var(--scroll-width); background: var(--color-sub) url(../images/common/allmenu_bg01.png) no-repeat right bottom; background-blend-mode: screen; transform: translateX(calc(-1 * (var(--allmenu-img-width) + var(--allmenu-gap)))); transition: .5s, padding-right 0s, width 0s; } 
.allmenu-wrap {flex-grow: 1; padding-left: var(--outer-padding);}
.allmenu-cont { visibility: hidden; overflow: hidden auto; opacity: 0; height: 100%; height: calc(100% - var(--header-height)); margin-top: var(--header-height); transition: .3s;} 
.allmenu-cont::-webkit-scrollbar { width: 6px; } 
.allmenu-cont::-webkit-scrollbar-thumb { background-color: var(--color-main); } 
.allmenu-list { display: flex; flex-wrap: wrap; padding: calc(5rem + 4vh) 0 calc(3rem + 6vh); } 
.is-menu .allmenu { visibility: visible; opacity: 1; width: 100%; transform: translateX(0);} 
.is-menu .allmenu-cont { visibility: visible; opacity: 1; transition: .6s ease-out .2s; } 

.all-depth1 { flex: 1; padding: 1rem 6rem;} 
.all-depth1+.all-depth1 {border-left: 1px solid rgba(255, 255, 255, 0.1);}
.all-depth1-btn {margin-bottom: 3rem; font-size: 3.6rem; font-weight: 700; color: #fff;} 
.all-depth1-btn span {position: relative;}
.all-depth1-btn span::after {display: block; content: ''; width: 0; height: 0; background: url(../images/main/visual-tit_logo.png) no-repeat center / contain; position: absolute; top: -20px; right: -20px; transform: translate(50%, -50%); transition: all 0.3s ease-in-out;}
.all-depth1-btn span::before {display: block; content: ''; width: 0; height: 0; background: url(../images/main/visual-tit_logo-text.png) no-repeat center / contain; position: absolute; top: -20px; right: -20px; transform: translate(50%, -50%); animation: is-all-any 20s linear infinite; transition: all 0.3s ease-in-out;}
@keyframes is-all-any {
	100% {transform: translate(50%, -50%) rotate(-360deg);}
  }
.all-depth1:hover .all-depth1-btn span::after {width: 50px; height: 50px;}
.all-depth1:hover .all-depth1-btn span::before {width: 70px; height: 70px;}
.all-depth2 {font-size: 24px; font-weight: 500; color: rgba(255, 255, 255, 0.6);} 
.all-depth2-btn { padding: 0.6em 0; } 
.all-depth2-btn:hover {color: #fff;}
.all-depth3 {padding-bottom: 1em;}
.all-depth3:not(:has(li)) {display: none;}
.all-depth3 a {display: flex; padding: 2px 0; font-size: 18px; font-weight: 400; color: rgba(255, 255, 255, 0.6); transition: all 0.3s ease-in-out;}
.all-depth3 a::before { margin-right: 0.3em; content: '-'; }
.all-depth3 a:hover {color: #fff; transform: translateX(5px);}

/* dim */
.gnb-dim { opacity: 0; position: fixed; inset: 0; z-index: 1000; background-color: var(--color-black-a8); transition: opacity .3s; pointer-events: none; } 
:is(.is-hover):not(.is-menu) .gnb-dim { opacity: 1; } 

@media (hover: hover) and (pointer: fine) {
	
}
@media (max-width: 1620px) {
	.all-depth1 {padding: 1rem 4rem;}
}
@media (max-width: 1440px) {
	.all-depth1-btn {font-size: 30px; margin-bottom: 2rem;}
	.all-depth2 {font-size: 20px;}
	.all-depth3 {padding: 10px 0;}
	.all-depth3 a {font-size: 16px;}
}
@media (max-width: 1280px) { 
	.header-logo {width: 15rem;}
	
	.depth1 > a span {font-size: 18px;}
	.is-hover .depth1 > a {padding: 0 4.5rem;}
	.depth2 a {padding: 5px 2.5rem; font-size: 15px;}

	.header-util {column-gap: 1rem;}
	.util-lang-list a {padding: 5px;}
	.util-allmenu-btn {width: 30px;}

	.all-depth1 {padding: 1rem 2rem;}
}
@media (max-width: 1024px) {
	.gnb { display: none; } 
	.allmenu-list { display: grid; grid-template-columns: repeat(3, 1fr); } 
	.all-depth2 { font-size: 16px; } 

	.header {--allmenu-gap: var(--inner-padding); --allmenu-img-width: 120px; }
	.allmenu-wrap {padding-right: var(--inner-padding);}
	.allmenu-cont::-webkit-scrollbar { width: 0; } 
	.allmenu-list { display: block; } 
	.all-depth1 { padding: 0; } 
	.all-depth1+.all-depth1 {border-left: 0;}
	.all-depth1-btn {font-size: 28px; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 2.4rem max(3%, 12px); margin: 0; border-bottom: 1px solid var(--color-main); cursor: pointer; } 
	.all-depth1-btn::after { flex-shrink: 0; width: 18px; height: 10px; background-image: url(../images/common/chevron_w18.svg); content: ''; transition: .3s; } 
	.all-depth1-btn.on::after { transform: rotate(180deg); } 
	.all-depth2 { display: none; padding: 0.8em 0; background-color: var(--color-black-a05); } 
	.all-depth2-btn { padding: 0.6em max(4%, 16px); } 
	.all-depth3 a { padding-left: max(4%, 16px);}

	.all-depth1:hover .all-depth1-btn span::after {width: 30px; height: 30px; top: 50%; transform: translate(100%, -50%);}
	.all-depth1:hover .all-depth1-btn span::before {width: 50px; height: 50px; top: 50%; right: -10px; transform: translate(100%, -50%);}
	@keyframes is-all-any {
		100% {transform: translate(100%, -50%) rotate(-360deg);}
	  }
}
@media (max-width: 576px) { 
	.header {--allmenu-img-width: 0px;}
	.allmenu { transform: none; } 
	.is-menu .allmenu { transform: none;} 

	.all-depth1-btn {font-size: 24px;}
} 
@media (max-width: 480px) { 
}
/* HEADER ============================================== */
/* ===================================================== */


/* ===================================================== */
/* FOOTER ============================================== */
.footer { padding: 12.5rem 0; background: url(../images/common/footer_bg.jpg) no-repeat center / cover; color: #fff; position: relative;}
.footer .inner {display: flex; justify-content: space-between;} 

.footer-menu { display: flex; justify-content: end; align-items: center; } 
.footer-menu .item { display: flex; align-items: center; width: 50%;} 
.footer-menu .item a {display: block; width: 100%; text-align: center; padding: 1rem; font-size: 15px; font-weight: 800; letter-spacing: 0.015em; color: #fff; background: #336f99; transition: all 0.3s ease-in-out;} 
.footer-menu .item+.item a {background: #073c6b;}
.footer-menu .item:hover a {background: #30809d;}

.footer-contact { display: flex; flex-wrap: wrap; gap: 10px 3%; width: 60%; font-size: 16px; font-weight: 600; color: rgba(255, 255, 255, 0.7); letter-spacing: 0;} 
.footer-contact .item { display: flex; align-items: center; margin-right: 5rem;} 
.footer-contact .item dt {margin-right: 10px; font-weight: 500;}
.footer-contact .item.addr { width: 50%; } 

.footer-copy {font-size: 16px; font-weight: 500; color: rgba(255, 255, 255, 0.4); margin-top: 2rem;} 

/* 탑버튼 */
.top-btn { display: flex; width: 50px; height: 50px; margin-left: auto; background-color: var(--color-main); } 
.top-btn::before { width: 16px; height: 22px; margin: auto; background: url(../images/common/ico_top.svg) no-repeat center/contain; content: ''; }  
@keyframes top-btn {
	33% { transform: translateY(2px); } 
	66% { transform: translateY(-4px); } 
}

@media (hover: hover) and (pointer: fine) {
	.top-btn:hover::before { animation: top-btn 1.5s infinite linear; }
}
@media (max-width: 1280px) {
	.footer-contact .item {margin-right: 3rem;}
	.footer-contact .item.addr {width: auto;}
} 
@media (max-width: 1024px) { 
	.footer-contact,
	.footer-copy {font-size: 14px; font-weight: 400;}
} 
@media (max-width: 768px) { 
	.footer .inner {flex-direction: column;}
	.footer-contact {width: 100%;}
	.footer-contact .item {margin-right: 2rem;}

	.footer-menu-wrap {margin-top: 3rem;}
	.footer-menu .item a {font-size: 14px; font-weight: 600;}
} 
@media (max-width: 480px) { 
	.footer-contact .item {flex-wrap: wrap; margin-right: 0;}
	.footer-contact .item.addr dd {margin-top: 5px;}
	.footer-copy {font-size: 13px;}
} 
/* FOOTER ============================================== */
/* ===================================================== */


/* ===================================================== */
/* SUB-LAYOUT ========================================== */
.body-sub {--sub-tab-height: 50px;}
/* SUV-VISUAL */
.sub-visual {position: relative; height: calc(25rem + 300px); margin-bottom: -50px; } 
.sub-visual-bg { overflow: hidden; position: absolute; inset: 0;} 
.sub-visual-bg span { position: absolute; inset: 0; background: #444 no-repeat center/cover; transform: scale(1.1); animation: sub-visual 5s linear both; } 
@keyframes sub-visual { to { transform: scale(1); } } 
.sub-visual-bg::after { position: absolute; inset: 0; background-color: var(--color-black-a6); content: ''; } 
.sub-visual-txt {display: flex; flex-direction: column; font-size: 18px; font-weight: 600; letter-spacing: 0; height: 100%; height: 100%; padding: 200px 0 var(--sub-tab-height); text-align: center; color: #fff;} 
.sub-visual-tit { margin-bottom: 1rem; font-weight: 700; font-size: 4.8rem;} 


/* SUB-TAB */
.sub-tab { position: relative;  z-index: 50; height: var(--sub-tab-height); margin: 0 var(--inner-padding); color: #fff; text-align: center;
	/* position: sticky; top: var(--header-height); 탭 고정시 활성화 */ 
}
.sub-tab-btn {display: none; position: relative; z-index: 5; width: 100%; height: 100%; background-color: var(--color-main);} 
.sub-tab-list {display: inline-block; margin: 0 auto; transform: translateY(-17rem); position: relative;} 
.sub-tab-list ul { display: flex; justify-content: center; overflow-x: auto; min-height: var(--sub-tab-height); padding: 15px 0 15px 80px; position: relative;} 
.sub-tab-list::after {display: block; content: ''; width: 48px; height: 48px; background: url(../images/main/visual-tit_logo.png) no-repeat center / contain; position: absolute; top: 60%; left: 0; transform: translateY(-50%);}
.sub-tab-list::before {display: block; content: ''; width: 65px; height: 65px; background: url(../images/main/visual-tit_logo-text.png) no-repeat center / contain; position: absolute; top: 60%; left: -8.5px; transform: translateY(-50%); animation: is-tab-any 20s linear infinite;}
@keyframes is-tab-any {
	100% {transform: translateY(-50%) rotate(-360deg);}
  }
.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 {min-width: 18rem; margin-right: 1rem;} 
.sub-tab-list li a {line-height: var(--sub-tab-height); display: flex; align-items: center; height: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.25); font-size: 18px; font-weight: 700; color: rgba(255, 255, 255, 0.25); white-space: nowrap; } 
.sub-tab-list li.on a { color: #fff; border-color: #fff;} 


/* SUB-CONTENT */
.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: 10rem; text-align: center;}
.sub-content-tab:not(:has(li)) { display: none; }
.sub-content-tab::-webkit-scrollbar {height: 6px;}
.sub-content-tab::-webkit-scrollbar-thumb {border: 1px solid transparent; background-clip: content-box;}
.sub-content-tab ul {display: flex; width: fit-content; padding: 1px; margin: 0 auto;}
.sub-content-tab li.on {z-index: 5; }
.sub-content-tab li a {display: flex; justify-content: center; align-items: center; height: 100%; color: #222; min-width: 12em; padding: 1em 2em; font-size: calc(1rem + 8px); font-weight: 500; transition: .3s; border: 1px solid #ddd; border-right: 0;}
.sub-content-tab li:last-child a {border-right: 1px solid #ddd;}
.sub-content-tab li.on a {border-color: var(--color-main); background-color: var(--color-main); font-weight: 600; color: #fff; font-weight: 700;}
.sub-content-tab li:not(.on) a:hover {border-color: var(--color-main); background-color: var(--color-main); font-weight: 600; color: #fff; }
.sub-content-tab li.on+li a {border-left-color: var(--color-main);}
.sub-content-tab li.on+li:hover a {border-left-color: #ddd;}

@media (hover: hover) and (pointer: fine) {
}
@media (max-width: 1280px) {
	.body-sub { --sub-tab-height: 66px; } 
	.sub-visual {height: calc(25rem + 200px);}
	.sub-visual-txt {padding: 150px 0 0; font-size: 16px;}
	.sub-visual-tit {font-size: 4rem;}
	.sub-tab-list {transform: translateY(-100%);}

	.sub-tab-list li a {font-size: 16px; line-height: 50px;}
}
@media (max-width: 1024px) {
	.sub-tab-list {width: 100%;}
	.sub-tab-list li {min-width: 12rem; flex: 1;}
}
@media (max-width: 768px) {
	.sub-tab-btn { display: block; padding: 0 1em; } 
	.sub-tab-btn::before { position: absolute; top: 50%; right: 5%; width: 13px; height: 8px; background-color: #fff; 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::before { transform: translateY(-50%) rotate(180deg); } 
	.sub-tab-list { display: none; position: absolute; top: 100%; left: 0; height: auto; box-shadow: 0 0 3em var(--color-black-a1);} 

	.body-sub {--sub-tab-height: 62px;} 

	.sub-tab-list::after,
	.sub-tab-list::before {display: none;}
	.sub-tab-list {transform: translateY(0);}
	.sub-tab-list ul {padding: 0; flex-direction: column; height: auto; top: 1px;}
	.sub-tab-list li {margin-right: 0;}
	.sub-tab-list li a {color: #222; border-bottom: 1px solid #ccc; padding: 1.2em 1em; background: #fff; line-height: 1.2;}
	.sub-tab-list li:last-child a {border-bottom: 0;}
	.sub-tab-list li.on a {background: var(--color-sub02);}

	.sub-content-tab ul {width: 100%;}
	.sub-content-tab li {flex: 1;}
	.sub-content-tab li a {padding: 2rem 1rem; min-width: 1px;}
}
@media (max-width: 480px) {
	.body-sub { --sub-tab-height: 58px; } 
	.sub-content-tab ul { flex-direction: column; width: 100%;}
	.sub-content-tab li a {border: 1px solid #ddd; border-bottom: 0;}
	.sub-content-tab li:last-child a {border-bottom: 1px solid #ddd;}
	.sub-content-tab li.on+li a {border-top-color: var(--color-main); border-left-color: #ddd;}
	.sub-content-tab li.on+li:hover a {border-top-color: #ddd; border-left-color: var(--color-main);}
}
/* 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-a4); 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 =============================================== */