/* ================================================================
   sub_health.css — 피부영양·스킨케어 서브페이지 공통 CSS
   대상: health_c010 ~ health_c060
         (흉터제거술 / 레이저스킨케어 / 메디컬스킨케어 /
          영양주사 / 노블엑소좀 / 진피재생술)
   공통 클래스 접두사: .health-*
   ================================================================ */

/* ── 페이지 기본 ── */
.health-page {
    padding: 0;
    color: #333;
    font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    background: #fff;
}
.health-page .container { max-width: 1400px; }

/* ── 섹션 헤더 ── */
.health-sec-head { text-align: center; margin-bottom: 100px; position: relative; }
.health-kicker {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    padding-top: 50px;
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #aa9b90;
}
.health-kicker::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background: #c9b8a8;
}
.health-sec-head h2,
.health-intro-txt h2 {
    font-family: var(--f-display);
    font-size: 48px;
    font-weight: 600;
    color: #111;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0;
}
.health-sec-head h2 strong,
.health-intro-txt h2 strong { font-weight: 700; color: #654835; }
.health-sec-desc {
    margin-top: 20px;
    font-size: 21px !important;
    color: var(--c-text-mid);
    letter-spacing: -0.04em;
}

/* ── 소개 섹션 ── */
.health-intro-sec { padding: 90px 0 70px; background: #fbf8f5; }
.health-intro-row { display: flex; align-items: center; gap: 64px; }
.health-intro-img { flex: 0 0 42%; max-width: 42%; }
.health-intro-img img { width: 100%; border-radius: 20px; }
.health-intro-txt { flex: 1; }
.health-intro-txt p {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    margin: 18px 0 0;
    word-break: keep-all;
    letter-spacing: -0.03em;
}

/* ── 이런분들께 추천합니다 패딩 오버라이드 ──
   sub_procedure.css의 150px를 90px로 줄여 다른 섹션과 통일 */
.health-page .fhg-recommend { padding: 90px 0; }

/* ── 핵심포인트 섹션 (숫자형 카드 / 크림 배경) ── */
.health-point-sec { padding: 90px 0; background: #fbf8f5; }
.health-point-row { margin-top: 10px; display: flex; flex-wrap: wrap; margin-bottom: -30px; }
.health-point-row > [class*="col-"] { display: flex; margin-bottom: 30px; justify-content: center; }
.health-point-card {
    height: 100%;
    width: 100%;
    padding: 36px 24px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.04);
    text-align: center;
}
.health-point-num {
    display: block;
    margin-bottom: 16px;
    font-family: var(--f-display);
    font-size: 28px;
    font-weight: 700;
    color: #e3d4c2;
}
.health-point-card h3 { font-size: 21px; font-weight: 700; color: #111; margin: 0 0 10px; }
.health-point-card p {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    word-break: keep-all;
}

/* ── 이미지 카드 섹션 (효과 / 종류 / 치료방법 / 프로그램) ── */
.health-card-sec { padding: 90px 0; }
.health-card-sec--cream { background: #fbf8f5; }
.health-card-row { margin-top: 10px; display: flex; flex-wrap: wrap; margin-bottom: -30px; }
.health-card-row > [class*="col-"] { display: flex; margin-bottom: 30px; justify-content: center; }

/* 흰 박스형 카드 (배경·그림자 있음 — c010 흉터유형, c020 치료방법) */
.health-box-card {
    height: 100%;
    width: 100%;
    padding: 24px 24px 36px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.04);
    text-align: center;
}
.health-box-card-img { margin-bottom: 20px; border-radius: 12px; overflow: hidden; }
.health-box-card-img img { width: 100%; display: block; }
.health-box-tag {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.3px;
    color: #654835;
    font-family: var(--f-display);
}
.health-box-card h3 { font-size: 21px; font-weight: 700; color: #111; line-height: 1.3; margin: 0 0 10px; }
.health-box-card p {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    word-break: keep-all;
}

/* 투명 이미지 카드 (배경 없음 — c030 프로그램, c040/c050 효과, c060 시술효과) */
.health-img-card { height: 100%; padding: 0 0 36px; }
.health-img-card-img { margin-bottom: 20px; border-radius: 18px; overflow: hidden; }
.health-img-card-img img { width: 100%; display: block; }
.health-img-card h3 { font-size: 21px; font-weight: 700; color: #111; margin: 0 0 10px; text-align: center; }
.health-img-card p {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    word-break: keep-all;
    text-align: center;
}

/* ── 주의사항 섹션 ── */
.health-caution-sec { padding: 60px 0 90px; background: #f7f9fb; }
.health-caution-list { max-width: 900px; margin: 0 auto; padding: 0; list-style: none; }
.health-caution-list li {
    padding: 18px 30px;
    margin-bottom: 12px;
    font-size: 18px;
    color: var(--c-text-mid);
    box-sizing: border-box;
    background: #fff;
    letter-spacing: -0.02em;
    border: 1px solid #ececec;
    border-radius: 50px;
}
.health-caution-list li .glyphicon { color: #654835; margin-right: 10px; }

/* ── 태블릿 (768~991px) ── */
@media screen and (max-width: 991px) {
    .health-sec-head h2,
    .health-intro-txt h2 { font-size: 26px; }
    .health-kicker { font-size: 15px; margin-bottom: 8px; }
    .health-sec-desc { font-size: 14px !important; margin-top: 8px; }
    .health-intro-row { flex-direction: column; gap: 28px; }
    .health-intro-img { flex: 0 0 100%; max-width: 100%; }
}

/* ── 모바일 (~767px) ── */
@media screen and (max-width: 767px) {
    .health-intro-sec,
    .health-point-sec,
    .health-card-sec { padding: 44px 0; }
    .health-caution-sec { padding: 44px 0 60px; }
    .health-sec-head { margin-bottom: 28px; }
    .health-sec-head h2,
    .health-intro-txt h2 { font-size: 26px; }
    .health-intro-txt p { font-size: 15px; }
    .health-point-card { padding: 26px 16px; }
    .health-point-card h3 { font-size: 18px; }
    .health-point-card p { font-size: 15px; }
    .health-box-card { padding: 18px 18px 26px; }
    .health-box-card h3 { font-size: 15px; }
    .health-box-card p { font-size: 15px; }
    .health-img-card h3 { font-size: 15px; }
    .health-img-card p { font-size: 15px; }
    .health-caution-list li { padding: 11px 16px; font-size: 15px; }
}
