@charset "utf-8";

#banner {
    display: none;
}

.review-sub-visual {
    min-height: 500px;
}

@media (min-width: 1024px) {
    .review-sub-visual {
        min-height: 880px;
    }
}

.review-program-card__img {
    aspect-ratio: 292 / 200;
}

.review-bottom-section {
    background-image: url('../../../img/sub/review_bottom_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
