/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1840px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1840px) / 2); padding-left: calc((100% - 1840px) / 2);}
@media(max-width:1880px){
	.inner {padding: 0 4%;}
}

.sub-container {padding:5em 0 10em; min-height:5rem;}

@media (max-width:768px){
	.sub-container {padding:2.5em 0 5em;}
}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%; font-size: var(--fz); --menu-height : 0; transition: 0.3s ease-in-out all;}
.header-date {background: var(--main-color); height:2.5em; display: flex; align-items: center;}
.header-date__desc {display: flex; align-items: center; justify-content: flex-end; font-size: 0.875em; font-weight: 700; color:#fff; line-height: 1;}
.header-wrap {background: #fff; transition: 0.15s ease-in-out all; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);}

.header-inner {display: flex; justify-content: space-between; align-items: center; align-items: flex-start}
.header-home {height:5.9375em; display: flex; align-items: center;}
.header-home__logo {width: 11em; transition: 0.15s ease-in-out all;}

@media (max-width:1865px){
	.header-inner {padding:0 1%;}
}
@media (max-width:768px){
	.header-home {height:4.375em}
	.header-inner {padding:0 2%; align-items: center;}
}

.header-navi {position: relative; height:5.9375em; transition: .15s ease-in-out all; display: flex; align-items: flex-start; padding:1.0625em 0;}
.header-navi__m-list {display: flex; gap:0.5em; padding:0.8125em 1.25em; position: relative; transition: .15s ease-in-out all; position: relative;}
.header-navi__m-list.on {background: rgba(0,0,0,0.1);}
.header-navi__m-item:last-child {margin-right: 0;}
/* .header-navi__m-btn {padding:12px;} */
.header-navi__m-item {}
.header-navi__s-wrap {width:fit-content; position: absolute;}
.header-navi__s-list {transition: .15s ease-in-out all;}
/* .header-navi__m-list.on .header-navi__s-list {background-color: rgba(0, 0, 0, 0.1);} */
.header-navi__s-btn {display: block;}
@media(max-width:768px){
	.header-navi {display: none;}
}
@media(hover:hover){
	.header-navi__m-list .header-navi__m-btn:hover {color: #fff; background: var(--main-color);}
	.header-navi__m-list .header-navi__s-btn:hover,
	.header-navi__m-list .header-navi__c-btn:hover {color: var(--main-color);}
}

.header-drawer {display: none; position: relative;}
.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: #000; 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:flex; align-items: center;;}
}

/* .header__fix.enter {background-color: #fff;} */
/* .header__fix.enter .header-navi__m-btn {color: var(--main-black);} */
/* .header__fix.enter {padding:0;} */

/* fix 일 때 효과 빼기 */

/* .header__fix.enter .header-home__logo {filter: none;}
.header__fix.enter .header-wrap {background: #fff;} 
.header__fix.enter .header-navi__m-list.on {background: rgba(0,0,0,0.1);}
.header__fix.enter .header-navi__m-btn {color:var(--main-black);}
.header__fix.enter .header-navi__m-btn--crt {color: var(--main-black);}
.header__fix.enter .header-navi__m-list.on .header-navi__s-list {background-color: rgba(0, 0, 0, 0.1);}
.header__fix.enter .header-navi__s-btn {color: #000;}
.header__fix.enter .header-navi__s-btn--crt {color: var(--main-black);}
.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: var(--main-black);}
.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-navi__m-list .header-navi__m-btn:hover {color:#fff;}
	.header__fix.enter .header-navi__m-list .header-navi__s-btn:hover,
	.header__fix.enter .header-navi__m-list .header-navi__c-btn:hover {color: var(--main-black);}
} */

/************************* header_inc 끝*************************/

/************************* sub-dropdown 시작 *************************/
.sub-nav {display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(10px); position: relative; z-index: 1;}

.drop-menu {}
.drop-menu__inner {display: flex;}
.drop-menu__wrap {position: relative; z-index: 1;}
.drop-menu__btn {display: flex; justify-content: space-between; align-items: center; font-size: 1.125em; padding:1.6666em 1.9222em; line-height: 1; font-weight: 800; transition:.15s ease-in-out all;}
.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);}
.drop-menu__tit {display: block; font-size: 1.125em;}
.drop-menu__arr {margin-left: 2.4em; width: 0.9375em; transition:.15s ease-in-out all;}
.drop-menu__arr--hidden {visibility: hidden;}
.drop-menu__navi {position: absolute; top: 100%; left: 0; z-index: 10; width:max-content;  height: 0; overflow: hidden;   box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.drop-menu__mlist {background-color: #fff; padding:2em 2.5em;}
.drop-menu__mitem:not(:last-child) {padding-bottom: 1.75em; margin-bottom: 1.85em; border-bottom:1px solid #eaeaea;}
a.drop-menu__mlink {display: block; font-weight: 800; margin-bottom: 0.85em; line-height: 1; transition:.15s ease-in-out all; text-transform: uppercase}
.drop-menu__slist {display: flex; flex-wrap: wrap; gap:1.25em;}
a.drop-menu__slink {line-height: 1; font-weight: 500; color:#444;}
@media(hover:hover){
	.drop-menu__btn:hover {background-color: var(--main-color); color: #fff;}
	.drop-menu__btn:hover .drop-menu__arr {filter:brightness(0) invert(1);}
	a.drop-menu__mlink:hover {color: var(--main-color)}
	a.drop-menu__slink:hover {color: var(--main-color)}
}

@media (max-width:768px){
	.sub-nav {flex-direction: column; align-items: flex-start;}
}

/************************* 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 끝 *************************/


.tabmenu-depth3 {position: absolute; left:0; bottom:2.5em; width:100%;}
.tabmenu-depth3__list {display: flex;}
.tabmenu-depth3__item:not(:last-child) {padding-right: 1.25em;}
a.tabmenu-depth3__btn {display: block; opacity: 0.3; transition:all 0.4s; color:#fff; font-size: 1.125em; font-weight: 800; text-align: center;}
a.tabmenu-depth3__btn--crt {opacity: 1;}
.tabmenu-depth3__figure {display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); margin-bottom: 0.8112em;}

@media (hover: hover){
	a.tabmenu-depth3__btn:hover {opacity: 1;}
}

@media (max-width:768px){
	.tabmenu-depth3 {display: none;}
}
/************************* depth3 시작 *************************/
.depth3 {padding-right: 2.5em;}
.depth3__list {display: flex; flex-wrap: wrap;}
.depth3__item {padding-right:0.25em;}
.depth3__item:last-child {padding-right:0;}
a.depth3__btn {width: 9.0625em; height: 2.6875em; font-weight: 800; display: flex; align-items: center;justify-content: center; border-radius:3px; color:#aaa; background: #fff; transition:.15s ease all;}
a.depth3__btn--crt {background:var(--main-color); color:#fff;}
@media(hover:hover){
	a.depth3__btn:hover {background:var(--main-color); color:#fff;}
}

@media (max-width:768px){
	.depth3 {padding-right: 1.5em; width:100%; display: flex; justify-content: flex-end;}
}
/************************* depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
.footer {padding:5em 0; font-size: var(--fz); background: #000 url(./img/footer_bg01.jpg) no-repeat center bottom / 100%; color: #fff;} 
.footer-wrap {display: flex;}
.footer-wrap__item {width:50%; display: flex; flex-direction: column; justify-content: space-between}
.footer-wrap__item--nav {padding-left: 1.5218%; padding-right: 2.0718%; flex-direction: row; align-items: flex-start;}


.footer-info {width: 100%;}
.footer-info__item {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:not(:last-child) {margin-right: 1em;}
.footer-info__cate {display: block; font-weight: 700; line-height: 1; margin-right: 0.5em;}
.footer-info__desc {color: var(--main-gray); font-weight: 500;}
.footer-info__desc--link {transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: var(--main-gray);}
@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-adm {display: flex; flex-flow: row wrap;}
.footer-adm__cprt {margin-right: 1em; color:#444; font-weight: 500;}
.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: #444; font-weight: 500;}
.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-navi__m-list {width:100%;}
.footer-navi__m-item {display: flex; align-items:flex-start;}
.footer-navi__m-item:not(:last-child) {padding-bottom: 4.1em;}
a.footer-navi__m-btn {display: block; font-size: 1.25em; font-weight: 700; color:#fff; width:10.5em; line-height: 1; transition:all 0.4s; }
.footer-navi__s-wrap {width:13.75em;}
.footer-navi__m-list--right .footer-navi__s-wrap {width:8.75em;}
.footer-navi__s-item:not(:last-child) {padding-bottom: 2.3em;}
.footer-navi__m-list--right .footer-navi__s-item:not(:last-child) {padding-bottom: 0;}
a.footer-navi__s-btn {display: block; color:#fff; margin-bottom: 0.7em; font-weight: 500; line-height: 1; transition:all 0.4s;}
.footer-navi__c-item:not(:last-child) {padding-bottom: 0.7em;}
a.footer-navi__c-btn {display: block; color:#aaa; font-weight: 500; line-height: 1; transition:all 0.4s;}

@media (hover: hover) {
	a.footer-navi__m-btn:hover {color:Var(--main-color)}
	a.footer-navi__s-btn:hover {color:Var(--main-color)}
	a.footer-navi__c-btn:hover {color:Var(--main-color)}
}

@media (max-width:1865px){
	.footer-wrap__item {width:42%;}
	.footer-wrap__item--nav {width:58%;}
}
@media (max-width:1320px){
	.footer-wrap {flex-direction: column-reverse;}
	.footer-wrap__item {width:100%;}
	.footer-wrap__item--nav {flex-direction: column; padding:0; padding-bottom: 2em;}
	.footer-navi__m-item:not(:last-child) {padding-bottom: 2em;}
	.footer-navi__m-list--left .footer-navi__m-item {padding-bottom: 2em;}
	.footer-navi__s-list {display: flex; flex-wrap: wrap; gap:2.3em}
	.footer-navi__s-wrap {width:calc(100% - 13.125em)}
	.footer-navi__m-list--right .footer-navi__s-wrap {width:calc(100% - 13.125em)}
	.footer-navi__s-item:not(:last-child) {padding-bottom: 0;}
	
	.footer-info {padding-bottom: 2em;}
}
@media (max-width:768px){
	.footer {padding:2.5em 0;}
}

.top-btn {position: fixed; right:2.0998%; bottom: 2.0998%; z-index: 1; visibility:hidden; transition: all 0.4s;}
.top-btn.active {visibility:visible}
.top-btn img {width:5.625em;}

@media (max-width:768px){
	.top-btn img {width:2.8125em}
}
/************************* footer_inc 끝 *************************/

