/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1400px; margin: 0 auto; }
.inner-1720 {width: 100%; max-width:1720px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1600px) / 2); padding-left: calc((100% - 1600px) / 2);}
@media(max-width:1440px){
	.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: 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: 15.8125em; transition: 0.15s ease-in-out all;}

.header-navi {display: flex;}
a.header-navi__link {display: flex; align-items: center; justify-content: center; padding:0 1.25em; height:2.75em; border-radius:50px;}
a.header-navi__link--kakao {background: #FAE100; margin-right: 0.5em;}
a.header-navi__link--call {background: #18B24B;}
a.header-navi__link img {padding-right: 0.5em;}
.header-navi__span {font-weight: 700; letter-spacing: -0.0313em;}
a.header-navi__link--call .header-navi__span {color:#fff;}

@media (max-width:500px){
	.header-navi__span {display: none;}
	a.header-navi__link img {padding-right: 0;}
}

/************************* 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 {font-size: var(--fz);}
.footer__sec {padding:3.75em 0; background-color: #000;} 
.footer__wrap {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-end;}


.footer-info {}
.footer-info__item {margin-bottom: 0.25em; display: flex; flex-wrap:wrap; line-height: 1.5; font-weight: 300; letter-spacing: -0.0313em;}
.footer-info__item:last-child {margin-bottom: 0;}
.footer-info__info {display: inline-flex; align-items: center; margin-right: 1em;}
.footer-info__info:last-child {margin-right: 0;}
.footer-info__cate {display: block; color:rgba(255,255,255,0.5)}
.footer-info__company {color:var(--main-color);}
.footer-info__desc {margin-left: 0.375em; color:#fff;}
a.footer-info__desc--link {transition:.15s ease all; color: #fff; margin-left: 0.375em;}
@media(max-width:768px){
	.footer-info {margin-bottom: 1.25em;}
}
@media(hover:hover){
	a.footer-info__desc--link:hover {color: var(--main-color);}
}

.footer-adm {display: flex; flex-flow: row wrap;}
.footer-adm__cprt {margin-left: 1em; color:rgba(255,255,255,0.3)}
.footer-adm__nav {display: flex;}
a.footer-adm__link {margin-right: 1em; display: inline-block; transition:.15s ease all; color:rgba(255,255,255,0.3);}
a.footer-adm__link:last-of-type {margin-right: 0;}

@media(hover:hover){
	a.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;}