@charset "EUC-KR";
@import url("../assets/css/font.css");


* {
    margin: 0px;
    padding: 0px;
    font-family: Noto Sans KR;
    font-weight: 500;

}

/*.file-download-table .tbody {*/
/*	display: block;*/
/*	width: 624px;*/
/*	height: 610px;*/
/*	overflow: auto;*/
/*}*/

@media printPages{
    .printTable{
        width: 450px;
        height:450px;
        overflow:auto;
        display:none;
        visibility:hidden;
    }
}