.popup_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    /* background: rgba(0, 0, 0, 0.7); */
    display: none;
    pointer-events: none;
}

.dim {
}

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

@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;
    }
}
