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, div#carousel h3 {
    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, div#carousel h3 {
    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, div#carousel h3 {
    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, div#carousel h3 {
    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, div#carousel h3 {
    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, div#carousel h3 {
    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, div#carousel h3 {
    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: #11100e;
}

h2 {
  color: #2a2722;
}

h3 {
  color: #38342e;
}

h4 {
  color: #464139;
}

h5 {
  color: #544e45;
}

h6 {
  color: #544e45;
}

p,
td,
th,
ul,
li {
  color: #544e45;
}
p a,
td a,
th a,
ul a,
li a {
  color: #544e45;
}

a,
span {
  color: #544e45;
}

a:hover {
  color: #38342e;
}

header {
  background: linear-gradient(white, hsl(40, 10%, 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:nth-child(2) a img {
  filter: drop-shadow(0px 0px 1px rgba(84, 78, 69, 0.25));
}
ul.topIcons li:nth-child(2) a:hover img {
  filter: drop-shadow(-4px -4px 1px rgba(84, 78, 69, 0.45));
}
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: 0px 10px;
    height: -moz-fit-content;
    height: fit-content;
  }
  ul.topIcons li {
    width: 30%;
  }
  ul.topIcons li a span {
    font-weight: 800;
    color: #8f3d3d;
  }
  ul.topIcons li a:hover span {
    color: #cc0000;
  }
  ul.topIcons li:first-child {
    display: none;
  }
  ul.topIcons li:nth-child(2) {
    text-align: left;
  }
  ul.topIcons li:nth-child(2) img {
    width: 170px;
    position: relative;
    top: 2px;
  }
  ul.topIcons li:last-child img {
    width: 24px;
  }
}
@media screen and (max-width: 992px) {
  ul.topIcons {
    padding: 3px 6px;
    align-items: center;
  }
  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) {
    text-align: center;
  }
  ul.topIcons li:nth-child(2) img {
    width: 155px;
  }
  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: #464139;
}
ul.nav li a span {
  color: #544e45;
  opacity: 1;
}
ul.nav li div {
  display: none;
}
ul.nav li:hover {
  font-weight: 700;
}
ul.nav li:hover a {
  color: hsl(36, 70%, 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: #544e45;
}
ul.nav li:hover div p:hover a {
  color: #494236;
}
ul.nav li.focus {
  font-weight: 700;
}
ul.nav li.focus a {
  color: hsl(36, 70%, 25%);
}
ul.nav li.focus p {
  font-weight: normal;
}
ul.nav li.focus p a {
  color: #38342e;
}
ul.nav li.focus p.focus {
  font-weight: 700;
}
ul.nav li.focus p.focus a {
  color: #494236;
}
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 178.5px;
    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(232, 230, 227, 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(84, 78, 69, 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(84, 78, 69, 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: 21px;
  }
  ul.nav li div p {
    font-size: 18px;
  }
  ul.nav li a span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  ul.nav li {
    font-size: 18.5px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
  ul.nav li a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  ul.nav li {
    font-size: 21px;
  }
  ul.nav li div p {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 768px) {
  ul.nav li {
    font-size: 19px;
  }
  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(40, 10%, 90%) 5%, #fafaf9 30%, hsl(40, 30%, 85%) 80%);
  filter: drop-shadow(0px -3px 4px rgba(0, 0, 0, 0.2));
  padding: 14px 0px;
  padding-bottom: 30px;
}
ul.footer li {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  box-sizing: border-box;
  text-align: center;
}
ul.footer li a {
  display: inline-block;
  color: #42443c;
}
ul.footer li a img {
  width: 30px;
  filter: grayscale(85%);
  position: relative;
  top: 10px;
}
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 {
  margin-bottom: 0px;
  width: 100%;
  max-width: none;
  font-weight: 900;
  padding-bottom: 0px;
}
ul.footer li.logo a {
  color: hsl(72, 6%, 10%);
}
ul.footer li.logo a img {
  margin: 0 auto;
  width: 187px;
  top: 0px;
  filter: grayscale(0%);
}
ul.footer li.logo a:hover {
  filter: drop-shadow(6px 6px 2px rgba(0, 0, 0, 0.3));
}

@media screen and (min-width: 481px) {
  ul.footer li {
    padding: 0px 10px;
  }
  ul.footer li a img {
    margin: 2px 2px 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  ul.footer li {
    padding: 0px 10px;
  }
  ul.footer li a img {
    margin: 2px 2px 6px 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;
  }
}
#carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#carousel #content {
  position: relative;
}
#carousel #content li {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#carousel #content li img {
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 3s;
  transition-timing-function: ease-out;
}
#carousel #content li.visible {
  pointer-events: auto;
}
#carousel #content li.visible img {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 3s;
  transition-timing-function: ease-out;
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  animation-name: Scale;
  animation-duration: 12s;
}

@keyframes Scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}
#contentButton {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#contentButton li {
  width: 44px;
  height: 8px;
  margin: 8px 0px;
  display: inline-block;
  justify-content: center;
}
#contentButton li img {
  width: 100%;
  opacity: 0.5;
}

#contentButton li.clickMe img {
  opacity: 1;
}

.positionRelative {
  position: relative;
}

div.bgCover {
  background-size: cover;
}

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

div.bgImageWooden {
  background-image: url(../images/background/wooden.webp);
  background-attachment: fixed;
  background-position: left top;
}

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

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

div.bgImageFog {
  background-image: url(../images/background/fog.webp);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

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

div.bgImageWhiteLilies {
  background-image: url(../images/background/white_lilies.webp);
  background-attachment: fixed;
  background-position: left center;
}

.container {
  overflow: hidden;
}

.animation-element {
  position: relative;
}

.bounce-right .subject {
  opacity: 0;
  transition: all 700ms ease-in;
  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);
}

ul.nameCard {
  margin: 10px auto 0px auto;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
ul.nameCard li {
  box-sizing: border-box;
}
ul.nameCard li img.nameCard {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}
ul.nameCard li a {
  display: block;
  margin-top: 10px;
  line-height: 1.8;
}
ul.nameCard li a img {
  width: 30px;
  filter: grayscale(0.7);
}
ul.nameCard li a:hover {
  font-weight: 800;
}
ul.nameCard li a:hover img {
  filter: grayscale(0);
}
ul.nameCard li a:first-child {
  margin-top: 0px;
}

@media screen and (min-width: 769px) {
  ul.nameCard {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.nameCard li {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.nameCard {
    display: block;
  }
  ul.nameCard li {
    margin: 0 auto;
    width: 98%;
    padding: 10px;
  }
  ul.nameCard li a {
    text-align: center;
  }
  ul.nameCard li:first-child {
    padding: 0px 10px;
  }
}
ul.process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 0px auto;
  width: 100%;
  max-width: 1400px;
}
ul.process li {
  border: 1px solid #a39b8f;
  filter: drop-shadow(0px 0px 4px #8c8273);
  width: 88%;
  max-width: 320px;
  border-radius: 6px;
  background-color: white;
  overflow: hidden;
  position: relative;
}
ul.process li a {
  align-items: center;
}
ul.process li a img.Process {
  width: 100%;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.5s;
}
ul.process li a h3 {
  padding: 16px 0px;
  line-height: 1.5;
  text-align: center;
}
ul.process li:hover {
  background-color: #ede8de;
  filter: drop-shadow(0px 0px 6px #625b50);
}
ul.process li:hover a img.Process {
  width: 100%;
  transform: scale(1.06);
  transform-origin: center;
  transition: all 0.5s;
}
ul.process li:hover a h3 {
  color: hsl(36, 70%, 25%);
}

@media screen and (min-width: 586px) {
  ul.process {
    align-items: flex-start;
  }
  ul.process li {
    margin: 0px 24px 60px 24px;
  }
  ul.process li h3 {
    padding: 16px 0px;
  }
  ul.process li:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 585px) {
  ul.process li {
    margin: 0px 10px 40px 10px;
  }
  ul.process li h3 {
    padding: 10px 0px;
  }
  ul.process li:last-child {
    margin-bottom: 20px;
  }
}
div.towers {
  margin: 0px auto 40px auto;
  width: 100%;
  max-width: 650px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 1.65;
}
div.towers img {
  width: 25%;
  max-width: 100px;
  min-width: 50px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
div.towers p {
  text-indent: 1.6rem;
}
div.towers p.NoTextIndent {
  text-indent: 0rem;
}
div.towers p:last-child {
  margin-top: 1rem;
}
div.towers h5 {
  padding-top: 10px;
  text-align: center;
}
div.towers h3 {
  line-height: 1.65;
  text-align: center;
}

div.takeLook {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(232, 230, 227, 0.65));
  padding: 10px;
  border-radius: 10px;
  line-height: 1.45;
  display: flex;
  align-items: center;
}
div.takeLook img {
  display: block;
  margin-right: 10px;
  width: 20%;
}
div.takeLook h3 {
  line-height: 1.55;
}
div.takeLook a {
  color: #98661b;
}
div.takeLook a:hover {
  color: #cc0000;
}

ul.natureTobm {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
}
ul.natureTobm li {
  margin: 0px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
ul.natureTobm li img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
ul.natureTobm li h3.title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
ul.natureTobm li div.blackCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0px 30px;
  display: none;
}
ul.natureTobm li div.blackCover div.verticalCenter h3 {
  color: white;
  line-height: 1.4;
  text-align: center;
}
ul.natureTobm li div.blackCover div.verticalCenter p {
  margin: 0 auto;
  color: hsl(0, 0%, 85%);
  line-height: 1.2;
}
ul.natureTobm li:hover h3.title {
  display: none;
}
ul.natureTobm li:hover div.blackCover {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  ul.natureTobm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.natureTobm li {
    width: 360px;
  }
}
@media screen and (max-width: 1200px) {
  ul.natureTobm {
    display: block;
  }
  ul.natureTobm li {
    margin: 0 auto 20px auto;
    width: 60%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  ul.natureTobm li {
    width: 75%;
  }
}
@media screen and (max-width: 585px) {
  ul.natureTobm li {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  ul.natureTobm li {
    width: 75%;
  }
}
@media screen and (max-width: 376px) {
  ul.natureTobm li {
    width: 98%;
    max-width: 300px;
  }
}/*# sourceMappingURL=index.css.map */