.kj-first-ad {
    background-color: #0d2242;
    padding-top: 70px;
    padding-bottom: 30px;
}

.kj-first-ad img {
    max-width: 100%;
}

.kj-first-ad-list {
    background-color: #afc2ed;
    padding-top: 43px;
    padding-bottom: 35px;
}

.kj-first-ad-list p {
    margin: 0;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
}

.kj-first-ad-list .table>tbody>tr>td,
.kj-first-ad-list .table>tbody>tr>th,
.kj-first-ad-list .table>tfoot>tr>td,
.kj-first-ad-list .table>tfoot>tr>th,
.kj-first-ad-list .table>thead>tr>td,
.kj-first-ad-list .table>thead>tr>th {
    border: none;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.kj-first-ad-list .table {
    background-color: #fff;
    margin-bottom: 5px;
}

.kj-first-ad-list .table tr td:first-child {
    font-weight: bold;
}

.kj-first-ad-list .table thead tr {
    background-color: #ede9e9;
}

.kj-first-ad-list .table thead tr th {
    font-size: 18px;
}

.kj-first-ad-coo {
    padding-top: 60px;
}

.kj-first-ad-coo h1:last-of-type {
    color: #478ef7;
    margin-bottom: 25px;
}

.kj-first-ad-coo h1:first-of-type {
    margin-bottom: 0px;
    color: #333;
}

.kj-first-ad-coo a {
    margin-top: 10px;
}

        .kj-first-ad-list .table > tbody > tr > td,
        .kj-first-ad-list .table > tbody > tr > th,
        .kj-first-ad-list .table > tfoot > tr > td,
        .kj-first-ad-list .table > tfoot > tr > th,
        .kj-first-ad-list .table > thead > tr > td,
        .kj-first-ad-list .table > thead > tr > th {
            border: 1px solid lightgrey;
        }



        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }