@charset "UTF-8";

@media print {
	@page {size: A4; break-after: always;}
	body {font-size: 13px;}
	.header {display: none;}
	.footer {display: none;}
	.wrapper {width: 991px;}
	#real_contents {padding-bottom: 0 !important;}
	.sub_con {padding-bottom: 0 !important;}
	.contents {padding-top: 0 !important; padding-bottom: 0 !important;}
	.sub_con .sub_left {display: none !important;}
	.sub_con .sub_right {width: 100% !important;}
	.sub_contents {padding-left: 0 !important;}
	.sub_tit1 {padding-left: 25px !important;}
	.sub_tit1:before {width: 16px !important; height: 16px !important;}
}
@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}