/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

.text-s {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

body,
html, .text-base {
  font-size: 1rem;
  line-height: 1.75;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-3xl {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-4xl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-5xl {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-6xl {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-7xl {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-8xl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
}

.stn-color-main {
  color: #00695c;
}

.stn-color-white {
  color: #ffffff;
}

.stn-color-black {
  color: #1a141f;
}

.stn-color-errore {
  color: #d51a52;
}

.stn-color-attention {
  color: #ff9500;
}

.stn-color-approval {
  color: #00b998;
}

.stn-color-link {
  color: #0f0bab;
}

.stn-color-disabled {
  color: #c9c9c9;
}

.stn-color-hint-text {
  color: #4b3a5a;
}

.stn-color-border {
  color: #aba7af;
}

.stn-color-spacer {
  color: #d9d1e0;
}

.stn-color-spacer-light {
  color: #e5e0eb;
}

.stn-color-BgLight-grey {
  color: #f5f3f7;
}

.stn-color-gray1 {
  color: #222222;
}

.stn-color-gray2 {
  color: #333333;
}

.stn-color-gray3 {
  color: #c4c4c4;
}

.stn-color-gray4 {
  color: #eeeeee;
}

.stn-color-gray5 {
  color: #636363;
}

.stn-color-gray18 {
  color: #929292;
}

.stn-color-4 {
  color: #00695E;
}

.stn-btn-sm, .stn-btn-md, .stn-btn-lg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  border-radius: 4px;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

button {
  display: inline-block;
  line-height: 0px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: inherit;
}

a {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: inherit;
}

.stn-btn-primary {
  color: #ffffff;
  background-color: #00695c;
}
.stn-btn-primary:hover {
  background-color: rgb(0, 69.3, 60.72);
}

.stn-btn-disabled {
  color: #ffffff;
  background-color: #c9c9c9;
  cursor: no-drop;
}
.stn-btn-disabled:hover {
  background-color: #c9c9c9;
}

.stn-btn-secondary {
  border: 1px solid #c4c4c4;
  color: #1a141f;
}
.stn-btn-secondary:hover {
  background-color: #eeeeee;
  border: 1px solid #636363;
}

.stn-btn-outlined {
  border: 1px solid #00695c;
  color: #00695c;
}
.stn-btn-outlined:hover {
  color: #ffffff;
  background-color: #00695c;
  border: 1px solid #00695c;
}

.stn-btn-ghost {
  color: #1a141f;
}
.stn-btn-ghost:hover {
  color: #ffffff;
  background-color: #333333;
}

.stn-btn-errore {
  color: #ffffff;
  background-color: #d51a52;
}
.stn-btn-errore:hover {
  background-color: rgb(181.1836820084, 22.1163179916, 69.7514644351);
}

.stn-btn-lg {
  padding: 14px 24px;
  font-size: 1rem;
  line-height: 1.125;
}
.stn-btn-lg img {
  width: 18px;
  height: 18px;
  margin: -3px 8px -3px 0px;
}

.stn-btn-md {
  padding: 10px 12px;
  font-size: 0.875rem;
  line-height: 1.125;
}
.stn-btn-md img {
  width: 18px;
  height: 18px;
  margin: 0px 8px 0px 0px;
}

.stn-btn-sm {
  padding: 4px 12px;
  font-size: 0.875rem;
  line-height: 1.125;
}
.stn-btn-sm img {
  width: 16px;
  height: 16px;
  margin: 0px 6px 0px 0px;
}

.stn-btn-ghost {
  background-color: #1a141f;
}

.stn-input-group-row,
.stn-input-group-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 437px;
}
.stn-input-group-row label,
.stn-input-group-column label {
  width: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  font-weight: 400;
}
.stn-input-group-row .required,
.stn-input-group-column .required {
  min-width: 40px;
  font-size: 0.875rem;
  color: #d51a52;
  margin-left: 5px;
}
.stn-input-group-row textarea,
.stn-input-group-row input[type=text],
.stn-input-group-row input[type=select],
.stn-input-group-row input[type=number],
.stn-input-group-row input[type=password],
.stn-input-group-row input[type=mail],
.stn-input-group-row input[type=tel],
.stn-input-group-row input[type=date],
.stn-input-group-column textarea,
.stn-input-group-column input[type=text],
.stn-input-group-column input[type=select],
.stn-input-group-column input[type=number],
.stn-input-group-column input[type=password],
.stn-input-group-column input[type=mail],
.stn-input-group-column input[type=tel],
.stn-input-group-column input[type=date] {
  padding: 10px 12px;
  font-size: 1rem;
  min-width: 254px;
  max-width: 254px;
  min-height: 18px;
  width: 254px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #b4b4b4;
}
.stn-input-group-row select,
.stn-input-group-row input[type=search],
.stn-input-group-column select,
.stn-input-group-column input[type=search] {
  padding: 10px 12px;
  font-size: 1rem;
  min-width: 280px;
  max-width: 280px;
  min-height: 40px;
  width: 280px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #b4b4b4;
}
.stn-input-group-row input[type=file],
.stn-input-group-column input[type=file] {
  min-width: 280px;
  max-width: 280px;
  width: 280px;
}
.stn-input-group-row ::-webkit-input-placeholder, .stn-input-group-column ::-webkit-input-placeholder {
  font-size: 1rem;
  color: #636363;
}
.stn-input-group-row ::-moz-placeholder, .stn-input-group-column ::-moz-placeholder {
  font-size: 1rem;
  color: #636363;
}
.stn-input-group-row :-ms-input-placeholder, .stn-input-group-column :-ms-input-placeholder {
  font-size: 1rem;
  color: #636363;
}
.stn-input-group-row ::-ms-input-placeholder, .stn-input-group-column ::-ms-input-placeholder {
  font-size: 1rem;
  color: #636363;
}
.stn-input-group-row ::placeholder,
.stn-input-group-column ::placeholder {
  font-size: 1rem;
  color: #636363;
}

.stn-input-group-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 280px;
}
.stn-input-group-column label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0px;
  margin-bottom: 8px;
}

.stn-input-lg textarea,
.stn-input-lg input[type=text],
.stn-input-lg input[type=select],
.stn-input-lg input[type=number],
.stn-input-lg input[type=password],
.stn-input-lg input[type=mail],
.stn-input-lg input[type=tel] {
  padding: 14px 12px;
}
.stn-input-lg input[type=search] {
  min-height: 48px;
  padding: 14px 12px;
}

.stn-input-row-sm,
.stn-input-column-sm {
  width: 337px;
}
.stn-input-row-sm textarea,
.stn-input-row-sm input[type=text],
.stn-input-row-sm input[type=select],
.stn-input-row-sm input[type=number],
.stn-input-row-sm input[type=password],
.stn-input-row-sm input[type=mail],
.stn-input-row-sm input[type=tel],
.stn-input-column-sm textarea,
.stn-input-column-sm input[type=text],
.stn-input-column-sm input[type=select],
.stn-input-column-sm input[type=number],
.stn-input-column-sm input[type=password],
.stn-input-column-sm input[type=mail],
.stn-input-column-sm input[type=tel] {
  padding: 4px 8px;
  min-width: 162px;
  max-width: 162px;
  min-height: 18px;
  width: 162px;
  height: 18px;
  border-radius: 2px;
}
.stn-input-row-sm select,
.stn-input-row-sm input[type=search],
.stn-input-column-sm select,
.stn-input-column-sm input[type=search] {
  padding: 4px 8px;
  min-width: 180px;
  min-height: 28px;
  width: 180px;
  height: 28px;
  border-radius: 2px;
}
.stn-input-row-sm input[type=file],
.stn-input-column-sm input[type=file] {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}

.stn-input-column-sm {
  width: 180px;
}

.stn-text-muted {
  width: 280px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}

.stn-text-muted-sm {
  width: 180px;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: left;
}

.stn-input-danger {
  color: #d51a52;
}
.stn-input-danger select,
.stn-input-danger textarea,
.stn-input-danger input[type=search],
.stn-input-danger input[type=text],
.stn-input-danger input[type=select],
.stn-input-danger input[type=number],
.stn-input-danger input[type=password],
.stn-input-danger input[type=mail],
.stn-input-danger input[type=tel] {
  border: 1px solid #d51a52;
}

select:disabled,
textarea:disabled,
input[type=search]:disabled,
input[type=text]:disabled,
input[type=select]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=mail]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled {
  background: #c9c9c9;
}

.stn-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-checkbox-group input {
  width: 16px;
  height: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
.stn-checkbox-group input:hover {
  border: 1px solid #636363;
}
.stn-checkbox-group label {
  margin-left: 9px;
}

.stn-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stn-radio-group input {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
.stn-radio-group input:hover {
  border: 1px solid #636363;
}
.stn-radio-group label {
  padding-left: 9px;
}

.stn-check-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.stn-check-search p {
  width: calc(20% - 12px);
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  font-weight: 400;
}
.stn-check-search .stn-check-drop-down {
  padding: 5px 0px 5px 12px;
  font-size: 1rem;
  width: calc(80% - 14px);
  border-radius: 4px;
  border: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
}
.stn-check-search .stn-check-drop-down .select-drop-down {
  width: 98%;
}
.stn-check-search .stn-check-drop-down ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stn-check-search .stn-check-drop-down ul li {
  padding: 2px 10px;
  background-color: #eeeeee;
  border-radius: 4px;
  margin: 6px 6px;
}
.stn-check-search .stn-check-drop-down ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
  text-decoration: none;
  line-height: 1.75rem;
}
.stn-check-search .stn-check-drop-down ul li a img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.stn-check-search .stn-check-drop-down ul .input-check {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}
.stn-check-search .stn-check-drop-down ul .input-check input {
  width: 100%;
  height: 26px;
  min-width: unset;
  max-width: unset;
  min-height: unset;
  border: 0px;
  padding: 0;
  font-size: 1rem;
}
.stn-check-search .stn-check-drop-down .arrow {
  height: 100%;
}
.stn-check-search .stn-check-drop-down .arrow img {
  width: 20px;
  cursor: pointer;
}
.stn-check-search .stn-check-lists {
  padding: 10px 12px;
  font-size: 1rem;
  min-height: 18px;
  width: calc(80% - 26px);
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 20%;
  margin-top: 5px;
  background-color: #ffffff;
}
.stn-check-search .stn-check-lists div {
  margin: 5px 0;
}
.stn-check-search .stn-check-lists div label {
  width: 100%;
  padding-left: 0;
  margin-left: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0;
}
.stn-check-search .noShow {
  display: none;
}

@media screen and (max-width: 950px) {
  .stn-input-group-row label {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .stn-input-group-row textarea,
  .stn-input-group-row input[type=text],
  .stn-input-group-row input[type=number],
  .stn-input-group-row input[type=password],
  .stn-input-group-row input[type=mail],
  .stn-input-group-row input[type=tel],
  .stn-input-group-row input[type=date],
  .stn-input-group-row input[type=datetime-local],
  .stn-input-group-row input[type=month] {
    width: calc(100% - 26px);
  }
  .stn-input-group-row input[type=search],
  .stn-input-group-row select {
    width: calc(100% - 0px);
  }
  .stn-input-group-row .stn-text-muted {
    width: 100%;
    padding-left: 0%;
  }
  .stn-input-row-icon .stn-icon {
    top: 42px;
  }
  .stn-input-row-noLabel .stn-icon {
    top: 8px;
  }
  .stn-input-group-row .stn-input-row-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .stn-check-search p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .stn-check-search .stn-check-drop-down {
    width: 100%;
  }
  .stn-check-search .stn-check-lists {
    margin-left: 0;
  }
  .stn-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stn-box-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
table thead {
  width: 100%;
  height: auto;
  background-color: #f5f3f7;
  border-bottom: 1px solid #dcdcdc;
}
table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 0 13px;
}
table thead tr th {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
table thead tr th:nth-child(1) {
  width: 30%;
}
table tbody {
  width: 100%;
  height: auto;
}
table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 0 13px;
  cursor: pointer;
}
table tbody tr td {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
table tbody tr td:nth-child(1) {
  width: 30%;
}
table tbody tr:nth-child(2n+2) {
  background-color: #f5f3f7;
}
table tbody tr:hover {
  background-color: #eeeeee;
}

.stn-page ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.stn-page ul li {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
.stn-page ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #00695c;
}
.stn-page ul li a:hover {
  background-color: #00695c;
  color: #ffffff;
}
.stn-page ul .active {
  background-color: #00695c;
}
.stn-page ul .active a {
  color: #ffffff;
}

.pageArea {
  margin: 20px 0;
  text-align: center;
  color: #00695c;
}

.total-page {
  margin: 10px 0;
}

body,
html {
  width: 100%;
  font-family: "Noto Sans TC", " PingFang TC", "Microsoft JhengHei", sans-serif;
  color: #222222;
}
body section a[accesskey=C],
body section a[accesskey=U],
body section a[accesskey=Z],
body div a[accesskey=C],
body div a[accesskey=U],
body div a[accesskey=Z],
html section a[accesskey=C],
html section a[accesskey=U],
html section a[accesskey=Z],
html div a[accesskey=C],
html div a[accesskey=U],
html div a[accesskey=Z] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #333333;
  text-decoration: none;
}
body main,
html main {
  position: relative;
}
body main a[accesskey=C],
html main a[accesskey=C] {
  color: #333333;
  font-size: 20px;
  position: absolute;
  text-decoration: none;
}

.banner-area {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 30%;
  background-image: url(../../images/banner.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-area h2 {
  width: 80%;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  top: 55%;
  left: 5%;
  right: 0;
  font-size: 2.75rem;
  color: #ffffff;
}

.hidden-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (max-width: 1295px) {
  .banner-area h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1050px) {
  .banner-area h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 901px) {
  .banner-area h2 {
    width: 40%;
    top: 47%;
  }
}
@media screen and (max-width: 665px) {
  .banner-area {
    padding-top: 55%;
  }
}
@media screen and (max-width: 601px) {
  .banner-area h2 {
    top: 40%;
  }
}
@media screen and (max-width: 540px) {
  .banner-area {
    padding-top: 83%;
  }
}
@media screen and (max-width: 470px) {
  .banner-area {
    padding-top: 88%;
  }
}
@media screen and (max-width: 405px) {
  .banner-area {
    padding-top: 100%;
  }
  .banner-area h2 {
    top: 36%;
    width: 48%;
  }
}
@media screen and (min-width: 320px) {
  main .content {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 319px) {
  main .content {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  main .content {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  main .content {
    max-width: 1380px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .main-w1720 .content {
    max-width: 1720px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
  footer .footerArea {
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
  }
}
.noShow {
  display: none;
}

.show-block {
  display: block;
}

.show-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.full-width {
  width: 100% !important;
}

h3 {
  font-size: 2rem;
  color: #00695c;
  margin-top: 75px;
  border-bottom: 1px solid #dcdcdc;
}

time {
  display: block;
  width: 100%;
  text-align: right;
  margin: 10px 0;
}

p {
  display: block;
  width: 100%;
  line-height: 1.75;
  margin: 10px 0;
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
  color: #00695c;
}

.file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.file-list li {
  width: 300px;
  padding: 20px 40px;
}
.file-list li a {
  display: block;
  width: 100%;
  height: 164px;
  position: relative;
  background-color: #f0f2f4;
}
.file-list li a img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.file {
  color: #1a141f;
  text-decoration: none;
  margin-bottom: 10px;
}
.file:hover {
  color: #00695c;
}

@media screen and (max-width: 405px) {
  .sitemap .map .unit > li {
    min-width: 100%;
    margin: 10px 0;
  }
}