
    @media screen and (min-width: 561px) {
        [data-section-type=result] .wonder-default-main-content .row-el .wonder-result-main.first-card {
            justify-content: right !important;
        }
        [data-section-type=result] .wonder-default-main-content .row-el .wonder-result-main.second-card {
            justify-content: left !important;
        }
}


[data-section-type=result] .wonder-default-main-content .row-el .wonder-result-main .wonder-result-main-width {
    width: 70% !important;
}


@media screen and (min-width: 561px) {
    .section-main-container[data-section-type=access] .wonder-default-main-content .wonder-access-list-li-inner .wonder-ggmap {
        margin-right: 67px !important;
    }
}



.wonder-result-main-element .wonder-img-scroll-container {
    width: 70% !important;
}

@media screen and (min-width: 561px) {
    .section-main-container[data-section-type=access][data-composition-type=A] .wonder-ggmap {
        width: 38% !important;
    }
}

@media screen and (max-width: 560px) {
    .section-main-container[data-section-type=access] .wonder-default-main-content .row-el .wonder-access-list-li-inner .wonder-ggmap {
        width: 77% !important;
    }
}


@media screen and (max-width: 560px){
    [data-section-type="tile"] .grid-card-container {
        display: flex !important;
        flex-direction: column !important;
    }
}


@media screen and (max-width: 560px) {
    [data-section-type=access] .wonder-default-main-content .row-el .wonder-access-list-li-inner .wonder-ggmap {
        width: 90% !important;
    }
}
@media screen and (min-width: 561px) {
    [data-section-type=access] .wonder-default-main-content .wonder-access-list-li-inner {
        justify-content: center !important;
    }
    [data-section-type=access][data-composition-type=A] .wonder-ggmap {
        width: 46% !important;
    }
}


[data-section-type=result][data-composition-type=A] .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block img, [data-section-type=result][data-composition-type=A] .wonder-result-main .wonder-result-main-width .wonder-result-main-element .wonder-img-block video
    {
        width: 80% !important;
    }
    .swiper-wrapper-img
    {
        display: flex !important;
        justify-content: center !important;
    }
