@charset "utf-8";
.nomoreOpen{background-color:#333;color:#fff}
.nomoreOpen form{overflow:hidden;margin:5px 10px;display:block}
.nomoreOpen form span{float:left}
.nomoreOpen form a.PZwindowClose{background:url(/Web-home/fnct/popup/template/images/PZwindowClose.gif) no-repeat 50% 50%;float:right;width:12px;height:12px;margin:3px 0 0;text-indent:-5000px}

.PZwindow  {position: fixed !important; z-index: 1001 !important; top: 130px !important;}
.nomoreOpen form {margin: 0 !important; padding: 10px !important;}
/*20230711 팝업 스크롤 현상 방지*/
.PZwindow p, .PZwindow a {width: 100%; height: 100%; display: block;}
.PZwindow img {display: block;}

@media all and (max-width: 500px) {
  .PZwindow {top: 95px !important; left: 0px !important; width: 100% !important;height: auto !important;max-height: 60% !important;}
  .PZwindow .PZwrap{height: 100% !important;width: 100% !important;}
}