.check_ar .tbl {
    display: table;
    width: calc(100% - 2rem);
    margin: 3rem auto auto;
    border-top: 1px solid #333333;
}

.check_ar .tbl_row {
    display: table-row;
}

.check_ar .tbl_th, .check_ar .tbl_td {
    display: table-cell;
    font-size: 1.2rem;
    border-bottom: 1px solid #e7e7e7;
    color: #666666;
}

.check_ar .tbl_th {
    background: #f5f5f5;
    min-width: 7.8rem;
    text-align: center;
}

.check_ar .tbl_td {
    padding: 1rem 2rem;
    text-align: left;
}

.check_ar .tbl_td p {
    font-family: 'NotoSansKR', sans-serif;
    font-size: inherit;
    color: inherit;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.check_ar .tbl_td p:last-child {
    margin-bottom: 0;
}

/*  loading */
.wrap-loading {position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.2);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');}

.wrap-loading div {position: fixed;top: 50%;left: 50%;margin-left: -21px;margin-top: -21px;}

.wrap-loading div img {width: 30%}

.display-none {display: none;}
