/* ──────────────────────────────────────────────────────────────
 * Print — 헤더/푸터/사이드바/CTA 숨김, 본문만 인쇄
 * ────────────────────────────────────────────────────────────── */

@media print {
    .gl-header,
    .gl-footer,
    .gl-skip-link,
    .gl-mobile-bottom-bar,
    .gl-float-kakao,
    .gl-column-sidebar,
    .gl-column-view-hero,
    .gl-column-view__postnav,
    .gl-column-related,
    .gl-consult,
    .gl-reasons__cta,
    .gl-cases__more,
    .gl-hero-cta,
    .gl-hero,
    .gl-intro,
    .gl-region,
    .gl-lawyer,
    .gl-cases,
    .gl-reasons,
    .gl-process,
    .gl-subhero,
    .gl-reserve-hero,
    .gl-reserve-online,
    .gl-reservation,
    iframe,
    video {
        display: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.6;
        color: #000;
        background: #fff;
        padding: 0 !important;
    }

    .gl-column-view {
        display: block;
        max-width: 100%;
        padding: 0;
    }

    .gl-column-view__article {
        max-width: 100%;
        padding: 0;
    }

    .gl-post-content,
    .gl-column-view__content {
        font-size: 11pt;
        color: #000;
    }

    .gl-column-view__title {
        font-size: 20pt;
        color: #000;
    }

    .gl-post-content a[href]::after {
        content: ' (' attr(href) ')';
        font-size: 9pt;
        color: #666;
    }
    .gl-post-content a[href^="#"]::after,
    .gl-post-content a[href^="javascript"]::after {
        content: '';
    }

    .gl-post-content h2,
    .gl-post-content h3 {
        page-break-after: avoid;
    }
    .gl-post-content img,
    .gl-post-content table {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
        box-shadow: none !important;
    }
}
