

.contentBox h1 {
    font-size: 26px;
    color: #303030;
    margin-top: 56px;
    position: relative;
    font-weight: 500;
}

.contentBox h2 {
    font-size: 22px;
}

.policy-box {
    width: 100%;
    border: 0.2px solid #ffd5d5;
    background: #f3fcff;
    margin-bottom: 25px;
    padding: 5px;
    font-size: 13px;
}

.policy-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0f6f6f;
    padding: 6px 10px;
    border-bottom: 0.2px solid #eda9a9;
}

.policy-list {
    list-style-type: disc;
    margin: 0;
    padding: 10px 25px;
    color: #111;
    font-size: 16px;
    line-height: 1.5;
}

    .policy-list li {
        margin-bottom: 4px;
    }

        .policy-list li:last-child {
            margin-bottom: 0;
        }

.custom-table thead {
    background-color: #434655;
    color: #fff;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #F2F7FF;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.custom-table th,
.custom-table td {
    vertical-align: top;
    padding: 15px;
    border: 1px solid #cfd8dc;
}

.custom-table th {
    font-weight: 600;
    text-align: center;
}

.custom-table td:first-child {
    font-weight: 600;
    /* width: 18%; */
}

.contentBox h1 span {
    color: #edad4e;
    position: relative;
}

    .contentBox h1 span:before {
        content: "";
        border-left: 3px solid #edad4e;
        margin-right: 5px;
    }

.notice-box {
    width: 100%;
    background-color: #e9f2ff;
    border: 1px solid #4a76a8;
    padding: 14px 18px;
    color: #000;
    line-height: 1.4;
    font-size: 14px;
}

    .notice-box p {
        padding: 0;
        margin: 0;
    }
