@charset 'utf-8';

.banner__container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.banner-new {
    max-width: 691px !important;
    width: 100%;
    transition: all 0.3s ease-in;
}

.banner-new img {
    width: 100%;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .banner__container {
        margin-bottom: 40px;
    }
    #main-contents .text-block {
        margin-bottom: 40px;
    }
}

.frame2_card {
    width: 100%;
    display: flex;
    justify-content: center;
}

.frame2_card img {
    width: 73.6rem;
    vertical-align: top;
}

.table_card {
    width: 100%;
    margin-bottom: 100px;
}

.table_card .table_header {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

.table_card table {
    border-collapse: separate;
    border-spacing: 5px;
    margin-left: -5px;
}

.table_card table th,
.table_card table td {
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    padding: 27.5px 12px;
}

.table_card table th {
    font-weight: 700;
}

.table_card table td {
    background: #f8fcf8;
    font-weight: 500;
}

.table_card table .olive {
    background: #e5f1cd;
}

.table_card table .lt-green {
    background: #f0fcf0;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .frame2_card img {
        width: 100%;
    }
    .table_card {
        margin-bottom: 40px;
    }
    .table_card .table_header {
        font-size: 14px;
    }
    .table_card table th,
    .table_card table td {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 5px;
    }
}
