@charset "utf-8";
.popup_banner {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 9999;
    display: none;
}

.popup_banner_mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(209,209,209,.8);
    z-index: 9998;
}
