.check-notice-pop[hidden] {
  display: none !important;
}

.check-notice-pop {
  position: fixed;
  inset: 0;
  z-index: 320;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 52px 12px 16px;
  background: rgba(8, 12, 24, 0.72);
}

.check-notice-pop__close {
  position: absolute;
  top: max(10px, env(safe-area-inset-top, 0px));
  right: max(10px, env(safe-area-inset-right, 0px));
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  cursor: pointer;
}

.check-notice-pop__frame {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-notice-pop__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 68px);
  max-height: calc(100dvh - 68px);
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}
