/* ==========================================================================
   bonnieannuity - 연금보험 랜딩 본문 섹션 (PSD → 실 HTML/CSS 전환)
   플랫 이미지(section0X/contents*.png)를 대체하는 시맨틱 컴포넌트 모음.
   색상: 네이비(#183f80) + 골드(#fbbf38) + 오렌지(#f1710b)/레드(#c82a09) 강조.
   접두사: an- (annuity)
   ========================================================================== */

:root {
    --an-navy: #183f80;
    --an-navy-deep: #0c1f3f;
    --an-navy-ink: #0c254f;
    --an-gold: #fbbf38;
    --an-gold-soft: #ffcd00;
    --an-orange: #f1710b;
    --an-orange-alt: #ff7200;
    --an-red: #c82a09;
    --an-red-alt: #ac192e;
    --an-ink: #282728;
    --an-line: #e4e9f2;
    --an-soft: #f5f7fb;
}

/* 공통 카드 wrapper */
.an-block { max-width: 1180px; margin: 0 auto; }
.an-card {
    background: #fff;
    border: 1px solid var(--an-line);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(24, 63, 128, 0.08);
    padding: 2rem 1.75rem;
}
.an-source {
    display: block;
    font-size: 0.75rem;
    color: #9aa3b2;
    line-height: 1.6;
    margin-top: 0.9rem;
}
.an-note {
    display: block;
    font-size: 0.8rem;
    color: #8a94a6;
    margin-top: 0.75rem;
}

/* 카드 헤더(제목 바) */
.an-card-head {
    display: inline-block;
    background: var(--an-navy);
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 0.55rem 1.35rem;
    border-radius: 999px;
    margin-bottom: 1.35rem;
    letter-spacing: -0.3px;
}
.an-card-sub {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--an-navy-deep);
    line-height: 1.45;
    margin: 0 0 1.25rem;
}
.an-card-sub .an-hi { color: var(--an-orange); }

/* ==========================================================================
   SECTION 01 - 국민연금 실태 3-카드 그리드
   ========================================================================== */
.an-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: stretch;
}
.an-stat-grid .an-card { display: flex; flex-direction: column; height: 100%; text-align: center; }
.an-stat-grid .an-card-head { align-self: center; }

/* 국민연금 vs 생활비 미니 비교 (카드1) */
.an-compare-mini { display: flex; align-items: stretch; gap: 0.75rem; justify-content: center; margin-top: auto; }
.an-compare-mini .an-mini {
    flex: 1;
    background: var(--an-soft);
    border-radius: 14px;
    padding: 1rem 0.5rem;
}
.an-compare-mini .an-mini.is-low { background: #fff4ec; }
.an-compare-mini .an-mini.is-high { background: #eef3fb; }
.an-mini-label { display: block; font-size: 0.8rem; color: #6b7688; line-height: 1.4; margin-bottom: 0.4rem; }
.an-mini-value { display: block; font-size: 1.5rem; font-weight: 900; color: var(--an-navy); letter-spacing: -0.5px; }
.an-compare-mini .an-mini.is-low .an-mini-value { color: var(--an-orange); }
.an-vs-chip {
    align-self: center;
    font-weight: 900;
    font-size: 0.9rem;
    color: #fff;
    background: var(--an-ink);
    width: 2.1rem; height: 2.1rem;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex: 0 0 auto;
}

/* CSS 막대그래프 (카드2 - OECD 노인빈곤율) */
.an-bars { display: flex; align-items: flex-end; gap: 0.4rem; height: 190px; margin: 1.25rem 0 0.5rem; padding: 0 0.25rem; }
.an-bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; }
.an-bar-val { font-size: 0.72rem; font-weight: 800; color: #55617a; margin-bottom: 0.25rem; }
.an-bar {
    width: 100%;
    max-width: 26px;
    background: #c7d2e6;
    border-radius: 6px 6px 0 0;
    min-height: 6px;
}
.an-bar-col.is-hot .an-bar { background: var(--an-red); }
.an-bar-col.is-hot .an-bar-val { color: var(--an-red); font-size: 0.9rem; }
.an-bar-name { font-size: 0.68rem; color: #6b7688; margin-top: 0.35rem; white-space: nowrap; }
.an-bar-col.is-hot .an-bar-name { font-weight: 800; color: var(--an-navy-deep); }

/* 큰 통계 강조(카드3) */
.an-bigstat { margin-top: auto; }
.an-bigstat-num { font-size: 2.6rem; font-weight: 900; color: var(--an-red); line-height: 1.1; letter-spacing: -1px; }
.an-bigstat-cap { font-size: 0.95rem; font-weight: 700; color: var(--an-navy-deep); line-height: 1.5; margin-top: 0.4rem; }

/* ==========================================================================
   SECTION 02 - 은퇴 후 34년 생애 타임라인
   ========================================================================== */
.an-life {
    background: linear-gradient(180deg, #12325f 0%, #0c1f3f 100%);
    border-radius: 22px;
    padding: 2.25rem 2rem 2.75rem;
    color: #fff;
    text-align: center;
}
.an-life-title { font-size: 1.5rem; font-weight: 800; margin: 0 0 1.75rem; letter-spacing: -0.5px; }
.an-life-title .an-hi { color: var(--an-gold); }
.an-life-track {
    position: relative;
    height: 8px;
    background: rgba(255,255,255,0.18);
    border-radius: 999px;
    margin: 3.5rem 4% 3rem;
}
.an-life-fill { position: absolute; left: 0; top: 0; height: 100%; width: 100%; border-radius: 999px;
    background: linear-gradient(90deg, var(--an-orange) 0%, var(--an-gold) 100%); }
.an-life-dot { position: absolute; top: 50%; transform: translate(-50%, -50%); text-align: center; }
.an-life-dot::after { content: ""; display: block; width: 18px; height: 18px; border-radius: 50%;
    background: #fff; border: 4px solid var(--an-gold); margin: 0 auto; }
.an-life-age { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.an-life-age b { display: block; font-size: 1.35rem; font-weight: 900; color: var(--an-gold); }
.an-life-age span { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.8); }
.an-life-gaps { display: flex; justify-content: space-between; gap: 1rem; margin: 0 2%; }
.an-life-gap { flex: 1; }
.an-life-gap b { display: block; font-size: 1.4rem; font-weight: 900; color: #fff; }
.an-life-gap span { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.75); margin-top: 0.2rem; }
.an-life .an-source { color: rgba(255,255,255,0.55); text-align: right; margin-top: 1.5rem; }

/* ==========================================================================
   SECTION 03 / 04 - VS 2단 비교
   ========================================================================== */
.an-vs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.25rem;
    align-items: stretch;
}
.an-vs-side {
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    display: flex; flex-direction: column;
}
.an-vs-side.is-con { background: #f2f3f6; border: 1px solid #e2e4ea; }
.an-vs-side.is-pro { background: linear-gradient(180deg, #1b4a92 0%, #143b78 100%); color: #fff; }
.an-vs-tag {
    display: inline-block; align-self: center;
    font-weight: 900; font-size: 1.25rem;
    padding: 0.4rem 1.4rem; border-radius: 999px;
    margin-bottom: 1.1rem;
}
.an-vs-side.is-con .an-vs-tag { background: #ffffff; color: #6b7688; border: 1px solid #dfe3ea; }
.an-vs-side.is-pro .an-vs-tag { background: var(--an-gold); color: var(--an-navy-deep); }
.an-vs-desc { font-size: 0.98rem; line-height: 1.65; color: #4a5468; margin: 0; }
.an-vs-side.is-pro .an-vs-desc { color: rgba(255,255,255,0.92); }
.an-vs-mid {
    align-self: center;
    font-weight: 900; font-size: 1.1rem; color: #fff;
    background: var(--an-ink);
    width: 3rem; height: 3rem; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
/* VS 카드 내 금액 강조 블록 (section04) */
.an-amt { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.6rem; }
.an-amt-row {
    display: flex; align-items: baseline; justify-content: space-between;
    background: rgba(255,255,255,0.6); border-radius: 12px; padding: 0.7rem 1rem;
}
.an-vs-side.is-pro .an-amt-row { background: rgba(255,255,255,0.12); }
.an-amt-k { font-size: 0.9rem; font-weight: 700; }
.an-amt-v { font-size: 1.15rem; font-weight: 900; }
.an-vs-side.is-con .an-amt-v { color: var(--an-red); }
.an-vs-side.is-pro .an-amt-v { color: var(--an-gold); }
.an-amt-row.is-total .an-amt-v { font-size: 1.4rem; }

/* ==========================================================================
   SECTION 05 - 종신 지급 2-카드
   ========================================================================== */
.an-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.an-info-card {
    background: #fff; border: 1px solid var(--an-line); border-left: 6px solid var(--an-gold);
    border-radius: 16px; padding: 1.75rem 1.6rem;
}
.an-info-card h4 { font-size: 1.2rem; font-weight: 800; color: var(--an-navy); margin: 0 0 0.75rem; line-height: 1.4; }
.an-info-card p { font-size: 0.98rem; line-height: 1.7; color: #4a5468; margin: 0; }
.an-info-card .an-hi { color: var(--an-red); font-weight: 800; }

/* ==========================================================================
   SECTION 06 - 연금액 증가 요인 3 + 결과
   ========================================================================== */
.an-factor { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.an-factor-item {
    flex: 1 1 190px; max-width: 240px;
    background: linear-gradient(180deg, #1b4a92 0%, #143b78 100%);
    color: #fff; border-radius: 16px; padding: 1.4rem 1rem; text-align: center;
}
.an-factor-item span { display: block; font-size: 0.85rem; color: var(--an-gold); font-weight: 700; margin-bottom: 0.35rem; }
.an-factor-item b { display: block; font-size: 1.1rem; font-weight: 800; line-height: 1.4; }
.an-factor-plus { font-size: 1.6rem; font-weight: 900; color: var(--an-navy); flex: 0 0 auto; }
.an-factor-arrow { flex: 0 0 auto; font-size: 1.6rem; font-weight: 900; color: var(--an-orange); }
.an-factor-result {
    flex: 1 1 190px; max-width: 240px;
    background: var(--an-gold); color: var(--an-navy-deep);
    border-radius: 16px; padding: 1.4rem 1rem; text-align: center;
    font-size: 1.35rem; font-weight: 900;
}

/* ==========================================================================
   SECTION 07 - 노후준비 체크리스트
   ========================================================================== */
.an-check-title {
    font-family: "Cafe24Shiningstar", "Noto Sans KR", sans-serif;
    font-size: 2rem; color: var(--an-navy-deep); text-align: center; margin: 0 0 1.5rem;
}
.an-checklist { list-style: none; margin: 0; padding: 0; max-width: 780px; margin: 0 auto; }
.an-checklist li {
    display: flex; align-items: flex-start; gap: 1rem;
    background: #fff; border: 1px solid var(--an-line); border-radius: 14px;
    padding: 1.1rem 1.4rem; margin-bottom: 0.9rem; text-align: left;
}
.an-checklist li.is-accent { background: var(--an-navy); border-color: var(--an-navy); }
.an-checklist li.is-accent .an-check-text { color: #fff; }
.an-check-mark {
    flex: 0 0 auto; width: 1.9rem; height: 1.9rem; border-radius: 50%;
    background: var(--an-gold); color: var(--an-navy-deep);
    font-weight: 900; font-size: 0.95rem;
    display: flex; align-items: center; justify-content: center;
}
.an-check-text { font-size: 1rem; font-weight: 600; color: #384358; line-height: 1.55; }

/* ==========================================================================
   SECTION 08 - 제휴 보험사 스탯 밴드
   ========================================================================== */
.an-partner {
    background: linear-gradient(180deg, #ffffff 0%, var(--an-soft) 100%);
    border: 1px solid var(--an-line); border-radius: 22px;
    padding: 2.25rem 2rem; text-align: center;
}
.an-partner-stats { display: flex; justify-content: center; align-items: stretch; gap: 1.25rem; flex-wrap: wrap; }
.an-partner-stat { flex: 1 1 200px; max-width: 280px; padding: 1.25rem 1rem; }
.an-partner-stat b { display: block; font-size: 2.8rem; font-weight: 900; color: var(--an-navy); line-height: 1; letter-spacing: -1px; }
.an-partner-stat b em { font-style: normal; font-size: 1.3rem; }
.an-partner-stat span { display: block; font-size: 1rem; font-weight: 700; color: #55617a; margin-top: 0.5rem; }
.an-partner-stat.is-sum b { color: var(--an-orange); }
.an-partner-divider { width: 1px; background: var(--an-line); align-self: stretch; }

/* ==========================================================================
   SECTION 09 / 20 - 3 혜택 카드
   ========================================================================== */
.an-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.an-benefit-card {
    background: #fff; border: 1px solid var(--an-line); border-radius: 18px;
    padding: 2rem 1.5rem; text-align: center;
    box-shadow: 0 6px 18px rgba(24,63,128,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.an-benefit-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(24,63,128,0.12); }
.an-benefit-num {
    width: 3.25rem; height: 3.25rem; margin: 0 auto 1rem;
    border-radius: 50%; background: var(--an-navy); color: #fff;
    font-size: 1.35rem; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
}
.an-benefit-card.is-gold .an-benefit-num { background: var(--an-gold); color: var(--an-navy-deep); }
.an-benefit-card.is-orange .an-benefit-num { background: var(--an-orange); }
.an-benefit-title { font-size: 1.2rem; font-weight: 800; color: var(--an-navy-deep); margin: 0 0 0.6rem; }
.an-benefit-desc { font-size: 0.94rem; line-height: 1.65; color: #55617a; margin: 0; }

/* ==========================================================================
   SECTION 10 - 상담 유도 (말풍선 + CTA)
   ========================================================================== */
.an-consult {
    background: linear-gradient(180deg, #12325f 0%, #0c1f3f 100%);
    border-radius: 24px; padding: 2.5rem 2rem; text-align: center; color: #fff;
}
.an-consult-bubbles { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.an-bubble {
    position: relative;
    background: #fff; color: var(--an-navy-deep);
    font-weight: 900; font-size: 1.15rem;
    padding: 0.9rem 1.6rem; border-radius: 999px;
}
.an-bubble.is-gold { background: var(--an-gold); }
.an-bubble::after {
    content: ""; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
    border-width: 9px 8px 0 8px; border-style: solid; border-color: #fff transparent transparent transparent;
}
.an-bubble.is-gold::after { border-top-color: var(--an-gold); }
.an-consult-lead { font-size: 1.25rem; font-weight: 800; line-height: 1.5; margin: 0 0 1.5rem; }
.an-consult-lead .an-hi { color: var(--an-gold); }
.an-consult-cta {
    display: inline-block; background: var(--an-gold); color: var(--an-navy-deep);
    font-size: 1.15rem; font-weight: 900; text-decoration: none;
    padding: 1rem 2.75rem; border-radius: 999px;
    box-shadow: 0 8px 22px rgba(251,191,56,0.35); transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.an-consult-cta:hover { transform: translateY(-2px); color: var(--an-navy-deep); box-shadow: 0 12px 28px rgba(251,191,56,0.45); }

/* ==========================================================================
   반응형
   ========================================================================== */
@media (max-width: 991px) {
    .an-stat-grid { grid-template-columns: 1fr; }
    .an-benefit-grid { grid-template-columns: 1fr; }
    .an-info-grid { grid-template-columns: 1fr; }
    .an-vs { grid-template-columns: 1fr; }
    .an-vs-mid { transform: rotate(90deg); margin: -0.4rem auto; }
    .an-life-gaps { flex-direction: column; gap: 0.5rem; }
    .an-life-gap { display: flex; align-items: baseline; justify-content: center; gap: 0.5rem; }
    .an-life-gap b, .an-life-gap span { display: inline; }
}
@media (max-width: 767px) {
    .an-card { padding: 1.5rem 1.25rem; border-radius: 16px; }
    .an-card-head { font-size: 0.95rem; }
    .an-bars { height: 150px; }
    .an-bar-name { font-size: 0.6rem; }
    .an-bigstat-num { font-size: 2.1rem; }
    .an-life { padding: 1.75rem 1.25rem 2rem; }
    .an-life-title { font-size: 1.2rem; }
    .an-factor-plus, .an-factor-arrow { transform: rotate(90deg); }
    .an-factor-item, .an-factor-result { flex-basis: 100%; max-width: 100%; }
    .an-partner-stat b { font-size: 2.2rem; }
    .an-partner-divider { display: none; }
    .an-consult { padding: 1.75rem 1.25rem; }
    .an-consult-lead { font-size: 1.05rem; }
}
.speech-bubble.lh-15 { line-height: 1.35; }
@media (max-width: 575px) {
  .fs-45.xs-fs-32 { font-size: 2rem; }
  .fs-38.xs-fs-28 { font-size: 1.75rem; }
  .fs-45.xs-fs-32.lh-30 { line-height: 1.4; }
}
.section11_bg { background-color: #0c1f3f; }

/* ==========================================================================
   서브페이지 전용 - 플랫 이미지에서 추출한 실사/아이콘/로고 조합 컴포넌트
   (텍스트는 HTML, 사진·아이콘·로고만 이미지로 유지)
   ========================================================================== */

/* 카드 안 통계 미니박스 아이콘 */
.an-mini-icon { display: block; width: 42px; height: 38px; margin: 0 auto 0.5rem; object-fit: contain; }

/* 신문 스크랩 등 자료 이미지 */
.an-clip { margin: 1.1rem 0 0.9rem; text-align: center; }
.an-clip img {
    max-width: 100%; width: 230px; height: auto;
    border-radius: 8px; box-shadow: 0 6px 18px rgba(12, 31, 63, 0.12);
}

/* VS 카드 내부 시각자료 */
.an-vs-media { margin: 0 0 1.1rem; border-radius: 12px; overflow: hidden; background: #fff; }
.an-vs-media img { display: block; width: 100%; height: auto; }
.an-vs-side.is-pro .an-vs-media { box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18); }

/* 사진 + 콘텐츠 2단 배치 (사진은 보조, 텍스트가 본문) */
.an-media-split { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 2rem; align-items: center; }
.an-media-split.is-left { grid-template-columns: 320px minmax(0, 1fr); }
.an-media-split > .an-media-figure { margin: 0; }
.an-media-figure img { display: block; width: 100%; height: auto; }
.an-media-figure.is-round img { border-radius: 18px; }

/* 원형 배경 위 인물컷 (상담 유도) */
.an-consult-figure {
    width: 210px; margin: 0 auto 1.5rem; padding-top: 0.75rem;
    background: #eaf3fd; border-radius: 50%;
    display: flex; align-items: flex-end; justify-content: center; overflow: hidden;
}
.an-consult-figure img { display: block; width: 78%; height: auto; }

/* 혜택 카드 아이콘 */
.an-benefit-icon {
    width: 5.25rem; height: 5.25rem; margin: 0 auto 1rem;
    border-radius: 50%; background: #fff8e2;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.an-benefit-icon img { width: 74%; height: auto; display: block; }
.an-benefit-card.is-point { border-top: 5px solid var(--an-gold); }
.an-benefit-card.is-point .an-benefit-num {
    width: auto; height: auto; padding: 0.4rem 1.4rem; border-radius: 999px;
    background: var(--an-gold); color: #fff; font-size: 1rem; letter-spacing: 0.5px;
}
.an-benefit-card.is-point .an-benefit-title { color: var(--an-orange-alt); }

/* 세금 비교 원형 그래프 (CSS conic-gradient) */
.an-pie-wrap { display: flex; align-items: center; justify-content: center; gap: 1.1rem; margin: 1.25rem 0 0.25rem; }
.an-pie { width: 118px; height: 118px; border-radius: 50%; flex: 0 0 auto; }
.an-pie.is-con { background: conic-gradient(#e08327 0 84.6%, #c9ccd2 84.6% 100%); }
.an-pie.is-pro { background: conic-gradient(#ac192e 0 100%); }
.an-pie-legend { text-align: left; font-size: 0.85rem; line-height: 1.6; color: #55617a; }
.an-vs-side.is-pro .an-pie-legend { color: rgba(255, 255, 255, 0.85); }
.an-pie-legend b { display: block; font-size: 0.95rem; font-weight: 800; color: var(--an-red); }
.an-vs-side.is-pro .an-pie-legend b { color: var(--an-gold); }

/* 제휴 보험사 로고 그리드 */
.an-logo-grid {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.75rem;
    margin-top: 1.75rem;
}
.an-logo-item {
    background: #fff; border: 1px solid var(--an-line); border-radius: 12px;
    min-height: 72px; padding: 0.85rem 0.6rem;
    display: flex; align-items: center; justify-content: center;
}
.an-logo-item img { max-width: 100%; max-height: 32px; width: auto; height: auto; object-fit: contain; }

@media (max-width: 991px) {
    .an-media-split, .an-media-split.is-left { grid-template-columns: 1fr; gap: 1.5rem; }
    .an-media-split > .an-media-figure { max-width: 280px; margin: 0 auto; order: 2; }
    .an-logo-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 575px) {
    .an-logo-grid { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
    .an-logo-item { min-height: 58px; padding: 0.6rem 0.4rem; }
    .an-logo-item img { max-height: 24px; }
    .an-pie-wrap { flex-direction: column; gap: 0.75rem; }
    .an-pie-legend { text-align: center; }
    .an-consult-figure { width: 170px; }
}

/* 서브페이지 조정 */
.an-bar-val { white-space: nowrap; }
.an-life-title { margin-bottom: 2.75rem; }
.an-mini-icon ~ .an-mini-value { white-space: nowrap; }
.an-note.is-light { color: rgba(255, 255, 255, 0.72); }
.an-note.is-ink { color: #8a7551; }
.an-media-split .an-factor { gap: 0.6rem; }
.an-media-split .an-factor-item,
.an-media-split .an-factor-result { flex: 1 1 130px; max-width: 178px; }
.an-media-split .an-factor-result { font-size: 1.15rem; }
.an-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.an-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.an-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.an-compare-mini .an-mini { min-width: 0; }

/* 막대그래프가 카드 밖으로 넘치지 않도록 */
.an-bar-col { min-width: 0; }
.an-bar-name { white-space: normal; word-break: break-all; line-height: 1.2; }

/* 통계 미니박스 세로 스택 (아이콘 + 라벨 + 값 한 줄) */
.an-compare-mini.is-stacked { flex-direction: column; gap: 0.5rem; align-items: stretch; margin-top: auto; }
.an-compare-mini.is-stacked .an-mini { display: flex; align-items: center; gap: 0.7rem; padding: 0.7rem 0.9rem; text-align: left; }
.an-compare-mini.is-stacked .an-mini-icon { width: 34px; height: 30px; margin: 0; flex: 0 0 auto; }
.an-compare-mini.is-stacked .an-mini-label { flex: 1 1 auto; margin: 0; font-size: 0.85rem; }
.an-compare-mini.is-stacked .an-mini-label br { display: none; }
.an-compare-mini.is-stacked .an-mini-value { flex: 0 0 auto; font-size: 1.2rem; white-space: nowrap; }
.an-compare-mini.is-stacked .an-vs-chip { align-self: center; }

/* ⚠ 위 규칙들이 앞선 미디어쿼리를 덮으므로 반응형 재선언 (반드시 파일 마지막) */
.an-vs-side, .an-vs > *, .an-media-split > *, .an-logo-item { min-width: 0; }
.an-partner, .an-consult, .an-block, .an-card { max-width: 100%; }

@media (max-width: 991px) {
    .an-stat-grid { grid-template-columns: minmax(0, 1fr); }
    .an-benefit-grid { grid-template-columns: minmax(0, 1fr); }
    .an-info-grid { grid-template-columns: minmax(0, 1fr); }
    .an-media-split .an-factor-item,
    .an-media-split .an-factor-result { flex-basis: 100%; max-width: 100%; }
}
@media (max-width: 767px) {
    .an-life-track { margin-left: 8%; margin-right: 8%; }
    .an-life-age b { font-size: 1.05rem; }
    .an-life-age span { font-size: 0.68rem; }
    .an-life-title { margin-bottom: 3.25rem; }
    .an-compare-mini.is-stacked .an-mini-label { font-size: 0.78rem; }
    .an-compare-mini.is-stacked .an-mini-value { font-size: 1.05rem; }
    .an-clip img { width: 200px; }
}
.an-life-title { margin-bottom: 4.5rem; }
@media (max-width: 767px) { .an-life-title { margin-bottom: 4.75rem; } }
