@charset 'euc-kr';

/* Å×ÀÌºí °ü·Ã */
#wrap .table_1 .table {
    margin-bottom: 0;
}

#wrap .table_1 .table th,
#wrap .table_1 .table td {
    text-align: center;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #2B2D30;
    border: 1px solid #D4DBE4;
    box-sizing: border-box;
}

#wrap .table_1 .table th {
    font-weight: 700;
    padding: 10px 5px;
    background: #F3F6FA;
}

#wrap .table_1 .table td {
    font-weight: 400;
    padding: 5px;
}

#wrap .table_1 .table th:nth-child(1),
#wrap .table_1 .table td:nth-child(1) {
    border: 1px solid #D4DBE4;
}

#wrap .table_1 .table th:last-child,
#wrap .table_1 .table td:last-child {
    border: 1px solid #D4DBE4;
}

#wrap .table_1 .table>:not(:first-child) {
    border-top: 0;
}

#wrap .table_2 .table,
#wrap_fixed .table_2 .table {
    margin-bottom: 0;
}

#wrap .table_2>.table>tbody>tr>th,
#wrap .table_2>.table>tbody>tr>td,
#wrap_fixed .table_2>.table>tbody>tr>th,
#wrap_fixed .table_2>.table>tbody>tr>td {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #2B2D30;
    box-sizing: border-box;
    padding: 22px 0;
    text-align: left;
    border-top: 1px solid #D4DBE4;
    border-bottom: 1px solid #D4DBE4;
}

#wrap .table_2>.table th,
#wrap_fixed .table_2>.table th {
    font-weight: 700;
}

/* End Å×ÀÌºí °ü·Ã */