<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;
  background: #ffffff;
}



/* 基本設置*/
btn:focus, a:focus{
         outline: none;
}
.navbar-toggler:focus{
         outline: none !important;
         box-shadow: none;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
a {
  text-decoration: none !important;
  color: #525252;
}
a:hover {
  text-decoration: none !important;
  color: #525252;
}
a:active {
  text-decoration: none !important;
  color: #525252;
}
a:focus {
  text-decoration: none !important;
  color: #525252;
}

ul li a:active,
ol li a:active {
  text-decoration: none !important;
}

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




div,
li,
p {

}

h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.938rem;
}
h6 {
  font-size: 0.813rem;
}
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;
}

@media  (max-width: 575.98px) {
  body,
  html {
    font-size: 17px;
  }
}
</pre></body></html>