.bottombanner-wrapper {
    background: #FFFFFF;
    padding: 0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    
    .bottombanner-img-area img {
        padding: 0;
        background: transparent;
    }

    .bottombanner-item {
        box-shadow: none;
    }

    #bottombanner-container {
        max-width: 100%;
    }

    .bottombanner-list-container {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;

        @media (max-width: 1536px) {
            max-width: 1200px;
        }

        @media (max-width: 1279px) {
            max-width: 900px;
        }
    }

    @media (max-width: 768px) {
        .bottombanner-item {
            justify-content: center;
        }

        #bottombanner-container {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.25);
            border-top: 2px solid #000;
        }
    }
}