/* CSS Document */
.roomList {
  width: 1090px;
  padding-right: 52px;
  padding-left: 52px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .roomList {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .roomList {
    width: 100%;
    padding: 0;
  }
}
.roomList .roomItem {
  width: 100%;
  opacity: 0;
  margin-bottom: 65px;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.roomList .roomItem.active {
  opacity: 1;
}
.roomList .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  row-gap: 64px;
}
@media (max-width: 768px) {
  .roomList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.roomList .item .imgList {
  max-width: 470px;
  max-height: 470px;
}
@media (max-width: 940px) {
  .roomList .item .imgList {
    max-width: 360px;
    max-height: 360px;
  }
}
@media (max-width: 768px) {
  .roomList .item .imgList {
    max-width: 100%;
    max-height: unset;
  }
}
.roomList .item .imgList .slick-dots {
  bottom: 18px;
  text-align: right;
  padding-right: 18px;
}
.roomList .item .imgList .slick-dots li {
  margin: 0;
}
.roomList .item .imgList .slick-dots li button::before {
  color: #fff;
  opacity: 0.3;
  font-size: 10px;
}
.roomList .item .imgList .slick-dots li.slick-active button::before {
  opacity: 1;
}
.roomList .item .imgItem {
  max-width: 470px;
  aspect-ratio: 1;
}
@media (max-width: 940px) {
  .roomList .item .imgItem {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .roomList .item .imgItem {
    max-width: 100%;
  }
}
.roomList .item .imgItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomList .item .Txt {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  color: #3e3a39;
}
.roomList .item .Txt .title_en {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  .roomList .item .Txt .title_en {
    margin-bottom: 20px;
  }
}
.roomList .item .Txt .textBox {
  color: #3e3a39;
}
.roomList .item .Txt .textBox .title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 1.6;
  color: #3e3a39;
}
.roomList .item .Txt .textBox .title .en {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.roomList .item .Txt .textBox .title a {
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  line-height: calc(25 / 25);
  letter-spacing: calc(25 * 5 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .roomList .item .Txt .textBox .title a:hover {
    color: #857874;
  }
}
.roomList .item .Txt .textBox .text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .roomList .item .Txt .textBox .text {
    font-size: 14px;
  }
}
.roomList .item .Txt .moreBtn {
  margin-top: 24px;
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.roomList .item .Txt .moreBtn.active {
  border-bottom: 1px solid transparent;
}
.roomList .item .Txt .moreBtn i {
  position: absolute;
  right: 0;
}
.roomList .item .Txt .moreText {
  display: none;
}
.roomList .item .Txt .linkBox {
  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: 768px) {
  .roomList .item .Txt .linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.roomList .item .Txt .linkBox .leftBox {
  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: nowrap;
      flex-wrap: nowrap;
}
.roomList .item .Txt .linkBox .leftBox a {
  display: block;
  padding-bottom: 5px;
  margin-right: 25px;
  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;
  border-bottom: 1px solid #3e3a39;
}
@media (min-width: 1181px) {
  .roomList .item .Txt .linkBox .leftBox a:hover {
    color: #000000;
  }
}
.roomList .item .Txt .linkBox .leftBox a:last-child {
  margin: 0;
}
.roomList .item .Txt .linkBox .rightBox {
  width: 100%;
  max-width: 410px;
  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: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .roomList .item .Txt .linkBox .rightBox {
    margin-bottom: 40px;
  }
}
.roomList .item .Txt .linkBox .rightBox .contentBox {
  margin-right: 30px;
  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: nowrap;
      flex-wrap: nowrap;
}
.roomList .item .Txt .linkBox .rightBox .contentBox:last-child {
  margin: 0;
}
.roomList .item .Txt .linkBox .rightBox .contentBox .unit {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #e5e5e5;
  color: #3e3a39;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 35 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.roomList .item .Txt .linkBox .rightBox .contentBox .content {
  color: #3e3a39;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 35 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.roomFloatLink {
  -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;
  position: fixed;
  top: 280px;
  left: unset;
  right: 80px;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 99;
}
@media (max-width: 1540px) {
  .roomFloatLink {
    right: 40px;
  }
}
@media (max-width: 1440px) {
  .roomFloatLink {
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .roomFloatLink {
    display: none;
  }
}
.roomFloatLink.onFooter {
  opacity: 0;
  pointer-events: none;
}
.roomFloatLink li {
  margin-bottom: 50px;
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.roomFloatLink li:last-child {
  margin: 0;
}
.roomFloatLink li i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 -2px 10px 0;
  -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;
}
.roomFloatLink li i.ic_price {
  background: url("../images/ic_room_price.png") no-repeat center;
  background-size: contain;
}
.roomFloatLink li i.ic_discount {
  background: url("../images/ic_room_discount.png") no-repeat center;
  background-size: contain;
}
.roomFloatLink li i.ic_qa {
  background: url("../images/ic_room_qa.png") no-repeat center;
  background-size: contain;
}
.roomFloatLink li a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  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;
}
@media (min-width: 1181px) {
  .roomFloatLink li a:hover {
    color: #857874;
  }
}

.insIntroBox {
  padding: 150px 80px 0;
  margin-bottom: 120px;
}
@media (max-width: 1180px) {
  .insIntroBox {
    padding: 60px 40px 0;
  }
}
@media (max-width: 768px) {
  .insIntroBox {
    margin-bottom: 60px;
  }
}
.insIntroBox.active .title_en,
.insIntroBox.active .articleTitle {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.insIntroBox .title_en {
  text-align: center;
  margin-bottom: 15px;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(45 / 24);
  letter-spacing: calc(24 * 5 / 1000 * 1px);
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .articleTitle {
  text-align: center;
  margin-bottom: 60px;
  color: #000000;
  font-size: 35px;
  font-weight: 500;
  line-height: calc(45 / 35);
  letter-spacing: calc(35 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .albumBox {
  width: 100%;
  margin-bottom: 110px;
  opacity: 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1023px) {
  .insIntroBox .albumBox {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .insIntroBox .albumBox {
    margin-bottom: 30px;
  }
}
.insIntroBox .albumBox.active {
  opacity: 1;
}
.insIntroBox .albumBox .albumItem {
  cursor: pointer;
}
.insIntroBox .albumBox .albumListNav {
  width: 350px;
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: 60px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .insIntroBox .albumBox .albumListNav {
    display: none;
  }
}
.insIntroBox .albumBox .albumListNav .slick-slide {
  margin: 0 5px;
}
.insIntroBox .albumBox .albumListNav .slick-current img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.insIntroBox .albumBox .albumListNav img {
  width: 105px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  -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;
}
.insIntroBox .albumBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1400px) {
  .insIntroBox .wrap {
    padding: 0;
  }
}
.insIntroBox .wrap.active .textBox .Txt,
.insIntroBox .wrap.active .textBox .rightBox {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.insIntroBox .wrap.active .linkBox .btnBox,
.insIntroBox .wrap.active .linkBox .priceBox {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.insIntroBox .textBox {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .insIntroBox .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .insIntroBox .textBox {
    margin-bottom: 30px;
  }
}
.insIntroBox .textBox .Txt {
  max-width: 540px;
  color: #3e3a39;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(28 / 15);
  letter-spacing: calc(15 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1023px) {
  .insIntroBox .textBox .Txt {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.insIntroBox .textBox .rightBox {
  width: 100%;
  max-width: 540px;
  padding-bottom: 70px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .textBox .rightBox::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #313131;
  left: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .insIntroBox .textBox .rightBox::before {
    position: absolute;
    top: unset;
    left: 50%;
    right: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
  }
}
@media (max-width: 1400px) {
  .insIntroBox .textBox .rightBox {
    max-width: 400px;
  }
}
.insIntroBox .textBox .rightBox ul {
  width: 100%;
  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: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .insIntroBox .textBox .rightBox ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.insIntroBox .textBox .rightBox ul li {
  width: 100%;
  padding: 0 35px;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 1400px) {
  .insIntroBox .textBox .rightBox ul li {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .insIntroBox .textBox .rightBox ul li {
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.insIntroBox .textBox .rightBox ul li:first-child {
  padding-left: 0;
}
.insIntroBox .textBox .rightBox ul li:last-child {
  width: auto;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0;
}
@media (max-width: 480px) {
  .insIntroBox .textBox .rightBox ul li:last-child {
    margin: 0;
  }
}
.insIntroBox .textBox .rightBox ul li i {
  display: block;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .insIntroBox .textBox .rightBox ul li i {
    margin: 0 auto 20px;
  }
}
.insIntroBox .textBox .rightBox ul li i.ic_size {
  background: url("../images/ic_room_size.png") no-repeat center;
  background-size: contain;
}
.insIntroBox .textBox .rightBox ul li i.ic_people {
  background: url("../images/ic_room_people.png") no-repeat center;
  background-size: contain;
}
.insIntroBox .textBox .rightBox ul li i.ic_bed {
  background: url("../images/ic_room_bed.png") no-repeat center;
  background-size: contain;
}
.insIntroBox .textBox .rightBox ul li p {
  color: #3e3a39;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 35 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .insIntroBox .textBox .rightBox ul li p {
    text-align: center;
  }
}
.insIntroBox .linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -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: 768px) {
  .insIntroBox .linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.insIntroBox .linkBox .btnBox {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .linkBox .priceBox {
  width: 100%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
  .insIntroBox .linkBox .priceBox {
    max-width: 400px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .insIntroBox .linkBox .priceBox {
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .insIntroBox .linkBox .priceBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.insIntroBox .linkBox .priceBox .unit {
  margin-right: 15px;
  color: #bc8965;
  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;
}
@media (max-width: 480px) {
  .insIntroBox .linkBox .priceBox .unit {
    margin: 0 0 20px;
  }
}
.insIntroBox .linkBox .priceBox .price {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 35 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Microsoft JhengHei", sans-serif;
}
.insIntroBox .linkBox .priceBox .note {
  margin-left: 20px;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .insIntroBox .linkBox .priceBox .note {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .insIntroBox .linkBox .priceBox .note {
    margin: 20px 0 0 20px;
  }
}
@media (max-width: 480px) {
  .insIntroBox .linkBox .priceBox .note {
    margin-left: 0;
  }
}

.tagArea {
  padding: 120px 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) {
  .tagArea {
    padding: 60px 0;
  }
}
.tagArea .titleBox {
  margin-bottom: 50px;
}
.tagArea .titleBox.active .subtitle,
.tagArea .titleBox.active .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.tagArea .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.tagArea .titleBox .title {
  font-size: 30px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.tagArea .tagBox {
  background: #ffffff;
  padding: 80px 60px 90px;
}
@media (max-width: 480px) {
  .tagArea .tagBox {
    padding: 50px 20px;
  }
}
.tagArea .tagBox.active ul li {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.tagArea .tagBox ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 60px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tagArea .tagBox ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.tagArea .tagBox ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.tagArea .tagBox ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 840px) {
  .tagArea .tagBox ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.tagArea .tagBox ul li {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.tagArea .tagBox ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  background: #e5e5e5;
  right: 0;
  bottom: 0;
}
@media (max-width: 600px) {
  .tagArea .tagBox ul li::before {
    display: none;
  }
}
.tagArea .tagBox ul li:nth-of-type(3n):before, .tagArea .tagBox ul li:last-child:before {
  display: none;
}
@media (max-width: 840px) {
  .tagArea .tagBox ul li:nth-of-type(3n)::before {
    display: block;
  }
}
@media (max-width: 600px) {
  .tagArea .tagBox ul li:nth-of-type(3n)::before {
    display: none;
  }
}
@media (max-width: 840px) {
  .tagArea .tagBox ul li:nth-of-type(even)::before {
    display: none;
  }
}
.tagArea .tagBox ul li .Img {
  width: 60px;
  margin: 0 auto 20px;
}
.tagArea .tagBox ul li .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tagArea .tagBox ul li .title {
  text-align: center;
  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;
}
@media (max-width: 480px) {
  .tagArea .tagBox ul li .title {
    font-size: 12px;
  }
}
.tagArea .bg {
  background: url("../images/room_tag_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;
}

.wrap > .textEditor {
  padding: 30px 0 90px;
}
.wrap > .textEditor > div {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.wrap > .textEditor > div.active {
  opacity: 1;
}