<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&amp;display=swap"); */

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img,
video {
  display: block;
  max-width: 100%;
}
button,
body {
  font-family: "Microsoft JhengHei", 敺株��迤暺煾��, 敺株�罸�暺煾��, 蝝唳�𡡞�𣙟HKSCS, Arial, sans-serif;
}

table {
  border-collapse: collapse;
  max-width: 100%;
}

li {
  margin-left: 24px;
}
td {
  padding: 8px;
  border: 1px solid #ccc;
}
main {
  background-image: url(/assets/images/BG3.jpg), url(/assets/images/logo_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 50%, 20%;
}

a {
  color: currentColor;
  text-decoration: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 1em;
}
.container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.header {
  position: relative;
  z-index: 9;
}

.header__row {
  display: flex;
  align-items: flex-end;
  padding: 0 0 12px;
}

.header__logo {
  flex: 0 0 240px;
}

.header__left,
.header__right {
  flex: 0 0 calc(50% - 120px);
}

.header__right {
  display: flex;
  align-items: center;
  gap: 0.875em;
  justify-content: flex-end;
}
.header__share-btn,
.header__menu-btn {
  flex: 0 0 32px;
  width: 32px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 5px;
  aspect-ratio: 1;
  line-height: 1;
}
.header__menu-btn {
  font-size: 32px;
}
@media screen and (min-width: 768.2px) {
  .header__menu-btn {
    display: none;
  }
}
.header__nav {
  background-color: #88dde2;
}

@media screen and (max-width: 992px) {
  .header__logo {
    flex: 0 0 120px;
  }
  .header__left {
    display: none;
  }
  .header__right {
    margin-left: auto;
  }
  .header__nav {
    display: none;
  }
}

.header__nav-row {
  display: flex;
}

.header__nav-row &gt; b {
  height: auto;
  width: 1px;
  flex: 0 0 1px;
  background-color: #fff;
  margin: 8px 0;
}

.header__item {
  flex: 1 1 auto;
  text-align: center;
  padding: 24px 10px;
  line-height: 1.2;
  transition: background-color 0.2s linear;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #006bb3;
}
.header__item.current {
  background-color: #074873;
  color: #fff;
  pointer-events: none;
}

.header__item:hover {
  background-color: #eee6;
}

.header__share {
  position: relative;
}

.header__share-body {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 12px;
  transition: 0.5s ease;
}
.header__share-item {
  padding: 6px 12px;
}
.header__share-item:hover {
  opacity: 0.8;
}

.header__share-body:not(.active) {
  opacity: 0;
  translate: 0 -24px;
  pointer-events: none !important;
}

.media-holder {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.media-holder &gt; img,
.media-holder &gt; video,
.media-holder &gt; iframe,
.media-holder .media-holder__body {
  position: absolute;
  inset: 0;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.media-holder--wide {
  aspect-ratio: 1.7777777778;
}

.landing {
  padding: 0 0 64px;
}

.landing-hero__figure {
  background-color: #222;
  border-radius: 5px;
  overflow: hidden;
}

.landing-slide {
  margin-top: 64px;
}

.landing-slide__swiper {
  overflow: hidden;
  border-radius: 5px;
}

.landing-slide__swiper-holder {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-theme-color: #fff;
}

.footer {
  background: linear-gradient(145deg, #2a4957, #1f3640);
  color: #fff;
  padding: 54px 0;
}

.footer hr {
  margin: 32px 0;
}

.footer__sitemap-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 32px;
}

@media screen and (min-width: 768.2px) {
  .footer__sitemap {
    column-gap: 20px;
    column-count: 3;
    column-fill: balance;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .footer__row {
    flex-direction: column;
    gap: 24px;
  }
}

.footer__item {
  display: block;
  margin-bottom: 16px;
}
.footer__item br {
  display: none !important;
}

.footer__item:hover {
  text-decoration: underline;
}

.wcag-logo {
  width: 88px;
}

.inner-content {
  padding: 120px 0;
}
@media screen and (max-width: 992px) {
  .inner-content {
    padding: 64px 0;
  }
}

.inner-content h2 {
  font-size: 32px;
  margin-bottom: 0.875em;
  color: #65a6d4;
  text-align: center;
  line-height: 1.2;
}

.inner-content h3 {
  font-size: 26px;
  margin-bottom: 0.875em;
  color: #2f495b;
  font-weight: 900;
  text-align: center;
}
.inner-content a:not([class]) {
  text-decoration: underline;
}

.inner-content p {
  line-height: 1.6em;
  margin-bottom: 0.875em;
  font-weight: 300;
}

@media screen and (min-width: 768.2px) {
  .inner-content p {
    font-size: 18px;
  }
}

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

.menu {
  position: fixed;
  inset: 0;
  z-index: 10;
  padding: 64px 20px;
  background-color: #0066ccdd;
  transition: 0.5s linear;
}
.menu:not(.active) {
  opacity: 0;
  pointer-events: none !important;
}

.menu__item {
  display: block;
  padding: 8px 0;
  margin: 10px 0;
  color: #fff;
}

.menu__item br {
  display: none;
}

.menu__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 32px;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999998 !important;
}

.popup-message {
  position: relative;
  max-height: 100%;
  padding: 5px;
  background-color: #019dd8;
  text-align: center;
  color: #000;
  border-radius: 8px;
}

.popup-message .bi {
  font-size: 16px;
}
.popup-message .close-btn {
  position: absolute;
  right: -10px;
  width: 1.15em;
  height: 1.15em;
  background-color: #fff;
  color: #019dd8;
  border-radius: 50%;
  border: 5px solid #019dd8;
  z-index: 999999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.popupImage {
  width: 100%;
  height: auto;
}

.popupImage img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

@media (max-width: 480px) {
  .popup-message {
    max-width: 60%;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .popup-message {
    max-width: 40%;
  }
}

@media (min-width: 768px) {
  .popup-message {
    max-width: 30%;
  }
}

.close-btn {
  margin-top: -20px;
  font-size: 30px;
  cursor: pointer;
}

.profile-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}
.profile-grid__item {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 480px) {
  .profile-grid__item {
    flex: 0 0 100%;
  }
}

.popup-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 8px;
  padding: 12px 0 8px;
}

.popup-btns__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 8px;
  padding: 12px;
  flex: 0 0 40%;
  background-color: #fff;
  font-weight: bold;
}
.popup-btns__item:hover {
  background-color: #ececec;
}

.landing-btns {
  margin: 120px auto;
  display: flex;
  justify-content: space-between;
  max-width: 840px;
}

.landing-btns__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  aspect-ratio: 1;
  border-radius: 8px;
  flex: 0 0 48%;
  padding: 20px;
  background-size: 100% auto;
  background-position: center top;
  overflow: hidden;
  transition: background-size 0.3s ease;
}
.landing-btns__item:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.8;
  z-index: 1;
  background: linear-gradient(145deg, #2a4957, #1f3640);
  transition: all 0.3s ease;
}
.landing-btns__item:hover {
  background-size: 110% auto;
}
.landing-btns__item:hover:before {
  opacity: 0.2;
}
.landing-btns__item + .landing-btns__item {
  translate: 0 32px;
}

.landing-btns__item span {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  text-align: right;
  transition: all 0.3s ease;
}
.landing-btns__item:hover span {
  opacity: 0;
}

@media (max-width: 480px) {
  .landing-btns {
    margin: 0 0 84px;
  }
  .landing-btns__item {
    padding: 12px;
  }
  .landing-btns__item span {
    font-size: 18px;
  }
}
</pre></body></html>