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;
  font-family: Microsoft JhengHei;
}

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;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice {
    font-size: 14px;
  }
}
@media screen and (min-width: 993px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 16.8px;
  }
  p.notice {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15.5px;
  }
  p.notice {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 585px) {
  h1 {
    font-size: 28.8px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4 {
    font-size: 18.3px;
  }
  h5 {
    font-size: 16.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15px;
  }
  p.notice {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22.5px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 14px;
  }
  p.notice {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 13.5px;
  }
  p.notice {
    font-size: 12px;
  }
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  color: #0e0f11;
}

h2 {
  color: #22262a;
}

h3 {
  color: #2e3338;
}

h4 {
  color: #394046;
}

h5 {
  color: #454d54;
}

h6 {
  color: #454d54;
}

p,
td,
th,
ul,
li {
  color: #454d54;
}
p a,
td a,
th a,
ul a,
li a {
  color: #454d54;
}

a,
span {
  color: #454d54;
}

a:hover {
  color: #2e3338;
}

header {
  background: linear-gradient(white, hsl(210, 20%, 90%));
  padding-bottom: 2px;
}

header#forMeta {
  width: 100%;
  display: none;
}

header#fixedHeader {
  width: 100%;
  opacity: 1;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  position: fixed;
  top: 0px;
  left: 0px;
}

ul.topIcons {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
ul.topIcons li {
  box-sizing: border-box;
}
ul.topIcons li:first-child img#Menu_x {
  display: none;
}
ul.topIcons li:last-child {
  text-align: right;
}
ul.topIcons li:last-child a img {
  filter: grayscale(0.6);
}
ul.topIcons li:last-child a:hover img {
  filter: grayscale(0);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  opacity: 1;
}

@media screen and (min-width: 993px) {
  ul.topIcons {
    padding-top: 2px;
    padding-bottom: 2px;
    height: -moz-fit-content;
    height: fit-content;
  }
  ul.topIcons li {
    width: 30%;
  }
  ul.topIcons li a span {
    font-weight: 800;
    color: #6b2e33;
  }
  ul.topIcons li a:hover span {
    color: hsl(355, 100%, 30%);
  }
  ul.topIcons li:first-child {
    display: none;
  }
  ul.topIcons li:nth-child(2) {
    text-align: left;
  }
  ul.topIcons li:nth-child(2) img {
    margin-left: 20px;
    width: 180px;
    position: relative;
    top: 4px;
  }
  ul.topIcons li:last-child img {
    width: 24px;
  }
}
@media screen and (max-width: 992px) {
  ul.topIcons {
    padding: 6px 10px 2px 10px;
  }
  ul.topIcons li {
    width: -moz-fit-content;
    width: fit-content;
  }
  ul.topIcons li:first-child {
    display: block;
  }
  ul.topIcons li:first-child img {
    width: 30px;
  }
  ul.topIcons li:nth-child(2) {
    padding-top: 0px;
    text-align: center;
  }
  ul.topIcons li:nth-child(2) img {
    width: 148px;
  }
  ul.topIcons li:last-child img {
    width: 30px;
  }
  ul.topIcons li:last-child span {
    display: none;
  }
}
ul.nav {
  padding: 2px;
}
ul.nav li a {
  color: #394046;
}
ul.nav li a span {
  color: #454d54;
  opacity: 1;
}
ul.nav li div {
  display: none;
}
ul.nav li:hover {
  font-weight: 700;
}
ul.nav li:hover a {
  color: hsl(210, 84%, 25%);
  text-shadow: none;
}
ul.nav li:hover a span {
  opacity: 0.3;
}
ul.nav li:hover div {
  display: block;
}
ul.nav li:hover div p {
  text-shadow: none;
  font-weight: normal;
}
ul.nav li:hover div p a {
  color: #454d54;
}
ul.nav li:hover div p:hover a {
  color: #2d4052;
}
ul.nav li.focus {
  font-weight: 700;
}
ul.nav li.focus a {
  color: hsl(210, 84%, 25%);
}
ul.nav li.focus p {
  font-weight: normal;
}
ul.nav li.focus p a {
  color: #2e3338;
}
ul.nav li.focus p.focus {
  font-weight: 700;
}
ul.nav li.focus p.focus a {
  color: #2d4052;
}
ul.nav li.focus:hover {
  font-weight: 0;
}
ul.nav li.focus:hover a {
  text-shadow: none;
}
ul.nav li div p:hover {
  font-weight: 700;
}

@media screen and (min-width: 993px) {
  ul.nav {
    margin: 0px auto;
    width: 100%;
    height: 23px;
    box-sizing: border-box;
    padding: 0px 40px 0px 220px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  ul.nav li {
    padding: 0px 10px;
  }
  ul.nav li div {
    margin-top: 2px;
    background-color: rgba(224, 230, 235, 0.95);
    padding: 10px 10px 0px 10px;
    border-radius: 0px 0px 6px 6px;
  }
  ul.nav li div p {
    padding: 10px 0px;
    border-bottom: 1px dashed rgba(69, 77, 84, 0.6);
  }
  ul.nav li div p:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 992px) {
  ul.nav {
    display: none;
  }
  ul.nav li {
    margin: 0 auto;
    width: 60%;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(69, 77, 84, 0.75);
    padding: 10px 0px;
    text-align: center;
  }
  ul.nav li div {
    height: -moz-fit-content;
    height: fit-content;
  }
  ul.nav li div p {
    padding-top: 10px;
    font-weight: normal;
  }
  ul.nav li:last-child {
    border-bottom: none;
  }
}
ul.nav li.dropDown div p:hover {
  font-weight: 600;
}

@media screen and (min-width: 1201px) {
  ul.nav li {
    font-size: 22px;
  }
  ul.nav li div p {
    font-size: 19px;
  }
  ul.nav li a span {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 1200px) {
  ul.nav li {
    font-size: 21px;
  }
  ul.nav li div p {
    font-size: 18px;
  }
  ul.nav li a span {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 992px) {
  ul.nav li {
    font-size: 21.5px;
  }
  ul.nav li div p {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 768px) {
  ul.nav li {
    font-size: 21px;
  }
  ul.nav li div p {
    font-size: 17px;
  }
  ul.nav li a span {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 585px) {
  ul.nav li {
    font-size: 20px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  ul.nav li {
    font-size: 19px;
  }
  ul.nav li div p {
    font-size: 16.5px;
  }
  ul.nav li a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  ul.nav li {
    font-size: 18px;
  }
  ul.nav li div p {
    font-size: 16.5px;
  }
}
h1,
h2 {
  text-align: center;
}

.MarginTop30 {
  margin-top: 90px;
}

h2.paddingTop {
  margin-top: 0px;
}

@media screen and (min-width: 1201px) {
  h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
    margin-top: 39px;
  }
}
@media screen and (max-width: 992px) {
  h2 {
    margin-top: 38px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    margin-top: 37px;
  }
}
@media screen and (max-width: 585px) {
  h2 {
    margin-top: 36px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    margin-top: 35px;
  }
}
.bold {
  font-weight: 700;
  color: hsl(113, 6%, 25%);
}

.LastPaddingBottom {
  padding-bottom: 50px;
}

ul.footer {
  background: linear-gradient(hsl(210, 20%, 90%) 5%, #f9fafb 30%, hsl(210, 40%, 85%) 80%);
  filter: drop-shadow(0px -3px 4px rgba(0, 0, 0, 0.2));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 14px 0px;
}
ul.footer li {
  width: -moz-fit-content;
  width: fit-content;
}
ul.footer li a {
  color: #42443c;
}
ul.footer li a img {
  width: 30px;
  filter: grayscale(100%);
}
ul.footer li a:hover {
  font-weight: 700;
}
ul.footer li a:hover img {
  filter: grayscale(0%);
  filter: drop-shadow(2px 6px 1px rgba(0, 0, 0, 0.25));
}
ul.footer li.logo {
  width: 100%;
  text-align: center;
  font-weight: 900;
}
ul.footer li.logo a {
  color: hsl(72, 6%, 10%);
}
ul.footer li.logo a img {
  margin: 0 auto;
  width: 180px;
  position: relative;
  top: 3px;
  filter: grayscale(0);
}

@media screen and (min-width: 481px) {
  ul.footer li {
    padding: 10px;
  }
  ul.footer li a img {
    margin: 2px 0px 2px 10px;
  }
}
@media screen and (max-width: 480px) {
  ul.footer li {
    padding: 10px 0px;
  }
  ul.footer li a img {
    margin: 2px 0px 2px 6px;
  }
}
@media screen and (min-width: 993px) {
  ul.footer li.logo {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  ul.footer li.logo {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  ul.footer li.logo {
    font-size: 21px;
  }
}
@media screen and (max-width: 585px) {
  ul.footer li.logo {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  ul.footer li.logo {
    font-size: 19px;
  }
}
@media screen and (max-width: 376px) {
  ul.footer li.logo {
    font-size: 18px;
  }
}
.positionRelative {
  position: relative;
}

div.bgCover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

div.bg100percent {
  background-size: 100%;
  background-repeat: no-repeat;
}

div.bgImageChrysanthemum {
  background-image: url(../images/background/chrysanthemum.webp);
  background-attachment: fixed;
}

div.bgImageTowerMountains {
  background-image: url(../images/background/tower_mountains.webp);
  background-attachment: fixed;
}

div.bgImageRiverMountain {
  background-image: url(../images/background/river_mountain.webp);
  background-attachment: fixed;
}

h1.theTitle {
  border-top: none;
  margin-top: 0;
  margin-bottom: 0;
  filter: drop-shadow(1px 2px 3px rgba(9, 10, 11, 0.5));
}
h1.theTitle span {
  display: block;
  margin: 10px auto 0px auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #174069;
}

@media screen and (min-width: 1201px) {
  h1.theTitle {
    padding-top: 90px;
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 1200px) {
  h1.theTitle {
    padding-top: 76.5px;
    padding-bottom: 45.9px;
  }
}
@media screen and (max-width: 992px) {
  h1.theTitle {
    padding-top: 63px;
    padding-bottom: 37.8px;
  }
}
@media screen and (max-width: 768px) {
  h1.theTitle {
    padding-top: 45px;
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 585px) {
  h1.theTitle {
    padding-top: 29.7px;
    padding-bottom: 17.82px;
  }
}
@media screen and (max-width: 480px) {
  h1.theTitle {
    padding-top: 21.6px;
    padding-bottom: 12.96px;
  }
}
.container {
  overflow: hidden;
}

.animation-element {
  position: relative;
}

.bounce-right .subject {
  opacity: 0;
  transition: all 700ms ease-out;
  transform: translate3d(-200px, 0px, 0px);
}

.bounce-right.in-view .subject {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.bounce-top .subject {
  opacity: 0;
  transition: all 700ms ease-out;
  transform: translate3d(0px, 100px, 0px);
}

.bounce-top.in-view .subject {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

p.notice {
  margin-top: 1px;
  text-align: center;
  color: hsl(355, 100%, 30%);
  font-weight: 600;
}

ul.processBox {
  margin: 0px auto;
  width: 97%;
  max-width: 1200px;
}
ul.processBox li {
  margin: 8px auto;
  width: 92%;
  max-width: 420px;
  background-color: hsl(210, 40%, 85%);
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.3));
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 8px;
}
ul.processBox li h3, ul.processBox li h4 {
  text-align: center;
}
ul.processBox li a {
  color: #73262d;
  font-weight: 800;
}
ul.processBox li a:hover {
  color: hsl(355, 100%, 30%);
}
ul.processBox li div {
  margin-top: 4px;
  color: #394046;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 4px;
  border-radius: 4px;
}
ul.processBox li div p {
  margin: 6px 0px 6px 12px;
  line-height: 1.24;
  text-indent: -12px;
}
ul.processBox li div.hidden {
  display: none;
}
ul.processBox li:hover {
  padding: 16px 16px;
  filter: drop-shadow(6px 10px 2px rgba(0, 0, 0, 0.3));
}
ul.processBox li:hover div.inRowArrow {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}
ul.processBox p.arrow {
  text-align: center;
}
ul.processBox p.arrow img {
  width: 34px;
}
ul.processBox div.inRowArrow {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 90%;
  max-width: 420px;
  padding: 0px;
}
ul.processBox div.inRowArrow p {
  width: 50%;
}
ul.processBox div.inRowArrow p img {
  display: block;
  margin: 0 auto;
  width: 32px;
}
ul.processBox li.inRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: transparent;
  padding: 0px;
}
ul.processBox li.inRow div.inRowBox {
  background-color: hsl(210, 40%, 85%);
  width: 45%;
  box-sizing: border-box;
  padding: 8px;
}
ul.processBox li.inRow div.inRowBox div {
  padding: 2px;
}
ul.processBox li.inRow div.inRowBox div p {
  text-indent: 0px;
  margin-left: 0px;
}
ul.processBox li.inRow div.inRowBox div.hidden {
  display: none;
}
ul.processBox li.inRow:hover div.inRowBox {
  padding: 16px 4px;
}/*# sourceMappingURL=process.css.map */