/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {margin: 0 auto; max-width:1520px;}
.sub-container {max-width: 1520px; margin: 0 auto; min-height:5rem; padding: 1.3rem 0; overflow: hidden;}
@media(max-width:1560px){
	.inner {padding: 0 4%;}
	.sub-container {padding: 1.3rem 4%;}
}
@media (max-width:768px) {
	.sub-container {padding-top: 1rem; padding-bottom: 1rem;}
}
@media (max-width:500px) {
	.sub-container {padding-top: 0.6rem; padding-bottom: 0.6rem;}
}

.dot-list {}
.dot-list__item {position: relative; padding-left: 0.28rem; font-weight: 500; line-height: 1.7;}
.dot-list__item::before {content: ''; display: block; position: absolute; left: 0.14rem; top: 0.12rem; width: 0.04rem; height: 0.04rem; border-radius: 50%; background-color: var(--main-black);}


/* 제품소개페이지 */
.product-page {font-size: 0.18rem; color: var(--sub-black);}
.product-page .product-info {margin-bottom: 1.3rem; padding: 2.5em 2.778em; background-color: var(--bg-color);}
.product-page .product-info__desc {font-weight: 500; line-height: 1.7;}

.product-gallery {display: flex; padding: 1.3rem 0; border-top: 1px solid var(--border-gray);}
.product-gallery:first-child {border-top: 0; padding-top: 0;}
.product-gallery:last-child {padding-bottom: 0;}
.product-gallery--full {display: block;}
.product-gallery--full .product-gallery__left {width: 100%;}
.product-gallery--full .product-gallery__right {width: 100%; padding-left: 0;}
.product-gallery--full .gallery-title {margin-bottom: 0.4rem;}

.product-gallery__left {width: 31.58%;}
.product-gallery__right {width: 68.48%; padding-left: 1rem;}
.gallery-box {margin-top: 3.334em;}
.gallery-box:first-child {margin-top: 0;}
.gallery-title {font-size: 1.667em; font-weight: 700; line-height: 1.6;}
.gallery-subtitle {margin-bottom: 0.2rem; font-size: 1.222em; font-weight: 600; line-height: 1.7;}
.gallery-image {display: flex; flex-flow: row wrap;}

.gallery-image--full .gallery-image__item {width: 100%; margin: 0;}
.gallery-image__item {width: 48.94%; margin-right: 2.12%;}
.gallery-image__item--border {border: 1px solid var(--border-gray);}
.gallery-image__item:last-child {margin-right: 0;}
.gallery-image--rows {}
.gallery-image--rows .gallery-image__item {width: 48.94%; margin: 2.12% 2.12% 0 0;}
.gallery-image--rows .gallery-image__item:nth-child(-n + 2) {margin-top: 0;}
.gallery-image--rows .gallery-image__item:nth-child(2n) {margin-right: 0;}
.gallery-image__desc {margin-top: 1.111em; font-weight: 500; color: var(--main-gray); line-height: 1.7;}


.more-btn {text-align: center;}
.more-btn .more-btn__link {display: inline-flex; justify-content: center; align-items: center; width: 2rem; height: 0.6rem; background-color: var(--bg-color); border-radius: 1rem; font-weight: 500; transition: 0.3s ease all;}
@media (hover:hover) {
	.more-btn .more-btn__link:hover {background-color: var(--main-color); color: #fff;}
}
@media (max-width:1560px) {
	.product-gallery__right {padding-left: 0.6rem;}
}
@media (max-width:768px) {
	.product-page  {font-size: 0.17rem;}
	.product-page .product-info {margin-bottom: 1rem; padding: 2em 2.5em;}
	.product-gallery {display: block; padding: 1rem 0;}
	.product-gallery--full .gallery-title {margin-bottom: 0.64em;}
	.product-gallery__left {width: 100%; margin-bottom: 1em;}
	.product-gallery__right {width: 100%; padding-left: 0;}

}
@media (max-width:500px) {
	.product-page {font-size: 0.16rem;}
	.product-page .product-info {margin-bottom: 0.6rem; padding: 2em;}
	.product-gallery {padding: 0.6rem 0;}
	.gallery-image__item {width: 100%; margin: 0 0 2.12%;}
	.gallery-image--rows .gallery-image__item {width: 100%; margin: 2.12% 0 0 0;}
	.gallery-image--rows .gallery-image__item:nth-child(2) {margin-top: 2.12%;}
}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
#header{position: fixed; padding:0; z-index: 1000; left:0; top:0; width:100%; background-color: #fff; box-shadow: 0 0.07rem 0.2rem 0 rgba(0,0,0,0.03); transition:.5s ease all;}
#header:has(.header-all){height:100%; max-height:1rem;}
#header.all-drop {max-height:max(380px, 35vh); }

.header {display:flex; justify-content:space-between; align-items:center; font-size: 18px;}
@media(max-width:768px){
	.header {height: 0.8rem;}
}
.header-logo__link {display: block;}
.header-logo__img {height:3.0556em}
@media (max-width:768px) {
	.header-logo__img {height: 2.5em;}
}

.header__ui{display: flex; justify-content: flex-end; align-items: center;}

.header-language {position: relative; text-align:center;}
.header-language__button {display: flex; align-items:center; height: 1rem; font-size: 0.16rem; transition:.5s ease all;}
.header-language__button,
.header-language__button:link,
.header-language__button:visited {color: #fff;}
.header-language__button img {transition: 0.3s ease all;}
.header-language__navi{display: none; position:absolute; top: 100%; left: 50%; transform:translateX(-50%); padding:0.05rem 0; background:#fff;}
.header-language__link{padding:0.05rem 0.2rem; display:block; font-size: 0.15rem; color: var(--main-black);}
@media(max-width:1080px){
	
	/* #header:has(.header-all) .header-language {display: none;} */
}
@media(max-width:768px){
	#header:has(.header-all) {max-height: 0.8rem;}
	.header-language__button {height: 0.8rem;}
	/* .header-language {display: none;}	 */
}
.header-language .header-language__button--active {color: var(--main-color);}
.header-language .header-language__button:active, 
.header-language .header-language__button:focus-visible {color: var(--main-color);}
@media(hover:hover){
	.header-language .header-language__button:hover {color: var(--main-color);}
}

.header-all__mainmenu {display: flex;}
.header-all__mainlist {position: relative;}
.header-all__mainlink {display: flex; justify-content:center; align-items: center; width: 10em; height: 5.556em; font-weight: 500; text-align: center; transition:.5s ease all;}
.header-all__mainlink,
.header-all__mainlink:visited,
.header-all__mainlink:link {color: var(--main-black);}
.header-all__submenu {position: absolute; top: 100%; left: 0; padding:0.5em 0; width: 100%; opacity: 0; visibility:hidden; transition:.5s ease all;}
.header-all .header-all__sublink {display: block; padding:0.8em 0; font-size: 0.8334em; text-align: center; color: var(--sub-gray); transition:.5s ease all;}
#header.all-drop .header-all__submenu {opacity: 1; visibility:visible;}
@media(max-width:1080px){
	.header-all {display: none;}
}

@media(hover:hover){
	.header-all__mainlink:hover {color: var(--main-color);}
	.header-all__sublink:hover {color: var(--main-color);}
}


.hamburger {position: relative; margin-left: 30px; width: 26px; height: 16px;}
.hamburger__bar {position: absolute; left: 0; width: 100%; height: 2px; border-radius: 0.5rem; background-color: var(--main-black); transition:.5s ease all;}
.hamburger__bar--top {top: 0;}
.hamburger__bar--middle {top: 50%; transform:translateY(-50%)}
.hamburger__bar--bottom {bottom: 0;}
.hamburger--active .hamburger__bar--top {top: 50%; left: 50%; transform:translate(-50%, -50%) rotate(45deg)}
.hamburger--active .hamburger__bar--middle {opacity: 0;}
.hamburger--active .hamburger__bar--bottom {bottom: 50%; left: 50%; transform:translate(-50%, 50%) rotate(-45deg)}
.ham-open {background-color: #fff; border-bottom:transparent;}
.ham-open .hamburger .hamburger__bar {background-color: var(--main-black);}

@media(max-width:1080px){
	#header:has(.header-all) .hamburger {display: block;}
}
@media(max-width:768px){	
	.hamburger {display:block;}
}

.hamburger-navi {position: fixed; top: 0; right: -100%; bottom: 0; width: 30%; padding: 0 0.4rem; background-color: #fff; box-shadow: -0.06rem 0 0.06rem 0 rgba(0,0,0,0.03); transition:.3s ease-in-out right; overflow: auto;}
.hamburger-navi--active {right: 0;}
.hamburger-navi__top {display: flex; justify-content: flex-end;}
.hamburger-navi__top .hamburger-navi__close {display: flex; justify-content: flex-end; align-items: center; width: 1rem; aspect-ratio: 1/1;}
.hamburger-navi__top .hamburger-navi__close span {width: 0.19rem; height: 1px; background-color: var(--main-black);}
.hamburger-navi__section {padding:0.1rem calc((100% - 1600px) / 2);;position: relative;}
.hamburger-navi__section:after {position: absolute; content:""; right: 0; left: 0; bottom: 0; margin: 0 auto; width: 96%; height: 1px; background-color: var(--main-gray);}
.hamburger-navi__section:last-child:after {display: none;}
.hamburger-navi__mainmenu {margin: 0 auto; padding-right: 0; padding-left: 0;}
.hamburger-navi__mainlink {padding:1.5em calc((100% - 1600px) / 2); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border-gray); font-size: 0.2rem; font-weight: 500; transition:.5s ease all;}
.hamburger-navi .hamburger-navi__mainlink--active {color: var(--main-color);}
.hamburger-navi .hamburger-navi__mainlink img {transition: 0.3s ease;;}
.hamburger-navi .hamburger-navi__mainlink--active img {transform: rotate(180deg);}
.hamburger-navi__mainlink--no-sub {background:none;}
.hamburger-navi__submenu {padding:0.075rem calc((100% - 1600px) / 2); border-bottom: 1px solid var(--border-gray); display: none;}
.hamburger-navi .hamburger-navi__sublink {padding:1em 1.25em; display: block; font-size: 0.16rem; font-weight: 500; color: var(--sub-gray); transition:.5s ease all;}
.hamburger-navi__info {padding:0.5em 0; display: flex; font-size: 0.16rem;}
.hamburger-navi__category {display: inline-block; width: 80px; font-weight: 500;}
.hamburger-navi__detail {flex: 1 auto;}
.header-navi__lang-link {padding:0.5em 0; display: inline-flex; align-items: center; font-size: 0.16rem;}
.header-navi__lang-link:before {display: inline-block; margin-right: 0.5em; content:""; width: 0.75em; height: 0.75em; border-radius:50%; border:1px solid var(--main-black); transition:.5s ease all;}
.header-navi__lang-link--active:before {background-color: var(--main-black);}
@media(max-width:1640px){
	.hamburger-navi__section {padding-right: 4%; padding-left: 4%;}
	.hamburger-navi__mainmenu {padding-right: 0; padding-left: 0;}
	.hamburger-navi__mainlink {}
	.hamburger-navi__submenu {}
}
@media (max-width:1080px) {
	.hamburger-navi {width: 50%;}
}
@media (max-width:768px) {
	.hamburger-navi {width: 60%;}
}
@media (max-width:500px) {
	.hamburger-navi {width: 100%;}
}
@media(hover:hover){
	.hamburger-navi__mainlink:hover {color: var(--main-color);}
	.hamburger-navi__sublink:hover {color: var(--main-color);}
	.header-navi__lang-link:hover:before {background-color: var(--main-black);}
}



/* 스크롤 다운 헤더 CSS Start */
.fix-header {background-color:#fff; box-shadow: 0 0.07rem 0.1rem 0 rgba(0,0,0,0.03);}
.fix-header .header-navi__mainlink {color: var(--main-black);}
.fix-header .menu-button__bar {background-color: var(--main-black);}
.fix-header .header-login__link {color: var(--main-black);}
.fix-header .header-language__button{color: var(--main-black);}
.fix-header .hamburger__bar {background-color: var(--main-black);}
/* 스크롤 다운 헤더 CSS End */

/* 헤더 마우스 호버 CSS Start */
.header-enter {background-color:#fff; box-shadow: 0 0.07rem 0.1rem 0 rgba(0,0,0,0.03);}
.header-enter .header-navi__mainlink {color: var(--main-black);}
.header-enter .menu-button__bar {background-color: var(--main-black);}
.header-enter .header-login__link {color: var(--main-black);}
.header-enter .header-language__button{color: var(--main-black);}
.header-enter .hamburger__bar {background-color: var(--main-black);}
/* 헤더 마우스 호버 CSS End */
@media(hover:hover){
	.header-enter .header-navi__mainlink:hover {color: var(--main-color);}
	.header-enter .header-language__button:hover{color: var(--main-color);}
	.header-enter .header-login__link:hover {color: var(--main-color);}
}



.fix-header .header-all__mainlink, 
.fix-header .header-all__mainlink:visited, 
.fix-header .header-all__mainlink:link {color: var(--main-black);}

.header-enter .header-all__mainlink, 
.header-enter .header-all__mainlink:visited, 
.header-enter .header-all__mainlink:link {color: var(--main-black);}

/************************* header_inc 끝*************************/



/************************* sub-dropdown 시작 *************************/
.dropmenu {display: none; border-bottom:1px solid var(--main-gray);}
.dropmenu__content {margin: 0 auto; max-width:1600px; display: flex; align-items:center;}
.dropmenu__home {display: inline-flex; width: 0.6rem; height: 0.6rem; justify-content:center; align-items:center; text-align: center; border-left:1px solid var(--main-gray); transition:.5s ease all;}
.dropmenu__home:active,
.dropmenu__home:focus-visible {background-color: var(--main-color);}
.dropmenu__homeicon {width: 0.2rem;}
.dropmenu__menuwrap {display: flex; width: calc(100% - 0.6rem);}
.dropmenu__menu {position: relative; width: 2.5rem;}
.dropmenu__menu--depth2 {margin-left: -1px;}
.dropmenu__btn {position: relative; width: 100%; height: 0.6rem; padding:0 0.16rem; display: flex; justify-content:space-between; align-items:center; font-size: 0.16rem; font-weight: 500; border-left:1px solid var(--main-gray); border-right:1px solid var(--main-gray); transition:.5s ease all;}
.dropmenu__btn--active,
.dropmenu__btn:active,
.dropmenu__btn:focus-visible {color: var(--main-color);}
.dropmenu__btn .dropmenu__arrow {transition:.5s ease all;}
.dropmenu__btn--active .dropmenu__arrow {transform:rotate(180deg);}
.dropmenu__menulist {position: absolute; display: none; padding:0.04rem 0; width: 100%; top: 100%; left: 0; background-color: #fff; border:1px solid var(--main-gray);}
.dropmenu__menulink {display: block; margin:0.04rem 0; padding:0.04rem 0.16rem; font-size: 0.15rem; transition:.5s ease all;}
.dropmenu__menulink:active,
.dropmenu__menulink:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	.dropmenu .dropmenu__menu {width: 50%;}
}
@media(hover:hover){
	.dropmenu .dropmenu__home:hover {background-color: var(--main-color);}
	.dropmenu .dropmenu__btn:hover {color: var(--main-color);}
	.dropmenu .dropmenu__menulink:hover {color: var(--main-color);}
}

/************************* sub-dropdown 끝 *************************/
/************************* sub-tabmenu 시작 *************************/
.sub-tabmenu {}
.sub-tabmenu__list {margin: 0 auto 0.6rem; max-width:1600px; display: flex; justify-content: center;}
.sub-tabmenu__item {position: relative;}
.sub-tabmenu__item::before {content: ''; display: block; position: absolute; right: 0; top: 4%; width: 2px; height: 92%; background-color: var(--border-gray);}
.sub-tabmenu__item:last-child::before {display: none;}
.sub-tabmenu .sub-tabmenu__link {display: inline-flex; justify-content:center; align-items:center; width: 100%; padding: 0 1.5em; font-size: 0.2rem; font-weight: 600; color: #aaa; text-align: center; transition:.5s ease all;}
.sub-tabmenu__link--active,
.sub-tabmenu__link:active,
.sub-tabmenu__link:focus-visible {color: var(--main-color);}
.sub-tabmenu__link:visited,
.sub-tabmenu__link:link {color: #aaa;}
.sub-tabmenu__link--active:visited {color: var(--main-color);}
@media(hover:hover){
	.sub-tabmenu__link:hover {color: var(--main-color);}
}
@media (max-width:768px) {
	.sub-tabmenu__list {flex-flow: row wrap; margin-bottom: 0.4rem; background-color: var(--bg-color);}
	.sub-tabmenu__item {width: 33%;}
	.sub-tabmenu__item::before {display: none;}
	.sub-tabmenu .sub-tabmenu__link {padding: 0 1em; height: 0.6rem; font-size: 0.18rem;}
}
@media (max-width:500px) {
	.sub-tabmenu__item {width: auto; flex: 1 auto;}
	.sub-tabmenu .sub-tabmenu__link {font-size: 0.16rem;}
}
/************************* sub-tabmenu 끝 *************************/

/************************* sub-depth3 시작 *************************/
.sub-depth3__list {margin: 0 auto; max-width:1600px; display: flex; flex-flow: row wrap;}
.sub-depth3__item {flex: 1 auto; height: 0.6rem; background: var(--main-gray); font-size: 0.15rem; font-weight: 500;}
.sub-depth3__item:last-child {border:0;}
.sub-depth3__link {width: 100%; height: 0.6rem; display: flex; align-items: center;justify-content: center; transition:.5s ease all;}
.sub-depth3__link,
.sub-depth3__link:link,
.sub-depth3__link:visited {color: #fff;}
.sub-depth3__link--active,
.sub-depth3__link:active,
.sub-depth3__link:focus-visible {background-color: var(--main-color); color: #fff;}
@media(hover:hover){
	.sub-depth3__link:hover {background-color: var(--main-color); color: #fff;}
}
/************************* sub-depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
#footer {background-color: var(--bg-color);}

.footer {display: flex; justify-content: space-between; padding:0.5rem 0;}
.footer__top {margin-bottom: 0.3rem; display: flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}
.footer__bottom {display: flex; flex-flow:row wrap; justify-content:space-between; width: 85.53%;}
.footer__area--right {margin-top: auto; margin-left: auto;}
@media (max-width:1280px) {
	.footer__bottom {width: 80%;}
}
@media(max-width:768px){
	.footer {display: block;}
	.footer__bottom {width: 100%;}
	.footer__bottom .footer__area {width: 100%;}
}

.footer-logo__link {display: block;}
.footer-logo__img {width: 1.26rem;}

.footer__area--left {display: flex;}
.footer-info {margin-right: 0.5rem;}
.footer-info:last-child {margin-right: 0;}
.footer-info__list {margin-bottom: 0.08rem; display: flex; flex-flow:row wrap; font-size: 0.15rem;}
.footer-info__list:last-child {margin-bottom: 0;}
.footer-info__detail {margin-right: 0.04rem;}
.footer-info__detail:last-of-type {margin-right: 0;}
.footer-info__category {display: inline-block; margin-right: 2.4em; font-size: 0.15rem; font-weight: 600;}
.footer-info:first-child .footer-info__category {min-width: 0.4rem}
.footer-info__text {font-size: 0.15rem; color: var(--main-gray);}
.footer-info__link {font-size: 0.15rem; transition:.5s ease all;}
.footer-info__link,
.footer-info__link:visited,
.footer-info__link:link {color: var(--main-gray);}
.footer-info__link:active,
.footer-info__link:focus-visible {color: var(--main-color);}
@media (max-width:1280px) {
	.footer-info__list {margin-bottom: 0.1rem;}
	.footer-info__detail {display: flex; flex-direction: column;}
	.footer-info__category {margin: 0 0 0.05rem;}
}
@media(max-width:500px){
	.footer__area--left {display: block;}
	.footer-info__list {margin-bottom: 0; margin-top: 0.05rem;}
	.footer-info__detail {padding:0.03rem 0; width: 100%; margin-right: 0;}
	.footer-info__category {margin-right: 1.25em;}
	/* .footer-info:first-child .footer-info__category {min-width: 0.9rem} */
}
@media(hover:hover){
	.footer-info__link:hover {color: var(--main-color);}
}

.family-site {position: relative; display: inline-block;}
.family-site__button {padding:0 0.1rem; display: inline-flex; justify-content:space-between; align-items:center; width: 2rem; height: 0.4rem; font-size: 0.14rem; font-weight: 500; border:1px solid #fff; transition:.5s ease all;}
.family-site__button,
.family-site__button:visited,
.family-site__button:link {color: #fff;}
.family-site__button--open,
.family-site__button:active,
.family-site__button:focus-visible {background-color: var(--main-color);}
.family-site__button .family-site_arrow {width: 0.08rem; transition:.5s ease all;}
.family-site__button--open .family-site_arrow {transform:rotate(-180deg);}
.family-site__navi {display: none; position: absolute; top: 100%; left: 0; padding:0.1rem; width: 100%; text-align: left; border:1px solid #fff; background-color: var(--main-black); border-top:none; z-index: 10; }
.family-site__link {display: block; margin:0.03rem 0; padding:0.02rem 0;}
.family-site__link,
.family-site__link:visited,
.family-site__link:link {color: #fff;}
@media(hover:hover){
.family-site__button:hover {background-color: var(--main-color);}
}

.footer-navi__link {display: inline-block; margin-left: 0.2rem; font-size: 0.16rem; font-weight: 500; transition:.5s ease all;}
.footer-navi__link,
.footer-navi__link:visited,
.footer-navi__link:link {}
.footer-navi__link:first-of-type {margin-left: 0;}
.footer-navi__link:active, 
.footer-navi__link:focus-visible {}
@media(hover:hover){
	.footer-navi a.footer-navi__link:hover {color: var(--main-color);}
}

.footer-admin {margin-top: 0.18rem; display: flex; flex-flow: row wrap;}
.footer-admin__copyright {font-size: 0.15rem; font-weight: 300; color: var(--border-gray); letter-spacing: 0.01rem;}
.footer-admin__nav {margin-left: 0.2rem; display: flex;}
.footer-admin__link {margin-left: 0.1rem; display: inline-block; font-size: 0.15rem; transition:.5s ease all;}
.footer-admin__link,
.footer-admin__link:visited,
.footer-admin__link:link {color: var(--border-gray);}
.footer-admin__link:first-of-type {margin-left: 0;}
.footer-admin__link:active, 
.footer-admin__link:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	/* .footer-admin__nav {margin:0.1rem 0 0 0; width: 100%;} */
}
@media(hover:hover){
	.footer-admin__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;}