
        .news-detail-header {
            border-bottom: 1px solid var(--border);
            padding-bottom: 2rem;
            margin-bottom: 3rem;
        }
        .news-detail-date {
            font-family: var(--font-en);
            color: var(--text-gray);
            margin-bottom: 1rem;
            display: block;
        }
        .news-detail-title {
            font-size: clamp(1.5rem, 3vw, 2rem);
            line-height: 1.4;
            font-weight: 700;
            color: var(--sub);
        }
        .news-body {
            line-height: 2;
            margin-bottom: 4rem;
        }
        .news-body p { margin-bottom: 1.5rem; }
        .back-btn-area { text-align: center; border-top: 1px solid var(--border); padding-top: 3rem; }
    