@charset "utf-8";
/* =========================================================
   흥아라인 조직도(organize) 인쇄 스타일 (print_org.css)
   - 조직도를 화면 그대로(파란 박스·연결선 포함) 인쇄
   - 가로 방향 + 용지폭에 맞춰 축소
   - 작성 2026-06-10
   ========================================================= */
@page { size: A4 landscape; margin: 8mm; }

@media print {
    /* 색·배경(연결선 이미지)·박스색 강제 출력 */
    *, *::before, *::after {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important; }
    /* 화면틀(헤더·메뉴·비주얼·인쇄버튼·푸터)은 숨겨 조직도 본문만 출력 */
    #skipNavi, #header-wrap, #global-wrap, #svisual-wrap, .svisual-wrap,
    .cprint-wrap, .sub-pg-ctrs, #footer-wrap, .btn-top, .go-top, .btn-print {
        display: none !important; }
    #side-wrap .lm-tit, #side-wrap .depth1, #side-wrap .depth2 { display: none !important; }
    /* 조직도 이미지·배경 유지 + 잘림 방지 + 용지폭 맞춤 축소 */
    img, svg { display: revert !important; }
    #container, #container * { overflow: visible !important; }
    .org-wr, .org-wrap, .org-list { zoom: 0.78; }   /* 1200px → 용지폭 안으로 */
    .g_tab1 {display: none !important;}
/**/
    .board-winfo-files, .other-board, .board-view-btns, .map_area, .g_tab1, .board-list-paging, .bx-wrapper img, #contents.global .section.terminal .inner ul, .mobile, .partners-contents-wrap .thumb-area {
        display: none !important;
    }
    .company_content .section .place_list li {width:100% !important;height:100%;margin-left: 0;padding-left: 0;}
    #contents.global .section.terminal .inner h3 {
        display: none !important;
    }
    .title_section .title_desc {color: #444;}
    .company_content .section .place_list li + li{margin:0 0 5px 0;}
    
}
