:root {
    --green-color-1: #00a94f;
    --green-color-2: #2af780;
    --green-color-3: #005c4f;
    --green-color-4: #02403d;
    --dark-color-1: #333;
    --dark-color-2: #384957;

    --gray-color-1: #666;
    --gray-color-2: #f6f6f6;
    --gray-color-3: #EEE;
    --gray-color-4: #F9F9F9;
    --gray-color-5: #999;
    --gray-color-6: #CFCFCF;
    --gray-color-7: #C6C6C6;

    --dark-brown-color-1: #815757;
    --dark-pink-color-1: #B69393;

    --yellow: #FFF5D8;
}
.text-dark-gray {
    color: #333333 !important;
}
.show-mb {
    display: none !important;
}
.hide-mb {
    display: block;
}
.accordion-content-recommend {
    padding-bottom: 16px;
}
.icw .sc-content .qn .qn-content {
    /* padding: 0; */
    padding-left: 16px !important;
}
a.topic-recommend {
    text-decoration: underline;
}
.text-underline {
    text-decoration: underline !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.mt-24 {
    margin-top: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.pt-24 {
    padding-top: 24px !important;
}
.icw .table-content {
    margin: 0;
}
.fs-18 {
    font-size: 18px !important;
    line-height: 27px;
}
.table-fixed {
    width: 100% !important;
    table-layout: fixed;
}
.dark-red {
    color: #CF1E24 !important;
}
div.qn > figure.mb-30 {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
}
.wrap-recommend ol {
    line-height: 200%;
}
.btn-link {
    background: #00A94F;
    padding: 8px 24px;
    border-radius: 8px;
    min-width: 348px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
}
.icw .sc-content ol li {
    margin-bottom: 0;
}
.icw .sc-content ul li {
    line-height: 24px !important;
    margin-bottom: 4px;
}
/* .icw .sc-content p {
    line-height: 24px !important;
} */
.box-apply {
    margin-top: -20px;
}

._container {
    width: 100%;
    max-width: 930px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.section-benefit {
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
    margin: 0 auto;
    flex-direction: row;

    font-size: 26px;
    line-height: 39px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(93deg, #475967 0.52%, #34434E 100%);
    max-height: 222px;
}

.section-benefit img.banner {
    max-width: 302px;
    margin-right: 32px;
}

.section-benefit img.point {
    max-width: 115px;
}
.line-height-24 {
    line-height: 24px !important;
}
.fyi-content {
    background: rgba(0, 169, 79, 0.05);
    border-radius: 8px;
    padding: 16px;
}

@media screen and (max-width: 767px) {
    .table-fixed {
        width: 500px !important;
    }
    .show-mb {
        display: block !important;
    }
    .hide-mb {
        display: none;
    }
    .mt-mb-24 {
        margin-top: 24px !important;
    }
    .py-mb-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .icw .sc-content ol li {
        line-height: 200%;
    }
    .section-benefit img.banner {
        max-width: 246px;
        margin: 0 auto;
        /* margin-right: 0; */
        margin-bottom: 24px;
    }
    .section-benefit {
        display: block;
        max-height: 100%;
        /* background-image: url(../img/massoversea_titanium_bg2-mobile.jpg); */
        padding: 32px 16px;
        font-size: 20px;
        border-radius: 0;
        line-height: 30px;
    }
    .btn-link {
        min-width: unset;
        width: 100% !important;
    }
    .icw .sc-content .qn .qn-content {
        padding: 0 !important;
    }
    .px-mb-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.box-register .column {
    width: fit-content;
    margin: 0 auto;
    width: 328px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
}

.icw .btn-link {
    background-color: var(--green-color-1);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    width: 225px;
    margin: 16px auto 0;
    transition: .3s ease-in-out;
}

.icw .btn-link.btn-thank {
    width: 295px;
}

.icw .btn-link:hover {
    background-color: #028f44;
}

.icw .bg-gray .btn-link {
    margin: 0 auto;
}

.icw .btn-link p {
    display: inline-block;
    position: relative;
}

.icw .btn-link p::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
    right: -10px;
    top: 50%;
    margin-top: -5px;
}

.icw .btn-link {
    margin: 10px auto 0;
}

/*
.icw img {
    width: 100%;
}*/
