/* include 공통 CSS */
.bg--gray {padding: 6.25em 0; background-color: var(--bg);}
.circle-title {position: relative; padding-left: 0.8889em; font-size: 2.25em; font-weight: 700; line-height: 1;}
.circle-title::before {content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 0.5em; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--main-color);}
.sub-desc {font-size: 1.25em; font-weight: 500; line-height: 1.6;}
.sub-desc--gray {font-size: 1.25em; font-weight: 500; line-height: 1.6; color: var(--main-gray);}
.sub-desc__item {margin-top: 1em;}
.sub-desc__item:first-child {margin-top: 0;}

.grid-cont {display: grid; grid-template-columns: 47.024% 49.41%; gap: 2%; justify-content: space-between; align-items: flex-start; padding-bottom: 12.5em;}
.grid-cont:last-of-type {padding-bottom: 0;}
.grid-cont--template {display: grid; grid-template-columns: 31.75% 66.25%; gap: 2%; justify-content: space-between; align-items: flex-start; padding-bottom: 12.5em;}
.grid-cont--template:last-of-type {padding-bottom: 0;}
@media (max-width:768px) {
	.grid-cont, .grid-cont--template {grid-template-columns: 1fr; gap: 2em;}
}

.line-list__line {position: relative; padding-left: 1.5em;}
.line-list__line::before {content: ''; position: absolute; left: 0.6em; top: 0.7em; width: 0.4em; height: 0.1em; background-color: var(--main-gray);}
.dot-list__dot {position: relative; padding-left: 1.5em;}
.dot-list__dot::before {content: ''; position: absolute; left: 0.6em; top: 0.6em; width: 0.2em; height: 0.2em; background-color: var(--main-gray); border-radius: 50%;}

/* swiper */
.swiper-slider__ctrl {position: absolute; left: 0; bottom: 2.5em; display: flex; justify-content: center; align-items: center; width: 100%; z-index: 1;}
.swiper-slider__ctrl .swiper-button-prev, .swiper-slider__ctrl .swiper-button-next {position: static; width: 2.5em; height: auto; aspect-ratio: 1/1; margin-top: 0; border-radius: 50%; border: 1px solid #fff; transition: .3s ease all;}
.swiper-slider__ctrl .swiper-button-prev {background: url('./img/slider_prev.svg') no-repeat center / cover;}
.swiper-slider__ctrl .swiper-button-next {background: url('./img/slider_next.svg') no-repeat center / cover;}
.swiper-slider__ctrl .swiper-button-prev::after, .swiper-slider__ctrl .swiper-button-next::after {display: none;}
.swiper-slider__ctrl .swiper-pagination {position:static; width: auto; margin: 0 1em; font-size: 1.25em; font-weight: 600; color: #fff;}
.swiper-slider__ctrl .swiper-pagination-total {opacity: 0.6;}
@media (hover:hover) {
	.swiper-button-prev:hover, .swiper-button-next:hover {background-color: var(--main-color); border-color: var(--main-color);}
}

	.history-list__item {padding: 3.75em 0; border-bottom: 1px solid var(--line);}
	.history-list__item:first-child {border-top: 1px solid var(--line);}
	.history-detail {display: flex; font-size: 1.25em; font-weight: 500; line-height: 1.6;}
	.history-detail__title {min-width: 7em; font-weight: 600; color: var(--main-gray);}
	.history-detail-list {flex: 1;}
/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1680px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1720px) / 2); padding-left: calc((100% - 1720px) / 2);}
@media(max-width:1720px){
	.inner {padding: 0 4%;}
}

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

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 6.25em; font-size: var(--fz); background-color: rgba(217,217,217,0.02); --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; box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.05); transition: 0.15s ease-in-out all;}
.header__fix--blur {position: absolute; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(2.5em); z-index: -1;}
.header__inner {display: flex; justify-content: space-between; align-items: center; height: inherit}
.header__ctrl {display: flex; align-items: center; height: inherit; margin-left: 5.375em;}

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

.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; 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:1080px){
	.header-navi {display: none;}
}

.header-lang {position: relative; display: flex; align-items: center;  text-align:center; height: inherit; transition: .15s ease-in-out all;}
.header-lang__btn{display: flex; align-items:center; transition: 0.15s ease-in-out all;}
.header-lang__btn,
.header-lang__btn:link,
.header-lang__btn:visited {color: var(--main-black);}
.header-lang__navi{position:absolute; top: 100%; left: 50%; transform:translateX(-50%); min-width:100%; height: 0; overflow: hidden;}
.header-lang__list {margin: 1em; background-color: rgba(0,0,0,0.5); border-radius: 0.5em; box-shadow:var(--shadow-1); transition: .15s ease-in-out all;}
.header-lang__link{padding:0.5em 1.5em; display: block; white-space: nowrap; transition: 0.15s ease-in-out all;}
.header-lang__link,
.header-lang__link:visited,
.header-lang__link:link {color: #fff;}
.header-lang__icon {width: 1.25em; filter:brightness(0) invert(0); transition: .15s ease-in-out all;}
.header-lang__btn.on .header-lang__icon { transform: rotate(180deg);}
@media(hover:hover){
	.header-lang__btn:hover {color: var(--main-color);}
	.header-lang__link:hover {color: var(--main-color);}
}
@media(max-width:1080px){
	.header-lang {display: none;}	
}

.header-login {margin-left: 1.5em;}
.header-login__list {display: flex; align-items: center;}
.header-login__item {margin-right: 1em;}
.header-login__item:last-child {margin-right: 0;}
.header-login__link {display: block; transition:.15s ease-in-out all;}
.header-login__link,
.header-login__link:visited,
.header-login__link:link {color: #fff;}
@media(hover:hover){
	.header-login__link:hover {color: var(--main-color);}
}
@media(max-width:1080px){
	.header-login{display: none;}	
}

.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__btn.on .header-drawer__line {background-color: #fff;}
.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;}
@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: rgba(0,0,0,0.2);}
.header__fix.enter .header-navi__m-btn {color: #fff;}
.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: #fff;}
.header__fix.enter .header-lang__btn.on {color: var(--main-color);}
.header__fix.enter .header-lang__btn.on .header-lang__icon {filter: brightness(1) invert(0);}
.header__fix.enter .header-lang__icon {filter: brightness(0) invert(1);}
.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: #fff;}
.header__fix.on .header-lang__icon {filter: brightness(0) invert(0);}
@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 {display: none; 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 {padding:3.75em 0 0; font-size: var(--fz); background-color: var(--main-black); color: #fff;} 
.footer-top {margin-bottom: 2.5em;}
.footer-top .inner {display: flex; justify-content: space-between;}
.footer-bottom {padding: 1.875em 0; border-top: 1px solid #fff;}
.footer__sec {}
.footer__sec--flex {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}

@media(max-width:768px){
	.footer-top .inner {display: block;}
	.footer__sec--contact {display: flex; justify-content: space-between;}
}

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

.footer-info {margin:5em 0 0; width: 100%;}
.footer-info__item {margin-bottom: 1.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:after {margin:0 1em; content:''; display: inline-block; width: 1px; height: 0.8em; background-color: var(--main-gray); opacity: 0.75;}
.footer-info__info:last-child:after {display: none;}
.footer-info__cate {display: block; margin-right: 0.8em;}
.footer-info__desc {}
.footer-info__desc--link {transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: #fff;}
@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-call {position: relative;}
.footer-call .footer-call__link {display: flex; align-items: center; color: #fff;}
.footer-call__info {display: flex; align-items: center; transform: translateX(25%); transition: .3s ease all;}
.footer-call__num {font-size: 1.5em; font-weight: 600; line-height: 1.6;}
.footer-call__arrow {padding-left: 0.625em;}
.footer-call__figure img {width: 6.625em;}

.footer-intranet {padding-top: 3.75em; text-align: right;}
.footer-intranet__link {display: inline-block; padding: 0.875em 1.875em; background-color: #fff; font-weight: 500; line-height: 1; transition: .3s ease all;}
@media (hover:hover) {
	.footer-intranet__link:hover {background-color: var(--main-color); color: #fff;}
	.footer-call__link:hover .footer-call__info {transform: translateX(30%);}
}
@media (max-width:768px) {
	.footer-call__info {transform: translateX(0);}
	.footer-call__figure {transform: translateX(-25%);}
	.footer-call__link:hover .footer-call__info {transform: translateX(10%);}
}

.family {position: relative; z-index: 0;}
.family__btn {padding:0.5em 1em; display: inline-flex; justify-content:space-between; align-items:center; font-weight: 500; border:1px solid #fff; transition:.15s ease all;}
.family__btn,
.family__btn:visited,
.family__btn:link {color: inherit;}
.family__arrow {margin-left: 1em; transition:.15s ease all;}
.family__navi {position: absolute; top: 100%; left: 50%; transform:translateX(-50%); min-width: 100%; text-align: left; background-color: var(--main-black); height: 0; overflow: hidden; z-index: 1;}
.family__list {padding:1em 0; border:1px solid #fff; border-top:none;}
.family__link {padding:0.5em 0.25em; display: block; white-space: nowrap; text-align: center; transition:.15s ease all;}
.family__link,
.family__link:visited,
.family__link:link {color: inherit;}
@media(hover:hover){
	.family__btn:hover {background-color: var(--main-color);}
	.family__link: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 {display: flex; justify-content: flex-end; flex-flow: row wrap;}
.footer-adm__cprt {}
.footer-adm__nav {display: flex; justify-content: flex-end; width: 100%;}
.footer-adm__link {margin-left: 1em; display: inline-block; transition:.15s ease all;}
.footer-adm__link,
.footer-adm__link:visited,
.footer-adm__link:link {color: var(--main-gray);}
.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;}