@charset "utf-8";

/* #region RESET & BASE */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  font-family: "Pretendard", sans-serif;
  color: #222;
  line-height: 1.6;
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}
/* #endregion */

/* #region HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: white;
}

.header-menu-btn {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

.header-menu-btn {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

.header-menu-btn {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

.header-inner {
  height: 5rem;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5rem;
}

.header-logo img {
  height: 100%;
  width: 14.0625rem;
  object-fit: contain;
}

.nav-text {
  font: var(--unnamed-font-style-normal) normal bold 1.125rem/1.3125rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal bold 1.125rem/1.3125rem Pretendard;
  letter-spacing: -0.01125rem;
  color: #212121;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
}

.nav-btn {
  padding: 0 1.875rem;
  background: #000;
  display: flex;
  border-radius: 0.625rem;
  min-width: 9.125rem;
  width: max-content;
  height: 3.3125rem;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.nav-btn a {
  white-space: nowrap;
}

.nav-btn:hover {
  background: #e21f26;
}

.header-nav-list {
  width: auto;
  display: flex;
  gap: 2.8125rem;
  justify-content: center;
  align-items: center;
}

.header-nav-list li a {
  position: relative;
  display: inline-block;
}

.header-nav-list li a::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  height: 0.125rem;
  background: #cc0000;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.header-nav-list li a:hover {
  color: #cc0000;
}

.header-nav-list li a:hover::after {
  transform: scaleX(1);
}

/* Main */
.hero-wrap {
  margin-top: 6.25rem;
  padding: 0 3.5rem;
  height: calc(100vh - 13.125rem);
}

.hero {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 1.875rem;
  overflow: hidden;
  background: #000;
}

.hero-bg-pc{
    Float:right;
}

.hero-bg video {
  /* width: 100%; */
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-overlay {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 1.875rem;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0) 65%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 18.25rem;
  padding-left: 6.25rem;
}
/* #endregion header */

/* #region sticky-form */
.sticky-form {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 5rem;
  padding: 0 3.125rem;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-form > .sticky-form-wrap {
  box-shadow: 0 -0.3125rem 0.9375rem #0000000f;
  border-radius: 1.875rem 1.875rem 0 0;
  background: #e21f26;
  padding: 0 1.875rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-items: center;
  align-items: center;
  /* gap: 1.875rem; */
  overflow: hidden;
  white-space: nowrap;
}

.sticky-form-wrap-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
  height: 100%;
}

form.sticky-form-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sticky-form-field {
  width: 12.6875rem;
  height: 3.125rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.0625rem solid #dddddd;
  border-radius: 0.3125rem;
  padding: 0.9375rem 0.875rem;
  box-sizing: border-box;

  font: normal normal 600 1rem/1.5625rem Pretendard;
  letter-spacing: -0.03rem;
  color: #000;
  opacity: 1;
}

.sticky-form-field::placeholder {
  color: #b2b2b2;
}

.sticky-form-select {
  appearance: none;
  background-image: none;

  text-align: left;
  font: normal normal 600 1rem Pretendard;
  letter-spacing: -0.03rem;
  /* color: #111; */
  opacity: 1;
}

.sticky-form-select:invalid {
  color: #b2b2b2;
}

.sticky-form-select option:disabled {
  color: #000;
}

.sticky-form-btn {
  height: 3.125rem;
  padding: 0 3.3125rem;
  background: #212121 0% 0% no-repeat padding-box;
  border-radius: 0.3125rem;
  opacity: 1;
  text-align: center;
  font: normal normal bold 1rem Pretendard;
  color: #ffffff;
  opacity: 1;
  white-space: nowrap;
}
/* Radio 버튼 */

/* sticky form radio (필수/선택) */
.sticky-form-radio {
  /* width: 100%; */
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding-left: 1.875rem;
}

.sticky-form-radio-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font: normal normal medium 1rem/1.5625rem Pretendard;
  letter-spacing: -0.03rem;
  color: #ffffff;
}

.sticky-form-radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  white-space: nowrap;
}

.sticky-form-radio-dot {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #ffffff;
  border-radius: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sticky-form-radio-dot::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 3.125rem;
  background: #ffffff;
  opacity: 1;
  transform: scale(0);
  transition: transform 0.15s ease;
}

.sticky-form-radio-input:checked + .sticky-form-radio-dot::after {
  transform: scale(1);
}

.sticky-form-radio-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 0.15rem;
  font-weight: 700;
  white-space: nowrap;
}

.sticky-form-radio-text {
  white-space: nowrap;
}

/* #endregion sticky-form */

/* #region SECTION 2 */
.section2 {
  margin-top: 9.5625rem;
}

.stats-head {
  margin-bottom: 4rem;
}

.stats-bg-text {
  width: 100%;
  height: 12rem;
  position: relative;
  margin-top: -2.5rem;
}

.stats-bg-text-inner {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.stats-bg-text-image {
  width: 55.019rem;
  height: 15.022rem;
  display: block;
  object-fit: cover;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}

.stats-item {
  display: flex;
  flex-direction: column;
  height: 23.75rem;
  justify-content: space-between;
  text-align: left;
  padding: 2.5rem 2rem 1rem 2rem;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow:
    inset 0.4375rem 0.3125rem 0.8125rem #ffffff29,
    0.9375rem 0.9375rem 1.875rem #0000000f;
  border: 0.0625rem solid #f7f7f7;
  border-radius: 1.875rem;
  transition:
    box-shadow 0.28s ease,
    transform 0.28s ease,
    background 0.28s ease;
  cursor: default;
  overflow: hidden;
}

.stats-item:hover {
  background: #cc0000;
  transform: translateY(-0.9375rem);
  box-shadow: 0 1rem 2.5rem rgba(204, 0, 0, 0.22);
}
/* stats item wrap 페이드인 효과 */
.stats-item-wrap {
  cursor: default;
  opacity: 0;
  transform: translateY(-10%);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.stats-item-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stats-item-wrap:nth-child(1) {
  transition-delay: 0s;
}
.stats-item-wrap:nth-child(2) {
  transition-delay: 0.15s;
}
.stats-item-wrap:nth-child(3) {
  transition-delay: 0.3s;
}
.stats-item-wrap:nth-child(4) {
  transition-delay: 0.45s;
}

.stats-item:hover .stats-number,
.stats-item:hover .stats-unit,
.stats-item:hover .stats-label {
  color: #fff;
}

.stats-icon-wrap {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
}

.stats-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stats-icon-hover {
  display: none;
}

.stats-item:hover .stats-icon-default {
  display: none;
}

.stats-item:hover .stats-icon-hover {
  display: block;
}

.stats-bottom {
  margin-top: 7.5rem;
}

.stats-label {
  font: var(--unnamed-font-style-normal) normal bold 1.25rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal bold 1.25rem Pretendard;
  letter-spacing: -0.0375rem;
  color: #d11118;
  text-transform: capitalize;
  opacity: 1;
  line-height: 1.4;
}

.stats-number {
  font: var(--unnamed-font-style-normal) normal bold 3.125rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal bold 3.125rem Pretendard;
  letter-spacing: -0.15625rem;
  color: #000000;
  opacity: 1;
}

.stats-unit {
  font: var(--unnamed-font-style-normal) normal 800 1.75rem/5.8125rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 800 1.75rem/5.8125rem Pretendard;
  letter-spacing: -0.0875rem;
  color: #000000;
  opacity: 1;
  margin-left: 0.5rem;
}

/* #endregion SECTION 2 */

/* #region SECTION 3: MEDIA / VIDEO */
.media {
  height: 63.9375rem;
  padding: 7rem 0;
  background: #fff;
  overflow: hidden;
}

.media-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 15rem;
}

.media-left {
  width: max-content;
  flex-shrink: 0;
  margin-right: 9.8rem;
}

.media-nav {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.media-nav-btn {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #eeeeee;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-nav-btn:hover {
  background: #000;
}

.media-nav-icon {
  width: 1.25rem;
  height: auto;
  display: block;
}

.media-slider-wrap {
  flex: 1;
  min-width: 0;
  clip-path: inset(0 -100vw 0 0);
  margin-right: -10rem;
}

.media-swiper {
  overflow: visible;
}

.media-swiper .swiper-wrapper {
  align-items: center;
}

.media-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.4s ease;
}

.media-swiper .swiper-slide-active {
  opacity: 1;
}

.media-swiper .swiper-slide .media-card {
  transform: scale(0.75);
  transform-origin: center center;
  transition:
    transform 0.4s ease,
    margin 0.4s ease;
}

.media-swiper .swiper-slide-active .media-card {
  transform: scale(1);
  margin-left: 0;
  margin-right: 0;
}

.media-card {
  position: relative;
  width: 27.5rem;
  height: 48.875rem;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  background: #111;
}

.media-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s;
}

.media-card:hover .media-card-overlay {
  background: rgba(0, 0, 0, 0.35);
}

.media-card-overlay iframe {
  /* pointer-events: none; */
}

.media-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1.5rem 1.5rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.media-card-info p {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
/* #endregion SECTION 3: MEDIA / VIDEO */

/* #region SECTION 4: REAL REVIEW */
.review {
  height: 81rem;
  margin: 0 auto;
  display: grid;
  align-content: center;
  background: #fef9f9;
  overflow: hidden;
}

.review-wrap {
  margin: 0 15rem;
}

.review-title-wrap {
  height: 6.25rem;
  margin-bottom: 3.125rem;
}

.review-head {
  margin-bottom: 2rem;
}

.review-title-light {
  font: var(--unnamed-font-style-normal) normal normal 2.375rem/3.375rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal normal 2.375rem/3.375rem Pretendard;
  letter-spacing: -0.07125rem;
  color: #000000;
  line-height: 1;
}

.review-title-bold {
  font: var(--unnamed-font-style-normal) normal 800 2.375rem/3.375rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 800 2.375rem/3.375rem Pretendard;
  letter-spacing: -0.07125rem;
  color: #000000;
  line-height: 1;
}

.review-label-bottoom {
  margin-bottom: 1.25rem;
}

.review-slider-area {
  width: 100%;
  overflow: hidden;
  padding-left: 0;
}

.review-swiper {
  overflow: hidden;
}

.review-swiper .swiper-wrapper {
  margin-left: -6rem;
}

.review-swiper .swiper-slide {
  width: 20.9375rem;
}

.review-card {
  position: relative;
  width: 20.9375rem;
  height: 28.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
}

.review-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.review-card:hover .review-card-image {
  transform: scale(1.05);
}

.review-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1.25rem 1.375rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    transparent 100%
  );
  color: #fff;
}

.review-quote {
  font: var(--unnamed-font-style-normal) normal bold 1.5rem/2rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold 1.5rem/2rem Pretendard;
  letter-spacing: -0.045rem;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 0.9375rem;
}

.review-store {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.review-store-name {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600)
    1rem/1.375rem var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 600 1rem/1.375rem Pretendard;
  letter-spacing: -0.03rem;
  color: #ffffff;
  opacity: 1;
}

.review-store-loc {
  font: var(--unnamed-font-style-normal) normal 300 1rem/1.375rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 300 1rem/1.375rem Pretendard;
  letter-spacing: -0.03rem;
  color: #ffffff;
  opacity: 1;
}

.review-store-loc {
  font: var(--unnamed-font-style-normal) normal 300 1rem/1.375rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 300 1rem/1.375rem Pretendard;
  letter-spacing: -0.03rem;
  color: #ffffff;
  opacity: 1;
}

.review-logos {
  margin-top: 6.25rem;
  width: 100%;
  overflow: hidden;
}

.review-logos-track {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: max-content;
  animation: review-logos-slide 130s linear infinite;
  will-change: transform;
}

@keyframes review-logos-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.review-logos-grid-1 {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-left: -6.375rem;
  overflow: hidden;
}

.review-logos-grid-2 {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-left: -0.625rem;
  overflow: hidden;
}

.review-logos-grid-3 {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-left: -6.375rem;
  overflow: hidden;
}

.review-logo-item {
  width: 15.625rem;
  height: 5.625rem;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 0.5rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* padding : 15px; */
  background:#f6f6f6;
}

/* .review-logo-item img {
    width:100%;
    height:100%;
    object-fit: contain;
    border-radius: 0px;
} */

/* #endregion SECTION 4: REAL REVIEW */

/* #region SECTION 5: WHY HYPORK */
.why {
  padding-top: 7.5rem;
  height: 63.625rem;
  background: #e21f26;
}

.why-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 3rem;
  color: #fff;
}

.why-title-wrap {
  height: 6.8125rem;
  margin-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font: var(--unnamed-font-style-normal) normal 300 2.625rem/3.625rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal 300 2.625rem/3.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #ffffff;
}

.why-title-mb {
  display: none;
}

.why-head {
  margin-bottom: 1.375rem;
  margin: 0 auto;
}

.why-tabs {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.4rem;
  border-radius: 62.4375rem;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 auto 3.25rem;
  width: fit-content;
}

.why-label {
  text-align: center;
  font: var(--unnamed-font-style-normal) normal bold 1.25rem/1.5rem Montserrat;
  color: var(--unnamed-color-ffffff);
  font: normal normal bold 1.25rem/1.5rem Montserrat;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 1.875rem;
}

.why-thin-title {
  font: var(--unnamed-font-style-normal) normal 300 2.625rem/3.625rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal 300 2.625rem/3.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #ffffff;
}

.why-bold-title {
  font: var(--unnamed-font-style-normal) normal 800 2.625rem/3.625rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal 800 2.625rem/3.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #ffffff;
}

.why-tab {
  min-width: 7.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 62.4375rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600)
    1.125rem var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal 600 1.125rem Pretendard;
  letter-spacing: -0.03375rem;
  opacity: 1;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.why-tab-active {
  background: #fff;
  color: #e21f26;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.25);
}

.why-content {
  height: 28.125rem;
  display: flex;
  align-items: stretch;
  gap: 1.875rem;
  width: 100%;
}

.why-image-col {
  background: #000;
  border-radius: 1.75rem;
  overflow: hidden;
  flex: 1 1 0;
  position: relative;
  align-self: stretch;
  opacity: 0;
  transform: translateY(-2.5rem);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.why-image-col.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-image {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.why-image:first-child {
  display: block;
}

.why-image-active {
  display: block;
}

.why-card-col {
  background: #fff;
  border-radius: 1.75rem;
  padding: 3.75rem;
  box-shadow: 0 1.75rem 3.25rem rgba(0, 0, 0, 0.24);
  color: #111;
  position: relative;
  flex: 1 1 0;
  opacity: 0;
  transform: translateY(-2.5rem);
  transition:
    opacity 0.7s ease 0.2s,
    transform 0.7s ease 0.2s;
}

.why-card-col.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-card {
  display: none;
  flex-direction: column;
  height: 100%;
}

.why-card-active {
  display: flex;
  animation: whyCardFadeIn 0.35s ease forwards;
}

.why-card-label {
  font: var(--unnamed-font-style-normal) normal bold 1.25rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal bold 1.25rem Pretendard;
  letter-spacing: -0.0375rem;
  color: #e21f26;
  opacity: 1;
  margin-bottom: 0.9375rem;
}

.why-card-text-col {
  display: flex;
  flex-direction: column;
  gap: 1.90625rem;
}

.why-card-title {
  font: var(--unnamed-font-style-normal) normal normal 2.25rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal normal 2.25rem Pretendard;
  letter-spacing: -0.0675rem;
  color: #212121;
}

.why-card-title b {
  font: var(--unnamed-font-style-normal) normal 800 2.25rem/3rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 800 2.25rem/3rem Pretendard;
  letter-spacing: -0.0675rem;
  color: #212121;
}

.why-card-divider {
  border: 0;
  border-top: 0.0625rem solid #00000029;
  margin: 0;
  height: 0;
  padding: 0;
}

/* #endregion SECTION 5: WHY HYPORK */

/* #region SECTION 8: STICKY HERO WITH BACKGROUND */
.sticky-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 300vh;
  min-height: 0;
}

.sticky-hero-scroll-spacer {
  flex: 0 0 auto;
  width: 100%;
  pointer-events: none;
}

.sticky-hero-sticky {
  position: sticky;
  top: 6.25rem;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-hero-bg {
  position: absolute;
  inset: 0;
}

.sticky-hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky-hero-layer {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.sticky-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #111;
  opacity: 0;
  transform: translateY(3.75rem);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.sticky-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Sitkck badage 페이드 인 효과 */
.sticky-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 624.9375rem;
  background: #e21f26;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(1.875rem);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.sticky-panel.is-visible .sticky-badge-pill {
  opacity: 1;
  transform: translateY(0);
}

.sticky-badge-content {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.sticky-badge-text {
  font: var(--unnamed-font-style-normal) normal bold 1rem Montserrat;
  color: var(--unnamed-color-ffffff);
  text-align: right;
  font: normal normal bold 1rem Montserrat;
  letter-spacing: -0.03rem;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
}

.sticky-badge-icon {
  width: 1.3rem;
  object-fit: contain;
}

/* Sitkck Title 페이드 인 효과 */
.sticky-title {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 400;
  opacity: 0;
  transform: translateY(1.875rem);
  transition:
    opacity 0.6s ease 0.2s,
    transform 0.6s ease 0.2s;
}

.sticky-panel.is-visible .sticky-title {
  opacity: 1;
  transform: translateY(0);
}

.sticky-title strong {
  font-weight: 800;
}

.sticky-panel-video .sticky-video-card {
  margin-top: 3.75rem;
}

/* Sitkck video 페이드 인 효과 */
.sticky-video-card {
  position: relative;
  width: 73.125rem;
  max-width: 73.125rem;
  border-radius: 1.5rem;
  background: black;
  /* min-height: 41.125rem; */
  min-height: 12.125rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(3.75rem);
  transition:
    opacity 0.8s ease 0.4s,
    transform 0.8s ease 0.4s;
}

.sticky-panel.is-visible .sticky-video-card {
  opacity: 1;
  transform: translateY(0);
}

.s8-vd-cd-lb {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  padding: 0.4rem 1.4rem;
  border-radius: 624.9375rem;
  background: #1e40ff;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.sticky-video-card-body {
  width: 100%;
  height: 100%;
}

/* SECTION 7: HYPORK BLACK COMPARISON */
.black {
  padding: 7.5rem 0 8rem;
  background-image: url("images/section7/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.black-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2.5rem;
  text-align: center;
}

.black-desc {
  margin: 0;
}

.black-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.375rem;
  border-radius: 624.9375rem;
  margin-top: 0.8rem;
  margin-bottom: 3.5rem;
  background: #3b3a39;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.35);
}

.black-tab {
  border: none;
  background: transparent;
  border-radius: 624.9375rem;
  padding: 0.5rem 1.75rem;
  color: #b1b0b0;
  cursor: pointer;
}

.black-tab-active {
  background: #fff;
  color: #e21f25;
}

/* Hypork Black 패널 전환 */
.black-panel {
  display: none;
  width: 100%;
  opacity: 0;
  transform: translateY(-2.5rem);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.black-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.black-panel-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  opacity: 1;
  transform: translateY(0);
}

.black-panel-active.black-tab-motion {
  animation: blackPanelDropIn 0.7s ease;
}

.black-panel img {
  width: 100%;
  height: auto;
  display: block;
}

.black-panel img.black-panel-image-narrow {
  width: 60%;
}

.black-panel-arrow {
  display: flex;
  justify-content: center;
}

.black-panel-arrow img {
  width: auto;
  height: auto;
}

@keyframes blackPanelDropIn {
  from {
    opacity: 0;
    transform: translateY(-2.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes welfarePanelDropIn {
  from {
    opacity: 0;
    transform: translateY(-2.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* #endregion SECTION 7: HYPORK BLACK COMPARISON */

/* #region SECTION 8: HYPORK ANIMAL WELFARE */
.welfare {
  position: relative;
  padding: 7rem 0rem;
  overflow: hidden;
  background-color: #cadcaf;
}

.welfare-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.welfare-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1);
  opacity: 0.6;
}

.welfare-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.welfare-desc {
  margin: 0;
}

.welfare-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  border-radius: 624.9375rem;
  background: #1f3f00;
  margin-top: 1rem;
}

.welfare-tab {
  border: none;
  background: transparent;
  border-radius: 624.9375rem;
  padding: 0.5rem 1.75rem;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.welfare-tab-active {
  background-color: #ffffff;
  color: #1f3f00;
}

.welfare-panels {
  position: relative;
}

/* 동물복지 섹션 페이드인 효과 */
.welfare-panel {
  display: none;
  height: 100%;
  margin-top: 1.5rem;
  opacity: 0;
  transform: translateY(-2.5rem);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.welfare-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.welfare-panel-active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
}

.welfare-panel-active.welfare-tab-motion {
  animation: welfarePanelDropIn 0.7s ease;
}

/* 패널1: 카드 + 하단 통계 이미지 */
.welfare-impact {
  width: 100%;
  border-radius: 1.5rem;

  padding: 2.25rem 3rem 2.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* 패널1 카드 3개 */
.welfare-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.welfare-card {
  background: #ffffff;
  border-radius: 0.875rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.12);
  overflow: hidden;
  text-align: left;
}

.welfare-card-head {
  background: #00451e;
  color: #fff;
  padding: 0.3rem 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
}

.welfare-card-head-arrow {
  background: #116738;
}

.welfare-card-arrow {
  object-fit: contain;
}

.welfare-card-head-human {
  background: #0c5b3d;
}

.welfare-card-title {
  font: pretendard;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -3;
}

.welfare-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  padding-left: 1.3rem;
  gap: 2.5rem;
}

.welfare-card-col {
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.2rem;
}

.welfare-card-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 0.8rem;
}

.welfare-card-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  gap: 2.5rem;
  padding-left: 1rem;
}

.welfare-card-icon {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.75rem;
  display: flex;
}

.welfare-card-text {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #333;
}

.welfare-card-text b{
  color: #1F3F00;
}

.welfare-impact-stats {
  margin-top: 0.5rem;
  border-radius: 1.5rem;
  border: 0.0625rem solid rgba(7, 60, 33, 0.18);
  background: #1a280f20;
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.welfare-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  padding: 3.5rem 3rem;
}

.welfare-stats-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.welfare-stats-chart {
  width: 27.5rem;
  height: 13.677rem;
  display: block;
  object-fit: cover;
}

.welfare-stats-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.welfare-stats-icon {
  width: 1.5rem;
}

.welfare-stats-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.welfare-stats-text {
  font-size: 2rem;
  letter-spacing: -0.03em;
  color: #1f3f00;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.welfare-stats-text strong {
  font-weight: 800;
}

.welfare-stats-source {
  font-size: 0.9375rem;
  color: #555555;
}

/* 패널2: 인증 라인 */
.welfare-cert {
  background: #ffffff;
  border-radius: 1.5rem;
  margin-top: 1.5rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 3rem 4rem;
  width: 73.125rem;
  height: 100%;
}

.welfare-cert-inner-flush {
  padding: 0;
  width: 73.125rem;
  height: 41.125rem;
  margin-top: 1.5rem;
}

.welfare-cert-lead {
  font-size: 2rem;
  letter-spacing: -3%;
  color: #1f3f00;
  margin-bottom: 2.8rem;
}

.welfare-cert-lead strong {
  font-weight: 800;
}

.welfare-cert-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.welfare-cert-steps-spaced {
  padding: 0.75rem 2.5rem;
}

.welfare-cert-image {
  max-width: 57.75rem;
  height: auto;
  display: block;
}

/* #endregion SECTION 8: HYPORK ANIMAL WELFARE */

/* #region SECTION 9: OUR PRODUCT TABS */
.product {
  padding: 7.5rem 0 8.75rem;
  background: #fff;
}

.product-title-label {
  margin-bottom: 1.875rem;
}

.product-title-wrap {
  height: 6.8125rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.product-thin-title {
  font: var(--unnamed-font-style-normal) normal 300 2.625rem/3.625rem
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal 300 2.625rem/3.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #212121;
}

.product-bold-title {
  font: var(--unnamed-font-style-normal) normal 800 2.625rem/3.625rem
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal 800 2.625rem/3.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #212121;
}

.product-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.product-head {
  margin-bottom: 2.3125rem;
}

.product-tabs-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-title {
  line-height: 1.45;
}

.product-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.3rem;
  border-radius: 624.9375rem;
  background: #ffffff;
  border: 0.125rem solid #f0f0f0;
  box-shadow: 0 0.5rem 1.75rem rgba(0, 0, 0, 0.12);
  margin: 0 auto 3.25rem;
}

.product-tab {
  border: none;
  background: transparent;
  border-radius: 1.6875rem;
  padding: 0.9375rem 1.875rem;
  height: 3.1875rem;
  color: #a5a5a5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-tab-active {
  background: #e21f26;
  color: #ffffff;
}

.product-card-wrap {
  margin-top: 1.5rem;
}

.product-card {
  border-radius: 1.75rem;
  background: #ffffff;
  border: 0.125rem solid #f0f0f0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);

  width: 90rem;
  height: 36.25rem;
  display: flex;
}

.product-panel {
  display: none;
  width: 90rem;
  height: 36.25rem;
}

.product-panel-active {
  display: flex;
  height: 100%;
  width: 100%;
}

/* SECTION 9: Our Product - 카드 내부 레이아웃 (이미지 + 텍스트) */
.product-card-row {
  display: flex;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem;
}

.product-card-row-image {
  border-radius: 1.75rem;
  overflow: hidden;
}

.product-card-row-image img {
  width: 34.375rem;
  height: 33.125rem;
  object-fit: cover;
  display: block;
}

.product-card-row-content {
  margin-top: 1.8125rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* SECTION 9: Our Product - 스펙서 탭 전용 레이아웃 */
.product-spec {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 36.25rem;
  gap: 1.875rem;
  padding: 1.875rem;
}

/* 공통사항 헤더 */
.product-spec-head {
  display: flex;
  align-items: stretch;
  gap: 0.9375rem;
  background: #f9f9f9;
  border-radius: 0.875rem;
  padding: 0.625rem;
  flex-shrink: 0;
  height: 6.125rem;
}

.product-spec-head-label {
  flex: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.8125rem 4.6875rem;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 0.9375rem;
  white-space: nowrap;
  font: var(--unnamed-font-style-normal) normal bold 1.125rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal bold 1.125rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
  opacity: 1;
}

.product-spec-head-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.0625rem 2.8125rem;
  text-align: center;
  gap: 0.3rem;
  background: #fff;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 0.9375rem;
}

.product-spec-col-name {
  font: var(--unnamed-font-style-normal) normal bold 0.9375rem
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal bold 0.9375rem Pretendard;
  letter-spacing: -0.028125rem;
  color: #000000;
  opacity: 1;
}

.product-spec-col-value {
  font: var(--unnamed-font-style-normal) normal normal 0.9375rem/1.125rem
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal normal 0.9375rem/1.125rem Pretendard;
  letter-spacing: -0.028125rem;
  color: #000000;
  opacity: 1;
}

/* 상품 카드 리스트 (2열 그리드, 스크롤) */
.product-spec-list {
  flex: 1;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding-right: 0.25rem;
}

/* 상품 카드 */
.product-spec-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.875rem;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.75rem;
  background: #fff;
}

img.product-spec-item-image {
  width: 13.125rem;
  height: 10.75rem;
  object-fit: cover;
}

.product-spec-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.product-spec-item-title-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.9375rem;
}

.product-spec-item-name {
  font: var(--unnamed-font-style-normal) normal bold 1.25rem/1.5rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal bold 1.25rem/1.5rem Pretendard;
  letter-spacing: -0.0375rem;
  color: #000000;
  opacity: 1;
}

.product-spec-item-usage {
  font: var(--unnamed-font-style-normal) normal bold 0.9375rem/1.125rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal bold 0.9375rem/1.125rem Pretendard;
  letter-spacing: -0.028125rem;
  font-weight: 600;
  color: #e21f26;
  opacity: 1;
}

.product-spec-item-desc {
  font: var(--unnamed-font-style-normal) normal normal 0.9375rem/1.4375rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal normal 0.9375rem/1.4375rem Pretendard;
  letter-spacing: -0.028125rem;
  color: #000000;
  opacity: 1;
}

.product-spec-item-weight {
  font: var(--unnamed-font-style-normal) normal normal 0.9375rem/1.4375rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal normal 0.9375rem/1.4375rem Pretendard;
  letter-spacing: -0.028125rem;
  color: #000000;
  opacity: 1;
}

/* 스펙 정보 박스 */
.product-spec-item-specs {
  background: #f9f9f9;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 0.5rem;
  padding: 1.25rem 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: 0.9375rem;
}

.product-spec-item-spec-row {
  display: flex;
}

.product-spec-item-spec-cell {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.spec-label {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600)
    0.8125rem/1rem var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 600 0.8125rem/1rem Pretendard;
  letter-spacing: -0.024375rem;
  color: #000000;
  opacity: 1;
}

.spec-value {
  font: var(--unnamed-font-style-normal) normal 300 0.8125rem/1rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 300 0.8125rem/1rem Pretendard;
  letter-spacing: -0.024375rem;
  color: #000000;
  opacity: 1;
}

.product-card-head {
  /* text-align: center; */
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  /* justify-content: center; */
  gap: 0.9375rem;
}

.product-card-title {
  font: var(--unnamed-font-style-normal) normal 800 2.75rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 800 2.75rem Pretendard;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}

.product-card-meta {
  font: var(--unnamed-font-style-normal) normal bold 1.375rem
    var(--unnamed-font-family-pretendard);
  text-align: bottom;
  font: normal normal bold 1.375rem Pretendard;
  font-weight: 600;
  letter-spacing: -0.04125rem;
  color: #e21e26;
  opacity: 1;
}

.product-card-box {
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}

.product-card-badge {
  height: auto;
  padding: 1rem 0;
  background: #e21f26;
  border-radius: 0.625rem;
  /* height: 3.5rem; */
  color: #fff;
  font: var(--unnamed-font-style-normal) normal bold 1.25rem/1.75rem
    var(--unnamed-font-family-pretendard);
  font-weight: 500 !important;
  text-align: center;
  font: normal normal bold 1.25rem/1.75rem Pretendard;
  letter-spacing: -0.0375rem;
  opacity: 1;
}

.product-card-content {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.product-card-lead {
  font: var(--unnamed-font-style-normal) normal 300 1.5rem/2.125rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 300 1.5rem/2.125rem Pretendard;
  letter-spacing: -0.045rem;
  color: #212121;
}

.product-card-lead strong {
  font-weight: 800;
  color: #111;
}

.product-card-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600)
    1.125rem var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 600 1.125rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #000000;
  font-weight: 400;
  margin-top: 1.25rem;
  gap: 0.75rem;
}

.product-card-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.625rem;

  font: var(--unnamed-font-style-normal) normal normal 18px
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal normal 18px Pretendard;
  letter-spacing: -0.54px;
  color: #000000;
}

.product-card-list-item-number {
  font: var(--unnamed-font-style-normal) normal bold 16px
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal bold 16px Pretendard;
  letter-spacing: -0.48px;
  color: #212121;
  opacity: 1;
}

.product-card-list-item b {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600)
    18px var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 600 18px Pretendard;
  letter-spacing: -0.54px;
  color: #000000;
}

/* .product-card-list-item {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.3125rem;

  font: var(--unnamed-font-style-normal) normal normal 0.875rem/1.25rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal normal 0.875rem/1.25rem Pretendard;
  letter-spacing: -0.02625rem;
  color: #000000;
}

.product-card-list-item b {
  font: var(--unnamed-font-style-normal) normal bold 0.8125rem/1.25rem
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal bold 0.8125rem/1.25rem Pretendard;
  letter-spacing: -0.024375rem;
  color: #212121;
  opacity: 1;
} */

.product-card-inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10.9375rem;
  height: 3.125rem;
  border: 0.0625rem solid #000000;
  border-radius: 2.125rem;
  background: transparent;
  margin-top: 1.875rem;
  align-self: flex-start;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600)
    1rem var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 600 1rem Pretendard;
  letter-spacing: -0.015rem;
  color: #212121;
  opacity: 1;
}

.product-card-inquiry:hover {
  background: #111;
  color: #fff;
}

.why-card-desc {
  font: var(--unnamed-font-style-normal) normal normal 1.25rem/2rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal normal 1.25rem/2rem Pretendard;
  letter-spacing: -0.0375rem;
  color: #212121;
}

.why-desc-box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 1.25rem;
  gap: 1rem;
}

.why-desc-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 1px solid #ddd;
  border-radius: 1.25rem;
  padding: 1.25rem 0;
}

.why-desc-box div:first-child {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600)
    16px var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal 600 16px Pretendard;
  letter-spacing: -0.48px;
  color: #000000;
}

.why-desc-box div:last-child {
  font: var(--unnamed-font-style-normal) normal bold 26px
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal bold 26px Pretendard;
  letter-spacing: -0.78px;
  color: #e21f26;
}

.why-card-dots {
  display: flex;
  gap: 0.375rem;
  height: 100%;
  align-items: center;
}

.why-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #eee;
  opacity: 0.8;
  transition:
    background 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.why-dot-active {
  background: #e21f26;
  opacity: 1;
  transform: scale(1.1);
}

.why-image-col.why-tab-motion,
.why-card-col.why-tab-motion {
  animation: whyTabDropIn 0.65s ease;
}

@keyframes whyTabDropIn {
  from {
    opacity: 0;
    transform: translateY(-2.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes whyCardFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* #endregion SECTION 9: OUR PRODUCT TABS */

/* #region SECTION 10: Hypork Support */
.support {
  background: #fef9f9;
  padding: 10rem 0;
}

.support-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.support-card1-wrap {
  margin-bottom: 3.1625rem;
}

.support-title {
  line-height: 1.5;
}

.support-title strong {
  display: block;
}

/* Support 카드 공통 */
.support-card {
  width: 100%;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 1.875rem;
  opacity: 1;
}

.support-card-badge {
  background: #e21f26;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.6rem;
  border-radius: 624.9375rem;
}

.support-card-badge span {
  font: var(--unnamed-font-style-normal) normal bold 1rem Montserrat;
  color: var(--unnamed-color-ffffff);
  text-align: right;
  font: normal normal bold 1rem Montserrat;
  letter-spacing: -0.03rem;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
}

.support-card-title {
  font: var(--unnamed-font-style-normal) normal normal 2.25rem/3rem
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal normal 2.25rem/3rem Pretendard;
  letter-spacing: -0.0675rem;
  color: #000000;
  text-transform: uppercase;
}

.support-card-title strong {
  font-weight: 800;
}

.support-card-desc {
  font: var(--unnamed-font-style-normal) normal normal 1.125rem/1.75rem
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal normal 1.125rem/1.75rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #000000;
  text-transform: uppercase;
}

.support-card-desc strong {
  font-weight: 700;
  color: #222;
}

/* 판촉물 아이템 목록 */
.support-items {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 83.75rem;
  height: 20.6875rem;
  padding: 1rem 0;
  background-color: #f8f8f8;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 1.5rem;
  padding: 2.5rem 0rem;
}

.support-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  cursor: pointer;
}

.support-item:hover {
  transform: translateY(-0.9375rem);
  transition: transform 0.2s ease;
}

.support-item-image {
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-item-image img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.support-item-label {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600)
    1.125rem/2.6875rem var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal 600 1.125rem/2.6875rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #000000;
  opacity: 1;
}

/* 실제 적용 사례 */
.support-case {
  width: 83.75rem;
  /* height: 21.3125rem; */
  background: #e21f26;
  border-radius: 1rem;
  padding: 1.875rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}

.support-case-title {
  font: var(--unnamed-font-style-normal) normal bold 1.625rem/1.75rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal bold 1.625rem/1.75rem Pretendard;
  letter-spacing: -0.04875rem;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 600;
}

.support-case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9375rem;
}

.support-case-grid--mb {
  display: none;
}

.support-case-item {
  cursor: pointer;
  border-radius: 0.9375rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.support-case-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.support-case-item:hover {
  transform: translateY(-0.9375rem);
  transition: transform 0.2s ease;
}

/* 여행 포상 카드 */
.support-travel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
  height: 21.25rem;
  width: 100%;
}

/* 여행 포상 카드 페이드인 효과 */
.support-travel-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16 / 8;
  background-color: #000;
  opacity: 0;
  transform: translateY(-2.5rem);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.support-travel-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.support-travel-card:nth-child(1) {
  transition-delay: 0s;
}

.support-travel-card:nth-child(2) {
  transition-delay: 0.15s;
}

.support-travel-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.5;
  transition: transform 0.4s ease;
}

.support-travel-card:hover img {
  transform: scale(1.06);
}

.support-travel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.support-travel-winner {
  font: var(--unnamed-font-style-normal) normal bold 1rem Montserrat;
  color: var(--unnamed-color-ffffff);
  font: normal normal bold 1rem Montserrat;
  letter-spacing: -0.03rem;
  color: #ffffff;
  opacity: 0.6;
  font-weight: 600;
}

.support-travel-dest {
  font: var(--unnamed-font-style-normal) normal bold 1.625rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold 1.625rem Pretendard;
  letter-spacing: -0.04875rem;
  color: #ffffff;
  opacity: 1;
  font-weight: 600;
}
/* #endregion SECTION 10: Hypork Support */

/* #region SECTION 11: Our Product / Marketing */
.marketing {
  padding: 7.5rem 0;
  /* background: #fff; */
  background: #141414 0% 0% no-repeat padding-box;
}

.marketing-wrap {
  margin-bottom: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.marketing-label {
  font: var(--unnamed-font-style-normal) normal bold 20px Montserrat;
  text-align: center;
  font: normal normal bold 20px Montserrat;
  letter-spacing: 0px;
  color: #e21f26;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 1.875rem;
}

.marketing-thin-title {
  font: var(--unnamed-font-style-normal) normal 300 42px/58px
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal 300 42px/58px Pretendard;
  letter-spacing: -1.26px;
  color: #fff;
}

.marketing-bold-title {
  font: var(--unnamed-font-style-normal) normal 800 42px/58px
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal 800 42px/58px Pretendard;
  letter-spacing: -1.26px;
  color: #fff;
}

/* 바디 레이아웃: 탭 | 미리보기 | 정보카드 */
.marketing-body {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  align-items: stretch;
}

/* 탭 목록 */
.marketing-tabs {
  width: 20.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.marketing-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.6875rem;
  background: #2E2E2E 0% 0% no-repeat padding-box;
  border: 0.0625rem solid #2E2E2E;
  border-radius: 2.375rem;
  color: #8e8e8e;
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
  padding: 0 1.5625rem;

  font: var(--unnamed-font-style-normal) normal 800 1.25rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 800 1.25rem Pretendard;
  letter-spacing: -0.0375rem;
  opacity: 1;
  font-weight: 600;
}

.marketing-tab:hover {
  color: #fff;
}

.marketing-tab-active {
  background: #FFFFFF;
  color: #212121;
  /* border-color: #FFFFFF; */
  border: 1px solid #E5E5E5;
}

.marketing-tab-icon {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.75rem;

  font: var(--unnamed-font-style-normal) normal normal 32px
    var(--unnamed-font-family-pretendard);
  font: normal normal normal 32px Pretendard;
  letter-spacing: -0.96px;
  opacity: 1;

  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E2E2E;
}

.marketing-tab-active .marketing-tab-icon {
  color: #FFFFFF;
  background-color: #E21F26;
}

/* 미리보기 영역, 페이드인 효과 */
.marketing-preview {
  border-radius: 1.875rem;
  background: #f0f0f0;
  overflow: hidden;
  width: 43.875rem;
  height: 28.75rem;
  opacity: 0;
  transform: translateY(-2.5rem);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.marketing-preview.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.marketing-preview-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* 정보 카드, 페이드인 효과 */
.marketing-info {
  width: 21rem;
  height: 28.75rem;
  background: #e21f26;
  border-radius: 1.25rem;
  min-height: 22rem;
  padding: 2.1875rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  gap: 1.71875rem;
  opacity: 0;
  transform: translateY(-2.5rem);
  transition:
    opacity 0.7s ease 0.15s,
    transform 0.7s ease 0.15s;
}

.marketing-info.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.marketing-preview.marketing-tab-motion,
.marketing-info.marketing-tab-motion {
  animation: marketingPanelDropIn 0.7s ease;
}

.marketing-info-title {
  font: var(--unnamed-font-style-normal) normal 800 1.875rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 800 1.875rem Pretendard;
  letter-spacing: -0.05625rem;
  color: #ffffff;
  opacity: 1;
}

.marketing-info-divider {
  border: none;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.35);
}

.marketing-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.marketing-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}

.marketing-info-label {
  font: var(--unnamed-font-style-normal) normal bold 18px
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal bold 18px Pretendard;
  letter-spacing: -0.54px;
  color: #fdd3d5;
  text-transform: uppercase;
  opacity: 1;
}

.marketing-info-value {
  font: var(--unnamed-font-style-normal) normal 800 24px
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal 800 24px Pretendard;
  letter-spacing: -0.72px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

.marketing-info-watermark {
  position: absolute;
  bottom: 1.4375rem;
  right: 1.6875rem;
  pointer-events: none;
  width: 13.25rem;
  height: 3.6175rem;
}

.marketing-info-watermark img {
  width: 17rem;
  height: 3.625rem;
  display: block;
  object-fit: contain;
  object-position: bottom right;
}
/* #endregion SECTION 11: Our Product / Marketing */

/* #region SECTION 12: Production Process */
.process {
  background: #fff;
  padding-top: 7.5rem;
  padding-bottom: 15rem;
  overflow: hidden;
}

.process-title-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 6.125rem;
  margin-bottom: 1.875rem;
}

.process-title-bold {
  font: var(--unnamed-font-style-normal) normal 800 2.625rem
    var(--unnamed-font-family-pretendard);
  text-align: center;
  font: normal normal 800 2.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #000000;
}

.process-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding-bottom: 4rem;
}

.process-badge {
  background: #e21f26;
  padding: 0.75rem 1.5rem;
  border-radius: 6.1875rem;
  height: 2.875rem;
  margin-bottom: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-badge-text {
  font-family: "pretendard", sans-serif;
  text-align: right;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -3%;
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
}

/* 카드 그리드 */
.process-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
}

.process-arrow {
  width: 100%;
  height: 9.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.process-arrow-image {
  height: 100%;
  display: block;
  object-fit: cover;
}

.process-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  width: 20.625rem;
  height: 23.125rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.process-card:hover {
  transform: translateY(-0.9375rem);
  transition: transform 0.2s ease;
}

.process-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.process-card-overlay {
  position: absolute;
  inset: 0;
}

.process-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2.25rem;
  color: #fff;
}

.process-card-title {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: -3%;
  margin-bottom: 0.6875rem;
}

.process-card-sub {
  font-size: 1.25rem;
  font-weight: semibold;
  letter-spacing: -3%;
}

.process-card-desc {
  font-size: 1.25rem;
  font-weight: regular;
  letter-spacing: -3%;
}

/* 티커 배너 */
.process-ticker {
  background: #e21f26;
  /* height: 2.5625rem; */
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.process-ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 150s linear infinite;
}

.process-ticker-group {
  display: flex;
  flex-shrink: 0;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marketingPanelDropIn {
  from {
    opacity: 0;
    transform: translateY(-2.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.process-ticker-item {
  font-family: "Montserrat", sans-serif;
  /* font-size: 0.9rem; */
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 1.5rem;
}
/* #endregion SECTION 12: Production Process */

/* #region SECTION 13: Hypork Newsroom */
.newsroom {
  padding: 7rem 0;
  background: #fff;
  overflow: hidden;
}

.newsroom-inner {
  display: flex;
  padding-left: 14rem;
  gap: 9.375rem;
}

.newsroom-left {
  width: 28.125rem;
  flex-shrink: 0;
}

.newsroom-title-wrap {
  font: var(--unnamed-font-style-normal) normal 300 2.625rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 300 2.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #212121;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 11.0625rem;
}

.newsroom-title-wrap b {
  font: var(--unnamed-font-style-normal) normal 800 2.625rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal 800 2.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #212121;
}

.newsroom-label-bottom {
  margin-bottom: 1.75rem;
}

.newsroom-eyebrow {
  margin-bottom: 1rem;
}

.newsroom-title {
  margin-bottom: 2.5rem;
}

.newsroom-nav {
  display: flex;
  gap: 0.75rem;
  margin-top: 6.625rem;
}

.newsroom-nav-btn {
  width: 2.96875rem;
  height: 2.96875rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.newsroom-nav-btn .nav-image {
  width: 3rem;
  height: 3rem;
  display: block;
  transition: opacity 0.2s;
}

/* prev 버튼: 기본 = _e(연한), hover = _a(진한) */
.newsroom-nav-btn .nav-image-hover {
  display: none;
}

.newsroom-nav-btn:hover .nav-image-default {
  display: none;
}

.newsroom-nav-btn:hover .nav-image-hover {
  display: block;
}

/* 슬라이더 */
.newsroom-slider-wrap {
  flex: 1;
  min-width: 0;
  clip-path: inset(0 -100vw 0 0);
}

.newsroom-swiper {
  overflow: visible;
}

.newsroom-swiper .swiper-slide {
  width: 100%;
}

/* 뉴스 카드 */
.news-card {
  background: #fff;
  border: 0.0625rem solid #ebebeb;
  border-radius: 0.875rem;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s;
  width: 100%;
  height: 21.5625rem;
  padding: 0.5rem;
  box-shadow: 0.625rem 0.125rem 1.25rem -0.125rem rgba(0, 0, 0, 0.1);
}

.news-card-thumb {
  width: 100%;
  height: 11.0625rem;
  background: #d9d9d9;
  border-radius: 0.375rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0.75rem;
}

.news-card-badge {
  background: #1a3fcc;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.625rem;
  border-radius: 0.25rem;
}

.news-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5rem;
  gap: 0.5rem;
  height: 9.5rem;
}

.news-card-category {
  font-family: "pretendard", sans-serif;
  font-size: 0.875rem;
  letter-spacing: -3%;
  color: #a6a6a6;
  font-weight: 500;
}

.news-card-category em {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: -3%;
  font-weight: 700;
  color: #e21f26;
}

.news-card-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.55;
  letter-spacing: -3%;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-date {
  font-family: "pretendard", sans-serif;
  font-size: 0.875rem;
  letter-spacing: -3%;
  color: #a6a6a6;
  margin-top: 0.25rem;
}

/* #endregion SECTION 13: Hypork Newsroom */

/* #region SECTION 14: Q&A */
.faq {
  padding: 8rem 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.faq-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 6.8125rem;
  margin-bottom: 1.5625rem;
}
.faq-inner {
  display: flex;
  flex-direction: row;
  gap: 9.375rem;
}

/* 왼쪽 */
.faq-left {
  width: 28.125rem;
  flex-shrink: 0;
}

.faq-eyebrow {
  margin-bottom: 1.25rem;
}

.faq-title {
  margin-bottom: 1.25rem;
}

.faq-title strong {
  display: block;
}

.faq-desc {
  font-size: 1.25rem;
  letter-spacing: -0.0375rem;
  color: #212121;
  text-transform: uppercase;
  opacity: 1;
}

.faq-watermark {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 800;
  font-style: italic;
  color: rgba(226, 31, 38, 0.08);
  letter-spacing: -0.02em;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

/* 오른쪽: 아코디언 */
.faq-list {
  display: flex;
  flex-direction: column;
  padding: 1.875rem;
  background: #fef9f9 0% 0% no-repeat padding-box;
  border-radius: 1.875rem;
  width: 100%;
  gap: 0.625rem;
}

.faq-item {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  border-radius: 0.9375rem;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.25s;
  border: 0.0625rem solid #f0f0f0;
}

.faq-item-active {
  border-color: #e21f26;
}

.faq-item-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.875rem;
  height: 4.0625rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-item-question {
  font: var(--unnamed-font-style-normal) normal bold 1.125rem/2.625rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal bold 1.125rem/2.625rem Pretendard;
  letter-spacing: -0.01125rem;
  color: #212121;
  opacity: 1;
}

.faq-item-question em {
  font: var(--unnamed-font-style-normal) normal bold 1.125rem/13.3125rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal bold 1.125rem/13.3125rem Pretendard;
  letter-spacing: -0.01125rem;
  color: #e21f26;
  opacity: 1;
  padding-right: 0.625rem;
}

.faq-item-icon {
  flex-shrink: 0;
  color: #999;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.faq-item-active .faq-item-icon {
  color: #222;
  transform: rotate(180deg);
}

/* 아코디언 본문 - max-height transition */
.faq-item-body {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}

.faq-item-active .faq-item-body {
  max-height: 20rem;
}

.faq-item-divider {
  border: none;
  border-top: 0.0625rem solid #f0f0f0;
  margin: 0 1.875rem;
}

.faq-item-active {
  border-top-color: #e21f26;
}

.faq-item-answer {
  padding: 1.375rem 1.875rem 1.625rem 1.875rem;
  font: var(--unnamed-font-style-normal) normal normal 1rem/1.625rem
    var(--unnamed-font-family-pretendard);
  text-align: left;
  font: normal normal normal 1rem/1.625rem Pretendard;
  letter-spacing: -0.01rem;
  color: #212121;
  opacity: 1;
}

.faq-watermark {
  position: relative;
}
.faq-watermark div {
  position: absolute;
  bottom: 1.3125rem;
  left: 2.0625rem;
}
/* #endregion SECTION 14: Q&A */

/* #region SECTION 15: Contact Us */
.contact {
  background: #d3131a;
  height: 79.1875rem;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 5rem;
}

.contact-inner {
  position: relative;
  z-index: 1;
  margin-top: 7.5625rem;
}

.contact-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.contact-title-wrap {
  height: 6.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}

.contact-title-thin {
  font: var(--unnamed-font-style-normal) normal 300 2.625rem/3.625rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal 300 2.625rem/3.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #ffffff;
}

.contact-title-bold {
  font: var(--unnamed-font-style-normal) normal 800 2.625rem/3.625rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal 800 2.625rem/3.625rem Pretendard;
  letter-spacing: -0.07875rem;
  color: #ffffff;
}

/* 헤더 */
.contact-title {
  font-size: 1.625rem;
  line-height: 1.5;
}

.contact-title strong {
  font-size: 2rem;
  display: block;
}

/* 폼 */
.contact-form {
  width: 47.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

/* 폼 필드 */
.contact-field {
  display: flex;
  align-items: center;
  background: #ffffff1a 0% 0% no-repeat padding-box;
  border: 0.0625rem solid #ffffff26;
  border-radius: 0.625rem;
  opacity: 1;
  padding: 1.75rem 1.5625rem;
  height: 5rem;
  width: 47.625rem;
}

.contact-field-area {
  align-items: flex-start;
  padding: 1.25rem;
  min-height: max-content;
  width: 100%;
}

.contact-field-label-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.25rem;
}

.contact-field-label {
  font: var(--unnamed-font-style-normal) normal bold 1.25rem/1.25rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold 1.25rem/1.25rem Pretendard;
  letter-spacing: -0.0375rem;
  color: #ffffff;
  opacity: 1;
  width: 6.75rem;
  min-width: 3.125rem;
  overflow: hidden;
}

.contact-field-divider {
  font: var(--unnamed-font-style-normal) normal normal 1.25rem/1.25rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal normal 1.25rem/1.25rem Pretendard;
  letter-spacing: -0.0375rem;
  color: #ffffff;
  opacity: 0.4;
  padding-right: 1.3125rem;
}

.contact-field-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font: var(--unnamed-font-style-normal) normal medium 1.125rem/1.25rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 1.125rem/1.25rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
}

.contact-field-input::placeholder {
  font: var(--unnamed-font-style-normal) normal medium 1.125rem/1.25rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 1.125rem/1.25rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
  opacity: 0.5;
}

.contact-field-select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;

  font: var(--unnamed-font-style-normal) normal medium 1.125rem/1.25rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 1.125rem/1.25rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
  opacity: 1;
}

.contact-field-select.is-placeholder {
  opacity: 0.5;
}

.contact-field-select option {
  background: #c0201a;
  color: #fff;
}

.contact-field-textarea {
  flex: 1;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  resize: none;
  font-size: 0.9375rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  line-height: 1.7;
  min-height: 8rem;
  margin-top: 0.25rem;
}

.contact-field-textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

/* 동의 체크박스 */
.contact-agrees {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  margin: 0.125rem 0;
}

.contact-agree {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}

.contact-agree-check {
  display: none;
}

/* 기본 = 비어있는 상태 */
.contact-agree-box {
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

/* 기본 상태에서 체크 아이콘 숨김 */
.contact-agree-box svg {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s ease;
}

/* 체크 상태 = 검정 */
.contact-agree-check:checked + .contact-agree-box {
  background: #000;
  border-color: #000;
}

/* 체크 아이콘 보이기 */
.contact-agree-check:checked + .contact-agree-box svg {
  opacity: 1;
  transform: scale(1);
}

/* 체크 아이콘 색 (흰색으로) */
.contact-agree-check:checked + .contact-agree-box svg path {
  stroke: #fff;
}
.contact-agree-text {
  font: var(--unnamed-font-style-normal) normal medium 1.125rem/1.25rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal medium 1.125rem/1.25rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
  opacity: 1;
}

.contact-agree-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/* 제출 버튼 */
.contact-submit {
  width: 100%;
  height: 5rem;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 0.5rem;
  font: var(--unnamed-font-style-normal) normal bold 1.25rem/1.25rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  font: normal normal bold 1.25rem/1.25rem Pretendard;
  letter-spacing: -0.0375rem;
  color: #ffffff;
  opacity: 1;
  font-weight: 600;
}
/* #endregion SECTION 15: Contact Us */

/* #region FOOTER */
.footer-wrap {
  position: relative;
  z-index: 2;
  margin-top: -3.125rem;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 3.125rem 3.125rem 0 0;
  color: #fff;
}

/* 상단 */

.footer-top-inner {
  margin: 0 auto;
  padding: 4.375rem 4.375rem 3.125rem 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo img {
  width: 17.3125rem;
  height: 2.4375rem;
  display: block;
}

.footer-top-right {
  display: flex;
  align-items: center;
}

/* Family Site 드롭다운 (값은 네이티브 select, UI는 커스텀) */
.footer-family {
  position: relative;
  width: 15.75rem;
  flex-shrink: 0;
}

.footer-family-select-native {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.footer-family-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.0625rem;
  padding: 0 2.75rem 0 1.5625rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.15) url("images/footer/arrow_b.svg")
    no-repeat right 1.25rem center / 0.9375rem auto;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.625rem;
  outline: none;
  text-align: left;
  cursor: pointer;
  font: normal normal medium 1.125rem/1.25rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
}

.footer-family-select-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.footer-family.is-open .footer-family-select {
  border-color: rgba(255, 255, 255, 0.65);
}

.footer-family-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #282828;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 50;
  box-sizing: border-box;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
}

.footer-family.is-open .footer-family-dropdown {
  display: block;
}

.footer-family-option {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font: normal normal medium 1.125rem/1.25rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
  text-align: left;
  border: none;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.footer-family-option:hover {
  background: rgba(0, 0, 0, 0.15);
}

/* SNS 아이콘 */

.footer-sns-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-left: 1.5rem;
}

.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

.footer-sns:hover {
  opacity: 1;
  transform: scale(1.1);
}

.footer-sns img {
  width: 3.125rem;
  height: 3.1875rem;
  display: block;
}

/* 구분선 */
.footer-divider {
  border-top: 0.0625rem solid #454545;
  margin: 0 4.375rem;
}

/* 하단 */
.footer-bottom {
  padding: 3.125rem 4.375rem 5.1875rem 4.375rem;
}

.footer-bottom-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.footer-info-row {
  font: var(--unnamed-font-style-normal) normal normal 1.125rem/1.875rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal normal 1.125rem/1.875rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
  opacity: 1;
}

.footer-copyright {
  font: var(--unnamed-font-style-normal) normal medium 1.125rem/1.875rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  font: normal normal medium 1.125rem/1.875rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
  opacity: 1;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}

.footer-link {
  font: var(--unnamed-font-style-normal) normal bold 1.125rem/1.875rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold 1.125rem/1.875rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
  opacity: 1;
}

.footer-link:hover {
  color: #fff;
}

.footer-link-divider {
  font: var(--unnamed-font-style-normal) normal bold 1.125rem/1.875rem
    var(--unnamed-font-family-pretendard);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font: normal normal bold 1.125rem/1.875rem Pretendard;
  letter-spacing: -0.03375rem;
  color: #ffffff;
  opacity: 1;
}
/* #endregion FOOTER */


.slider04_modal .modal-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.80);display: none;z-index: 10000;}
.slider04_modal .modal {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 600px;height: 665px;background-color: white;border-radius:20px;display: none;z-index: 10001;overflow:visible;}
.slider04_modal .modal-content {padding:30px;text-align: center;height:100%;overflow-y:auto;}
.slider04_modal .modal-close {position: absolute;top: -18px;right: -20px;font-size: 22px;font-weight: bold;background:#fff;width:45px;height:45px;border-radius:50px;border:1px solid#D9D9D9;padding:0px 0px 3px 1px;color: #333;cursor: pointer;}
.slider04_modal .modal-img {width: 100%;height:275px;object-fit:cover;border-radius: 10px;}
.slider04_modal .modal-name, .modal-title, .modal-sub {margin-top: 10px;}
.slider04_modal .modal-name{font-size: 18px;font-weight: 700;background: #E21F26;width:100%;border-radius:5px;padding:9px 0px;color:#fff;}
.slider04_modal .modal-name span{opacity:0.5}
.slider04_modal .modal-title{font-size: 24px;font-weight: 800;margin-top:20px;text-align:left;}
.slider04_modal .modal-sub {font-size: 16px;font-weight: 500;text-align:left;margin-top:20px;color:#707070;}

.modal_btn { display: block; }
.modal_btn:hover { box-shadow: 3px 4px 11px 0px #00000040; }
.modal_btn img { width: 18px; height: 16px; object-fit: cover; margin-top: 4px; }

.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden; background: rgba(0, 0, 0, 0.5); z-index: 99999; text-align: center}
.modal.on { display: block; overflow: auto; }
.modal .modal_popup { position: absolute; width: 100%; left: 50%; transform: translateX(-50%); padding: 0px 20px; height: 100%; overflow: auto; background: #D11118; }
.modal .modal_popup .close_btn { display: block; cursor: pointer; transition: box-shadow 0.2s; font-size: 24px; color: #fff; }
.modal .modal_popup .bt { display: flex; gap: 10px; margin-top: 10px; }
.modal .modal_popup .bt .bt1 { background: #FF567d; border: 1px solid #FF567d; border-radius: 5px; width: 100%; color: #fff; font-size: 16px; text-align: center; padding: 8px; }
.modal .modal_popup .bt .bt2 { border: 1px solid #FF567d; border-radius: 5px; width: 100%; color: #FF567d; font-size: 16px; text-align: center; padding: 8px; }
.modal .modal_popup .line { margin-top: 20px; display: flex; flex-direction: column; gap: 35px; margin-top: 35px; }
.modal .modal_popup .line a { font-size: 17px; font-weight: 500; color: #000; display: flex; justify-content: space-between; }
.modal .modal_popup .menu { display: flex; flex-direction: column; }
.modal .modal_popup .menu a { color: #fff; font-size: 22px; font-weight: 700; padding-top: 30px; }
.modal .modal_popup .modal_bottom { position: fixed; bottom: 20px; right: 20px; }
.modal .modal_popup .modal_bottom img { width: 233px; }
.modal_popup .top{display:flex;justify-content:space-between;}
.modal_popup .top .logo img{height:60px;}

/* 가맹문의 */
.fb-inquiry {
    position: fixed;
    top: 23.75rem;
    right: 3.5rem;
    width: 5.3125rem;
    height: 5.3125rem;
    background: #E50719 0% 0% no-repeat padding-box;
    box-shadow: 0.3125rem 0.3125rem 0.625rem #00000029;
    border-radius: 0.9375rem;
    opacity: 1;
    padding: 1rem 1rem 0.8125rem 1.0625rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    text-decoration: none;
}

/* TOP */
.fb-top {
    position: fixed;
    top: 29.6875rem;
    right: 3.5rem;
    width: 5.3125rem;
    height: 5.3125rem;
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0.3125rem 0.3125rem 0.625rem #00000029;
    border-radius: 0.9375rem;
    opacity: 1;
    padding: 1rem 1.5625rem 1.25rem 1.5625rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    text-decoration: none;
}

/* 아이콘 공통 */
.fb-icon {
    width: 2.1875rem;
    height: 1.875rem;
}

/* 가맹문의 아이콘 */
.fb-icon-inquiry {
    flex-shrink: 0;
    background: transparent url('/images/footer/bottom1.svg') center no-repeat;
    opacity: 1;
}

.fb-inquiry:hover {
    background: #B1000E;
}

.fb-top:hover {
    background: #E50719;
}

.fb-btn {
    transition: background 0.3s ease;
}

/* TOP 아이콘 */
.fb-icon-top {
    background: transparent url('/images/footer/bottom2.svg') 0% 0% no-repeat padding-box;
    opacity: 1;
}

/* 가맹문의 텍스트 */
.fb-text-inquiry {
    text-align: center;
    margin-top: 0.5rem;

    font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    font-weight: 700;

    letter-spacing: -0.014375rem;
    color: #FFFFFF;

    white-space: nowrap;
    min-height: 1.125rem;
}

/* TOP 텍스트 */
.fb-text-top {
    text-align: left;

    font-family: Pretendard;
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 700;

    letter-spacing: -0.015rem;
    color: #FFFFFF;
    opacity: 1;
}


/* 공통 버튼 */
.sf-btn {
    height: 2.75rem; /* 44px */
    border-radius: 0.3125rem; /* 5px */
    font-family: Pretendard;
    font-size: 0.875rem; /* 14px */
    font-weight: 700;
    letter-spacing: -0.02625rem; /* -0.42px */
    text-decoration: none;
}

/* 제품스펙서 */
.sf-btn-outline {
    width: 6.875rem; /* 110px */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.0625rem solid #EEEEEE;

    text-align: center;
    line-height: 2.75rem; /* 44px */
    color: #E50119;

    display: inline-block;
}

/* 상담신청하기 */
.sf-btn-dark {
    width: 7.5rem; /* 120px */
    background: #212121 0% 0% no-repeat padding-box;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #FFFFFF;
}
