@charset "UTF-8";
body {
  padding-top: 100px;
}

.inner-container {
  max-width: 850px;
  margin: 0 auto;
}

.content {
  padding: 100px 0;
  background-image: url("../img/logo-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1286px;
}

.theme-light .content {
    background-image: url(../img/logo-bg-b.png);
}

@media screen and (max-width: 991px) {
  .content {
    padding: 60px 0;
    background-size: 490px;
  }
}

.content h1 {
  font-size: 4em;
  font-weight: 400;
  line-height: 0.95;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .content h1 {
    font-size: 2em;
    line-height: 0.85;
    margin-bottom: 40px;
  }
}

.content h2 {
  font-size: 1em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Roboto", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-bottom: 8px !important;
}

@media screen and (max-width: 991px) {
  .content h2 {
    margin-bottom: 5px !important;
  }
}

.content .txt-wrap {
  font-size: 1.125em;
  line-height: 1.6;
  font-family: "Roboto", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}

@media screen and (max-width: 991px) {
  .content .txt-wrap {
    font-size: 1em;
    line-height: 1.4;
  }
}

.content .txt-wrap > *:not(:last-child) {
  margin-bottom: 48px;
}

.content .txt-wrap b {
  font-weight: 700;
}

.content .txt-wrap p {
  margin-top: 0;
}

.content .txt-wrap a {
  text-decoration: underline;
  color: #ED6B21;
}

.content .txt-wrap ul, .content .txt-wrap ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .content .info-wrap {
    padding-bottom: 100px;
  }
}

.content .info-wrap .info {
  margin-bottom: 10px;
  font-size: 1.125em;
  line-height: 1.6;
  font-family: "Roboto", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}

@media screen and (max-width: 991px) {
  .content .info-wrap .info {
    font-size: 1em;
    line-height: 1.4;
  }
}

.content .info-wrap a {
  text-decoration: underline;
  color: #ED6B21;
}
/*# sourceMappingURL=static.css.map */