@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.wrapper, *:before, *:after {
  position: relative;
  margin: 0;
  font-family: "Noto Sans TC", sans-serif, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
}

.header, .footer {
  width: 100%;
  height: 65px;
  background-color: #FFB000;
  color: white;
  font-size: 1.25rem;
}
.header #headerMenu a, .footer #headerMenu a {
  color: #333;
  transition: background-color 0.2s;
}
.header #headerMenu a:hover, .footer #headerMenu a:hover {
  background-color: #f8f9fa;
}
@media screen and (max-width: 992px) {
  .header, .footer {
    font-size: 1rem;
  }
}
.header .signature, .footer .signature {
  width: 130px;
}
.header .pointer, .footer .pointer {
  cursor: pointer;
}
.header.borderTop, .footer.borderTop {
  border-top: 1px solid white;
}
.header.borderBtm, .footer.borderBtm {
  border-bottom: 1px solid white;
}/*# sourceMappingURL=style.css.map */