:root {
  --font-title: "Nunito Sans", sans-serif;
  --font-pri: "Montserrat", sans-serif;
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 9.6rem;
  --header-height-fixed: 8rem;
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0 1rem 3rem 0 rgba(0, 0, 0, 0.05);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(27%) sepia(7%) saturate(5832%) hue-rotate(339deg) brightness(92%)
    contrast(85%);
  --filter-sec: brightness(0) saturate(100%) invert(77%) sepia(36%) saturate(5995%) hue-rotate(9deg) brightness(110%)
    contrast(96%);
  --filter-third: brightness(0) saturate(100%) invert(43%) sepia(81%) saturate(875%) hue-rotate(22deg) brightness(101%)
    contrast(101%);
  --container-full: 4.8rem;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --container-full: 1.6rem;
  }
}

@media screen and (min-width: 1201px) {
  .samco {
    margin: 10rem 0rem 10rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 991px) {
  .samco {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .samco-bg {
    padding: 0;
    border-radius: 0;
  }
}
.samco-bg_bg {
  background: linear-gradient(106deg, #ffd557 5.99%, #f2b600 97.39%);
}
@media screen and (max-width: 1200px) {
  .samco-bg_bg {
    padding: 0;
    border-radius: 0;
  }
}
.samco-bg_bg:before {
  bottom: 0;
  width: 100%;
  height: 100%;
  left: -6.4rem;
  position: absolute;
  content: "";
  mix-blend-mode: overlay;
  border-radius: 0 4rem 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../../assets/images/gallery/file-decor1.png");
}
@media screen and (max-width: 1200px) {
  .samco-bg_bg:before {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .samco-bg_img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .samco-position {
    padding: 0;
  }
}
.samco-wrap {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .samco-wrap {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .samco-wrap {
    padding: 4rem 0;
  }
}
.samco-form {
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 576px) {
  .samco-form {
    padding: 2rem;
  }
}
.samco-form form .form-action {
  flex-wrap: wrap;
}
.samco-form form .form-action .btn {
  width: 100% !important;
  border-radius: 4rem !important;
  padding: 1.55rem 3.2rem !important;
}
.samco-form form .form-action.form-action-2col .btn {
  width: calc(50% - 0.5rem) !important;
}
@media screen and (max-width: 576px) {
  .samco-form form .form-action.form-action-2col .btn {
    width: 100% !important;
  }
}
.samco-item {
  max-width: 30rem;
}
.samco-logo {
  padding-top: 100%;
  position: relative;
}
.samco-logo img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.samco-content_action .btn {
  text-align: left;
  flex-wrap: nowrap;
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 1280px) {
  .samco-content_action .btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .samco-content_action .btn {
    width: calc(50% - 0.4rem);
  }
}
@media screen and (max-width: 576px) {
  .samco-content_action .btn {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .samco-content_action .btn .icon {
    display: none;
  }
}
.samco-content_action .btn > span:nth-child(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.trend-swiper {
  height: 100%;
}
.trend-swiper .swiper {
  height: inherit;
  margin: 0 calc(-1 * var(--pi-8));
}
.trend-swiper .swiper-slide {
  height: auto;
  padding: 0 var(--pi-8);
}
@media screen and (max-width: 767px) {
  .trend-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .trend-swiper .swiper-slide {
    width: 76.9230769231%;
  }
}
.trend-swiper .swiper-pagination {
  z-index: 5;
  width: 17.6rem;
  margin: -2rem auto 0;
  position: relative !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
@media screen and (max-width: 576px) {
  .trend-swiper .swiper-pagination {
    width: 12rem;
  }
}
.trend-swiper .swiper-pagination-progressbar-fill {
  background: white !important;
}

.trend-img .img {
  padding-top: 178.125%;
}
.trend-img.is-playing {
  cursor: default;
}
.trend-img .trend-iframe {
  inset: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
}

.swiper-navigation {
  z-index: 5;
  gap: 0.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.swiper-navigation > * {
  cursor: pointer;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #784123;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .swiper-navigation > *:hover, .swiper-navigation > *:focus-visible {
    background-color: #784123;
  }
  .swiper-navigation > *:hover img, .swiper-navigation > *:focus-visible img {
    filter: var(--filter-white);
  }
}
.swiper-navigation > * img {
  transition: 0.4s ease-in-out;
  filter: var(--filter-pri);
}
.swiper-navigation .prev img {
  transform: rotate(-180deg);
}

.swiper-pagination {
  max-width: 28rem;
  overflow: hidden;
  position: static !important;
  border-radius: var(--radius-max);
  background: #d9cdbb !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    max-width: 20rem;
  }
}
.swiper-pagination-progressbar-fill {
  background: #784123 !important;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-fraction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  position: absolute;
  right: 2.4rem;
  bottom: 4rem;
  z-index: 10;
}
.swiper-fraction .swiper-pagination {
  gap: 0.8rem;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-direction: column;
  background-color: transparent !important;
}
.swiper-fraction .swiper-pagination-bullet {
  transition: 0.4s ease-in-out;
  margin: 0 auto !important;
  background-color: white !important;
}
.swiper-fraction .swiper-pagination-bullet-active {
  background-color: white !important;
}
.swiper-fraction .swiper-line {
  height: 8rem;
  width: 0.2rem;
  background: white;
  border-radius: var(--radius);
}
.swiper-fraction .swiper-fraction_number {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 800;
  color: white;
  font-family: var(--font-title);
}
@media screen and (max-width: 1280px) {
  .swiper-fraction {
    left: 50%;
    right: auto;
    gap: 1.2rem;
    bottom: 2.4rem;
    flex-direction: row;
    align-items: center;
    transform: translateX(-50%);
  }
  .swiper-fraction .swiper-pagination {
    gap: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
  }
  .swiper-fraction .swiper-pagination-bullet {
    margin: auto 0 !important;
  }
  .swiper-fraction .swiper-line {
    width: 10rem;
    height: 0.2rem;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article:hover .img img, .article:focus-visible .img img {
    transform: scale(1.05);
  }
}
.article-img .img {
  padding-top: 66.6666666667%;
}

.product {
  --wh: 7.2rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product:hover .img-hover, .product:focus-visible .img-hover {
    opacity: 1;
    visibility: visible;
  }
  .product:hover .triangle, .product:focus-visible .triangle {
    width: var(--wh);
    height: var(--wh);
  }
  .product:hover .triangle::before, .product:hover .triangle::after, .product:focus-visible .triangle::before, .product:focus-visible .triangle::after {
    width: var(--wh);
    height: var(--wh);
  }
  .product:hover .img-icon, .product:focus-visible .img-icon {
    opacity: 1;
  }
}
.product-img {
  position: relative;
}
.product-img .img {
  padding-top: 100%;
}
.product-img .img-hover {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.4s ease-in-out;
}
.product-img .img-icon {
  opacity: 0;
  right: 1.2rem;
  bottom: 1.2rem;
  position: absolute;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product-img .img-icon:hover, .product-img .img-icon:focus-visible {
    transform: translateX(0.5rem);
  }
}
.product-img .triangle {
  --bg-color: #f0f0f0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
  transition: 0.4s ease-in-out;
  border-radius: 1.2rem 0 0 0;
  background-color: var(--bg-color);
  filter: drop-shadow(0 -0.4rem 0.4rem rgba(0, 0, 0, 0.25));
}
.product-img .triangle::before, .product-img .triangle::after {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
}
.product-img .triangle::before {
  background-color: #2a0f00;
}
.product-img .triangle::after {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.001) 50%, var(--bg-color) 50%);
}
.product-content .text-18 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .product-content .text-18:hover, .product-content .text-18:focus-visible {
    color: #784123;
  }
}
.product-content ul {
  row-gap: calc(2 * var(--p-10));
  margin: 0 calc(-1 * var(--pi-10));
}
@media screen and (max-width: 576px) {
  .product-content ul {
    --p-10: 0.4rem;
  }
}
@media screen and (max-width: 576px) {
  .product-content ul .text-14 {
    font-size: 1.2rem;
  }
}
.product-content ul li {
  position: relative;
  padding: 0 var(--pi-10);
}
.product-content ul li:not(:last-child)::after {
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1.6rem;
  position: absolute;
  content: "";
  transform: translateY(-50%);
  background-color: #d9cdbb;
}

.collection {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  min-width: 14rem;
}
@media screen and (max-width: 576px) {
  .collection {
    min-width: 12rem;
    max-width: 12rem;
  }
}
.collection-img .img {
  padding-top: 100%;
}
.collection-info {
  max-width: 9.4rem;
}
.collection-link {
  --pos: 0.8rem;
  top: var(--pos);
  right: var(--pos);
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #784123;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 576px) {
  .collection-link {
    --pos: 0.4rem;
    width: 2rem;
    height: 2rem;
  }
}
.collection-link img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 576px) {
  .collection-link img {
    width: 1rem;
    height: 1rem;
  }
}

.loading {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  height: 100%;
  display: flex;
  position: fixed;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.4s ease-in-out;
  align-items: stretch;
}
.loading.loading-final {
  pointer-events: none;
}
.loading.loading-final .loading-logo {
  animation: unset;
}
.loading.loading-final .loading-sdn {
  opacity: 1;
}
.loading.loading-hidden .stripe:first-child {
  transform: translateX(-100%);
}
.loading.loading-hidden .stripe:nth-child(2) {
  transform: translateX(100%);
}
.loading .stripe {
  width: 50%;
  transition: 1s ease-in-out 0.8s;
}
.loading .stripe:first-child {
  background: rgba(0, 0, 0, 0.9);
}
.loading .stripe:nth-child(2) {
  background: rgba(0, 0, 0, 0.9);
}
.loading-logo {
  max-width: 33rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  animation: fadeInAni 2s linear infinite;
}
@media screen and (max-width: 576px) {
  .loading-logo {
    max-width: 20rem;
  }
}

.compa {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .compa {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 420px) {
  .compa-wrap .title-40 {
    max-width: 34rem;
  }
}
.compa-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-16));
  margin: 0 calc(-1 * var(--pi-16));
}
@media screen and (max-width: 1200px) {
  .compa-list {
    justify-content: center;
  }
}
.compa-item {
  width: 25%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 1200px) {
  .compa-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .compa-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .compa-item {
    width: 100%;
  }
}
.compa-inner {
  box-shadow: var(--box-shadow-1);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .compa-inner:hover .compa-bg, .compa-inner:focus-visible .compa-bg {
    opacity: 1;
    pointer-events: auto;
  }
}
.compa-box {
  padding: 2rem;
}
@media screen and (max-width: 1200px) {
  .compa-box {
    padding: 1.6rem;
  }
}
.compa-img {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #d9d9d9;
}
.compa-img .img {
  padding-top: 45%;
}
@media screen and (max-width: 576px) {
  .compa-img .img {
    padding-top: 20%;
  }
}
.compa-img .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.compa-bg, .compa-bg_btn {
  left: 0;
  width: 100%;
  position: absolute;
}
.compa-bg {
  top: 0;
  opacity: 0;
  z-index: 5;
  height: 100%;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}
.compa-bg_img {
  height: inherit;
}
.compa-bg_img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.compa-bg_btn {
  bottom: 0;
  padding: 1.2rem;
}
.compa-bg_btn .btn {
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
  border-color: transparent;
}
.compa-bg_btn .btn img {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .compa-content > .btn {
    border: 0;
    background-color: transparent;
  }
}

.partner {
  overflow: hidden;
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .partner {
    padding: 6rem 0rem;
  }
}
.partner {
  background: linear-gradient(180deg, rgba(242, 183, 5, 0.2) 0%, rgba(242, 183, 5, 0) 100%);
}
.partner-list {
  --p: 6.4rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--p));
  margin: 0 calc(-1 * var(--p));
}
@media screen and (max-width: 1200px) {
  .partner-list {
    --p: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .partner-list {
    --p: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-list {
    row-gap: calc(1 * var(--p));
  }
}
.partner-item {
  padding: 0 var(--p);
  width: 25%;
}
@media screen and (max-width: 767px) {
  .partner-item {
    width: 50%;
  }
}
.partner-item:not(:last-child) {
  border-right: 0.1rem solid #b0aca2;
}

.high {
  position: relative;
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .high {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 1201px) {
  .high::before {
    --wh: 126.2rem;
    bottom: -60%;
    right: -40%;
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: -1;
    width: var(--wh);
    height: var(--wh);
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 205, 187, 0.35) 0%, rgba(217, 205, 187, 0) 100%);
  }
}
@media screen and (max-width: 576px) {
  .high-heading .title-40 br {
    display: none;
  }
}
.high-heading_tab .title-24 {
  text-align: center;
  transition: 0.4s ease-in-out;
  padding-bottom: 1.6rem;
}
.high-heading_tab .title-24:after {
  width: 0;
  right: 0;
  bottom: 0;
  height: 0.3rem;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  background-color: #784123;
}
.high-heading_tab .swiper:after {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  background-color: rgba(120, 65, 35, 0.25);
}
.high-heading_tab .swiper-slide {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .high-heading_tab .swiper-slide {
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .high-heading_tab .swiper-slide {
    width: 66.6666666667%;
  }
}
.high-heading_tab .swiper-slide.is-active .title-24 {
  color: #784123;
}
.high-heading_tab .swiper-slide.is-active .title-24:after {
  left: 0;
  width: 100%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .high-heading_tab .swiper-slide:hover .title-24, .high-heading_tab .swiper-slide:focus-visible .title-24 {
    color: #784123;
  }
  .high-heading_tab .swiper-slide:hover .title-24:after, .high-heading_tab .swiper-slide:focus-visible .title-24:after {
    left: 0;
    width: 100%;
  }
}
.high-inner_showcase .swiper {
  margin: 0 calc(-1 * var(--pi-8));
}
.high-inner_showcase .swiper-slide {
  padding: 0 var(--pi-8);
}
.high-inner_showcase .swiper-pagination {
  margin: 4rem auto 0;
}

.showcase {
  position: relative;
}
.showcase-click {
  position: relative;
}
.showcase-bg .img {
  border-radius: var(--radius-xl);
  padding-top: 56.25%;
}
@media screen and (max-width: 576px) {
  .showcase-bg .img {
    border-radius: var(--radius-l);
  }
}
.showcase-dot {
  inset: 0;
  cursor: pointer;
  position: absolute;
}
.showcase-dot_dot {
  gap: 1.2rem;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 577px) {
  .showcase-dot_dot {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .showcase-dot_dot {
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .showcase-dot_dot:hover .text-16, .showcase-dot_dot:focus-visible .text-16 {
    color: white;
    background-color: #f2b705;
  }
  .showcase-dot_dot:hover .showcase-dot_icon, .showcase-dot_dot:focus-visible .showcase-dot_icon {
    background-color: #f2b705;
  }
  .showcase-dot_dot:hover .showcase-dot_icon::before, .showcase-dot_dot:focus-visible .showcase-dot_icon::before {
    border-color: #f2b705;
  }
  .showcase-dot_dot:hover .showcase-dot_icon img, .showcase-dot_dot:focus-visible .showcase-dot_icon img {
    transform: rotate(360deg);
    filter: var(--filter-white);
  }
}
@media screen and (max-width: 1200px) {
  .showcase-dot_dot {
    gap: 0.8rem;
  }
}
.showcase-dot_dot * {
  transition: 0.4s ease-in-out;
}
.showcase-dot_dot:first-child {
  top: 30.5%;
  left: 24%;
}
.showcase-dot_dot:nth-child(2) {
  top: 32%;
  left: 47.6%;
}
.showcase-dot_dot:nth-child(3) {
  top: 23%;
  left: 75.4%;
}
.showcase-dot_dot:nth-child(4) {
  top: 43%;
  left: 85%;
}
.showcase-dot_dot:nth-child(5) {
  top: 80%;
  left: 92%;
}
.showcase-dot_dot .text-16 {
  left: 50%;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  border-radius: 0.4rem;
  padding: 0.8rem 1.6rem;
  bottom: calc(100% + 1.2rem);
  transform: translateX(-50%);
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .showcase-dot_dot .text-16 {
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  .showcase-dot_dot .text-16 {
    font-size: 1.2rem;
    display: none;
  }
}
.showcase-dot_icon {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background-color: white;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 1200px) {
  .showcase-dot_icon {
    width: 2rem;
    height: 2rem;
  }
}
.showcase-dot_icon::before, .showcase-dot_icon::after {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  transition: 0.4s ease-in-out;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  border: 0.1rem solid white;
}
.showcase-dot_icon:before {
  animation: pulseAni 2s linear infinite;
}
.showcase-dot_icon:after {
  animation: pulseAni 2s 1s linear infinite;
}
.showcase-dot_icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .showcase-dot_icon img {
    width: 1rem;
    height: 1rem;
  }
}
.showcase-form {
  --p: 2.4rem;
  --pos: 1.6rem;
  z-index: 5;
  opacity: 0;
  display: flex;
  right: var(--pos);
  bottom: var(--pos);
  position: absolute;
  flex-direction: column;
  transition: 0.6s ease-in-out;
  background-color: white;
  border-radius: var(--radius-xl);
}
@media screen and (min-width: 1201px) {
  .showcase-form {
    top: var(--pos);
    margin: auto 0;
    max-height: 78rem;
    max-width: 47.2rem;
    transform: translateX(150%);
  }
}
@media screen and (max-width: 1200px) {
  .showcase-form {
    --pos: 0;
    --p: 1.6rem;
    width: 100%;
    z-index: 100;
    position: fixed;
    max-height: 50rem;
    transform: translateY(150%);
    box-shadow: var(--box-shadow-1);
  }
}
.showcase-form.is-active {
  opacity: 1;
  transform: unset;
}
.showcase-form .icon-close {
  cursor: pointer;
  padding: var(--p) var(--p) 0;
}
.showcase-form .icon-close img {
  flex-shrink: 0;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 2.4rem;
  height: 2.4rem;
}
.showcase-form_inner {
  height: 100%;
  display: flex;
  padding: var(--p);
  overflow: hidden auto;
  flex-direction: column;
}
.showcase-form_list ul {
  gap: 1.2rem;
  display: flex;
}
@media screen and (min-width: 1201px) {
  .showcase-form_list ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .showcase-form_list ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .showcase-form_list ul li {
    width: calc(33.3333333333% - 0.8rem);
  }
}
@media screen and (max-width: 767px) {
  .showcase-form_list ul li {
    width: calc(50% - 0.6rem);
  }
}
.showcase-form_list ul img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .showcase-form_list ul img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .showcase-form_list ul .text-14 {
    font-size: 1.2rem;
  }
}
.showcase-form_swiper .product {
  --wh: 4rem;
}
.showcase-form_swiper .product-content .text-18 {
  text-align: center;
  font-size: 1.4rem;
}
.showcase-form_swiper .product-img .img-icon {
  right: 0.8rem;
  bottom: 0.8rem;
  width: 1rem;
  height: 1rem;
}
.showcase-form_swiper .product ul {
  display: none;
}
.showcase-form_swiper .swiper {
  margin: 0 calc(-1 * var(--pi-4));
}
.showcase-form_swiper .swiper-slide {
  width: 25%;
  padding: 0 var(--pi-4);
}
@media screen and (max-width: 767px) {
  .showcase-form_swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .showcase-form_swiper .swiper-slide {
    width: 50%;
  }
}
.showcase-form_swiper .swiper-navigation > * {
  width: 2.8rem;
  height: 2.8rem;
}
.showcase-form_swiper .swiper-navigation > * img {
  width: 1.6rem;
  height: 1.6rem;
}
.showcase-form_btn {
  padding: var(--p);
  box-shadow: var(--box-shadow-1);
}

.partner-splide {
  padding-top: 10rem;
}
@media screen and (max-width: 991px) {
  .partner-splide {
    padding-top: 6rem;
  }
}
.partner-splide .splide__slide {
  padding: 0 3.2rem;
}
@media screen and (max-width: 1200px) {
  .partner-splide .splide__slide {
    padding: 0 1.6rem;
  }
}
.partner-splide_img {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.partner-splide_img img {
  width: 100%;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .partner-splide_img img {
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-splide_img img {
    height: 6.4rem;
  }
}
@media screen and (max-width: 576px) {
  .partner-splide_img img {
    height: 4rem;
  }
}

.know {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .know {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .know-col {
    width: 100%;
  }
}
.know-heading {
  gap: 1.6rem;
  display: flex;
}
@media screen and (min-width: 992px) {
  .know-heading {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .know-heading {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .know-heading .title-w-desc {
    max-width: 55rem;
  }
}
@media screen and (max-width: 1200px) {
  .know-heading .title-w-desc {
    width: 100%;
  }
}
.know-heading_desc {
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .know-heading_desc {
    max-width: 48.8rem;
  }
}
@media screen and (max-width: 991px) {
  .know-heading_desc {
    gap: 1.6rem;
  }
}
.know-box {
  height: 100%;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .know-box:hover .img img, .know-box:focus-visible .img img {
    transform: scale(1.05);
  }
}
.know-img {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.8rem;
}
.know-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.know-img .img {
  height: 100%;
}
.know-link, .know-content {
  z-index: 5;
}
.know-content {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.4rem;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .know-content {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .know-content {
    padding: 1rem;
  }
}
.know-content .title-28 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .know-content .title-28:hover, .know-content .title-28:focus-visible {
    color: #f2b705;
  }
}
@media screen and (max-width: 576px) {
  .know-content .title-28 br {
    display: none;
  }
}
.know-link {
  --pos: 1.6rem;
  top: var(--pos);
  right: var(--pos);
  width: 4rem;
  height: 4rem;
  position: absolute;
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .know-link:hover, .know-link:focus-visible {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .know-link {
    --pos: 0.8rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.know-list, .know-main {
  display: flex;
  row-gap: 3.2rem;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .know-list, .know-main {
    row-gap: 1.6rem;
  }
}
.know-swiper {
  gap: 7.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .know-swiper {
    gap: 4.8rem;
  }
}
.know-swiper .swiper {
  width: 100%;
}
@media screen and (min-width: 577px) {
  .know-swiper .swiper {
    max-height: 21.4rem;
  }
}
@media screen and (max-width: 576px) {
  .know-swiper .swiper {
    margin: 0 calc(-1 * var(--pi-8));
  }
}
@media screen and (max-width: 576px) {
  .know-swiper .swiper-slide {
    padding: 0 var(--pi-8);
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .know-swiper .swiper-control {
    display: none;
  }
}
.know-swiper .swiper-navigation {
  gap: 0.8rem;
  flex-direction: column;
}
.know-swiper .swiper-navigation > * {
  width: 3.2rem;
  height: 3.2rem;
}
.know-swiper .swiper-navigation > * img {
  width: 1.6rem;
  height: 1.6rem;
}
.know-swiper .swiper-navigation .prev img {
  transform: rotate(-90deg);
}
.know-swiper .swiper-navigation .next img {
  transform: rotate(90deg);
}
@media screen and (min-width: 577px) {
  .know-swiper .article {
    flex-direction: row;
    align-items: center;
  }
  .know-swiper .article-img {
    width: 100%;
    max-width: 28rem;
  }
  .know-swiper .article-img .img {
    padding-top: 75.7142857143%;
  }
}
.know-top_row {
  row-gap: calc(2 * var(--pi-16));
  margin: 0 calc(-1 * var(--pi-16));
}
.know-top_col {
  padding: 0 var(--pi-16);
}
.know-top_col:first-child {
  width: 37.5%;
}
@media screen and (max-width: 576px) {
  .know-top_col:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 577px) {
  .know-top_col:first-child .know-img .img {
    padding-top: 157.1428571429%;
  }
}
@media screen and (max-width: 576px) {
  .know-top_col:first-child .know-img .img {
    padding-top: 44.693877551%;
  }
}
.know-top_col:last-child {
  width: 62.5%;
}
@media screen and (max-width: 576px) {
  .know-top_col:last-child {
    width: 100%;
  }
}
.know-top_col:last-child .know-img .img {
  padding-top: 44.693877551%;
}

.sign {
  position: relative;
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .sign {
    padding: 6rem 0rem;
  }
}
.sign-wrap {
  display: block;
}
.sign-sign_img {
  width: 100%;
  gap: 1.6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sign-sign_img {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .sign-sign_img:last-child {
    margin-left: auto;
  }
}
.sign-sign_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 86rem;
}
@media screen and (min-width: 768px) {
  .sign-sign_img img {
    max-width: clamp(52rem, 78.7vw - 8.44rem, 86rem);
  }
}
@media screen and (max-width: 767px) {
  .sign-sign_img img {
    margin: 0 auto;
  }
}
.sign-sign_img img:last-of-type {
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .sign-list {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sign-item {
    width: clamp(18rem, 23.15vw + 0.22rem, 31.3rem);
    position: absolute;
  }
  .sign-item:first-child {
    top: 0;
    right: 0;
  }
  .sign-item:last-child {
    left: 0;
    bottom: 0;
  }
}
.sign-box {
  height: 100%;
  position: relative;
}
.sign-img {
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sign-img {
    border-radius: var(--radius-max);
  }
}
@media screen and (max-width: 767px) {
  .sign-img {
    border-radius: 0.8rem;
  }
}
.sign-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}
@media screen and (min-width: 768px) {
  .sign-img:before {
    display: none;
  }
}
.sign-img .img {
  height: 100%;
  padding-top: 44.693877551%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .sign-img .img:hover img, .sign-img .img:focus-visible img {
    transform: scale(1.05);
  }
}
.sign-link, .sign-content {
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .sign-link, .sign-content {
    display: none;
  }
}
.sign-content {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.4rem;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .sign-content {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sign-content {
    padding: 1rem;
  }
}
.sign-content .title-28 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .sign-content .title-28:hover, .sign-content .title-28:focus-visible {
    color: #f2b705;
  }
}
@media screen and (max-width: 576px) {
  .sign-content .title-28 br {
    display: none;
  }
}
.sign-link {
  --pos: 1.6rem;
  top: var(--pos);
  right: var(--pos);
  width: 4rem;
  height: 4rem;
  position: absolute;
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .sign-link:hover, .sign-link:focus-visible {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .sign-link {
    --pos: 0.8rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}

.discover {
  position: relative;
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .discover {
    padding: 6rem 0rem;
  }
}
.discover::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 290rem;
  position: absolute;
  content: "";
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(242, 183, 5, 0) 0%, rgba(242, 183, 5, 0.1) 100%);
}
.discover-col:first-child {
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 576px) {
  .discover-col:first-child {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .discover-heading .title-w-desc {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .discover-heading .title-w-desc {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .discover-heading .title-w-desc .title-40 {
    max-width: 53.4rem;
  }
  .discover-heading .title-w-desc .text-14 {
    max-width: 52rem;
  }
}
.discover-swiper .title-24 {
  text-align: center;
  transition: 0.4s ease-in-out;
  color: #999999;
  padding-bottom: 1.6rem;
}
.discover-swiper .title-24:after {
  width: 0;
  right: 0;
  bottom: 0;
  height: 0.3rem;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  background-color: #784123;
}
.discover-swiper .swiper:after {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  background-color: rgba(120, 65, 35, 0.25);
}
.discover-swiper .swiper-slide {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .discover-swiper .swiper-slide {
    width: 66.6666666667%;
  }
}
.discover-swiper .swiper-slide.is-active .title-24 {
  color: #784123;
}
.discover-swiper .swiper-slide.is-active .title-24:after {
  left: 0;
  width: 100%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .discover-swiper .swiper-slide:hover .title-24, .discover-swiper .swiper-slide:focus-visible .title-24 {
    color: #784123;
  }
  .discover-swiper .swiper-slide:hover .title-24:after, .discover-swiper .swiper-slide:focus-visible .title-24:after {
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .discover-row {
    --rg: 0;
    --cg: 0;
  }
}
@media screen and (max-width: 767px) {
  .discover-col {
    width: 100%;
  }
}
.discover-box {
  z-index: 5;
  position: relative;
}
.discover-link {
  left: 0;
  bottom: 0;
  padding: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.discover-link .btn {
  border-color: transparent;
  padding: 0.8rem 0.8rem 0.8rem 1.6rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .discover-link .btn:hover img, .discover-link .btn:focus-visible img {
    transform: rotate(45deg);
  }
}
.discover-link .btn img {
  transition: 0.4s ease-in-out;
}
.discover-img .img {
  border-radius: var(--radius-xl);
  padding-top: 67.75%;
}
@media screen and (min-width: 768px) {
  .discover-inner {
    overflow: hidden;
    border-radius: 2.4rem;
    background: rgba(217, 205, 187, 0.25);
  }
}
.discover-inner .tabPanel1.is-open {
  animation: fadeInUp 0.45s ease-in-out forwards;
}
.discover-list {
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .discover-item {
    margin-left: -2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .discover-item:not(:last-child) {
    padding-bottom: 0.8rem;
    border-bottom: 0.1rem solid #d9cdbb;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .discover-item:hover .discover-item_box, .discover-item:focus-visible .discover-item_box {
    background-color: white;
  }
  .discover-item:hover .discover-item_link, .discover-item:focus-visible .discover-item_link {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .discover-item.is-active .discover-item_box {
    box-shadow: var(--box-shadow-1);
    background-color: white;
  }
  .discover-item.is-active .discover-item_link {
    opacity: 1;
  }
  .discover-item.is-active .discover-item_img .icon {
    background-color: rgba(120, 65, 35, 0.12);
  }
  .discover-item.is-active .discover-item_img .icon img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(60%) saturate(700%) hue-rotate(10deg) brightness(85%) contrast(90%);
  }
  .discover-item.is-active .discover-item_img .img {
    opacity: 1;
  }
}
.discover-item_box {
  width: 100%;
  gap: 1.6rem;
  display: flex;
  position: relative;
  transition: 0.4s ease-in-out;
  border-radius: 0 2.4rem 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .discover-item_box {
    align-items: center;
    padding: 2.8rem 1.6rem 2.8rem 6.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .discover-item_box {
    padding: 2rem 2rem 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .discover-item_box {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .discover-item_content {
    max-width: 32.6rem;
  }
}
@media screen and (max-width: 767px) {
  .discover-item_content {
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 1.2rem;
    position: absolute;
    color: white;
  }
}
.discover-item_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover-item_img {
    overflow: hidden;
    border-radius: 0.8rem;
  }
  .discover-item_img::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
}
.discover-item_img .icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.4s ease-in-out;
  width: 7.2rem;
  height: 7.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: rgba(217, 205, 187, 0.25);
}
@media screen and (max-width: 991px) {
  .discover-item_img .icon {
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .discover-item_img .icon {
    display: none;
  }
}
.discover-item_img .icon img {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 4rem;
  height: 4rem;
  transition: 0.4s ease-in-out;
  filter: brightness(0) saturate(100%) invert(37%) sepia(29%) saturate(0%) hue-rotate(244deg) brightness(96%) contrast(85%);
}
@media screen and (max-width: 991px) {
  .discover-item_img .icon img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.discover-item_img .img {
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .discover-item_img .img {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    width: 100%;
    position: absolute;
    transition: 0.4s ease-in-out;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .discover-item_img .img {
    padding-top: 44.693877551%;
  }
}
.discover-item_link {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #784123;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .discover-item_link:hover, .discover-item_link:focus-visible {
    background-color: #f2b705;
  }
}
@media screen and (min-width: 768px) {
  .discover-item_link {
    opacity: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .discover-item_link {
    z-index: 5;
    top: 0.8rem;
    right: 0.8rem;
    position: absolute;
  }
}
.discover-item_link img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .discover-item_link img {
    transform: rotate(-45deg);
  }
}

.key {
  position: relative;
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .key {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 1201px) {
  .key::before {
    --wh: 126.2rem;
    top: 50%;
    right: -40%;
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: -1;
    width: var(--wh);
    height: var(--wh);
    transform: translateY(-50%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 205, 187, 0.35) 0%, rgba(217, 205, 187, 0) 100%);
  }
}
@media screen and (max-width: 1200px) {
  .key-col {
    width: 100%;
  }
}
.key-heading {
  gap: 1.6rem;
  display: flex;
}
@media screen and (min-width: 992px) {
  .key-heading {
    justify-content: space-between;
  }
  .key-heading .title-40 {
    max-width: 53.4rem;
  }
  .key-heading_desc {
    max-width: 52rem;
  }
}
@media screen and (max-width: 991px) {
  .key-heading {
    flex-direction: column;
  }
}
.key-tab {
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .key-tab_swiper {
    max-height: 39.8rem;
    padding-right: 0.8rem;
    margin-right: -0.8rem;
    overflow: hidden auto;
  }
}
@media screen and (min-width: 1201px) {
  .key-tab_swiper .swiper-wrapper {
    gap: 1.2rem;
    flex-wrap: wrap;
    transform: unset !important;
  }
}
.key-tab_swiper .swiper-slide {
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .key-tab_swiper .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .key-tab_swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .key-tab_swiper .swiper-slide {
    width: 50%;
  }
}
.key-tab_swiper .swiper-slide:not(:last-child) .key-tab_box {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #d9cdbb;
}
@media screen and (max-width: 576px) {
  .key-tab_swiper .swiper-slide:not(:last-child) .key-tab_box {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .key-tab_swiper .swiper-slide:last-child .key-tab_box {
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid #d9cdbb;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .key-tab_swiper .swiper-slide:last-child .key-tab_box {
    padding-bottom: 0.8rem;
  }
}
.key-tab_swiper .swiper-slide.is-active .key-tab_box {
  border-color: #784123;
}
.key-tab_swiper .swiper-slide.is-active .key-tab_box img {
  filter: var(--filter-pri);
}
.key-tab_swiper .swiper-slide.is-active .key-tab_box .text-16 {
  color: #784123;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .key-tab_swiper .swiper-slide:hover .key-tab_box, .key-tab_swiper .swiper-slide:focus-visible .key-tab_box {
    border-color: #784123;
  }
  .key-tab_swiper .swiper-slide:hover .key-tab_box img, .key-tab_swiper .swiper-slide:focus-visible .key-tab_box img {
    filter: var(--filter-pri);
  }
  .key-tab_swiper .swiper-slide:hover .key-tab_box .text-16, .key-tab_swiper .swiper-slide:focus-visible .key-tab_box .text-16 {
    color: #784123;
  }
}
.key-tab_box {
  height: 100%;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .key-tab_box {
    justify-content: center;
  }
}
.key-tab_box img {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 576px) {
  .key-tab_box img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.key-tab_box .text-16 {
  margin-top: 0.8rem;
  transition: 0.4s ease-in-out;
  color: #999999;
}
@media screen and (max-width: 1200px) {
  .key-tab_box .text-16 {
    font-size: 1.4rem;
  }
}
.key-info {
  --p: 2rem;
  display: flex;
  row-gap: 2.4rem;
  padding: var(--p);
  flex-direction: column;
  background-color: #f2b705;
  border-radius: var(--radius-xl);
}
@media screen and (min-width: 1201px) {
  .key-info {
    left: 0;
    bottom: 0;
    width: calc(25% - 2.4rem);
  }
}
@media screen and (min-width: 768px) {
  .key-info {
    z-index: 5;
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .key-info {
    order: 1;
    width: 30rem;
    left: var(--p);
    top: calc(2 * var(--p));
  }
}
@media screen and (max-width: 1200px) {
  .key-info {
    --p: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .key-info {
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .key-info {
    border-radius: var(--radius-l);
  }
}
.key-info_logo {
  max-width: 9.2rem;
}
@media screen and (max-width: 1200px) {
  .key-info_logo {
    max-width: 8rem;
  }
}
.key-info_logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-info_link {
  top: var(--p);
  right: var(--p);
  position: absolute;
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .key-info_link:hover, .key-info_link:focus-visible {
    transform: rotate(45deg);
  }
}
.key-info_link img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 4rem;
  height: 4rem;
  filter: var(--filter-pri);
}
@media screen and (max-width: 1200px) {
  .key-info_link img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.key-info_content {
  margin-top: auto;
}
@media screen and (min-width: 1201px) {
  .key-info_content .title-24 {
    max-width: 19rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 5;
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 1200px) {
  .key-swiper {
    gap: 1.2rem;
    display: flex;
    position: relative;
    flex-direction: column;
  }
}
.key-swiper .swiper {
  height: 100%;
  margin: 0 calc(-1 * var(--pi-8));
}
@media screen and (max-width: 1200px) {
  .key-swiper .swiper {
    order: 2;
  }
}
.key-swiper .swiper-slide {
  height: auto;
  padding: 0 var(--pi-8);
}
@media screen and (max-width: 576px) {
  .key-swiper .swiper-control {
    order: 3;
  }
}
@media screen and (min-width: 577px) {
  .key-swiper .swiper-pagination {
    left: 58%;
    z-index: 5;
    top: unset;
    bottom: 2rem;
    max-width: 17.6rem;
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 1200px) {
  .key-swiper .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 577px) {
  .key-swiper .swiper-pagination-progressbar-fill {
    background-color: white !important;
  }
}
@media screen and (max-width: 576px) {
  .key-swiper .swiper-pagination {
    margin: 1.6rem auto 0;
  }
}
.key-swiper .collection {
  --pos: 2.4rem;
  height: auto;
  right: var(--pos);
  bottom: var(--pos);
  position: absolute;
}
@media screen and (max-width: 576px) {
  .key-swiper .collection {
    --pos: 0.8rem;
    max-width: 19rem;
    min-width: unset;
    flex-direction: row;
  }
}
@media screen and (max-width: 576px) {
  .key-swiper .collection-img {
    width: 100%;
    max-width: 10rem;
  }
}
@media screen and (max-width: 576px) {
  .key-swiper .collection-link {
    top: unset;
    right: unset;
    left: var(--pos);
    bottom: var(--pos);
    box-shadow: var(--box-shadow-1);
  }
}
.key-swiper_img .img {
  border-radius: var(--radius-xl);
  padding-top: 68.5840707965%;
}
@media screen and (max-width: 576px) {
  .key-swiper_img .img {
    padding-top: 100%;
    border-radius: var(--radius-l);
  }
}

.p-home .bnpj .btn {
  color: white;
  border-color: white;
  background-color: transparent;
}
.p-home .samco {
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .p-home .samco {
    margin-top: 2.4rem;
  }
}
/*# sourceMappingURL=home.css.map */
