/*박의진 추가 2022-06-21*/
@keyframes blink-effect { 
  50% {
    opacity: 0;
  }
}

/* 20230323 팝업 모바일 적용 */
@media all and (max-width: 500px) {
    .PZwrap{width: 100% !important; height: auto !important;}
}

/*20230503 백그라운드 이미지 alt 값 대신 css로 처리*/
.text-hidden{position: absolute !important; left: -99999px !important; text-indent: -9999px !important;}