.roomArea .dataBox .Img img, .roomArea .dataBox .Img::after, .roomArea .dataBox .Img, .roomArea .dataBox .item, .newsArea .dataListBox .Txt .link::after, .newsArea .dataListBox .Txt .text, .newsArea .dataListBox .Txt .title, .newsArea .dataListBox .Img::after, .newsArea .dataListBox .infoBox, .newsArea .dataListBox .item, .textEditorArea .titleBox::after, .deviceArea .dataBox .dataList .imgBox .Img, .deviceArea .dataBox .dataList .imgBox::after, .deviceArea .dataBox .dataList .imgBox, .deviceArea .dataBox .dataList .item {
  transition: all 0.6s cubic-bezier(0.78, 0, 0.22, 1);
}

.mainArea .wrap {
  max-width: 1640px;
}

.listArea {
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.listArea::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  background: url("../../images/tw/room/list_bg.jpg") no-repeat center center/cover;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.listArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: rgba(32, 32, 32, 0.93);
  z-index: 1;
  pointer-events: none;
}
.listArea .bread {
  position: relative;
  z-index: 5;
}
.listArea .bread .wrap a,
.listArea .bread .wrap span {
  color: #fff;
}
@media (min-width: 1181px) {
  .listArea .bread .wrap a:hover {
    color: #c5a358;
  }
}
.listArea .bread.horizontalLine .wrap a + a::before,
.listArea .bread.horizontalLine .wrap span + span::before,
.listArea .bread.horizontalLine .wrap span + a::before,
.listArea .bread.horizontalLine .wrap a + span::before {
  background-color: #fff;
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .listArea .wrap {
    max-width: 1640px;
  }
}
.listArea .catalogBox {
  position: relative;
  z-index: 3;
  padding-top: 70px;
  transition: all 0.2s ease-in-out;
}
.listArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-5px);
}
@media (max-width: 1180px) {
  .listArea .catalogBox {
    padding-top: 60px;
  }
}
@media (max-width: 840px) {
  .listArea .catalogBox {
    padding-top: 50px;
  }
}
@media (max-width: 400px) {
  .listArea .catalogBox {
    padding-top: 40px;
  }
}
.listArea .noData {
  color: #736d67;
}
.listArea .catalogList {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 64px;
}
@media (max-width: 1180px) {
  .listArea .catalogList {
    row-gap: 55px;
  }
}
@media (max-width: 840px) {
  .listArea .catalogList {
    max-width: 600px;
    margin: 0 auto;
    row-gap: 70px;
  }
}
@media (min-width: 841px) {
  .listArea .catalogItem:nth-child(odd) .item::after {
    left: calc(-1 * max((100dvw - 1640px + 60px) / 2, 30px));
  }
  .listArea .catalogItem:nth-child(odd) .Txt {
    padding-left: 80px;
  }
  .listArea .catalogItem:nth-child(even) .item {
    flex-direction: row-reverse;
  }
  .listArea .catalogItem:nth-child(even) .item::after {
    right: calc(-1 * max((100dvw - 1640px + 60px) / 2, 30px));
  }
  .listArea .catalogItem:nth-child(even) .Txt {
    padding-right: 80px;
  }
}
@media (min-width: 1181px) {
  .listArea .catalogItem:nth-child(odd) .item::after {
    left: calc(-1 * max((100dvw - 1640px + 100px) / 2, 50px));
  }
  .listArea .catalogItem:nth-child(odd) .Txt {
    padding-left: max(100px, 9.4%);
  }
  .listArea .catalogItem:nth-child(even) .item::after {
    right: calc(-1 * max((100dvw - 1640px + 100px) / 2, 50px));
  }
  .listArea .catalogItem:nth-child(even) .Txt {
    padding-right: max(100px, 9.4%);
  }
}
.listArea .item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 59px 0;
}
@media (min-width: 841px) {
  .listArea .item::after {
    content: "";
    position: absolute;
    top: 0;
    width: calc(50% + 40px + max((100dvw - 1640px + 100px) / 2, 30px));
    height: 100%;
    background-color: rgba(245, 245, 245, 0.1);
    z-index: -1;
    pointer-events: none;
  }
}
@media (min-width: 1181px) {
  .listArea .item::after {
    width: calc(53.2% + 59px + max((100dvw - 1640px + 100px) / 2, 50px));
  }
}
@media (max-width: 1180px) {
  .listArea .item {
    padding: 40px 0;
  }
}
@media (max-width: 840px) {
  .listArea .item {
    flex-direction: column;
    row-gap: 30px;
    padding: 0;
  }
}
.listArea .imgBox {
  width: 53.2%;
}
.listArea .imgBox .Img {
  width: 100%;
  height: 100%;
}
.listArea .imgBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .listArea .imgBox {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .listArea .imgBox {
    width: 100%;
    padding: 30px 50px;
    background-color: rgba(245, 245, 245, 0.1);
  }
}
@media (max-width: 540px) {
  .listArea .imgBox {
    padding: 20px 30px;
  }
}
@media (max-width: 400px) {
  .listArea .imgBox {
    padding: 16px 24px;
  }
}
.listArea .Txt {
  width: 46.8%;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 40px;
}
.listArea .Txt .titleBox {
  margin-bottom: 0;
}
.listArea .Txt .titleBox .title,
.listArea .Txt .titleBox .text {
  color: #fff;
}
.listArea .Txt .titleBox .title a,
.listArea .Txt .titleBox .text a {
  color: #fff;
}
@media (min-width: 1181px) {
  .listArea .Txt .titleBox .title a:hover,
  .listArea .Txt .titleBox .text a:hover {
    color: #e7dbc7;
  }
}
.listArea .Txt .titleBox .title {
  font-size: 35px;
}
.listArea .Txt .titleBox .text {
  margin-top: 39px;
  line-height: 1.9;
}
.listArea .Txt .price {
  color: #c5a358;
  font-weight: bold;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.9px;
}
.listArea .Txt .infoBox {
  color: #fff;
  padding: 22px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.listArea .Txt .infoBox .infoList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.listArea .Txt .infoBox li {
  position: relative;
  width: 100%;
  min-width: 0;
  display: grid;
  justify-content: center;
  align-content: center;
  grid-template-columns: minmax(0, max-content);
}
.listArea .Txt .infoBox li:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #cacaca;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.listArea .Txt .infoBox li.bed {
  grid-column: span 2;
}
.listArea .Txt .infoBox span {
  display: block;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listArea .Txt .infoBox span.infoTitle {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.45px;
}
.listArea .Txt .infoBox span.infoValue {
  font-weight: 600;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.66px;
}
.listArea .Txt .btnBox {
  width: 100%;
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin-top: unset;
}
.listArea .Txt .btnBox .btn {
  min-width: unset;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .listArea .Txt .titleBox .title {
    font-size: 33px;
  }
  .listArea .Txt .titleBox .text {
    margin-top: 30px;
  }
  .listArea .Txt .price {
    font-size: 28px;
  }
  .listArea .Txt .infoBox {
    padding: 18px 0;
  }
  .listArea .Txt .infoBox span.infoTitle {
    font-size: 14px;
  }
  .listArea .Txt .infoBox span.infoValue {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .listArea .Txt {
    width: 50%;
  }
  .listArea .Txt .titleBox .text {
    margin-top: 20px;
  }
  .listArea .Txt .price {
    font-size: 24px;
  }
  .listArea .Txt .infoBox {
    padding: 14px 0;
  }
  .listArea .Txt .infoBox span.infoValue {
    font-size: 18px;
  }
  .listArea .Txt .btnBox {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 840px) {
  .listArea .Txt {
    width: 100%;
  }
  .listArea .Txt .titleBox .title {
    font-size: 30px;
  }
  .listArea .Txt .price {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .listArea .Txt {
    row-gap: 30px;
  }
  .listArea .Txt .titleBox .title {
    font-size: 28px;
  }
  .listArea .Txt .price {
    font-size: 20px;
  }
  .listArea .Txt .infoBox {
    padding: 10px 0;
  }
  .listArea .Txt .infoBox span.infoTitle {
    font-size: 13px;
  }
  .listArea .Txt .infoBox span.infoValue {
    font-size: 16px;
  }
}

.insArea {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.insArea::after {
  content: "";
  position: absolute;
  width: min(433px, 50%);
  height: auto;
  aspect-ratio: 433/175;
  right: 0;
  top: 0;
  background: url("../../images/tw/room/ins_deco.png") no-repeat center center/cover;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .insArea .titleBox .title {
    font-size: 35px;
    margin-top: 6px;
  }
}

.infoArea .wrap {
  max-width: 1806px;
}
@media (min-width: 1181px) {
  .infoArea .titleBox {
    margin-bottom: 52px;
  }
}
.infoArea .dataBox {
  padding-top: 54px;
}
@media (max-width: 1400px) {
  .infoArea .dataBox {
    padding-top: 40px;
  }
}
@media (max-width: 1180px) {
  .infoArea .dataBox {
    padding-top: 0;
  }
}
.infoArea .dataBox .dataList {
  position: relative;
}
@media (max-width: 840px) {
  .infoArea .dataBox .dataList {
    max-width: 600px;
    margin: 0 auto;
  }
}
.infoArea .dataBox .dataItem {
  display: none;
}
.infoArea .dataBox .dataItem.current {
  display: block;
  animation: slideUpAnimation 0.6s ease-out forwards;
}
.infoArea .dataBox .item {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 64px;
}
@media (min-width: 841px) {
  .infoArea .dataBox .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(-1 * max((100dvw - 1806px + 100px) / 2, 30px));
    width: calc(52.9% + 20px + max((100dvw - 1806px + 100px) / 2, 30px));
    height: 86.3%;
    background: url("../../images/tw/room/ins_bg.jpg") no-repeat center center/cover;
    z-index: -1;
    pointer-events: none;
  }
}
@media (min-width: 1181px) {
  .infoArea .dataBox .item::after {
    left: calc(-1 * max((100dvw - 1806px + 100px) / 2, 50px));
    width: calc(52.9% + 76px + max((100dvw - 1806px + 100px) / 2, 50px));
  }
}
@media (max-width: 1180px) {
  .infoArea .dataBox .item {
    padding: 20px 0 50px;
  }
}
@media (max-width: 840px) {
  .infoArea .dataBox .item {
    flex-direction: column;
    row-gap: 30px;
    padding: 0 0 50px;
  }
}
@media (max-width: 400px) {
  .infoArea .dataBox .item {
    row-gap: 24px;
  }
}
.infoArea .dataBox .Img {
  width: 52.9%;
}
.infoArea .dataBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .infoArea .dataBox .Img {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .infoArea .dataBox .Img {
    width: 100%;
  }
}
.infoArea .dataBox .Txt {
  width: 47.1%;
  padding: 0 5% 0 max(8.5%, 100px);
  display: flex;
  justify-content: flex-end;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 33px;
}
.infoArea .dataBox .Txt .dataTitle {
  position: relative;
  font-weight: 600;
  color: #3c3835;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 1.3px;
  padding-bottom: 18px;
}
.infoArea .dataBox .Txt .dataTitle::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 1px;
  background-color: #c5a358;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.infoArea .dataBox .Txt .textBox {
  margin-bottom: 23px;
}
.infoArea .dataBox .Txt .textBox .introduction {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.32px;
  color: #736d67;
  margin-top: 15px;
}
.infoArea .dataBox .Txt .infoBox .infoList {
  color: #736d67;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.8px;
}
.infoArea .dataBox .Txt .infoBox li {
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 9px;
       column-gap: 9px;
  transition: all 0.3s ease;
}
@media (min-width: 1181px) {
  .infoArea .dataBox .Txt .infoBox li:hover {
    background-color: #f1f1f1;
  }
}
.infoArea .dataBox .Txt .infoBox .infoTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 9px;
       column-gap: 9px;
  flex-shrink: 0;
}
.infoArea .dataBox .Txt .infoBox .infoTitle::before, .infoArea .dataBox .Txt .infoBox .infoTitle::after {
  content: "";
  display: inline-block;
}
.infoArea .dataBox .Txt .infoBox .infoTitle::before {
  width: 3px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #c5a358;
  border-radius: 50%;
}
.infoArea .dataBox .Txt .infoBox .infoTitle::after {
  width: 1px;
  height: 16px;
  background-color: #736d67;
}
.infoArea .dataBox .Txt .btnBox {
  width: 100%;
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin-top: unset;
}
.infoArea .dataBox .Txt .btnBox .btn {
  min-width: unset;
  max-width: 100%;
}
@media (min-width: 841px) {
  .infoArea .dataBox .Txt .introduction {
    padding-right: 10px;
  }
  .infoArea .dataBox .Txt .introduction::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #eee;
  }
  .infoArea .dataBox .Txt .introduction::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #eee;
  }
  .infoArea .dataBox .Txt .introduction::-webkit-scrollbar-thumb {
    background: #c5a358;
  }
  .infoArea .dataBox .Txt .introduction {
    max-height: 195px;
    overflow-y: auto;
  }
}
@media (min-width: 1181px) {
  .infoArea .dataBox .Txt .introduction {
    max-height: 250px;
  }
}
@media (max-width: 1400px) {
  .infoArea .dataBox .Txt {
    padding-right: 0;
  }
  .infoArea .dataBox .Txt .dataTitle {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .infoArea .dataBox .Txt .textBox {
    margin-bottom: 16px;
  }
  .infoArea .dataBox .Txt .textBox .introduction {
    font-size: 14px;
  }
  .infoArea .dataBox .Txt .infoBox .infoList {
    font-size: 15px;
  }
  .infoArea .dataBox .Txt .infoBox li {
    padding: 12px 0;
  }
}
@media (max-width: 1180px) {
  .infoArea .dataBox .Txt {
    width: 50%;
    padding: 0 0 0 80px;
  }
  .infoArea .dataBox .Txt .textBox {
    margin-bottom: 0;
  }
  .infoArea .dataBox .Txt .dataTitle {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .infoArea .dataBox .Txt .infoBox .infoList {
    font-size: 14px;
    margin-top: 8px;
  }
  .infoArea .dataBox .Txt .infoBox li {
    padding: 8px 0;
  }
  .infoArea .dataBox .Txt .btnBox {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 840px) {
  .infoArea .dataBox .Txt {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .infoArea .dataBox .Txt {
    row-gap: 24px;
  }
}

.deviceArea {
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.deviceArea::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  background: url("../../images/tw/room/ins_device_bg.jpg") no-repeat center center/cover;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.deviceArea {
  padding-top: 62px;
  padding-bottom: 46px;
}
.deviceArea .wrap {
  max-width: 1424px;
}
.deviceArea .titleBox {
  margin-bottom: 34px;
}
.deviceArea .titleBox .title {
  color: #fff;
}
.deviceArea .dataBox {
  position: relative;
  padding: 0 30px;
}
.deviceArea .dataBox .dataList {
  margin: 0 -5px;
}
.deviceArea .dataBox .dataList .slick-slide > div {
  display: flex;
  flex-wrap: wrap;
}
.deviceArea .dataBox .dataList .dataItem {
  padding: 19px 5px;
  height: 100%;
}
@media (min-width: 1181px) {
  .deviceArea .dataBox .dataList .dataItem:hover .item {
    transform: translateY(-10px);
  }
  .deviceArea .dataBox .dataList .dataItem:hover .imgBox {
    background-color: #c5a358;
  }
  .deviceArea .dataBox .dataList .dataItem:hover .imgBox::after {
    outline-color: #c5a358;
  }
  .deviceArea .dataBox .dataList .dataItem:hover .imgBox .Img {
    filter: brightness(0) invert(1);
  }
}
.deviceArea .dataBox .dataList .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 13px;
  will-change: transform;
}
.deviceArea .dataBox .dataList .imgBox {
  position: relative;
  max-width: 85px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.1);
}
.deviceArea .dataBox .dataList .imgBox::after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  outline: 1px solid rgba(173, 173, 173, 0.5);
  pointer-events: none;
}
.deviceArea .dataBox .dataList .imgBox .Img {
  max-width: 40px;
  width: 60%;
}
.deviceArea .dataBox .dataList .imgBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.deviceArea .dataBox .dataList .title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.36px;
  min-height: 62px;
}
@media (max-width: 840px) {
  .deviceArea .dataBox .dataList {
    margin: 0 -10px;
  }
  .deviceArea .dataBox .dataList .dataItem {
    padding: 10px;
  }
  .deviceArea .dataBox .dataList .title {
    font-size: 16px;
    min-height: 55px;
  }
}
.deviceArea .dataBox .slick-dots li {
  margin: 0;
}
.deviceArea .dataBox .slick-dots li button::before {
  color: #fff;
}
.deviceArea .dataBox .slick-dots li.slick-active button::before {
  color: #c5a358;
}
.deviceArea .dataBox .controlBox {
  position: absolute;
  width: calc(100% + 40px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 400px) {
  .deviceArea .dataBox .controlBox {
    width: calc(100% + 20px);
  }
}

.textEditorArea {
  padding-top: 65px;
  padding-bottom: 52px;
}
.textEditorArea::before {
  content: "";
  position: absolute;
  width: min(298px, 50%);
  height: auto;
  aspect-ratio: 298/197;
  right: 0;
  bottom: 0;
  background: url("../../images/tw/room/ins_info_deco.png") no-repeat center center/cover;
  z-index: 0;
  pointer-events: none;
}
.textEditorArea {
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.textEditorArea::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  background: url("../../images/tw/room/ins_info_bg.jpg") no-repeat center center/cover;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.textEditorArea::after {
  opacity: 0.7;
}
.textEditorArea .wrap {
  max-width: 1206px;
}
.textEditorArea .titleBox {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.textEditorArea .titleBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #cacaca;
  pointer-events: none;
}
.textEditorArea .titleBox.is-active::after {
  width: 100%;
}
@media (max-width: 1180px) {
  .textEditorArea .titleBox {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.newsArea {
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.newsArea::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  background: url("../../images/tw/room/ins_news_bg.jpg") no-repeat center center/cover;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.newsArea {
  padding: 76px 0;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea .wrap {
  max-width: 1766px;
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  .newsArea .wrap {
    max-width: 500px;
  }
}
.newsArea .titleBox {
  margin-bottom: 20px;
}
.newsArea .titleBox .title {
  color: #fff;
}
.newsArea .dataBox {
  position: relative;
  padding: 0 62px;
}
@media (max-width: 1400px) {
  .newsArea .dataBox {
    padding: 0 40px;
  }
}
@media (max-width: 1180px) {
  .newsArea .dataBox {
    padding: 30px 30px 0;
  }
}
@media (max-width: 768px) {
  .newsArea .dataBox {
    padding: 20px 20px 0;
  }
}
@media (max-width: 320px) {
  .newsArea .dataBox {
    padding: 0;
    padding-top: 20px;
  }
}
.newsArea .dataListBox {
  overflow-x: clip;
}
.newsArea .dataListBox .dataList {
  margin: 0 -40px;
}
.newsArea .dataListBox .slick-track {
  display: flex !important;
  align-items: stretch;
  margin-left: unset;
}
.newsArea .dataListBox .slick-slide {
  height: auto;
}
.newsArea .dataListBox .dataList,
.newsArea .dataListBox .slick-list,
.newsArea .dataListBox .slick-track,
.newsArea .dataListBox .slick-slide > div,
.newsArea .dataListBox .dataItem,
.newsArea .dataListBox .item {
  height: 100%;
}
.newsArea .dataListBox .dataItem {
  padding: 32px 42px;
}
.newsArea .dataListBox .item {
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 1181px) {
  .newsArea .dataListBox .item:hover {
    translate: 0 -32px;
  }
  .newsArea .dataListBox .item:hover::after {
    height: 140%;
  }
  .newsArea .dataListBox .item:hover .Img::after {
    opacity: 1;
    translate: 0 0;
  }
  .newsArea .dataListBox .item:hover .Img img {
    opacity: 0.6;
    transform: scale(1.05);
  }
  .newsArea .dataListBox .item:hover .Txt .title {
    color: #c5a358;
  }
  .newsArea .dataListBox .item:hover .Txt .link {
    color: #c5a358;
  }
  .newsArea .dataListBox .item:hover .Txt .link::after {
    background-color: #c5a358;
  }
}
.newsArea .dataListBox .itemWrap {
  height: 100%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.07);
}
.newsArea .dataListBox .infoBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 16px;
  color: #adadad;
}
.newsArea .dataListBox .infoBox::before {
  content: "";
  position: relative;
  display: inline-block;
  max-width: 220px;
  margin-right: auto;
  width: auto;
  height: 1px;
  background-color: #c5a358;
  flex-grow: 1;
  pointer-events: none;
}
.newsArea .dataListBox .infoBox .classTitle {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.newsArea .dataListBox .infoBox .date {
  font-weight: 600;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0px;
}
.newsArea .dataListBox .Img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/2.86;
  display: block;
  z-index: 6;
}
.newsArea .dataListBox .Img::after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  opacity: 0;
  translate: 0 10px;
  pointer-events: none;
}
.newsArea .dataListBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.newsArea .dataListBox .Txt {
  padding: 23px 21px;
}
.newsArea .dataListBox .Txt .title {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.54px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .dataListBox .Txt .text {
  margin-top: 13px;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .dataListBox .Txt .link {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 20px;
}
.newsArea .dataListBox .Txt .link::after {
  content: "";
  position: relative;
  width: 10px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  pointer-events: none;
}
.newsArea .dataListBox .Txt .dateBox {
  width: 100%;
  padding-top: 10px;
  margin-top: 8px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: #eee;
  font-weight: 500;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0px;
}
.newsArea .dataListBox .Txt .dateBox .date {
  font-size: 18px;
}
.newsArea .dataListBox .slick-dots li {
  margin: 0;
}
.newsArea .dataListBox .slick-dots li button::before {
  color: #fff;
}
.newsArea .dataListBox .slick-dots li.slick-active button::before {
  color: #c5a358;
}
@media (max-width: 1600px) {
  .newsArea .dataListBox .dataList {
    margin: 0 -32px;
  }
  .newsArea .dataListBox .dataItem {
    padding: 32px 34px;
  }
}
@media (max-width: 1400px) {
  .newsArea .dataListBox .dataList {
    margin: 0 -22px;
  }
  .newsArea .dataListBox .dataItem {
    padding: 32px 24px;
  }
  .newsArea .dataListBox .infoBox .date {
    font-size: 24px;
  }
  .newsArea .dataListBox .Txt .title {
    font-size: 20px;
  }
  .newsArea .dataListBox .Txt .dateBox {
    font-size: 14px;
  }
  .newsArea .dataListBox .Txt .dateBox .date {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .newsArea .dataListBox .dataList {
    margin: 0 -18px;
  }
  .newsArea .dataListBox .dataItem {
    padding: 0 20px;
  }
  .newsArea .dataListBox .Txt .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .newsArea .dataListBox .dataList {
    margin: 0 -12px;
  }
  .newsArea .dataListBox .dataItem {
    padding: 0 14px;
  }
  .newsArea .dataListBox .infoBox {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .newsArea .dataListBox .Txt .dateBox .label {
    display: none;
  }
}
.newsArea .controlBox {
  position: absolute;
  width: calc(100% + 40px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 400px) {
  .newsArea .controlBox {
    width: calc(100% + 20px);
  }
}
@media (max-width: 320px) {
  .newsArea .controlBox {
    display: none;
  }
}

.roomArea {
  padding: 78px 0 58px;
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.roomArea::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  background: url("../../images/tw/room/ins_info_bg.jpg") no-repeat center center/cover;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.roomArea::after {
  opacity: 0.7;
}
@media (max-width: 1180px) {
  .roomArea {
    padding: 60px 0;
  }
}
.roomArea .wrap {
  max-width: 1640px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title control" "data data";
  gap: 24px 0;
}
@media (max-width: 640px) {
  .roomArea .wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "data" "control";
    gap: 40px 0;
    align-items: center;
  }
}
.roomArea .titleBox {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .roomArea .titleBox {
    text-align: center;
  }
}
.roomArea .controlBox {
  grid-area: control;
}
.roomArea .dataBox {
  grid-area: data;
  position: relative;
  width: calc(100% + 207px);
  overflow-x: clip;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .roomArea .dataBox {
    width: 150%;
    min-width: 0;
  }
}
@media (max-width: 320px) {
  .roomArea .dataBox {
    width: 100%;
  }
}
.roomArea .dataBox .dataList {
  margin: 0 -22px;
  max-width: 1350px;
}
@media (max-width: 1180px) {
  .roomArea .dataBox .dataList {
    margin: 0 -16px;
  }
}
@media (max-width: 640px) {
  .roomArea .dataBox .dataList {
    margin: 0 -10px;
  }
}
.roomArea .dataBox .slick-list {
  overflow: visible;
}
.roomArea .dataBox .slick-track {
  margin-left: unset;
}
.roomArea .dataBox .dataItem {
  position: relative;
  padding: 43px 22px;
}
@media (min-width: 1181px) {
  .roomArea .dataBox .dataItem:hover .item {
    transform: translateY(-43px);
  }
  .roomArea .dataBox .dataItem:hover .Img {
    border-color: #c5a358;
  }
  .roomArea .dataBox .dataItem:hover .Img::after {
    opacity: 1;
    transform: none;
    transition-delay: 0.1s;
  }
  .roomArea .dataBox .dataItem:hover .Img img {
    filter: brightness(0.4);
  }
}
@media (max-width: 1180px) {
  .roomArea .dataBox .dataItem {
    padding: 30px 16px;
  }
}
@media (max-width: 640px) {
  .roomArea .dataBox .dataItem {
    padding: 0 10px;
  }
}
.roomArea .dataBox .Img {
  position: relative;
  border: 2px solid transparent;
  width: 100%;
  height: auto;
  aspect-ratio: 410/535;
}
.roomArea .dataBox .Img::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #c5a358;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  padding: 12px 30px;
  width: 80%;
  max-width: 241px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.roomArea .dataBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomArea .dataBox .Txt {
  padding-top: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.roomArea .dataBox .Txt .title {
  color: #3c3835;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
.roomArea .dataBox .Txt .line {
  display: inline-block;
  width: auto;
  flex-grow: 1;
  height: 1px;
  background-color: rgba(173, 173, 173, 0.8);
}
.roomArea .dataBox .Txt .price {
  color: #c5a358;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.36px;
}
@media (max-width: 1400px) {
  .roomArea .dataBox .Txt {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .roomArea .dataBox .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .roomArea .dataBox .Txt {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
  }
  .roomArea .dataBox .Txt .line {
    display: none;
  }
}
