/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1400px; margin: 0 auto; }
.inner-header {width: 100%; max-width:1780px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1600px) / 2); padding-left: calc((100% - 1600px) / 2);}
@media(max-width:1820px){
	.inner-header {padding: 0 4%;}
}
@media(max-width:1440px){
	.inner {padding: 0 4%;}
}

.sub-container {padding-top: 5.1875em; padding-bottom: 12.1875em; min-height:5rem;}

@media (max-width:768px){
	.sub-container {padding-top:3.1875em; padding-bottom:6.1875em;}
}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 1001;width:100%; padding:2.25em 0; font-size: var(--fz); --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;}

@media (max-width:1320px){
.header__fix {padding:2em 0;}
}
@media (max-width:1080px){
.header__fix {padding:1.5em 0;}
}
@media (max-width:768px){
.header__fix {padding:1em 0;}
}

.header-home__logo {width: 11.875em; filter:contrast(0) brightness(2); transition: 0.15s ease-in-out all;}

.header-navi {position: relative; height: 3.125em; transition: .15s ease-in-out all;}
.header-navi__m-list {display: flex; height: inherit;}
.header-navi__m-item {height: inherit; margin-right: 5em;}
/* .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-right: 3.5em;}
}
@media(max-width:1080px){
	.header-navi__m-item {margin-right: 1.5em;}
}
@media(max-width:768px){
	.header-navi {display: none;}
}


.header-login {}
.header-login__list {display: flex; align-items: center;}
.header-login__item {margin-right: 1em;}
.header-login__item:last-child {margin-right: 0;}
a.header-login__link {display: block; font-weight: 600; line-height: 1; color:var(--main-color); padding:0.3125em 0.625em; background: var(--sub-color); border-radius:50px; transition:.15s ease-in-out all;}
@media(hover:hover){
	/* a.header-login__link:hover {color: var(--main-color);} */
}

.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:768px){	
	.header-drawer {display:block;}
}

.header__fix.enter {background-color: #fff;}
.header__fix.enter .header-home__logo {filter:none;}
.header__fix.enter .header-navi__m-btn {color: var(--main-black);}
.header__fix.enter .header-navi__m-btn--crt {color: var(--sub-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(--sub-color);}
.header__fix.enter .header-navi__c-btn {color: var(--main-gray);}
.header__fix.enter .header-navi__c-btn--crt {color: var(--sub-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 {display: flex; justify-content: center;}
.tab-menu__list {display: flex; border:1px solid #ededed; background: rgba(255,255,255,0.2); border-radius:90px; padding:0.375em 0.3125em;}
.tab-menu__item {margin-right: 0.3125em;}
.tab-menu__item:last-child {margin-right: 0;}
a.tab-menu__btn {font-size: 1.0625em; display: flex; font-weight: 600; justify-content: center; align-items: center; text-align: center; padding:0.6765em 0.5883em; min-width:4.2353em; height: 100%; transition: .15s ease-in-out all; border-radius:50px;}
a.tab-menu__btn--crt {background-color: var(--main-color); color:#fff;}
@media(hover:hover){
	a.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: var(--main-black); color: #fff;} 
.footer__sec {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start;}

@media (max-width:768px){
	.footer {padding:2.5em 0;}
}

.footer-home {display: inline-block;}
.footer-home__logo {width: 13.875em;}
.footer-home__logo--02 {width:14.6875em;}

.footer-info__logo {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start; margin-bottom: 1.25em;}
.footer-info {margin:0 0 2.0625em; width: 100%; display: flex; justify-content: space-between;}
.footer-info__wrap {}
.footer-info__item {font-size: 0.9375em; margin-bottom: 0.25em; display: flex; flex-wrap:wrap; 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 1em; content:''; display: inline-block; width: 1px; height: 0.8em; background-color: #fff; opacity: 0.75;}
.footer-info__info:last-child:after {display: none;}
.footer-info__cate {display: block; margin-right: 0.4em; font-weight: 600;}
.footer-info__desc {color: #fff; font-weight: 300;}
.footer-info__desc--link {transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: #fff; font-weight: 300;}
@media (max-width:768px){
.footer-info {flex-direction: column;}
.footer-info__wrap:not(:last-child) {padding-bottom: 2.0625em;}
}
@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 {display: flex;}
.footer-navi__link {font-size: 0.9375em; font-weight: 500; transition:.15s ease all;}
.footer-navi__link::after {margin:0 0.8em; content:''; display: inline-block; width: 1px; height: 0.8em; background-color: #fff;}
.footer-navi__link:last-child:after {display: none;}
.footer-navi__link,
.footer-navi__link:visited,
.footer-navi__link:link {color: inherit;}
.footer-navi__link:last-of-type {margin-right: 0;}
@media(hover:hover){
	.footer-navi__link:hover {color: var(--main-color);}
}

.footer-adm {display: flex; flex-flow: row wrap; font-size: 0.875em;}
.footer-adm__cprt {margin-right: 1em; font-weight: 200;}
.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: var(--main-gray);}
.footer-adm__link:last-of-type {margin-right: 0;}
@media(max-width:500px){
	.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;}