
        .issue-page-header {
            background: linear-gradient(135deg, #065f46 0%, #047857 60%, #064e3b 100%);
            color: white; padding: 60px 0 50px; text-align: center;
        }
        .issue-page-header .breadcrumb {
            font-size: 13px; color: #6ee7b7; 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: #a7f3d0; 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: #d1fae5; color: #065f46;
            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; }
        .photo-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
        img { max-width: 100%; height: auto; display: block; }

        /* 이단감별사 주장 vs 사실 */
        .claim-fact-row {
            display: grid; grid-template-columns: 1fr 1fr;
            border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; margin: 20px 0;
        }
        .cf-col { padding: 20px 22px; }
        .cf-col.claim { background: #fff1f2; border-right: 1px solid #fecdd3; }
        .cf-col.fact { background: #f0fdf4; }
        .cf-label { font-size: 11px; font-weight: 700; letter-spacing: 0.07em; margin-bottom: 10px; }
        .cf-col.claim .cf-label { color: #be123c; }
        .cf-col.fact .cf-label { color: #166534; }
        .cf-col p { font-size: 14px; color: #374151; line-height: 1.8; word-break: keep-all; }

        /* 3가지 반박 포인트 */
        .point-list { list-style: none; margin: 20px 0; }
        .point-list li {
            display: flex; gap: 16px; align-items: flex-start;
            background: white; border: 1px solid #e2e8f0; border-radius: 12px;
            padding: 18px 20px; margin-bottom: 12px;
        }
        .point-num {
            width: 32px; height: 32px; border-radius: 50%;
            background: #065f46; color: white; font-size: 14px; font-weight: 700;
            display: flex; align-items: center; justify-content: center; flex-shrink: 0;
        }
        .point-content h4 { font-size: 15px; font-weight: 700; color: #1f3b64; margin-bottom: 6px; }
        .point-content p { font-size: 14px; color: #52606d; line-height: 1.75; word-break: keep-all; }

        /* 추천인 카드 그리드 */
        .recommender-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 20px 0; }
        .recommender-card {
            background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px;
            transition: 0.2s;
        }
        .recommender-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.06); transform: translateY(-2px); }
        .recommender-card .rc-initial {
            width: 48px; height: 48px; border-radius: 50%;
            background: linear-gradient(135deg, #065f46, #059669);
            color: white; font-size: 18px; font-weight: 700;
            display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
        }
        .recommender-card h4 { font-size: 14px; font-weight: 700; color: #1f3b64; margin-bottom: 5px; }
        .recommender-card p { font-size: 13px; color: #64748b; line-height: 1.55; }


        /* 간증 인용 */
        .testimony-quote {
            background: #f0fdf4; border: 1px solid #86efac; border-radius: 12px; padding: 22px 26px; margin: 20px 0;
        }
        .testimony-quote .tq-label { font-size: 11px; font-weight: 700; color: #166534; letter-spacing: 0.06em; margin-bottom: 10px; display: flex; align-items: center; gap: 5px; }
        .testimony-quote blockquote { font-size: 14.5px; color: #15803d; line-height: 1.85; word-break: keep-all; font-style: italic; }
        .testimony-quote cite { display: block; margin-top: 10px; font-size: 13px; color: #166534; font-style: normal; font-weight: 700; }

        /* 강조 박스 */
        .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; }
            .claim-fact-row { grid-template-columns: 1fr; }
            .cf-col.claim { border-right: none; border-bottom: 1px solid #fecdd3; }
            .photo-grid-2 { grid-template-columns: 1fr; }
        }
