/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner-1150 {width: 100%; max-width:1150px; margin: 0 auto; }
.inner {width: 100%; max-width:1400px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1600px) / 2); padding-left: calc((100% - 1600px) / 2);}
.inner-1652l {width:100%; max-width:1652px; margin-left:auto;}
.inner-1822 {width:100%; max-width:1822px; margin:auto; transition: all 0.4s;;}

@media (max-width:1862px){
	.inner-1822 {padding:0 4%;}
}
@media (max-width:1692px){
	.inner-1652l {padding:0 0 0 4%;}
}
@media(max-width:1440px){
	.inner {padding: 0 4%;}
}
@media(max-width:1190px){
	.inner-1150 {padding: 0 4%;}
}
@media (max-width:767px){
	.inner-1822 {padding:0 8%;}
}

.sub-container {min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: absolute; left:0; top:1.25em; z-index: 100;width:100%;  height: 5em; font-size: var(--fz); background-color: rgba(0,0,0,0); --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 {position: relative;}
.header-home__logo {width: 12.5em; transition: 0.15s ease-in-out all;}
.header-home__logo--nor {display: block; opacity: 1;}
.header-home__logo--fix {position: absolute; opacity: 0; left:0; top:0;}
@media (max-width:767px){
	.header-home__logo {width: 10.5em; }
}

.header-navi {position: relative; height: inherit; transition: .15s ease-in-out all;}
.header-navi__m-list {display: flex; height: inherit;}
.header-navi__m-item {height: inherit;}
.header-navi__m-item:last-child {margin-right: 0;}
.header-navi__m-btn {display: flex; align-items: 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;}
}

a.header-request {font-size: 1.0625em; font-weight: 600; color:#fff; width:5.8824em; height:2.2353em; border-radius:50px; background: var(--main-color); display: flex; align-items: center; justify-content: center;}

.header-login {margin-left: 1.5em;}
.header-login__list {display: flex; align-items: center;}
.header-login__item {margin-right: 1em;}
.header-login__item:last-child {margin-right: 0;}
.header-login__link {display: block; transition:.15s ease-in-out all;}
.header-login__link,
.header-login__link:visited,
.header-login__link:link {color: #fff;}
@media(hover:hover){
	.header-login__link:hover {color: var(--main-color);}
}
@media(max-width:1080px){
	.header-login{display: none;}	
}

.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: #fff; 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;}
@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; position: fixed; top:0;}
.header__fix.enter .header-home__logo--nor {opacity: 0;}
.header__fix.enter .header-home__logo--fix {opacity: 1;}
.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-lang__btn {color: var(--main-black);}
.header__fix.enter .header-lang__btn.on {color: var(--main-color);}
.header__fix.enter .header-lang__list {background-color: #fff;}
.header__fix.enter .header-lang__link {color: var(--main-black);}
.header__fix.enter .header-login__link {color: var(--main-black);}
.header__fix.enter .header-drawer__line {background-color: var(--main-black);}
@media(hover:hover){
	.header__fix.enter .header-lang__link:hover {color: var(--main-color);}
}
@media (max-width:767px){
	.header__fix.enter .inner-1822 {padding:0 4%;}
}

/************************* 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; justify-content: center; padding:1em 0;}
.tab-menu__item:not(:last-child) {margin-right: 3.25em;}
a.tab-menu__btn {font-size: 1.1875em; font-weight: 300; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; transition: .15s ease-in-out all; line-height: 1.579; letter-spacing: -0.01em; position: relative;}
a.tab-menu__btn::after {content:''; display: block; width:100%; height:3px; background: #E84C2D; position: absolute; bottom:-0.9474em; left:0; opacity: 0; transition: .15s ease-in-out all;}
a.tab-menu__btn--crt::after {opacity: 1;}
@media(hover:hover){
	a.tab-menu__btn:hover::after { opacity: 1;}
}
@media (max-width: 767px) {
.tab-menu__item:not(:last-child) {margin-right: 1.5em;}
a.tab-menu__btn {font-size: 1em;}
}
/************************* 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:1.5625em 0; background-color: #EDEDED; border-radius:90px 90px 0 0;}


.footer-top {padding-bottom: 1.5625em; margin-bottom: 0.5625em; border-bottom:1px solid rgba(153,153,153,0.4);}
.footer-top__logo {text-align: center;}
.footer-home {display: inline-block;}
.footer-home__logo {width: 9.375em;}

.footer-cont {display: grid; grid-template-columns: 0.5fr 2fr 0.5fr; align-items: center;}
.footer-info {grid-column: 2 / 3; text-align: center; color:#666;}
.footer-info__item {margin-bottom: 0.25em; display: flex; flex-wrap: wrap; justify-content: center; line-height: 1.5;}
.footer-info__item:last-child {margin-bottom: 0;}
.footer-info__info {display: inline-flex; align-items: center;}
.footer-info__info:after {margin:0 0.9375em; content:''; display: inline-block;}
.footer-info__info:last-child:after {display: none;}
.footer-info__cate {display: block; margin-right: 0.5em;}
.footer-info__desc {color: #333; font-weight: 500; line-height: 1.5; letter-spacing: -0.01em;}
a.footer-info__desc--link {transition:.15s ease all; color: #333;}
@media(hover:hover){
	a.footer-info__desc--link:hover {color: var(--main-color);}
}

.footer-sns {grid-column: 3 / 4; display: flex; justify-content: flex-end; gap:0.9375em}

.footer-bottom {display: flex; justify-content: space-between; align-items: flex-end;}

a.footer-navi__link {margin-right: 1.25em; font-weight: 500; color:#999; line-height: 1.5; letter-spacing: -0.01em; transition:.15s ease all;}
a.footer-navi__link:last-of-type {margin-right: 0;}
@media(hover:hover){
	a.footer-navi__link:hover {color: var(--main-color);}
}

.footer-adm {display: flex; flex-flow: row wrap; font-size: 0.875em; color:#999; position: relative;}
.footer-adm__cprt {margin-right: 1em;}
.footer-adm__design {position: absolute; right:0; bottom:-100%;}
.footer-adm__nav {display: flex;}
a.footer-adm__link {margin-right: 1em; display: inline-block; color:#999; transition:.15s ease all;}
a.footer-adm__link:last-of-type {margin-right: 0;}
@media(max-width:500px){
	.footer-adm__nav {width: 100%;}
}
@media(hover:hover){
	a.footer-adm__link:hover {color: var(--main-color);}
}

@media (max-width: 1023px) {
.footer-cont {grid-template-columns:auto; grid-template-rows:1fr}
.footer-info {grid-column: 1; padding-bottom: 1em;}
.footer-sns {grid-column: 1; justify-content: center;}
}
@media (max-width: 767px) {
	.footer-bottom {flex-direction: column; align-items: flex-start;}
	.footer-navi {padding-bottom: 1em;}
}

/************************* 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;}