/* 시스템 오류 접수 — 몰 UI·app.js 와 분리된 전체화면 iframe 모달 */
.system-error-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #050508;
}

.system-error-modal.hidden {
  display: none;
}

.system-error-modal__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050508;
}
