        .issue-page-header {
            background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
            color: white; padding: 60px 0 50px; text-align: center;
        }
        .issue-page-header .breadcrumb {
            font-size: 13px; color: #93c5fd; margin-bottom: 16px;
            display: flex; align-items: center; justify-content: center; gap: 6px;
        }
        .issue-page-header h1 { font-size: 34px; font-weight: 700; letter-spacing: -1px; margin-bottom: 14px; }
        .issue-page-header p { font-size: 16px; color: #cbd5e1; max-width: 660px; margin: 0 auto; line-height: 1.8; word-break: keep-all; }

        .issue-tab-nav { background: white; border-bottom: 1px solid #e2e8f0; position: sticky; top: 64px; z-index: 50; }
        .issue-tab-nav .container { display: flex; overflow-x: auto; }
        .issue-tab-nav a { padding: 16px 22px; font-size: 14px; font-weight: 600; color: #64748b; border-bottom: 3px solid transparent; white-space: nowrap; transition: 0.2s; }
        .issue-tab-nav a.active, .issue-tab-nav a:hover { color: #1f3b64; border-bottom-color: #1f3b64; }

        .issue-body { padding: 60px 0 80px; }
        .issue-layout { display: grid; grid-template-columns: 1fr 300px; gap: 40px; }

        .section-block { margin-bottom: 56px; }
        .section-label {
            display: inline-flex; align-items: center; gap: 8px;
            background: #fee2e2; color: #b91c1c;
            font-size: 12px; font-weight: 700; padding: 5px 14px;
            border-radius: 30px; margin-bottom: 14px; letter-spacing: 0.04em;
        }
        .section-title { font-size: 22px; font-weight: 700; color: #102a43; margin-bottom: 16px; letter-spacing: -0.5px; }
        .section-body { font-size: 15px; color: #52606d; line-height: 1.9; word-break: keep-all; }
        .section-body p + p { margin-top: 14px; }

        /* 경위 타임라인 */
        .cause-timeline { list-style: none; margin: 24px 0; position: relative; }
        .cause-timeline::before {
            content: ''; position: absolute;
            left: 18px; top: 0; bottom: 0; width: 2px; background: #e2e8f0;
        }
        .cause-timeline li { display: flex; gap: 18px; padding-bottom: 28px; position: relative; }
        .cause-timeline li:last-child { padding-bottom: 0; }
        .ct-dot {
            width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
            display: flex; align-items: center; justify-content: center;
            font-size: 13px; font-weight: 700; color: white; position: relative; z-index: 1;
        }
        .ct-dot.gray { background: #94a3b8; }
        .ct-dot.red { background: #ef4444; }
        .ct-dot.blue { background: #1f3b64; }
        .ct-dot.orange { background: #f97316; }
        .ct-dot.green { background: #16a34a; }
        .ct-content { padding-top: 6px; }
        .ct-content .ct-year { font-size: 12px; font-weight: 700; color: #94a3b8; letter-spacing: 0.06em; margin-bottom: 4px; }
        .ct-content h4 { font-size: 15px; font-weight: 700; color: #1f3b64; margin-bottom: 6px; }
        .ct-content p { font-size: 14px; color: #52606d; line-height: 1.78; word-break: keep-all; }

        /* 판결 카드 */
        .verdict-card {
            background: white; border: 1px solid #e2e8f0;
            border-radius: 16px; overflow: hidden; margin-bottom: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        }
        .verdict-card-header {
            background: #1f3b64; color: white; padding: 18px 24px;
            display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
        }
        .verdict-card-header h3 { font-size: 16px; font-weight: 700; }
        .verdict-badge { font-size: 12px; font-weight: 700; background: rgba(255,255,255,0.2); color: white; padding: 4px 12px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.3); }
        .verdict-card-body { padding: 24px; }
        .verdict-card-body .verdict-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 14px; font-size: 13px; color: #64748b; }
        .verdict-card-body .verdict-meta span { display: flex; align-items: center; gap: 5px; }
        .verdict-summary {
            background: #f8fafc; border-left: 4px solid #1f3b64;
            border-radius: 0 8px 8px 0; padding: 14px 18px;
            font-size: 15px; font-weight: 700; color: #1e293b; line-height: 1.7; margin-bottom: 14px;
        }
        .verdict-card-body p { font-size: 14.5px; color: #52606d; line-height: 1.8; word-break: keep-all; }
        .verdict-link-btn {
            display: inline-flex; align-items: center; gap: 6px;
            background: #1f3b64; color: white; border-radius: 8px;
            padding: 10px 18px; font-size: 13px; font-weight: 700; margin-top: 16px; transition: 0.15s;
        }
        .verdict-link-btn:hover { background: #102a43; }

        /* 정정보도 신문 목록 */
        .media-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 12px; margin: 20px 0; }
        .media-item {
            background: white; border: 1px solid #e2e8f0; border-radius: 10px;
            padding: 16px; text-align: center; transition: 0.2s;
        }
        .media-item:hover { box-shadow: 0 6px 16px rgba(0,0,0,0.06); transform: translateY(-2px); }
        .media-item .media-icon { font-size: 20px; margin-bottom: 8px; }
        .media-item span { font-size: 14px; font-weight: 700; color: #1f3b64; display: block; }
        .media-item small { font-size: 12px; color: #94a3b8; margin-top: 4px; display: block; }

        /* 사과문 인용 */
        .apology-quote {
            background: #fffbeb; border: 1px solid #fde68a; border-radius: 12px; padding: 22px 26px; margin: 20px 0;
        }
        .apology-quote .aq-label { font-size: 11px; font-weight: 700; color: #92400e; letter-spacing: 0.06em; margin-bottom: 10px; display: flex; align-items: center; gap: 5px; }
        .apology-quote blockquote { font-size: 16px; color: #78350f; line-height: 1.85; word-break: keep-all; font-style: italic; font-weight: 600; }
        .apology-quote cite { display: block; margin-top: 10px; font-size: 13px; color: #b45309; font-style: normal; font-weight: 700; }

        /* 한자 비교 */
        .kanji-compare { display: flex; gap: 20px; margin: 20px 0; flex-wrap: wrap; }
        .kanji-box { flex: 1; min-width: 180px; border-radius: 12px; padding: 20px 22px; text-align: center; }
        .kanji-box.wrong { background: #fff1f2; border: 2px solid #fecdd3; }
        .kanji-box.right { background: #f0fdf4; border: 2px solid #86efac; }
        .kanji-box .kj-label { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; margin-bottom: 10px; }
        .kanji-box.wrong .kj-label { color: #be123c; }
        .kanji-box.right .kj-label { color: #166534; }
        .kanji-box .kj-char { font-size: 30px; font-weight: 700; margin-bottom: 6px; }
        .kanji-box.wrong .kj-char { color: #ef4444; }
        .kanji-box.right .kj-char { color: #16a34a; }
        .kanji-box .kj-note { font-size: 13px; color: #64748b; line-height: 1.5; }

        /* 사진 자리 */
        .photo-placeholder {
            background: #f1f5f9; border: 2px dashed #cbd5e1;
            border-radius: 12px; padding: 40px 20px;
            text-align: center; margin: 20px 0; color: #94a3b8;
        }
        .photo-placeholder i { font-size: 36px; margin-bottom: 10px; display: block; }
        .photo-placeholder p { font-size: 13px; font-weight: 600; margin-bottom: 4px; color: #64748b; }
        .photo-placeholder small { font-size: 12px; }

        img { max-width: 100%; height: auto; display: block; }

        /* 사이드바 */
        .sidebar-widget { background: white; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; margin-bottom: 24px; }
        .sidebar-widget-title { font-size: 15px; font-weight: 700; color: #102a43; border-bottom: 2px solid #1f3b64; padding-bottom: 10px; margin-bottom: 16px; }
        .related-nav-list { list-style: none; }
        .related-nav-list li { border-bottom: 1px solid #f1f5f9; }
        .related-nav-list li:last-child { border-bottom: none; }
        .related-nav-list a { display: flex; align-items: center; gap: 8px; padding: 11px 0; font-size: 14px; color: #334155; font-weight: 500; }
        .related-nav-list a:hover, .related-nav-list a.current { color: #1f3b64; font-weight: 700; }
        .sidebar-doc-item { padding: 12px 0; border-bottom: 1px solid #f1f5f9; }
        .sidebar-doc-item:last-child { border-bottom: none; }
        .sidebar-doc-item a { font-size: 13.5px; color: #334155; font-weight: 500; line-height: 1.5; display: block; }
        .sidebar-doc-item a:hover { color: #1f3b64; }
        .sidebar-doc-item span { font-size: 12px; color: #94a3b8; margin-top: 3px; display: block; }

        @media (max-width: 900px) {
            .issue-layout { grid-template-columns: 1fr; }
            .issue-page-header h1 { font-size: 26px; }
            .kanji-compare { flex-direction: column; }
        }
 