@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  * .pc {
    display: none !important;
  }
}
* .mb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  * .mb {
    display: block !important;
  }
}

body {
  background: #fafafa;
  background-attachment: fixed;
}

h1,
h2 {
  text-align: center;
}

h2 {
  position: relative;
  margin: 0 auto;
  font-weight: normal;
  padding: 5% 0 10px;
  font-size: 30px;
  color: #234c91;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 550;
}
h2::before {
  content: "";
  width: 80px;
  height: 5px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#eacc6b), to(#e7a900));
  background: linear-gradient(to right, #eacc6b 0%, #e7a900 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  h2 {
    padding: 7% 0 12px;
    font-size: 22.5px;
  }
}

h3 {
  font-size: 24px;
  text-align: center;
  display: table;
  letter-spacing: 1px;
  padding: 5px 25px 6px;
  margin: 3% auto 2%;
  font-weight: normal;
  background: linear-gradient(135deg, #005baa 0%, #022169 100%);
  border: 3px solid #fff;
  outline: 3px solid #2d6e8e;
  color: #fff;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 25.5px;
    margin: 5% auto;
  }
}

h6 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 499px) {
  h6 {
    font-size: 11.2px;
  }
}

p {
  color: #434343;
  font-size: 20px;
  line-height: 1.8;
  margin: 30px 0;
  font-weight: normal;
}
p span {
  color: #662d8e;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 576px) {
  p span {
    font-size: 1.2rem;
  }
}
p b {
  background: #c0e2ff;
  color: #262626;
  font-weight: normal;
  display: inline-block;
  padding: 1px 5px;
}
p.table {
  font-size: 16px;
  background: #eee;
  padding: 10px 15px;
}
@media screen and (max-width: 576px) {
  p.table {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  p {
    font-size: 19px;
  }
  p.from {
    margin: 10px 0 15px;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  color: #0d5b81;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.8;
}
@media screen and (max-width: 499px) {
  a {
    font-size: 14px;
  }
}
a.triangle:before {
  content: "";
  border-width: 8px 12px;
  border-color: transparent transparent transparent #234c91;
  border-style: solid;
  position: absolute;
  left: -1em;
  top: 6px;
}
a:hover {
  opacity: 0.8;
}
a.square:before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.4em;
  width: 12px;
  height: 12px;
  background-color: #234c91;
}

ol,
ul {
  list-style: none;
}
ol li,
ul li {
  color: #234c91;
  font-size: 24px;
  line-height: 1.8;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 499px) {
  ol li,
  ul li {
    font-size: 16.8px;
  }
}

body {
  width: 100%;
}

header {
  padding-top: 60px;
}
header progress {
  border: none;
  color: #0d5b81;
  width: 100%;
  height: 3px;
  z-index: 9;
  position: fixed;
  top: 0px;
}
header progress::-webkit-progress-value {
  background: #0d5b81;
}
header progress::-webkit-progress-bar {
  background: #131313;
}
header nav {
  position: fixed;
  top: 3px;
  left: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #131313;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  header nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
    height: auto;
  }
}
header nav img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
header nav div.tag {
  margin-right: 10px;
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 1024px) {
  header nav div.tag {
    width: 100%;
    display: none;
  }
}
header nav div.tag a {
  margin: 0 10px;
  color: #fff;
}
header nav div.tag a:hover {
  color: #b6e3ff;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  header nav div.tag a {
    display: block;
    text-align: center;
    margin: 5px 0;
  }
}
@media screen and (max-width: 499px) {
  header nav div.tag a {
    font-size: 14.4px;
  }
}
header nav #openTag {
  margin-right: 20px;
  display: none;
}
@media screen and (max-width: 1024px) {
  header nav #openTag {
    display: block;
  }
}
header nav .logo {
  width: 100px;
}
@media screen and (max-width: 499px) {
  header nav .logo {
    width: 80px;
  }
}
header img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  header img {
    height: auto;
  }
}

section {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: -50px auto 50px;
  padding: 10px 3% 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #c4c4c4;
          box-shadow: 0 0 5px #c4c4c4;
}
@media screen and (max-width: 768px) {
  section {
    width: 95%;
    margin: -20px auto 30px;
  }
}
section .slogan {
  position: relative;
  width: 100%;
  padding: 0.5em;
  margin: 0 auto;
}
section .slogan h1 {
  position: relative;
  z-index: 1;
  padding: 10px 5px;
  letter-spacing: 2px;
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  color: #662d8e;
  background: #edf3ed;
  border-top: 1px solid #234c91;
  border-bottom: 1px solid #234c91;
}
@media screen and (max-width: 1240px) {
  section .slogan h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  section .slogan h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  section .slogan h1 {
    font-size: 25.5px;
  }
}
section article img {
  width: 85%;
  margin: 0 auto;
  display: block;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  section article img {
    width: 100%;
  }
}
section article .note {
  font-weight: bold;
}
section article a.link img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section article a.link:hover img {
  opacity: 0.8;
}
section article .video {
  width: 80%;
  margin: 30px auto 0;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
section article .video .video-container {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  section article .video {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  section article .video {
    width: 100%;
    padding: 6px;
  }
}
section article .video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
section article .video .video-container iframe,
section article .video .video-container .video-container object,
section article .video .video-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section article.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section article.more a {
  width: calc(33.3333333333% - 20px);
  margin: 25px auto 0;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  section article.more a {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  section article.more a {
    width: 95%;
    margin: 0 auto 20px;
  }
}
section article.more a:hover {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}
section article.more a img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  section article.more a img {
    height: auto;
  }
}
section article.more a p {
  padding: 10px 20px;
  margin: 0;
}
section article.caveat {
  margin: 30px 0;
  background-color: #eee;
  padding: 3%;
}
section article.caveat p {
  margin: 0;
  line-height: 2em;
  font-size: 18px;
}
@media screen and (max-width: 499px) {
  section article.caveat p {
    font-size: 15px;
  }
}
section article.caveat span {
  color: #0d5b81;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 499px) {
  section article.caveat span {
    font-size: 15px;
  }
}
section .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
}
section .btn a {
  width: 80%;
  max-width: 380px;
  padding: 6px 0 6px 10px;
  display: block;
  margin: 0 20px;
  letter-spacing: 1px;
  border-radius: 10px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #2d398c 0%, #662d8e 100%);
  -webkit-animation: scale 1s infinite;
          animation: scale 1s infinite;
}
section .btn a b {
  font-size: 0.8em;
  line-height: 1em;
  margin: 0 0 0 10px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  section .btn a {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
section .table {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
section .table tr th, section .table tr td {
  padding: 12px 20px;
}
section .table tr th {
  background: #662d8e;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
@media screen and (max-width: 576px) {
  section .table tr th {
    font-size: 0.9em;
    padding: 10px;
  }
}
section .table thead th {
  text-align: center;
  background: #2b5286;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 20px 15px !important;
}
section .table tbody th {
  line-height: 1.6em;
  font-weight: normal;
  background: #2b5286;
  text-align: center;
}
section .table tbody td {
  font-size: 1.1em;
  line-height: 1.6em;
  background: rgb(230, 233, 237);
  border: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 576px) {
  section .table tbody td {
    font-size: 0.88em;
    padding: 10px 15px;
  }
}
section .table tbody .text-left {
  text-align: left;
}
section .table tbody a {
  color: #ffffff;
  text-decoration: underline !important;
  font-size: 1.1rem;
  text-align: left;
}
section .table tbody tr:nth-child(even) td {
  background: #fff;
}

.fixedL {
  position: fixed;
  left: 0;
  bottom: 2%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fixedL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 50px;
  }
}
.fixedL a {
  width: 50px;
  height: 50px;
  margin: 0;
  display: block;
  padding: 10px;
}
.fixedL a:first-child {
  background: #3b5998;
}
.fixedL a:nth-child(2) {
  background: #00c300;
}
.fixedL a:nth-child(3) {
  background: #c9caca;
}
.fixedL a:hover {
  width: 55px;
}
@media screen and (max-width: 768px) {
  .fixedL a:hover {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .fixedL a {
    width: 33.3333333333%;
  }
}
.fixedL a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fixedR {
  position: fixed;
  right: 20px;
  bottom: 2%;
  z-index: 1;
}
.fixedR a {
  position: relative;
  margin: 0;
  display: block;
  font-size: 1.1em;
  width: 140px;
  height: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: wave 1s infinite;
          animation: wave 1s infinite;
}
.fixedR a img {
  display: block;
  margin: 5px auto 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fixedR {
    bottom: 60px;
  }
  .fixedR a {
    width: 120px;
    height: 120px;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
footer {
  background-color: #383838;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 50px;
  }
}
footer .pub {
  padding: 10px 0;
}
footer .copyright {
  padding: 10px 0;
  background-color: #131313;
}

a.more {
  margin: 40px auto;
  display: block;
  width: 95%;
  max-width: 400px;
  background: #0d5b81;
  -webkit-box-shadow: 0 0 5px #0d5b81;
          box-shadow: 0 0 5px #0d5b81;
  font-size: 24px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 576px) {
  a.more {
    font-size: 20px;
  }
}

.img-deco {
  display: block;
  margin: 0 auto;
}
.img-deco img {
  max-width: 100%;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  .img-deco img {
    padding: 6px;
  }
}