@charset "utf-8";

/* 영철버거 팝업 */
.popup-MO {display: none;}
@media all and (max-width:1280px){
  .PZwindow {top: 120px !important; left: calc(50% - 225px) !important;}
}
@media all and (max-width:768px){
  .PZwindow {width: 300px !important; height: 350px; left: calc(50% - 150px) !important;}
  .PZwrap {width: 300px !important; height: 350px !important;}
  .popup-PC {display: none;}
  .popup-MO {display: block;}
}