@charset "utf-8";
#mainpage {overflow: hidden;}

/* common */
.section {padding-block: 160px;}
.mp-head {padding-bottom: 95px;}
.mp-title {font-size: 50px; line-height: 1.36; text-transform: uppercase;}
.mp-desc {font-size: 20px; line-height: 1.8; padding-block: 20px 0px;text-transform: uppercase;}


@media screen and (max-width: 1399px) {
  .section {padding-block: 100px;}
  .mp-head {padding-bottom: 60px;}
  .mp-title {font-size: 34px;}
  .mp-desc {font-size: 17px; line-height: 1.6;padding-top: 0;}
}
@media screen and (max-width: 767px) {
  .section {padding-block: 80px;}
  .mp-title {font-size: 26px;}
}



.visual {width: 100%; height: 100vh; position: relative; overflow: hidden;}
.visual .visual-img {position: absolute;top:0; left:0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.visual.active .visual-img {animation: scale-in 10s infinite alternate;}
.visual .container {height: 100%; }
.visual .content {display: flex; flex-direction: column; justify-content: flex-end;  width: 100%; height: 100%; color:#fff; gap: 51px; padding-bottom: 250px;}
.visual .title {font-size: 64px; line-height: 1.35; text-transform: uppercase; font-weight: 400;}
.visual .title span {display: block; }
.visual .desc { line-height: 1.8; font-size: 20px;}

@keyframes scale-in {
  0% {transform: scale(1);}
  100% {transform: scale(1.1);}
}
@media screen and (max-width: 1399px) {
  .visual .title {font-size: 37px;}
  .visual .desc {font-size: 17px; line-height: 1.6;}
  .visual .content {gap: 30px;}
}
@media screen and (max-width: 767px) {
  .visual .content {padding-bottom: 140px;}
  .visual .title {font-size: 29px;}
}



.company { position: relative; }
.company .bg-ivory {position: absolute; bottom:0; left:0; width: 100%; height: 327px; background: #EFECE6; z-index: -1; transform-origin: bottom;} 
.company .mp-head {display: grid; grid-template-columns: 580px 1fr; gap: 90px;}
.company .mp-title {}
.company .mp-title b {}
.company .comp-content {}
.company .comp-content .head {display: flex; justify-content: space-between; padding-bottom: 40px; align-items: flex-end;}
.company .comp-content .mp-title-sml {font-size: 30px; font-weight: 700; color:#A59282; text-transform: uppercase;}
.company .comp-content .comp-ls {display: flex; gap: 22px; }
.company .comp-content .comp-ls .item {padding-top: 27px; border-top: 1px solid #707070;width: 100%;}
.company .comp-content .comp-ls .item .tit {font-size: 25px; font-weight: 700; color:#624C39; }
.company .comp-content .comp-ls .item .desc {font-size: 18px; color:#000; padding-block: 1em 1.2em; display: block;}
.company .comp-content .comp-ls .item .thumb {border-radius: 15px; overflow: hidden;}
.company .comp-content .comp-ls .item .thumb img {width: 100%;height: 100%;object-fit: cover;}

@media screen and (max-width: 1399px) {
  .company .bg-ivory {height: 64%;}
  .company .mp-head {grid-template-columns: 1fr;gap: 20px;}
  .company .comp-content .mp-title-sml {font-size: 24px;}
  .company .comp-content .comp-ls .item {padding-top: 20px;}
  .company .comp-content .comp-ls .item .tit {font-size: 22px;}
  .company .comp-content .comp-ls .item .desc {font-size: 16px; padding-block: .6em 1.8em; word-break: keep-all;}
}
@media screen and (max-width: 767px) {
  .company .bg-ivory {height: calc(100% - 280px);}
  .company .comp-content .head {flex-direction: column; gap: 20px; align-items: center; padding-bottom: 30px;}
  .company .comp-content .comp-ls {flex-direction: column; gap: 20px;}
  .company .comp-content .comp-ls .item .desc {padding-block: 1em 1.5em;}
}



.technology {position: relative; background-color: #544639; color:#fff; padding-block: 140px 160px;}
.technology .link-btn {margin: 0 auto;}
.technology .container {position: relative;}
.technology .mp-head { font-weight: 300; display: flex; gap: 143px;}
.technology .mp-head span {display: block;}
.technology .mp-head span:last-child {padding-left: 100px; }
.technology .mp-desc {color:#CACACA;}
.technology .tech-swiper {height: 620px; width: calc(100% - 214px); overflow: visible; position: relative; padding-bottom: 30px;}
.technology .tech-swiper .tech-item {padding: 60px 80px; display: flex; align-items: flex-end; height: 100%;  border-radius: 15px; }
.technology .tech-swiper .tech-item .thumb {position: absolute;top:0; left:0; overflow: hidden; border-radius: 15px;width: 100%; height: 100%;}
.technology .tech-swiper .tech-item .thumb img {width: 100%; height: 100%; object-fit: cover;}
.technology .tech-swiper .tech-item .content {position: relative; display: flex; justify-content: space-between; height: 100%;  width: 100%; align-items: flex-end;}
.technology .tech-swiper .tech-item .content .txt-cont {}
.technology .tech-swiper .tech-item .content .txt-cont .sbj {font-size: 40px; font-weight: 700; padding-bottom: 1rem;}
.technology .tech-swiper .tech-item .content .txt-cont .point {font-size: 25px; font-weight: 700; color:#F0A21A}
.technology .tech-swiper .tech-item .content .txt-cont .desc {font-size: 17px; padding-top: 30px; display: block; line-height: 1.58;}
.technology .tech-swiper .tech-item .key-feature {display: flex; gap: 6px; align-items: center; }
.technology .tech-swiper .tech-item .key-feature .key {width: 120px; height: 120px; border-radius: 50%; background: rgba(255, 255, 255,0.1); display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; border:1px solid #fff; backdrop-filter: blur(10px); text-align: center;  line-height: 1.47;}
.technology .tech-swiper .swiper-nav {width: 1400px; position: absolute; display: flex; justify-content: space-between; left: 50%; top:50%; transform: translate(-50%,-50%); z-index: 99;}
.technology .tech-swiper .swiper-nav .nav-btn {position: relative; color:#fff;}
.swiper-button-next:after, 
.swiper-button-prev:after {content:'';}
.technology .tech-swiper .tech-item .shadow {position: absolute; bottom:-37px; left:50%; transform: translateX(-50%); width: 1040px; height: 60px; filter: blur(17px); background: radial-gradient(circle, rgba(0,0,0,0.5) 0%,  transparent 100%); border-radius: 50%;}

@media screen and (max-width: 1399px) {
  .technology {padding-block: 100px 80px;}
  .technology .mp-head {flex-direction: column; gap: 20px; align-items: center; text-align: center;}
  .technology .mp-head span:last-child {padding-left: 0;}
  .technology .tech-swiper {width: 100%; height: 400px;}
  .technology .tech-swiper .tech-item {padding: 35px 34px;}
  .technology .tech-swiper .tech-item .content .txt-cont .sbj {font-size: 28px; padding-bottom: .3em;}
  .technology .tech-swiper .tech-item .content .txt-cont .point {font-size: 18px; line-height: 1.4;}
  .technology .tech-swiper .tech-item .content .txt-cont .desc {font-size: 15px;}
  .technology .tech-swiper .tech-item .key-feature .key {width: 90px; height: 90px; font-size: 15px;}
}

@media screen and (max-width: 767px) {
  .technology {padding-block: 80px 60px;}
  .technology .tech-swiper .tech-item .content {flex-direction: column; gap: 20px; align-items: flex-start;justify-content: flex-end;}
  .technology .mp-desc {font-size: 15px;}
  .technology .tech-swiper .tech-item {padding: 23px;}
  .technology .tech-swiper .tech-item .shadow {width: 100%; height: 50px;}
  .technology .tech-swiper .tech-item .content {gap: 25px;}
  .technology .tech-swiper .tech-item .content .txt-cont .sbj {font-size: 24px;}
  .technology .tech-swiper .tech-item .content .txt-cont .desc {padding-top: 15px; letter-spacing: -0.02em;}
  .technology .tech-swiper .tech-item .thumb img {filter: brightness(0.6);}
  .technology .tech-swiper .tech-item .key-feature {width: 100%;}
  .technology .tech-swiper .tech-item .key-feature .key {width: 100%; border-radius: 15px;}
  .technology .tech-swiper .swiper-nav {position: absolute; top:20px; left:0; transform: translate(0,0);  width: 100%;  height: 30px; z-index: 2;}
  .technology .tech-swiper .swiper-nav .nav-btn {--swiper-navigation-size:20px}
}

@media screen and (max-width: 399px) {
  .technology .mp-title {font-size: 22px;}
}






.product {background-color: #EFECE6;}
.product .mp-head {display: flex; justify-content: space-between; width: 100%;align-items: flex-end; padding-bottom: 70px; }
.product .mp-head .mp-title { text-align: center; width: 100%;}

.product .prod-ls-wrap {display: grid; grid-template-columns: 190px 1fr; gap: 15px;}
.product .prod-ls {display: flex; gap: 12px;  min-height: 676px;  }
.product .prod-ls .item {width: 100%; border-radius: 15px; overflow: hidden; height: 100%; position: relative;}
.product .prod-ls .item .prod-name {font-size:100px; font-weight: 500; color:#fff; font-family: var(--ff-secondary); line-height: 0.8;}

.product .prod-ls .item .inner {background: #E3DAD0; padding: 27px 18px; display: flex; flex-direction: column; height: 100%;}
.product .prod-ls .item .inner .thumb-link {display: flex; flex-direction: column; align-items: center; margin-top: -20px;}
.product .prod-ls .item .inner .thumb-link .link-btn {padding:5px 2.5rem}
.product .prod-ls .item .inner .thumb {width: 249px;}
.product .prod-ls .item .inner .head {width: 100%; display: flex;flex-direction: row-reverse; justify-content: space-between; align-items: flex-start; }
.product .prod-ls .item .inner .head .tag-box {}
.product .prod-ls .item .inner .head .tag-box span {font-size: 16px;  color:#624C39; font-weight: 700; display: block; line-height: 1.8;}
.product .prod-ls-wrap .spec-info {display: flex; flex-direction: column; align-items: flex-start; border-top: 3px solid #D6CEBC; margin-top: 18px;}
.product .prod-ls-wrap .spec-info li { border-bottom: 1px solid #D6CEBC;  width: 100%; display: flex; align-items: center; justify-content:center; padding-block: 15px;}
.product .prod-ls-wrap .spec-info li .info {font-size: 17px; font-weight: 700; color:#624C39;}
.product .prod-ls-wrap .spec-info.key {margin-top: auto;padding-bottom: 25px;}
.product .prod-ls-wrap .spec-info.key li {padding-block: 12.7px;}
.product .prod-ls-wrap .spec-info.key li .info {font-size: 20px; font-weight: 600; justify-content: flex-end;}


.product .prod-ls-wrap .spec-info li:last-child { border-bottom: none;padding-bottom: 0;}

.product .prod-ls-wrap .spec-info .info-hidden {display: none;}

@media (hover:hover) {
  .product .prod-ls .item .inner:hover .link-btn {background: #C7B09D;}
  .product .prod-ls .item .inner:hover .link-btn span {color:#fff;}
}
@media screen and (max-width: 1399px) {
  .product .mp-head {padding-bottom: 55px;}
  .product .prod-ls-wrap {grid-template-columns: 1fr;}
  .product .prod-ls-wrap .spec-info.key {display: none;}
  .product .prod-ls-wrap .spec-info .info-hidden {display: flex; font-size: 16px; color:#624C39;}
  .product .prod-ls-wrap .spec-info li {justify-content: space-between;}
  .product .prod-ls {display: grid; grid-template-columns: repeat(2,1fr);}
  .product .prod-ls .item .prod-name {font-size: 75px;}
  .product .prod-ls-wrap .spec-info li {padding-block: 10px;}
  .product .prod-ls .item .inner .thumb {width: 200px;}
}
@media screen and (max-width: 767px) {
  .product .mp-head {padding-bottom: 44px;}
  .product .prod-ls {grid-template-columns: repeat(1,1fr);}
  .product .prod-ls .item .inner .thumb {width: 163px;}
  .product .prod-ls-wrap .spec-info li .info {font-size: 15px;}
  .product .prod-ls .item .inner .head .tag-box span {line-height: 1.6;}
}


.banner {position: relative; padding-block: 160px 140px; color:#fff; text-align: center;}
.banner .content {display: flex; flex-direction: column; gap: 45px; align-items: center;}
.banner .content .mp-title {line-height: 1.36; }
.banner .bg-video {position: absolute; top:0; left:0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6);}
.banner .link-btn {padding: .5em 1.5em;}

@media screen and (max-width: 1399px) {
  .banner {padding-block: 100px 80px;}
  .banner .content {gap: 20px;}
}
@media screen and (max-width: 767px) {
  .banner {padding-block: 70px 50px;}
}

.latest-news-nav .latest-news-btn {width: 75px; height: 75px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid var(--primary);}
.latest-news-nav .latest-news-btn.swiper-button-disabled {border:1px solid #A4A4A4;}
.latest-news-nav .latest-news-btn.swiper-button-disabled svg path {fill: #A4A4A4;}

.interview {background: #EFECE6; padding-block: 180px;}
.interview .container {display: flex; position: relative;}
.interview .mp-head {display: flex; flex-direction: column; font-weight: 300;width: 357px; flex-shrink: 0; padding-bottom: 0; background: #EFECE6; position: relative;z-index: 9;}
.interview .mp-head:before {content:""; position: absolute;width: 100vw; height: 100%; background: #EFECE6; top:0; right:100%;}
.interview .mp-head .mp-desc {padding-top: 50px;}
.interview .latest-news-list {width: 100%;  }
.interview .latest-news-list .swiper {overflow: visible; width: 100%; height: 100%;}

.interview .latest-news-list .swiper .swiper-slide {width: 100%; height: 100%;}
.interview .latest-news-list .swiper .latest-news-item {background: #E7E2D9; border-radius: 15px; overflow: hidden; position: relative; display: flex; flex-direction: column;align-items: flex-start; height: 100%;}
.interview .latest-news-list .swiper .latest-news-item .thumb { border-radius: 15px; width: 338px; height: 348px; object-fit: cover;}
.interview .latest-news-list .swiper .latest-news-item .cont { padding: 23px; display: flex; flex-direction: column; min-height: 260px;}
.interview .latest-news-list .swiper .latest-news-item .cont .title {font-size: 20px; font-weight: 700; color:#624C39; display: block; margin-bottom: .3em;}
.interview .latest-news-list .swiper .latest-news-item .cont .desc {font-size: 16px;  margin-bottom: .5em;  line-height: 1.5;}
.interview .latest-news-list .swiper .latest-news-item .cont .desc br {display: none;}

.interview .latest-news-nav {display: flex; align-items: center; gap: 24px; justify-content: center; position: absolute; left:0; bottom:0; z-index: 10;}
.interview .latest-news-nav .latest-news-btn {padding-inline: 10px; flex-shrink: 0;}



@media (hover: hover) {
  .interview .latest-news-item:hover {box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
}

@media screen and (max-width: 1399px) {
  .latest-news-nav {margin-top: 40px;}
  .latest-news-nav .latest-news-btn { width: 50px; height: 50px;}

  .interview {padding-block: 100px 80px;}
  .interview .mp-head {width: 245px;}
  .interview .mp-head .mp-desc {padding-top: 20px;}
  .interview .latest-news-item .cont {padding: 20px 15px;}
  .interview .latest-news-item .cont .title {font-size: 15px;}
  .interview .latest-news-item .cont .date {font-size: 13px;}
  .interview .latest-news-list {height: auto;}
  .interview .latest-news-list .swiper .latest-news-item .cont {min-height: 150px; padding: 18px;}
  .interview .latest-news-list .swiper .latest-news-item .cont .title {font-size: 18px;}
  .interview .latest-news-list .swiper .latest-news-item .cont .desc {font-size: 14px;}
  .interview .latest-news-list .swiper .latest-news-item .thumb {width: 100%; height: 200px;}
}

@media screen and (max-width: 767px) {
  .latest-news-nav {gap: 20px;}
  .latest-news-nav .latest-news-btn {width: 40px; height: 40px;}
  .latest-news-nav .latest-news-btn img {width: 10px; height: auto;}
  .interview {padding-block: 80px 60px;}
  .interview .container {flex-direction: column; gap: 30px;}
  .interview .latest-news-item .cont {padding: 20px 5px;}
  .interview .mp-head {width: 100%; background: transparent;}
  .interview .mp-head:before {display: none;}
  .interview .latest-news-nav {position: relative; bottom:0; margin-top: 30px; justify-content: space-between;}
  .interview .latest-news-list .swiper .latest-news-item .cont {min-height: 200px;}
}


.story {}
.story {overflow: hidden;}
.story .mp-head {display: flex; align-items: flex-end; justify-content: space-between;  font-weight: 300;padding-bottom: 60px;}
.story .latest-news-list {position: relative;}
.story .latest-news-list .swiper {overflow: visible;}
.story .latest-news-list .swiper-wrapper {align-items: stretch;}
.story .latest-news-list .swiper-slide {height: auto;}
.story .latest-news-item {display: flex; flex-direction: column; height: 100%; background: #F9F9F9; border-radius: 15px; overflow: hidden; transition: .2s ease; filter:grayscale(100%);}
.story .latest-news-item .thumb {width: 100%; height: 226px;border-radius: 15px;}
.story .latest-news-item .thumb img {width: 100%; height: 100%; object-fit: cover;}
.story .latest-news-item .thumb .icon {position: absolute; top:18px; right:18px; width: 39px;height: 39px; display: flex; align-items: center; justify-content: center;  z-index: 1;border-radius: 50%; }
.story .latest-news-item .cont { padding: 23px; display: flex; flex-direction: column; height: 100%;}
.story .latest-news-item .cont .desc {font-size: 18px;  margin-bottom: .5em; font-weight: 700; color:#624C39;}
.story .latest-news-item .cont .date {margin-top: auto; font-size: 14px; color:#A4A4A4;}
.story .latest-news-nav {display: flex; align-items: center; gap: 65px; margin-top: 112px; justify-content: center; position: relative;}
.story .latest-news-pagination-bar {position: relative; height: 5px; background: #EFECE6;width: calc(100% - 200px); }
.story .latest-news-pagination-bar .swiper-pagination-progressbar-fill {background: #624C39;}
.story .latest-news-nav nav {display: flex; align-items: center; gap: 10px; flex-shrink: 0; position: absolute;width: 100%; justify-content: space-between;}
.story .latest-news-nav nav .latest-news-btn {padding-inline: 10px; flex-shrink: 0;}


@media (hover: hover) {
  .story .latest-news-item:hover {box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); filter:grayscale(0%); }
}

@media screen and (max-width: 1399px) {
  .story .mp-head {}
  .story .latest-news-nav {margin-top: 70px;}
  .story .latest-news-item .cont {padding: 20px 15px;}
  .story .latest-news-item .cont .title {font-size: 15px;}
  .story .latest-news-item .cont .date {font-size: 13px;}
}

@media screen and (max-width: 767px) {
  .story .latest-news-item .cont {padding: 20px 5px;}
  .story .latest-news-nav {gap: 20px;}
  .story .latest-news-nav nav {gap: 5px;}
  .story .latest-news-nav nav .latest-news-btn img {width: 10px; height: auto;}
}













/* Base */
@media (hover: hover) {}
@media screen and (max-width: 1399px) {}
@media screen and (max-width: 767px) {}