#printUtil{ display:inline-block; font-size:0; box-sizing:border-box; border:1px solid #dddddd; }
#printUtil a{ opacity:0.7; display:inline-block; box-sizing:border-box; border-left:1px solid #dddddd; }
#printUtil a:first-child{ border-left:none; }
#printUtil a:hover{ opacity:1; }
#printUtil .btn_print_contents{ background:url(img/print.png) no-repeat; width:38px; height:28px; }
#printUtil .btn_zoom_in{ background:url(img/zoomIn.png) no-repeat; width:38px; height:28px; }
#printUtil .btn_zoom_ori{ background:url(img/zoomOri.png) no-repeat; width:38px; height:28px; }
#printUtil .btn_zoom_out{ background:url(img/zoomOut.png) no-repeat; width:38px; height:28px; }
@media print{
	#printUtil{ display:none; }
	body{ min-width:0; }
	*{ -webkit-print-color-adjust:exact; }
}
/* 컨텐츠 프린트시에 없애고싶은 엘리먼트 등록 [2017-02-23] */
@media print{
	#header{ display:none; }
	#body{ width:100%; }
	#sub_page_visual{ display:none; }
	#subLocation{ display:none; }
	#body{ }
	#body > .aside{ display:none; }
	#body > .main{ padding-left:0; }
	#footer{ display:none; }
	.kquery_viewsize{ display:none; }
	#sub_page_title{ display:none; }
	#sub_page_title + .section > .title0{ margin-top:0; }
	.table0 > table > * > tr > *{ padding:10px; }
}
/* // 컨텐츠 프린트시에 없애고싶은 엘리먼트 등록 [2017-02-23] */