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

.border_min_table .tr {
    display: flex;
}

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

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

.border_min_table .th {
    display: flex;
    align-items: center;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 700;
    color: #5E5E5E;
}

.border_min_table .th.title {
    justify-content: center;
}

.border_min_table .td {
    display: flex;
    align-items: center;
    padding: 14px 0;
}

.border_min_table .no {
    width: 100px;
    flex-shrink: 0;
    justify-content: center;
}

.border_min_table .dttm {
    width: 106px;
    flex-shrink: 0;
    padding-right: 16px;
    justify-content: flex-end;
}

.border_min_table .title {
    /* flex: 1 1 auto; */
    width: calc(100% - 206px);
}

.border_min_table .title span {
    display: block;
    width: 100%;
}