/* include 공통 CSS */

/************************* 공통 시작*************************/

.inner {width: 100%; max-width:var(--inner-width); margin: 0 auto; --inner-width:1320px;}
.inner--fill {max-width:none; padding-right: calc((100% - var(--inner-width)) / 2); padding-left: calc((100% - var(--inner-width)) / 2);}
.inner--left {padding-left: calc((100% - var(--inner-width)) / 2); padding-right: 0;}
@media(max-width:1360px){
	.inner {padding: 0 4%;}
}

.view-ctrl__list {display: flex;}
.view-ctrl__list--center {justify-content: center;}
.view-ctrl__btn {display: flex; justify-content: space-between; align-items: center; width: 8.625em; height: 2.5em; padding:0 0.4375em 0 0.75em; border-radius:2.5em; background-color: var(--main-color); text-align: center;}
.view-ctrl__btn,
.view-ctrl__btn:link,
.view-ctrl__btn:visited {color: #fff;}
.view-ctrl__btn--center {justify-content: center;}
.view-ctrl__txt {font-size: 0.9168em; font-weight: 500; color: #fff; letter-spacing: 0.03em;}
.view-ctrl__icon {width: 1.75em; height: 1.75em; border-radius:50%; background: url('./img/view_arr.png') no-repeat center / cover #434343; }
.view-ctrl__icon--rotate90 {transform:rotate(90deg);}

.sub-container {min-height:5rem;}

.sub-int--center {text-align: center;}
.sub-int__cate {font-size: 1.25em; font-weight: 700; color: var(--main-color);}
.sub-int__cate--white {color: #fff;}
.sub-int__tit {font-size: 2.0832em; font-weight: 700; line-height: 1.2803;}
.sub-int__tit--large {font-size: 2.9169em;}
.sub-int__tit span {font-weight: 400;}

.sub-int__desc {font-size: 1.1669em; line-height: 1.5;}

.detail--prp {--pro-color : #e04403}
.detail--sprp {--pro-color : #2c9942}
.detail--prs {--pro-color : #007cba}
.detail--act {--pro-color : #ffa400}
.detail--bmc {--pro-color : #233569}
.detail-int {position: relative; padding-top: 9.5em; text-align: center;}
.detail-int__cate {margin-bottom: 0.4em;}
.detail-int__desc {margin-top: 0.5em; color: #535353;}
.detail-int__info {padding-right: 4%; padding-left: 4%;}
@media(max-width:768px){
	.detail-int {display: flex; flex-direction: column-reverse;}
	.detail-int__info {position: static; margin-bottom: 2em;}
}


.detail-spec {position: relative; padding-top: 9.8em;}
.detail-spec__info {display: flex; flex-wrap:wrap; align-items: center; margin-top: 3em; box-shadow:var(--shadow-1); border-radius:1em; overflow: hidden;}
.detail-spec__figure {width: 41.667%; margin-right: 1em; text-align: center;}
.detail-spec__figure--wide {margin-right: 0; width: 100%; border-radius:2em; }
.detail-spec__figure img {width: 100%;}
.detail-spec__tb {margin:2em 6em 2em 0; flex:1;}
.detail-spec__th {width: 4.5em; padding-top: 10px; padding-bottom: 10px; font-size: 1.3332em; font-weight: 700; text-align:left; border-bottom:2px solid #1b1b1b; vertical-align: top;}
.detail-spec__td {padding-left: 1.5em; font-size: 1.1669em; color: #1b1b1b; font-weight: 200;}
.detail-spec__line {padding:10px 10px 10px 0;  border-bottom:1px solid #ddd;}
.detail-spec__dot {display: flex; line-height: 1.8453;}
.detail-spec__dot:before {content:'·'; display: inline-block; margin-right:0.25em;}
@media(max-width:500px){
	.detail-spec__figure {width: 100%; margin-right: 0;}
	.detail-spec__tb {margin-right: 2em; margin-left: 2em;}
	.detail-spec__th {width: 6em}
}

.detail-spec__tr:last-child .detail-spec__th,
.detail-spec__tr:last-child .detail-spec__line {border-bottom:none;}

.detail-idx__tit {font-size: 1.4882em; font-weight: 800; line-height: 1.2861;}
.detail-idx__grid {display: grid; grid-template-columns: repeat(3, 1fr); gap:2.5em 3.3125em; padding-top: 5.9375em; padding-bottom: 15.5em;}
.detail-idx__cell {display: flex; align-items: flex-start; min-height: 5.625em; padding: 1.2em 1.8em; box-shadow:var(--shadow-1); border-radius:0.75em; }
.detail-idx__cell--tit {background-color: var(--pro-color); color: #fff;}
.detail-idx__num {margin-right: 0.5em; font-size: 1.4169em; font-weight: 800; color: var(--pro-color);}
.detail-idx__cate {padding-right: 1em; font-size: 1.4168em; font-weight: 600; line-height: 1.3507; color: #1b1b1b;}
.detail-idx__cate span {display: block; font-weight: 300;}
.detail-idx__frame {min-width: 5.625em; margin-left: auto; align-self: center;}
@media(max-width:1080px){
	.detail-idx__grid {grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:500px){
	.detail-idx__grid {grid-template-columns: repeat(1, 1fr);}
}

.detail-banner {padding:5.625em 0 15em;}
.detail-banner__tit {padding:1em; font-size: 1.4882em; font-weight: 800; line-height: 1.2861; background-color: var(--pro-color); color: #fff; border-radius:0.5em;}
.detail-banner__inner {display: flex; flex-wrap:wrap;}
.detail-banner__info {margin-left: 2em; padding:1em 2em; flex:1; display: flex; align-items: center; border-radius:0.5em; box-shadow:var(--shadow-1)}
.detail-banner__sbj {font-size: 1.4169em; font-weight: 600; line-height: 1.3506;}
.detail-banner__desc {font-size: 1.4169em; font-weight: 300; line-height: 1.3506;}
.detail-banner__frame {margin-left: auto;}
@media(max-width:500px){
	.detail-banner__tit {width: 100%;}
	.detail-banner__info {flex:none; width: 100%; margin-top: 1em; margin-left: 0;}
}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header {font-size: var(--fz);}
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 5em; background-color: #fff; --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; align-items: center; height: inherit; padding-right: 4.125em;}
.header__ctrl {display: flex; align-items: center; height: inherit; margin-left: auto;}
@media(max-width:1360px){
	.header__inner {padding-right: 4%; padding-left: 4%;}
}

.header-home {display: inline-block; transform:translateY(-.3em)}
.header-home__logo {width: 10.5625em; transition: 0.15s ease-in-out all;}

.header-navi {position: relative; height: inherit; margin-left: 17em; 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; padding:0.25em 0.4em 0.25em 0.5em; background-color: #f7f7f7; border:1px solid #f1f1f1; border-radius:1em; transition: 0.15s ease-in-out all;}
.header-lang__btn,
.header-lang__btn:link,
.header-lang__btn:visited {color: #535353;}
.header-lang__btn span {font-size: 0.8332em; font-weight: 700; letter-spacing: 0.02em;}
.header-lang__icon {width: 1.375em; margin-left: 0.6em;}
.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;}
@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 {position: relative; margin-left: 1.3125em;}
.header-drawer__btn {position: relative; width: 19px; height: 17px; z-index: 0; transition:.15s ease-in-out all;}
.header-drawer__line {position: absolute; left: 0; width: 100%; height: 2px; background-color: #434343; 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;}
}

.header__fix.enter {background-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 {position:sticky; top: 5em; left: 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background-color: #fff; z-index: 50; opacity: 0; visibility:hidden; animation: intTab .25s ease-in-out forwards;}
.tab-menu__list {display: flex; justify-content: center; overflow: auto;}
.tab-menu__item {margin-right: 4em; flex-shrink:0;}
.tab-menu__item:last-child {margin-right: 0;}
.tab-menu__btn {display: flex; justify-content: center; align-items: center; text-align: center; height: 3.65em; font-weight: 700; border-bottom:3px solid transparent; transition: .15s ease-in-out all;}
.tab-menu__btn,
.tab-menu__btn:link,
.tab-menu__btn:visited {color: #959595;}
.tab-menu__btn.on {border-color:var(--main-black);}
.tab-menu__btn.on,
.tab-menu__btn.on:link,
.tab-menu__btn.on:visited {color: var(--main-black);}
@media(hover:hover){
	.tab-menu__btn:hover {border-color:var(--main-black);}
}

@keyframes intTab {
	100% {opacity: 1; visibility: visible;}
}
/************************* 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 {position: relative; padding:2.9em 0 3.945em; font-size: var(--fz); background-color: #222; color: #fff;} 
.footer__inner {display: flex; flex-wrap:wrap; justify-content: space-between;}
.footer__sec {margin-bottom: 1.5em; padding-bottom: 4.1em; border-bottom:1px solid #444}
.footer__sec:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom:none;}
.footer__top {position: absolute; right: 12em; bottom: 12em; display: flex; justify-content: center; align-items: center; flex-direction: column; font-size: 0.625em; width: 5.4em; height: 5.4em; background-color: #434343; color: #fff; box-shadow:var(--shadow-1); border-radius:50%; font-weight: 600;}
.footer__top,
.footer__top:link,
.footer__top:visited {color: #fff;}
@media(max-width:768px){
	.footer__sec {margin-bottom: 2em; padding-bottom: 2em;}
}


.footer-int__logo {width: 12.8125em;}
.footer-int__desc {margin-top: 0.9em; margin-bottom: 1.2em; font-size: 2.0832em; line-height: 1.2401;}
@media(max-width:768px){
	.footer-int {width: 100%;}
}

.footer-navi {margin-left: auto; align-self: flex-end; text-align:right;}
.footer-navi__m-list {display: flex;}
.footer-navi__m-item {margin-left: 2.8em;}
.footer-navi__m-item:first-child {margin-left: 0;}
.footer-navi__m-btn {display: inline-block; margin-bottom: 0.75em; font-size: 1.3332em; font-weight: 700;}
.footer-navi__m-btn,
.footer-navi__m-btn:link,
.footer-navi__m-btn:visited {color: #fff;}
.footer-navi__s-item {margin-bottom: 0.8em; font-size: 0.8125em;}
.footer-navi__s-item:last-child {margin-bottom: 0;}
.footer-navi__s-btn {font-weight: 200;}
.footer-navi__s-btn,
.footer-navi__s-btn:link,
.footer-navi__s-btn:visited  {color: #aaa;}
@media(max-width:768px){
	.footer-navi {margin-top: 2em; margin-left: 0; text-align:left; width: 100%;}
	.footer-navi__m-list {justify-content: space-between;}
	.footer-navi__m-item {margin-left: 0; flex:1;}
	}

.footer-info__item {margin-bottom: 0.25em; display: flex; flex-wrap:wrap; font-size: 0.8332em; line-height: 1.3; letter-spacing: -0.03em;}
.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: #b5b5b5;}
.footer-info__info:last-child:after {display: none;}
.footer-info__cate {display: block; margin-right: 0.8em; color: #7d7d7d; font-weight: 700;}
.footer-info__desc {color: #b5b5b5;}
.footer-info__desc--link {transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: #b5b5b5;}
@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__nav {display: flex; justify-content: flex-end;}
.footer-adm__link {margin-left: 1em; font-size: 0.8332em; line-height: 1.3; letter-spacing: -0.03em;}
.footer-adm__link,
.footer-adm__link:link,
.footer-adm__link:visited {color: #898989;}
.footer-adm__link:first-of-type {margin-left: 0;}
.footer-adm__cprt {margin-top: 0.5em; font-size: 0.8332em; line-height: 1.3; letter-spacing: -0.03em; color: #898989; text-align:right;}
@media(max-width:1080px){
	.footer-adm__cprt {text-align:left;}
}
@media(max-width:768px){
	.footer-adm__nav {margin-top: 1em; justify-content: flex-start;}
}

/************************* 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;}