/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1600px; margin: 0 auto; }
.inner-1666 {width: 100%; max-width:1666px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1600px) / 2); padding-left: calc((100% - 1600px) / 2);}
@media(max-width:1706px){
	.inner-1666 {padding: 0 4%;}
}
@media(max-width:1640px){
	.inner {padding: 0 4%;}
}


.sub-container {padding-top: 8.75em; padding-bottom: 17.5em; min-height:5rem;}

@media (max-width:768px){
	.sub-container {padding-top: 4.25em; padding-bottom: 8.75em;}
}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 5.75em; font-size: var(--fz); --menu-height : 0; transition: background-color 0.15s ease-in-out;}
.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: none; align-items: center; height: inherit;}

@media(max-width:1080px){	
	.header__ctrl {display:flex;}
}

.header-home__logo {width: 10em; transition: 0.15s ease-in-out all; filter:contrast(0) brightness(2);}

.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; margin-right: 2em;}
.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-drawer {display: block; 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: #fff; 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-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-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 #ddd; position: relative; z-index: 10;}
.drop-menu__inner {display: flex;}
.drop-menu__home {display: inline-flex; min-width: 4.5em; min-height: 4.5em; height: inherit; background: var(--main-color); justify-content: center; align-items: center; border-right:1px solid #ddd;}
.drop-menu__icon {width: 0.9375em;}
.drop-menu__wrap {position: relative; z-index: 0; border-right:1px solid #ddd}
.drop-menu__btn {display: flex; justify-content: space-between; align-items: center; min-width:18.75em; height: 100%; padding:0 1.75em; 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 1.75em; 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);}

@media (max-width:500px){
	.drop-menu__home {min-width:3.5em; min-height:3.5em;}
	.drop-menu__btn {min-width:10em; padding:0 1em;}
}

/************************* 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 끝 *************************/

/************************* 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:5em 0 2.1875em; font-size: var(--fz); background-color: #fafafa;} 
.footer__sec {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-end;}
.footer__sec:first-child {padding-bottom: 3.75em;}

.footer-home {display: inline-block;}
.footer-home__logo {width: 16.25em;}

.footer-info {color:#444;}
.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; margin-right: 1.25em;}
.footer-info__cate {display: block; font-weight: 600;}
.footer-info__desc {color: #666; margin-left: 0.375em;}
.footer-info__desc--link {transition:.15s ease all; margin-left: 0.375em;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: #666;}
@media(max-width:768px){
	.footer-info {padding-bottom: 1.25em;}
}
@media(max-width:768px){
	.footer__sec:first-child {flex-direction: column; align-items: flex-start; padding-bottom: 2em;}
}
@media(hover:hover){
	.footer-info__desc--link:hover {color: var(--main-color);}
}


.footer-navi__link {margin-right: 1.25em; 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);}
}
@media(max-width:768px){
	.footer-navi {margin-top: 1.25em;}
}

.footer-sns {display: flex;}
.footer-sns img {width:3.25em;}
.footer-sns__item {margin-right: 0.75em;}
.footer-sns__item:last-child {margin-right: 0;}

/************************* 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;}


.sub-tit {padding-bottom: 3.25em;}
.sub-tit__title {font-size: 3em; font-weight: 800; line-height: 1; letter-spacing: -0.0208em;}

@media (max-width:500px){
	.sub-tit {padding-bottom: 2.5em;}
	.sub-tit__title {font-size: 2em;}
}

.sub-banner {width:100%; height:32.5em; border-radius:0 3.75em 0 3.75em; display: flex; align-items: center; padding:6.25%; }
.sub-banner__desc {font-size: 2.5em; font-weight: 800; line-height: 1.5; letter-spacing: -0.025em; color:#fff;}
.sub-cont {padding-top: 7em;}
.sub-wrap {display: flex; justify-content: space-between; padding-bottom: 3.75em; margin-bottom: 2.85em; border-bottom:1px solid #ddd;}
.sub-wrap:last-child {padding-bottom: 0; margin-bottom: 0; border-bottom:none;}
.sub-wrap__title {font-size: 2em; font-weight: 800; line-height: 1.5; letter-spacing: -0.0313em; width:18.75%;}
.sub-info {width: 75%;}
.sub-info__desc {font-size: 1.125em; font-weight: 500; line-height: 1.7; letter-spacing: -0.0278em; color:#444; padding-bottom: 1.9445em;}
.sub-info__desc--npb {padding-bottom: 0; padding-top: 1.9445em;}
.sub-info__desc--np {padding-bottom: 0;}
.sub-info__desc .bg {background: var(--main-color); color:#fff;}
.sub-info__desc .bold {font-weight: 700;}
.sub-info__desc .big {font-size: 1.7778em; font-weight: 800; line-height: 1.2;}
.sub-info__desc .color {color:var(--main-color);}

@media (max-width:1080px){
	.sub-wrap {flex-direction: column; padding-bottom: 2.5em; margin-bottom: 2.5em;}
	.sub-wrap:last-child {padding-bottom: 0; margin-bottom: 0;}
	.sub-wrap__title {width:100%; padding-bottom: 1em;}
	.sub-info {width: 100%;}
}
@media (max-width:768px){
	.sub-cont {padding-top: 3.5em;}
	.sub-banner {height:25em; padding:6.25% 4%}
	.sub-banner__desc {font-size: 2em;}
}
@media (max-width:500px){
	.sub-wrap__title {font-size: 1.5em;}
	.sub-banner {height:20em;}
	.sub-banner__desc {font-size: 1.5em;}
	.sub-banner__desc br {display: none;}
	.sub-info__desc .big {font-size: 1.2778em;}
	
}

.sub-picture {display: flex; flex-wrap: wrap; gap: 1.25em 1.6667%;}
.sub-picture__box {width:49.1667%;}
.sub-picture__figure {border:1px solid #ddd;}
.sub-picture__desc {font-size: 1.125em; font-weight: 600; letter-spacing: -0.0278em; text-align: center; padding-top: 0.6112em;}

@media (max-width:500px){
	.sub-picture {flex-direction: column;}
	.sub-picture__box {width:100%;}
}

.sub-table table {width:100%; border:1px solid #ddd;}
.sub-table tr {font-size: 1.125em; font-weight: 500; color:#444; line-height: 1.7; text-align: center; height:3.1112em; border-bottom:1px solid #ddd;}
.sub-table tr:last-child {border-bottom:none;}
.sub-table th {font-weight: 600; color:#000; background: #fafafa; border-right:1px solid #ddd;}
.sub-table th:last-child {border-right:none;}
.sub-table td {border-right:1px solid #ddd;}
.sub-table td:last-child {border-right:none;}
.sub-table td.th {font-weight: 600; color:#000;}

.sub-table--reduce {margin-bottom: 2.5em;}
.sub-table--reduce table {width:75%;}

@media (max-width:500px){
	.sub-table {overflow-x: auto;}
	.sub-table table {width:768px;}
}

.sub-case {display: flex; flex-wrap: wrap; gap: 1.25em 1.6667%;}
.sub-case__box {width:49.1667%;}
.sub-case__title {font-size: 1.25em; font-weight: 600; color:#fff; width:100%; height:2.3em; text-align: center; background: #444; margin-bottom: 0.35em; display: flex; align-items: center; justify-content: center; border-radius:0.15em;}
.sub-xray {display: flex; flex-wrap: wrap; gap:0.375em 1.017%;}
.sub-xray__figure {width:49.4916%; position: relative; overflow: hidden; border-radius:0.375em; border:1px solid #d9d9d9;}
.sub-xray__figure img {width:100%;}
.sub-xray__float {font-weight: 600; display: flex; align-items: center; justify-content: center; width:5.125em; height:1.75em; border-radius:0.1875em; background: #fff; position: absolute; left:0.5625em; top:0.5625em;}
.sub-xray__float--after {background: var(--main-color); color:#fff;}

.sub-case--full {gap:3.75em 0;}
.sub-case--full .sub-case__box {width:100%;}
.sub-case--full .sub-xray {gap:0.375em 0;}
.sub-case--full .sub-xray__figure {width:50%; border:none;}
.sub-case--full .sub-xray__figure--left {border-radius:0.375em 0 0 0.375em}
.sub-case--full .sub-xray__figure--right {border-radius:0 0.375em 0.375em 0}

@media (max-width:768px){
	.sub-case__box {width:100%;}
	.sub-case--full {gap:2em 0;}
}

.sub-list {display: flex; flex-direction: column; gap:0.75em;}
.sub-list__item {font-size: 1.125em; font-weight: 500; letter-spacing: -0.0278em; width:24.4445em; height:2.6667em; border-radius:1.6667em; background: var(--sub-color3); color:#444; text-align: center; display: flex; align-items: center; justify-content: center;}
.sub-list__item span {display: inline-block; margin:0 0.2778em}
.sub-list__item .color {font-weight: 700; color:var(--main-color);}
.sub-list__item .bold {font-weight: 700;}

.sub-circle {width:81.5%; display: flex; border:1px dashed var(--main-color); border-radius:300px; padding:2.3675%; gap:1.25em 2.1811%;}
.sub-circle__item {width:18.2116%; aspect-ratio:1/1; border-radius:50%; background: #FFF4F2; display: flex; align-items: center; justify-content: center; text-align: center;}
.sub-circle__item:nth-child(2n) {background: #F8E1E1;}
.sub-circle__text {width:76.6468%; color:#BD827E}
.sub-circle__item:nth-child(2n) .sub-circle__text {color:#DE6B69;}
.sub-circle__title {font-size: 1.25em; font-weight: 700; padding-bottom: 0.6em; margin-bottom: 0.6em; border-bottom:1px solid #BD827E;}
.sub-circle__item:nth-child(2n) .sub-circle__title {border-bottom:1px solid #DE6B69;}

@media (max-width:1320px){
	.sub-circle {width:100%;}
}
@media (max-width:768px){
	.sub-circle {flex-wrap: wrap; border-radius:6.25em; justify-content: center;}
	.sub-circle__item {width:31.8116%}
}
@media (max-width:768px){
	.sub-circle__item {width:48.9116%}
}

.sub-application {display: flex; flex-direction: column; gap:0.75em}
.sub-application__item {display: flex; align-items: flex-start; justify-content: space-between; width:66.0834%;}
.sub-application__title {font-size: 1.125em; width:14.1236%; height:2.6667em; display: flex; align-items: center; justify-content: center; border:1px solid var(--main-color); border-radius:0.1667em; font-weight: 700; color:var(--main-color);}
.sub-application__desc {font-size: 1.125em; width:84.7415%; height:2.6667em; display: flex; align-items: center; padding:2.9762%; background: var(--sub-color3); border-radius:0.3334em; color:#444;}

@media (max-width:1080px){
	.sub-application__item {width:100%;}
}

.sub-dot {padding-bottom: 2.5em;}
.sub-dot--np {padding-bottom: 0;}
.sub-dot__desc {font-size: 1.125em; font-weight: 500; color:#444; line-height: 1.7; letter-spacing: -0.0278em;}
.sub-dot__desc .bg {background: var(--main-color); color:#fff;}
.sub-dot__desc .bold {font-weight: 700;}
.sub-dot__item {font-size: 1.125em; font-weight: 500; color:#444; line-height: 1.7; letter-spacing: -0.0278em; position: relative; padding-left: 1.3334em;}
.sub-dot__item::after {content:''; display: block; width:5px; height:5px; border-radius:50%; background: #444; position: absolute; left:0.4445em; top:0.7223em;}
.sub-dot__item span {font-weight: 700;}

.sub-stage {display: flex; flex-wrap: wrap; gap:0.75em 1%}
.sub-stage__figure {width:13.4167%;}

@media (max-width:768px){
	.sub-stage__figure {width:24.2167%;}
}