@import url(fonts/BR_Hendrix/stylesheet.css);

.g-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  font-family: "BRHendrix-Medium", sans-serif;
  font-weight: 400;
  font-stretch: 100%;
  color: #3c446c;
}

/*singlePage-系統維護 START*/
.systemPage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  background-image: url(../uc_bg.jpg);
  background-position: center;
  background-size: cover;
}
.systemPage .page-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.systemPage .imgBox {
  width: 90vw;
  height: 90vw;
  max-width: 360px;
  max-height: 360px;
  margin:0 auto;
}
.systemPage .imgBox img {
  width: 100%;
  height: 100%;
}
.systemPage h1 {
  font-size: 37px;
  font-weight: 700;
  font-stretch: 90%;
  text-align: center;
  margin: 0;
  color: #ec6135;
}
.systemPage h4 {
  font-size: 19px;
  font-weight: 700;
  font-stretch: 90%;
  text-align: center;
  margin: 0;
  color: #ec6135;
}
.systemPage h6 {
  font-size: 14px;
  font-weight: 700;
  font-stretch: 90%;
  color: #ec6135;
  text-align: center;
  margin-top: 24px;
}
.systemPage p {
  color: #fbfbfd;
  text-shadow: 1px 1px 0 rgba(60, 68, 108, 0.48);
  font-size: 19px;
  font-weight: 700;
  font-stretch: 90%;
  text-align: center;
}
.systemPage.error500 .imgBox,
.systemPage.error403 .imgBox {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.systemPage.error500 .imgBox img,
.systemPage.error403 .imgBox img {
  width: 100%;
  height: 100%;
}
.systemPage.error500 p,
.systemPage.error403 p {
  font-size: 14px;
  font-weight: 500;
  font-stretch: 100%;
  color: #fbfbfd;
  text-shadow: 1px 1px 0 rgba(60, 68, 108, 0.48);
  word-break: break-word;
  margin-top: 16px;
}
.systemPage .btn-confirm {
  width: 160px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #77af65;
  box-shadow: 0 8px 16px 0 rgba(119, 175, 101, 0.16),
    0 2px 8px 0 rgba(119, 175, 101, 0.48),
    inset 0 -3px 0 0 rgba(86, 74, 219, 0.16),
    inset 0 0 0 0 rgba(238, 239, 246, 0.32);
  border: 3px solid rgba(238, 239, 246, 0.32);
  border-radius: 4px;
  margin: 16px auto;
}
.systemPage .btn-confirm .text {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fbfbfd;
  text-shadow: 1px 1px 0 rgba(60, 68, 108, 0.48);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.systemPage .btn-confirm .text {
  font-size: 17px;
}

@media screen and (orientation: landscape) and (min-width: 400px) and (max-height: 500px) {
  .systemPage h1 {
    font-size: 31px;
  }
  .systemPage .imgBox {
    max-width: 120px;
    max-height: 120px;
  }

}
@media screen and (max-width: 768px) and (max-height: 768px) {
  .systemPage h1 {
    font-size: 48px;
  }

  .systemPage h4 {
    font-size: 28px;
  }
  .systemPage.error403 p {
    font-size: 16px;
  }
}
