.easy-popup-fixed { position:relative; z-index:998; }
.easy-popup {  }
.easy-popup .scrolling { width:100%; }
.easy-popup .scrolling img { width:100%; height:100%; }
.popup-close-area { text-align:right; font-family:'돋움',Dotum,'굴림',Gulim,sans-serif; color:#fff;}
.popup-close-area a{ font-family:'돋움',Dotum,'굴림',Gulim,sans-serif; color:#fff;}

@media screen and (max-width:767px) {
    .easy-popup {
        top: 0!important;
        left: 0!important;
        width: 100vw!important;
        aspect-ratio: 1/1;
                height: auto !important;
    }
    .easy-popup .scrolling {
        height: auto!important;
    }
}