/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1618px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1618px) / 2); padding-left: calc((100% - 1618px) / 2);}
@media(max-width:1640px){
	.inner {padding: 0 4%;}
}

.sub-container {padding-left: 9.375em; padding-right: 1.25em; display: flex; width: 100%;}
.sub-container > section,
.sub-container > div {min-width: 0;}
@media(max-width:768px){
	.sub-container {padding-right: 4%; padding-left: 4%;}
}


.aside-sec {padding-top: 3.3em;}
.sub-container:has(.board-wrap--view) .aside-sec {width: 21.7em;}

.joy {color: var(--main-color); width: 27.8125em;}
.joy__tit {font-size: 3.5625em; font-weight: 500; line-height: 1.2281;}
.joy__desc {margin-top: 0.15em; font-size: 2.125em; font-weight: 700; letter-spacing: -0.03em;}
@media(max-width:768px){
	.joy {width: 14em;}
}
@media(max-width:500px){
	.joy {width: 100%}
}

.sub-container:has(.board-wrap--view) .joy {width: auto;}

@media(max-width:1320px){
	.sub-container:has(.aside-sec) {flex-wrap:wrap;}
	.sub-container:has(.aside-sec) > section,
	.sub-container:has(.aside-sec) > div {width: 100%; flex:none;}
}

.page-int {/*padding: 5.7em 9.375em 0;*/ padding: 0 9.375em}
.page-int__tit {font-size: 1.125em; font-weight: 600; color: var(--main-color);}
.page-int__arrow {width: 0.9375em;}
.page-int--view {display: flex; justify-content: space-between; align-items: center; gap:1.25em; margin-right: 1.25em; padding-top: 1.5em; padding-bottom: 3.25em;}
@media(max-width:1640px){
	.page-int {padding-right: 1.25em;}
}
@media(max-width:768px){
	.page-int {padding-right: 4%; padding-left: 4%;}
	.page-int__wrap {flex:none; width: 100%;}
}

body:has(.board-wrap--view) .page-int__tit {border-bottom:2px solid var(--main-black)}
body:has(.pro-view) .page-int__tit {border-bottom:none;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header {font-size: 16px; padding-top: 9.375em }
.header__fix {position: fixed; left:0; top:0; z-index: 100; display: flex; justify-content: space-between; align-items: center; width:100%; height: 9.5em; --menu-height : 0; padding-left: 3.75em; transition: 0.15s ease-in-out all; background-color: #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;}
@media(max-width:1640px){
	.header__fix {padding-right: 1.25em; padding-left: 4%;}
}
@media(max-width:768px){
	.header__fix {padding-right: 4%;}
}
@media(max-width:500px){
	.header {padding-top: 5em;}
	.header__fix {height: 5em;}
}

.header-home__logo {width: 3.1875em; transition: 0.15s ease-in-out all;}
@media(max-width:500px){
	.header-home__logo {width: 2.25em;} 
}

.header-navi {position: relative; height: inherit; margin-left: auto; transition: .15s ease-in-out all;}
.header-navi__m-list {display: flex; height: inherit;}
.header-navi__m-item {height: inherit;}
.header-navi__m-item:last-child {margin-right: 0;}
.header-navi__m-btn {display: flex; align-items: center;}
.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;}

.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:500px){	
	.header-drawer {display:block;}
}


/************************* 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 {margin-top: 5em;}
.tab-menu__item {margin-bottom: 0.35em;}
.tab-menu__item:last-child {margin-bottom: 0;}
.tab-menu__btn {display: inline-block; font-size: 1.125em; font-weight: 600;}
.tab-menu__btn,
.tab-menu__btn:link,
.tab-menu__btn:visited {color: var(--main-color);}
.tab-menu__btn--crt {padding:0 0.3446em; background-color: var(--main-color);}
.tab-menu__btn--crt,
.tab-menu__btn--crt:link,
.tab-menu__btn--crt:visited {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.8em 1.25em 3.8em 9.375em; font-size: var(--fz); color: var(--main-gray);}
.footer__inner {display: flex; justify-content: space-between; gap:2em; padding-right: 9.375em;}
.footer__home {display: block; width: 6.8125em;}
.footer__home img {width: 6.8125em;}

.footer-info {flex:1; font-size: 0.875em;}
.footer-info__list {margin-bottom: 0.3em; display: flex; flex-wrap:wrap; gap:0.3em 1.2em;}
.footer-info__item {display: flex;}
.footer-info__desc {margin-left: 0.8em; letter-spacing: 0.02em;}
.footer-info__desc--contact {margin-left: 0.3em;}
.footer-info__desc,
.footer-info__desc:link,
.footer-info__desc:visited {color: inherit;}
.footer-info__addr {line-height: 1.65;}
.footer-info__addr--ko {letter-spacing: 0.025em;}
.footer-info__addr--en {letter-spacing: 0.033em;}

.footer-adm__cprt {line-height: 1.65; letter-spacing: 0.033em;}
.footer-adm__link,
.footer-adm__link:link,
.footer-adm__link:visited {color: inherit;}

@media(max-width:1640px){
	.footer__inner {padding-right: 0;}
}
@media(max-width:768px){
	.footer {padding-right: 4%; padding-left: 4%;}
}
@media(max-width:500px){
	.footer-info__list {display: block;}
	.footer-info__item {line-height: 1.6;}
}

/************************* 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;}