/* include 공통 CSS */
.sub-titlebox {padding-bottom: 3.125em; text-align: center;}
.sub-title {font-size: 2.75em; font-weight: 700; line-height: 1;}
.dot-title {position: relative; padding-left: 0.916667em; padding-bottom: 0.8em; font-size: 1.5em; font-weight: 700; line-height: 1.8;}
.dot-title::before {content: ''; display: block; position: absolute; left: 0; top: 0.7em; width: 0.3334em; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--main-color);}
.sub-cont {padding-top: 4.0625em;}
.sub-cont:first-of-type {padding-top: 0;}
.sub-table table {width: 100%; border-top: 1px solid var(--main-black);}
.sub-table th, .sub-table td {padding: 1.1112em 0.5em; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 1.125em; line-height: 1.5;}
.sub-table th:first-child, .sub-table td:first-child {border-left: 1px solid var(--line);}
.sub-table th {background-color: var(--bg); font-weight: 600;}
.sub-table td {text-align: center; font-weight: 500; color: var(--sub-black);}
.sub-title__desc {padding-top: 1.333em; font-size: 1.125em; font-weight: 500; color: var(--sub-black); line-height: 1.8;}

.business-cont {margin-top: 7.5em; padding-top: 6.875em; border-top: 1px solid var(--line);}
.business-cont:first-of-type {margin-top: 0; padding-top: 0; border: 0;}
.business-list {display: flex; flex-wrap: wrap; gap: 1.5625em;}
.business-list__item {flex: 1; padding: 2.25em 3.125em 2.5em; border: 1px solid var(--line); border-radius: 0.75em; line-height: 1.8;}
.business-list__title {padding-bottom: 1.5em; font-size: 1.5em; font-weight: 700;}
.business-desc {font-size: 1.125em; font-weight: 500; color: var(--sub-black); line-height: 1.8;}
.line-list {}
.line-list__item {position: relative; padding-left: 1.5556em; font-size: 1.125em; font-weight: 500; color: var(--sub-black); line-height: 1.8;}
.line-list__item::before {content: ''; display: block; position: absolute; left: 0.7em; top: 0.75em; width: 4px; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--sub-black);}
@media (max-width:768px) {
	.business-list__item {flex: 100%; padding: 2.25em;}
}

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1520px; margin: 0 auto; }
.inner-1760 {width: 100%; max-width:1760px; margin: 0 auto; }
.inner--fill {max-width:none; padding-left: calc((100% - 1520px) / 2);}
@media(max-width:1560px){
	.inner {padding: 0 4%;}
	.inner--fill {padding-left: 4%;}
}
@media(max-width:1800px){
	.inner-1760 {padding: 0 4%;}
}

.sub-container {padding-top: 9.5625em; padding-bottom: 10em; min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 6.25em; background-color: #fff; 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;}
@keyframes headerFade {
	0% {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
	}	
}

.header-home__logo {width: 8.875em; transition: 0.15s ease-in-out all;}

.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;}
.header-navi__m-item:last-child {margin-right: 0;}
.header-navi__m-btn {display: flex; align-items: center; justify-content: center; height: inherit;}
.header-navi__m-item {position: relative;}
.header-navi__s-wrap {position: absolute; top: calc(100% - 0.5556em); left: 50%; min-width: 100%; transform:translateX(-50%);}
.header-navi__s-list {transition: .15s ease-in-out all;}
.header-navi__s-btn {display: block;}
@media(max-width:1080px){
	.header-navi {display: none;}
}

.header-drawer {position: relative; margin-left: 6.25em;}
.header-drawer__btn {position: relative; width: 26px; height: 16px; z-index: 0; transition:.15s ease-in-out all;}
.header-drawer__line {position: absolute; left: 0; width: 100%; height: 2px; background-color: var(--main-black); 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__btn.on .header-drawer__line {background-color: #fff;}
@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;}
}

.header__fix.enter {background-color: #fff; box-shadow: 0 5px 20px rgba(34,34,34,0.05);}
.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(--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 {display: none; 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(--line)}
.tab-menu__list {display: flex;}
.tab-menu__item {flex:1;}
.tab-menu .tab-menu__btn {padding:1.389em 0.75em; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; font-size: 1.125em; font-weight: 600; color: var(--sub-gray); line-height: 1; 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 {padding:3.75em 0; background-color: #f5f5f5; border-radius:0.75em;} 
.footer__sec {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start; gap: 1.875em;}
.footer__sec:first-child {padding-bottom: 10em;}
@media (max-width:768px) {
	.footer__sec:first-child {padding-bottom: 6em;}
}

.footer-home {display: inline-block;}
.footer-home__logo {width: 9.375em;}

.footer-info {margin:2em 0; width: 100%;}
.footer-info__item {display: flex; flex-wrap:wrap;}
.footer-info__item:last-child {margin-bottom: 0;}
.footer-info__info {display: inline-flex; align-items: center; gap: 0.25em; color: #aaa; letter-spacing: -0.0313em;}
.footer-info__info::after {content:'/'; display: block; margin:0 0.3125em;}
.footer-info__info:last-child::after {display: none;}
.footer-info__info--link {transition:.15s ease all;}
.footer-info__info--link,
.footer-info__info--link:visited,
.footer-info__info--link:link {color: #aaa;}
@media(max-width:500px){
	.footer-info__item {margin-bottom: 0;}
	.footer-info__detail {width: 100%; margin-right: 0;}
}
@media(hover:hover){
	.footer-info__info--link:hover {color: var(--main-color);}
}

.footer-navi__m-list {display: flex; flex-wrap: wrap; gap: 2.5em;}
.footer-navi__m-item {min-width: 7.75em;}
a.footer-navi__m-btn {font-weight: 500; letter-spacing: 0.0313em;}
.footer-navi__s-wrap {padding-top: 1.35em;}
.footer-navi__s-item {padding-bottom: 0.75em;}
.footer-navi__s-item:last-child {padding-bottom: 0;}
a.footer-navi__s-btn {color:#888; letter-spacing: 0.0313em; transition: .3s ease all;}

@media (hover: hover){
	a.footer-navi__m-bt:hover, a.footer-navi__s-btn:hover {color:var(--main-color);}
}

.family__btn.on {background-color: var(--main-color); color: #fff;}
.family__btn.on .family__arrow {transform:rotate(-180deg);}

.footer-navi__link {margin-right: 1em; font-weight: 500; transition:.15s ease all;}
.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 {margin-left: auto;}
.footer-adm__cprt {margin-left: 1em; color:#aaa; letter-spacing: -0.0313em; text-align: right;}
.footer-adm__design {color:#aaa;}
.footer-adm__nav {display: flex; justify-content: flex-end; gap: 0.5em; padding-top: 0.25em;}
.footer-adm__link {margin-right: 0.5em; display: inline-block; transition:.15s ease all;}
.footer-adm__link,
.footer-adm__link:visited,
.footer-adm__link:link {color: #aaa;}
.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;}