@charset "UTF-8";
/* CSS Document */
@media (max-width: 1023px) {
  .spotIndexBanner .bannerItem .Txt {
    padding: 0 20px 205px;
  }
}
@media (max-width: 480px) {
  .spotIndexBanner .bannerItem .Txt {
    padding: 0 20px 110px;
  }
}
.spotIndexBanner .title {
  padding: 0 0 0 1px;
}
.spotIndexBanner .subtitle {
  line-height: 1.24;
}
@media (min-width: 1024px) {
  .spotIndexBanner {
    width: 45%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100dvh;
    padding: 70px 0 0;
  }
  .spotIndexBanner .bannerItem .Txt {
    -ms-flex-pack: start;
        justify-content: start;
    padding: 20% 24% 0 18.2%;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .spotIndexBanner .bannerItem .Txt {
    padding: 20% 15% 0;
  }
}
@media (min-width: 1024px) and (max-width: 1800px) {
  .spotIndexBanner .bannerItem .Txt {
    padding: 20% 8% 0;
  }
}
@media (min-width: 1024px) {
  .spotIndexBanner .bannerItem .title {
    padding: 0 0 13px 1px;
  }
  .spotIndexBanner .bannerItem .subtitle {
    line-height: 1;
    padding-bottom: 12px;
  }
  .spotIndexBanner .bannerItem .Img {
    overflow: hidden;
    width: 100%;
    height: 100dvh;
  }
  .spotIndexBanner .bannerItem .Img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}

footer {
  z-index: 4;
}

.mainArea:not(.index) {
  padding: 86px 0 5px;
}
.mainArea:not(.index) .wrap {
  max-width: 1618px;
}
.mainArea:not(.index) .contentBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.mainArea:not(.index) .contentBox .left {
  width: 39.7%;
}
@media (max-width: 1350px) {
  .mainArea:not(.index) .contentBox .left {
    width: 450px;
    min-height: 550px;
  }
}
@media (max-width: 1023px) {
  .mainArea:not(.index) .contentBox .left {
    width: 100%;
    height: 60vw;
    margin-top: 30px;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (max-width: 480px) {
  .mainArea:not(.index) .contentBox .left {
    height: 80vw;
  }
}
.mainArea:not(.index) .contentBox .left > p:has(iframe) {
  height: 100%;
}
.mainArea:not(.index) .contentBox .right {
  width: 60.3%;
  padding: 0 0 0 94px;
}
@media (max-width: 1500px) {
  .mainArea:not(.index) .contentBox .right {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 1350px) {
  .mainArea:not(.index) .contentBox .right {
    width: calc(100% - 450px);
    padding: 0 0 0 30px;
  }
}
@media (max-width: 1023px) {
  .mainArea:not(.index) .contentBox .right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .mainArea:not(.index) .contentBox .pageBox {
    -ms-flex-order: 3;
        order: 3;
  }
}
.mainArea:not(.index) .contentBox:not(.show) .left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.mainArea:not(.index) .contentBox:not(.show) .right .topBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.mainArea:not(.index) .contentBox:not(.show) .right .textBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mainArea:not(.index) .contentBox:not(.show) .right .Txt {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mainArea:not(.index) .contentBox:not(.show) .right .sideShare .shareList {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mainArea:not(.index) .contentBox:not(.show) .right .itemBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mainArea:not(.index) .contentBox:not(.show) .right .btnBox {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mainArea:not(.index) .contentBox.show .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s;
}
.mainArea:not(.index) .contentBox.show .right .topBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s;
}
.mainArea:not(.index) .contentBox.show .right .textBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}
.mainArea:not(.index) .contentBox.show .right .Txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.6s;
}
.mainArea:not(.index) .contentBox.show .right .sideShare .shareList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s;
}
.mainArea:not(.index) .contentBox.show .right .itemBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.8s;
}
.mainArea:not(.index) .contentBox.show .right .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.8s;
}
.mainArea:not(.index) .textBox {
  margin-bottom: 13px;
}
.mainArea:not(.index) .Txt {
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-bottom: 29px;
}
.mainArea:not(.index) .Txt .text {
  margin-bottom: 0;
}
.mainArea.index {
  pointer-events: none;
}
.mainArea.index .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  max-width: unset;
}
@media (min-width: 1024px) {
  .mainArea.index .wrap {
    padding-right: 0;
  }
}
.mainArea.index .contentBox {
  pointer-events: auto;
  width: 55%;
  min-height: calc(100vh - 70px);
  padding: 120px 50px 120px 74px;
  position: relative;
  background: url(../images/spot_bgi.jpg) left top/100% repeat-y;
}
@media (max-width: 1500px) {
  .mainArea.index .contentBox {
    padding: 120px 50px;
  }
}
@media (max-width: 1180px) {
  .mainArea.index .contentBox {
    padding: 120px 50px 120px 0;
  }
}
@media (max-width: 1023px) {
  .mainArea.index .contentBox {
    background: #fff;
    padding: 0 0 100px;
    width: 100%;
  }
}
.mainArea.index .topClassBox {
  background: url(../images/spot_bgi.png) left top/100% repeat-y #fff;
  padding: 54px 50px 10px 0;
  position: fixed;
  right: 0;
  top: 70px;
  width: calc(55% - 25px);
  z-index: 9;
}
@media (max-width: 1023px) {
  .mainArea.index .topClassBox {
    position: relative;
    background: unset;
    left: 0;
    top: 0;
    width: 100%;
    padding: 44px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mainArea.index .topClassBox .btnBox {
  margin: 5px 0 0 20px;
}
@media (max-width: 1023px) {
  .mainArea.index .topClassBox .btnBox {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .mainArea.index .topClassBox .btnBox .btn.style1 {
    width: 200px;
    padding: 14px 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .mainArea.index .topClassBox .btnBox .btn.style1 {
    width: 160px;
    padding: 10px 20px;
  }
}
.mainArea.index .topClassItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: end;
      align-items: end;
  max-width: 863px;
  width: 100%;
}
@media (max-width: 1023px) {
  .mainArea.index .topClassItem {
    max-width: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contentBox:not(.show) .topClassBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.contentBox:not(.show) .spotBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.contentBox.show .topClassBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}
.contentBox.show .spotBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s;
}

iframe {
  width: 100%;
  height: 624px;
}
@media (max-width: 1500px) {
  iframe {
    height: 100%;
  }
}

.spotBox {
  width: 100%;
  max-width: 788px;
}
@media (max-width: 1023px) {
  .spotBox {
    max-width: unset;
  }
}

/*列表頁*/
.spotList {
  margin: 0 -25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .spotList {
    margin: 0 -15px;
  }
}
@media (max-width: 1180px) {
  .spotList {
    margin: 0 -10px;
  }
}
.spotList .spotItem {
  padding: 0 25px;
  margin-bottom: 13px;
  width: 50%;
}
@media (max-width: 1500px) {
  .spotList .spotItem {
    padding: 0 15px;
  }
}
@media (max-width: 1180px) {
  .spotList .spotItem {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .spotList .spotItem:nth-child(even) {
    -webkit-transform: translateY(67px);
            transform: translateY(67px);
  }
}
@media (max-width: 650px) {
  .spotList .spotItem {
    width: 100%;
  }
}
.spotList .imgBox {
  position: relative;
}
.spotList .imgBox .classTitle {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  z-index: 1;
}
@media (max-width: 1500px) {
  .spotList .imgBox .classTitle {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
  }
}
.spotList .Img {
  position: relative;
  overflow: hidden;
}
.spotList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.spotList .Txt {
  padding: 18px 0px 0;
  margin: 0 0 0 -2px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.spotList .Txt .title {
  letter-spacing: -0.5px;
  margin-bottom: 9px;
}
.spotList .Txt .title a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #3b3b3b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .spotList .Txt .title a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .spotList .Txt .title a:hover {
    color: #c06870;
  }
}
.spotList .textBox {
  margin: 0 0 0 -3px;
  min-height: 56px;
}

/*內頁*/
.classTitle {
  background-color: #c06870;
  color: #fff;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  padding: 2px 13px;
}
@media (max-width: 1500px) {
  .classTitle {
    font-size: 14px;
    padding: 2px 10px;
  }
}

.topTitle .topBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topTitle .topBox .classTitle {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .topTitle .topBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topTitle .topBox .leftTitle {
    width: 100%;
  }
  .topTitle .topBox .classTitle {
    margin: 10px 0 20px;
  }
}
.topTitle .subtitle {
  font-size: 20px;
  letter-spacing: 0.7px;
}
.topTitle .subtitle::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #c06870;
  margin: 16px 0;
}

.articleTitle {
  padding: 0;
  margin: -9px 0 0;
}

.itemTitle {
  font-size: 20px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #3b3b3b;
  margin: 0 0 9px;
}
@media (max-width: 1500px) {
  .itemTitle {
    font-size: 18px;
  }
}

.itemBox {
  padding: 0 0 0 2px;
}

.itemList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemList .textEditor {
  padding-left: 3px;
  letter-spacing: 0.2px;
}
.itemList .item {
  width: 50%;
}
@media (max-width: 1350px) {
  .itemList .item {
    width: 100%;
  }
  .itemList .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.itemList .item .textTitle {
  width: 90px;
}
@media (max-width: 767px) {
  .itemList .item .textTitle {
    width: 75px;
  }
}
.itemList .item .text {
  padding: 8px 0 0 7px;
  width: calc(100% - 90px);
}
@media (max-width: 767px) {
  .itemList .item .text {
    width: calc(100% - 75px);
  }
}
.itemList .item ul {
  list-style-type: square;
}
.itemList .item ul:not(.df) {
  padding-left: 12px;
}
.itemList .item ul .text {
  padding: 0;
}
.itemList .link {
  display: -ms-flexbox;
  display: flex;
  color: #656565;
}
@media (min-width: 1024px) {
  .itemList .link:hover {
    color: #c06870;
  }
}

.btnBox {
  margin-top: 25px;
}

.textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.textBox .icon {
  width: 18px;
  height: 18px;
  color: #c06870;
}
@media (max-width: 1500px) {
  .textBox .icon {
    width: 16px;
    height: 16px;
  }
}
.textBox .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 142px;
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 10px;
}
@media (max-width: 1500px) {
  .textBox .text {
    font-size: 14px;
    min-width: unset;
  }
}
.textBox .text .txt {
  padding: 0 0 0 4px;
  letter-spacing: 0.6px;
}
.textBox .text.durationBox .txt {
  padding: 0 0 0 7px;
}