.popup_wrap {
    position: absolute;
    top: 120px;
    left: 10%;
    grid-gap: 6px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    z-index: 9;
}
.popup_common {
    width: 450px;
    display: none;
    z-index: 4;
}
.popup_close {
    height: 36px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    background-color: #000;
}
.popup_close > a {
    color: #fff;
    font-size: 14px;
}
.popup_common a {
    display: block;
}
span.swiper-pagination-bullet {
    padding: 4px;
    border-radius: 15px !important;
    width: 31px;
    height: 31px;
    color: aliceblue;
}
@media (max-width: 768px) {
    .popup_wrap {
        left: 0%;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .popup_common {
        width: 90%;
        position: absolute;
        left: 5%;
        /* top: 130px; */
    }
    .swiper-wrapper {
        margin-bottom: .5rem !important;
    }
}