.insExpandBtn, .bookingBtn .btnArrow, .bookingBtn, .insIntroLeft .shareBtn, .roomInsPage .leftBox .classLink > li > a, .roomInsPage .leftBox .classLink > li, .roomClassItem .Img img, .roomClassItem .Img::before, .roomNavStrip .roomNavArrow button, .roomNavStrip .roomNavItem a, .roomBannerAlbum .bannerSlide img, .roomBannerAlbum .albumOpenBtn {
  transition: all 0.5s ease-in-out;
}

.roomBannerAlbum {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.roomBannerAlbum .bannerSlider,
.roomBannerAlbum .slick-list,
.roomBannerAlbum .slick-track {
  height: 100%;
}
.roomBannerAlbum .bannerSlide {
  position: relative;
  height: 700px;
  cursor: pointer;
}
.roomBannerAlbum .bannerSlide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0.12) 87%, rgba(0, 0, 0, 0.72) 106%), linear-gradient(180deg, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.6) 128%);
}
.roomBannerAlbum .bannerSlide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomBannerAlbum .albumOpenBtn {
  position: absolute;
  left: clamp(24px, 3.6vw, 70px);
  bottom: clamp(20px, 5vw, 40px);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  background-color: #674938;
  color: #fff;
  border: none;
  cursor: pointer;
}
.roomBannerAlbum .albumOpenBtn .albumOpenBtnIcon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roomBannerAlbum .albumOpenBtn .albumOpenBtnIcon svg {
  display: block;
}
.roomBannerAlbum .albumOpenBtn .albumOpenBtnTxt {
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 1;
}
@media (min-width: 1181px) {
  .roomBannerAlbum .albumOpenBtn:hover {
    background-color: #362B20;
  }
}
@media (max-width: 768px) {
  .roomBannerAlbum {
    height: 56vw;
    min-height: 220px;
  }
  .roomBannerAlbum .bannerSlide {
    height: 56vw;
    min-height: 220px;
  }
  .roomBannerAlbum .albumOpenBtn {
    left: 16px;
    bottom: 16px;
    padding: 12px 14px;
    gap: 8px;
  }
  .roomBannerAlbum .albumOpenBtn .albumOpenBtnIcon {
    width: 18px;
    height: 18px;
  }
  .roomBannerAlbum .albumOpenBtn .albumOpenBtnTxt {
    font-size: 14px;
  }
}

.roomBannerAlbum .bannerSlide {
  overflow: hidden;
}
.roomBannerAlbum .bannerSlide img {
  opacity: 0;
  filter: blur(4px);
  transform: scale(1.01);
}
.roomBannerAlbum .bannerSlide.is-revealed img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.albumBox {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.roomNavStrip {
  background-color: #fff;
  border-bottom: 1px solid rgba(67, 67, 67, 0.3);
  display: flex;
  align-items: stretch;
}
.roomNavStrip .roomNavList {
  width: 100%;
  min-width: 0;
  flex-shrink: 1;
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0 20px;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.roomNavStrip .roomNavList::-webkit-scrollbar {
  display: none;
}
.roomNavStrip .roomNavItem {
  width: 16.6666666667%;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media (max-width: 1180px) {
  .roomNavStrip .roomNavItem {
    width: 20%;
  }
}
@media (max-width: 840px) {
  .roomNavStrip .roomNavItem {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .roomNavStrip .roomNavItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 400px) {
  .roomNavStrip .roomNavItem {
    width: 50%;
  }
}
.roomNavStrip .roomNavItem + .roomNavItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: rgba(67, 67, 67, 0.3);
}
.roomNavStrip .roomNavItem a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 4px 30px;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 600;
  color: #434343;
  white-space: nowrap;
  letter-spacing: 0.9px;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1181px) {
  .roomNavStrip .roomNavItem a:hover {
    color: #674938;
    border-bottom-color: #674938;
  }
}
.roomNavStrip .roomNavItem.current a {
  color: #674938;
  border-bottom-color: #674938;
}
.roomNavStrip .roomNavArrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 60px;
  margin-left: auto;
  border-left: 1px solid rgba(67, 67, 67, 0.15);
}
.roomNavStrip .roomNavArrow.hide {
  display: none;
}
.roomNavStrip .roomNavArrow button {
  width: clamp(40px, 5vw, 50px);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #7B6852;
}
@media (min-width: 1181px) {
  .roomNavStrip .roomNavArrow button:hover {
    color: #674938;
  }
}
@media (max-width: 768px) {
  .roomNavStrip .roomNavItem a {
    padding: 4px 16px;
    font-size: 14px;
  }
}

.roomIndexPage {
  position: relative;
  overflow: hidden;
}
.roomIndexPage::before {
  content: "";
  width: 695px;
  height: 497px;
  display: block;
  background-image: url(../../images/tw/room/room_deco_leaf.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 32%;
  left: -11.8%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
  transform-origin: bottom left;
  animation: leafSway 9s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .roomIndexPage::before {
    width: 50%;
    height: auto;
    aspect-ratio: 695/497;
  }
}
@media (max-width: 768px) {
  .roomIndexPage::before {
    top: 0;
  }
}
.roomIndexPage::after {
  content: "";
  width: 577px;
  height: 513px;
  display: block;
  background-image: url(../../images/tw/room/room_deco_leaf2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -7.6%;
  right: -5.2%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
  transform-origin: right top;
  animation: leafSway 12s ease-in-out infinite reverse;
  animation-delay: -4s;
}
@media (max-width: 1180px) {
  .roomIndexPage::after {
    width: 50%;
    height: auto;
    aspect-ratio: 577/513;
  }
}
.roomIndexPage .wrap {
  position: relative;
  z-index: 2;
}

.roomClassList {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 6vw, 104px);
  padding: 86px 0 0px;
  position: relative;
}

.roomClassItem {
  position: relative;
}
.roomClassItem:nth-of-type(2n) .item::before {
  left: auto;
  right: 0;
}
.roomClassItem:nth-of-type(2n) .item::after {
  width: 47px;
  height: 46px;
  top: -20px;
  right: 15%;
  background-image: url(../../images/tw/room/leaf_drawing.svg);
  animation-duration: 8s;
  animation-direction: reverse;
}
@media (min-width: 841px) {
  .roomClassItem:nth-of-type(2n) .Img {
    order: 0;
  }
}
.roomClassItem:nth-of-type(2n) .Img::before {
  background-image: url(../../images/tw/room/room_house_drawing2.svg);
}
@media (min-width: 841px) {
  .roomClassItem:nth-of-type(2n) .Txt {
    order: 1;
  }
}
.roomClassItem:nth-of-type(2n) .Txt::before {
  background-image: url(../../images/tw/room/room_house_drawing2.svg);
  top: 13%;
  left: auto;
  right: 20%;
}
.roomClassItem:nth-of-type(2n) .title::before {
  display: none;
}
.roomClassItem .item {
  display: flex;
  position: relative;
  align-items: center;
}
.roomClassItem .item::before {
  content: "";
  width: calc(50% + 290px);
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.roomClassItem .item::after {
  content: "";
  display: block;
  width: 137px;
  height: 140px;
  background-image: url(../../images/tw/room/bird_drawing.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -40px;
  right: -7%;
  pointer-events: none;
  z-index: 2;
  animation: roomDecoFloat 6s linear infinite;
}
@media (max-width: 840px) {
  .roomClassItem .item {
    flex-direction: column-reverse;
    max-width: 740px;
    margin: 0 auto;
  }
  .roomClassItem .item::before {
    width: calc(100% + 30px);
    height: 65%;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .roomClassItem .item::before {
    height: 80%;
  }
}
.roomClassItem .Txt {
  width: calc(50% - 90px);
  padding: 64px 80px 60px 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .roomClassItem .Txt {
    padding: 50px 40px 40px 40px;
  }
}
@media (max-width: 840px) {
  .roomClassItem .Txt {
    width: 100%;
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .roomClassItem .Txt {
    padding: 40px 20px 30px;
  }
}
.roomClassItem .Txt::before {
  content: "";
  display: block;
  width: 182px;
  height: 90px;
  background-image: url(../../images/tw/room/room_house_drawing.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 15%;
  left: 32%;
  pointer-events: none;
  z-index: 2;
}
.roomClassItem .title {
  color: #362B20;
  display: inline-block;
  font-family: "Noto Serif TC", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 5.7px;
  padding-bottom: 24px;
  position: relative;
}
@media (max-width: 1180px) {
  .roomClassItem .title {
    font-size: 34px;
    letter-spacing: 3px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .roomClassItem .title {
    font-size: 30px;
    letter-spacing: 1.5px;
    padding-bottom: 16px;
  }
}
.roomClassItem .title::before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background-image: url(../../images/tw/comma_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -20px;
  right: -20px;
  pointer-events: none;
}
.roomClassItem .subtitle {
  color: #362B20;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  padding-bottom: 24px;
}
@media (max-width: 1180px) {
  .roomClassItem .subtitle {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 20px;
  }
}
.roomClassItem .intro {
  color: rgba(67, 67, 67, 0.7);
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2.4px;
  position: relative;
  padding-top: 32px;
}
@media (max-width: 1180px) {
  .roomClassItem .intro {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .roomClassItem .intro {
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
}
.roomClassItem .intro::before {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  background-color: #362B20;
  position: absolute;
  left: 0;
  top: 0;
}
.roomClassItem .btnBox {
  width: 100%;
  max-width: 280px;
}
.roomClassItem .Img {
  width: calc(50% + 90px);
  position: relative;
  z-index: 2;
}
@media (max-width: 840px) {
  .roomClassItem .Img {
    width: 100%;
  }
}
.roomClassItem .Img::before {
  content: "";
  display: block;
  width: 200px;
  aspect-ratio: 1/1;
  background-image: url(../../images/tw/room/room_house_drawing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0 0 0 #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.2);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}
.roomClassItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .roomClassItem .Img:hover::before {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  .roomClassItem .Img:hover img {
    filter: brightness(0.5);
  }
}

.roomInfoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  gap: 15px;
}
@media (max-width: 840px) {
  .roomInfoList {
    justify-content: flex-start;
    padding-bottom: 0;
  }
}
.roomInfoList .roomInfoItem {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.roomInfoList .icon {
  width: 22px;
}
.roomInfoList .icon img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.roomInfoList .roomInfoTitle {
  flex-shrink: 0;
  color: #362B20;
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2.4px;
  padding-right: 18px;
  position: relative;
}
.roomInfoList .roomInfoTitle::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: rgba(67, 67, 67, 0.2);
  position: absolute;
  right: 3px;
  top: calc(50% - 9px);
}
.roomInfoList .roomInfoText {
  color: rgba(67, 67, 67, 0.7);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 2.25px;
}
@media (max-width: 1180px) {
  .roomInfoList .roomInfoText {
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .roomInfoList .roomInfoText {
    line-height: 1.5;
  }
}

.roomInsArea {
  padding-top: 0;
}
.roomInsArea .wrap {
  max-width: 1580px;
}

.roomInsPage {
  display: flex;
  padding-top: clamp(50px, 5.5vw, 90px);
  padding-bottom: clamp(50px, 6vw, 100px);
  align-items: start;
}
@media (max-width: 1180px) {
  .roomInsPage {
    flex-direction: column;
  }
}
.roomInsPage .leftBox {
  width: 300px;
  position: sticky;
  top: 20px;
  padding-right: 60px;
}
@media (max-width: 1180px) {
  .roomInsPage .leftBox {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0 0 30px;
    z-index: 2;
  }
  .roomInsPage .leftBox .classBox {
    margin-left: 0;
  }
}
.roomInsPage .leftBox .classBoxHeadMobile {
  display: none;
}
.roomInsPage .leftBox .classBoxTitle {
  margin-bottom: 50px;
  padding-top: 60px;
}
@media (max-width: 1180px) {
  .roomInsPage .leftBox .classBoxTitle {
    padding: 0;
    margin-bottom: 30px;
  }
}
.roomInsPage .leftBox .classBoxTitleZh {
  display: inline-block;
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  font-weight: 600;
  color: #362B20;
  letter-spacing: 7px;
  line-height: 45px;
  margin-bottom: 10px;
  position: relative;
}
.roomInsPage .leftBox .classBoxTitleZh::before {
  content: "";
  display: block;
  width: 14px;
  height: 17px;
  background-image: url(../../images/tw/comma_brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -10px;
  right: -22px;
  pointer-events: none;
}
.roomInsPage .leftBox .classBoxTitleEn {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #362B20;
  letter-spacing: 0.8px;
  line-height: 28px;
  margin-bottom: 10px;
}
.roomInsPage .leftBox .classBoxTitleLine {
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: #674938;
}
.roomInsPage .leftBox .classLink {
  list-style: none;
  padding: 0;
  margin: 0;
}
.roomInsPage .leftBox .classLink > li {
  border-bottom: 1px solid rgba(67, 67, 67, 0.3);
}
.roomInsPage .leftBox .classLink > li.current {
  border-bottom: 1.5px solid #674938;
}
.roomInsPage .leftBox .classLink > li > a {
  display: flex;
  align-items: center;
  height: 60px;
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 500;
  color: rgba(54, 43, 32, 0.6);
  letter-spacing: 0.9px;
}
@media (min-width: 1181px) {
  .roomInsPage .leftBox .classLink > li > a:hover {
    color: #674938;
    background-color: transparent;
    padding-left: 4px;
  }
}
.roomInsPage .leftBox .classLink > li > a.current {
  color: #674938;
  background-color: transparent;
  font-weight: 600;
  letter-spacing: 2.7px;
}
@media (max-width: 1180px) {
  .roomInsPage .leftBox {
    position: static;
  }
  .roomInsPage .leftBox .classBox {
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E3D9CA;
  }
  .roomInsPage .leftBox .classCurrent {
    display: none !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .roomInsPage .leftBox .classBoxHeadMobile {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1180px) and (max-width: 480px) {
  .roomInsPage .leftBox .classBoxHeadMobile {
    flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .roomInsPage .leftBox .classBoxHeadMobile .classBoxTitle {
    padding: 0;
    margin-bottom: 0;
  }
  .roomInsPage .leftBox .classBoxHeadMobile .btnBox {
    margin-top: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
  .roomInsPage .leftBox .classBoxHeadMobile .btnBox .btn {
    width: auto;
    min-width: 200px;
  }
  .roomInsPage .leftBox .classBoxTitlePc {
    display: none;
  }
  .roomInsPage .leftBox .classLink {
    width: 100%;
    max-height: none;
    background-color: transparent;
    box-shadow: none;
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: static;
    top: auto;
    left: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .roomInsPage .leftBox .classLink::-webkit-scrollbar {
    display: none;
  }
  .roomInsPage .leftBox .classLink > li {
    display: inline-block;
    flex-shrink: 0;
    border-bottom: none;
    border-top: none !important;
  }
  .roomInsPage .leftBox .classLink > li.current {
    border-bottom: none;
  }
  .roomInsPage .leftBox .classLink > li > a {
    display: inline-block;
    height: auto;
    padding: 12px 24px;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15em;
    color: #7B6852;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    word-break: keep-all;
  }
}
@media (max-width: 1180px) and (min-width: 1181px) {
  .roomInsPage .leftBox .classLink > li > a:hover {
    color: #2A1B0A;
    background-color: transparent;
    padding-left: 24px;
    border-bottom-color: #8B7355;
  }
}
@media (max-width: 1180px) {
  .roomInsPage .leftBox .classLink > li > a.current {
    color: #2A1B0A;
    background-color: transparent;
    font-weight: 400;
    letter-spacing: 0.15em;
    border-bottom-color: #8B7355;
  }
  .roomInsPage .leftBox .classLink {
    display: none !important;
  }
}
.roomInsPage .rightBox {
  width: calc(100% - 300px);
  background-color: #fff;
  border: 1px solid rgba(103, 73, 56, 0.1);
  padding: 60px 80px 80px;
}
@media (max-width: 1540px) {
  .roomInsPage .rightBox {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 1180px) {
  .roomInsPage .rightBox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .roomInsPage .rightBox {
    padding: 24px 20px 40px;
  }
}

.insIntroBox {
  display: flex;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 1180px) {
  .insIntroBox {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .insIntroBox {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}

.insIntroLeft {
  width: calc(50% - 20px);
  padding-right: 54px;
}
@media (max-width: 1440px) {
  .insIntroLeft {
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .insIntroLeft {
    width: 100%;
    padding: 0 0 40px;
  }
}
.insIntroLeft .insSubCat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 600;
  color: #362B20;
  letter-spacing: 5px;
  line-height: 32px;
  margin-bottom: 10px;
}
.insIntroLeft .insSubCat::before {
  content: "";
  display: block;
  width: 40px;
  height: 1.5px;
  background-color: #362B20;
  flex-shrink: 0;
}
.insIntroLeft .insTitleRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.insIntroLeft .insTitleGroup {
  display: flex;
  flex-direction: column;
  gap: 5px 10px;
}
.insIntroLeft .insTitle {
  font-family: "Noto Serif TC", serif;
  font-size: clamp(24px, 2.2vw, 42px);
  font-weight: 500;
  color: #674938;
  letter-spacing: 6.3px;
  line-height: 1.2;
}
.insIntroLeft .insSubtitleEn {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #674938;
  letter-spacing: 0.8px;
  line-height: 28px;
}
.insIntroLeft .shareBox {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  padding-top: 6px;
}
@media (max-width: 1180px) {
  .insIntroLeft .shareBox {
    gap: 10px 15px;
  }
}
@media (max-width: 480px) {
  .insIntroLeft .shareBox {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.insIntroLeft .shareBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #C0C0C0;
}
.insIntroLeft .shareBtn svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1181px) {
  .insIntroLeft .shareBtn:hover {
    color: #674938;
    transform: scale(1.15);
  }
}

.introTxt {
  font-family: "Noto Sans TC", sans-serif;
  font-size: clamp(14px, 0.85vw, 16px);
  color: #434343;
  text-align: justify;
  line-height: 28px;
  letter-spacing: 2.4px;
  margin-bottom: clamp(20px, 2.5vw, 30px);
}

.roomInfoGrid {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: clamp(20px, 2.5vw, 30px);
}
@media (max-width: 1180px) {
  .roomInfoGrid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 25px;
  }
}
.roomInfoGrid .infoCell {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.roomInfoGrid .infoCellIcon {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.roomInfoGrid .infoCellIcon img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.roomInfoGrid .infoCellIcon svg {
  width: 100%;
  height: 100%;
}
.roomInfoGrid .infoCellLabel {
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 600;
  color: #362B20;
  letter-spacing: 2.4px;
  line-height: 28px;
  white-space: nowrap;
}
.roomInfoGrid .infoCellSep {
  flex-shrink: 0;
  width: 1px;
  height: 18px;
  background-color: rgba(67, 67, 67, 0.3);
}
.roomInfoGrid .infoCellVal {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  color: rgba(67, 67, 67, 0.7);
  letter-spacing: 2.25px;
  line-height: 28px;
}

.bookingBtnBox {
  margin-top: clamp(16px, 2vw, 30px);
}
@media (max-width: 1180px) {
  .bookingBtnBox a {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .bookingBtnBox a {
    margin-left: 0;
  }
}

.bookingBtn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  max-width: 100%;
  padding: 10px 15px;
  background-color: #674938;
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 28px;
}
.bookingBtn .btnArrow {
  stroke: #fff;
  display: block;
  width: 30px;
  height: 6px;
  flex-shrink: 0;
}
@media (min-width: 1181px) {
  .bookingBtn:hover {
    background-color: #362B20;
  }
  .bookingBtn:hover .btnArrow {
    transform: translateX(4px);
  }
}

.insIntroRight {
  width: calc(50% + 20px);
}
@media (max-width: 1180px) {
  .insIntroRight {
    width: 100%;
  }
}

.amenitySide {
  display: flex;
  align-items: stretch;
  gap: 40px;
  height: 100%;
}
@media (max-width: 1440px) {
  .amenitySide {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .amenitySide {
    flex-direction: column;
    gap: 20px;
  }
}

.amenitySideLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.amenitySideLabel::before, .amenitySideLabel::after {
  content: "";
  flex: 1;
  width: 1px;
  min-height: 30px;
  background-color: rgba(67, 67, 67, 0.2);
}
.amenitySideLabel > span {
  border: 1px solid rgba(67, 67, 67, 0.2);
  padding: 15px 10px;
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 600;
  color: #362B20;
  letter-spacing: 5px;
  line-height: 32px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 1180px) {
  .amenitySideLabel {
    flex-direction: row;
  }
  .amenitySideLabel::before, .amenitySideLabel::after {
    flex: 1;
    height: 1px;
    width: auto;
    min-height: auto;
  }
  .amenitySideLabel > span {
    writing-mode: horizontal-tb;
    padding: 8px 16px;
    font-size: 16px;
    letter-spacing: 3px;
  }
}

.amenityGrid {
  display: grid;
  grid-template-columns: repeat(3, 130px);
  gap: 40px 30px;
  align-content: center;
}
@media (max-width: 1440px) {
  .amenityGrid {
    width: 100%;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1240px) {
  .amenityGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1180px) {
  .amenityGrid {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .amenityGrid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 840px) {
  .amenityGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .amenityGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 12px;
  }
  .amenityGrid .amenityIcon {
    width: 70px;
    height: 70px;
  }
  .amenityGrid .amenityLabel {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media (max-width: 400px) {
  .amenityGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.amenityGrid .amenityItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.amenityGrid .amenityIcon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.amenityGrid .amenityIcon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.amenityGrid .amenityLabel {
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 600;
  color: #434343;
  letter-spacing: 2.4px;
  line-height: 28px;
}

.roomInsContentBox {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 50px);
}

.insSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.insSection .textEditor {
  width: 100%;
}

.insSectionBody {
  position: relative;
  width: 100%;
  font-size: clamp(15px, 1vw, 16px);
}
.insSectionBody.is-collapsed {
  max-height: 7.2em;
  overflow: hidden;
}
.insSectionBody.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.6em;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
}

.insExpandBtn {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 600;
  color: #674938;
  letter-spacing: 2.4px;
  line-height: 1.4;
}
.insExpandBtn:hover {
  opacity: 0.7;
}
.insExpandBtn[hidden] {
  display: none !important;
}

.insSectionTitle {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid rgba(103, 73, 56, 0.2);
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 600;
  color: #674938;
  letter-spacing: 5px;
  line-height: 20px;
}
@media (max-width: 1180px) {
  .insSectionTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .insSectionTitle {
    font-size: 16px;
  }
}

.insExpRemark {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  color: rgba(67, 67, 67, 0.6);
  letter-spacing: 2.25px;
  line-height: 36px;
}