.page_title_wrap {
    margin-bottom: 50px;
}

.table_wrap {
    width: 100%;
    overflow-x: auto;
}

.table .thead {
    border-bottom: 2px solid #BBBBBB;
}

.table .thead,
.table .tbody .tr {
    display: flex;
    align-items: center;
}

.table .th {
    color: #5E5E5E;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 18px 16px;
}

.table .tr {
    border-bottom: 1px solid #BBBBBB;
}

.table .tr:hover {
    background-color: #F8F8F8;
}

.table .td {
    font-size: 18px;
    padding: 16px;
}

.table .td.center {
    text-align: center;
}

.notice_list {
    min-width: 700px;
}

.notice_list .no {
    width: 9%;
}

.notice_list .title {
    width: 80%;
}

.notice_list .dttm {
    width: 11%;
    text-align: end;
}

@media screen and (max-width:1023px) {
    .page_title_wrap {
        margin-bottom: 20px;
    }

    .table .th {
        font-size: 16px;
        padding: 14px;
    }

    .table .td {
        font-size: 14px;
        padding: 12px 14px;
    }

    .notice_list .no {
        width: 9%;
    }

    .notice_list .title {
        width: 75%;
    }

    .notice_list .dttm {
        width: 16%;
    }
}