/* 매월클럽 소개 — 배너 + 본문 롱이미지 (wide/mobile) */
.club-intro-page {
  padding-bottom: 88px;
  color: #222;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
}

.club-hero-banner {
  background: #fff;
  padding: 0;
  margin-bottom: 100px;
}

.club-hero-banner__link {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.club-hero-banner__img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.club-content-visual {
  background: #fff;
  padding: 0;
}

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

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

.club-section.club-qna-section {
  background: #fff;
  color: #222;
  max-width: 1072px;
  padding: 48px 24px 24px;
  box-sizing: border-box;
}

.club-faq-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 24px;
}

.club-faq-heading__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 6px;
  background: #ef4044;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.club-faq-heading__title {
  margin: 0;
  color: #222;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.club-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.92) 28%, #fff 100%);
  display: flex;
  justify-content: center;
}

.club-sticky-cta .club-join-btn {
  display: flex;
  width: 100%;
  max-width: 560px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ef4044;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  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;
  text-decoration: none;
}

.club-sticky-cta .club-join-btn.is-disabled {
  background: #616161;
  color: #fff !important;
  pointer-events: none;
  cursor: default;
}

/* —— FAQ (공통) —— */
.club-faq-item {
  border-top: 1px solid #eeeeee;
}

.club-faq-item:last-child {
  border-bottom: 1px solid #eeeeee;
}

.club-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.club-faq-chevron {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #757575;
  border-bottom: 2px solid #757575;
  transform: rotate(45deg);
  transition: transform .2s ease;
  margin-top: -4px;
}

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

.club-faq-a {
  display: none;
  padding: 0 0 18px;
  color: #757575;
  font-size: 14px;
  line-height: 1.55;
}

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

/* —— Mobile —— */
.club-intro-page--mobile {
  background: #fff;
  max-width: 390px;
  margin: 0 auto;
}

.club-m-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 6px;
  background: #ef4044;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.club-m-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0 20px;
}

.club-m-heading__title {
  margin: 0;
  color: #222;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.club-m-section {
  margin: 0;
  padding: 0;
}

.club-m-section--img {
  background: #fff;
}

.club-m-section__img {
  display: block;
  width: 100%;
  height: auto;
}

.club-m-hero {
  background: #fff;
  margin: 0 0 80px;
  padding: 0;
}

.club-m-hero__link {
  display: block;
  text-decoration: none;
}

.club-m-hero__img {
  display: block;
  width: 100%;
  height: auto;
}

.club-m-faq {
  padding: 32px 0 24px;
  background: #fff;
}

.club-m-faq-list {
  padding: 0 20px;
}

.club-m-faq-list .club-faq-item {
  border-top: 1px solid #eeeeee;
}

.club-m-faq-list .club-faq-q {
  font-size: 14px;
}

.club-m-faq-list .club-faq-a {
  font-size: 13px;
}

.club-intro-page--mobile .club-sticky-cta .club-join-btn {
  max-width: 358px;
}
