.table-in-box {width: 100%; margin-left: -15px;}
.table-in-table {margin: 10px 0;}
.table-in-table tbody tr td {border: 0 !important;}
.table-in-table tbody tr td {border-left: 1px solid #B7CBF3 !important; border-bottom: 1px solid #B7CBF3 !important;}
.table-in-table tbody tr td:first-child {border-left: 0 !important;}
.table-in-table tbody tr td.first-row {border-left: 1px solid #B7CBF3 !important;}
.table-in-table thead tr:nth-child(1) th:nth-child(1) {
    border-top-left-radius: 0;
}
.table-in-table thead tr:last-child th {
    border-bottom-left-radius: 0;
}
.table-in-table tbody tr td {
    border-top-right-radius: 0;
}
.table-in-table tbody tr td {
    border-bottom-right-radius: 0 !important;
}
.table-in-table tbody tr td:nth-child(2) {
    border-top-right-radius: 0 !important;
    border-top: 0 !important;
}
.table-in-table tbody tr:last-child td {
    border-bottom-right-radius: 0;
}
.table-in-table tbody tr:first-child td:nth-child(2) {
    border-top: 1px solid #E2E2E2;
}

.table-in-table tbody tr td {
    vertical-align: middle;
    position: relative;
    font-weight: 300;
    border-bottom: 1px solid #E2E2E2;
    background-color: #fff;
    text-align: center !important;
    padding-left: 0 !important;
    border-right: 1px solid #E2E2E2;
}

.table-in-table tbody tr td>p {
    position: relative;
    margin-bottom: 4px;
    font-weight: 400px !important;
    font-size: 18px;
}

.table-in-table tbody tr td>p::before {
    position: absolute;
    content: url(../images/sub/business_dotted_ico.png);
    position: absolute;
    content: url(../images/sub/business_dotted_ico.png);
    top: -4px;
    left: -11px;
}

.table-in-table tbody tr td>p span {
    font-size: 18px;
    color: #1C1C1C;
    margin-left: 24px;
    font-weight: 400;
}

.table-in-table span {
    line-height: 23px;
    font-size: 16px;
    padding-left: 0;
    font-weight: 300;
    display: block;
    word-break: keep-all;
    letter-spacing: -0.05em;
}

.table-in-table thead tr th {
    position: relative;
    border: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    background-color: #F2F7FF;
    border-right: 1px solid #E2E2E2;
    width: 150px;
    height: initial;
    text-align: center;
}

@media screen and (max-width: 725px) {
    .tbl-write > tbody > tr > td.table {display: grid; }
    .table-in-box {width: 100%; overflow: hidden; overflow-x: auto;}
    .table-in-box::-webkit-scrollbar { width: 2px; }
    .table-in-box::-webkit-scrollbar-track { background: #fff; }
    .table-in-box::-webkit-scrollbar-thumb {  background: #265463;}
    .table-in-table {min-width: 723px; margin-bottom: 0;}
    .table-in-table thead tr th {
        position: relative;
        border: 1px solid #E2E2E2;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom: 1px solid #E2E2E2;
        background-color: #F2F7FF;
        border-right: 1px solid #E2E2E2;
        height: 40px;
        float: initial;
        text-align: center;
        width: initial;
        font-size: 12px;
    }

    .table-in-table tbody tr td {
        vertical-align: middle;
        position: relative;
        border-bottom-left-radius: 0 !important;
        padding: 0px;
        border-bottom: 1px solid #E2E2E2;
        background-color: #fff;
        float: initial;
        text-align: center;
        padding-left: 0;
        border-left: 1px solid #E2E2E2;
        border-top-right-radius: 0 !important;
        border-right: 1px solid #E2E2E2;
        width: initial;
    }
}