/* include 공통 CSS */
.prod-info {padding: 6.25em 0;}
.prod-info:first-child {padding: 0 0 3.25em;}
.prod-info--border .prod-cont {margin-bottom: 3.125em; padding-bottom: 3.125em; border-bottom: 1px solid var(--line);}
.prod-info--border .prod-cont:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: 0;}
.prod-info--bg {background-color: var(--bg-deep);}
.prod-info--linear {background: var(--bg-linear);}
.prod-info__cont {display: flex;}
.prod-info__summary {display: flex; flex-direction: column; width: 50.7%; padding-right: 18.25%;}
.prod-info__logo {padding-bottom: 2.1875em;}
.prod-info__title {font-size: 2.25em; font-weight: 700; line-height: 1;}
.prod-info__desc {padding: 1.1111em 0; margin-bottom: auto; font-size: 1.125em; font-weight: 500; line-height: 1.5;}
.prod-info__slider--mini {max-width: 300px; margin: 1.875em 0;}
.prod-info__summary .button-list {}
.prod-info__summary .button-list__item {margin-bottom: 0.625em;}
.prod-info__summary .button-list__item:last-child {margin-bottom: 0;}
.prod-info__summary .button-list__link {display: inline-flex; justify-content: center; align-items: center; gap: 0.4375em; width: 11.25em; padding: 0.625em; border-radius: 5px; border: 1px solid var(--sub-gray); color: var(--sub-gray); transition: .3s ease all;}
.prod-info__summary .button-list__icon {display: inline-flex; justify-content: center; align-items: center; width: 0.625em; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--sub-gray);} 
.prod-info__summary .button-list__tit {display: inline-flex; align-items: center; gap: 0.5em; font-size: 0.875em;}
.prod-info__summary .button-list__tit--en {font-size: 1.2857em; font-weight: 600;}
.prod-info__slider {width: 49.3%;}
.prod-info .swiper {border-radius: 5px; overflow: hidden;}
.prod-info .swiper-slide {border-radius: 5px; overflow: hidden;}
.prod-info .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}
@media (hover:hover) {
	.prod-info__summary .button-list__link:hover {background-color: var(--sub-gray); color: #fff;}
	.prod-info__summary .button-list__link:hover .button-list__icon {background-color: #fff;}
	.prod-info__summary .button-list__link:hover .button-list__icon img {filter: grayscale(1) brightness(0.5)}
}
@media (max-width:1080px) {
	.prod-info__summary {padding-right: 10%;}
}
@media (max-width:768px) {
	.prod-info__cont {flex-direction: column-reverse;}
	.prod-info__slider {width: 100%; margin-bottom: 2.1875em;}
	.prod-info__summary {width: 100%; padding: 0;}
}


.border-box {padding: 1.75em; border-radius: 5px; border: 1px solid var(--line);}
.prod-cont {margin-bottom: 3.125em;}
.prod-cont:last-child {margin-bottom: 0;}
.prod-cont--bg {background-color: #fff; border-radius: 5px; padding: 1.875em;}
.prod-cont--bg:has(.prod-cont__tit--label) {padding-top: 0;}
.prod-cont__tit {text-align: center;}
.prod-cont__tit:has(.prod-cont__tit--label) {margin-bottom: 2em;}
.prod-cont__tit--label {display: inline-block; min-width: 21.25em; padding: 0.3125em; border-radius: 0 0 5px 5px; background-color: var(--sub-gray); color: #fff;}
.prod-cont__descbox {display: flex; align-items: flex-start; gap: 0.625em;}
.prod-cont__desc {font-size: 1.125em; font-weight: 500;}
.prod-cont__image {position: relative; border-radius: 5px; overflow: hidden; text-align: center;}

.prod-cont__image--refer {position: absolute; right: 1.1111em; bottom: 1em; font-size: 1.125em; font-weight: 500; color: #fff;}

.line-title {position: relative; margin-bottom: 0.71429em; padding-left: 0.5357em; font-size: 1.75em; font-weight: 600; line-height: 1;}
.line-title--sm {font-size: 1.5em;}
.line-title::before {content: ''; display: block; position: absolute; left: 0; top: 0.08em; width: 2px; height: 0.8214em; background-color: var(--main-color);}
.line-list {padding-left: 0.9375em;}
.line-list__item {position: relative; padding-left: 0.55556em; font-size: 1.125em; font-weight: 500; line-height: 1.5;}
.line-list__item::before {content: ''; position: absolute; left: 0; top: 0.7em; width: 4px; height: 1px; background-color: var(--main-black);}

.num-list {padding-left: 0.9375em;}
.num-list__item {position: relative; padding-left: 1.4445em; font-size: 1.125em; font-weight: 500; line-height: 1.7;}
.num-list__item .num-list__num {position: absolute; left: 0; top: 0.35em; display: inline-flex; justify-content: center; align-items: center; width: 1.4286em; height: 1.4286em; border-radius: 50%; border: 1px solid var(--main-black); font-size: 0.7778em; font-weight: 600;}

.point-title {font-size: 1.75em; font-weight: 600; color: var(--main-color); font-style: italic; line-height: 1.5; letter-spacing: -0.005em;}

.round-title {display: inline-block; padding: 0.3em 0.55em; margin-bottom: 1.1111em; background-color: var(--main-color); border-radius: 10em; font-size: 1.25em; font-weight: 600; color: #fff; text-align: center; line-height: 1;}
.round-title:has(.round-title__num) {display: inline-flex; align-items: center; font-size: 1.25em;}
.round-title__num {display: inline-flex; justify-content: center; align-items: center;  width: 1.25em; aspect-ratio: 1/1; margin-right: 0.3125em; border-radius: 50%; background-color: #fff; font-size: 0.8em; color: var(--main-color);}

.square-title {position: relative; padding-left: 1.1111em; font-size: 1.125em; font-weight: 500; line-height: 1.5;}
.square-title::before {content: '▶'; display: block; position: absolute; left: 0;}

.image-list {display: flex; justify-content: center; gap: 0.4375em;}
.image-list__item {flex: 1 auto;}

.certif-list {display: flex; flex-wrap: wrap; gap: 1.25em;}
.certif-list__item {flex: 0 1 calc(25% - 0.9375em); border: 1px solid var(--line); text-align: center;}
@media (max-width:768px) {
	.certif-list__item {flex: 0 1 calc(50% - 0.625em);}
}
/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1420px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1600px) / 2); padding-left: calc((100% - 1600px) / 2);}
.inner--940 {max-width: 940px;}
@media(max-width:1440px){
	.inner {padding: 0 4%;}
}

.sub-container {padding-top: 6.25em; 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); border-bottom: 1px solid #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: rgba(255,255,255,0.8); 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;
	}	
}
@media (max-width:768px) {
	.header__fix {height: 5.625em;}
}

.header-home__logo {width: 13.6875em; filter: brightness(0) invert(1); 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; 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.on .header-lang__arrow {transform: rotate(180deg); transition: .3s ease all;}
.header-lang__btn,
.header-lang__btn:link,
.header-lang__btn:visited {color: #fff;}
.header-lang__navi{position:absolute; top: 75%; left: 50%; transform:translateX(-50%); min-width:100%; height: 0; overflow: hidden;}
.header-lang__list {margin: 1em; background-color: #fff; border-radius: 0.5em; box-shadow:var(--shadow-1); transition: .15s ease-in-out all;}
.header-lang__link {padding:0.5em 1em; display: block; white-space: nowrap; transition: 0.15s ease-in-out all;}
.header-lang__link,
.header-lang__link:visited,
.header-lang__link:link {}
.header-lang__icon {width: 1.125em; filter:brightness(0) invert(1);}
.header-lang__arrow {margin-left: 0.3125em; filter:brightness(0) invert(1);}
@media(hover:hover){
	.header-lang__btn:hover {color: var(--sub-color);}
	.header-lang__link:hover {font-weight: 700; color: var(--main-black);}
}
@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__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;}
}
@media(max-width:1080px){	
	.header-drawer {display:block;}
}

.header__fix.on .header-home__logo {filter: brightness(1) invert(0);}
.header__fix.enter {background-color: rgba(255,255,255,0.8); box-shadow: 0 4px 12px 0 rgba(0,0,0,0.055);}
.header__fix.enter .header-home__logo {filter: brightness(1) invert(0);}
.header__fix.enter .header-lang__icon {filter: brightness(1) invert(0);}
.header__fix.enter .header-lang__arrow {filter: brightness(1) invert(0);}
.header__fix.enter .header-navi__m-list--type04 .header-navi__s-list {background-color: rgba(255, 255, 255, 0.8);}
.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 {}
.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(--sub-color);}
.header__fix.enter .header-lang__btn {color: var(--main-black);}
.header__fix.enter .header-lang__icon {filter: brightness(1) invert(0);}
.header__fix.enter .header-lang__btn.on {color: var(--sub-color);}
.header__fix.enter .header-lang__list {}
.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(--sub-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 {position: absolute; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.8); }
.tab-menu .inner {max-width: 800px;}
.tab-menu__list {display: flex;}
.tab-menu__item {flex:1;}
.tab-menu .tab-menu__btn {padding:1.0625em 0.75em; display: flex; justify-content: center; align-items: center; border-bottom: 3px solid transparent; text-align: center; height: 100%; font-weight: 700; color: #fff; transition: .15s ease-in-out all;}
.tab-menu .tab-menu__btn--crt {border-color: #fff;}
.tab-menu__btn--crt,
.tab-menu__btn--crt:link,
.tab-menu__btn--crt:visited {color: #fff;}
@media(hover:hover){
	.tab-menu__btn:hover {border-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 {position: relative; padding: 5.3125em 0; font-size: var(--fz); background-color: var(--bg); color: var(--sub-black);} 
.footer__sec {display: flex; flex-wrap:wrap; align-items: center; gap: 2.375em;}

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

.footer-info {margin-bottom: 2.5em; padding-bottom: 2.25em; border-bottom: 1px solid var(--main-gray); width: 100%;}
.footer-info__item {display: flex; flex-wrap:wrap; gap: 0.6667em; line-height: 1.5;}
.footer-info__info {display: inline-flex; align-items: center; font-size: 0.9375em;}
/* .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__company {margin-bottom: 1.25em; font-size: 1.5em; font-weight: 700; line-height: 1;}
.footer-info__cate {display: block; margin-right: 0.6667em;}
.footer-info__desc {font-weight: 700;}
.footer-info__desc--link {transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: var(--sub-black);}
@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);}
}

.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; flex-flow: row wrap;}
.footer-adm__cprt {margin-right: 1em; font-size: 0.875em; color: var(--sub-gray);}
.footer-adm__nav {display: flex;}
.footer-adm__link {margin-right: 1em; display: inline-block; transition:.15s ease all;}
.footer-adm__link,
.footer-adm__link:visited,
.footer-adm__link:link {color: var(--sub-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-design {margin-left: auto; font-size: 0.875em; color: var(--sub-gray);}

.to-top {position: absolute; right: 5%; top: 40%;}
.to-top__btn {display: inline-flex; justify-content: center; align-items: center; width: 1.75em; aspect-ratio: 1/1; border-radius: 50%; border: 1px solid var(--sub-black); box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);}
@media(max-width:500px){
	.to-top {top: 8%;}
}
/************************* 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;}