@charset "UTF-8";
.bottomContactArea .rightBox .btn, .bottomContactArea .side_contactInfo .infoList li a, .locationArea .locationList .item .address a, .locationArea .categoryList .mTitle, .locationArea .categoryList .icon, .locationArea .categoryList .iconCircle, .locationArea .categoryList .categoryItem, .featureTextList .title::before, .featureTextList .title, .featureArea .dataDotsList .dataDot::after, .featureArea .dataDotsList .dataDot::before, .featureArea .dataDotsList .dataDot, .colorArea .navArrowBox .navArrow img, .colorArea .navArrowBox .navArrow, .colorArea .colorListNav .item img, .colorArea .colorListNav .item::before, .colorArea .colorListNav .item, .colorArea .toggleColorList .colorItem .item .color::before, .colorArea .toggleColorList .colorItem .item .color, .arrowBox .arrow::before, .arrowBox .arrow {
  transition: all 0.5s ease-in-out;
}

.mainArea {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding-bottom: 0;
}

.arrowBox {
  display: flex;
  gap: 5px;
}
.arrowBox .arrow {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  position: relative;
}
.arrowBox .arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #a1a1a1;
  border-right: 2px solid #a1a1a1;
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}
.arrowBox .arrow.prev {
  transform: scaleX(-1);
}
@media (min-width: 1181px) {
  .arrowBox .arrow:hover {
    background-color: #dbcbba;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  }
  .arrowBox .arrow:hover::before {
    border-color: #fff;
  }
}

.hoverZoom {
  overflow: hidden;
  cursor: pointer;
}
.hoverZoom img {
  display: block;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}
@media (min-width: 1181px) {
  .hoverZoom:hover img {
    transform: scale(1.06);
  }
}

.js-anim .animArea .animTitle,
.js-anim .animArea .animMain,
.js-anim .animArea .animDeco,
.js-anim .animArea .animItem {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.98);
  will-change: opacity, transform;
}
.js-anim .animArea .animMaskUp {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}
.js-anim .animArea.is-in .animTitle,
.js-anim .animArea.is-in .animMain,
.js-anim .animArea.is-in .animDeco,
.js-anim .animArea.is-in .animItem {
  opacity: 1;
  transform: none;
  transition: opacity 1.5s cubic-bezier(0.2, 0.7, 0.2, 1), transform 1.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.js-anim .animArea.is-in .animMain {
  transition-delay: 0.2s;
}
.js-anim .animArea.is-in .animDeco {
  transition-delay: 0.4s;
}
.js-anim .animArea.is-in .animItem {
  transition-delay: calc(0.08s * var(--anim-i, 0));
}
.js-anim .animArea.is-in .animMaskUp {
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  transition: clip-path 1.8s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  .js-anim .animArea.is-in .animTitle,
  .js-anim .animArea.is-in .animMain,
  .js-anim .animArea.is-in .animDeco,
  .js-anim .animArea.is-in .animItem {
    transition-duration: 1.1s;
  }
  .js-anim .animArea.is-in .animMain {
    transition-delay: 0.15s;
  }
  .js-anim .animArea.is-in .animDeco {
    transition-delay: 0.3s;
  }
  .js-anim .animArea.is-in .animItem {
    transition-delay: calc(0.06s * var(--anim-i, 0));
  }
  .js-anim .animArea.is-in .animMaskUp {
    transition-duration: 1.4s;
    transition-delay: 0.2s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-anim .animArea .animTitle,
  .js-anim .animArea .animMain,
  .js-anim .animArea .animDeco,
  .js-anim .animArea .animItem,
  .js-anim .animArea .animMaskUp {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    transition: none !important;
  }
  .locationArea .mapBox img {
    animation: none !important;
  }
  .locationArea .categoryList .iconCircle .wave {
    animation: none !important;
    opacity: 0 !important;
  }
}
#ib_massage_banner .bannerList {
  overflow: hidden;
}
#ib_massage_banner .bannerItem {
  position: relative;
  overflow: hidden;
}
#ib_massage_banner .bannerItem .Img {
  line-height: 0;
}
#ib_massage_banner .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 640px) {
  #ib_massage_banner .bannerItem .Img {
    padding-bottom: 50.78%;
  }
  #ib_massage_banner .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: unset;
  }
}
#ib_massage_banner .bannerItem .textWrap {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
#ib_massage_banner .bannerItem .textWrap .marqueeTrack {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: bannerMarquee 36s linear infinite;
}
#ib_massage_banner .bannerItem .bannerText {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(32px, 6.5vw, 100px);
  font-weight: 100;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.5;
  white-space: nowrap;
  padding: 0 60px;
}

@keyframes bannerMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes mapFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes locationRipple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.55;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.colorArea {
  padding: 70px 0;
  background-color: #f5efe6;
}
@media (max-width: 1180px) {
  .colorArea {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .colorArea {
    padding: 40px 0 20px;
  }
}
.colorArea .wrap {
  max-width: 100%;
  padding: 0;
}
.colorArea .colorListMain {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .colorArea .colorListMain {
    max-width: 800px;
  }
}
.colorArea .colorListMain .Img {
  line-height: 0;
  width: 100%;
  aspect-ratio: 1000/680;
}
@media (max-width: 768px) {
  .colorArea .colorListMain .Img {
    aspect-ratio: unset;
  }
}
.colorArea .colorListMain .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.colorArea .colorBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  padding: 10px 40px 24px;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 30px auto 0;
}
@media (max-width: 1180px) {
  .colorArea .colorBox {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .colorArea .colorBox {
    margin-top: 10px;
  }
}
.colorArea .colorBox .boxTitle {
  font-size: 14px;
  color: #aaa;
  letter-spacing: 0.06em;
  margin-right: 14px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .colorArea .colorBox {
    gap: 16px 24px;
    padding: 16px 20px 22px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.colorArea .toggleBox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .colorArea .toggleBox {
    width: 100%;
  }
}
.colorArea .toggleColorList {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 16px;
}
.colorArea .toggleColorList .colorItem {
  cursor: pointer;
}
.colorArea .toggleColorList .colorItem .item .color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
}
.colorArea .toggleColorList .colorItem .item .color::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b1b1b1;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  opacity: 0;
}
@media (min-width: 1181px) {
  .colorArea .toggleColorList .colorItem .item .color:hover {
    transform: scale(1.1);
  }
}
.colorArea .toggleColorList .colorItem.is-active .item .color::before {
  opacity: 1;
}
.colorArea .navBox {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
@media (max-width: 480px) {
  .colorArea .navBox {
    width: 100%;
    flex-wrap: wrap;
  }
}
.colorArea .colorListNav {
  width: 100%;
  max-width: 660px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 1440px) {
  .colorArea .colorListNav {
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .colorArea .colorListNav {
    padding-right: 0px;
  }
}
.colorArea .colorListNav:not(.slick-initialized) {
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.colorArea .colorListNav:not(.slick-initialized) .colorItem {
  width: 16.6666666667%;
}
@media (max-width: 1440px) {
  .colorArea .colorListNav:not(.slick-initialized) .colorItem {
    width: 20%;
  }
}
@media (max-width: 1180px) {
  .colorArea .colorListNav:not(.slick-initialized) .colorItem {
    width: 25%;
  }
}
@media (max-width: 400px) {
  .colorArea .colorListNav:not(.slick-initialized) .colorItem {
    width: 33.3333333333%;
  }
}
.colorArea .colorListNav .colorItem {
  flex-shrink: 0;
  cursor: pointer;
  padding: 5px;
}
@media (max-width: 640px) {
  .colorArea .colorListNav .colorItem {
    padding: 5px 3px;
  }
}
.colorArea .colorListNav .colorItem.slick-current .item, .colorArea .colorListNav .colorItem.is-active .item {
  outline: 2px solid #555;
  outline-offset: -2px;
}
.colorArea .colorListNav .item {
  width: 100%;
  aspect-ratio: 100/66;
  overflow: hidden;
  position: relative;
}
.colorArea .colorListNav .item::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #e8d1b8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.colorArea .colorListNav .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 1181px) {
  .colorArea .colorListNav .item:hover::before {
    opacity: 1;
  }
}
.colorArea .navArrowBox {
  display: flex;
  align-items: center;
  gap: 4px 20px;
  flex-shrink: 0;
  margin-left: auto;
}
.colorArea .navArrowBox .navArrow {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}
.colorArea .navArrowBox .navArrow img {
  display: block;
  width: 100%;
}
.colorArea .navArrowBox .navArrow.navPrev {
  transform: scaleX(-1);
}
.colorArea .navArrowBox .navArrow.slick-hidden {
  display: none;
}
@media (min-width: 1181px) {
  .colorArea .navArrowBox .navArrow:hover img {
    transform: translateX(5px);
  }
}
@media (max-width: 480px) {
  .colorArea .navArrowBox {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}

/* massageChairArea */
.massageChairArea {
  padding: 0px 0 100px;
  position: relative;
  overflow: hidden;
}
.massageChairArea::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  display: block;
  background-color: #dcdcdc;
  position: absolute;
  bottom: 0;
  right: 300px;
}
@media (max-width: 1180px) {
  .massageChairArea::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .massageChairArea {
    padding: 50px 0 20px;
  }
}
.massageChairArea .wrap {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative;
}
@media (max-width: 1440px) {
  .massageChairArea .wrap {
    gap: 40px;
  }
}
@media (max-width: 1180px) {
  .massageChairArea .wrap {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .massageChairArea .wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.massageChairArea .leftBox {
  flex: 1;
  min-width: 0;
  padding-top: 105px;
}
@media (max-width: 1180px) {
  .massageChairArea .leftBox {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .massageChairArea .leftBox {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .massageChairArea .leftBox {
    padding-top: 0px;
  }
}
.massageChairArea .rightBox {
  width: 790px;
  flex-shrink: 0;
  margin-right: calc(765px - 50vw);
}
@media (max-width: 1630px) {
  .massageChairArea .rightBox {
    margin-right: -50px;
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .massageChairArea .rightBox {
    margin-right: -30px;
  }
}
@media (max-width: 1024px) {
  .massageChairArea .rightBox {
    width: 100%;
    max-width: 790px;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .massageChairArea .rightBox {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.massageChairArea .rightBox .imgBox .Img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.massageChairArea .rightBox .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .massageChairArea .rightBox .imgBox .Img {
    border-radius: 16px 0 0 16px;
  }
}
@media (max-width: 768px) {
  .massageChairArea .rightBox .imgBox .Img {
    border-radius: 0;
  }
}
.massageChairArea .enTitle {
  font-size: 66px;
  font-weight: 300;
  color: #222;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 26px;
}
@media (max-width: 1440px) {
  .massageChairArea .enTitle {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .massageChairArea .enTitle {
    font-size: 44px;
  }
}
@media (max-width: 1180px) {
  .massageChairArea .enTitle {
    font-size: 40px;
    letter-spacing: 1px;
  }
}
@media (max-width: 960px) {
  .massageChairArea .enTitle {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .massageChairArea .enTitle {
    margin-bottom: 28px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 640px) {
  .massageChairArea .enTitle {
    font-size: 24px;
  }
}
.massageChairArea .titleBox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
}
@media (max-width: 1180px) {
  .massageChairArea .titleBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .massageChairArea .titleBox {
    margin-bottom: 20px;
  }
}
.massageChairArea .titleBox .titleIcon {
  flex-shrink: 0;
  margin-right: 8px;
}
.massageChairArea .titleBox .titleIcon img {
  width: 49px;
  height: auto;
  display: block;
}
@media (max-width: 1180px) {
  .massageChairArea .titleBox .titleIcon img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .massageChairArea .titleBox .titleIcon img {
    width: 36px;
  }
}
@media (max-width: 480px) {
  .massageChairArea .titleBox .titleIcon img {
    width: 32px;
  }
}
.massageChairArea .titleBox .title {
  font-size: 32px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.06em;
}
@media (max-width: 1440px) {
  .massageChairArea .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 1180px) {
  .massageChairArea .titleBox .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .massageChairArea .titleBox .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .massageChairArea .titleBox .title {
    font-size: 18px;
  }
}
.massageChairArea .introBox {
  margin-bottom: 47px;
}
@media (max-width: 1180px) {
  .massageChairArea .introBox {
    margin-bottom: 30px;
  }
}
.massageChairArea .introBox .intro {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .massageChairArea .introBox .intro {
    font-size: 14px;
  }
}
.massageChairArea .specBox {
  padding-top: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .massageChairArea .specBox {
    padding-top: 0;
  }
}
.massageChairArea .specBox::before {
  content: "";
  width: calc(100% + 80px);
  height: 1px;
  display: block;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .massageChairArea .specBox::before {
    width: calc(100% + 40px);
  }
}
@media (max-width: 768px) {
  .massageChairArea .specBox::before {
    width: 100%;
  }
}
.massageChairArea .introSpecList {
  padding-top: 20px;
}
.massageChairArea .introSpecList .introItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #222;
  padding: 10px 0;
}
.massageChairArea .introSpecList .introTitle {
  min-width: 200px;
  flex-shrink: 0;
  position: relative;
  padding-left: 13px;
  padding-right: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.massageChairArea .introSpecList .introTitle::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #dbcbba;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.massageChairArea .introSpecList .introTitle::after {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  right: 30px;
  top: calc(50% - 0.5px);
}
@media (max-width: 1180px) {
  .massageChairArea .introSpecList .introTitle {
    min-width: 160px;
    padding-right: 60px;
  }
}
@media (max-width: 1180px) {
  .massageChairArea .introSpecList .introTitle {
    min-width: 130px;
    padding-right: 40px;
  }
  .massageChairArea .introSpecList .introTitle::after {
    right: 10px;
    width: 20px;
  }
}
.massageChairArea .introSpecList .introTitle span {
  display: inline-block;
}
.massageChairArea .introSpecList .text .price {
  font-size: 23px;
  line-height: 1.4;
  color: #a08972;
}

.featureArea {
  position: relative;
  overflow: hidden;
  padding: 33px 0 0;
  min-height: 1055px;
}
@media (max-width: 1440px) {
  .featureArea {
    min-height: 800px;
  }
}
.featureArea::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  display: block;
  background-color: #dcdcdc;
  position: absolute;
  bottom: 0;
  right: 300px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .featureArea::after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .featureArea {
    min-height: 0;
    padding: 40px 0 60px;
  }
}
@media (max-width: 768px) {
  .featureArea {
    overflow: clip;
    padding: 0;
  }
}
.featureArea .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
.featureArea .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featureArea .bg img.mobile {
  display: none;
}
@media (max-width: 1180px) {
  .featureArea .bg img.mobile {
    display: block;
  }
}
@media (max-width: 1180px) {
  .featureArea .bg img.pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .featureArea .bg img {
    -o-object-position: 60%;
       object-position: 60%;
  }
}
@media (max-width: 768px) {
  .featureArea .bg {
    display: none;
  }
}
.featureArea .bgLineBox {
  position: absolute;
  top: 34%;
  right: 19%;
  z-index: 2;
  pointer-events: none;
}
.featureArea .bgLineBox img {
  display: block;
}
@media (max-width: 1440px) {
  .featureArea .bgLineBox img {
    width: 500px;
  }
}
@media (max-width: 1180px) {
  .featureArea .bgLineBox {
    display: none;
  }
}
.featureArea .bgVideoBox {
  position: absolute;
  top: auto;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f0ece5;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media (max-width: 1180px) {
  .featureArea .bgVideoBox {
    display: none;
  }
}
.featureArea .bgVideoBox.is-loaded {
  opacity: 1;
}
.featureArea .bgVideoBox video {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
  background-color: #000;
}
.featureArea .wrap {
  display: flex;
  position: relative;
  z-index: 3;
}
@media (min-width: 1181px) {
  .featureArea .wrap {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .featureArea .wrap {
    flex-wrap: wrap;
  }
}
.featureArea .leftBox {
  width: 730px;
  flex-shrink: 0;
  padding: 50px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-left: calc(50vw - 765px);
}
@media (max-width: 1600px) {
  .featureArea .leftBox {
    margin-left: 50px;
    width: 44%;
  }
}
@media (max-width: 1440px) {
  .featureArea .leftBox {
    width: 42%;
    padding: 40px 0;
  }
}
@media (max-width: 1180px) {
  .featureArea .leftBox {
    width: 80%;
    max-width: 640px;
    margin: 0 auto 0 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .featureArea .leftBox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
    padding-bottom: 0px;
  }
}
.featureArea .rightBox {
  flex: 1;
  min-width: 0;
  position: relative;
  min-height: 600px;
}
@media (max-width: 1180px) {
  .featureArea .rightBox {
    display: none;
  }
}
.featureArea .dataDotsList {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.featureArea .dataDotsList .dataDot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.featureArea .dataDotsList .dataDot::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  z-index: -2;
}
.featureArea .dataDotsList .dataDot::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #dbcbba;
  display: block;
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
.featureArea .dataDotsList .dataDot.is-active {
  background-color: #fff;
  z-index: 2;
}
.featureArea .dataDotsList .dataDot.is-active::before {
  background-color: #dbcbba;
}
.featureArea .dataDotsList .dataDot.is-active::after {
  background-color: #fff;
}
@media (min-width: 1181px) {
  .featureArea .dataDotsList .dataDot:hover::before {
    background-color: #c4895d;
  }
}
.featureArea .dataDotsList .dataDot:nth-of-type(1) {
  top: 4%;
  right: 6%;
}
.featureArea .dataDotsList .dataDot:nth-of-type(2) {
  top: 33%;
  right: 0%;
}
.featureArea .dataDotsList .dataDot:nth-of-type(3) {
  top: 57%;
  right: 14%;
}
.featureArea .dataDotsList .dataDot:nth-of-type(4) {
  top: 75%;
  right: 33%;
}
.featureArea .dataDotsList .dataDot:nth-of-type(5) {
  top: 88%;
  right: 55%;
}
.featureArea .dataDotsList .dataDot:nth-of-type(6) {
  top: 90%;
  right: 80%;
}
.featureArea .dataDotsList .dataDot:nth-of-type(7) {
  top: 76%;
  right: 93%;
}
.featureArea .textListBox {
  width: 300px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 28px 0px;
}
@media (max-width: 1440px) {
  .featureArea .textListBox {
    right: 30px;
  }
}
.featureArea .controlBox {
  margin-top: 24px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .featureArea .controlBox.pcControlBox {
    display: none;
  }
}
.featureArea .controlBox.mobileControlBox {
  display: none;
}
@media (max-width: 1180px) {
  .featureArea .controlBox.mobileControlBox {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .featureArea .controlBox.mobileControlBox {
    display: none;
  }
}
.featureArea .listBar {
  flex: 1;
  min-width: 0;
  height: 2px;
  background: rgba(219, 203, 186, 0.35);
  position: relative;
  border-radius: 2px;
}
.featureArea .listBar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--bar-fill, 0%);
  background: #dbcbba;
  border-radius: 2px;
  transition: width 0.5s ease;
}
.featureArea .listBar.no-transition::after {
  transition: none;
}
.featureArea .massageFeatureToggle {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.featureList {
  width: calc(100% + 20px);
  padding: 20px;
  margin: 0 0px 0 -20px;
  transform: translateX(-20px);
}
@media (max-width: 1180px) {
  .featureList {
    width: 100%;
    margin: 0;
    padding: 0px;
    transform: translateX(-20px);
  }
  .featureList .slick-list {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .featureList {
    width: calc(100% + 40px);
    margin: 0 -20px;
    transform: none;
  }
  .featureList.slickClsList:not(.slick-slider) {
    overflow: auto;
  }
  .featureList.slickClsList:not(.slick-slider) .slickClsItem {
    display: block;
  }
}
.featureList .dataItem {
  outline: none;
  padding: 20px;
}
@media (max-width: 768px) {
  .featureList .dataItem {
    padding: 0 0 20px;
  }
}
.featureList .item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}
@media (max-width: 1440px) {
  .featureList .item {
    box-shadow: none;
  }
}
@media (max-width: 1180px) {
  .featureList .item {
    padding: 20px;
    border-radius: 16px;
  }
}
@media (max-width: 786px) {
  .featureList .item {
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
  }
}
.featureList .Img {
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}
.featureList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  .featureList .Img {
    border-radius: 0px;
  }
}
.featureList .Txt {
  padding: 30px 0px;
}
.featureList .Txt .title {
  font-size: 24px;
  font-weight: 400;
  color: #222;
  line-height: 28px;
  letter-spacing: 1.44px;
  margin-bottom: 12px;
}
@media (max-width: 1180px) {
  .featureList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .featureList .Txt .title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .featureList .Txt .title {
    font-size: 16px;
  }
}
.featureList .Txt .text {
  font-size: 17px;
  line-height: 30px;
  color: #666;
  letter-spacing: 0.85px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 90px;
}
@media (max-width: 768px) {
  .featureList .Txt .text {
    font-size: 15px;
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width: 480px) {
  .featureList .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .featureList .Txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .featureList .Txt .title, .featureList .Txt .text {
    color: #fff;
    height: auto;
  }
}
@media (max-width: 480px) {
  .featureList .Txt {
    padding: 10px;
  }
}
.featureList .sliderBottom {
  margin-top: 24px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.featureList .featureBar {
  flex: 1;
  min-width: 0;
  height: 2px;
  background: rgba(219, 203, 186, 0.35);
  position: relative;
  border-radius: 2px;
}
.featureList .featureBar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--bar-fill, 0%);
  background: #dbcbba;
  border-radius: 2px;
  transition: width 0.5s ease;
}

.featureTextList .dataItem {
  cursor: pointer;
}
.featureTextList .dataItem + .dataItem {
  margin-top: 6px;
}
.featureTextList .dataItem.is-active .title {
  color: #c4895d;
  padding-bottom: 3px;
}
.featureTextList .dataItem.is-active .title::before {
  width: calc(100% + 0px);
}
@media (min-width: 1181px) {
  .featureTextList .dataItem:hover .title {
    color: #c4895d;
  }
  .featureTextList .dataItem:hover .title::before {
    width: calc(100% + 0px);
  }
}
.featureTextList .title {
  width: auto;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  letter-spacing: 1.2px;
  padding: 8px 0 8px 40px;
  position: relative;
}
.featureTextList .title::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  display: block;
  background-color: #c4895d;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .featureTextList .title {
    font-size: 14px;
    padding: 6px 0;
  }
}

.advantageArea {
  position: relative;
  overflow: hidden;
  padding: 135px 0 84px;
}
@media (max-width: 1180px) {
  .advantageArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .advantageArea {
    padding: 60px 0;
  }
}
.advantageArea .wrap {
  position: relative;
}
@media (max-width: 1180px) {
  .advantageArea .wrap {
    padding: 0;
  }
}
.advantageArea .topBox {
  display: flex;
  justify-content: space-between;
  gap: 20px 80px;
  margin-bottom: 70px;
  padding-left: 181px;
}
@media (max-width: 1180px) {
  .advantageArea .topBox {
    padding: 0 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 840px) {
  .advantageArea .topBox {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .advantageArea .topBox {
    margin-bottom: 20px;
  }
}
.advantageArea .topBox .textEditor {
  flex-shrink: 0;
}
.advantageArea .topBox .extraTitle {
  text-indent: -200px;
}
@media (max-width: 1440px) {
  .advantageArea .topBox .extraTitle {
    font-size: 96px;
  }
}
@media (max-width: 1180px) {
  .advantageArea .topBox .extraTitle {
    font-size: 72px;
    text-indent: 0px;
  }
}
@media (max-width: 768px) {
  .advantageArea .topBox .extraTitle {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .advantageArea .topBox .extraTitle {
    font-size: 38px;
  }
}
.advantageArea .rightBox {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  flex-grow: 1;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1180px) {
  .advantageArea .rightBox {
    display: none;
  }
}
.advantageArea .arrowBox {
  margin-left: auto;
}
.advantageArea .listBar {
  align-items: flex-end;
  width: 100%;
  max-width: calc(100% - 110px);
  height: 3px;
  background: rgba(49, 49, 49, 0.1);
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 840px) {
  .advantageArea .listBar {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.advantageArea .listBar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--bar-fill, 0%);
  background: #dbcbba;
  transition: width 0.6s ease;
}
.advantageArea .listBar.no-transition::after {
  transition: none;
}
.advantageArea .numBox {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1;
  white-space: nowrap;
  padding-bottom: 10px;
  position: absolute;
  top: 11px;
  right: 0;
}
@media (max-width: 1180px) {
  .advantageArea .numBox {
    display: none;
  }
}
.advantageArea .numBox .num {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.advantageArea .numBox .num.now {
  color: #d0bca7;
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5px;
  margin-right: 15px;
  margin-top: -7px;
}
.advantageArea .numBox .num.all {
  font-size: 37px;
  font-weight: 300;
  color: #cccccc;
}
.advantageArea .numBox .num.all::before {
  content: "/";
  margin-right: 12px;
}
.advantageArea .dataBox {
  margin-right: calc(765px - 50vw);
  overflow: hidden;
  padding-top: 40px;
}
@media (max-width: 1630px) {
  .advantageArea .dataBox {
    margin-right: -50px;
  }
}
@media (max-width: 1180px) {
  .advantageArea .dataBox {
    margin-right: 0;
    padding-top: 20px;
  }
}
@media (max-width: 840px) {
  .advantageArea .dataBox {
    overflow: visible;
    padding-right: 60px;
  }
}
.advantageArea .mobileControlBox {
  display: none;
}
@media (max-width: 1180px) {
  .advantageArea .mobileControlBox {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 0;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 3;
  }
  .advantageArea .mobileControlBox .listBar {
    width: 100%;
    max-width: calc(100% - 80px);
    margin: 0;
  }
  .advantageArea .mobileControlBox .arrow::before {
    border-bottom: none;
    border-left: none;
    top: calc(50% - 10px);
    left: calc(50% - 8px);
  }
}
@media (max-width: 768px) {
  .advantageArea .mobileControlBox {
    padding: 0 20px;
  }
}

.advantageList {
  width: 100%;
  max-width: 1590px;
  margin: 0 -15px;
}
@media (max-width: 1180px) {
  .advantageList {
    width: 60%;
    margin: 0;
  }
}
@media (max-width: 960px) {
  .advantageList {
    width: 80%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .advantageList {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .advantageList {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .advantageList {
    width: 90%;
  }
}
.advantageList:not(.slick-slider) {
  display: flex;
  flex-wrap: nowrap;
}
.advantageList:not(.slick-slider) .dataItem {
  width: 50%;
}
@media (max-width: 1180px) {
  .advantageList:not(.slick-slider) .dataItem {
    width: 100%;
  }
}
.advantageList .slick-list {
  overflow: visible;
}
.advantageList .dataItem,
.advantageList .slickClsItem {
  padding: 0 15px;
}
@media (max-width: 1180px) {
  .advantageList .dataItem,
  .advantageList .slickClsItem {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .advantageList .dataItem,
  .advantageList .slickClsItem {
    padding: 0 20px;
  }
}
.advantageList .item {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 45px;
  padding: 33px 85px 20px 0;
}
@media (max-width: 1600px) {
  .advantageList .item {
    padding: 30px 50px 20px 0;
  }
}
@media (max-width: 1440px) {
  .advantageList .item {
    gap: 20px;
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 1280px) {
  .advantageList .item {
    gap: 20px;
    padding: 20px 0;
  }
}
@media (max-width: 1180px) {
  .advantageList .item {
    gap: 16px;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .advantageList .item {
    flex-direction: column;
    gap: 0;
    padding: 20px 0;
  }
}
.advantageList .Img {
  flex-shrink: 0;
  max-width: 295px;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #0a1730;
}
@media (max-width: 768px) {
  .advantageList .Img {
    width: 100%;
    max-width: 450px;
  }
}
.advantageList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.advantageList .Txt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-top: -11px;
}
@media (max-width: 1440px) {
  .advantageList .Txt {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .advantageList .Txt {
    margin-top: 20px;
  }
}
.advantageList .Txt .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 200;
  color: #000000;
  letter-spacing: 1.2px;
  line-height: 1.4;
  padding-bottom: 17px;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1180px) {
  .advantageList .Txt .title {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .advantageList .Txt .title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.advantageList .Txt .text {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 27px;
  letter-spacing: 0em;
  margin-top: 17px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .advantageList .Txt .text {
    line-height: 24px;
    height: 96px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.advantageList .Txt .dataNumBox {
  width: 100%;
  border-top: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 16px;
}
.advantageList .Txt .dataNumBox .num {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
}
.advantageList .Txt .dataNumBox .num.now {
  color: #d0bca7;
}
.advantageList .Txt .dataNumBox .num.all {
  padding-left: 56px;
}
.advantageList .Txt .dataNumBox .num.all::before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background-color: #d6d6d6;
  position: absolute;
  left: 11px;
  top: calc(50% + 1px);
}
.advantageList .item:hover .Img img {
  transform: scale(1.05);
}
.advantageList .massageAdvantageToggle {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.albumArea {
  overflow: hidden;
  padding: 40px 0 89px;
}
.albumArea .wrap {
  max-width: 100%;
  padding: 0;
}
.albumArea .albumBox {
  width: 100%;
}
.albumArea .albumList {
  width: 100%;
}
.albumArea .albumList:not(.slick-slider) {
  display: flex;
  flex-wrap: nowrap;
}
.albumArea .albumList:not(.slick-slider) .albumItem {
  width: 50%;
}
.albumArea .albumList .albumItem {
  padding: 5px;
}
.albumArea .albumList .item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .albumArea {
    padding: 30px 0 60px;
  }
  .albumArea .albumList:not(.slick-slider) .albumItem {
    width: 100%;
  }
  .albumArea .albumList .slick-list {
    overflow: visible;
  }
  .albumArea .albumList .albumItem {
    padding: 0;
  }
}

.expArea .wrap {
  max-width: 1630px;
}

.specArea {
  padding: 95px 0 146px;
}
.specArea .specList.is-desktop {
  display: grid;
  gap: 0 48px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 55px;
}
.specArea .specList.is-desktop .specItem {
  border-bottom: 1px solid #e3e3e3;
}
.specArea .specList.is-desktop .specItem:nth-child(1), .specArea .specList.is-desktop .specItem:nth-child(2), .specArea .specList.is-desktop .specItem:nth-child(3) {
  border-top: 1px solid #e3e3e3;
}
.specArea .specList.is-desktop .specItem .item {
  color: #666;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  gap: 12px;
  padding: 13px 0;
}
.specArea .specList.is-desktop .specItem .title {
  flex-shrink: 0;
  min-width: 85px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
  padding-right: 10px;
}
.specArea .specList.is-desktop .specItem .title::after {
  content: "：";
  position: absolute;
  top: 0;
  right: -5px;
  pointer-events: none;
}
.specArea .specList.is-desktop .specItem .text {
  max-width: calc(100% - 110px);
}
.specArea .specList.is-mobile {
  display: none;
}
@media (max-width: 768px) {
  .specArea {
    padding: 50px 0;
  }
  .specArea .specTitleBox {
    margin-bottom: 32px;
  }
  .specArea .specTitleBox .enTitle {
    font-size: 36px;
  }
  .specArea .specTitleBox .title {
    font-size: 14px;
    margin-top: 10px;
  }
  .specArea .specList.is-desktop {
    display: none;
  }
  .specArea .specList.is-mobile {
    display: block;
    border-top: 1px solid #e3e3e3;
    margin-top: 30px;
  }
  .specArea .specList.is-mobile .specItem {
    border-bottom: 1px solid #e3e3e3;
  }
  .specArea .specList.is-mobile .specItem .item {
    padding: 0;
  }
  .specArea .specList.is-mobile .specItem .mTitle {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 14px 0;
    letter-spacing: 0.04em;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .specArea .specList.is-mobile .specItem .mTitle::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-top: -3px;
    margin-left: 10px;
  }
  .specArea .specList.is-mobile .specItem.is-open .item .mTitle::after {
    transform: rotate(-135deg);
    margin-top: 3px;
  }
  .specArea .specList.is-mobile .specSubList {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .specArea .specList.is-mobile .specSubItem {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 0;
    border-top: 1px solid #e3e3e3;
  }
  .specArea .specList.is-mobile .specSubItem .title {
    flex-shrink: 0;
    width: 80px;
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .specArea .specList.is-mobile .specSubItem .text {
    flex: 1;
    font-size: 13px;
    color: #222;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
}

.locationArea {
  position: relative;
  overflow: hidden;
}
.locationArea .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.locationArea .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locationArea .wrap {
  display: flex;
  position: relative;
  z-index: 2;
}
.locationArea .leftBox {
  width: 570px;
  padding: 60px 0 100px 0px;
  position: relative;
}
.locationArea .categoryList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  right: 0%;
}
.locationArea .categoryList .categoryItem {
  position: absolute;
  cursor: pointer;
}
.locationArea .categoryList .categoryItem:nth-child(1) {
  top: 17%;
  right: 25%;
}
.locationArea .categoryList .categoryItem:nth-child(2) {
  top: 34%;
  left: 30%;
}
.locationArea .categoryList .categoryItem:nth-child(3) {
  top: 57%;
  left: 32%;
}
@media (min-width: 1181px) {
  .locationArea .categoryList .categoryItem:hover .iconCircle {
    background-color: #dbcbba;
  }
  .locationArea .categoryList .categoryItem:hover .icon {
    transform: translateY(5px);
  }
}
.locationArea .categoryList .iconBox {
  width: 84px;
  height: 84px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.locationArea .categoryList .iconCircle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.locationArea .categoryList .iconCircle .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%) scale(1);
  animation: none;
  pointer-events: none;
  z-index: -1;
}
.locationArea .categoryList .icon {
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: calc(50% - 15px);
  z-index: 3;
}
.locationArea .categoryList .mTitle {
  position: absolute;
  left: calc(100% + 20px);
  top: 30%;
  width: 20px;
  font-size: 16px;
  line-height: 1.1;
  color: #222;
  font-weight: 300;
  z-index: 3;
}
.locationArea .categoryList .categoryItem.is-active .iconCircle .wave {
  animation: locationRipple 2.7s cubic-bezier(0.2, 0.7, 0.3, 1) infinite;
}
.locationArea .categoryList .categoryItem.is-active .iconCircle .wave:nth-child(2) {
  animation-delay: 0.9s;
}
.locationArea .categoryList .categoryItem.is-active .iconCircle .wave:nth-child(3) {
  animation-delay: 1.8s;
}
.locationArea .rightBox {
  padding: 109px 0 100px 147px;
  flex: 1;
  position: relative;
}
.locationArea .rightBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 50vw);
  height: 100%;
  display: block;
  background-color: #f8f4ee;
  border-radius: 200px 0 0 200px;
  z-index: -1;
  pointer-events: none;
}
.locationArea .rightBox .topBox {
  position: relative;
  z-index: 3;
}
.locationArea .mapBox {
  width: 100%;
  position: relative;
  transform: translateX(-26%);
}
.locationArea .mapBox .mapImg {
  animation: mapFloat 6s ease-in-out infinite;
  will-change: transform;
  display: block;
  pointer-events: none;
}
.locationArea .mapBox .mapImg.all {
  position: relative;
}
.locationArea .mapBox .mapLayer {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1), filter 0.5s ease;
  will-change: transform, filter;
}
.locationArea .mapBox .mapLayer.is-focus {
  transform: translate(5px, -5px);
  filter: drop-shadow(0 12px 18px rgba(34, 34, 34, 0.12));
}
.locationArea .locationList {
  position: relative;
  padding-top: 65px;
  padding-left: 10px;
}
.locationArea .locationList .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.locationArea .locationList .item .iconWrap {
  display: flex;
  align-items: center;
  gap: 0px;
  flex-shrink: 0;
}
.locationArea .locationList .item .iconWrap .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.locationArea .locationList .item .title {
  width: 30%;
  flex-shrink: 0;
}
.locationArea .locationList .item .tel {
  width: 22%;
  flex-shrink: 0;
}
.locationArea .locationList .item .address {
  flex: 1;
  min-width: 0;
}
.locationArea .locationList .item .address a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1181px) {
  .locationArea .locationList .item .address a:hover {
    color: #b9a08a;
  }
}
.locationArea .locationList .firstItem .item {
  border-top: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
}
.locationArea .locationList .firstItem .item .title,
.locationArea .locationList .firstItem .item .tel,
.locationArea .locationList .firstItem .item .address {
  gap: 8px;
  color: #222;
}
.locationArea .locationList .firstItem .item .title .icon,
.locationArea .locationList .firstItem .item .tel .icon,
.locationArea .locationList .firstItem .item .address .icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.locationArea .locationList .firstItem .item .title span + span,
.locationArea .locationList .firstItem .item .tel span + span,
.locationArea .locationList .firstItem .item .address span + span {
  margin-left: 4px;
}
.locationArea .locationList .locationItem.is-hidden {
  display: none;
}
.locationArea .locationList .locationItem .item {
  font-size: 18px;
  color: #666;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .locationArea .locationList .item {
    flex-wrap: wrap;
    gap: 8px 20px;
  }
  .locationArea .locationList .item .title {
    width: 100%;
  }
  .locationArea .locationList .item .tel {
    width: auto;
  }
  .locationArea .locationList .item .address {
    width: 100%;
  }
  .locationArea .locationList .firstItem {
    display: none;
  }
}
.locationArea .categoryBox.mobile {
  display: none;
}
@media (max-width: 768px) {
  .locationArea .wrap {
    flex-direction: column;
  }
  .locationArea .leftBox {
    display: none;
  }
  .locationArea .rightBox {
    padding: 40px 20px 50px;
    flex: none;
    width: 100%;
  }
  .locationArea .rightBox::before {
    width: calc(100% + 100vw);
    left: -50vw;
    border-radius: 0;
  }
  .locationArea .categoryBox.mobile {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
  }
  .locationArea .categoryBox.mobile .classBox {
    margin-bottom: 0;
  }
  .locationArea .locationList {
    padding-top: 20px;
    padding-left: 0;
  }
}

.bottomContactArea {
  background-color: #e6f4ec;
  background-image: url("../images/contactBG.jpg");
  background-size: cover;
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.bottomContactArea .wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
}
.bottomContactArea .leftBox {
  flex-shrink: 0;
  max-width: 520px;
  width: 100%;
  padding-right: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .bottomContactArea .leftBox .titleBox {
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
.bottomContactArea .leftBox .decoTitle {
  font-family: "Poppins", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: block;
  font-style: normal;
  font-size: 55px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: -0.02em;
}
.bottomContactArea .leftBox .decoTitle::first-letter {
  color: #58bc6f;
}
.bottomContactArea .leftBox .title {
  font-size: 34px;
  font-weight: 400;
  color: #222;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .bottomContactArea .leftBox {
    max-width: 300px;
  }
}
.bottomContactArea .midBox {
  flex: 1;
  min-width: 0;
  padding: 0 35px;
}
@media (max-width: 1440px) {
  .bottomContactArea .midBox {
    padding: 0 0 0 20px;
  }
}
.bottomContactArea .midBox .webTitle {
  font-size: 24px;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.bottomContactArea .side_contactInfo {
  font-style: normal;
}
.bottomContactArea .side_contactInfo .infoList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 960px) {
  .bottomContactArea .side_contactInfo .infoList {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bottomContactArea .side_contactInfo .infoList li {
    font-size: 14px;
  }
}
.bottomContactArea .side_contactInfo .infoList li {
  display: flex;
  align-items: center;
  gap: 10px 15px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.02em;
}
.bottomContactArea .side_contactInfo .infoList li a {
  color: #555;
}
@media (min-width: 1181px) {
  .bottomContactArea .side_contactInfo .infoList li a:hover {
    color: #58bc6f;
  }
}
.bottomContactArea .side_contactInfo .infoList .icon {
  width: 32px;
  height: 32px;
  border: 1.5px solid #58bc6f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #58bc6f;
  font-size: 18px;
  flex-shrink: 0;
}
.bottomContactArea .rightBox {
  flex-shrink: 0;
}
.bottomContactArea .rightBox .btnBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bottomContactArea .rightBox .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  min-width: 150px;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .bottomContactArea .rightBox .btn:hover .icon img {
    filter: brightness(0) invert(1);
  }
}
.bottomContactArea .rightBox .btn .icon {
  width: 23px;
  height: 17px;
}
.bottomContactArea .rightBox .btn .icon img {
  display: block;
  width: 100%;
}
.bottomContactArea .rightBox .btn:first-child {
  background-color: #58bc6f;
  border: 1.5px solid #58bc6f;
}
.bottomContactArea .rightBox .btn:first-child .btnText {
  color: #fff;
  position: relative;
}
.bottomContactArea .rightBox .btn:first-child .icon {
  filter: brightness(0) invert(1);
}
@media (min-width: 1181px) {
  .bottomContactArea .rightBox .btn:first-child:hover {
    background-color: rgb(67.3435897436, 167.8564102564, 90.4615384615);
    border-color: rgb(67.3435897436, 167.8564102564, 90.4615384615);
  }
}
.bottomContactArea .rightBox .btn:last-child {
  background-color: #fff;
  color: #58bc6f;
  border: 1.5px solid #58bc6f;
}
@media (min-width: 1181px) {
  .bottomContactArea .rightBox .btn:last-child:hover {
    background-color: #58bc6f;
    color: #fff;
  }
}
@media (max-width: 1180px) {
  .bottomContactArea {
    padding: 50px 0;
  }
  .bottomContactArea .leftBox {
    max-width: 240px;
    padding-right: 30px;
  }
  .bottomContactArea .leftBox .decoTitle {
    font-size: 40px;
  }
  .bottomContactArea .leftBox .title {
    font-size: 26px;
  }
  .bottomContactArea .midBox {
    padding: 0;
  }
  .bottomContactArea .midBox .webTitle {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .bottomContactArea {
    padding: 40px 0;
  }
  .bottomContactArea .wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .bottomContactArea .leftBox {
    max-width: none;
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 20px;
  }
  .bottomContactArea .leftBox .decoTitle {
    font-size: 40px;
  }
  .bottomContactArea .leftBox .title {
    font-size: 22px;
    margin-top: 8px;
  }
  .bottomContactArea .midBox {
    width: 100%;
    padding: 0;
  }
  .bottomContactArea .midBox .webTitle {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .bottomContactArea .rightBox {
    width: 100%;
  }
  .bottomContactArea .rightBox .btnBox {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .bottomContactArea .rightBox .btn {
    flex: 1;
    min-width: 140px;
    padding: 11px 18px;
  }
}

.massageModule .moduleWrap {
  max-width: 1000px;
  border-radius: 20px;
  overflow: hidden;
}
.massageModule .moduleContent {
  padding: 30px 40px 40px;
  max-height: 70vh;
  overflow: auto;
}
@media (max-width: 768px) {
  .massageModule .moduleContent {
    padding: 20px;
  }
}
.massageModule .moduleContentDetail {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .massageModule .moduleContentDetail {
    flex-direction: column;
    gap: 24px;
  }
}
.massageModule .moduleContentDetail .Img {
  flex-shrink: 0;
  width: 40%;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 768px) {
  .massageModule .moduleContentDetail .Img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.massageModule .moduleContentDetail .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  border-radius: 16px;
}
.massageModule .moduleContentDetail .Txt {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .massageModule .moduleContentDetail .Txt {
    width: 100%;
  }
}
.massageModule .moduleContentDetail .Txt .title {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.06em;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .massageModule .moduleContentDetail .Txt .title {
    font-size: 18px;
  }
}
.massageModule .moduleContentDetail .Txt .text {
  font-size: 14px;
  line-height: 1.85;
  color: #555;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.massageModule .moduleContentDetail .Txt .exp {
  font-size: 14px;
  line-height: 1.85;
  color: #444;
  letter-spacing: 0.04em;
}
.massageModule .moduleContentDetail .Txt .exp h3, .massageModule .moduleContentDetail .Txt .exp h4, .massageModule .moduleContentDetail .Txt .exp strong, .massageModule .moduleContentDetail .Txt .exp b {
  display: block;
  background: #f5c800;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 12px;
  margin-top: 20px;
  letter-spacing: 0.06em;
}
.massageModule .moduleContentDetail .Txt .exp h3:first-child, .massageModule .moduleContentDetail .Txt .exp h4:first-child, .massageModule .moduleContentDetail .Txt .exp strong:first-child, .massageModule .moduleContentDetail .Txt .exp b:first-child {
  margin-top: 0;
}
.massageModule .moduleContentDetail .Txt .exp ul {
  padding-left: 20px;
  margin-bottom: 8px;
}
.massageModule .moduleContentDetail .Txt .exp ul li {
  list-style: disc;
  margin-bottom: 4px;
}