* {
  font-family: 'Roboto', 'Noto Sans TC', 'sans-serif';
  text-align: justify;
  text-justify: distribute;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.375rem;
}

p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem 0.9375rem 0rem;
}

p {
  font-size: 1.125rem;
}

li {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem;
}

a a:hover, a:visited, a:link, a:active {
  color: #FFF;
  text-decoration: none;
  outline: none;
}

.set-h1, .set-h2, .set-h3, .set-h4, .set-h5, .set-h6 {
  color: #b59c17;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.set-h1-w, .set-h2-w, .set-h3-w, .set-h4-w, .set-h5-w, .set-h6-w {
  color: white;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.background-color-primary {
  background-color: #181a5b;
}

.background-color-primary-dark {
  background-color: #000031;
}

.img-border-radius {
  border-radius: 1rem;
}

.background-main-pic {
  background-image: url(/static/images/BG_Img.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.set-icon-img a {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
}

.set-icon-img a:hover {
  -webkit-filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
          filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
}

.set-list-indent {
  margin-left: 1.5rem;
  list-style: decimal;
  line-height: 2rem;
}

.set-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.set-margin-s {
  margin: 1rem;
}

.set-margin-top-s {
  margin-top: 1rem;
}

.set-margin-xs {
  margin: 0.5rem;
}

.set-padding-s {
  padding: 1rem;
}

.set-last-bottom {
  padding-bottom: 3.75rem;
  margin-bottom: 0;
}

table {
  margin: 0.5rem 0rem;
  width: 100%;
}

td {
  padding: 1rem;
  border: 1px #ffffff solid;
  color: #ffffff;
}

.set-table-head {
  background-color: #b59c17;
}

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

.set-table-w1 {
  width: 8.333%;
}

.set-table-w2 {
  width: 16.666%;
}

.set-table-w3 {
  width: 25%;
}

.set-table-w4 {
  width: 33.333%;
}

.set-tr-boder-bottom {
  border: 0px;
  border-bottom: 1px solid #b59c17;
}

.set-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.set-flex .set-h2 {
  margin-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.set-flex .set-margin-top {
  margin-top: 2rem;
}

.set-flex .set-margin-top p {
  text-align: right;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.set-box {
  background-color: #000031;
  border-radius: 10px;
  margin: 1rem 0rem;
  padding: 1.5rem;
  width: 200px;
  height: 200px;
}

.set-box .set-info-title {
  color: #fafafa;
  text-align: center;
  margin-bottom: 1rem;
}

.set-box .set-number {
  color: #eacd4e;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0px;
}

.set-box .set-increase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.set-box .set-increase p {
  font-size: 1.5rem;
  margin: 0;
}

.set-box .set-increase img {
  width: 30px;
}

.set-news-list li {
  border-bottom: 1px solid #ffffff;
}

.set-news-list li:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.set-news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem;
}

.set-news-list li a:hover .set-news-title {
  color: #eacd4e;
  text-decoration: underline;
}

.set-news-list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #eacd4e;
  border-right: 2px solid #eacd4e;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.set-news-list li a .set-news-data {
  padding: 0 2rem;
  color: #fafafa;
}

.set-news-list li a .set-news-title {
  padding-left: 2rem;
}

.set-news-list li a .set-tag {
  color: #181a5b;
  font-size: 0.8rem;
  line-height: 0.8rem;
  background-color: #eacd4e;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}

.set-shortcut-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
}

.set-shortcut-link a {
  text-align: center;
  padding: 2rem 3rem;
}

.set-shortcut-link a p {
  color: #ffffff;
  margin: 1rem 0;
}

.set-shortcut-link a img {
  width: 100px;
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(160deg) brightness(105%) contrast(105%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(160deg) brightness(105%) contrast(105%);
}

.set-shortcut-link a img, .set-shortcut-link a p {
  text-align: center;
}

.set-shortcut-link a:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.set-shortcut-link a:hover p {
  color: #eacd4e;
}

.set-shortcut-link a:hover img {
  -webkit-filter: invert(67%) sepia(79%) saturate(354%) hue-rotate(6deg) brightness(111%) contrast(84%);
          filter: invert(67%) sepia(79%) saturate(354%) hue-rotate(6deg) brightness(111%) contrast(84%);
}

.fz-12 {
  font-size: 12px;
}

.set-text-align {
  text-align: right;
}

@media (max-width: 1200px) {
  .set-box {
    max-width: 45%;
    height: 200px;
    padding: 1rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .set-box .set-info-title {
    margin: 0.5rem 0rem;
  }
  .set-text-align {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .container .set-margin-top {
    margin-top: 0;
  }
  .container .set-last-bottom {
    padding-bottom: 0rem;
  }
  .set-box {
    height: 180px;
  }
  .set-box .set-info-title {
    margin: 0.5rem 0rem;
  }
  .set-box .set-number {
    margin: 0;
    font-size: 2.5rem;
  }
  .set-shortcut-link a {
    padding: 1.5rem;
  }
  .set-shortcut-link a img {
    width: 80px;
  }
}

@media (max-width: 600px) {
  .container .set-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .set-flex .set-margin-top p {
    text-align: center;
  }
  .set-shortcut-link {
    display: none;
  }
  .set-flex h1, .set-flex h2 {
    text-align: center;
  }
  .set-flex .set-h2 {
    margin-left: 0;
  }
}
/*# sourceMappingURL=inverstor-relations.css.map */