/* 매월클럽 소개 — Figma UI-3 (섹션 01~16) */
.club-intro-page {
  padding-bottom: 88px;
  color: #222;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
}

.club-hero-banner {
  background: linear-gradient(180deg, #fff0f1 0%, #ffe8ea 100%);
  padding: 24px 20px 32px;
}

.club-hero-banner__inner {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.club-hero-banner__copy {
  display: inline-flex;
  height: 200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}

.club-hero-banner__copy-link {
  display: inline-flex;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.club-hero-banner__copy-img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.club-hero-banner__coupon-img {
  display: block;
  width: 466px;
  height: 260px;
  flex-shrink: 0;
  object-fit: contain;
}

.club-section {
  max-width: 390px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.club-section__title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 20px;
  line-height: 1.35;
  color: #222;
}

.club-section.club-benefit-section {
  width: 1072px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
  box-sizing: border-box;
}

.club-benefit-section__title-img {
  display: block;
  width: 1072px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 24px;
  vertical-align: top;
}

.club-benefit-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

.club-benefit-card {
  display: flex;
  padding: 52px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  width: 372px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
}

.club-benefit-card img {
  display: block;
  width: 352px;
  height: 336px;
  flex-shrink: 0;
  object-fit: contain;
}

.club-section.club-target-section {
  width: 1072px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
  box-sizing: border-box;
}

.club-target-section__title-img {
  display: block;
  width: 1072px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 24px;
  vertical-align: top;
}

.club-target-box {
  padding: 28px 24px;
  border-radius: 16px;
  background: #fff5f5;
  border: 0;
}

.club-target-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.club-target-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.club-target-item__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 4px;
  background: #ef4044 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
}

.club-target-item__body {
  flex: 1;
  min-width: 0;
}

.club-target-item__title {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #222;
}

.club-target-item__title em {
  font-style: normal;
  color: #ef4044;
  font-weight: 700;
}

.club-target-item__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #757575;
  font-weight: 400;
}

.club-section.club-membership-section {
  width: 1072px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
  box-sizing: border-box;
}

.club-membership {
  display: flex;
  align-items: stretch;
  gap: 32px;
  width: 100%;
  height: 340px;
  padding: 32px 36px;
  border-radius: 16px;
  background: #fff5f5;
  box-sizing: border-box;
}

.club-membership__left {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
}

.club-membership__pitch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.club-membership__badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ef4044;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.club-membership__title {
  margin: 4px 0 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  color: #222;
  letter-spacing: -0.02em;
}

.club-membership__desc {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: #444;
}

.club-membership__price {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.club-membership__price strong {
  font-size: 40px;
  font-weight: 800;
  color: #ef4044;
  letter-spacing: -0.02em;
}

.club-membership__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 10px;
  background: #ef4044;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.club-membership__cta:link,
.club-membership__cta:visited,
.club-membership__cta:hover,
.club-membership__cta:focus,
.club-membership__cta:active {
  color: #fff !important;
  background: #ef4044;
  text-decoration: none !important;
}

.club-membership__benefits {
  display: flex;
  flex-shrink: 0;
  width: 400px;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.club-membership__benefit-img {
  display: block;
  width: 400px;
  height: 77px;
  max-width: 100%;
  object-fit: contain;
}

.club-section.club-savings-section {
  width: 1072px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
  box-sizing: border-box;
  background: #fff;
}

.club-savings-visual__img {
  display: block;
  width: 1072px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
}

.club-section.club-moment-section {
  width: 1072px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
  box-sizing: border-box;
  background: #fff;
}

.club-moment-visual__img {
  display: block;
  width: 1072px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
}

.club-section.club-qna-section {
  width: 1072px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  box-sizing: border-box;
  background: #fff;
}

.club-qna-visual__img {
  display: block;
  width: 1072px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 8px;
  vertical-align: top;
}

.club-savings-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
}

.club-savings-flow__step {
  min-width: 72px;
  padding: 10px 8px;
  border-radius: 8px;
  border: 1px solid #eee;
  background: #fafafa;
  text-align: center;
  font-size: 12px;
}

.club-savings-flow__step-label {
  display: block;
  margin-bottom: 4px;
  color: #757575;
  font-size: 11px;
}

.club-savings-flow__step strong {
  font-size: 13px;
  color: #222;
}

.club-savings-flow__step--accent strong {
  color: #ef4044;
}

.club-savings-flow__arrow {
  font-size: 14px;
  color: #999;
  font-weight: 700;
}

.club-savings-flow__result {
  min-width: 80px;
  padding: 12px 10px;
  border-radius: 999px;
  background: #ef4044;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
}

.club-savings-flow__result small {
  display: block;
  font-size: 11px;
  font-weight: 600;
}

.club-savings-formula {
  margin: 0 0 12px;
  padding: 14px;
  border-radius: 10px;
  background: #fff5f5;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
}

.club-savings-formula strong {
  color: #ef4044;
}

.club-savings-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f5f5f5;
  color: #555;
  font-size: 12px;
  line-height: 1.55;
}

.club-savings-note__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #bbb;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.club-savings-note p {
  margin: 0;
}

.club-start-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.club-start-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
}

.club-start-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.club-start-card span {
  display: block;
  padding: 10px 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #222;
}

.club-faq .club-faq-item {
  border-bottom: 1px solid #e6e6e6;
}

.club-faq .club-faq-item:last-child {
  border-bottom: 0;
}

.club-faq .club-faq-q {
  width: 100%;
  text-align: left;
  padding: 16px 28px 16px 0;
  background: transparent;
  border: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #222;
}

.club-faq-chevron {
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.club-faq-item.is-open .club-faq-chevron {
  transform: rotate(-135deg);
  margin-top: -2px;
}

.club-faq .club-faq-a {
  display: none;
  padding: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

.club-faq .club-faq-item.is-open .club-faq-a {
  display: block;
}

.club-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid #eee;
}

.club-sticky-cta .club-join-btn {
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 15px;
  background: #ef4044;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: 0;
}

.club-sticky-cta .club-join-btn:link,
.club-sticky-cta .club-join-btn:visited,
.club-sticky-cta .club-join-btn:hover,
.club-sticky-cta .club-join-btn:focus,
.club-sticky-cta .club-join-btn:active {
  color: #fff !important;
  background: #ef4044;
  text-decoration: none !important;
}

.club-sticky-cta .club-join-btn.is-disabled {
  background: #bdbdbd;
  pointer-events: none;
}

.home-menu-item a.club-nav-active {
  color: #ef4044;
  font-weight: 700;
}

@media (max-width: 767px) {
  .club-section.club-benefit-section {
    width: 100%;
    padding: 40px 16px 0;
  }

  .club-benefit-section__title-img {
    width: 100%;
  }

  .club-section.club-target-section {
    width: 100%;
    padding: 40px 16px 0;
  }

  .club-target-section__title-img {
    width: 100%;
  }

  .club-target-box {
    padding: 24px 20px;
  }

  .club-target-box__list {
    gap: 20px;
  }

  .club-section.club-membership-section {
    width: 100%;
    padding-top: 40px;
  }

  .club-membership {
    flex-direction: column;
    height: auto;
    padding: 24px 20px;
    gap: 24px;
  }

  .club-membership__title {
    font-size: 22px;
  }

  .club-membership__price strong {
    font-size: 32px;
  }

  .club-membership__benefits {
    width: 100%;
    gap: 10px;
  }

  .club-membership__benefit-img {
    width: 100%;
    height: auto;
    aspect-ratio: 400 / 77;
  }

  .club-section.club-savings-section {
    width: 100%;
    padding-top: 40px;
  }

  .club-savings-visual__img {
    width: 100%;
  }

  .club-section.club-moment-section {
    width: 100%;
    padding-top: 40px;
  }

  .club-moment-visual__img {
    width: 100%;
  }

  .club-section.club-qna-section {
    width: 100%;
    padding: 40px 16px;
  }

  .club-qna-visual__img {
    width: 100%;
  }

  .club-benefit-grid {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .club-benefit-card {
    scroll-snap-align: start;
    flex-shrink: 0;
  }

  .club-hero-banner__inner {
    flex-direction: column;
    align-items: center;
    max-width: 390px;
    gap: 16px;
  }

  .club-hero-banner__copy {
    height: auto;
    min-height: 0;
    width: 100%;
    max-width: 311px;
  }

  .club-hero-banner__copy-img {
    height: auto;
    max-height: 200px;
    width: 100%;
  }

  .club-hero-banner__coupon-img {
    width: 100%;
    max-width: 358px;
    height: auto;
    aspect-ratio: 466 / 260;
  }
}

@media (min-width: 768px) {
  .club-section {
    max-width: 572px;
  }

  .club-section.club-benefit-section {
    width: 1072px;
    max-width: 100%;
  }

  .club-benefit-section__title-img {
    width: 1072px;
    max-width: 100%;
  }

  .club-section.club-target-section {
    width: 1072px;
    max-width: 100%;
  }

  .club-target-section__title-img {
    width: 1072px;
    max-width: 100%;
  }

  .club-section.club-membership-section {
    width: 1072px;
    max-width: 100%;
  }

  .club-membership {
    height: 340px;
  }

  .club-section.club-savings-section {
    width: 1072px;
    max-width: 100%;
  }

  .club-savings-visual__img {
    width: 1072px;
    max-width: 100%;
  }

  .club-section.club-moment-section {
    width: 1072px;
    max-width: 100%;
  }

  .club-moment-visual__img {
    width: 1072px;
    max-width: 100%;
  }

  .club-section.club-qna-section {
    width: 1072px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .club-qna-visual__img {
    width: 1072px;
    max-width: 100%;
  }
}
