@charset "UTF-8";
@page {size: a4; page-break-after: always;}

/* 프린트시 안보이게 */
#header, .footer, .sub_left, .sub_top, .sub_left{display: none;}
.sub_right{width: 100%;}
/* 테이블 페이지 넘김 방지 */
table { page-break-inside:auto }
tr    { page-break-inside:avoid; page-break-after:auto }
thead { display:table-header-group }
tfoot { display:table-footer-group }
.info4_wrap .border_box{ page-break-inside:avoid; }



/* 프린트시 페이지 css */
.info1_wrap .row1 .row1_con .inner_box .img{width: 90px;}
.info1_wrap .row1 .row1_con .inner_box>div p span{font-size: 15px;}
.info1_wrap .row2 ul li{margin-bottom: 10px;}
.info1_wrap .row2 ul li .step_txt{font-size: 13px;}
.info1_wrap .row2 ul li .step_tit .tit{font-size: 13px;}
.info1_wrap .row2 ul li:nth-child(1) .step_txt, .info1_wrap .row2 ul li:nth-child(2) .step_txt, .info1_wrap .row2 ul li:nth-child(3) .step_txt{height: auto;}






@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}