@charset "UTF-8";

/* 메인 레이어팝업 */
.wrap_popup,.wrap_popup:before{top:0;left:0;width:100vw;height:100vh;z-index:100;}
.wrap_popup{overflow:hidden;display:none;position:fixed;}
.wrap_popup:before{position:absolute;content:'';display:block;background:rgba(0,0,0,.3);}
/* 메인 레이어팝업 끝 */