/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1520px; margin: 0 auto; }
.inner-1720 {width:100%; max-width:1720px; margin: 0 auto;}
.inner--fill {max-width:none; padding-right: calc((100% - 1520px) / 2); padding-left: calc((100% - 1520px) / 2);}
@media(max-width:1640px){
	.inner {padding: 0 4%;}
}
@media(max-width:1760px){
	.inner-1720 {padding: 0 4%;}
}

.sub-container {padding-top: 5em; padding-bottom: 10em; min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 99999;width:100%;  height: 5em; font-size: var(--fz); background-color: #fff; --menu-height : 0; transition: 0.15s ease-in-out all; box-shadow:var(--shadow-1);}
.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: none; align-items: center; height: inherit;}
@media(max-width:1080px){
	.header__ctrl {display: flex;}
}

.header-home__logo {width: 11.4375em; 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;}
.header-navi__m-item {height: inherit; margin: 0 1.5em;}
.header-navi__m-item:first-child {margin-left: 0;}
.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:1320px){
	.header-navi__m-item {margin:0 1em;}
}
@media(max-width:1080px){
	.header-navi {display: none;}
}

.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: var(--main-color); 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;}
.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-color);}
@media(hover:hover){
	.header__fix.enter .header-lang__link:hover {color: var(--main-color);}
}

/************************* header_inc 끝*************************/

/************************* sub-dropdown 시작 *************************/
.drop-menu { position: relative; z-index: 3;}
.drop-menu__inner {display: inline-flex; padding:1.75em 1.875em 1.75em 5em; background: var(--main-color); border-radius:0 10px 0 0;}
.drop-menu__home {display: inline-flex; min-width: 1.5em; min-height: 1.5em; height: inherit; justify-content: center; align-items: center;}
.drop-menu__icon {width: 1.75em;}
.drop-menu__wrap {position: relative; z-index: 0; display: flex;}
.drop-menu__wrap::before {content:''; display: block; width:1px; height:10px; margin:auto 1.875em; background: #fff;}
a.drop-menu__btn {display: flex; justify-content: space-between; align-items: center; min-width:12.5em; height: 100%; font-weight: 500; transition:.15s ease-in-out all; color:#fff;}
.drop-menu__tit {display: block; font-size:clamp(14px, 1.0625em, 1.0625em);}
.drop-menu__arr {margin-left: 0.5em; width: 1.5em; transition:.15s ease-in-out all;}
.drop-menu__arr--small {width:1.25em}
.drop-menu__navi {position: absolute; top: 100%; left: 3.8125em; z-index: 10; width:calc(100% - 3.8125em);  height: 0; overflow: hidden;}
.drop-menu__list {background-color: #fff; border:1px solid var(--main-gray); margin-top: 1.75em;}
.drop-menu__link {font-size:clamp(14px, 1.0625em, 1.0625em); 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;}
}

a.drop-menu__btn.on {background-color: var(--main-color); color: #fff;}
a.drop-menu__btn.on .drop-menu__arr {transform:rotate(180deg);}

@media (max-width:768px){
	.drop-menu__inner {padding:1.75em 1.875em 1.75em 3em;}
	a.drop-menu__btn {min-width:11.5em;}
}
@media (max-width:500px){
	.drop-menu__inner {padding:1em 1.125em 1em 2em;}
}

/************************* 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:2.5em 0; font-size: var(--fz); background-color: #e9e9e9; color: #fd8821; border-top:1px solid #ddd;} 
.footer__sec {font-size: clamp(12px, 1em, 1em); display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start; border-top:1px solid #838383; padding-top: 1.875em;}

.footer-home {display: inline-block;}
.footer-home__logo {width: 11.4375em;}

.footer-top {padding-bottom: 1.25em; display: flex; align-items: center;}
.footer-top__left {font-size: clamp(12px, 1em, 1em);}
.footer-info { width: 100%;}
.footer-info--top {padding-bottom: 1.25em;}
.footer-info__item {margin-bottom: 0.25em; display: flex; flex-wrap:wrap; line-height: 1.5;}
.footer-info--top .footer-info__item{margin-bottom: 0.625em;}
.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: 1.25em;}
.footer-info--top .footer-info__cate {margin-right: 0.625em;}
.footer-info__desc {color: #fd8821; font-weight: 300;}
.footer-info__desc--link {transition:.15s ease all; margin-right: 0.9375em;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: #fd8821; font-weight: 300;}

.footer-top__phone {margin-left: 1em;}
a.footer-top__phone {font-size: clamp(14px, 4.375em, 4.375em); color: #DA8D39; font-weight: 700; line-height: 1;}

@media (max-width:768px){
	.footer-top {align-items: flex-start; flex-direction: column-reverse;}
	.footer-top__phone {margin-left: 0;}
	.footer-top__right {margin-bottom: 1em;}
}
@media(max-width:500px){
	.footer-info__item {margin-bottom: 0;}
	.footer-info__detail {width: 100%; margin-right: 0;}
}
@media(hover:hover){
	.footer-info__desc--link:hover {color: var(--main-color);}
}

.footer-navi__link {margin-right: 1em; font-weight: 300; transition:.15s ease all;}
.footer-navi__link,
.footer-navi__link:visited,
.footer-navi__link:link {color: #fd8821;}
.footer-navi__link:last-of-type {margin-right: 0;}
.footer-navi__link:first-of-type {color:#fd8821;}
@media(hover:hover){
	.footer-navi__link:hover {color: var(--main-color);}
}

.footer-adm {display: flex; flex-flow: row wrap;}
.footer-adm__cprt {margin-left: 1em; color:#fd8821}
.footer-adm__nav {display: flex;}
.footer-adm__link {margin-right: 1em; display: inline-block; transition:.15s ease all;}
.footer-adm__link,
.footer-adm__link:visited,
.footer-adm__link:link {color: #fd8821;}
.footer-adm__link:last-of-type {margin-right: 0;}
@media(max-width:500px){
	.footer-adm {margin-top: 1em;}
	.footer-adm__cprt {margin-left: 0;}
	/* .footer-adm__nav {width: 100%;} */
}
@media(hover:hover){
	.footer-adm__link:hover {color: var(--main-color);}
}

/************************* 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;}