@font-face {
  font-family: "SVN-Kimberley";
  src: url("fonts/SVN-Kimberley.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archistico";
  src: url("fonts/Archistico Simple.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
}
.hero .product-thumb {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  object-position: bottom;
}
.hero .about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 460px;
}
.hero .about-hero-content .heading-24-kim {
  color: #0D50A7;
  margin: 1rem 0;
}
.hero .about-hero-content h1 {
  background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 1rem;
}
.hero .about-hero-content .normal-text-16 {
  font-weight: 500;
  color: #0D0D0D;
  text-align: justify;
}
.hero .social-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-detail-section {
  padding: 4rem 0;
}
.product-detail-section .container {
  padding: 0;
}
.product-detail-section .pro-detail-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 6rem;
}
.product-detail-section .product-slider-box {
  overflow: hidden;
  position: sticky;
  top: 10rem;
}
.product-detail-section .product-slider-box .js-product-slider {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  padding-bottom: 6rem;
}
.product-detail-section .product-slider-box .swiper-slide {
  transition: all 0.5s;
  opacity: 0.3;
  transform: scale(0.9) translateX(0);
}
.product-detail-section .product-slider-box .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.2);
}
.product-detail-section .product-slider-box .swiper-slide.swiper-slide-prev {
  transform: scale(0.9) translateX(12%);
}
.product-detail-section .product-slider-box .swiper-slide.swiper-slide-next {
  transform: scale(0.9) translateX(-12%);
}
.product-detail-section .product-slider-box .swiper-pagination {
  bottom: 0;
}
.product-detail-section .product-slider-box .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 8px;
  background-color: linear-gradient(286deg, rgba(255, 255, 255, 0) 1.3%, rgba(135, 185, 216, 0.3) 100%);
}
.product-detail-section .product-slider-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0D50A7;
}
.product-detail-section .product-slider-box .swiper-button-next {
  right: 20px;
}
.product-detail-section .product-slider-box .swiper-button-prev {
  left: 20px;
}
.product-detail-section .product-main-content {
  padding-right: 7.5rem;
}
.product-detail-section .product-main-content .energy-box .sub-box {
  margin: 1rem 0 1.25rem;
  color: #0D0D0D;
  font-weight: 500;
}
.product-detail-section .product-main-content .energy-box .box-ingredients {
  border: 1px solid #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.product-detail-section .product-main-content .energy-box .box-ingredients .ingredient-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.product-detail-section .product-main-content .energy-box .box-ingredients .ingredient-item .ingredient-left {
  position: relative;
  text-align: center;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: linear-gradient(101deg, #C8EBFF 1.25%, #E9E9E9 100%);
}
.product-detail-section .product-main-content .energy-box .box-ingredients .ingredient-item .ingredient-left .ing-name {
  color: #0D0D0D;
  padding: 8px 12px;
  cursor: pointer;
}
.product-detail-section .product-main-content .energy-box .box-ingredients .ingredient-item .ingredient-left .ing-name:hover, .product-detail-section .product-main-content .energy-box .box-ingredients .ingredient-item .ingredient-left .ing-name.active {
  color: #ffffff;
  background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
}
.product-detail-section .product-main-content .energy-box .box-ingredients .ingredient-item .ingredient-left .ing-desc {
  display: none;
  position: absolute;
  text-align: left;
  left: 100%;
  top: 0;
  width: 309px;
  padding: 1.5rem;
  border-bottom: 1px solid #FFF;
  background: linear-gradient(286deg, #FFF 1.3%, #D6EBF8 100%);
  box-shadow: 0 4px 20px 0 rgba(5, 141, 224, 0.2);
}
.product-detail-section .product-main-content .energy-box .box-ingredients .ingredient-item .ingredient-right {
  border-bottom: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-section .product-main-content .secret-box .sub-box {
  margin: 1rem 0 1.25rem;
  color: #0D0D0D;
  font-weight: 500;
}
.product-detail-section .product-main-content .secret-box .dp-wrap {
  height: 24rem;
  position: relative;
  perspective: 1000px;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item {
  border-radius: 20px;
  border: 1px solid rgba(233, 233, 233, 0.88);
  background: linear-gradient(117deg, #D6EFFE 3.14%, #FFF 98.17%);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 460px;
  padding: 2rem;
  min-height: 306px;
  display: block;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.6s ease, z-index 0.3s ease;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .dp-img {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transform-style: preserve-3d;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-head .card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 0;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-head .card-title img {
  margin-top: 4px;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-head .heading-24-kim {
  background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-bodyy .card-bodyy-secret {
  color: #0D50A7;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-bodyy .card-bodyy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-bodyy .card-bodyy-grid .body-grid-item {
  text-align: center;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-bodyy .card-bodyy-grid .body-grid-item .normal-text-16 {
  margin-top: 8px;
  color: #0D0D0D;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-bodyy .card-bodyy-has-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #0D50A7;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-bodyy .card-bodyy-has-img img {
  width: 30%;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item:hover:not(:last-child) {
  cursor: pointer;
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item[data-position="1"] {
  z-index: 1;
  transform: rotateY(0deg) translateX(8%) translateY(12%);
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item[data-position="2"] {
  z-index: 2;
  transform: rotateY(0deg) translateX(6%) translateY(9%);
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item[data-position="3"] {
  z-index: 3;
  transform: rotateY(0deg) translateX(4%) translateY(6%);
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item[data-position="4"] {
  z-index: 4;
  transform: rotateY(0deg) translateX(2%) translateY(3%);
}
.product-detail-section .product-main-content .secret-box .dp-wrap #dp-slider .dp_item[data-position="5"] {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(0px) !important;
}
.product-detail-section .product-main-content .secret-box #dp-next {
  position: absolute;
  top: 38%;
  right: 0;
  transform: translateX(0%);
  height: 3rem;
  width: 3rem;
  z-index: 12;
  cursor: pointer;
}
.product-detail-section .product-main-content .link-box .link-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 4px;
}
.product-detail-section .product-main-content .link-box .link-inner .link-richtext {
  border-bottom: 2px solid #0D0D0D;
  color: #0D0D0D;
  text-align: right;
}
.product-detail-section .product-main-content .link-box .link-inner img {
  width: 60px;
}

@media screen and (max-width: 1023px) {
  .hero {
    padding: 17rem 0;
  }
  .hero .social-list {
    right: 20px;
    bottom: 60px;
    z-index: 2;
  }
  .product-detail-section .pro-detail-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
  .product-detail-section .product-slider-box {
    padding-bottom: 4rem;
    position: static;
  }
  .product-detail-section .product-slider-box .js-product-slider {
    padding-bottom: 0;
  }
  .product-detail-section .product-slider-box .swiper-pagination {
    bottom: -4rem;
  }
  .product-detail-section .product-slider-box .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 4px;
  }
  .product-detail-section .product-slider-box .swiper-button-next {
    right: 16px;
  }
  .product-detail-section .product-slider-box .swiper-button-prev {
    left: 16px;
  }
  .product-detail-section .product-main-content {
    padding-right: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 768px;
    margin-top: 74px;
    padding: 3rem 0 35px;
  }
  .hero .container {
    height: 100%;
  }
  .hero .about-hero-content {
    position: relative;
    height: 100%;
    text-align: center;
  }
  .hero .about-hero-content .heading-24-kim {
    margin: 10px 0 0;
    font-size: 4.4vw;
  }
  .hero .about-hero-content .normal-text-16 {
    position: absolute;
    color: #ffffff;
    bottom: 0;
    text-align: center;
  }
  .product-main-content {
    padding-right: 0;
    padding: 0 20px;
  }
  .product-main-content .ing-desc {
    width: 100% !important;
    padding: 10px !important;
    font-size: 0.75rem !important;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item {
    border-radius: 16px;
    padding: 1.5rem;
    min-height: 380px !important;
    width: 90% !important;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .dp-img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    transform-style: preserve-3d;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-head .card-title {
    align-items: flex-start !important;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-head .card-title img {
    margin-top: 4px;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-head .heading-24-kim {
    background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item .card-bodyy .card-bodyy-has-img {
    align-items: flex-start;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item[data-position="1"] {
    z-index: 1;
    transform: rotateY(0deg) translateX(0%) translateY(0%) !important;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item[data-position="2"] {
    z-index: 2;
    transform: rotateY(0deg) translateX(0%) translateY(0%) !important;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item[data-position="3"] {
    z-index: 3;
    transform: rotateY(0deg) translateX(0%) translateY(0%) !important;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item[data-position="4"] {
    z-index: 4;
    transform: rotateY(0deg) translateX(0%) translateY(0%) !important;
  }
  .product-main-content .secret-box .dp-wrap #dp-slider .dp_item:last-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0px) !important;
  }
  .product-main-content #dp-next {
    right: 0% !important;
    transform: translateX(0%) !important;
    height: 2rem !important;
    width: 2rem !important;
  }
}
/*# sourceMappingURL=tpl-product-honey.css.map */
