@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");
@font-face {
    font-family: 'ROEHOE-CHAN';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/ROEHOE-CHAN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Father_loveletter';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/naverfont_03@1.0/Father_loveletter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ===================================================== */
/* 기본 스타일 ========================================== */
:root {
	--color-main: #e60012;
	--color-sub: ;
	--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: 65px; font: 16px/1.2 Pretendard, Roboto, "Noto Sans KR", 'Malgun Gothic','돋움', dotum, sans-serif; letter-spacing: -0.025em; color: #666;}

.is-open {overflow: hidden !important; padding-right: var(--scroll-width) !important;}
.inner {position: relative; margin: 0 var(--inner-padding);}

.col1 { color: var(--color-main); }
.col2 { color: #222; }

/* 글머리 기호 */
[class|="mark"] { display: flex; } 
[class|="mark"] + [class|="mark"] { margin-top: 0.4em; } 
[class|="mark"]::before { flex-shrink: 0; margin-right: 0.5em; content: "";} 

@media (max-width: 1280px) { 
	:root {font-size: 9px;} 
	body {--header-height: 80px; } 
}
@media (max-width: 768px) {	
	:root {font-size: 8px;} 
	body, .is-fix {--header-height: 70px; } 
}
@media (max-width: 480px) {	:root {font-size: 7px;} body, .is-fix {--header-height: 50px; } }
@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: center; align-items: center; position: fixed; inset: 2.7rem 0 auto; z-index: 1100; height: var(--header-height); margin: 0 var(--outer-padding); transition: .3s, padding 0s; } 
.header-inner::before { position: absolute; inset: 0; background: #fff no-repeat right bottom/100% 1px; border-radius: 6.5rem; content: ''; transition: .3s, background-size .5s; } 
.is-open .header-inner { padding-right: calc(var(--outer-padding) + var(--scroll-width)); } 
.is-open .header-inner::before { background-size: calc(100% - var(--allmenu-gap) - var(--allmenu-img-width)) 1px;}

.header-logo { position: absolute; left: 1.4rem; top: calc(50% - (var(--header-logo-height) / 2)); transform: translateY(-50%); width: 40rem; --header-logo-height: 3rem; transition: left .5s;} 
.header-logo #header-logo { position: absolute; inset: 0; object-fit: contain; transition: opacity .5s;} 

/* GNB */
.gnb { transition: opacity .3s; } 
.gnb-wrap { display: flex; margin-left: 15vw; } 
.depth1 { position: relative; } 
.depth1 > a { padding: 0 1.8vw; line-height: var(--header-height); font-size: 1.8rem; font-weight: 700; } 
.depth1 > a span { letter-spacing: normal; color: #222; white-space: nowrap; } 

.depth2 { display: none; position: absolute; top: var(--header-height); left: 50%; transform: translateX(-50%); min-width: 100%; padding: 2em 0; background-color: #fff; border-radius: 0 0 10px 10px; } 
.depth2 a { padding: 0.4em 2vw; text-align: center; color: #666; font-weight: 800; } 
.depth2 span { white-space: nowrap; position: relative; } 

.is-open .gnb { visibility: hidden; opacity: 0; } 
.depth1:hover::after { display: block; content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--color-main); position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
.depth1:hover > a span { color: var(--color-main); } 
.depth2 a:hover span { color: #222; border-bottom: 1px solid #222; }
.depth2 a:hover span::after {width: 100%;}

/* 유틸 */
.header-util { display: flex; align-items: center; column-gap: 3rem; position: absolute; inset: 0 4rem 0 auto; } 

/* 언어선택 버튼 */
.util-lang { position: relative; font-size: 15px; } 
.util-lang-btn { width: 24px; height: 24px; background: url(../images/common/ico_lang.png) no-repeat center; transition: all .3s; } 
.util-lang-list { display: none; position: absolute; top: calc(100% + 10px); left: 50%; padding: 0.4em 0; border-radius: 0 0 10px 10px; 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); } 

/* 전체메뉴 버튼 */
.util-allmenu-btn { position: relative; width: 23px; height: 23px; } 
.util-allmenu-btn::after { content: ''; width: 7px; height: 5px; background: url(../images/common/allmenu_arrow.png); position: absolute; top: 1px; right: 0; }
.util-allmenu-btn span { position: absolute; top: 10px; left: 0; width: 23px; height: 3px; border-radius: 3px; background-color: #222; transition: .3s; } 
.util-allmenu-btn:hover span:not(:nth-child(2)) { width: 18px; } 
.util-allmenu-btn span:nth-child(1) { transform: translateY(-8px); width: 14px; } 
.util-allmenu-btn span:nth-child(3) { transform: translateY(8px); } 
.util-allmenu-btn:hover::after { display: none; }


/* 전체메뉴 */
.allmenu { display: flex; visibility: hidden; opacity: 0; position: fixed; z-index: 1101; width: calc(100% + var(--scroll-width)); height: 100%; padding-right: var(--scroll-width); background: #fff; transform: translateX(calc(-1 * (var(--allmenu-img-width) + var(--allmenu-gap)))); transition: .5s, padding-right 0s, width 0s; } 
.allmenu::before {width: var(--allmenu-img-width); background: url(../images/common/allmenu_bg01.jpg) no-repeat center/cover; content: ''; }
.allmenu-top { border-bottom: 1px solid #e6e6e6; display: flex; justify-content: space-between; align-items: center; padding: 2rem var(--allmenu-gap);}

.allmenu-top .util-allmenu-btn::after { display: none; }
.allmenu-top .util-allmenu-btn:hover span { width: 31px; } 
.allmenu-top .util-allmenu-btn span { width: 31px; transform: rotate(45deg) translate(-3px, 3px); } 
.allmenu-top .util-allmenu-btn span:nth-child(2) { opacity: 0; } 
.allmenu-top .util-allmenu-btn span:nth-child(3) { transform: rotate(-45deg) translate(-3px, -3px); } 

.allmenu-wrap {flex-grow: 1;}
.allmenu-cont { padding: 0 var(--allmenu-gap); visibility: hidden; overflow: hidden auto; opacity: 0; height: 100%; height: calc(100% - var(--header-height)); transition: .3s;} 
.allmenu-cont::-webkit-scrollbar { width: 6px; } 
.allmenu-cont::-webkit-scrollbar-thumb { background-color: var(--color-main); } 
.allmenu-list { padding: 4.5rem 0 calc(3rem + 6vh); } 
.is-open .allmenu { visibility: visible; opacity: 1; width: 100%; transform: translateX(0);} 
.is-open .allmenu-cont { visibility: visible; opacity: 1; transition: .6s ease-out .2s; } 

.all-depth1 { flex: 1; border-bottom: 1px solid #e6e6e6; margin-bottom: 3rem; padding-bottom: 2rem;} 
.all-depth1-btn { font-size: 3.4rem; font-weight: 700; color: #222; text-align: left; white-space: nowrap; cursor: default; } 
.all-depth2 { font-size: 2rem; font-weight: 600; color: #959595;  } 
.all-depth2 ul { display: flex; flex-wrap: wrap;} 

.all-depth2-btn { padding: 0.4em 4rem; position: relative;} 
.all-depth2 li:first-child .all-depth2-btn { padding-left: 0; } 
.all-depth2 li+li .all-depth2-btn::after {content: ''; width: 2px; height: 15px; background: #dbdbdb; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%);}

.all-depth1:hover {border-color: var(--color-main);}
.all-depth1:hover .all-depth1-btn {color: var(--color-main);}
.all-depth2-btn:hover {color: #484848;}
.all-depth2 li:hover .all-depth2-btn:after,
.all-depth2 li:hover+li .all-depth2-btn:after {background: var(--color-main); width: 7px; height: 7px; border-radius: 50%;}

/* 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):not(.is-open) .gnb-dim { opacity: 1; } 


@media (max-width: 1700px) {
	.header-logo {width: 30rem; --header-logo-height: 2.4rem;}

}
@media (max-width: 1600px) {
	/* 전체메뉴 */
	.all-depth1-btn {font-size: 3rem;}
	.all-depth2 {font-size: 1.6rem;}
	.depth1 > a {padding: 0 1.5vw;}
}
@media (max-width: 1440px) {
	.header-inner { column-gap: 2%;}
	/* gnb */
	.gnb {margin-left: 2vw;}
	.depth1 > a { padding: 0 1.5vw; font-size: 17px;}
	.depth1 > a span::before {width: 2px;}
	.depth1 > a span::after {width: 32px; height: 35px;}
	.depth2 { padding: 2.6rem 0 7rem; } 
	.depth2 a { padding: 0.6em 0 0.6em 0.6vw;} 
	/* 전체메뉴 */
	.all-depth2-btn {padding: 0.4em 3rem;}
	.depth1 > a {padding: 0 1vw;}
}
@media (max-width: 1280px) {
	.gnb-wrap {margin-right: 0;}
	.allmenu::before {display: none;}
	.gnb {display: none;}
	.util {column-gap: max(20px, 2.5vw);}
	.allmenu { background-size: 45% auto;}
	.allmenu-cont {padding: 0;}
	.all-depth1 { padding: 2.2rem 3rem;}
	.all-depth1-btn {width: 20%; min-width: 25rem;}
	.all-depth2 a { font-weight: 500; font-size: 15px; padding: 0.4em 1.5rem; }
}
	
@media (max-width: 960px) {
	.allmenu-logo {width: 90%; margin-right: 10%;}
}
@media (max-width: 768px) {
	.util {column-gap: 2rem;}
	.util-lang-btn::before {margin-right: 0;}
	.util-lang-btn::after { display: none;}
	.util-lang-btn span { display: none;}
	.util-lang-list {font-size: 14px;} 
	.util-lang-list a {padding: 3px 15px;}

	.allmenu { background-image: none;}
	.allmenu-list {padding-top: 0;}
	.all-depth1 { display: block; padding: 0; margin-bottom: 0;}
	.all-depth1-btn {display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 2.5rem max(20px, 5%); margin: 0; font-size: 3rem; cursor: pointer;}
	.all-depth1-btn::after {display: block; flex-shrink: 0; width: 16px; height: 10px; background-image: url(../images/common/lnb_arrow.png); background-repeat: no-repeat; background-position: center; content: ''; transition: all .3s;}
	.all-depth1-btn.on::after {transform: rotate(180deg);}
	.all-depth2 {display: none; padding: 1rem 0; background-color: var(--color-main); color: #fff; transform: none;}
	.all-depth2 ul {flex-wrap: wrap;}
	.all-depth2 ul li {width: 100%;}
	.all-depth2 li:first-child .all-depth2-btn {padding-left: max(20px, 5%);}
	.all-depth2 a {padding: 0.6em max(20px, 5%); font-size: 15px;}
	.all-depth2 li+li .all-depth2-btn::after {display: none;}
}
@media (max-width: 576px) { 
	.header {--allmenu-img-width: 0px;}
	.allmenu { transform: none; } 
	.is-open .allmenu { transform: none;} 
} 
@media (max-width: 480px) { 
	.all-depth1-btn {white-space: initial; } 
	.header-logo {width: 20rem; --header-logo-height: 1rem;}
}
/* HEADER ============================================== */
/* ===================================================== */


/* ===================================================== */
/* FOOTER ============================================== */
.footer { padding: 10rem 0 13rem; background: url(../images/common/footer_bg.png) no-repeat center / cover; color: #fff; position: relative; } 
.footer .inner { display: flex; align-items: flex-start; font-size: 1.5rem; font-weight: 700; }

.footer-logo { padding: 0 5.5rem; min-width: 120px; }

.footer-contact { padding-left: 9rem; } 
.footer-contact .item { display: flex; line-height: 1.5; letter-spacing: 0.025em; } 
.footer-contact .item dt::after { margin: 0 5px; content: ':'; } 
.footer-contact .item.addr { width: 100%; } 

.footer-menu { display: flex; margin-top: 2rem;} 
.footer-menu .item { display: flex; align-items: center; margin-top: -1.5rem; } 
.footer-menu .item a { padding: 1.5rem; } 
.footer-menu .item a:hover { color: var(--color-main); }
.footer-menu .item + .item::before { width: 6px; height: 6px; border-radius: 50%; background-color: var(--color-main); content: ''; } 
.footer-menu .item:first-child a {padding-left: 0;}

.footer-copy { line-height: 1.3; margin-top: 5rem; font-size: 1.5rem; font-weight: 400; color: #9a9a9a; letter-spacing: 0.5em; } 
.footer-copy span {font-weight: 700;}

/* 탑버튼 */
.top-btn { width: 56px; height: 60px; position: absolute; top: 6rem; right: 5rem; } 
.top-btn::before { display: block; width: 29px; height: 56px; margin: auto; background: url(../images/common/ico_top.png) no-repeat center/contain; content: ''; } 
.top-btn:hover::before { animation: top-btn 1.5s infinite linear; } 
@keyframes top-btn {
	33% { transform: translateY(2px); } 
	66% { transform: translateY(-4px); } 
}
@media (max-width: 1600px) {
	.top-btn {top: 2rem;}
}
@media (max-width: 1440px) { 
	.footer-contact {padding-left: 4rem;}
} 
@media (max-width: 1280px) { 
	.footer-contact {padding-left: 0;}
} 

@media (max-width: 768px) { } 
@media (max-width: 480px) {
	.footer-contact .item {flex-wrap: wrap;}
	.footer-contact .item.addr dt {width: 100%;}
	.footer-menu li {width: 100px;}
 } 
/* FOOTER ============================================== */
/* ===================================================== */


/* ===================================================== */
/* SUB-LAYOUT ========================================== */
.body-sub {--sub-tab-height: 70px;}
.sub-content-wrap {padding-top: 7.5rem;}
/* SUV-VISUAL */
.sub-visual {position: relative; height: calc(25rem + 250px); margin-bottom: -50px; } 
.sub-visual-bg { overflow: hidden; position: absolute; height: 100%; 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; }
@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; justify-content: center; height: 100%; height: 100%; padding: 100px 0 var(--sub-tab-height); text-align: center; color: #fff;} 
.sub-visual-tit { margin-bottom: 1rem; font-weight: 700; font-size: 4rem; letter-spacing: 0.1em; } 

/* LNB */
.sub-tab { position: relative;  z-index: 50; height: var(--sub-tab-height); border-bottom: 1px solid #dbdbdb; background: #fff;
	/* position: sticky; top: var(--header-height); 탭 고정시 활성화 */ 
}
.sub-tab::before {display: inline-block; content: ''; width: 94px; height: 94px; border-radius: 50%; background: #fff url(../images/common/lnb_bg.png) no-repeat center; position: absolute; top: -35px; left: 50%; transform: translateX(-50%); animation: is-any 20s linear infinite; }
.sub-tab-list { width: 100%; max-width: 1440px; margin: 0 auto; position: relative; } 
.sub-tab-list ul { display: flex; justify-content: center; height: var(--sub-tab-height); padding-right: 47px; position: absolute; top: 0; left: 50%; transform: translateX(-47px); } 
.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 {display: flex;}
.sub-tab-list li.lnb_center+li {flex: 1;}
.sub-tab-list li.lnb_center::before {display: inline-block; content: ''; width: 94px;}
@keyframes is-any {
    100% {transform: translateX(-50%) rotate(360deg);}
}
.sub-tab-list li a { display: flex; align-items: center; height: 100%; text-align: center;  padding: 0 3rem; font-size: 1.7rem; font-weight: 500; color: #969696; letter-spacing: -0.025em; } 
.sub-tab-list li a:hover { color: var(--color-main); } 
.sub-tab-list li.on a { font-weight: 700; color: #222; } 

.sub-tab-list li a {white-space: nowrap; } 
.sub-tab-list li a {font-size: 1.5rem;}






/* SUB-CONTENT */
.sub-content-tit h3 { padding: 6rem 0 2rem; font-weight: 700; font-size: 3.4rem; letter-spacing: -0.025em; text-align: center; color: #222; position: relative; }
.sub-content-tit h3::after {content: ''; width: 4rem; height: 2px; background: var(--color-main); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
/* 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; width: fit-content; padding: 1px; margin: 0 auto;}
.sub-content-tab li {outline: 1px solid #eee;}
.sub-content-tab li.on {z-index: 5; outline-color: var(--color-main);}
.sub-content-tab li a { min-width: 12em; padding: 1em 2em; font-size: calc(1rem + 8px); transition: .3s;}
.sub-content-tab li.on a { background-color: var(--color-main); font-weight: 600;color: #fff; }
.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) {
	.body-sub { --sub-tab-height: 66px; } 
	.sub-visual-txt {padding: var(--header-height) 0 var(--sub-tab-height);} 
	.sub-tab-list li a {padding: 0 2rem;}

}
@media (max-width: 1024px) {
	.sub-visual {height: calc(18rem + 250px);}
	.sub-tab-list { display: none !important;} 

}
@media (max-width: 768px) {
	.body-sub {--sub-tab-height: 62px;} 
	.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 ul { flex-direction: column; height: auto; } 
	.sub-tab-list li a { padding: 1.2em 1em; }
	.sub-content-tab a {padding: 1em 1.5em;}
}
@media (max-width: 480px) {
	.body-sub { --sub-tab-height: 58px; } 
	.sub-visual {height: calc(10rem + 250px);}
	.sub-tab::before {top: -40px;}
	.sub-content-tab ul { flex-direction: column; width: 100%;}
}
/* SUB-LAYOUT ========================================== */
/* ===================================================== */











/* 푸터 아이콘링크 추가 */
.footer-menu {position: relative;}
.icon-shortcut {position: absolute; width: 250px; top: 50%; transform: translateY(-100%); right: 0; display: flex;}
.icon-shortcut a {cursor: pointer; margin-right: 20px; filter: grayscale(1); font-size: 0; width: 25px; height: 25px; background: url(../images/common/icon-linkedin.png) no-repeat center / contain;}
.icon-shortcut a:last-child {margin-right: 0;}
.icon-shortcut a:hover {filter: grayscale(0);}

.icon-shortcut #copy-facebook {background: url(../images/common/icon-facebook.png) no-repeat center / contain;}
.icon-shortcut #copy-insta {background: url(../images/common/icon-insta.png) no-repeat center / contain;}
.icon-shortcut #copy-twitter {background: url(../images/common/icon-twitter_.png) no-repeat center / contain;}
.icon-shortcut #copy-twitter:hover {background: url(../images/common/icon-twitter.png) no-repeat center / contain;}
.icon-shortcut #copy-wechat {background: url(../images/common/icon-wechat.png) no-repeat center / contain;}
.icon-shortcut #copy-kakao {background: url(../images/common/icon-kakao.png) no-repeat center / contain;}

@media (max-width: 1280px) {
	.icon-shortcut a {width: 22px; height: 22px; margin-right: 16px;}
}
@media (max-width: 1024px) {
	
	.footer-menu {flex-wrap: wrap; margin-bottom: 4rem;}
	.icon-shortcut {justify-content: center; margin-top: 15px;}
	.icon-shortcut {position: relative; width: 100%; top: initial; left: initial; display: flex; transform: translateY(0);}
	.icon-shortcut a {width: 25px; height: 25px; margin-right: 18px;}

	.footer .inner {flex-wrap: wrap; justify-content: center; flex-direction: column;}
	.footer-logo {order: 1; margin: 0 auto; margin-bottom: 2rem;}
	.footer-menu {order: 2; justify-content: center; width: 100%; margin-bottom: 5rem;}
	.footer-contact {order: 3; text-align: center; margin: auto;}
	.footer-contact .item {justify-content: center;}

}

@media (max-width: 480px) {
	.footer-menu li.icon-shortcut {width: 100%;}
	.icon-shortcut a {width: 20px; height: 20px; margin-right: 16px;}
	.footer-menu {flex-direction: column;}
	.footer-menu .item {width: 100%;}
	.footer-menu .item + .item::before {position: absolute; top: 22%;}
}











/* 240517 추가 */
.sub-tab-list li a span {max-width: 130px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: block;}
@media (max-width: 1600px) {.sub-tab-list li a span {max-width: 115px;}}
@media (max-width: 1440px) {.sub-tab-list li a span {max-width: 90px;}}
@media (max-width: 1280px) {.sub-tab-list li a span {max-width: 80px;}}
