@charset "utf-8";

/* 80100120 Everlast 팝업 */
.popup-MO {display: none;}
@media all and (max-width:1280px){
  .PZwindow {top: 100px !important; left: calc(50% - 276px) !important;}
}
@media all and (max-width:768px){
  .PZwindow {width: 300px !important; height: 435px; left: calc(50% - 150px) !important;}
  .PZwrap {width: 300px !important; height: 435px !important;}
  .popup-PC {display: none;}
  .popup-MO {display: block;}
}