/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1760px; margin: 0 auto;}
.inner-fill {width:95.8334%; margin-left:auto;}
.inner-1214 {width:100%; max-width:1214px; margin: 0 auto;}
.inner-1040 {width:100%; max-width:1040px; margin: 0 auto;}

@media(max-width:1880px){
	.inner-fill {padding: 0 0 0 4%;}
}
@media(max-width:1800px){
	.inner {padding: 0 4%;}
}
@media(max-width:1254px){
	.inner-1214 {padding: 0 4%;}
}
@media(max-width:1080px){
	.inner-1040 {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: 3.75em; font-size: var(--fz); background-color: none; --menu-height : 0; transition: 0.15s ease-in-out all; border-bottom:2px solid #fff;}
.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: 9.125em; transition: 0.15s ease-in-out all;}

.header-right {display: flex; align-items: center; height:100%;}

.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-right: 3.75em;}
.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 {display: none;}
}

.header-drawer {display: flex; position: relative; align-items: center; justify-content: center; width:6.25em; height:100%;transition:.15s ease-in-out all;}
.header-drawer__btn {display: flex;}
.header-drawer__box {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;}
.header-drawer.on { background:#9B5C32;}

a.header-buy {width:12.0625em; height:100%; background: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; color:var(--main-color); transition: 0.15s ease-in-out all;}
@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: var(--main-color); border-bottom:2px solid var(--main-color)}
/* .header__fix.enter .header-home__logo {filter:contrast(1) brightness(0);}
.header__fix.enter a.header-buy {background: var(--main-color); 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-black);}
@media(hover:hover){
	.header__fix.enter .header-lang__link:hover {color: var(--main-color);}
} */

/************************* 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); background-color: var(--main-black); color: #626262;} 
.footer__sec {}
.footer__sec--top {padding:3.3125em 0 1.25em; border-bottom:1px solid #626262;}
.footer__sec--bottom {padding:1.0625em 0 4.8125em;}
.footer-wrap {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start;}

@media (max-width:500px){
	.footer__sec--top .footer-wrap {flex-direction: column-reverse;}
}

.footer-home {display: inline-block;}
.footer-home__logo {width: 9.25em; margin-bottom: 1.3125em;}

.footer-info {width: 100%;}
.footer-info__item {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 0.75em; content:''; display: inline-block; width: 1px; height: 0.75em; background-color: var(--main-gray); opacity: 0.75;}
.footer-info__info:last-child:after {display: none;}
.footer-info__cate {font-size: 0.875em; display: block; font-weight: 600; padding-right: 0.25em;}
.footer-info__desc {font-size: 0.875em; color: #626262;}
.footer-info__desc--link {font-size: 0.875em; transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: #626262;}
@media(max-width:500px){
	.footer-info__detail {width: 100%; margin-right: 0;}
}
@media(hover:hover){
	.footer-info__desc--link:hover {color: var(--main-color);}
}

.footer-nav {padding-top: 0.5625em;}
.footer-nav__item {}
a.footer-nav__link {display: block; font-size: 0.875em; font-weight: 300; line-height: 1.5; color:#fff; text-align: right; transition: all 0.4s;}

@media (hover: hover) {
	a.footer-nav__link:hover {color:var(--main-color);}
}

@media (max-width:500px){
	.footer-nav {display: flex; padding-top: 0; padding-bottom: 0.5em;}
	a.footer-nav__link {font-size: 1em;}
	.footer-nav__item:not(:last-child) {margin-right: 1em;}
}

.footer-description {width:100%; display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 1.5625em;}
.footer-description__desc {font-size: 1.125em; font-weight: 300; line-height: 1.3; color:#fff;}
.footer-description__desc span {font-weight: 700;}
a.footer-description__link {font-size: 1.125em; font-weight: 500; width:7em; height:1.7223em; border-radius:50px; background: var(--main-color); display: flex; align-items: center; justify-content: space-between; padding:0 0.5em 0 0.7223em; color:#fff;}
a.footer-description__link span {width:1.0556em; aspect-ratio:1/1; background: #fff; display: flex; align-items: center; justify-content: center; border-radius:50%;}
.footer-copy {width:100%; display: flex; justify-content: space-between;}

.footer-adm {display: flex; flex-flow: row wrap;}
.footer-adm__cprt {font-size: 0.875em; font-weight: 500; line-height: 1.3;}

.footer-navi {display: flex;}
a.footer-navi__link {margin-right: 0.7143em; font-size: 0.875em; font-weight: 500; transition:.15s ease all; color:#626262; position: relative;}
a.footer-navi__link:last-child {margin-right: 0;}
a.footer-navi__link::after {content:''; display: block; width:100%; height:1px; background: #626262; position: absolute; left:0; bottom:0;}
@media(hover:hover){
	.footer-navi__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;}