body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 12pt;
  font-family: '명조','Myungjo','명조체','MyungjoChe',serif;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: '명조','Myungjo','명조체','MyungjoChe',serif;
  line-height:1.6;
  vertical-align: middle;
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    width: 210mm;
    height: 296mm;
    font-family: '명조','Myungjo','명조체','MyungjoChe',serif;
    -ms-overflow-style: none;
  }
  ::-webkit-scrollbar{
    display:none;
  }
  .layout-container {padding: 0 !important;}
  #header, #footer, #block-kace-page-title, #toolbar-administration, #top-btn {display: none}
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
    -ms-overflow-style: none;
  }
  .btn_print {
    display: none;
  }
}
