.popup_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;

    justify-content: center;
    align-items: center;
}

.dim {
}

.banner_wr {
    /* position: absolute; */
    /* top: 5%; */
    /* right: 5%; */
    pointer-events: all;
    max-width: 700px;
}

@media (max-width: 640px) {
    .banner_wr {
        /* top: 50%; */
        /* left: 50%; */
        /* transform: translate(-50%, -50%); */
    }
}

.banner_wr img {
    width: 100%;
}

.btn_close {
    position: absolute;
    top: 12px;
    right: 12px;
}

.pc {
    display: block;
}

.mo {
    display: none;
}

@media (max-width: 1440px) {
    .pc {
        display: none;
    }
    .mo {
        display: block;
    }
    .banner_wr {
        width: 80%;
        /* max-width: 340px; */
    }
    .banner_wr img {
        max-width: 100%;
    }
    .btn_close {
        top: 10px;
        right: 5px;
    }
}
