        .issue-page-header {
            background: linear-gradient(135deg, #7c1f1f 0%, #5a1010 100%);
            color: white; padding: 60px 0 50px; text-align: center;
        }
        .issue-page-header .breadcrumb {
            font-size: 13px; color: #fca5a5; 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: #fecaca; max-width: 680px; 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; }

        /* 사진 자리 */
        .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; }
        /* 사진 2열 그리드 */
        .photo-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }

        /* 경고 강조 박스 */
        .alert-box {
            background: #fef2f2; border: 2px solid #ef4444;
            border-radius: 14px; padding: 22px 26px; margin: 20px 0;
        }
        .alert-box .ab-label { font-size: 11px; font-weight: 700; color: #b91c1c; letter-spacing: 0.07em; margin-bottom: 10px; display: flex; align-items: center; gap: 5px; }
        .alert-box h4 { font-size: 16px; font-weight: 700; color: #991b1b; margin-bottom: 10px; }
        .alert-box p { font-size: 14.5px; color: #7f1d1d; line-height: 1.8; word-break: keep-all; }

        /* 감정 결과 박스 */
        .analysis-box {
            background: white; border: 1px solid #e2e8f0;
            border-radius: 16px; overflow: hidden; margin: 20px 0;
        }
        .analysis-header {
            background: #0f172a; color: white; padding: 18px 24px;
            display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
        }
        .analysis-header h4 { font-size: 15px; font-weight: 700; }
        .analysis-badge { font-size: 12px; font-weight: 700; background: #ef4444; color: white; padding: 4px 12px; border-radius: 20px; }
        .analysis-body { padding: 24px; }
        .expert-box {
            display: flex; gap: 14px; align-items: flex-start;
            background: #f8fafc; border-radius: 10px; padding: 16px 20px; margin-bottom: 20px;
        }
        .expert-icon {
            width: 44px; height: 44px; border-radius: 50%;
            background: #1f3b64; color: white;
            display: flex; align-items: center; justify-content: center;
            font-size: 18px; flex-shrink: 0;
        }
        .expert-info h5 { font-size: 15px; font-weight: 700; color: #1f3b64; margin-bottom: 6px; }
        .expert-info ul { list-style: none; }
        .expert-info ul li { font-size: 13px; color: #64748b; line-height: 1.75; }
        .expert-info ul li::before { content: '· '; font-weight: 700; }
        .conclusion-box {
            background: #fef2f2; border: 1px solid #fecaca;
            border-radius: 10px; padding: 18px 22px; margin-bottom: 22px;
        }
        .conclusion-box .con-label { font-size: 11px; font-weight: 700; color: #b91c1c; letter-spacing: 0.06em; margin-bottom: 8px; }
        .conclusion-box blockquote { font-size: 15px; color: #7f1d1d; line-height: 1.8; font-style: italic; word-break: keep-all; font-weight: 600; }

        /* 12개 부위 감정표 */
        .parts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(196px, 1fr)); gap: 10px; margin-top: 6px; }
        .part-item {
            background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px 14px;
        }
        .part-item .part-name { font-size: 12px; font-weight: 700; color: #1f3b64; margin-bottom: 6px; }
        .part-item .part-a { font-size: 12px; color: #ef4444; margin-bottom: 3px; }
        .part-item .part-b { font-size: 12px; color: #16a34a; }

        /* 근거 카드 */
        .evidence-card {
            background: white; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; margin-bottom: 18px;
        }
        .evidence-header {
            display: flex; align-items: center; gap: 14px;
            padding: 16px 22px; border-bottom: 1px solid #e2e8f0; background: #f8fafc;
        }
        .ev-num {
            width: 34px; height: 34px; border-radius: 50%;
            background: #1f3b64; color: white; font-size: 14px; font-weight: 700;
            display: flex; align-items: center; justify-content: center; flex-shrink: 0;
        }
        .evidence-header h3 { font-size: 15px; font-weight: 700; color: #1e293b; }
        .evidence-body { padding: 20px 22px; }
        .evidence-body p { font-size: 14.5px; color: #374151; line-height: 1.82; word-break: keep-all; }
        .evidence-body p + p { margin-top: 12px; }

        /* 통일교 사보 인용 */
        .sabo-list { list-style: none; margin: 14px 0; }
        .sabo-list li {
            background: #f8fafc; border-left: 3px solid #94a3b8;
            padding: 10px 16px; margin-bottom: 8px;
            font-size: 13.5px; color: #374151; line-height: 1.7;
            font-style: italic; word-break: keep-all;
        }
        .sabo-list li .sabo-date { font-size: 12px; font-weight: 700; color: #64748b; font-style: normal; display: block; margin-bottom: 3px; }

        /* 한자 비교 */
        .kanji-compare { display: flex; gap: 16px; margin: 20px 0; flex-wrap: wrap; }
        .kanji-box { flex: 1; min-width: 175px; border-radius: 12px; padding: 18px 20px; 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: 8px; }
        .kanji-box.wrong .kj-label { color: #be123c; }
        .kanji-box.right .kj-label { color: #166534; }
        .kanji-box .kj-char { font-size: 28px; font-weight: 700; margin-bottom: 5px; }
        .kanji-box.wrong .kj-char { color: #ef4444; }
        .kanji-box.right .kj-char { color: #16a34a; }
        .kanji-box .kj-note { font-size: 12.5px; color: #64748b; line-height: 1.5; }

        /* 인터뷰 Q&A */
        .interview-box {
            background: white; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; margin: 20px 0;
        }
        .interview-header {
            background: #1f3b64; color: white; padding: 16px 22px;
            display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
        }
        .interview-header h4 { font-size: 15px; font-weight: 700; }
        .interview-header .int-date { font-size: 12px; color: #93c5fd; }
        .interview-body { padding: 22px; }
        .qa-item { margin-bottom: 18px; }
        .qa-item:last-child { margin-bottom: 0; }
        .qa-q { display: flex; gap: 10px; margin-bottom: 8px; }
        .qa-q .q-badge {
            background: #1f3b64; color: white; font-size: 12px; font-weight: 700;
            padding: 3px 10px; border-radius: 20px; flex-shrink: 0; height: fit-content; margin-top: 2px;
        }
        .qa-q p { font-size: 14px; color: #1e293b; font-weight: 600; line-height: 1.7; word-break: keep-all; }
        .qa-a { display: flex; gap: 10px; }
        .qa-a .a-badge {
            background: #059669; color: white; font-size: 12px; font-weight: 700;
            padding: 3px 10px; border-radius: 20px; flex-shrink: 0; height: fit-content; margin-top: 2px;
        }
        .qa-a p { font-size: 14px; color: #374151; line-height: 1.78; word-break: keep-all; }
        .qa-a p strong { color: #065f46; }

        /* 주류 잡지 표 */
        .juri-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14px; }
        .juri-table thead th { background: #1f3b64; color: white; padding: 12px 16px; text-align: left; font-weight: 700; }
        .juri-table thead th:first-child { border-radius: 8px 0 0 0; }
        .juri-table thead th:last-child { border-radius: 0 8px 0 0; }
        .juri-table tbody tr:nth-child(even) { background: #f8fafc; }
        .juri-table tbody td { padding: 12px 16px; border-bottom: 1px solid #e2e8f0; color: #334155; line-height: 1.65; word-break: keep-all; }
        .juri-table tbody tr:last-child td { border-bottom: none; }

        /* 설교 조건 카드 */
        .sermon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px; margin: 16px 0; }
        .sermon-item {
            background: #f0fdf4; border: 1px solid #86efac; border-radius: 10px;
            padding: 14px 16px; font-size: 14px; color: #166534; font-weight: 600;
            display: flex; align-items: center; gap: 8px;
        }
        .sermon-item span { font-size: 18px; }

        /* 결론 파란 박스 */
        .info-box {
            background: #eff6ff; border-left: 4px solid #3b82f6;
            border-radius: 0 10px 10px 0; padding: 18px 22px; margin: 22px 0;
            font-size: 15px; color: #1e40af; line-height: 1.75; word-break: keep-all;
        }

        /* 사이드바 */
        .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; }
            .photo-grid-2 { grid-template-columns: 1fr; }
        }
