html {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media (max-width: 767px) {
    html {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.01em; }

strong {
  font-weight: 700; }

h1 {
  font-size: 80px;
  margin: 0;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 34px; } }

h2 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px; } }

h3,
h4 {
  font-size: 21px; }

p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400; }
  @media (max-width: 767px) {
    p {
      font-size: 16px; } }

a {
  color: black; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  color: #333333;
  background: white; }

body {
  font-family: "Noto Sans TC", sans-serif;
  margin: 0; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 15px; }
  @media (max-width: 767px) {
    .container {
      padding: 40px 15px; } }

.button {
  border: 2px solid #0f52ba;
  color: #0f52ba;
  background: white;
  font-size: 16px;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: .3s ease;
  letter-spacing: 0.01em;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .button {
      font-size: 14px;
      margin: 0 5px 20px;
      padding: 15px 20px; } }
  .button:hover {
    box-shadow: inset 0 0 0 3px #0f52ba;
    border-radius: 7px; }

img {
  max-width: 100%; }

.text-center {
  text-align: center; }

main.page-content > .container {
  background: white;
  padding: 30px 30px 60px; }

.row {
  display: flex; }
  .row > .col-2 {
    width: 50%; }

.hidden-in-place {
  visibility: hidden; }

@media (min-width: 901px) {
  .mobile-only {
    display: none; } }

@media (max-width: 767px) {
  .desktop-only {
    display: none; } }

.logo {
  max-width: 300px; }
  .logo img {
    width: 100%; }
  @media (max-width: 767px) {
    .logo {
      max-width: 200px; } }

.splash {
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center; }
  .splash b {
    color: #0f52ba;
    font-weight: normal; }
  .splash p {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 400;
    margin: 2em 0; }
    @media (max-width: 767px) {
      .splash p {
        font-size: 24px;
        margin: 1em 0; } }

.inner {
  max-width: 800px;
  padding: 100px;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .inner {
      padding: 30px; } }

.st0 {
  fill: none;
  stroke: #1B75BC;
  stroke-width: 13;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

svg {
  position: absolute;
  bottom: 0;
  right: 0; }

/*# sourceMappingURL=main.css.map */
