@charset "UTF-8";

/* 인쇄 */
@media print {
	body { background: #fff; -webkit-print-color-adjust: exact; }
	@page { size: A4; margin: 0; }
	body.print-mode .cm_sidebar .sidebar_content.has_top_search { padding-top: 0; }
	body.print-mode .sub_page { background: #fff; }
	html.family body.print-mode .sub_page:before,
	body.print-mode #skipNavi,
	body.print-mode .top_banner_area,
	body.print-mode .cm_masthead,
	body.print-mode #header,
	body.print-mode #footer,
	body.print-mode .top_visual,
	body.print-mode .cm_sidebar > *:not(.has_top_search),
	body.print-mode .cm_sidebar:before,
	body.print-mode .sub_page_head,
	body.print-mode .cm_tab,
	body.print-mode .mt-64,
	body.print-mode .cm_content_satisfaction,
	body.print-mode .sub_page_print_btn { display: none !important; }
	body.print-mode .sub_body { margin-top: 0 !important; }
}