@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }
table{
    border-spacing: 0px;
    border-style: none;
    padding:0;
    margin:0 auto;
    border-collapse: collapse;
    width:100%;
    max-width:900px;
    font-size:14px;
    table-layout:fixed;
}
table th{
    border:1px solid #999;
    background:#CCC;
    text-align:center;
}        
table td{
    border:1px solid #999;
    text-align:center;
    padding:0;
    word-break: keep-all;
}
#pageTitle{
    font-family: 'GmarketSansBold';
    font-size:20px;
}
.text-center{
    text-align:center;
}
.ellipsis{
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.clePic{
    width:70px;
    display:none;
}
@media print {
    table {
        page-break-inside: avoid;
    }
    #filterBox{
        display:none;
    }
}