.hph-notice-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  width: 100%;
}
.hph-notice-popup__inner {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  position: relative;
  border-radius: 6px;
  max-height: 70vh;
  overflow: auto;
}

.hph-notice-popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  color: var(--mainColor);
  cursor: pointer;
}
