@charset "utf-8";
/* ============================================================
   index.php 전용 — 열린 전주 · Open Jeonju (모바일 우선)
   ============================================================ */
#main { padding:0; }

/* ══════════════════════════════════════════════════════════
   ① 히어로
   ══════════════════════════════════════════════════════════ */
.main-hero {
    background-color: #002060;
    padding: 52px 0 48px;
    position: relative;
    overflow: hidden;
    /* min-height 제거 — 콘텐츠 높이에 맞게 자동 결정 */
    display: flex;
    align-items: center;
}
@media(min-width:768px)  { .main-hero{ padding: 80px 0 76px; } }
@media(min-width:1024px) { .main-hero{ padding: 100px 0 96px; } }

/* 1023px 이하 — 배경 이미지 숨김 */
@media(max-width:1023px) {
    .hero-slide { display: none; }
}

/* 배경 슬라이드 이미지 레이어 */
.hero-slide {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: auto 108%;
    background-position: right center;
    background-repeat: no-repeat;
    transition: opacity 0s;
    z-index: 0;
}

/* 그라데이션 오버레이 — ::before 가상 요소 (가장 안정적) */
.main-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    pointer-events: none;
    background:
        /* ① 왼쪽 텍스트 영역 → 사진으로 길고 완만하게 페이드 */
        linear-gradient(to right,
            rgba(0, 40, 110, 1.00)  0%,
            rgba(0, 50, 130, 1.00) 28%,
            rgba(0, 52, 132, 0.94) 40%,
            rgba(0, 50, 128, 0.78) 50%,
            rgba(0, 46, 120, 0.55) 60%,
            rgba(0, 42, 110, 0.32) 72%,
            rgba(0, 36, 100, 0.14) 84%,
            rgba(0, 32,  96, 0.00) 96%
        ),
        /* ② 사진 오른쪽 끝 → 배경색으로 스며들게 */
        linear-gradient(to left, #002060 0%, rgba(0,32,96,0) 15%),
        /* ③ 사진 위·아래 가장자리 → 배경색으로 페이드 (한 장 느낌) */
        linear-gradient(to bottom,
            #002060 0%, rgba(0,32,96,0) 16%,
            rgba(0,32,96,0) 84%, #002060 100%
        );
}

/* hero-overlay div는 숨김 처리 (::before로 대체) */
.hero-overlay { display: none; }

.main-hero .container{ position:relative; z-index:2; width:100%; }
.hero-inner { max-width:600px; }

.hero-badge {
    display:inline-flex; align-items:center; gap:8px;
    font-size:12px; font-weight:700; letter-spacing:.07em; text-transform:uppercase;
    color:#fff;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.30);
    border-radius:20px; padding:6px 16px;
    margin-bottom:20px;
}
.hero-badge-dot {
    width:7px; height:7px;
    background:#FFD700; border-radius:50%;
    animation:heroPulse 1.8s ease-in-out infinite;
    flex-shrink:0;
}
@keyframes heroPulse {
    0%,100%{opacity:1;transform:scale(1);}
    50%{opacity:.4;transform:scale(.6);}
}

.hero-heading {
    font-size:clamp(31px, 6.5vw, 62px); /* 기존 대비 30% 확대 */
    font-weight:900; line-height:1.2;
    letter-spacing:-.03em;
    color:#fff; margin-bottom:18px;
    word-break:keep-all;
}
.hero-heading .accent { color:#FFD700; display:block; margin-top:4px; }

.hero-desc {
    font-size:17px; line-height:1.85;   /* +2px */
    color:rgba(255,255,255,.88);
    margin-bottom:28px; word-break:keep-all;
}
@media(min-width:768px){ .hero-desc{font-size:18px;} }   /* +2px */

.hero-cta { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:28px; }
.btn-hero-primary {
    display:inline-flex; align-items:center;
    background:#FFD700; color:#003060;
    font-size:15px; font-weight:800;
    padding:13px 24px; border-radius:8px;
    text-decoration:none;
    box-shadow:0 4px 16px rgba(0,0,0,.22);
    transition:background .15s, transform .1s;
}
.btn-hero-primary:hover{ background:#FFC200; transform:translateY(-2px); }
.btn-hero-outline {
    display:inline-flex; align-items:center;
    background:transparent; color:#fff;
    font-size:15px; font-weight:700;
    padding:12px 22px; border-radius:8px;
    border:1.5px solid rgba(255,255,255,.65);
    text-decoration:none;
    transition:background .15s;
}
.btn-hero-outline:hover{ background:rgba(255,255,255,.12); }

.hero-trust {
    display:flex; flex-wrap:wrap; gap:6px 16px;
    font-size:15px; color:rgba(255,255,255,.75);   /* +2px */
}
.hero-trust span { display:flex; align-items:center; gap:5px; }
.hero-trust span::before {
    content:"✓"; color:#FFD700;
    font-weight:700; font-size:12px;
}

/* ══════════════════════════════════════════════════════════
   공통 섹션 레이아웃
   ══════════════════════════════════════════════════════════ */
.section-intro { text-align:center; margin-bottom:32px; }
.section-intro h2 {
    font-size:clamp(20px,3.5vw,30px);
    font-weight:800; color:#111; margin-bottom:8px;
    word-break:keep-all;
}
.section-intro p { font-size:15px; color:var(--color-text-mute); word-break:keep-all; }

/* ══════════════════════════════════════════════════════════
   ② 통계
   ══════════════════════════════════════════════════════════ */
.stat-section { background:#fff; padding:56px 0 52px; }
.stat-strip-section { background:#fff; padding:22px 0; border-bottom:1px solid #ddd; }

/* ── 통계 가로 스트립 ── */
.stat-strip {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px 0;
    padding:22px 16px;
}
.ss-item {
    display:flex;
    align-items:baseline;
    gap:9px;
    padding:0 40px;
    white-space:nowrap;
}
.ss-num { font-size:clamp(31px,4.3vw,43px); font-weight:800; font-family:var(--font-family-num); color:#1C3D77; line-height:1; }
.ss-num.warn,
.ss-num.done,
.ss-num.rate { color:#1C3D77; }
.stat-strip .ss-item span:nth-child(1) { color:#1C3D77; }
.ss-lbl { font-size:17px; color:var(--color-text-mute); font-weight:600; }
.ss-div { width:1px; height:28px; background:#ddd; flex-shrink:0; }
@media(max-width:680px){
    .stat-strip { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; padding:16px; }
    .ss-div { display:none; }
    .ss-item {
        flex-direction:column; align-items:center; justify-content:center; gap:5px;
        padding:16px 8px; background:#F6F7F9; border:1px solid #E5E8EE; border-radius:10px;
    }
    .ss-item:last-child { grid-column:1 / -1; }   /* 평균 응답 — 한 줄 전체 */
    .ss-num { font-size:26px; }
    .ss-lbl { font-size:14px; }
}

.stat-row {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}
@media(min-width:640px){ .stat-row{grid-template-columns:repeat(4,1fr);} }

.stat-card {
    background:#F5F8FD;
    border:1.5px solid #ddd;
    border-radius:14px;
    padding:24px 16px 20px;
    text-align:center;
    transition:box-shadow .2s, transform .2s;
}
.stat-card:hover{
    box-shadow:0 6px 20px rgba(0,91,172,.12);
    transform:translateY(-2px);
}
.stat-ic { font-size:28px; margin-bottom:10px; }
.stat-lbl { font-size:13px; color:var(--color-text-mute); margin-bottom:6px; }
.stat-num {
    font-size:clamp(26px,4vw,38px);
    font-weight:800; font-family:var(--font-family-num);
    line-height:1.1;
}
.stat-unit { font-size:16px; font-weight:600; }
.stat-num.primary { color:#005BAC; }
.stat-num.warn    { color:#E07B00; }
.stat-num.done    { color:#1A9B4B; }
.stat-num.rate    { color:#6B21A8; }
.stat-bar {
    height:5px; background:#E2EBF5;
    border-radius:3px; margin-top:10px; overflow:hidden;
}
.stat-bar-fill {
    height:100%; background:#005BAC;
    border-radius:3px;
    transition:width .8s ease;
}

/* ══════════════════════════════════════════════════════════
   ③ 작성 폼 + 사이드바
   ══════════════════════════════════════════════════════════ */
.write-section {
    background:#F2EDE5;
    padding:56px 0 60px;
}

.write-layout {
    display:flex;
    flex-direction:column;
    gap:24px;
}
@media(min-width:900px){
    .write-layout{ flex-direction:row; align-items:flex-start; gap:28px; }
    .write-form-col  { flex:0 0 calc(64% - 14px); min-width:0; }
    .write-sidebar-col{ flex:0 0 calc(36% - 14px); min-width:0; }
}

.write-form-card {
    background:#fff;
    border-radius:14px;
    padding:28px 24px 24px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}
@media(max-width:599px){ .write-form-card{padding:20px 16px 18px;} }

.form-3col {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
}
@media(min-width:480px){ .form-3col{grid-template-columns:1fr 1fr 1fr;} }

.write-btn-row {
    display:flex; gap:10px; margin-top:4px;
}

/* 사이드바 */
.sidebar-card {
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 2px 12px rgba(0,0,0,.07);
}
.sidebar-card-head {
    display:flex; justify-content:space-between; align-items:center;
    padding:13px 18px;
    background:#F7F9FC;
    border-bottom:1px solid #ddd;
    font-size:15px; font-weight:700; color:#222;
}
.sidebar-more { font-size:13px; color:var(--color-text-mute); text-decoration:none; }
.sidebar-more:hover{ color:var(--color-primary); }

.sidebar-notice-list { list-style:none; padding:0; margin:0; }
.sidebar-notice-list li { border-bottom:1px solid #ddd; }
.sidebar-notice-list li:last-child{ border-bottom:none; }
.sidebar-notice-list a {
    display:flex; align-items:center; gap:8px;
    padding:12px 18px;
    text-decoration:none;
    color:var(--color-text);
    transition:background .12s;
}
.sidebar-notice-list a:hover{ background:#F7F9FC; }
.sidebar-notice-ttl {
    flex:1; font-size:14px; font-weight:600;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.sidebar-notice-date { font-size:12px; color:var(--color-text-mute); flex-shrink:0; }

.sidebar-promise-list {
    list-style:none; padding:12px 18px 14px; margin:0;
}
.sidebar-promise-list li {
    font-size:14px; color:#333; padding:8px 0;
    border-bottom:1px dashed #ddd;
    display:flex; align-items:center; gap:8px;
}
.sidebar-promise-list li:last-child{ border-bottom:none; }
.sidebar-promise-list li::before{
    content:"✓"; color:#1A9B4B;
    font-weight:700; font-size:13px; flex-shrink:0;
}

/* ══════════════════════════════════════════════════════════
   ④ 분과 + 특위
   ══════════════════════════════════════════════════════════ */
.cat-section { background:#fff; padding:56px 0 60px; }

.cat-type-label {
    font-size:15px; font-weight:800; color:#003060;
    margin-bottom:16px; padding-left:4px;
    display:flex; align-items:center; gap:10px;
}
.cat-type-label span{ font-size:13px; font-weight:400; color:var(--color-text-mute); }

/* 분과 5개 그리드 */
.bunka-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-bottom:8px;
}
@media(min-width:640px){ .bunka-grid{grid-template-columns:repeat(3,1fr);} }
@media(min-width:900px){ .bunka-grid{grid-template-columns:repeat(5,1fr);} }

.bunka-card {
    display:flex; flex-direction:column;
    background:#fff;
    border:1.5px solid #003060;
    border-radius:12px;
    padding:24px 20px 20px;
    text-decoration:none;
    color:#111;
    transition:transform .2s, box-shadow .2s;
}
.bunka-card::before{ display:none; }
.bunka-card:hover{ transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,48,96,.15); }
.bunka-ic   { display:none; }
.bunka-name { font-size:20px; font-weight:800; color:#003060; margin-bottom:10px; word-break:keep-all; line-height:1.35; }
.bunka-desc { font-size:13px; color:#444; margin-bottom:14px; line-height:1.65; word-break:keep-all; flex:1; }
.bunka-stats{ display:flex; gap:14px; font-size:13px; color:#555; font-weight:500; margin-bottom:10px; }
.bunka-bar  { height:6px; background:#D9D9D9; border-radius:3px; overflow:hidden; }
.bunka-bar-fill { height:100%; background:#005BAC; border-radius:3px; transition:width .6s ease; }
.bunka-rate { font-size:12px; color:#888; margin-top:5px; }

/* 특위 3개 그리드 — 분과와 동일한 5컬럼으로 카드 너비 통일 */
.teukwi-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}
@media(min-width:640px){ .teukwi-grid{grid-template-columns:repeat(3,1fr);} }
@media(min-width:900px){ .teukwi-grid{grid-template-columns:repeat(5,1fr);} }

.teukwi-card {
    display:flex; flex-direction:column;
    background:#fff;
    border:1.5px solid #003060;
    border-radius:12px;
    padding:24px 20px 20px;
    text-decoration:none; color:#111;
    transition:transform .2s, box-shadow .2s;
}
.teukwi-card::before{ display:none; }
.teukwi-card:hover{ transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,48,96,.15); }
.teukwi-ic   { display:none; }
.teukwi-name { font-size:20px; font-weight:800; color:#003060; margin-bottom:10px; word-break:keep-all; line-height:1.35; }
.teukwi-desc { font-size:13px; color:#444; margin-bottom:14px; line-height:1.65; word-break:keep-all; flex:1; }
.teukwi-stats{ display:flex; gap:14px; font-size:13px; color:#555; font-weight:500; }

/* ══════════════════════════════════════════════════════════
   ⑤ 5단계 프로세스
   ══════════════════════════════════════════════════════════ */
.process-section {
    background:#F2EDE5;
    padding:56px 0 60px;
}

.process-steps {
    display:flex;
    flex-direction:column;
    gap:12px;
    align-items:stretch;
}
@media(min-width:640px){
    .process-steps{
        flex-direction:row;
        align-items:center;
        justify-content:center;
    }
}

.process-step {
    background:#fff;
    border-radius:12px;
    padding:22px 16px;
    text-align:center;
    box-shadow:0 2px 12px rgba(0,0,0,.07);
    flex:1;
    min-width:0;
}
.ps-num {
    width:40px; height:40px;
    background:#003D87; color:#fff;
    border-radius:50%;
    font-size:16px; font-weight:800;
    display:flex; align-items:center; justify-content:center;
    margin:0 auto 10px;
}
.ps-title { font-size:15px; font-weight:700; color:#111; margin-bottom:6px; }
.ps-desc  { font-size:12px; color:var(--color-text-mute); word-break:keep-all; line-height:1.5; }

.ps-arrow {
    color:#003D87; font-size:20px; font-weight:700;
    flex-shrink:0; text-align:center;
    display:none;
}
@media(min-width:640px){ .ps-arrow{display:block;} }

/* ══════════════════════════════════════════════════════════
   ⑥ 최근 의견 카드 3×2
   ══════════════════════════════════════════════════════════ */
.recent-section { background:#fff; padding:56px 0 64px; }

.section-head-row {
    display:flex; justify-content:space-between; align-items:flex-end;
    margin-bottom:28px; flex-wrap:wrap; gap:12px;
}
.recent-title { font-size:clamp(20px,3vw,28px); font-weight:800; color:#111; }
.recent-sub   { font-size:14px; color:var(--color-text-mute); margin-top:4px; word-break:keep-all; }
.btn-more {
    display:inline-flex; align-items:center;
    font-size:14px; font-weight:700; color:var(--color-primary);
    border:1.5px solid var(--color-primary);
    border-radius:8px; padding:9px 18px;
    text-decoration:none; white-space:nowrap;
    transition:background .15s;
}
.btn-more:hover{ background:var(--color-primary-light); }

.opinion-grid {
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
}
@media(min-width:580px){ .opinion-grid{grid-template-columns:repeat(2,1fr);} }
@media(min-width:900px){ .opinion-grid{grid-template-columns:repeat(3,1fr);} }

.opinion-card {
    background:#fff;
    border:1.5px solid #ddd;
    border-radius:12px;
    padding:20px;
    display:flex; flex-direction:column; gap:0;
    box-shadow:0 2px 10px rgba(0,91,172,.06);
    transition:box-shadow .2s, transform .2s;
    position:relative; overflow:hidden;
}
.opinion-card::before{
    content:"";
    position:absolute; top:0; left:0; right:0;
    height:3px; background:var(--color-primary);
    opacity:0; transition:opacity .2s;
}
.opinion-card:hover{
    box-shadow:0 8px 28px rgba(0,91,172,.14);
    transform:translateY(-3px);
}
.opinion-card:hover::before{ opacity:1; }

.oc-badges {
    display:flex; flex-wrap:wrap; align-items:center; gap:6px;
    margin-bottom:12px;
}
.oc-text {
    display:block; text-decoration:none;
    font-size:15px; font-weight:600; color:var(--color-text);
    line-height:1.6;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
    overflow:hidden;
    flex:1; margin-bottom:14px;
}
.oc-text:hover{ color:var(--color-primary); }
.oc-foot {
    display:flex; align-items:center; justify-content:space-between;
    padding-top:12px; border-top:1px solid var(--color-border);
}
.oc-meta {
    display:flex; flex-wrap:wrap; gap:4px 8px;
    font-size:12px; color:var(--color-text-mute);
}

/* ══════════════════════════════════════════════════════════
   ③ 「열린 전주」에서 만나는 6가지
   ══════════════════════════════════════════════════════════ */
.guide-section { background:#fff; padding:64px 0; }
.guide-grid {
    display:grid; grid-template-columns:repeat(2,1fr); gap:18px;
}
@media(min-width:960px){ .guide-grid{ grid-template-columns:repeat(3,1fr); } }
.guide-card {
    display:block; background:#fff;
    border:1px solid #ddd; border-radius:16px;
    padding:28px 26px; text-decoration:none; color:#111;
    transition:transform .2s, box-shadow .2s, border-color .2s;
}
.guide-card:hover{ transform:translateY(-3px); box-shadow:0 10px 28px rgba(0,48,96,.10); border-color:#ddd; }
/* 모바일: gap 제거 + 사각형 + 겹치는 경계선 1줄만 (위·왼쪽은 그리드 컨테이너가 담당) */
@media(max-width:959px){
    .guide-grid{ gap:0; border-top:1px solid #ddd; border-left:1px solid #ddd; }
    .guide-card{ border:0; border-right:1px solid #ddd; border-bottom:1px solid #ddd; border-radius:0; }
    .guide-card:hover{ transform:none; box-shadow:none; }
}
.guide-ic { font-size:30px; margin-bottom:14px; }
.guide-name { font-size:19px; font-weight:800; color:#16264D; margin-bottom:8px; }
.guide-desc { font-size:14px; color:#5A6478; line-height:1.6; margin-bottom:16px; word-break:keep-all; }
.guide-link { font-size:14px; font-weight:700; color:#1C5BAC; }

/* ══════════════════════════════════════════════════════════
   ④ 10분의 시민을 시상합니다
   ══════════════════════════════════════════════════════════ */
.award-section { background:linear-gradient(135deg,#FDF4F2 0%,#FBEFF1 55%,#F3F1FB 100%); padding:64px 0; }
@media(max-width:899px){ .award-section{ padding:20px 0; } }
.award-layout { display:grid; grid-template-columns:1fr; gap:40px; align-items:center; }
@media(min-width:900px){ .award-layout{ grid-template-columns:0.78fr 1.22fr; gap:38px; } }

/* 왼쪽 소개 */
.aw-eyebrow {
    display:inline-block; color:#E2554E; font-size:14px; font-weight:800;
    letter-spacing:-.2px; margin-bottom:14px; position:relative; padding-bottom:14px;
}
.aw-eyebrow::after { content:""; position:absolute; left:0; bottom:0; width:34px; height:3px; background:#E2554E; border-radius:2px; }
.aw-headline { font-size:clamp(28px,3.4vw,38px); font-weight:800; line-height:1.32; color:#1B2A4A; margin-bottom:18px; word-break:keep-all; }
.aw-headline .aw-hl { color:#2E6BE6; }
.aw-lead { font-size:16px; line-height:1.75; color:#1e2023; margin-bottom:24px; word-break:keep-all; }
.aw-pills { display:flex; flex-wrap:wrap; gap:10px; }
.aw-pill {
    display:inline-flex; align-items:center; gap:7px;
    font-size:13.5px; font-weight:700; padding:9px 15px; border-radius:999px;
}
.aw-pill svg { width:16px; height:16px; }
.aw-pill-coral { background:#FBE2E0; color:#D9504A; }
.aw-pill-blue  { background:#E6EDFB; color:#3A6FD8; }

/* 오른쪽 시상 카드 */
.award-grid {
    display:grid; grid-template-columns:repeat(4,1fr);
    background:#fff; border:1px solid #F0E7E6; border-radius:18px;
    box-shadow:0 12px 34px rgba(80,60,70,.07); overflow:hidden;
}
.award-card {
    display:flex; align-items:center; gap:11px;
    padding:24px 13px; border-left:1px solid #F1ECEA;
}
.award-card:first-child { border-left:0; }
.aw-ic {
    flex-shrink:0; width:46px; height:46px; border-radius:12px;
    display:grid; place-items:center;
}
.aw-ic svg { width:25px; height:25px; }
.aw-ic-blue   { background:#E7EEFC; color:#2E6BE6; }
.aw-ic-purple { background:#EFE9FD; color:#8A5CF6; }
.aw-ic-teal   { background:#DBF5F1; color:#14B0A0; }
.aw-ic-gold   { background:#FBEFD8; color:#E2972F; }
.aw-meta { display:flex; flex-direction:column; gap:3px; min-width:0; }
.aw-name { font-size:15px; font-weight:600; color:#5A6173; word-break:keep-all; line-height:1.3; }
.aw-cnt  { font-size:18px; font-weight:800; color:#1B2A4A; }
@media(max-width:900px){
    .award-grid { grid-template-columns:repeat(2,1fr); }
    .award-card:nth-child(3){ border-left:0; }
    .award-card:nth-child(n+3){ border-top:1px solid #F1ECEA; }
}
@media(max-width:480px){
    .award-card { padding:20px 16px; }
    .aw-name { font-size:13px; }
    .aw-cnt { font-size:17px; }
}

/* 히어로형 시상 배지 (시장상 단일) */
.award-hero{
    background:#fff; border:1px solid #F0E7E6; border-radius:20px;
    box-shadow:0 12px 34px rgba(80,60,70,.08);
    padding:40px 28px; text-align:center; overflow:hidden; position:relative;
    display:flex; flex-direction:column; align-items:center; gap:8px;
    max-width:360px; margin:0 auto; width:100%;
}
.awh-ic{
    width:80px; height:80px; border-radius:50%;
    background:radial-gradient(circle at 32% 28%,#FDEFCF,#FADFA6);
    color:#DE9327; display:grid; place-items:center; margin-bottom:6px;
    box-shadow:0 8px 20px rgba(222,147,39,.28);
}
.awh-ic svg{ width:40px; height:40px; }
.awh-name{ font-size:17px; font-weight:700; color:#5A6173; letter-spacing:.02em; }
.awh-cnt{ font-size:46px; font-weight:900; color:#1B2A4A; line-height:1; }
.awh-unit{ font-size:22px; font-weight:800; margin-left:3px; }
.awh-sub{ font-size:13.5px; color:#8A8F9C; margin-top:2px; }
@media(max-width:899px){
    .award-hero{ padding:32px 22px; max-width:320px; }
    .awh-ic{ width:66px; height:66px; }
    .awh-ic svg{ width:34px; height:34px; }
    .awh-cnt{ font-size:40px; }
}

/* ══════════════════════════════════════════════════════════
   ⑤ 공감받는 의견 + 약속 100일 타임라인
   ══════════════════════════════════════════════════════════ */
.bottom-section { background:#fff; padding:64px 0; }
.bottom-grid { display:grid; grid-template-columns:1fr; gap:20px; }
@media(min-width:900px){ .bottom-grid{ grid-template-columns:repeat(2,1fr); gap:100px; } }
/* 모바일: 연한 회색 배경 + 카드형 컬럼 */
@media(max-width:899px){
    .bottom-section{ background:#f5f5f5; padding:30px 0; }
    .bottom-col{
        background:#fff; border:1px solid #ddd; border-radius:8px;
        padding:18px 16px; box-sizing:border-box; max-width:100%;
        min-width:0; overflow:hidden;
    }
    /* 전체보기 위치 두 영역 동일하게 (상단 우측 고정) */
    .bottom-head{ align-items:flex-start; }
}
.bottom-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:18px; gap:12px; flex-wrap:wrap; }
.bottom-head h2 { font-size:24px; font-weight:800; color:#16264D; }
.bottom-head p { font-size:14px; color:var(--color-text-mute); margin-top:4px; word-break:keep-all; }
.bottom-more { font-size:14px; font-weight:700; color:#1C5BAC; text-decoration:none; white-space:nowrap; }
.bottom-more:hover{ text-decoration:underline; }

/* 공감 의견 리스트 */
.liked-list { list-style:none; padding:0; margin:0; }
.liked-empty { padding:30px; text-align:center; color:var(--color-text-mute); background:#F8FAFD; border-radius:12px; }
.liked-item {
    display:flex; align-items:center; gap:14px;
    padding:16px 10px; border-bottom:1px solid #ddd;
}
.liked-item:last-child{ border-bottom:none; }
.liked-rank {
    flex-shrink:0; width:28px; height:28px; border-radius:50%;
    background:#1C3D77; color:#fff; font-size:14px; font-weight:800;
    display:flex; align-items:center; justify-content:center;
}
.liked-body { flex:1; min-width:0; text-decoration:none; display:block; }
.liked-cat { display:block; font-size:12px; font-weight:700; color:#1C5BAC; margin:0; }
.liked-title {
    display:block; font-size:18px; font-weight:600; color:#222; line-height:1.45;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.liked-body:hover .liked-title{ color:#1C5BAC; }
.liked-like { flex-shrink:0; font-size:14px; font-weight:700; color:#E5446D; white-space:nowrap; }

/* 약속 100일 타임라인 */
.timeline-list { list-style:none; padding:0; margin:0; }
.tl-item { display:flex; gap:14px; padding:14px 6px; border-top:1px solid #ddd; }
.tl-item:last-child{ border-bottom:1px solid #ddd; }
.tl-ic { flex-shrink:0; width:44px; height:44px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:20px; }
.tl-body { flex:1; min-width:0; }
.tl-date { font-size:15px; color:#5f5e5e; margin-bottom:0; }
.tl-title { font-size:18px; font-weight:600; color:#16264D; margin-bottom:3px; word-break:keep-all; }
.tl-desc { font-size:15px; color:#66708A; line-height:1.55; word-break:keep-all; }
