/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:var(--inner-width); margin: 0 auto; }
.inner--1532 {--inner-width:1532px;}
.inner--1462 {--inner-width:1462px;}
.inner--1288 {--inner-width:1288px;}
.inner--fill {max-width:100%; padding-right: calc((100% - var(--inner-width)) / 2); padding-left: calc((100% - var(--inner-width)) / 2);}
.inner--left {max-width:100%; padding-left: calc((100% - var(--inner-width)) / 2);}
.inner--right {max-width:100%; padding-right: calc((100% - var(--inner-width)) / 2);}

@media(max-width:1560px){
	.inner--1532 {padding-right: 4%; padding-left: 4%;}
	.inner--right {padding-left: 0;}
	.inner--left {padding-left: 0;}
}
@media(max-width:1500px){
	.inner--1462 {padding-right: 4%; padding-left: 4%;}
	.inner--right {padding-left: 0;}
	.inner--left {padding-left: 0;}
}
@media(max-width:1320px){
	.inner--1288 {padding-right: 4%; padding-left: 4%;}
	.inner--right {padding-left: 0;}
	.inner--left {padding-left: 0;}
}

.sub-container {min-height:5rem;}

.sub-int--white {color: #fff;}
.sub-int__tit {font-size: 3.125em; font-weight: 700;}
.sub-int__desc {font-size: 1.3125em; font-weight: 700; line-height: 1.4762; letter-spacing: -0.05em;}
.sub-int__desc--light {font-weight: 300;}
.sub-int__desc--small {font-size: 1.1875em; font-weight: 300;}
.sub-int__desc span {color: var(--main-color); font-weight: 700;}

.catalog {margin-top: 3.3125em; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding:1em 3.875em; min-height: 12.25em; color: #fff; background: url('./img/catal_bg.png') no-repeat center / cover; border-radius:1em;}
.catalog__tit {font-size: 2.3125em; font-weight: 700;}
.catalog__contact {margin-top: 0.75em; font-size: 1.125em;}
.catalog__cate {font-weight: 700;}
.catalog__mail,
.catalog__mail:link,
.catalog__mail:visited {color: inherit;}
.catalog__btn {display: flex; justify-content: center; align-items: center; width: 9.5422em; height: 1.8344em; background-color: #fff; border-radius:1em; font-size: 1.4375em; font-weight: 700; text-align: center;}
.catalog__btn,
.catalog__btn:link,
.catalog__btn:visited {color: var(--main-color);}
.catalog__btn:after {content:''; display: block; margin-left: 1em; width: 0.9131em; height: 0.9131em; background: url('./img/download_icon.png') no-repeat center / cover;}

.pro-tb {padding: 7em 0 15em;}
.pro-tb__desc {margin-top: 1.4em; line-height: 1.5;}
.pro-tb__grid {margin-top: 1.5em; padding-top: 3.7em; display: grid; grid-template-columns: repeat(2, 1fr); gap:3.8em 2.25em; border-top:1px solid #bababa;}
.pro-tb__cate {font-size: 1.75em; font-weight: 700; color: var(--main-color);}
.pro-tb__tb {width: 100%; margin-top: 0.65em; border-top:2px solid var(--main-color); border-bottom:2px solid var(--main-color);}
.pro-tb__tr {border-bottom:1px solid #ccc;}
.pro-tb__tr:last-child {border-bottom:none;}
.pro-tb__th {padding: 0.175em 0.2rem; font-size: 1.4375em; font-weight: 700; color: var(--main-color); border-right:1px solid #ccc;}
.pro-tb__th:last-child {border-right:none;}
.pro-tb__td {padding:1.45em 0.2rem; border-right:1px solid #ccc; line-height: 1.375;}
.pro-tb__td:last-child {border-right:none;}
@media(max-width:500px){
	.pro-tb__grid {grid-template-columns: repeat(1, 1fr);}
}

/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 7em; 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;}


.header-home {position: relative;}
.header-home__logo {width: 9.9375em; transform:translateY(0.5em); transition: 0.15s ease-in-out all;}
.header-home__logo--normal {position: absolute; top: 0; left: 0; opacity: 1; visibility:visible;}
.header-home__logo--white {opacity: 0; visibility:hidden;}

.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; font-size: 1.375em; transition: 0.15s ease-in-out all;}
.header-lang__btn:after {display: inline-block; content:''; width: 0.5455em; height: 0.5455em; margin-left: 0.35em; background: url('./img/lang_arr.png') no-repeat center / cover; transition: .15s ease-in-out all;}
.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__btn {color: var(--main-black);}
.header-lang__btn:after {filter:brightness(0)}
.header-lang__icon {width: 1.25em; filter:brightness(0) invert(1)}
@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-sch {display: block; width: 25px; height: 25px; margin-left: 3em; background: url('./img/sch_icon.png') no-repeat center / cover; filter:brightness(0) invert(1); transition: .15s ease-in-out all;}
.header-drawer {position: relative; margin-left: 1.95em;}
.header-drawer__btn {position: relative; width: 30px; height: 19px; z-index: 0; transition:.15s ease-in-out all;}
.header-drawer__line {position: absolute; left: 0; width: 100%; height: 3px; 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-sch {filter:brightness(0)}
.header-drawer__line {background-color: var(--main-black);}
.header--white .header__fix.on  .header-home__logo--normal {opacity: 1; visibility:visible;}
.header--white .header__fix.on  .header-home__logo--white {opacity: 0; visibility:hidden;}
.header--white .header__fix.on  .header-lang__btn {color: var(--main-black);}
.header--white .header__fix.on  .header-lang__btn:after {filter:brightness(0)}
.header--white .header__fix.on  .header-sch {filter:brightness(0)}
.header--white .header__fix.on  .header-drawer__line {background-color: var(--main-black);}
.header--white .header-home__logo--normal {opacity: 0; visibility:hidden;}
.header--white .header-home__logo--white {opacity: 1; visibility:visible;}
.header--white .header-lang__btn {color: #fff}
.header--white .header-lang__btn:after {filter:brightness(1)}
.header--white .header-sch {filter:brightness(0) invert(1)}
.header--white .header-drawer__line {background-color: #fff}
.header--white .header__fix.enter .header-home__logo--normal {opacity: 1; visibility:visible;}
.header--white .header__fix.enter .header-home__logo--white {opacity: 0; visibility:hidden;}
.header--white .header__fix.enter  .header-home__logo--normal {opacity: 1; visibility:visible;}
.header--white .header__fix.enter  .header-home__logo--white {opacity: 0; visibility:hidden;}
.header--white .header__fix.enter  .header-lang__btn {color: var(--main-black);}
.header--white .header__fix.enter  .header-lang__btn:after {filter:brightness(0)}
.header--white .header__fix.enter  .header-sch {filter:brightness(0)}
.header--white .header__fix.enter  .header-drawer__line {background-color: var(--main-black);}
/************************* 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 {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:4.25em 0 3.027em; font-size: var(--fz); background-color: #1b1c28; color: #fff;} 
.footer__sec {display: flex; flex-wrap:wrap; justify-content: space-between; margin-bottom: 0.85em; padding-bottom: 2.8em; border-bottom:1px solid #545454;}
.footer__sec:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom:none;}

.footer-info {display: flex; flex-wrap:wrap;}
.footer-info__home {display: block; margin-right: 2.4em;}
.footer-home__logo {width: 8.9em;}


.footer-info__item {display: flex; margin-bottom: 0.4em; font-size: 1.1875em;}
.footer-info__item:last-child {margin-bottom: 0;}
.footer-info__cate {display: block; width: 3.8em;}
.footer-info__desc {color: #b4b4bf; font-weight: 300;}
@media(max-width:500px){
	.footer-info__list {margin-top: 1em; width: 100%;}
}

.footer-navi__list {display: grid; grid-template-columns: repeat(2,10.3em); gap: 0.5em 4.5em;}
.footer-navi__btn {position: relative; display: block; font-size: 1.3125em; font-weight: 700;}
.footer-navi__btn,
.footer-navi__btn:link,
.footer-navi__btn:visited {color: #fff}
.footer-navi__btn:after {position: absolute; top: 0; right: 0; display: block; content:''; clip-path: polygon(0 0, 100% 100%, 100% 0); width: 0.4762em; height: 0.4762em; background-color: #fff;}
@media(max-width:768px){
	.footer-navi {margin-top: 1.5em; width: 100%;}
	.footer-navi__list {grid-template-columns: repeat(2, 1fr);}
}

.footer-adm__list {display: flex; align-items: center; }
.footer-adm__item:after {content:'';  display: inline-block; margin:0.2em 0.8em 0 1em; width: 1px; height: 1em; background-color: #83838b;}
.footer-adm__item:last-child:after {display: none;}
.footer-adm__link {font-size: 1.125em; font-weight: 700;}
.footer-adm__link,
.footer-adm__link:link,
.footer-adm__link:visited {color: #83838b;}

.footer-cprt {font-size: 1.125em; color: #83838b;}
/************************* 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;}