/* ── PC (6set) ── */
@font-face {
  font-family: "Cafe24 ClassicType";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fonts-archive/Cafe24ClassicType/Cafe24ClassicType.woff2") format("woff2");
}

@font-face {
  font-family: "HS산토끼체 2.0";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2405@1.0/HSSanTokki20-Regular.woff2") format("woff2");
}

.br_mo {
  display: none;
}

.page-pc {
  min-width: 0;
  background: var(--color-purple-dark);
  overflow-x: hidden;
}

.page-pc .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Hero cluster — sc_main + sc_logos + hero_visual */
.page-pc .hero_cluster {
  position: relative;
  --hero-pad-x: 120px;
  --hero-left-width: 623px;
  --hero-main-height: clamp(680px, 53.44vw, 1026px);
}

.page-pc .sc_main {
  display: grid;
  overflow: hidden;
  background: var(--color-purple-dark);
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  min-height: var(--hero-main-height);
}

/* <picture>가 grid 자식이 되므로 picture에 grid-area 부여 */
.page-pc .sc_main > picture {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: var(--hero-main-height);
}

.page-pc .sc_main .bg_img {
  width: 100%;
  height: 100%;
  min-height: var(--hero-main-height);
  object-fit: cover;
  object-position: center right;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
}

.page-pc .sc_main .main_content {
  grid-area: 1 / 1;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: var(--hero-main-height);
  margin: 0;
  padding: 28px var(--hero-pad-x);
  box-sizing: border-box;
}

.page-pc .sc_main .hero_left {
  width: var(--hero-left-width);
  max-width: 100%;
}

/* MO 전용 선물 비주얼 — PC에서 숨김 */
.page-pc .hero_visual_mo {
  display: none;
}

/* Group 35 — cluster 전체 높이 (상단·하단 = hero_cluster) */
.page-pc .hero_cluster .hero_visual {
  position: absolute;
  top: 0;
  height: var(--hero-main-height);
  right: var(--hero-pad-x);
  left: calc(var(--hero-pad-x) + var(--hero-left-width) + 40px);
  z-index: 2;
  pointer-events: none;
}

.page-pc .hero_cluster .hero_visual_stage {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin-left: auto;
}

.page-pc .hero_cluster .hero_gift_all {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: 160%;
  transform: translateX(-48%);
  object-fit: contain;
  object-position: top center;
  z-index: 2;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.14));
}

/* Frame 44 — 로고 */
.page-pc .sc_main .site_header {
  display: flex;
  width: 100%;
  padding: 0;
  flex-shrink: 0;
}

.page-pc .site_logo {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.page-pc .site_logo img {
  flex-shrink: 0;
  width: 40px;
  height: 30px;
  max-width: none;
  object-fit: contain;
}

.page-pc .site_logo span {
  font-family: "HS산토끼체 2.0", "HsSantoki20", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #ffffff;
  white-space: nowrap;
}

.page-pc .sc_main .hero_title {
  margin: 63px 0 0;
  padding: 0;
  width: 100%;
  flex-shrink: 0;
}

/* 우리 아이 첫 선물 */
.page-pc .sc_main .hero_title .title_sub {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  font-family: "Cafe24 ClassicType", "Cafe24 Classic Type", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #980064;
}

/* 든든한 태아보험 */
.page-pc .sc_main .hero_title .title_main {
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: 15px;
  font-family: "Cafe24 ClassicType", "Cafe24 Classic Type", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.page-pc .sc_main .hero_body {
  width: 100%;
  margin-top: 40px;
  flex-shrink: 0;
}

.page-pc .sc_main .hero_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* Frame 1 — 뱃지 */
.page-pc .sc_main .hero_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(221, 16, 115, 0.6);
  border-radius: 10px;
  font-family: "Cafe24 Classic Type", "Cafe24 ClassicType", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.55px rgba(221, 16, 115, 1);
  paint-order: stroke fill;
  color: #ffff25;
  white-space: nowrap;
  padding: 8px 10px;
}

/* 히어로 폼 */
.page-pc .sc_main .hero_form {
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.page-pc .sc_main .hero_form .form_body {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.page-pc .sc_main .hero_form .form_fields {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-pc .sc_main .hero_form .form_field {
  min-height: 52px;
  border-radius: 10px;
}

.page-pc .sc_main .hero_form .form_field label {
  font-size: 16px;
  padding: 0 16px;
}

.page-pc .sc_main .hero_form .form_field input {
  font-size: 16px;
  padding: 0 16px;
}

.page-pc .sc_main .hero_form .privacy_row {
  justify-content: flex-start;
  margin-top: 4px;
}

.page-pc .sc_main .hero_form .privacy_row label,
.page-pc .sc_main .hero_form .privacy_row .btn_privacy {
  font-size: 14px;
  color: var(--color-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.page-pc .sc_main .hero_form .btn_submit {
  flex-shrink: 0;
  align-self: flex-start;
  width: 140px;
  height: calc(52px + 10px + 52px);
  min-height: unset;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1.35;
  background: var(--color-purple);
}

/* Logos */
.page-pc .hero_cluster .sc_logos {
  position: relative;
  z-index: 1;
  background: var(--color-purple-dark);
  padding: 28px 0;
}

.page-pc .sc_logos .logos_title {
  text-align: center;
  font-family: "Cafe24 Classic Type", "Cafe24 ClassicType", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.55px var(--color-purple-dark);
  paint-order: stroke fill;
  color: var(--color-yellow);
  margin-bottom: 20px;
}

.page-pc .sc_logos .logos_marquee {
  overflow: hidden;
  width: 100%;
}

.page-pc .sc_logos .logos_track {
  display: flex;
  width: max-content;
  animation: logos-slide 24s linear infinite;
}

.page-pc .sc_logos .logos_list {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  padding: 0 8px;
}

.page-pc .sc_logos .logos_list li {
  flex-shrink: 0;
  width: 160px;
  height: 56px;
  padding: 8px 16px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-pc .sc_logos .logos_list li img {
  max-width: 100%;
  max-height: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes logos-slide {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Gifts — Group 101 */
.page-pc .sc_gifts {
  position: relative;
  overflow: hidden;
  background: var(--color-purple-dark);
  border-radius: 3em;
}

/* <picture> / bg_img — 문서 흐름 밖, 섹션 배경으로만 사용 */
.page-pc .sc_gifts > picture,
.page-pc .sc_gifts > .bg_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-pc .sc_gifts > picture {
  display: block;
}

.page-pc .sc_gifts .bg_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 3em;
}

.page-pc .sc_gifts .gifts_content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 72px 40px 56px;
  box-sizing: border-box;
}

.page-pc .sc_gifts .gifts_head {
  width: 100%;
  max-width: 1160px;
  text-align: center;
}

.page-pc .sc_gifts .gifts_title_sub {
  font-family: "Cafe24 ClassicType", "Cafe24 Classic Type", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #980064;
}

.page-pc .sc_gifts .gifts_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 8px;
}

.page-pc .sc_gifts .gifts_title_main {
  flex-shrink: 0;
  font-family: "Cafe24 ClassicType", "Cafe24 Classic Type", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.05em;
  color: #ff5ca8;
  white-space: nowrap;
}

.page-pc .sc_gifts .gifts_title_deco {
  position: relative;
  flex: 1;
  max-width: 140px;
  height: 2px;
  background: #ff5ca8;
}

.page-pc .sc_gifts .gifts_title_deco:first-child::after,
.page-pc .sc_gifts .gifts_title_deco:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ff5ca8;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.page-pc .sc_gifts .gifts_title_deco:first-child::after {
  right: 0;
}

.page-pc .sc_gifts .gifts_title_deco:last-child::before {
  left: 0;
}

.page-pc .sc_gifts .gift_rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1160px;
  margin-top: 36px;
}

.page-pc .sc_gifts .gift_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-pc .sc_gifts .gift_item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 250px;
  background: #fff8fb;
  border: 1px solid rgba(221, 16, 115, 0.18);
  border-radius: 28px;
  padding: 20px 16px 18px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 4px 16px rgba(145, 0, 90, 0.06);
}

.page-pc .sc_gifts .gift_item .gift_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.page-pc .sc_gifts .gift_item .gift_img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
}

.page-pc .sc_gifts .gift_item .gift_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.page-pc .sc_gifts .gift_item .gift_img picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.page-pc .sc_gifts .gift_item .gift_brand {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  line-height: 1.3;
}

.page-pc .sc_gifts .gift_item .gift_name {
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #dd1073;
  line-height: 1.4;
}

.page-pc .sc_gifts .gift_notices {
  width: 100%;
  max-width: 1160px;
  margin-top: 28px;
  text-align: center;
}

.page-pc .sc_gifts .gift_notice_title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}

.page-pc .sc_gifts .gift_notice_list {
  margin-top: 6px;
}

.page-pc .sc_gifts .gift_notice_list li {
  font-size: 12px;
  color: var(--color-gray);
  line-height: 1.7;
}

/* Coverage — Group 56 */
.page-pc .sc_coverage {
  background: var(--color-purple-dark);
  padding: 64px 40px 72px;
}

.page-pc .sc_coverage .coverage_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.page-pc .sc_coverage .coverage_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.page-pc .sc_coverage .coverage_title h2 {
  flex-shrink: 0;
  font-family: "Cafe24 ClassicType", "Cafe24 Classic Type", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #ffffff;
  white-space: nowrap;
}

.page-pc .sc_coverage .coverage_title_deco {
  position: relative;
  flex: 1;
  max-width: 210px;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
}

.page-pc .sc_coverage .coverage_title_deco:first-child::after,
.page-pc .sc_coverage .coverage_title_deco:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.page-pc .sc_coverage .coverage_title_deco:first-child::after {
  right: 0;
}

.page-pc .sc_coverage .coverage_title_deco:last-child::before {
  left: 0;
}

.page-pc .sc_coverage .coverage_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.page-pc .sc_coverage .coverage_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px;
  background: #ffffff;
  border-radius: 20px;
  font-family: "Cafe24 ClassicType", "Cafe24 Classic Type", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  color: #ff5ca8;
  text-align: center;
  white-space: nowrap;
}

@font-face {
  font-family: "GyeonggiBatangOTF";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fontbee/font@main/Gyeonggi/GyeonggiBatang.woff") format("woff");
}

/* FAQ — Group 68 */
.page-pc .sc_faq {
  position: relative;
  overflow: hidden;
  background: var(--color-purple-dark);
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
}

/* <picture> / bg_img — 문서 흐름 밖, 섹션 배경으로만 사용 */
.page-pc .sc_faq > picture,
.page-pc .sc_faq > .bg_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-pc .sc_faq > picture {
  display: block;
}

.page-pc .sc_faq .bg_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
}

.page-pc .sc_faq .faq_content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 40px 80px;
  box-sizing: border-box;
}

.page-pc .sc_faq .faq_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  max-width: 960px;
  margin-bottom: 44px;
}

.page-pc .sc_faq .faq_title_main {
  flex-shrink: 0;
  font-family: "Cafe24 ClassicType", "Cafe24 Classic Type", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #624b8d;
  text-align: center;
}

.page-pc .sc_faq .faq_title_deco {
  position: relative;
  flex: 1;
  max-width: 200px;
  height: 2px;
  background: #9261c1;
}

.page-pc .sc_faq .faq_title_deco:first-child::after,
.page-pc .sc_faq .faq_title_deco:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #9261c1;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.page-pc .sc_faq .faq_title_deco:first-child::after {
  right: 0;
}

.page-pc .sc_faq .faq_title_deco:last-child::before {
  left: 0;
}

.page-pc .sc_faq .faq_list {
  width: 100%;
  max-width: 900px;
  gap: 24px;
}

.page-pc .sc_faq .faq_item {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(98, 75, 141, 0.08);
}

.page-pc .sc_faq .faq_item .q_box {
  padding: 22px 32px;
  background: #9261c1;
  color: #ffffff;
  border-radius: 24px;
}

.page-pc .sc_faq .faq_item.is_open .q_box {
  border-radius: 24px 24px 0 0;
}

.page-pc .sc_faq .faq_item .q_box .q_label {
  font-family: "Cafe24 ClassicType", "Cafe24 Classic Type", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}

.page-pc .sc_faq .faq_item .q_box .q_text {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
}

.page-pc .sc_faq .faq_item .q_box .q_icon {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}

.page-pc .sc_faq .faq_item .a_box {
  display: none;
  align-items: flex-start;
  gap: 14px;
  padding: 28px 32px 30px;
  background: #ffffff;
  border-radius: 0 0 24px 24px;
}

.page-pc .sc_faq .faq_item.is_open .a_box {
  display: flex;
}

.page-pc .sc_faq .faq_item .a_box .a_label {
  flex-shrink: 0;
  margin: 2px 0 0;
  font-family: "Cafe24 ClassicType", "Cafe24 Classic Type", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #9261c1;
}

.page-pc .sc_faq .faq_item .a_box .a_text {
  flex: 1;
  min-width: 0;
}

.page-pc .sc_faq .faq_item .a_box .a_text p {
  margin: 0;
  font-family: "GyeonggiBatangOTF", "Gyeonggi Batang", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.05em;
  color: #111111;
  word-break: keep-all;
}

.page-pc .sc_faq .faq_item .a_box .a_text .a_highlight {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #b34ca8;
}

.page-pc .sc_notice .inner,
.page-pc .site_footer .inner {
  max-width: 1080px;
}

/* ══════════════════════════════════════════
   모바일 반응형 @media (max-width: 768px)
   ══════════════════════════════════════════ */
@media (max-width: 768px) {

  .br_mo {
    display: block;
  }

  /* ── Hero cluster 변수 재정의 ── */
  .page-pc .hero_cluster {
    --hero-pad-x: 20px;
    --hero-left-width: 100%;
    --hero-main-height: auto;
  }

  /* ── sc_main: grid → block, 배경 absolute / 콘텐츠 normal flow ── */
  .page-pc .sc_main {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 0;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
  }

  /* picture: 배경으로 처리 (absolute로 섹션 전체 채움) */
  .page-pc .sc_main > picture {
    grid-area: unset;
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    pointer-events: none;
  }

  .page-pc .sc_main .bg_img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: top center;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
  }

  /* main_content: absolute → relative (일반 흐름으로, 섹션 높이를 콘텐츠가 결정) */
  .page-pc .sc_main .main_content {
    position: relative;
    inset: auto;
    z-index: 1;
    min-height: 0;
    padding: 24px 20px 32px;
    margin: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
  }

  .page-pc .sc_main .hero_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  /* ── 로고 ── */
  .page-pc .site_logo span {
    font-size: 18px;
    line-height: 1.3;
  }

  .page-pc .site_logo img {
    width: 26px;
    height: 20px;
  }

  /* ── 히어로 타이틀 ── */
  .page-pc .sc_main .hero_title {
    margin: 16px 0 0;
  }

  .page-pc .sc_main .hero_title .title_sub {
    font-size: 22px;
  }

  .page-pc .sc_main .hero_title .title_main {
    font-size: clamp(40px, 13vw, 72px);
    margin-top: 6px;
  }

  /* ── 뱃지 (PC와 동일 폰트·배경) ── */
  .page-pc .sc_main .hero_badge {
    display: block;
    background: rgba(221, 16, 115, 0.6);
    border-radius: 10px;
    font-family: "Cafe24 Classic Type", "Cafe24 ClassicType", serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(28px, 8vw, 50px);
    line-height: 1;
    letter-spacing: -0.05em;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.55px rgba(221, 16, 115, 1);
    paint-order: stroke fill;
    color: #ffff25;
    white-space: normal;
    padding: 10px 18px;
    width: fit-content;
  }

  /* ── 히어로 body: 선물 비주얼 + 폼 겹침 레이어 ── */
  .page-pc .sc_main .hero_body {
    position: relative;
    margin-top: 2px;
  }

  .page-pc .sc_main .hero_text {
    position: relative;
    z-index: 2;
    gap: 0;
  }

  .page-pc .sc_main .hero_badge {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
  }

  /* ── 히어로 폼 ── */
  .page-pc .sc_main .hero_form {
    position: relative;
    z-index: 2;
    margin-top: -72px;
    padding-bottom: 0;
    background: transparent;
  }

  .page-pc .sc_main .hero_form .form_body,
  .page-pc .sc_main .hero_form .form_fields {
    background: transparent;
  }

  .page-pc .sc_main .hero_form .form_body {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .page-pc .sc_main .hero_form .form_fields {
    width: 100%;
    gap: 10px;
  }

  .page-pc .sc_main .hero_form .form_field {
    min-height: 48px;
  }

  .page-pc .sc_main .hero_form .form_field label {
    font-size: 15px;
    padding: 0 14px;
  }

  .page-pc .sc_main .hero_form .form_field input {
    font-size: 15px;
    padding: 0 14px;
  }

  .page-pc .sc_main .hero_form .privacy_row {
    margin-top: 2px;
  }

  .page-pc .sc_main .hero_form .btn_submit {
    width: 100%;
    height: auto;
    min-height: 54px;
    font-size: 18px;
    border-radius: var(--radius-md);
    line-height: 1.4;
  }

  /* ── hero_visual (PC 전용 선물 이미지) 숨김 ── */
  .page-pc .hero_cluster .hero_visual {
    display: none;
  }

  /* ── MO 전용 선물 비주얼 — 뱃지·폼 사이 중간 영역 ── */
  .page-pc .hero_visual_mo {
    display: block;
    position: relative;
    width: 100%;
    min-height: 310px;
    margin: 0;
    z-index: 2;
    overflow: visible;
    pointer-events: none;
    flex-shrink: 0;
  }

  .page-pc .hero_visual_mo_stage {
    position: absolute;
    top: 35%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 115%;
    max-width: 460px;
    overflow: visible;
  }

  .page-pc .mo_gift_anchor {
    position: static;
    width: 100%;
    max-width: none;
  }

  .page-pc .mo_gift_all {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.12));
  }

  /* ── 로고 마퀴 (모바일 한 줄 슬라이드) ── */
  .page-pc .hero_cluster .sc_logos {
    padding: 24px 0;
  }

  .page-pc .sc_logos .logos_title {
    font-size: 24px;
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .page-pc .sc_logos .logos_marquee {
    overflow: hidden;
    width: 100%;
  }

  .page-pc .sc_logos .logos_track {
    display: flex;
    width: max-content;
    animation: logos-slide 24s linear infinite;
  }

  .page-pc .sc_logos .logos_list {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 10px;
    padding: 0 8px;
  }

  .page-pc .sc_logos .logos_list li {
    flex-shrink: 0;
    width: 130px;
    height: 44px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.7);
  }

  .page-pc .sc_logos .logos_list li img {
    max-height: 22px;
  }

  /* ── 사은품 섹션 (Group 75) ── */
  .page-pc .sc_gifts {
    border-radius: 1.5em;
  }

  .page-pc .sc_gifts .bg_img {
    border-radius: 1.5em;
  }

  .page-pc .sc_gifts .gifts_content {
    padding: 36px 16px 32px;
  }

  .page-pc .sc_gifts .gifts_title_sub {
    font-size: 22px;
  }

  .page-pc .sc_gifts .gifts_title {
    gap: 10px;
    margin-top: 4px;
  }

  .page-pc .sc_gifts .gifts_title_main {
    font-size: 28px;
    white-space: normal;
  }

  .page-pc .sc_gifts .gifts_title_deco {
    max-width: 40px;
  }

  /* 사은품 아이템: 2열 그리드 (2+2+1) */
  .page-pc .sc_gifts .gift_rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .page-pc .sc_gifts .gift_list {
    display: contents;
  }

  /* 마지막 아이템(5번째)은 1열 스팬 후 가운데 정렬 */
  .page-pc .sc_gifts .gift_list--row3 .gift_item:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
  }

  .page-pc .sc_gifts .gift_item {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    padding: 14px 10px 12px;
  }

  .page-pc .sc_gifts .gift_item .gift_body {
    flex: 1;
    min-height: 0;
  }

  .page-pc .sc_gifts .gift_item .gift_img {
    flex: 1;
    margin-bottom: 8px;
  }

  .page-pc .sc_gifts .gift_item .gift_brand {
    flex-shrink: 0;
    font-size: 11px;
  }

  .page-pc .sc_gifts .gift_item .gift_name {
    flex-shrink: 0;
    font-size: 12px;
    margin-top: 2px;
  }

  .page-pc .sc_gifts .gift_notices {
    margin-top: 20px;
  }

  .page-pc .sc_gifts .gift_notice_title {
    font-size: 12px;
  }

  .page-pc .sc_gifts .gift_notice_list li {
    font-size: 11px;
    line-height: 1.6;
  }

  /* ── 주요 특약 섹션 ── */
  .page-pc .sc_coverage {
    padding: 40px 16px 48px;
  }

  .page-pc .sc_coverage .coverage_title {
    gap: 12px;
    margin-bottom: 24px;
  }

  .page-pc .sc_coverage .coverage_title h2 {
    font-size: 20px;
    white-space: normal;
    text-align: center;
  }

  .page-pc .sc_coverage .coverage_title_deco {
    max-width: 40px;
  }

  .page-pc .sc_coverage .coverage_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: none;
  }

  .page-pc .sc_coverage .coverage_list li {
    min-height: 52px;
    padding: 12px 10px;
    font-size: 14px;
    border-radius: var(--radius-pill);
    white-space: normal;
  }

  /* ── FAQ 섹션 (Group 96) ── */
  .page-pc .sc_faq {
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
  }

  .page-pc .sc_faq .bg_img {
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
  }

  .page-pc .sc_faq .faq_content {
    padding: 44px 16px 40px;
  }

  .page-pc .sc_faq .faq_title {
    gap: 12px;
    max-width: none;
    margin-bottom: 28px;
  }

  .page-pc .sc_faq .faq_title_deco {
    max-width: 40px;
  }

  .page-pc .sc_faq .faq_title_main {
    font-size: 22px;
    white-space: normal;
    text-align: center;
  }

  .page-pc .sc_faq .faq_list {
    max-width: none;
    gap: 16px;
  }

  .page-pc .sc_faq .faq_item {
    border-radius: 16px;
  }

  .page-pc .sc_faq .faq_item .q_box {
    padding: 16px 18px;
    border-radius: 16px;
  }

  .page-pc .sc_faq .faq_item.is_open .q_box {
    border-radius: 16px 16px 0 0;
  }

  .page-pc .sc_faq .faq_item .q_box .q_label {
    font-size: 18px;
  }

  .page-pc .sc_faq .faq_item .q_box .q_text {
    font-size: 15px;
  }

  .page-pc .sc_faq .faq_item .q_box .q_icon {
    width: 18px;
    height: 18px;
  }

  .page-pc .sc_faq .faq_item .a_box {
    gap: 10px;
    padding: 20px 18px 22px;
    border-radius: 0 0 16px 16px;
  }

  .page-pc .sc_faq .faq_item .a_box .a_label {
    font-size: 18px;
  }

  .page-pc .sc_faq .faq_item .a_box .a_text p {
    font-size: 13px;
    line-height: 1.75;
  }

  /* ── 필수 안내사항 ── */
  .page-pc .sc_notice .inner {
    width: calc(100% - 32px);
    padding: 0;
  }

  /* ── 푸터 ── */
  .page-pc .site_footer .inner {
    width: calc(100% - 32px);
    text-align: center;
    padding: 0;
  }

}

.page-pc .site_footer_min {
  background: #5c0038;
  padding: 24px 20px;
  text-align: center;
}

.page-pc .site_footer_min p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.page-pc .site_footer_min a {
  color: #ffe600;
  text-decoration: underline;
}
