.main {
  background-color: #cccccc;
  min-height: 100vh;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main.maintenance {
  background-image: url("wallpaper-min.jpg");
}
.main.notice {
  background-image: url("try1.gif");
}
.main .sub {
  background-color: rgba(0, 0, 0, 0.55);
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sub .notice-content {
  text-align: center;
  color: white;
  max-width: 850px;
  padding: 40px 20px;
}
.main .sub .notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin-bottom: 35px;
  color: white;
  text-decoration: none;
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  transition: 0.25s ease;
}
.main .sub .notice-icon:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.18);
  transform: scale(1.05);
}
.main .sub .notice-icon i {
  font-size: 72px;
}
.main .sub .notice-text h1 {
  margin: 0 0 22px;
  font-size: 44px;
  font-weight: 700;
}
.main .sub .notice-text h2 {
  margin: 0 auto 18px;
  max-width: 780px;
  font-size: 27px;
  line-height: 1.45;
  font-weight: 400;
}
.main .sub .notice-text p {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
}
/*# sourceMappingURL=style.css.map */