@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
/* 螢幕裝置 */
/* 使用的顏色 */
/* 共用區 */
.part1__ {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: 0.5s 0s part1__ linear forwards;
          animation: 0.5s 0s part1__ linear forwards;
}

@-webkit-keyframes part1__ {
  0% {
    -webkit-transform: rotate(20deg) scale(1) translateY(80px);
            transform: rotate(20deg) scale(1) translateY(80px);
    margin-top: 0px;
  }
  100% {
    -webkit-transform: rotate(20deg) scale(1) translateY(40px);
            transform: rotate(20deg) scale(1) translateY(40px);
    margin-top: 30px;
  }
}

@keyframes part1__ {
  0% {
    -webkit-transform: rotate(20deg) scale(1) translateY(80px);
            transform: rotate(20deg) scale(1) translateY(80px);
    margin-top: 0px;
  }
  100% {
    -webkit-transform: rotate(20deg) scale(1) translateY(40px);
            transform: rotate(20deg) scale(1) translateY(40px);
    margin-top: 30px;
  }
}

.part2__ {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: 0.5s 0s part2__ linear forwards;
          animation: 0.5s 0s part2__ linear forwards;
}

@-webkit-keyframes part2__ {
  0% {
    -webkit-transform: rotate(0deg) translateY(-20px) scale(1);
            transform: rotate(0deg) translateY(-20px) scale(1);
    margin-top: 0px;
  }
  100% {
    -webkit-transform: rotate(-7deg) translateY(0px) scale(1);
            transform: rotate(-7deg) translateY(0px) scale(1);
  }
}

@keyframes part2__ {
  0% {
    -webkit-transform: rotate(0deg) translateY(-20px) scale(1);
            transform: rotate(0deg) translateY(-20px) scale(1);
    margin-top: 0px;
  }
  100% {
    -webkit-transform: rotate(-7deg) translateY(0px) scale(1);
            transform: rotate(-7deg) translateY(0px) scale(1);
  }
}

@media (max-width: 768px) {
  @-webkit-keyframes part2__ {
    0% {
      -webkit-transform: rotate(0deg) translateY(-20px) scale(1);
              transform: rotate(0deg) translateY(-20px) scale(1);
      margin-top: 0px;
    }
    100% {
      -webkit-transform: rotate(-5deg) translateY(-10px) scale(1);
              transform: rotate(-5deg) translateY(-10px) scale(1);
    }
  }
  @keyframes part2__ {
    0% {
      -webkit-transform: rotate(0deg) translateY(-20px) scale(1);
              transform: rotate(0deg) translateY(-20px) scale(1);
      margin-top: 0px;
    }
    100% {
      -webkit-transform: rotate(-5deg) translateY(-10px) scale(1);
              transform: rotate(-5deg) translateY(-10px) scale(1);
    }
  }
}

.part3__ {
  -webkit-transition: 0s;
  transition: 0s;
  margin-top: 0px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: 0.5s 0s part3__ linear forwards;
          animation: 0.5s 0s part3__ linear forwards;
}

@-webkit-keyframes part3__ {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(-25px);
            transform: rotate(0deg) scale(1) translateY(-25px);
    margin-top: 0px;
  }
  100% {
    -webkit-transform: rotate(-7deg) scale(1) translateY(0px);
            transform: rotate(-7deg) scale(1) translateY(0px);
    margin-top: 0px;
  }
}

@keyframes part3__ {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(-25px);
            transform: rotate(0deg) scale(1) translateY(-25px);
    margin-top: 0px;
  }
  100% {
    -webkit-transform: rotate(-7deg) scale(1) translateY(0px);
            transform: rotate(-7deg) scale(1) translateY(0px);
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  @-webkit-keyframes part3__ {
    0% {
      -webkit-transform: rotate(0deg) scale(1) translateY(-25px);
              transform: rotate(0deg) scale(1) translateY(-25px);
      margin-top: 0px;
    }
    100% {
      -webkit-transform: rotate(-7deg) scale(1) translateY(0px);
              transform: rotate(-7deg) scale(1) translateY(0px);
      margin-top: 0px;
    }
  }
  @keyframes part3__ {
    0% {
      -webkit-transform: rotate(0deg) scale(1) translateY(-25px);
              transform: rotate(0deg) scale(1) translateY(-25px);
      margin-top: 0px;
    }
    100% {
      -webkit-transform: rotate(-7deg) scale(1) translateY(0px);
              transform: rotate(-7deg) scale(1) translateY(0px);
      margin-top: 0px;
    }
  }
}

.part0__ {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: 0.5s 0s part0__ linear forwards;
          animation: 0.5s 0s part0__ linear forwards;
}

@-webkit-keyframes part0__ {
  0% {
    -webkit-transform: rotate(-10deg) scale(1) translateY(20px);
            transform: rotate(-10deg) scale(1) translateY(20px);
  }
  100% {
    -webkit-transform: rotate(-17deg) scale(1) translateY(80px);
            transform: rotate(-17deg) scale(1) translateY(80px);
    margin-top: 0px;
  }
}

@keyframes part0__ {
  0% {
    -webkit-transform: rotate(-10deg) scale(1) translateY(20px);
            transform: rotate(-10deg) scale(1) translateY(20px);
  }
  100% {
    -webkit-transform: rotate(-17deg) scale(1) translateY(80px);
            transform: rotate(-17deg) scale(1) translateY(80px);
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  @-webkit-keyframes part0__ {
    0% {
      -webkit-transform: rotate(-5deg) scale(1) translateY(5px);
              transform: rotate(-5deg) scale(1) translateY(5px);
    }
    100% {
      -webkit-transform: rotate(-5deg) scale(1) translateY(10px);
              transform: rotate(-5deg) scale(1) translateY(10px);
      margin-top: 0px;
    }
  }
  @keyframes part0__ {
    0% {
      -webkit-transform: rotate(-5deg) scale(1) translateY(5px);
              transform: rotate(-5deg) scale(1) translateY(5px);
    }
    100% {
      -webkit-transform: rotate(-5deg) scale(1) translateY(10px);
              transform: rotate(-5deg) scale(1) translateY(10px);
      margin-top: 0px;
    }
  }
}

.part4__ {
  -webkit-transition: 0s;
  transition: 0s;
  margin-top: 0px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: 0.5s 0s part4__ linear forwards;
          animation: 0.5s 0s part4__ linear forwards;
}

@-webkit-keyframes part4__ {
  0% {
    -webkit-transform: rotate(15deg) scale(1) translateY(40px);
            transform: rotate(15deg) scale(1) translateY(40px);
  }
  100% {
    -webkit-transform: rotate(5deg) scale(1) translateY(-10px);
            transform: rotate(5deg) scale(1) translateY(-10px);
  }
}

@keyframes part4__ {
  0% {
    -webkit-transform: rotate(15deg) scale(1) translateY(40px);
            transform: rotate(15deg) scale(1) translateY(40px);
  }
  100% {
    -webkit-transform: rotate(5deg) scale(1) translateY(-10px);
            transform: rotate(5deg) scale(1) translateY(-10px);
  }
}

@media (max-width: 768px) {
  @-webkit-keyframes part4__ {
    0% {
      -webkit-transform: rotate(20deg) scale(1) translateY(40px);
              transform: rotate(20deg) scale(1) translateY(40px);
    }
    100% {
      -webkit-transform: rotate(5deg) scale(1) translateY(-10px);
              transform: rotate(5deg) scale(1) translateY(-10px);
    }
  }
  @keyframes part4__ {
    0% {
      -webkit-transform: rotate(20deg) scale(1) translateY(40px);
              transform: rotate(20deg) scale(1) translateY(40px);
    }
    100% {
      -webkit-transform: rotate(5deg) scale(1) translateY(-10px);
              transform: rotate(5deg) scale(1) translateY(-10px);
    }
  }
}

.label_ {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
}

.loading {
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 111111;
  display: block;
  background-color: #ebe6de;
}

.loading__con {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 15px;
}

.loading__item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
  position: absolute;
}

.loading__item--1 {
  right: 0;
  width: 33vh;
  top: calc(0% + 50px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: loading__part1 1.5s 1s 1 backwards linear;
          animation: loading__part1 1.5s 1s 1 backwards linear;
}

.loading__item--1 svg {
  -webkit-animation: loading__part1__svg 1.5s 3s 1 forwards linear;
          animation: loading__part1__svg 1.5s 3s 1 forwards linear;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  fill: none;
  stroke: #000;
}

.loading__item--1 path {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  fill: none;
  stroke: #000;
  -webkit-animation: loading__part1__svg 1.5s 3s 1 forwards linear;
          animation: loading__part1__svg 1.5s 3s 1 forwards linear;
}

@-webkit-keyframes loading__part1 {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}

@keyframes loading__part1 {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}

@-webkit-keyframes loading__part1__svg {
  0% {
    fill: none;
    stroke: #000;
  }
  100% {
    fill: #dd926b;
    stroke: #dd926b;
  }
}

@keyframes loading__part1__svg {
  0% {
    fill: none;
    stroke: #000;
  }
  100% {
    fill: #dd926b;
    stroke: #dd926b;
  }
}

.loading__item--2 {
  left: 0;
  width: 33vh;
  top: calc(33% + 50px);
  -webkit-animation: loading__part2 1.5s 1.5s 1 backwards linear;
          animation: loading__part2 1.5s 1.5s 1 backwards linear;
}

.loading__item--2 svg {
  -webkit-animation: loading__part2__svg 1.5s 3s 1 forwards linear;
          animation: loading__part2__svg 1.5s 3s 1 forwards linear;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  fill: none;
  stroke: #000;
}

.loading__item--2 path {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-animation: loading__part2__svg 1.5s 3s 1 forwards linear;
          animation: loading__part2__svg 1.5s 3s 1 forwards linear;
  fill: none;
  stroke: #000;
}

@-webkit-keyframes loading__part2 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes loading__part2 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes loading__part2__svg {
  0% {
    fill: none;
    stroke: #000;
  }
  100% {
    fill: #dd926b;
    stroke: #dd926b;
  }
}

@keyframes loading__part2__svg {
  0% {
    fill: none;
    stroke: #000;
  }
  100% {
    fill: #dd926b;
    stroke: #dd926b;
  }
}

.loading__item--3 {
  left: 0;
  width: 50vh;
  top: calc(66% + 50px);
  -webkit-animation: loading__part3 1.5s 2s 1 backwards linear;
          animation: loading__part3 1.5s 2s 1 backwards linear;
  fill: #dd926b;
}

.loading__item--3 svg {
  -webkit-animation: loading__part3__svg 1.5s 3s 1 forwards linear;
          animation: loading__part3__svg 1.5s 3s 1 forwards linear;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  fill: none;
  stroke: #000;
}

.loading__item--3 path {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-animation: loading__part3__svg 1.5s 3s 1 forwards linear;
          animation: loading__part3__svg 1.5s 3s 1 forwards linear;
  fill: none;
  stroke: #000;
}

.loading__item--3 image {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-animation: loading__part3__img 1s 3s 1 forwards linear;
          animation: loading__part3__img 1s 3s 1 forwards linear;
}

@-webkit-keyframes loading__part3 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes loading__part3 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes loading__part3__svg {
  0% {
    fill: none;
    stroke: #000;
  }
  100% {
    fill: #dd926b;
    stroke: #dd926b;
  }
}

@keyframes loading__part3__svg {
  0% {
    fill: none;
    stroke: #000;
  }
  100% {
    fill: #dd926b;
    stroke: #dd926b;
  }
}

@-webkit-keyframes loading__part3__img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading__part3__img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 15px;
  background-color: #eae6de;
  overflow-x: hidden;
}

#container .part1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
  background-color: #fff;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100vw;
  z-index: 1;
}

#container .part1 .section1 {
  width: 100vw;
  height: 110vh;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 768px) {
  #container .part1 .section1 {
    margin-top: 100px;
    height: 100vh;
    overflow: hidden;
  }
}

#container .part1 .section1 .glide__slide,
#container .part1 .section1 .glide__slides {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

#container .part1 .section1 .glide__slide--click {
  cursor: pointer;
}

#container .part1 .section1 .glide::before {
  content: '';
  height: 300px;
  position: absolute;
  width: 100vw;
  background-color: #eae6de;
  bottom: -150px;
  left: 0;
  display: block;
  z-index: -1;
  opacity: 1;
  border: 50% 50% 0 0;
}

@media (max-width: 768px) {
  #container .part1 .section1 .glide {
    overflow: hidden;
  }
  #container .part1 .section1 .glide::before {
    content: '';
    height: 0px;
    position: absolute;
    width: 100vw;
    background-color: #eae6de;
    bottom: -100px;
    left: 0;
    display: block;
    z-index: -1;
    opacity: 1;
    border: 50% 50% 0 0;
  }
}

#container .part1 .section1 .BG_part1 {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 450px;
}

@media (max-width: 768px) {
  #container .part1 .section1 .BG_part1 {
    left: 50%;
    bottom: 0;
    width: auto;
    height: 300px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#container .part1 .section1 .title {
  max-width: 300px;
  width: 80%;
  margin: 80px auto 80px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  #container .part1 .section1 .title {
    max-width: 250px;
    margin: 40px auto 40px;
  }
}

@media (min-width: 1500px) {
  #container .part1 .section1 .title {
    max-width: 350px;
    margin: 80px auto 80px;
  }
}

#container .part1 .section1 .title canvas {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 70% !important;
  height: 70% !important;
}

@media (max-width: 768px) {
  #container .part1 .section1 .title canvas {
    width: 55% !important;
    height: 55% !important;
  }
}

#container .part1 .section1 .title #animation_container {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  #container .part1 .section1 .title {
    max-width: 250px;
  }
}

@media (max-width: 360px) {
  #container .part1 .section1 .title {
    max-width: 230px;
  }
}

@media (max-width: 360px) {
  #container .part1 .section1 .title {
    max-width: 200px;
  }
}

#container .part1 .section1 .title img {
  width: 100%;
}

#container .cover {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

#container .cover--close {
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 11111;
  opacity: 0;
}

#container .cover--close svg,
#container .cover--close circle {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#container .cover--close:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#container .cover--close:hover svg circle {
  fill: #858585;
}

#container .cover .gtmEvent {
  cursor: pointer;
}

#container .cover__item {
  height: 100vh;
  width: 100vw;
}

@media (max-width: 768px) {
  #container .cover__item {
    width: 100vw;
  }
}

#container .cover__item--5 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 1100vh;
  top: 0;
}

#container .section2__bg--coverMb {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  stroke: #fff;
  display: none;
  opacity: 0;
}

@media (max-width: 768px) {
  #container .section2__bg--coverMb {
    display: block;
  }
}

#container .section2__bg--cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  stroke: #fff;
  display: block;
  z-index: -1;
}

@media (max-width: 768px) {
  #container .section2__bg--cover {
    width: none;
  }
}

#container .section2 {
  height: 1100vh;
  position: relative;
  margin-top: -100vh;
  overflow-x: hidden;
}

#container .section2__con {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#container .section2__item {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 200vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#container .section2__item .section2__item--p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  position: absolute;
  width: 600px;
  top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

@media (max-width: 768px) {
  #container .section2__item .section2__item--p {
    width: 90%;
    max-width: 90%;
  }
}

#container .section2__item .section2__item--rightP {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: -100%;
}

#container .section2__item .section2__item--leftP {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: -100%;
}

#container .section2__item p {
  font-family: 'Noto Serif TC', serif;
  max-width: 600px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 4px;
  margin: 0;
  padding: 0;
  max-width: 600px;
}

@media (max-width: 768px) {
  #container .section2__item p {
    max-width: 90%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0px;
  }
}

@media (max-width: 1024px) {
  #container .section2__item p {
    max-width: 70%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0px;
    margin: auto;
  }
}

#container .section2__item p strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  #container .section2__item p {
    max-width: 90%;
  }
}

#container .section2__item h3 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  #container .section2__item h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.45;
  }
}

#container .section2__item h3 strong {
  font-weight: 700;
}

#container .section2__item--5 {
  height: 300vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#container .section2__item--5 .section2__item--p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 100vw;
  width: 100vw;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

#container .section2__item--5 h3.section2__item--lastpart {
  position: fixed;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  top: 50%;
  width: 100%;
  right: -150%;
  opacity: 0;
  -webkit-transform: translate(50%, -50%) !important;
          transform: translate(50%, -50%) !important;
}

#container .section2__item--5 h3.section2__item--leftP {
  position: fixed;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

#container .section2 image {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#container .section2 .svg__con {
  height: 100vh;
}

#container .section2 .section2__bg--m {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  stroke: #fff;
  display: none;
}

@media (max-width: 768px) {
  #container .section2 .section2__bg--m {
    display: block;
  }
}

#container .section2 path {
  -webkit-transition: 1s ease stroke;
  transition: 1s ease stroke;
}

#container .section2 .section2__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  stroke: #fff;
  display: block;
}

@media (max-width: 768px) {
  #container .section2 .section2__bg {
    display: none;
  }
}

#container .section2 .section2__bg path {
  -webkit-transition: 1s ease stroke;
  transition: 1s ease stroke;
}

#container .lightBoxMap {
  display: none;
  position: fixed;
  z-index: 10000;
}

#container .lightBoxMap__item--down {
  padding: 10px 24px 10px;
}

#container .lightBoxMap__item--down .imgProvider--p {
  font-size: 12px;
  color: #858585;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 10px;
  max-width: 100%;
}

#container .lightBoxMap__item--down hr {
  background-color: #858585;
  height: 1px;
  border: none;
  opacity: 0.2;
}

#container .lightBoxMap__item--down .box__content--p {
  font-family: 'Noto Serif TC', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  color: #232323;
  text-align: left;
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .box__content--p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .box__content--p {
    max-width: 100%;
  }
}

#container .lightBoxMap__item--down .box__title--p {
  font-family: 'Noto Serif TC', serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4px;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #232323;
  margin: 0 10px;
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .box__title--p {
    max-width: 100%;
  }
}

#container .lightBoxMap__item--down .box__title--p span {
  font-family: 'Noto Serif TC', serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .box__title--p span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .box__title--p span {
    margin-right: 10px;
  }
}

#container .lightBoxMap__item--down .btn__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
}

#container .lightBoxMap__item--down .btn__con a {
  outline: none;
}

#container .lightBoxMap__item--down .btn__con .btn__item {
  font-family: 'Noto Serif TC', serif;
  background-color: #dd926b;
  border-radius: 8px;
  position: absolute;
  display: inline-block;
  padding: 8px 20px 6px;
  z-index: 0;
  border-top: 0 solid #dd926b;
  border-bottom: 4px solid #c57a53;
  width: 220px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  font-family: 'Noto Serif TC', serif;
  position: relative;
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .btn__con .btn__item {
    font-size: 18px;
  }
}

#container .lightBoxMap__item--down .btn__con .btn__item:hover {
  border-bottom: 0px solid #c57a53;
  border-top: 2px solid #dd926b;
  margin-top: 32px;
  padding: 6px 20px 8px;
}

#container .lightBoxMap__item--down .btn__con .btn__item a {
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .btn__con .btn__item a {
    font-size: 18px;
  }
}

#container .lightBoxMap__item--down .btn__con .btn__item a p {
  margin-top: -5px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 35px;
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .btn__con .btn__item a p {
    font-size: 18px;
  }
}

#container .lightBoxMap__item--down .btn__con .btn__item--1 {
  margin: 5px 10px;
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .btn__con .btn__item--1 a {
    font-size: 18px;
  }
}

#container .lightBoxMap__item--down .btn__con .btn__item--1:hover {
  margin-top: 8px;
}

#container .lightBoxMap__item--down .btn__con .btn__item--2 {
  margin: 5px 10px;
}

@media (max-width: 768px) {
  #container .lightBoxMap__item--down .btn__con .btn__item--2 a {
    font-size: 18px;
  }
}

#container .lightBoxMap__item--down .btn__con .btn__item--2:hover {
  margin-top: 8px;
}

#container .lightBoxMap--1 {
  width: 400px;
  left: 50%;
  background-color: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #container .lightBoxMap--1 {
    left: 50%;
    width: 90%;
    top: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#container .lightBoxMap--1 .lightBoxMap__item--up {
  position: relative;
}

#container .lightBoxMap--1 img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: relative;
}

#container .lightBoxMap--2 {
  width: 400px;
  left: 50%;
  background-color: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #container .lightBoxMap--2 {
    left: 50%;
    width: 90%;
    top: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#container .lightBoxMap--2 .lightBoxMap__item--up {
  position: relative;
}

#container .lightBoxMap--2 img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: relative;
}

#container .lightBoxMap--3 {
  width: 400px;
  left: 50%;
  background-color: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #container .lightBoxMap--3 {
    left: 50%;
    width: 90%;
    top: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#container .lightBoxMap--3 .lightBoxMap__item--up {
  position: relative;
}

#container .lightBoxMap--3 img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: relative;
}

#container .lightBoxMap--4 {
  width: 400px;
  left: 50%;
  background-color: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #container .lightBoxMap--4 {
    left: 50%;
    width: 90%;
    top: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#container .lightBoxMap--4 .lightBoxMap__item--up {
  position: relative;
}

#container .lightBoxMap--4 img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: relative;
}

#container .lightBoxMap--5 {
  display: none;
  width: 400px;
  left: 50%;
  background-color: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #container .lightBoxMap--5 {
    left: 50%;
    width: 90%;
    top: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#container .lightBoxMap--5 .lightBoxMap__item--up {
  position: relative;
}

#container .lightBoxMap--5 img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: relative;
}

#container .sectionMg {
  width: 100%;
  padding: 200px 0 150px;
  overflow: hidden;
  background-color: #eae6de;
}

@media (max-width: 768px) {
  #container .sectionMg {
    padding: 100px 20px 100px;
  }
}

#container .sectionMg__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: auto;
}

@media (max-width: 768px) {
  #container .sectionMg__con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#container .sectionMg__item--left {
  width: 30%;
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 768px) {
  #container .sectionMg__item--left {
    width: 100%;
  }
}

#container .sectionMg__item--left img {
  max-width: 80%;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #container .sectionMg__item--left img {
    max-width: 70%;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 568px) {
  #container .sectionMg__item--left img {
    max-width: 210px;
  }
}

#container .sectionMg__item--right {
  width: 70%;
  padding: 20px;
  position: relative;
}

@media (max-width: 768px) {
  #container .sectionMg__item--right {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
}

#container .sectionMg__item--right a {
  outline: none;
}

#container .sectionMg__item--right .btn__con {
  position: relative;
  width: 100%;
  margin-left: auto;
}

@media (max-width: 768px) {
  #container .sectionMg__item--right .btn__con {
    /* float: right; */
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#container .sectionMg__item--right .btn__item {
  font-family: 'Noto Serif TC', serif;
  background-color: #dd926b;
  border-radius: 8px;
  position: absolute;
  display: inline-block;
  padding: 12px 20px 8px;
  z-index: 0;
  border-top: 0 solid #dd926b;
  border-bottom: 4px solid #c57a53;
  width: 220px;
  cursor: pointer;
  margin-top: 30px;
  margin-left: 24px;
  text-align: center;
}

#container .sectionMg__item--right .btn__item:hover {
  border-bottom: 2px solid #c57a53;
  border-top: 0px solid #dd926b;
  margin-top: 32px;
}

#container .sectionMg__item--right .btn__item a {
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
}

@media (max-width: 768px) {
  #container .sectionMg__item--right .btn__item a {
    font-size: 18px;
  }
}

#container .sectionMg__item--right .btn__item a p {
  margin-top: -5px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 35px;
}

@media (max-width: 768px) {
  #container .sectionMg__item--right .btn__item a p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #container .sectionMg__item--right .btn__item {
    position: relative;
    margin-left: 0px;
    margin-top: 20px;
  }
  #container .sectionMg__item--right .btn__item:hover {
    margin-top: 24px;
    border-bottom: 0px solid #c57a53;
  }
}

#container .sectionMg__item--right .btn__item:nth-child(1) {
  right: 0;
}

@media (max-width: 768px) {
  #container .sectionMg__item--right .btn__item:nth-child(1) {
    right: initial;
  }
}

#container .sectionMg__item--right .btn__item:nth-child(2) {
  right: 240px;
}

@media (max-width: 768px) {
  #container .sectionMg__item--right .btn__item:nth-child(2) {
    right: initial;
  }
}

#container .sectionMg__item--right p {
  font-family: 'Noto Serif TC', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  #container .sectionMg__item--right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}

#container .sectionMg__item--right .mag__bg {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 35vw;
  height: 28vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
  -webkit-animation: mag__bg 3s 0s infinite alternate linear;
          animation: mag__bg 3s 0s infinite alternate linear;
  min-width: 600px;
  min-height: 500px;
}

@media (max-width: 768px) {
  #container .sectionMg__item--right .mag__bg {
    position: absolute;
    top: 20%;
    left: 30%;
    width: 100vw;
    height: 100vw;
    z-index: 0;
  }
}

@-webkit-keyframes mag__bg {
  0% {
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(1);
            transform: translate(-50%, -50%) rotate(10deg) scale(1);
  }
  100% {
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg) scale(1.03);
            transform: translate(-50%, -50%) rotate(-10deg) scale(1.03);
  }
}

@keyframes mag__bg {
  0% {
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(1);
            transform: translate(-50%, -50%) rotate(10deg) scale(1);
  }
  100% {
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg) scale(1.03);
            transform: translate(-50%, -50%) rotate(-10deg) scale(1.03);
  }
}

#container .sectionMg h3 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  #container .sectionMg h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.45;
  }
}

#container .sectionMg h3 strong {
  font-weight: 700;
}

#container .sectionBtn {
  background-color: #eae6de;
}

#container .sectionBtn__con {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #container .sectionBtn__con {
    padding: 0px 0;
  }
}

#container .sectionBtn__item--button {
  text-align: center;
  padding: 20px 20px;
  display: inline-block;
  margin: 10px 0;
  border-radius: 24px;
  background-color: #fff;
  color: #232323;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 2px 10px #999;
          box-shadow: 0px 2px 10px #999;
}

@media (max-width: 768px) {
  #container .sectionBtn__item--button {
    width: 100%;
    position: fixed;
    padding: 5px 10px 5px;
    left: 0;
    z-index: 100;
    bottom: -100px;
    border-radius: 24px 24px 0 0;
  }
}

#container .sectionBtn__item--button > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

#container .sectionBtn__item--button > div svg {
  font-family: 'Noto Serif TC', serif;
  width: 48px;
  height: 48px;
  background-color: #dd926b;
  border-radius: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
}

@media (max-width: 768px) {
  #container .sectionBtn__item--button > div svg {
    width: 32px;
    height: 32px;
  }
}

#container .sectionBtn__item--button:hover svg {
  background-color: #858585;
}

#container .sectionBtn__item--button h3 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #container .sectionBtn__item--button h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.45;
  }
}

#container .sectionBtn__item--button h3 strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  #container .sectionBtn__item--button h3 {
    font-size: 19px;
  }
}

#container .sectionBtn__item--button h3 .h3_top {
  color: #dd926b;
}

#container .sectionBtn__item--button h3 .h3 {
  width: 306px;
}

@media (max-width: 768px) {
  #container .sectionBtn__item--button h3 .h3 {
    width: 200px;
  }
}

#container .sectionBtn__item--button h3 .h3_line {
  color: #878480;
  opacity: 0.25;
  font-size: 21px;
  font-weight: 900;
  margin: 10px;
}

@media (max-width: 768px) {
  #container .sectionBtn__item--button h3 .h3_line {
    margin: 5px;
    font-size: 20px;
    font-weight: 500;
  }
}

#container .sectionLightBox {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
  top: 0;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

#container .sectionLightBox__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#container .sectionLightBox h1 {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 40px;
  font-family: 'Noto Serif TC', serif;
}

@media (max-width: 768px) {
  #container .sectionLightBox h1 {
    font-size: 32px;
  }
}

#container .sectionLightBox p {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Noto Serif TC', serif;
}

@media (max-width: 768px) {
  #container .sectionLightBox p {
    font-size: 18px;
  }
}

#container .sectionLightBox .sectionLightBox--bg {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#container .sectionLightBox .sectionLightBox--close {
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#container .sectionLightBox .sectionLightBox--close svg,
#container .sectionLightBox .sectionLightBox--close circle {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#container .sectionLightBox .sectionLightBox--close:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#container .sectionLightBox .sectionLightBox--close:hover svg circle {
  fill: #858585;
}

#container .sectionLightBox .key__con {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#container .sectionLightBox .key__item {
  width: 120px;
  height: 120px;
  margin: 1.5% 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  #container .sectionLightBox .key__item {
    width: 80px;
    height: 100px;
    margin: 1.5% 10px;
  }
}

#container .sectionLightBox .key__item img {
  width: 100%;
  z-index: 111;
}

#container .sectionLightBox .key__item--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#container .sectionLightBox .door__con--s {
  max-width: 200px;
  margin: auto;
  position: relative;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

@media (max-width: 768px) {
  #container .sectionLightBox .door__con--s {
    max-width: 180px;
  }
}

@media (max-width: 360px) {
  #container .sectionLightBox .door__con--s {
    max-width: 140px;
  }
}

#container .sectionLightBox .door__con--s .block {
  width: 200px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #container .sectionLightBox .door__con--s .block {
    width: 180px;
    height: 280px;
  }
}

#container .sectionLightBox .door__con--s img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: -1;
}

#container .sectionLightBox .door__con--s .key__item {
  width: 100%;
}

#container .sectionLightBox .door__con--s .key__item img {
  z-index: 111;
}

#container img {
  width: 100%;
  vertical-align: middle;
}

#container > section {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
  position: relative;
  width: 100vw;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1111;
  padding: 15px 0px 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 768px) {
  header {
    padding: 24px 16px;
  }
}

header .header__con {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

header .header__item--logo {
  width: 126px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  header .header__item--logo {
    width: 95px;
    margin: 0;
  }
}

header .header__item--logo a {
  outline: none;
}

header .header__item--logo a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .header__item--logo a:hover img {
  opacity: 0.7;
}

header .header__item--share {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  header .header__item--share {
    right: 0px;
  }
}

header .header__item--share a {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

header .header__item--share a:hover {
  background-color: #dd926b;
}

header .header__item--share a:hover path {
  fill: #fff;
}

header .header__item--share a svg {
  padding: 2px;
  margin: auto;
}

header .header__item--share a svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header img {
  width: 100%;
}

footer {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #eae6de;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
}

@media (max-width: 768px) {
  footer {
    padding: 16px 16px 100px 16px;
  }
}

@media (max-width: 568px) {
  footer {
    padding: 16px 14px 80px 14px;
  }
}

footer p {
  font-size: 12px;
  font-weight: normal;
  color: #646464;
  line-height: 1.4;
  font-family: 'Noto Serif TC', serif;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

#container .part1 .section1 .glide {
  overflow: visible;
}

.glide__track {
  overflow: visible;
}

@media (max-width: 768px) {
  .glide__track {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .sectionLightBox--bg {
    height: 200px;
  }
}

.cover__opacity1 {
  display: block !important;
}

.mapLight__zIndex11111 {
  z-index: 11111 !important;
  display: block !important;
}

.black {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.365);
  width: 100%;
  height: 100%;
  display: none;
}

.flash svg,
.flash path {
  -webkit-animation: flashing 1s linear infinite alternate;
          animation: flashing 1s linear infinite alternate;
}

@-webkit-keyframes flashing {
  0% {
    fill: #000 !important;
  }
  100% {
    fill: #f00 !important;
  }
}

@keyframes flashing {
  0% {
    fill: #000 !important;
  }
  100% {
    fill: #f00 !important;
  }
}

.titleMargin {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: titleMargin 1s 5s backwards linear;
          animation: titleMargin 1s 5s backwards linear;
}

@-webkit-keyframes titleMargin {
  0% {
    margin-top: 200px;
    opacity: 0.3;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

@keyframes titleMargin {
  0% {
    margin-top: 200px;
    opacity: 0.3;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

image {
  -webkit-transition: 0.3 ease;
  transition: 0.3 ease;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
/*# sourceMappingURL=style.css.map */