.system-status-page-section__mask {
  position: absolute;
  top: -32px;
  right: -32px;
  bottom: -32px;
  left: 50%;
  border-radius: 48px;
  background: var(--gray-200);
  z-index: 1;
}
.system-status-page-section .system-status-page-image {
  width: 404px;
  height: 300px;
}
.system-status-page-section .time-counter-down .time-item {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-status-page-section .time-counter-down .time-item:last-child {
  margin-right: 0;
}
.system-status-page-section .maintenance-count-down__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 16px;
  border: 1px dashed var(--gray-300);
  opacity: 0.4;
  z-index: 1;
}

.system-status-page-right-float-image {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: 64px;
  right: -64px;
  z-index: 3;
}

.maintenance-page-container {
  height: 100vh;
}
