@font-face {
  font-family: 'Microsoft JhengHei';
  src: url("../ttf/MicrosoftJhengHeiRegular.ttf");
}

html, body {
  margin: 0;
  height: 100%;
}

body {
  font-family: "Microsoft JhengHei";
  background-color: #FFFFFF;
  text-rendering: geometricPrecision;
}

.wrapper {
  min-height: 100%;
  position: relative;
}

.aligner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.logo {
  width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.info-text {
  width: 38rem;
  font-family: 'Microsoft JhengHei';
  margin: 0 auto;
}

.mjh-normal {
  font-style: normal;
}

.name {
  display: block;
  font-weight: 700;
  text-align: center !important;
}

.info-data {
  color: #a3a3a3;
  font-weight: 300;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx) {
  .aligner {
    height: 36%;
  }
  .logo {
    width: 20rem;
  }
  .logo img {
    max-width: 100%;
  }
  .info-text {
    width: 20rem;
  }
  .name {
    font-size: 2.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.75rem;
  }
  .notfound {
    font-size: 2.85rem !important;
  }
  .info-spacer {
    width: 0;
  }
  .info-data {
    text-align: right;
    margin-right: 5.8rem;
    font-size: 0.9rem;
    line-height: 3rem;
  }
}

@media only screen and (-webkit-max-device-pixel-ratio: 2.99), only screen and (max-resolution: 2.99dppx) {
  .aligner {
    height: 33%;
  }
  .logo {
    width: 20rem;
  }
  .logo img {
    max-width: 100%;
  }
  .info-text {
    width: 20rem;
  }
  .name {
    font-size: 2.35rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4rem;
  }
  .notfound {
    font-size: 2.28rem !important;
  }
  .info-spacer {
    width: 0;
  }
  .info-data {
    text-align: right;
    margin-right: 5.8rem;
    font-size: 0.95rem;
    line-height: 3rem;
  }
}

@media only screen and (-webkit-max-device-pixel-ratio: 1.99), only screen and (max-resolution: 1.99dppx) {
  .aligner {
    height: 30%;
  }
  .logo {
    width: 38rem;
  }
  .info-text {
    display: flex;
    flex-direction: row;
    width: 38rem;
  }
  .name {
    font-size: 1.175rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1rem;
  }
  .notfound {
    font-size: 1.14rem !important;
  }
  .info-spacer {
    width: 23rem;
  }
  .info-data {
    text-align: left;
    font-size: .9rem;
    line-height: 1rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 1.2rem;
    line-height: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */