/* CSS Document */
.titleBox {
  margin-bottom: 120px;
}

.albumBox {
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.albumBox .albumItem {
  cursor: pointer;
}
.albumBox .albumList {
  width: 100%;
}
.albumBox .albumList .swiper-slide {
  max-width: 1240px;
  font-size: 0;
}
@media (max-width: 1340px) {
  .albumBox .albumList .swiper-slide {
    max-width: calc(100% - 100px);
  }
}
.albumBox .albumList img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.albumBox .barBox {
  max-width: 600px;
  height: 2px;
  margin: 90px auto 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .albumBox .barBox {
    width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  .albumBox .barBox {
    width: calc(100% - 100px);
  }
}
.albumBox .barBox .swiper-scrollbar {
  background: #dcdcdc;
}
.albumBox .barBox .swiper-scrollbar .swiper-scrollbar-drag {
  background: #535353;
}
.albumBox .arrowBox {
  width: 100%;
  max-width: 1380px;
  height: 100%;
  max-height: 660px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .albumBox .arrowBox {
    display: none;
  }
}
.albumBox .arrowBox button {
  width: 70px;
  height: 70px;
  pointer-events: auto;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1181px) {
  .albumBox .arrowBox button:hover i {
    border-color: #857874 #857874 transparent transparent;
  }
}
.albumBox .arrowBox button.arrowPrev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.albumBox .arrowBox button i {
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.spaArea {
  padding: 120px 0 240px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.spaArea .titleBox {
  margin-bottom: 60px;
  padding: 0;
}
@media (max-width: 768px) {
  .spaArea .titleBox {
    padding: 0 20px;
  }
}
.spaArea .titleBox .title {
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: calc(25 / 25);
  letter-spacing: calc(25 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.spaArea .titleBox .text {
  max-width: 650px;
  text-align: center;
  margin: 60px auto 0;
  color: #3e3a39;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(30 / 15);
  letter-spacing: calc(15 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .spaArea .classBox {
    display: none;
  }
}
.spaArea .spaList .classTitle {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.spaArea .spaList .classTitle span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.spaArea .spaList .classTitle i {
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-left: 20px;
}
.spaArea .spaList .outerBox {
  margin-bottom: 120px;
}
.spaArea .spaList .outerBox:last-child {
  margin: 0;
}
.spaArea .spaList .outerBox > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 70px 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.spaArea .spaList .outerBox > div > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.spaArea .spaList .outerBox > div > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.spaArea .spaList .outerBox > div > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.spaArea .spaList .outerBox > div > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 1180px) {
  .spaArea .spaList .outerBox > div {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 840px) {
  .spaArea .spaList .outerBox > div {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .spaArea .spaList .outerBox > div {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.spaArea .spaList .item {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (min-width: 1181px) {
  .spaArea .spaList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .spaArea .spaList .item:hover .Txt .title a {
    color: #857874;
  }
}
.spaArea .spaList .item .Img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
.spaArea .spaList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.spaArea .spaList .item .Txt .timeBox {
  gap: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spaArea .spaList .item .Txt .timeBox span {
  display: block;
  border-radius: 30px;
  padding: 8px;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  line-height: calc(13 / 13);
  letter-spacing: calc(13 * 35 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.spaArea .spaList .item .Txt .title {
  margin-bottom: 15px;
}
.spaArea .spaList .item .Txt .title a {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.spaArea .spaList .item .Txt .priceBox .price {
  color: #3e3a39;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.spaArea .spaList .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spaArea .bg {
  background: url("../images/spa_BG.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  pointer-events: none;
  overflow: hidden;
}

.insIntroBox {
  padding: 150px 80px 0;
}
.insIntroBox .articleTitle {
  text-align: center;
  margin-bottom: 60px;
  color: #000000;
  font-size: 35px;
  font-weight: 500;
  line-height: calc(35 / 35);
  letter-spacing: calc(35 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.btnBox {
  padding: 80px 0;
}