@charset "UTF-8";
.facArea .item .imgBox img, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  transition: all 0.5s ease-in-out;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #c06870;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .popWin .close:hover {
    background-color: #c06870;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

body {
  background-color: #fcf6f6;
}

.mainArea {
  padding: 0;
  background: url("../images/main_bgi_index.jpg") top center/100% no-repeat #fcf6f6;
}

footer {
  background-color: rgba(0, 0, 0, 0);
}

.bannerArea .bgi {
  top: 90%;
}
@media (max-width: 1023px) {
  .bannerArea .bgi {
    top: 76%;
  }
}
@media (max-width: 960px) {
  .bannerArea .bgi {
    top: 87%;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .bannerArea .bgi .fog {
    top: -27vw;
  }
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  padding: 40px 30px 127px;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0;
}
@media (min-width: 1024px) {
  .bannerArea .bannerItem .Txt {
    width: 51.6%;
    -ms-flex-pack: end;
        justify-content: end;
    -ms-flex-align: center;
        align-items: center;
    padding: 85px 50px 127px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .bannerArea .bannerItem .Txt {
    padding: 40px 20px 127px 50px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  width: 100%;
  max-width: 624px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 460px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 624px;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 961px) and (max-width: 1500px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (min-width: 961px) and (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 93px;
  line-height: 0.69;
  letter-spacing: -0.25px;
  font-family: "Alex Brush", Cormorant Garamond, Arial, Noto Sans TC, Microsoft JhengHei, sans-serif;
  margin-bottom: 26px;
}
@media (min-width: 961px) and (max-width: 1500px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 82px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}
@media (min-width: 961px) and (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 75px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 25px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.58;
  letter-spacing: 0.2px;
  font-size: 17px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  max-width: 600px;
  height: 120px;
}
@media (min-width: 961px) and (max-width: 1500px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
    height: 100px;
    max-width: 530px;
  }
}
@media (min-width: 961px) and (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
    max-width: 490px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 13px;
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 12px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
}
.bannerArea .bannerItem .Txt .btnBox .btn.style1 {
  width: auto;
  min-width: 230px;
  max-width: 400px;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #c06870;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #c06870;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #c06870;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.bannerArea .bookingArea {
  position: absolute;
  top: calc(50% - 96px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 48.4%;
  padding: 0 50px;
  pointer-events: none;
}
@media (max-width: 1500px) {
  .bannerArea .bookingArea {
    top: calc(50% - 40px);
  }
}
@media (max-width: 1180px) {
  .bannerArea .bookingArea {
    top: calc(50% - 12px);
  }
}
@media (max-width: 1023px) {
  .bannerArea .bookingArea {
    display: none;
  }
}
.bannerArea .bookingArea .wrap {
  pointer-events: auto;
}

.aboutArea {
  padding: 33px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .aboutArea {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .aboutArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .decoBgi {
  position: absolute;
  bottom: -75.7%;
  right: 0;
  z-index: 1;
  width: 49.6vw;
}
@media (max-width: 1023px) {
  .aboutArea .decoBgi {
    width: 100vw;
    max-width: 952px;
    bottom: -65vw;
  }
}
.aboutArea .decoBgi img {
  width: 100%;
}
.aboutArea .decoBgi:not(.show) {
  opacity: 0;
}
.aboutArea .decoBgi.show {
  opacity: 0.3;
  transition: all 0.8s;
}
.aboutArea .wrap {
  max-width: unset;
}
@media (min-width: 1024px) {
  .aboutArea .wrap {
    padding-left: 0;
  }
}
.aboutArea .aboutBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.aboutArea .aboutBox .Img {
  width: 52.6vw;
  max-width: 1010px;
  -webkit-mask: url(../images/about_mask.png) center/100% no-repeat;
          mask: url(../images/about_mask.png) center/100% no-repeat;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .Img {
    width: 100%;
    margin-left: -30px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .Img {
    display: none;
  }
}
.aboutArea .aboutBox .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutArea .Txt {
  width: calc(100% - 44vw);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  margin: 0 0 0 -9.1vw;
  padding: 6.0417vw 0;
  z-index: 1;
}
@media (min-width: 1921px) {
  .aboutArea .Txt {
    max-width: calc(100% - 1010px);
  }
}
@media (max-width: 1023px) {
  .aboutArea .Txt {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    display: block;
  }
}
.aboutArea .Txt .textEditor .title {
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #363535;
  letter-spacing: 1.6px;
  line-height: 1.34;
}
@media (max-width: 1500px) {
  .aboutArea .Txt .textEditor .title {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .textEditor .title {
    font-size: 20px;
  }
}
.aboutArea .Txt .textEditor .subtitleBox {
  padding: 19px 0 0;
}
.aboutArea .Txt .textEditor .subtitle {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #2f2f2f;
  letter-spacing: 1.2px;
  line-height: 1.56;
  padding-top: 0;
}
@media (max-width: 1500px) {
  .aboutArea .Txt .textEditor .subtitle {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .textEditor .subtitle {
    font-size: 16px;
  }
}
.aboutArea .Txt .textEditor .text {
  font-size: 17px;
  letter-spacing: 0.7px;
  line-height: 1.42;
}
.aboutArea .Txt .textEditor .text:not(:last-child) {
  margin: 28px 0;
}
@media (max-width: 1500px) {
  .aboutArea .Txt .textEditor .text {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .textEditor .text {
    font-size: 14px;
  }
}
.aboutArea .Txt .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .aboutArea .Txt .buttons {
    margin: 0 -5px;
    max-width: 480px;
  }
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .aboutArea .Txt .btnBox {
    padding: 0 5px;
  }
  .aboutArea .Txt .btnBox .btn.style1 {
    width: auto;
    min-width: 210px;
  }
}
@media (max-width: 470px) {
  .aboutArea .Txt .btnBox {
    padding: 0 5px;
    width: 100%;
  }
  .aboutArea .Txt .btnBox .btn.style1 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .aboutArea .Txt .textEditor {
    width: calc(100% - 90px);
    max-width: 725px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-order: 3;
        order: 3;
    margin: -1px 0 0 61px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .aboutArea .Txt .textEditor {
    margin: 0 0 0 31px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .aboutArea .Txt .textEditor .textBox {
    max-width: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: end;
  }
  .aboutArea .Txt .textEditor .title {
    padding: 0 9px 20px;
    max-height: 355px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .aboutArea .Txt .textEditor .title {
    padding: 0 9px 20px;
  }
}
@media (min-width: 1024px) {
  .aboutArea .Txt .textEditor .subtitleBox {
    padding: 0 19px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .aboutArea .Txt .textEditor .subtitleBox {
    padding: 0 10px 20px;
  }
}
@media (min-width: 1024px) {
  .aboutArea .Txt .textEditor .subtitle {
    display: -ms-flexbox;
    display: flex;
  }
  .aboutArea .Txt .textEditor .subtitle .txt {
    position: relative;
    line-height: 1.8;
    text-decoration: underline; /* 多行自動分段底線 */
    text-decoration-thickness: 1px; /* 線粗細 */
    text-underline-offset: 6px; /* 與文字距離 */
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none; /* 不要遇到字母凹洞時縮短 */
  }
  .aboutArea .Txt .textEditor .text {
    padding-bottom: 40px;
  }
  .aboutArea .Txt .textEditor .text:not(:last-child) {
    margin: 0 28px 0;
  }
}
@media (min-width: 1024px) and (min-width: 1501px) {
  .aboutArea .Txt .textEditor .text:not(:last-child) {
    line-height: 1.56;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .aboutArea .Txt .textEditor .text:not(:last-child) {
    margin: 0 19px 0;
  }
}
@media (min-width: 1024px) {
  .aboutArea .Txt .btnBox {
    margin: 0 16px;
  }
  .aboutArea .Txt .btnBox:nth-of-type(1) {
    -ms-flex-order: 2;
        order: 2;
  }
}
.aboutArea:not(.show) .textEditor .title, .aboutArea:not(.show) .textEditor .subtitleBox, .aboutArea:not(.show) .textEditor .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.aboutArea:not(.show) .Img {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.aboutArea:not(.show) .buttons .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea:not(.show) .buttons .btnBox:nth-of-type(2) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.aboutArea.show .textEditor .title, .aboutArea.show .textEditor .subtitleBox, .aboutArea.show .textEditor .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.aboutArea.show .textEditor .title {
  transition: all 0.7s;
}
.aboutArea.show .textEditor .subtitleBox {
  transition: all 0.7s 0.2s;
}
.aboutArea.show .textEditor .text {
  transition: all 0.7s 0.4s;
}
.aboutArea.show .buttons .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.6s;
}
.aboutArea.show .Img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.7s 0.7s;
}

.newsArea {
  position: relative;
  z-index: 2;
}
@media (min-width: 1501px) {
  .newsArea {
    margin: -14px 0 0;
  }
}
.newsArea .titleBox .subtitle {
  padding-top: 4px;
}
.newsArea .wrap {
  max-width: 1487px;
}
.newsArea .bottomBox {
  padding-top: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
@media (max-width: 1023px) {
  .newsArea .bottomBox {
    padding-top: 0;
  }
}
.newsArea .bottomBox .newsLeftBox {
  width: 56.8%;
}
@media (max-width: 1023px) {
  .newsArea .bottomBox .newsLeftBox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.newsArea .bottomBox .newsLeftBox img {
  width: 100%;
}
.newsArea .bottomBox .newsBox {
  width: 43.2%;
  padding-left: 47px;
}
@media (max-width: 1350px) {
  .newsArea .bottomBox .newsBox {
    padding-left: 24px;
  }
}
@media (max-width: 1180px) {
  .newsArea .bottomBox .newsBox {
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {
  .newsArea .bottomBox .newsBox {
    width: 100%;
    padding: 0;
  }
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.newsArea .newsLeftBox .imgBox {
  position: relative;
}
.newsArea .newsLeftBox .imgBox.noPic {
  min-height: 400px;
}
@media (max-width: 1500px) {
  .newsArea .newsLeftBox .imgBox.noPic {
    min-height: 32vw;
  }
}
.newsArea .newsLeftBox .imgBox .Img {
  overflow: hidden;
}
.newsArea .newsLeftBox .imgBox .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s;
}
.newsArea .newsLeftBox .imgBox .newsInfoBox {
  position: absolute;
  top: 34px;
  left: 40px;
  background-color: #c06870;
  color: #fff;
  font-family: "Times New Roman", Cormorant Garamond, Arial, Noto Sans TC, Microsoft JhengHei, sans-serif;
  padding: 16px 23px 14px 26px;
  width: 113px;
}
@media (max-width: 1500px) {
  .newsArea .newsLeftBox .imgBox .newsInfoBox {
    width: 95px;
    padding: 16px 20px 14px;
    top: 30px;
    left: 20px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsLeftBox .imgBox .newsInfoBox {
    width: 75px;
    padding: 16px 10px 14px;
    top: 10px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsLeftBox .imgBox .newsInfoBox {
    top: -26px;
  }
}
.newsArea .newsLeftBox .imgBox .newsInfoBox::before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #fff;
  opacity: 0.2;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
}
@media (max-width: 1350px) {
  .newsArea .newsLeftBox .imgBox .newsInfoBox::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
  }
}
.newsArea .newsLeftBox .imgBox .newsInfoBox .topDateBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
}
.newsArea .newsLeftBox .imgBox .newsInfoBox .topDateBox .dateTitle {
  letter-spacing: 0.5px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.newsArea .newsLeftBox .imgBox .newsInfoBox .topDateBox .dateTitle::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin: 2px 5px 0 3px;
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}
.newsArea .newsLeftBox .imgBox .newsInfoBox .date {
  margin: 0 0 0 -3px;
  padding: 5px 0 0;
  font-size: 25px;
  letter-spacing: 0.5px;
  text-align: center;
}
@media (max-width: 1500px) {
  .newsArea .newsLeftBox .imgBox .newsInfoBox .date {
    font-size: 22px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsLeftBox .imgBox .newsInfoBox .date {
    font-size: 20px;
  }
}
.newsArea .newsLeftBox .imgBox .newsInfoBox .startDate {
  margin: 0 0 2px 0;
}
.newsArea .newsLeftBox .imgBox .newsInfoBox .endDate {
  position: relative;
  text-align: center;
}
.newsArea .newsLeftBox .imgBox .newsInfoBox .endDate .arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin: 0 0 6px;
}
.newsArea .newsLeftBox .imgBox .newsInfoBox .endDate .arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.newsArea .newsLeftBox .Txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 20px 38px 20px 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: end;
  color: #fff;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .newsArea .newsLeftBox .Txt {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsLeftBox .Txt {
    padding: 10px 20px;
  }
}
.newsArea .newsLeftBox .Txt .classTitleBox {
  line-height: 1;
}
.newsArea .newsLeftBox .Txt .classTitleBox .classTitleList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.newsArea .newsLeftBox .Txt .classTitleBox .classTitleList::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 75%, transparent 75%, transparent 100%);
  background-size: 100% 22px;
  background-repeat: repeat-y;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  .newsArea .newsLeftBox .Txt .classTitleBox .classTitleList::before {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 75%, transparent 75%, transparent 100%);
    background-size: 100% 20px;
    background-repeat: repeat-y;
  }
}
.newsArea .newsLeftBox .Txt .classTitleBox .classTitleItem {
  margin: 0 0 6px;
  padding: 0 12px;
  border-right: 1px solid #fff;
}
@media (max-width: 480px) {
  .newsArea .newsLeftBox .Txt .classTitleBox {
    display: none;
  }
}
.newsArea .newsLeftBox .Txt .title a, .newsArea .newsLeftBox .Txt .classTitleItem, .newsArea .newsLeftBox .Txt .textEditor {
  color: #fff;
}
.newsArea .newsLeftBox .Txt .classTitleItem, .newsArea .newsLeftBox .Txt .textEditor {
  font-size: 16px;
}
@media (max-width: 1500px) {
  .newsArea .newsLeftBox .Txt .classTitleItem, .newsArea .newsLeftBox .Txt .textEditor {
    font-size: 14px;
  }
}
.newsArea .newsLeftBox .Txt .title {
  font-size: 24px;
  margin: 0 0 9px -2px;
  letter-spacing: -0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .newsArea .newsLeftBox .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .newsArea .newsLeftBox .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsLeftBox .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .newsArea .newsLeftBox .Txt .title {
    font-size: 16px;
  }
}
.newsArea .newsLeftBox .Txt .textEditor {
  height: 70px;
  letter-spacing: 0.23px;
  line-height: 1.48;
}
@media (max-width: 1500px) {
  .newsArea .newsLeftBox .Txt .textEditor {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsLeftBox .Txt .textEditor {
    display: none;
  }
}
.newsArea .newsLeftBox .newsLeftItem {
  position: relative;
}
@media (max-width: 1023px) {
  .newsArea .newsLeftBox .newsLeftItem {
    padding-top: 26px;
  }
}
@media (min-width: 1024px) {
  .newsArea .newsLeftBox .newsLeftItem:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.newsArea .newsItem:last-child .item {
  border-bottom: none;
}
.newsArea .newsItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1350px) {
  .newsArea .newsItem .item {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
.newsArea .newsItem .Img {
  width: 41.5%;
}
@media (max-width: 1180px) {
  .newsArea .newsItem .Img {
    width: 39.6%;
  }
}
@media (max-width: 480px) {
  .newsArea .newsItem .Img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.newsArea .newsItem .Img img {
  aspect-ratio: 229/141;
}
.newsArea .newsItem .Txt {
  width: 58.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 17px 0 22px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .newsArea .newsItem .Txt {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsItem .Txt {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsItem .Txt {
    width: 60.4%;
  }
}
@media (max-width: 480px) {
  .newsArea .newsItem .Txt {
    width: 100%;
    padding: 0;
  }
}
.newsArea .newsItem .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 480px) {
  .newsArea .newsItem .topBox {
    display: block;
  }
}
.newsArea .newsItem .title {
  font-size: 18px;
  color: #3b3b3b;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: -0.6px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 2px;
}
@media (max-width: 1500px) {
  .newsArea .newsItem .title {
    font-size: 16px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsItem .title {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsItem .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsItem .title {
    font-size: 16px;
  }
}
.newsArea .newsItem .title a {
  padding-bottom: 1px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (min-width: 1024px) {
  .newsArea .newsItem .title a:hover {
    color: inherit;
    border-color: #535353;
  }
}
.newsArea .newsItem .tagList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  padding: 0;
  margin: 0 0 11px;
  position: relative;
}
@media (max-width: 1350px) {
  .newsArea .newsItem .tagList {
    margin-bottom: 0;
  }
}
.newsArea .newsItem .tagList::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.5) 0%, rgba(59, 59, 59, 0.5) 75%, transparent 75%, transparent 100%);
  background-size: 100% 22px;
  background-repeat: repeat-y;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  .newsArea .newsItem .tagList::before {
    background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.5) 0%, rgba(59, 59, 59, 0.5) 75%, transparent 75%, transparent 100%);
    background-size: 100% 20px;
    background-repeat: repeat-y;
  }
}
.newsArea .newsItem .tagList .tagItem {
  padding: 0 13px;
  text-align: center;
  margin-bottom: 6px;
  border-right: 1px solid rgba(59, 59, 59, 0.5);
  position: relative;
  font-size: 16px;
}
@media (max-width: 1500px) {
  .newsArea .newsItem .tagList .tagItem {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsItem .tagList .tagItem {
    padding: 0 6px;
  }
}
.newsArea .newsItem .newsInfoBox {
  font-family: "Times New Roman", Cormorant Garamond, Arial, Noto Sans TC, Microsoft JhengHei, sans-serif;
  color: #4d4e4e;
  width: 140px;
  margin: 0 0 11px;
}
@media (max-width: 1350px) {
  .newsArea .newsItem .newsInfoBox {
    margin-bottom: 5px;
  }
}
.newsArea .newsItem .newsInfoBox .topDateBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
}
.newsArea .newsItem .newsInfoBox .topDateBox .dateTitle {
  padding: 0 0 0 1px;
  letter-spacing: 1px;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .newsItem .newsInfoBox .topDateBox .dateTitle::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #4d4e4e;
  margin: 2px 5px 0 3px;
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}
.newsArea .newsItem .newsInfoBox .date {
  display: -ms-flexbox;
  display: flex;
  padding: 1px 0;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 1500px) {
  .newsArea .newsItem .newsInfoBox .date {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsItem .newsInfoBox .date {
    font-size: 16px;
  }
}
.newsArea .newsItem .newsInfoBox .endDate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0px 31px;
  position: relative;
}
.newsArea .newsItem .newsInfoBox .endDate .arrow {
  position: absolute;
  top: 50%;
  left: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.newsArea .newsItem .newsInfoBox .endDate .arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #4d4e4e;
  border-top: 1px solid #4d4e4e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.newsArea:not(.show) .titleBox .title, .newsArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.newsArea:not(.show) .newsLeftBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.newsArea:not(.show) .newsBox {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.newsArea.show .titleBox .title, .newsArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.newsArea.show .titleBox .title {
  transition: all 0.7s;
}
.newsArea.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.newsArea.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.newsArea.show .newsLeftBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.3s;
}
.newsArea.show .newsBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.3s;
}

.classBox.classBoxRow {
  position: relative;
  z-index: 1;
}
.classBox.classBoxRow .classLink a {
  font-size: 17px;
}
@media (max-width: 1500px) {
  .classBox.classBoxRow .classLink a {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .classBox.classBoxRow .classLink a {
    font-size: 13px;
  }
}
@media (max-width: 1180px) {
  .classBox.classBoxRow .classLink a {
    font-size: 12px;
  }
}
.classBox.classBoxRow .tab {
  position: relative;
  border: none;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .classBox.classBoxRow {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
  }
  .classBox.classBoxRow .classLink {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .classBox.classBoxRow .classLink .classItem {
    width: auto;
    margin: 0 5px 10px;
    width: calc(16.6666666667% - 10px);
  }
  .classBox.classBoxRow .classLink .classItem a {
    color: #979797;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 19px 5px;
  }
  .classBox.classBoxRow .classLink .classItem a.current {
    color: #262626;
  }
  .classBox.classBoxRow .classLink .classItem a.current .tab::before {
    width: 100%;
  }
  .classBox.classBoxRow .classLink .classItem a .tab::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #c06870;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    transition: all 0.8s;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .classBox.classBoxRow .classLink .classItem a:hover {
    color: #262626;
  }
  .classBox.classBoxRow .classLink .classItem a:hover .tab::before {
    width: 100%;
  }
}

.roomArea {
  padding: 160px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1500px) {
  .roomArea {
    padding-top: 80px;
  }
}
@media (max-width: 1023px) {
  .roomArea {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .roomArea {
    padding: 80px 0 60px;
  }
}
.roomArea .wrap {
  max-width: unset;
}
@media (min-width: 1024px) {
  .roomArea .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.roomArea .titleBox .subtitle {
  padding-top: 5px;
}
@media (min-width: 1024px) {
  .roomArea .itemBox {
    padding: 0 2.344vw 6px;
    -webkit-transform: translateX(5.3vw);
            transform: translateX(5.3vw);
  }
}
@media (min-width: 1024px) {
  .roomArea .roomList {
    margin: 0 -15px 0;
  }
}
@media (max-width: 1023px) {
  .roomArea .roomList {
    padding-top: 40px;
  }
  .roomArea .roomList .slick-list {
    overflow: unset;
  }
}
@media (max-width: 767px) {
  .roomArea .roomList {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .roomArea .roomList {
    padding-top: 40px;
  }
}
.roomArea .roomList .roomItem {
  padding: 0 15px 40px;
  position: relative;
}
.roomArea .roomList .roomItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1023px) {
  .roomArea .roomList .roomItem .item {
    padding-top: 3vw;
  }
}
@media (min-width: 1024px) {
  .roomArea .roomList .roomItem {
    padding: 0 15px 85px;
  }
  .roomArea .roomList .roomItem .imgBox {
    -ms-flex-order: 2;
        order: 2;
  }
  .roomArea .roomList .roomItem .imgBox > .btnBox {
    left: 4.5%;
  }
  .roomArea .roomList .roomItem .Txt {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .roomArea .roomList .roomItem .Txt {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .roomArea .roomList .roomItem .Txt .topBox::after {
    left: 0;
  }
}
.roomArea .roomList .imgBox {
  width: calc(100% - 400px);
  position: relative;
}
@media (max-width: 1023px) {
  .roomArea .roomList .imgBox {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .roomArea .roomList .imgBox {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .roomArea .roomList .imgBox {
    margin-bottom: 60px;
  }
}
.roomArea .roomList .imgBox > .btnBox {
  position: absolute;
  top: 47.7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .roomArea .roomList .imgBox > .btnBox {
    left: 0;
    top: 14%;
  }
}
.roomArea .roomList .imgBox > .btnBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 104, 112, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: bookBeforeAni 1.5s infinite;
          animation: bookBeforeAni 1.5s infinite;
  border-radius: 50%;
}
.roomArea .roomList .imgBox > .btnBox .btn {
  width: 157px;
  height: 157px;
  border-radius: 50%;
  min-width: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 3px 0;
}
@media (max-width: 1440px) {
  .roomArea .roomList .imgBox > .btnBox .btn {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .roomArea .roomList .imgBox > .btnBox .btn {
    width: 100px;
    height: 100px;
  }
}
@-webkit-keyframes bookBeforeAni {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.36);
            transform: translate(-50%, -50%) scale(1.36);
  }
}
@keyframes bookBeforeAni {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.36);
            transform: translate(-50%, -50%) scale(1.36);
  }
}
.roomArea .roomList .imgBox > .btnBox .icon {
  width: 27px;
  height: 19px;
  margin: 0 auto 12px;
}
.roomArea .roomList .imgBox > .btnBox .btnText {
  margin-bottom: 7px;
}
.roomArea .roomList .imgBox .Img {
  -webkit-mask: url(../images/index_room_mask.png) center/100% no-repeat;
          mask: url(../images/index_room_mask.png) center/100% no-repeat;
}
@media (max-width: 1023px) {
  .roomArea .roomList .imgBox .Img {
    -webkit-mask: url(../images/room_mask5.png) center/100% no-repeat;
            mask: url(../images/room_mask5.png) center/100% no-repeat;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .roomArea .roomList .imgBox .Img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.roomArea .roomList .Img {
  position: relative;
  overflow: hidden;
}
.roomArea .roomList .Img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.roomArea .roomList .Txt {
  width: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 11px 0 0;
  -webkit-transform: translate(92px, 0);
          transform: translate(92px, 0);
}
@media (max-width: 1350px) {
  .roomArea .roomList .Txt {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 1023px) {
  .roomArea .roomList .Txt {
    padding: 0;
    width: 100%;
  }
}
.roomArea .roomList .Txt .topBox {
  max-width: 300px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: end;
}
@media (max-width: 1500px) {
  .roomArea .roomList .Txt .topBox {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1350px) {
  .roomArea .roomList .Txt .topBox {
    max-width: 350px;
  }
}
@media (max-width: 1023px) {
  .roomArea .roomList .Txt .topBox {
    max-width: unset;
  }
}
.roomArea .roomList .Txt .topBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(192, 104, 112, 0.2);
  z-index: 1;
}
.roomArea .roomList .Txt .title {
  font-size: 30px;
  color: #3b3b3b;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .roomArea .roomList .Txt .title {
    font-size: 27px;
  }
}
@media (max-width: 400px) {
  .roomArea .roomList .Txt .title {
    font-size: 24px;
  }
}
.roomArea .roomList .Txt .subtitle {
  font-size: 20px;
  padding: 1px 0 0 10px;
  letter-spacing: 0.8px;
  color: #3b3b3b;
}
@media (max-width: 1500px) {
  .roomArea .roomList .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .roomArea .roomList .Txt .subtitle {
    font-size: 16px;
  }
}
.roomArea .roomList .Txt .text {
  max-width: 300px;
  font-size: 16px;
  padding: 0 0 0 2px;
  margin-bottom: 26px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.47;
  color: #656565;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1500px) {
  .roomArea .roomList .Txt .text {
    font-size: 14px;
    padding: 0 0 0 2px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1350px) {
  .roomArea .roomList .Txt .text {
    max-width: 350px;
  }
}
@media (max-width: 1023px) {
  .roomArea .roomList .Txt .text {
    max-width: 767px;
  }
}
.roomArea .roomList .roomInfoList {
  padding: 0 0 28px 5px;
}
@media (max-width: 1500px) {
  .roomArea .roomList .roomInfoList {
    padding: 0 0 10px 5px;
  }
}
.roomArea .roomList .roomInfoList .roomInfoItem {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
.roomArea .roomList .roomInfoList .roomInfoItem .Img {
  width: 28px;
  height: 28px;
  margin: 0 16px 0 0;
}
.roomArea .roomList .roomInfoList .roomInfoItem .roomInfoTxt {
  font-size: 18px;
  color: #656565;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.4px;
}
@media (max-width: 1500px) {
  .roomArea .roomList .roomInfoList .roomInfoItem .roomInfoTxt {
    font-size: 16px;
  }
}
.roomArea:not(.show) .titleBox .title, .roomArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.roomArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.roomArea:not(.show) .classBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.roomArea:not(.show) .roomList {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.roomArea.show .titleBox .title, .roomArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.roomArea.show .titleBox .title {
  transition: all 0.7s;
}
.roomArea.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.roomArea.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 1.8s;
}
.roomArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.3s;
}
.roomArea.show .roomList {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.3s;
}

.restaurantsArea {
  position: relative;
  z-index: 1;
}
.restaurantsArea .wrap {
  max-width: unset;
  padding: 0;
}
.restaurantsArea .titleBox {
  margin-bottom: 30px;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .restaurantsArea .titleBox {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .restaurantsArea .titleBox {
    padding: 0 20px;
  }
}
.restaurantsArea .titleBox .subtitle {
  padding: 4px 0 0 0px;
}
.restaurantsArea .itemBox {
  position: relative;
  z-index: 0;
}
.restaurantsArea .itemBox .bgiTop {
  position: absolute;
  top: -14vw;
  left: 0;
  z-index: 1;
  width: 100%;
}
.restaurantsArea .itemBox .bgi {
  top: calc(100% - 16vw);
  z-index: 1;
}
@media (max-width: 1500px) {
  .restaurantsArea .itemBox .bgi {
    top: calc(100% - 22vw);
  }
}
@media (max-width: 1023px) {
  .restaurantsArea .itemBox .bgi {
    top: calc(100% - 30vw);
    min-height: 49.853vw;
  }
}
@media (max-width: 767px) {
  .restaurantsArea .itemBox .bgi {
    min-height: 300px;
  }
}
.restaurantsArea .itemBox .bgi .fog {
  top: 3vw;
}
@media (max-width: 1350px) {
  .restaurantsArea .itemBox .bgi .fog {
    top: -40px;
  }
}
@media (max-width: 1023px) {
  .restaurantsArea .itemBox .bgi .fog {
    display: none;
  }
}
.restaurantsArea .restaurantsList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.restaurantsArea .restaurantsList .slick-list {
  overflow: visible;
}
.restaurantsArea .restaurantsList .slick-list, .restaurantsArea .restaurantsList .slick-track {
  height: inherit;
}
.restaurantsArea .restaurantsList .item {
  overflow: hidden;
}
.restaurantsArea .restaurantsList .Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.8s;
}
@media (max-width: 1023px) {
  .restaurantsArea .restaurantsList .Img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.restaurantsArea .restaurantsList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.restaurantsArea .restaurantsList .restaurantsItem:not(.show) .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.1s 1s;
}
.restaurantsArea .restaurantsList .restaurantsItem.show .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 5s;
}
.restaurantsArea .restaurantsTxtList {
  position: relative;
  z-index: 2;
  max-width: 490px;
  margin: 0 auto 83px;
  color: #fff;
  padding: 44px 0 43px;
}
@media (max-width: 1500px) {
  .restaurantsArea .restaurantsTxtList {
    padding: 44px 0 0;
    margin: 0 auto 0;
  }
}
.restaurantsArea .restaurantsTxtList .Txt {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 117px 43px;
  text-align: center;
  min-height: 740px;
}
@media (max-width: 1500px) {
  .restaurantsArea .restaurantsTxtList .Txt {
    min-height: 600px;
    padding: 5.33vw 2.66vw;
    margin-bottom: 6.66vw;
    min-height: 46vw;
  }
}
@media (max-width: 1023px) {
  .restaurantsArea .restaurantsTxtList .Txt {
    min-height: unset;
    background-color: rgba(0, 0, 0, 0);
    padding: 40px 30px 22vw;
  }
}
@media (max-width: 767px) {
  .restaurantsArea .restaurantsTxtList .Txt {
    padding: 40px 20px 22vw;
  }
}
.restaurantsArea .restaurantsTxtList .logo {
  width: 122px;
  margin: 0 auto 26px;
}
.restaurantsArea .restaurantsTxtList .topTitle {
  font-size: 20px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.55px;
  padding: 0 2px 7px 0;
}
@media (max-width: 1500px) {
  .restaurantsArea .restaurantsTxtList .topTitle {
    font-size: 18px;
  }
}
.restaurantsArea .restaurantsTxtList .topTitle .line {
  font-size: 17px;
  display: inline-block;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  margin: 0 9px;
}
@media (max-width: 1500px) {
  .restaurantsArea .restaurantsTxtList .topTitle .line {
    font-size: 15px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.restaurantsArea .restaurantsTxtList .text {
  min-height: 90px;
  font-size: 16px;
}
@media (max-width: 1500px) {
  .restaurantsArea .restaurantsTxtList .text {
    font-size: 14px;
  }
}
.restaurantsArea .restaurantsTxtList .time {
  padding: 18px 0;
}
.restaurantsArea .restaurantsTxtList .time .timeTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 9px;
}
.restaurantsArea .restaurantsTxtList .time .txt {
  padding: 0 17px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  line-height: 1;
}
.restaurantsArea .restaurantsTxtList .time .timeText {
  font-size: 16px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.85px;
}
@media (max-width: 1500px) {
  .restaurantsArea .restaurantsTxtList .time .timeText {
    font-size: 14px;
  }
}
.restaurantsArea .restaurantsTxtList .buttons {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.restaurantsArea .restaurantsTxtList .buttons .btnBox {
  width: 50%;
  padding: 0 10px;
}
.restaurantsArea .restaurantsTxtList .buttons .btnBox .btn.style1 {
  width: 100%;
  padding: 16px 30px;
}
.restaurantsArea .restaurantsTxtList .buttons .btnBox .btn.style1 .iconBox.arrow {
  right: -15px;
}
@media (max-width: 470px) {
  .restaurantsArea .restaurantsTxtList .buttons .btnBox {
    padding: 0 5px;
    width: 100%;
  }
  .restaurantsArea .restaurantsTxtList .buttons .btnBox .btn.style1 {
    width: 100%;
  }
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem:not(.show) .logo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.5s 0.6s;
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem:not(.show) .topTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.5s 0.4s;
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem:not(.show) .text, .restaurantsArea .restaurantsTxtList .restaurantsTxtItem:not(.show) .time {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: all 0.5s 0.2s;
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem:not(.show) .buttons .btnBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  transition: all 0.5s;
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem:not(.show) .buttons .btnBox:last-child {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem.show .logo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem.show .topTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.1s;
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem.show .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.3s;
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem.show .time {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.5s;
}
.restaurantsArea .restaurantsTxtList .restaurantsTxtItem.show .buttons .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.5s;
}
.restaurantsArea:not(.show) .titleBox .title, .restaurantsArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.restaurantsArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.restaurantsArea:not(.show) .classBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.restaurantsArea:not(.show) .itemBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.restaurantsArea.show .titleBox .title, .restaurantsArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.restaurantsArea.show .titleBox .title {
  transition: all 0.7s;
}
.restaurantsArea.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.restaurantsArea.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.restaurantsArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.3s;
}
.restaurantsArea.show .itemBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}

.facArea {
  padding: 50px 0 33px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1500px) {
  .facArea {
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  .facArea {
    padding: 30px 0 60px;
  }
}
.facArea .wrap {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
.facArea .titleBox {
  padding: 0 50px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .facArea .titleBox {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .facArea .titleBox {
    padding: 0 20px;
  }
}
.facArea .titleBox .subtitle {
  padding-top: 4px;
}
.facArea .facBox {
  -webkit-transform: translateX(-6vw);
          transform: translateX(-6vw);
}
@media (min-width: 1501px) {
  .facArea .facBox {
    -webkit-transform: translateX(-10.35vw);
            transform: translateX(-10.35vw);
    margin-top: -64px;
  }
}
@media (max-width: 1180px) {
  .facArea .facBox {
    -webkit-transform: translateX(-6vw);
            transform: translateX(-6vw);
  }
}
@media (max-width: 1023px) {
  .facArea .facBox {
    -webkit-transform: none;
            transform: none;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .facArea .facBox {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .facArea .facBox {
    padding-top: 40px;
  }
}
.facArea .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facArea .item .imgBox {
  width: 71.5%;
}
@media (max-width: 1500px) {
  .facArea .item .imgBox {
    width: 68%;
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
  }
}
@media (max-width: 1023px) {
  .facArea .item .imgBox {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .facArea .item .imgBox {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .facArea .item .imgBox {
    margin-bottom: 60px;
  }
}
.facArea .item .imgBox .Img {
  -webkit-mask: url(../images/index_fac_mask2.png) center/100% no-repeat;
          mask: url(../images/index_fac_mask2.png) center/100% no-repeat;
}
@media (max-width: 1023px) {
  .facArea .item .imgBox .Img {
    -webkit-mask: url(../images/fac_mask.png) center/100% no-repeat;
            mask: url(../images/fac_mask.png) center/100% no-repeat;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .facArea .item .imgBox .Img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.facArea .item .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}
.facArea .item .Txt {
  width: 28.5%;
  padding: 0 0 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1500px) {
  .facArea .item .Txt {
    padding: 0;
    width: 32%;
  }
}
@media (max-width: 1023px) {
  .facArea .item .Txt {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .facArea .item .Txt {
    padding: 0 20px;
  }
}
.facArea .item .Txt .textEditor {
  width: 100%;
  line-height: 1.55;
  max-width: 460px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #3b3b3b;
}
@media (max-width: 1500px) {
  .facArea .item .Txt .textEditor {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .facArea .item .Txt .textEditor {
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .facArea .item .Txt .textEditor {
    font-size: 14px;
  }
}
.facArea .item .Txt .textEditor .text {
  margin-bottom: 12px;
}
.facArea:not(.show) .titleBox .title, .facArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.facArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.facArea:not(.show) .textEditor {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.facArea:not(.show) .Img {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.facArea:not(.show) .buttons .btnBox {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.facArea.show .titleBox .title, .facArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.facArea.show .titleBox .title {
  transition: all 0.7s;
}
.facArea.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.facArea.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.facArea.show .textEditor {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.3s;
}
.facArea.show .Img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.7s 0.3s;
}
.facArea.show .buttons .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.3s;
}

.meetingArea {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .meetingArea {
    padding-top: 60px;
  }
}
.meetingArea .wrap {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
.meetingArea .titleBox {
  position: relative;
  z-index: 1;
  padding: 0 50px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .meetingArea .titleBox {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .meetingArea .titleBox {
    padding: 0 20px;
  }
}
.meetingArea .titleBox .subtitle {
  padding: 4px 0 0;
}
.meetingArea .meetingBox {
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}
.meetingArea .meetingBox .bgiTop {
  position: absolute;
  top: -12vw;
  left: 0;
  z-index: 1;
  width: 100%;
}
.meetingArea .meetingBox .bgi {
  top: calc(100% - 20vw);
  z-index: 1;
}
@media (max-width: 400px) {
  .meetingArea .meetingBox .bgi {
    top: calc(100% - 25vw);
  }
}
.meetingArea .meetingBox .bgi .fog {
  top: 0vw;
}
@media (max-width: 1350px) {
  .meetingArea .meetingBox .bgi .fog {
    top: -40px;
  }
}
@media (max-width: 1023px) {
  .meetingArea .meetingBox .bgi .fog {
    display: none;
  }
}
.meetingArea .meetingBox .meetingList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.meetingArea .meetingBox .meetingList .slick-list {
  overflow: visible;
}
.meetingArea .meetingBox .meetingList .slick-list, .meetingArea .meetingBox .meetingList .slick-track {
  height: inherit;
}
.meetingArea .meetingBox .meetingList .item {
  overflow: hidden;
}
.meetingArea .meetingBox .meetingList .Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.8s;
}
@media (max-width: 1023px) {
  .meetingArea .meetingBox .meetingList .Img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.meetingArea .meetingBox .meetingList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.meetingArea .meetingBox .meetingTxtList {
  position: relative;
  z-index: 2;
  max-width: 490px;
  margin: 0 auto;
  color: #fff;
  padding: 8.229vw 0 5.573vw;
}
@media (max-width: 1023px) {
  .meetingArea .meetingBox .meetingTxtList {
    padding: 40px 0;
    max-width: unset;
  }
}
.meetingArea .meetingBox .meetingTxtList .Txt {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6.094vw 43px;
  text-align: center;
  min-height: 32.29vw;
}
@media (max-width: 1023px) {
  .meetingArea .meetingBox .meetingTxtList .Txt {
    background-color: rgba(0, 0, 0, 0);
    min-height: unset;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .meetingArea .meetingBox .meetingTxtList .Txt {
    padding: 40px 20px;
  }
}
.meetingArea .meetingBox .meetingTxtList .textEditor {
  width: 100%;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #000;
  font-size: 16px;
}
@media (max-width: 480px) {
  .meetingArea .meetingBox .meetingTxtList .textEditor {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .meetingArea .meetingBox .meetingTxtList .textEditor {
    font-size: 12px;
  }
}
.meetingArea .meetingBox .meetingTxtList .textEditor .text {
  margin-bottom: 12px;
}
.meetingArea .meetingBox .meetingTxtList .btnBox .btn.style1 {
  min-width: 195px;
  width: auto;
  max-width: 100%;
}
.meetingArea .meetingBox .meetingTxtList .btnBox .btn.style1 .btnText {
  max-width: unset;
}
.meetingArea:not(.show) .titleBox .title, .meetingArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.meetingArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.meetingArea:not(.show) .meetingBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.meetingArea.show .titleBox .title, .meetingArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.meetingArea.show .titleBox .title {
  transition: all 0.7s;
}
.meetingArea.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.meetingArea.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.meetingArea.show .meetingBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}

.honorArea {
  position: relative;
  z-index: 2;
  padding-bottom: 74px;
}
@media (max-width: 1500px) {
  .honorArea {
    padding-top: 60px;
  }
}
.honorArea > .bottomBgi {
  position: absolute;
  bottom: -18.4vw;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .honorArea > .bottomBgi {
    bottom: -32vw;
    height: calc(100% + 32vw);
  }
}
@media (max-width: 767px) {
  .honorArea > .bottomBgi {
    bottom: -300px;
    height: calc(100% + 300px);
  }
}
@media (max-width: 480px) {
  .honorArea > .bottomBgi {
    bottom: -250px;
    height: calc(100% + 250px);
  }
}
.honorArea > .bottomBgi img {
  width: 1920px;
}
@media (max-width: 1023px) {
  .honorArea > .bottomBgi img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .honorArea > .bottomBgi img {
    width: 1023px;
  }
}
@media (max-width: 480px) {
  .honorArea > .bottomBgi img {
    width: 767px;
  }
}
.honorArea .wrap {
  max-width: 1300px;
}
.honorArea .titleBox {
  margin-bottom: 72px;
  position: relative;
  z-index: 3;
}
.honorArea .honorList .honorItem {
  padding: 0 35px;
}
@media (max-width: 1500px) {
  .honorArea .honorList .honorItem {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .honorArea .honorList .honorItem {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .honorArea .honorList .honorItem {
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  .honorArea .honorList .honorItem {
    padding: 0 10px;
  }
}
.honorArea .honorBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 1500px) {
  .honorArea .honorBox {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  .honorArea .honorBox {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .honorArea .honorBox {
    padding: 0 20px;
  }
}
.honorArea .honorBox .slick-dots {
  bottom: -81px;
}
.honorArea .honorBox .slickBtnBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 50px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 5;
}
@media (min-width: 1501px) {
  .honorArea .honorBox .slickBtnBox {
    width: calc(100% + 12.03125vw);
  }
}
.honorArea .honorBox .slickBtnBox.pcHide, .honorArea .honorBox .slickBtnBox.padHide, .honorArea .honorBox .slickBtnBox.hide {
  display: none;
}
@media (max-width: 1023px) {
  .honorArea .honorBox .slickBtnBox.pcHide {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .honorArea .honorBox .slickBtnBox.padHide {
    display: -ms-flexbox;
    display: flex;
  }
}
.honorArea .honorBox .slickBtnBox .slickBtn {
  position: static;
  background: rgba(0, 0, 0, 0);
  color: #c06870;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 1024px) {
  .honorArea .honorBox .slickBtnBox .slickBtn:hover {
    color: rgba(192, 104, 112, 0.7);
  }
}
.honorArea .honorBox .slickBtnBox .slickBtn .iconBox {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 480px) {
  .honorArea .honorBox .slickBtnBox .slickBtn .iconBox {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 350px) {
  .honorArea .honorBox .slickBtnBox .slickBtn .iconBox {
    width: 30px;
    height: 30px;
  }
}
.honorArea .honorBox .slickBtnBox .slickBtn .icon {
  width: 16px;
  height: 30px;
}
.honorArea .honorBox .slickBtnBox .slickBtn .icon svg {
  width: 100%;
  height: 100%;
}
.honorArea .honorBox .slickBtnBox .slickBtn.splide__arrow--prev .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.honorArea:not(.show) > .bottomBgi {
  opacity: 0;
}
.honorArea:not(.show) .titleBox .title, .honorArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.honorArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
}
.honorArea:not(.show) .honorBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.honorArea.show > .bottomBgi {
  opacity: 1;
  transition: all 1.5s;
}
.honorArea.show .titleBox .title, .honorArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.honorArea.show .titleBox .title {
  transition: all 0.7s;
}
.honorArea.show .titleBox .subtitle {
  transition: all 0.7s 0.1s;
}
.honorArea.show .titleBox .decoTitle {
  opacity: 0.2;
  transition: all 0.7s 0.2s;
}
.honorArea.show .honorBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}

.smallWindow {
  position: fixed;
  top: 15dvh;
  left: 50%;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  max-width: 80dvw;
  max-height: 80dvh;
  background-color: #fff;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .smallWindow {
    width: 100%;
    max-width: calc(100% - 60px);
    max-height: 80dvh;
  }
}
@media (max-width: 767px) {
  .smallWindow {
    max-width: calc(100% - 40px);
  }
}
.smallWindow.show {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  visibility: visible;
}
.smallWindow .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.smallWindow .close .icon {
  width: 20px;
  height: 20px;
}
.smallWindow .close .icon::before, .smallWindow .close .icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #3b3b3b;
  transition: all 0.5s;
}
.smallWindow .close .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.smallWindow .close .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1024px) {
  .smallWindow .close:hover .icon::before, .smallWindow .close:hover .icon::after {
    background-color: #c06870;
  }
}
.smallWindow .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.smallWindow .wrap .textList {
  height: calc(80dvh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
}
.smallWindow .wrap .textList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.smallWindow .wrap .textList::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.smallWindow .wrap .textList::-webkit-scrollbar-thumb {
  background: #c06870;
}