/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1440px; margin: 0 auto; }
.inner-1800 {width: 100%; max-width:1800px; margin: 0 auto; }
@media(max-width:1840px){
	.inner-1800 {padding: 0 4%;}
}
@media(max-width:1480px){
	.inner {padding: 0 4%;}
}


.text-3xs {font-size: var(--text-3xs)} /* 12px*/
.text-2xs {font-size: var(--text-2xs)} /* 13px*/
.text-xs {font-size: var(--text-xs)} /* 14px*/
.text-sm {font-size: var(--text-sm)} /* 15px*/
.text-rg {font-size: var(--text-rg)} /* 16px*/
.text-lg {font-size: var(--text-lg)} /* 17px*/
.text-xl {font-size: var(--text-xl)} /* 18px*/
.text-2xl {font-size: var(--text-2xl)} /* 20px*/
.text-3xl {font-size: var(--text-3xl)} /* 24px*/
.text-3_5xl {font-size: var(--text-3_5xl)} /* 28px*/
.text-4xl {font-size: var(--text-4xl)} /* 32px*/
.text-5xl {font-size: var(--text-5xl)} /* 40px*/
.text-6xl {font-size: var(--text-6xl)} /* 48px*/
.text-6_5xl {font-size: var(--text-6_5xl)} /* 52px*/
.text-7xl {font-size: var(--text-7xl)} /* 60px*/
.text-8xl {font-size: var(--text-8xl)} /* 68px*/
.text-9xl {font-size: var(--text-9xl)} /* 80px*/
.text-10xl {font-size: var(--text-10xl)} /* 88px*/


.fw-100 {font-weight: 100;}
.fw-200 {font-weight: 200;}
.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.fw-800 {font-weight: 800;}
.fw-900 {font-weight: 900;}

.white {color: #fff;}
.s-black {color: var(--sub-black)}
.primary {color: var(--main-color)}
.secondary {color: var(--secondary)}
.third {color: var(--third)}
.forth {color: var(--forth)}
.alert {color: var(--alert);}

.text-upper {text-transform: uppercase;}
.text-capital {text-transform: capitalize;}

.gray-50 {color: var(--gray-50)}
.gray-100 {color: var(--gray-100)}
.gray-200 {color: var(--gray-200)}
.gray-300 {color: var(--gray-300)}
.gray-400 {color: var(--gray-400)}
.gray-500 {color: var(--gray-500)}
.gray-600 {color: var(--gray-600)}
.gray-700 {color: var(--gray-700)}
.gray-800 {color: var(--gray-800)}
.gray-900 {color: var(--gray-900)}

.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}

.ls-tightest {letter-spacing: -0.05em; }
.ls-tighter {letter-spacing: -0.03em; }
.ls-tight {letter-spacing: -0.01em; }
.ls-wide {letter-spacing: 0.01em; }
.ls-wider {letter-spacing: 0.03em; }
.ls-widest {letter-spacing: 0.05em; }

.lh-100 {line-height: 1}
.lh-110 {line-height: 1.1}
.lh-120 {line-height: 1.2}
.lh-130 {line-height: 1.3}
.lh-140 {line-height: 1.4}
.lh-150 {line-height: 1.5}
.lh-160 {line-height: 1.6}
.lh-170 {line-height: 1.7}
.lh-180 {line-height: 1.8}
.lh-190 {line-height: 1.9}
.lh-200 {line-height: 2}

.shadow-1 {box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);}
.shadow-2 {box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);}
.shadow-3 {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
              0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-4 {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
              0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.block {display: block;}

.sub-container {min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 5em; font-size: var(--fz); background-color: #fff; --menu-height : 0; transition: 0.15s ease-in-out all;}
.header__fix:after {position: absolute; content:''; top: 100%; left: 0; z-index: -1; width: 100%; height: var(--menu-height); background-color: #fff; transition: 0.15s ease-in-out all;}
.header__inner {display: flex; justify-content: space-between; align-items: center; height: inherit}
.header__ctrl {display: flex; align-items: center; height: inherit;}

.header-home__logo {width: 12.1875em; transition: 0.15s ease-in-out all;}

.header-navi {position: relative; height: inherit; transition: .15s ease-in-out all;}
.header-navi__m-list {display: flex; height: inherit; padding-right: 7.6471em;}
.header-navi__m-item {height: inherit; margin-right: 1.1765em;}
.header-navi__m-item:last-child {margin-right: 0;}
.header-navi__m-btn {display: flex; align-items: center; justify-content: center; text-align: center; height: inherit;}
.header-navi__m-item {position: relative;}
.header-navi__s-wrap {position: absolute; top: 100%; left: 50%; min-width: 150%; transform:translateX(-50%);}
.header-navi__s-list {transition: .15s ease-in-out all;}
.header-navi__s-btn {display: block;}
@media(max-width:1080px){
	.header-navi {display: none;}
}

.header-sns {display: flex; align-items: center; gap:1em;}
.header-sns__link {display: flex; align-items: center;}
.header-sns__link img {width:1em; transition:.15s ease-in-out all;}
.header-sns.on .header-sns__link img {filter:contrast(0) brightness(2)}

.header-drawer {display: none; position: relative; margin-left: 1.5em;}
.header-drawer__btn {position: relative; width: 20px; height: 14px; z-index: 0; transition:.15s ease-in-out all;}
.header-drawer__line {position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transition:.15s ease-in-out all;}
.header-drawer__line--top {top: 0;}
.header-drawer__line--middle {top: 50%; transform:translateY(-50%)}
.header-drawer__line--bottom {bottom: 0;}
.header-drawer__btn.on .header-drawer__line {background: #fff;}
@media(hover:hover){
	.header-drawer__btn:hover .header-drawer__line--top{left: -0.25em;}
	.header-drawer__btn:hover .header-drawer__line--middle{left: 0.25em;}
	.header-drawer__btn:hover .header-drawer__line--bottom{left: -0.125em;}
}
@media(max-width:1080px){	
	.header-drawer {display:block;}
}

/* .header__fix.enter {background-color: #fff;}
.header__fix.enter .header-navi__m-btn {color: var(--main-black);}
.header__fix.enter .header-navi__m-btn--crt {color: var(--main-color);}
.header__fix.enter .header-navi__s-list {background-color: #fff;}
.header__fix.enter .header-navi__s-btn {color: var(--main-black);}
.header__fix.enter .header-navi__s-btn--crt {color: var(--main-color);}
.header__fix.enter .header-navi__c-btn {color: var(--main-gray);}
.header__fix.enter .header-navi__c-btn--crt {color: var(--main-color);}
.header__fix.enter .header-login__link {color: var(--main-black);}
.header__fix.enter .header-drawer__line {background-color: var(--main-black);} */

/************************* header_inc 끝*************************/

/************************* sub-dropdown 시작 *************************/
.drop-menu {border-bottom:1px solid var(--main-gray);}
.drop-menu__inner {display: flex; border-right:1px solid var(--main-gray); border-left:1px solid var(--main-gray);}
.drop-menu__home {display: inline-flex; min-width: 3em; min-height: 3em; height: inherit; justify-content: center; align-items: center;}
.drop-menu__icon {width: 1.75em;}
.drop-menu__wrap {position: relative; z-index: 0; border-left:1px solid var(--main-gray);}
.drop-menu__wrap:last-child {border-right:1px solid var(--main-gray); }
.drop-menu__btn {display: flex; justify-content: space-between; align-items: center; min-width:15em; height: 100%; padding:0 0.15rem; font-weight: 500; transition:.15s ease-in-out all;}
.drop-menu__tit {display: block; font-size: 1.125em;}
.drop-menu__arr {margin-left: 1.5em; width: 0.75em; transition:.15s ease-in-out all;}
.drop-menu__navi {position: absolute; top: 100%; left: -1px; z-index: 10; width:calc(100% + 2px);  height: 0; overflow: hidden;}
.drop-menu__list {background-color: #fff; border:1px solid var(--main-gray);}
.drop-menu__link {display: block; padding:0.5em 0.15rem; transition:.15s ease-in-out all;}
@media(hover:hover){
	.drop-menu__link:hover {background-color: var(--main-color); color: #fff;}
}

.drop-menu__btn.on {background-color: var(--main-color); color: #fff;}
.drop-menu__btn.on .drop-menu__arr {filter:brightness(0) invert(1); transform:rotate(180deg);}

/************************* dropdown 끝 *************************/
/************************* tabmenu 시작 *************************/
.tab-menu {border-bottom:1px solid var(--main-gray)}
.tab-menu__list {display: flex;}
.tab-menu__item {flex:1;}
.tab-menu__btn {padding:1.5em 0.75em; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; transition: .15s ease-in-out all;}
.tab-menu__btn--crt {background-color: var(--main-color);}
.tab-menu__btn--crt,
.tab-menu__btn--crt:link,
.tab-menu__btn--crt:visited {color: #fff;}
@media(hover:hover){
	.tab-menu__btn:hover {background-color: var(--main-color); color: #fff;}
}
/************************* sub-tabmenu 끝 *************************/

/************************* depth3 시작 *************************/
.depth3__list {display: flex; flex-flow: row wrap;}
.depth3__item {flex:1;}
.depth3__item:last-child {border:0;}
.depth3__btn {padding:1.5em 0.75em; width: 100%; height: 100%; display: flex; align-items: center;justify-content: center; border-bottom:2px solid var(--main-gray); transition:.15s ease all;}
.depth3__btn--crt {border-color:var(--main-color);}
@media(hover:hover){
	.depth3__btn:hover {border-color:var(--main-color);}
}
/************************* depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
.footer {padding:3.75em 0; font-size: var(--fz); background-color: #021B0F; color: #fff;} 
.footer__top {display: flex; align-items: center; justify-content: space-between; align-items: center; cursor: pointer;}
.footer__bottom {height:0; transition: all 0.4s ease; overflow: hidden;}
.footer-wrap {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-end; padding-top: 3.75em;}

.footer-home {display: block;}
.footer-home__logo {width: 11.625em;}

.footer-arrow img {opacity: 0.3; transition:all 0.4s ease;}
.footer__top.on .footer-arrow img {transform:rotate(-180deg)}

.footer-info {}
.footer-info__item {margin-bottom: 0.85em; gap: 0.75em; display: flex; flex-wrap:wrap;}
.footer-info__item:last-child {margin-bottom: 0;}
.footer-info__info {display: inline-flex; align-items: center; }
.footer-info__cate {display: block; font-weight: 600; line-height: 1; letter-spacing: -0.03em; margin-right: 0.375em;}
.footer-info__desc {color: rgba(255,255,255,0.7); font-weight: 500; line-height: 1; letter-spacing: -0.03em;}
.footer-info__desc--link {transition:.15s ease all; color: rgba(255,255,255,0.7);}
@media(max-width:500px){
	
}
@media(hover:hover){
	.footer-info__desc--link:hover {color: var(--main-color);}
}

.footer-adm {display: flex; flex-flow: row wrap;}
.footer-adm__cprt {font-weight: 600; line-height: 1; letter-spacing: -0.03em; color:rgba(255,255,255,0.3); padding-top: 1.25em;}

/************************* footer_inc 끝 *************************/


/************************* split-text *************************/
.split-text__word {font-size: inherit;}
.split-text__letter {display: inline-block; font-size: inherit;}
.split-text--no-delay .split-text__letter {transition-delay:0s !important; animation-delay:0s !important;}


.location-tap {padding-bottom:6.25em; display: flex; justify-content: center; gap:1.25em}
.location-tap__link {display: block; font-size: 0.9375em; width: 6.6667em; height: 3em; border-radius: 50px; align-content: center; text-align: center; background: var(--sub-black); color: #fff; font-weight: 600; line-height: 1.4; letter-spacing: -0.03em; transition:all 0.4s ease;}
.location-tap__link--crt {background: var(--main-color);}

@media (max-width:768px){
	.location-tap {padding-bottom:3.125em;}
}
@media (hover: hover){
	.location-tap__link:hover {background: var(--main-color);}
}