<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");

body,
html {
  font-size: 15px;
  line-height: 1.6rem;
  /* 英文單字自動換行 IE ONLY*/
  word-wrap: break-word;
  /* 正常避頭尾 */
  word-break: normal;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  padding: 0;
}

ul li,
ol li {
  font-feature-settings: "liga" 0;
  padding: 0.1em 0px 0.1em 0px;
}

div,
li,
p {
  text-align: justify;
  text-justify: inter-word;
  font-feature-settings: "liga" 0;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.938rem;
}

p {
  font-size: 1rem;
}

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.no-liststyle {
  list-style-type: none;
}

.no-ulleftpd {
  padding-inline-start: 0px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(141 130 112 / 25%);
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

@media (max-width: 575.98px) {

  body,
  html {
    font-size: 17px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 0.938rem;
  }

  h6 {
    font-size: 0.813rem;
  }

  p {
    font-size: 1rem;
  }

}</pre></body></html>