@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  max-height: 999999px;
}

body {
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  font-family: "微軟正黑體", "MS UI Gothic", Arial, Helvetica, sans-serif;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
}

a,
a:hover,
a:active,
a:visited {
  color: #005bac;
  text-decoration: none;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #fff;
  padding: 17px 10px 0 29px;
  z-index: 9999;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
header a img {
  width: 158px;
}
@media (max-width: 991px) {
  header a img {
    width: 110px;
  }
}
@media (max-width: 991px) {
  header {
    height: 50px;
    padding: 12px 10px 0 20px;
  }
}

/* Footer */
footer {
  color: #fff;
  font-size: 13px;
  line-height: 1.35em;
  background: linear-gradient(to top, #009ae7, #0080e0);
  padding: 20px 10px;
  text-align: center;
  letter-spacing: 1px;
}

footer .socialmedia {
  padding: 10px 0;
}

footer .socialmedia li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

footer .socialmedia a {
  display: block;
}

footer .socialmedia img {
  width: 22px;
  height: 22px;
}

footer .copyright,
footer .contact {
  padding: 5px 0;
}

footer .contact p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}

@media screen and (max-width: 576px) {
  footer .socialmedia {
    padding: 0 0 10px;
  }
  footer .copyright,
  footer .contact {
    text-align: left;
  }
  footer .contact p {
    display: block;
    padding: 3px 0;
  }
}
[v-cloak] {
  display: none;
}

/* 預設 */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans TC", "MS UI Gothic", Arial, Helvetica, sans-serif;
  line-height: 1.75em;
  color: #002362;
}

/*隱鑶*/
@media screen and (min-width: 767px) {
  .for-pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .for-mb {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .for-mb {
    display: block !important;
  }
}

.server-maintenance {
  background-color: #e3eff5;
}
.server-maintenance .container {
  margin: 72px auto 0;
  width: 85%;
  height: auto;
  max-width: 1200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .server-maintenance .container {
    margin-top: 50px;
  }
}
.server-maintenance .content {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .server-maintenance .content {
    padding-bottom: 30px;
  }
}
.server-maintenance .content img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.server-maintenance .content h2 {
  color: #005bac;
  font-size: 48px;
  font-weight: bold;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .server-maintenance .content h2 {
    font-size: 38px;
  }
}
.server-maintenance .content p {
  color: #324554;
  font-size: 16px;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.server-maintenance .table {
  padding: 0 0 2rem;
}
.server-maintenance .table h3 {
  color: #002362;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .server-maintenance .table h3 {
    font-size: 18px;
  }
}
.server-maintenance .table ul {
  width: 100%;
  display: block;
  margin: 1em auto;
  border-collapse: collapse;
}
.server-maintenance .table ul li.thead {
  display: table-header-group;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  background: #002362;
}
@media screen and (max-width: 768px) {
  .server-maintenance .table ul li.thead {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .server-maintenance .table ul li.thead .tr {
    display: block;
    border: rgba(50, 69, 84, 0.13) 1px solid;
    margin-bottom: 5px;
  }
}
.server-maintenance .table ul li.thead .tr li {
  display: table-cell;
  padding: 5px;
  border: rgba(50, 69, 84, 0.13) 1px solid;
}
@media screen and (min-width: 1300px) {
  .server-maintenance .table ul li.thead .tr li {
    min-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .server-maintenance .table ul li.thead .tr li {
    display: inline-block;
    width: 100%;
    border: none;
  }
}
.server-maintenance .table ul li.tbody {
  display: table-row-group;
}
@media screen and (max-width: 768px) {
  .server-maintenance .table ul li.tbody .tr {
    display: block;
    border: rgba(50, 69, 84, 0.13) 1px solid;
    margin-bottom: 5px;
  }
}
.server-maintenance .table ul li.tbody .tr li {
  display: table-cell;
  padding: 5px;
  border: rgba(50, 69, 84, 0.13) 1px solid;
}
@media screen and (max-width: 768px) {
  .server-maintenance .table ul li.tbody .tr li {
    display: inline-flex;
    width: 100%;
    border: none;
    text-align: initial;
  }
  .server-maintenance .table ul li.tbody .tr li::before {
    content: attr(data-title);
    display: inline-block;
    flex-basis: 30%;
    flex-shrink: 0;
    font-weight: 700;
    padding-right: 1rem;
    text-align: right;
  }
}
.server-maintenance .table ul ol.tr {
  display: table-row;
}
.server-maintenance .table ul ol.tr:nth-child(even) {
  background: rgba(195, 226, 245, 0.36);
}/*# sourceMappingURL=main.css.map */