@charset "UTF-8";

@media print {
	@page {size: A4; page-break-after: always;}
	body {font-size: 13px;}
	.header {display: none;}
	.footer {display: none;}
	#real_contents {padding-bottom: 0 !important; padding-top: 20px !important;}
	.sub_con {padding-bottom: 0 !important;}
	.container {width: 991px !important;}
	.contents {padding-top: 0 !important;}
	.wrapper {background: none !important;}
	.sub_top {display: none; margin-bottom: 0 !important;}
	.quick_menu_box {display: none !important;}

	.sub_tit2 {margin-bottom: 30px !important;}
	.sub_each {margin-bottom: 30px !important;}
	.sq_list > li:before {top: 8px !important;}
	.location_wrap .addr_box p:after {font-size: 11px !important;  margin-top: -4px !important;}
}
@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}