/* 공통 box 섹션 설정 */
body { margin: 0; padding: 0; font-family: 'Pretendard', sans-serif; background-color: #000000; color: #ffffff; text-align: center; }
main { max-width: 960px; margin: 0 auto; overflow: hidden; }
section { padding: 80px 60px; }
h1, h2, h3, h4 { margin: 0; }
ul { list-style: none; padding: 0; margin: 0; }
p { margin: 0; }
button { border: none; cursor: pointer; font-weight: bold; }

/* 그라데이션 버튼 공통 스타일 */
.gradient-btn { background-image: linear-gradient(180deg, #F27499, #FB2864); color: white; border-radius: 50px; box-shadow: 0 4px 16px rgba(251, 40, 100, 0.45); }

/* ------------------------------------------------------------------ */
/* [상품정보 배너] */
/* ------------------------------------------------------------------ */
.top-tag { background-color: #333333; color: #ffffff; padding: 5px 14px; border-radius: 5px; font-size: 11px; display: inline-block; margin-bottom: 20px; font-weight: bold; }
.main-title { font-size: 28px; font-weight: 900; margin-bottom: 14px; }
.price-original { font-size: 16px; color: #888888; text-decoration: line-through; margin-bottom: 2px; }
.price-main { font-size: 20px; color: #ffffff; font-weight: bold; }
.price-main .price-highlight { font-size: 48px; color: #FFE45A; font-weight: 900; }
.hero-characters { width: 100%; background-color: #111111; }
.hero-characters img { width: 100%; display: block; }
.hero-btn { margin: 16px auto; padding: 16px 0; font-size: 16px; display: block; width: calc(100% - 40px); border-radius: 30px; }

/* ------------------------------------------------------------------ */
/* [상세 혜택 섹션] */
/* ------------------------------------------------------------------ */
.benefits { background-color: #111111; padding: 80px 60px; }
.benefits-label { font-size: 23px; color: #FF3D7F; margin-bottom: 8px; font-weight: 600; }
.benefits-title { font-size: 36px; font-weight: 500; margin-bottom: 50px; }
.premium-icon-wrap { width: 370px; margin: 0 auto 50px; }
.premium-icon { width: 100%; display: block; }
.benefits-desc { font-size: 20px; color: #ffffff; font-weight: 500; line-height: 1.6; margin-bottom: 32px; }
.benefits-list { text-align: left; display: inline-block; }
.benefits-list li { display: flex; align-items: center; margin-bottom: 2px; color: #ffffff; font-size: 16px; }
.benefits-list li img { width: 22px; margin-right: 6px; flex-shrink: 0; }
.benefits-list li .num { color: #FF3D7F; font-weight: 800; margin-right: 2px; }
.benefits-note { font-size: 17px; color: #898B8C; margin-top: 60px; line-height: 1.6; text-align: center; max-width: 600px; margin-left: auto; margin-right: auto; }
.benefits-note + .benefits-note { margin-top: 8px; }

/* ------------------------------------------------------------------ */
/* [가격표 섹션] */
/* ------------------------------------------------------------------ */
.pricing { background-color: #212427; padding: 80px 60px 40px; }
/* 섹션 상단 타이틀 */
.pricing-label { font-size: 25px; color: #FB2864; margin-bottom: 8px; font-weight: 500; }
.pricing-title { font-size: 40px; font-weight: 600; margin-bottom: 60px; font-weight: 400;}
/* 기간제/평생권 서브섹션 */
.pricing-sub { margin-bottom: 60px; text-align: left; }
.pricing-sub-title { font-size: 20px; font-weight: 600; color: #ffffff; margin-bottom: 20px; text-align: center; }
.pricing-sub-desc { font-size: 18px; color: #D3D3D4; line-height: 1.9; margin-bottom: 28px; text-align: center; }
.pricing-sub-desc strong { color: #ffffff; font-weight: 700; }

/* 가격표 라벨 */
.table-label { font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 25px; text-align: center; }

/* 테이블 wrapper: 할인 배지 절대위치용 */
.table-wrapper { position: relative; margin-bottom: 8px; max-width: 700px; margin-left: auto; margin-right: auto; }

/* 90% 할인 배지 이미지 */
.discount-badge { position: absolute; top: -6px; right: -14px; width: 70px; height: 70px; z-index: 1; }

/* 테이블 공통: 격자형 구분선 스타일 */
table { width: 100%; border-collapse: collapse; background-color: #ffffff; border-radius: 8px; overflow: hidden; border: none; }
th, td { padding: 16px 12px; text-align: center; border-bottom: 1px solid #dddddd; border-right: none; color: #333333; font-size: 28px; }
th:last-child, td:last-child { border-right: none; }
th { background-color: #333333; color: #ffffff; font-weight: 400; font-size: 28px; border-right: none; }
th:last-child { border-right: none; }
tr:last-child td { border-bottom: none; }
.highlight-row td:last-child { color: #FB2864; font-weight: 700; }

/* 추천 배지 이미지: 표 우하단 모서리에 절대위치 */
.recommend-tag { position: absolute; bottom: -8px; right: -20px; width: 70px; height: 70px; z-index: 1; }
.original-price { color: #aaaaaa; font-size: 26px; position: relative; display: inline-block; }
.original-price::after { content: ''; position: absolute; left: -4px; right: -4px; top: 50%; height: 3px; background: #666666; transform: rotate(-5deg); border-radius: 2px; filter: url(#rough-line); }

/* 테이블 하단 주석 */
.price-notes { font-size: 16px; color: #909193; text-align: right; line-height: 1.8; margin-bottom: 32px; max-width: 700px; margin-left: auto; margin-right: auto; }

/* 이용권 구매/신청 버튼 */
.pricing-btn { padding: 20px 0; font-size: 22px; font-weight: 500; border-radius: 50px; display: flex; width: 240px; justify-content: center; align-items: center; margin: 0 auto; }

/* ------------------------------------------------------------------ */
/* [구매 진행 방식 섹션] */
/* ------------------------------------------------------------------ */
.process { background-color: #111111; text-align: left; padding: 130px 60px 80px; }
.process-label { font-size: 24px; color: #FB2864; margin-bottom: 10px; text-align: center; }
.process-title { font-size: 40px; font-weight: 500; margin-bottom: 70px; text-align: center; }

/* 스텝 카드 */
.process-card { background-color: #212427; border: 1px solid #2e3236; border-radius: 16px; padding: 40px 60px; }
.process-card-title { font-size: 28px; font-weight: 700; color: #ffffff; margin-bottom: 28px; text-align: left; }
.process-duration-badge { background-color: #424547; color: #ffffff; font-size: 22px; font-weight: 700; padding: 3px 10px; border-radius: 6px; margin-left: 10px; white-space: nowrap; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: flex; align-items: flex-start; position: relative; }

/* 점선 연결선 */
.process-list li::after { content: ''; position: absolute; top: 46px; left: 22px; height: calc(100% - 46px); width: 0; border-left: 2px dashed #ffffff; z-index: 0; }
.process-list li:last-child::after { display: none; }
.process-step { background-color: #ffffff; color: #1a1a1a; min-width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-right: 20px; flex-shrink: 0; position: relative; z-index: 1; font-size: 18px; }

/* 스텝 텍스트 + 하단 여백 */
.process-content { flex: 1; padding-bottom: 44px; padding-top: 10px; font-size: 25px; text-align: left; }
.process-list li:last-child .process-content { padding-bottom: 0; }
.process-note { font-size: 18px; color: #909193; margin-top: 6px; }

/* ------------------------------------------------------------------ */
/* [FAQ 섹션] */
/* ------------------------------------------------------------------ */
.faq { background-color: #111111; text-align: left; padding: 80px 60px; counter-reset: faq; }
.faq-title { font-size: 32px; font-weight: 500; color: #ffffff; text-align: center; margin-bottom: 0; padding-bottom: 40px; border-bottom: 1px solid #373A3C; }
.faq-item { border-bottom: 1px solid #373A3C; padding: 28px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-question { font-size: 25px; color: #FF5280; font-weight: 700; margin-bottom: 12px; }

/* 질문 번호는 자동 부여한다. (Q1, Q2 …) */
.faq-question::before { counter-increment: faq; content: "Q" counter(faq) ". "; }
.faq-answer { font-size: 23px; color: #898B8C; line-height: 1.9; }
.faq-answer strong { color: #D0D1D1; font-weight: 400; }

/* 중첩 불릿 */
.bullet-l1 { list-style: none; padding: 0; margin: 10px 0 0; }
.bullet-l1 > li { padding-left: 25px; margin-bottom: 8px; position: relative; color: #D0D1D1; font-weight: 400; font-size: 23px; }
.bullet-l1 > li::before { content: "•"; position: absolute; left: 0; color: #D0D1D1; }
.bullet-l2 { list-style: none; padding: 0; margin: 4px 0 0 14px; }
.bullet-l2 > li { padding-left: 25px; margin-bottom: 4px; position: relative; color: #898B8C; font-weight: 400; font-size: 23px; }
.bullet-l2 > li::before { content: "•"; position: absolute; left: 0; color: #898B8C; }

/* ------------------------------------------------------------------ */
/* [모바일 반응형] */
/* ------------------------------------------------------------------ */
@media (max-width: 768px) {
    /* 혜택 섹션 이미지 중앙 정렬 */
    .benefits { padding: 48px 40px; }
    .premium-icon-wrap { width: 80%; max-width: 280px; }
    .benefits-note { font-size: 14px; }

    /* 가격표 섹션 타이틀 축소 */
    .pricing { padding: 48px 28px 24px; }
    .pricing-label { font-size: 16px; }
    .pricing-title { font-size: 22px; margin-bottom: 36px; }
    .pricing-sub-title { font-size: 16px; }
    .pricing-sub-desc { font-size: 14px; }
    .table-label { font-size: 16px; }

    /* 표 글자 크기/패딩 축소 */
    th, td { font-size: 15px; padding: 12px 8px; }
    th { font-size: 15px; }
    .original-price { font-size: 13px; }
    .price-notes { font-size: 13px; text-align: left; }
    .pricing-btn { font-size: 15px; width: auto !important; max-width: 200px !important; padding: 16px 14px; }

    /* 할인/추천 배지 축소 */
    .discount-badge { width: 48px; height: 48px; top: -14px; right: -18px; }
    .recommend-tag { width: 40px; height: 40px; bottom: -6px; right: -14px; }

    /* 진행 방식 섹션 타이틀 축소 */
    .process { padding: 48px 40px; }
    .process-label { font-size: 16px; }
    .process-title { font-size: 22px; margin-bottom: 40px; }
    .process-card { padding: 28px 20px; }
    .process-step { min-width: 36px; height: 36px; font-size: 15px; }
    .process-list li::after { top: 36px; left: 17px; }
    .process-content { font-size: 14px; padding-bottom: 28px; }
    .process-note { font-size: 13px; }
    .process-card-title { font-size: 18px; margin-bottom: 20px; }
    .process-duration-badge { font-size: 14px; padding: 2px 8px; }

    /* FAQ 섹션 글자크기 조정 */
    .faq { padding: 48px 40px; }
    .faq-title { font-size: 22px; }
    .faq-question { font-size: 15px; }
    .faq-answer { font-size: 13px; }
    .bullet-l1 > li, .bullet-l2 > li { font-size: 14px; }
}