.seasonArea .imgBox .Img::after, .newsArea .dataBox .dataList .Txt .text, .newsArea .dataBox .dataList .Txt .title, .newsArea .dataBox .dataList .Img::after, .newsArea .dataBox .dataList .infoBox .date, .newsArea .dataBox .dataList .infoBox, .newsArea .dataBox .dataList .item, .infoArea .dataList .item {
  transition: all 0.6s cubic-bezier(0.78, 0, 0.22, 1);
}

.mainArea {
  padding: 0;
}

.fixedBtn {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 36.7%;
  translate: 0 -50%;
}
.fixedBtn a {
  padding: 33px 17px;
  display: block;
  color: #fff;
  background-color: #6b6b6b;
  writing-mode: vertical-lr;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0px;
}
@media (min-width: 1181px) {
  .fixedBtn a:hover {
    background-color: #c5a358;
  }
}
@media (max-width: 1400px) {
  .fixedBtn a {
    padding: 26px 14px;
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .fixedBtn {
    display: none;
  }
}

.listArea .dataInfoBox {
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.listArea .dataInfoBox .infoList {
  padding: 28px 53px;
  background-color: #fff;
  filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.06));
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px 20px;
}
.listArea .dataInfoBox span {
  display: block;
}
.listArea .dataInfoBox span:nth-child(1) {
  color: #736d67;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.listArea .dataInfoBox span:nth-child(2) {
  margin-top: 10px;
  color: #3c3835;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 1.82px;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
}
.listArea .dataInfoBox .btnBox {
  margin-top: unset;
}
@media (min-width: 541px) {
  .listArea .dataInfoBox .infoList:has(.restaurant):has(.time) .time {
    position: relative;
    padding-left: max(6%, 40px);
  }
  .listArea .dataInfoBox .infoList:has(.restaurant):has(.time) .time::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 115%;
    background-color: #cacaca;
    pointer-events: none;
  }
}
@media (min-width: 1181px) {
  .listArea .dataInfoBox {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -69%);
  }
  .listArea .dataInfoBox .btnBox {
    padding-right: 6px;
  }
}
@media (max-width: 1180px) {
  .listArea .dataInfoBox .wrap {
    padding: 0;
  }
  .listArea .dataInfoBox .infoList {
    padding: 28px 30px;
  }
  .listArea .dataInfoBox span {
    display: block;
  }
  .listArea .dataInfoBox span:nth-child(1) {
    font-size: 14px;
  }
  .listArea .dataInfoBox span:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .listArea .dataInfoBox .infoList {
    justify-content: center;
    flex-wrap: wrap;
  }
  .listArea .dataInfoBox .restaurant,
  .listArea .dataInfoBox .time {
    max-width: calc(50% - 10px);
  }
  .listArea .dataInfoBox .link {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .listArea .dataInfoBox .infoList {
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }
  .listArea .dataInfoBox .restaurant,
  .listArea .dataInfoBox .time {
    max-width: 100%;
  }
  .listArea .dataInfoBox span:nth-child(2) {
    margin-top: 0;
  }
}

.brunchArea {
  padding: 66px 0 120px;
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.brunchArea::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;
}
.brunchArea::after {
  opacity: 0.6;
}
@media (max-width: 1180px) {
  .brunchArea {
    padding: 30px 0 90px;
  }
}
@media (max-width: 768px) {
  .brunchArea {
    padding: 60px 0;
  }
}
.brunchArea .dataBox .wrap {
  max-width: 1756px;
}
.brunchArea .titleBox {
  margin-bottom: 22px;
  padding-bottom: 22px;
}
.brunchArea .titleBox::after {
  content: "";
  position: absolute;
  width: 0;
  max-width: 44px;
  height: 1px;
  background-color: #c5a358;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.brunchArea .titleBox.is-active:after {
  width: 100%;
}
.brunchArea .titleBox .title {
  margin-top: 15px;
}
.brunchArea .itemBox {
  margin-top: 70px;
}
.brunchArea .itemBox .itemList {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #cacaca;
}
.brunchArea .itemBox .item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  padding: 19px 10px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.brunchArea .itemBox .item:not(:first-child) {
  position: relative;
}
.brunchArea .itemBox .item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #cacaca;
  pointer-events: none;
}
.brunchArea .itemBox .title {
  font-weight: 600;
  color: #3c3835;
  letter-spacing: 1.6px;
}
.brunchArea .itemBox .subtitle {
  margin-top: 4px;
  font-weight: bold;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  color: #c5a358;
}
@media (max-width: 1400px) {
  .brunchArea .itemBox {
    margin-top: 50px;
  }
  .brunchArea .itemBox .item {
    font-size: 18px;
  }
  .brunchArea .itemBox .title {
    letter-spacing: 1px;
  }
}
@media (max-width: 1180px) {
  .brunchArea .itemBox {
    overflow-x: auto;
  }
  .brunchArea .itemBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
    background-color: #cacaca;
  }
  .brunchArea .itemBox::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #cacaca;
  }
  .brunchArea .itemBox::-webkit-scrollbar-thumb {
    background: #c5a358;
  }
  .brunchArea .itemBox .itemList {
    min-width: 1280px;
    border-block-start: none;
  }
}
@media (max-width: 400px) {
  .brunchArea .itemBox .itemList {
    min-width: 1140px;
  }
  .brunchArea .itemBox .item {
    font-size: 17px;
  }
}

.infoArea .dataList {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
}
.infoArea .dataList.slick-dotted {
  margin: 0;
}
@media (max-width: 840px) {
  .infoArea .dataList {
    padding-bottom: 30px;
  }
}
.infoArea .dataList .slick-track {
  display: flex !important;
  align-items: stretch;
  margin-left: unset;
}
.infoArea .dataList .slick-slide {
  height: auto;
}
.infoArea .dataList .dataList,
.infoArea .dataList .slick-list,
.infoArea .dataList .slick-track,
.infoArea .dataList .slick-slide > div,
.infoArea .dataList .dataItem,
.infoArea .dataList .item {
  height: 100%;
}
.infoArea .dataList .item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  height: max(100vh, 600px);
}
@media (max-width: 1180px) {
  .infoArea .dataList .item {
    height: 100%;
  }
}
@media (max-width: 840px) {
  .infoArea .dataList .item {
    flex-direction: column;
  }
}
.infoArea .dataList .Img {
  width: 60.7%;
  z-index: 1;
}
.infoArea .dataList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.infoArea .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1181px) {
  .infoArea .dataList .Img:hover img {
    opacity: 0.9;
    transform: scale(1.05);
  }
}
@media (max-width: 1400px) {
  .infoArea .dataList .Img {
    width: 57%;
  }
}
@media (max-width: 1180px) {
  .infoArea .dataList .Img {
    position: relative;
  }
  .infoArea .dataList .Img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
@media (max-width: 840px) {
  .infoArea .dataList .Img {
    width: 100%;
    aspect-ratio: 4/2;
  }
}
.infoArea .dataList .Txt {
  padding: max(80px, 6%) max(60px, 5%);
  width: 39.3%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
}
.infoArea .dataList .Txt .titleBox {
  margin-bottom: 0;
}
.infoArea .dataList .Txt .titleBox .subtitle {
  position: relative;
  margin-top: 12px;
  padding-bottom: 28px;
  font-size: 24px;
  letter-spacing: 1.8px;
  font-weight: 600;
  line-height: 1.4;
}
.infoArea .dataList .Txt .titleBox .subtitle::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 1px;
  background-color: #c5a358;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.infoArea .dataList .Txt .titleBox .text {
  line-height: 2;
  margin-top: 26px;
}
.infoArea .dataList .Txt .btnBox {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 1400px) {
  .infoArea .dataList .Txt {
    width: 43%;
    padding: 80px 60px;
  }
  .infoArea .dataList .Txt .titleBox .subtitle {
    margin-top: 12px;
    padding-bottom: 28px;
    font-size: 22px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1180px) {
  .infoArea .dataList .Txt {
    padding: 70px 40px;
  }
  .infoArea .dataList .Txt .titleBox .subtitle {
    font-size: 20px;
  }
  .infoArea .dataList .Txt .titleBox .text {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .infoArea .dataList .Txt {
    width: 100%;
    padding: 40px 30px;
    flex: 1;
    justify-content: flex-start;
  }
  .infoArea .dataList .Txt .titleBox .text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 400px) {
  .infoArea .dataList .Txt {
    padding: 30px 20px;
  }
  .infoArea .dataList .Txt .titleBox .subtitle {
    font-size: 18px;
  }
}
.infoArea .dataList .slick-dots {
  width: 60.7%;
  padding: 0 20px;
  bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.infoArea .dataList .slick-dots li {
  margin: 0;
}
.infoArea .dataList .slick-dots li button::before {
  color: #fff;
  opacity: 0.6;
}
.infoArea .dataList .slick-dots li.slick-active button::before {
  color: #c5a358;
}
@media (max-width: 840px) {
  .infoArea .dataList .slick-dots {
    width: 100%;
    justify-content: center;
  }
  .infoArea .dataList .slick-dots li button::before {
    color: #3c3835;
    opacity: 0.6;
  }
}

.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/brunch/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: 104px 0 86px;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea .wrap {
  max-width: 1642px;
}
.newsArea .titleBox {
  margin-bottom: 55px;
}
.newsArea .titleBox .title {
  color: #fff;
  font-size: 35px;
  margin-top: 10px;
}
@media (max-width: 1400px) {
  .newsArea .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  .newsArea .titleBox {
    margin-bottom: 40px;
  }
  .newsArea .titleBox .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .newsArea .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .newsArea .titleBox {
    margin-bottom: 30px;
  }
  .newsArea .titleBox .title {
    font-size: 26px;
  }
}
.newsArea .dataBox {
  position: relative;
  width: calc(100% + 206px);
  overflow-x: clip;
}
@media (max-width: 840px) {
  .newsArea .dataBox {
    width: 110%;
  }
}
@media (max-width: 640px) {
  .newsArea .dataBox {
    width: 120%;
  }
}
@media (max-width: 540px) {
  .newsArea .dataBox {
    width: 150%;
  }
}
@media (max-width: 400px) {
  .newsArea .dataBox {
    width: 170%;
  }
}
@media (max-width: 320px) {
  .newsArea .dataBox {
    width: 100%;
  }
}
.newsArea .dataBox .dataList {
  margin: 0 -12px;
  max-width: 1352px;
}
.newsArea .dataBox .dataList .slick-list {
  overflow: visible;
}
.newsArea .dataBox .dataList .slick-track {
  display: flex !important;
  align-items: stretch;
  margin-left: unset;
}
.newsArea .dataBox .dataList .slick-slide {
  height: auto;
}
.newsArea .dataBox .dataList .dataList,
.newsArea .dataBox .dataList .slick-list,
.newsArea .dataBox .dataList .slick-track,
.newsArea .dataBox .dataList .slick-slide > div,
.newsArea .dataBox .dataList .dataItem,
.newsArea .dataBox .dataList .item {
  height: 100%;
}
.newsArea .dataBox .dataList .dataItem {
  padding: 32px 14px;
}
.newsArea .dataBox .dataList .item {
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  padding: 43px 35px 28px;
  outline: 1px solid #fff;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 1181px) {
  .newsArea .dataBox .dataList .item:hover {
    translate: 0 -30px;
    background-color: rgba(197, 163, 88, 0.8);
  }
  .newsArea .dataBox .dataList .item:hover::after {
    height: 140%;
  }
  .newsArea .dataBox .dataList .item:hover .date {
    color: #fff;
  }
  .newsArea .dataBox .dataList .item:hover .Img::after {
    opacity: 1;
    translate: 0 0;
  }
  .newsArea .dataBox .dataList .item:hover .Img img {
    opacity: 0.6;
    transform: scale(1.05);
  }
}
.newsArea .dataBox .dataList .infoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 28px;
  color: #fff;
}
.newsArea .dataBox .dataList .infoBox .classTitle {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.newsArea .dataBox .dataList .infoBox .date {
  color: #c5a358;
  font-weight: 600;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.newsArea .dataBox .dataList .Img {
  width: 100%;
  display: block;
  z-index: 6;
}
.newsArea .dataBox .dataList .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 .dataBox .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.newsArea .dataBox .dataList .Txt {
  padding-top: 27px;
}
.newsArea .dataBox .dataList .Txt .title {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .dataBox .dataList .Txt .text {
  margin-top: 17px;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .newsArea .dataBox .dataList .item {
    padding: 36px 28px;
  }
  .newsArea .dataBox .dataList .infoBox {
    margin-bottom: 20px;
  }
  .newsArea .dataBox .dataList .Txt .title {
    font-size: 18px;
    height: 55px;
  }
  .newsArea .dataBox .dataList .Txt .text {
    font-size: 15px;
    height: 44px;
  }
}
@media (max-width: 1400px) {
  .newsArea .dataBox .dataList .item {
    padding: 32px 22px;
  }
}
@media (max-width: 1180px) {
  .newsArea .dataBox .dataList .slick-track {
    margin-left: auto;
  }
  .newsArea .dataBox .dataList .dataItem {
    padding: 1px 14px;
  }
  .newsArea .dataBox .dataList .item {
    padding: 26px 18px;
  }
  .newsArea .dataBox .dataList .Txt .text {
    font-size: 14px;
  }
}
.newsArea .controlBox {
  gap: 30px 36px;
  margin-top: 19px;
}
.newsArea .controlBox .progressBar {
  max-width: 930px;
}
.newsArea .controlBox .btnBox {
  margin: 0;
}
.newsArea .controlBox .btnBox .btn {
  pointer-events: auto;
}
@media (min-width: 641px) {
  .newsArea .controlBox .btnBox {
    margin-left: auto;
  }
}
@media (max-width: 1180px) {
  .newsArea .controlBox {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .newsArea .controlBox {
    gap: 30px 20px;
  }
  .newsArea .controlBox .btnBox {
    width: 100%;
  }
}

.insArea .titleBox .title {
  font-size: 35px;
}
@media (max-width: 1400px) {
  .insArea .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  .insArea .titleBox .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .insArea .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .insArea .titleBox .title {
    font-size: 26px;
  }
}

.aboutArea {
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.aboutArea::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/brunch/ins_bg.jpg") no-repeat center center/cover;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aboutArea {
  --distance: calc(1 * max((100dvw - 1642px + 100px) / 2, 50px));
}
.aboutArea .bread {
  position: absolute;
  z-index: 5;
  right: var(--distance);
  top: 0;
}
.aboutArea .bread .wrap {
  padding: 0;
}
.aboutArea .bread .wrap a,
.aboutArea .bread .wrap span {
  color: #fff;
}
@media (min-width: 1181px) {
  .aboutArea .bread .wrap a:hover {
    color: #c5a358;
  }
}
.aboutArea .bread.horizontalLine .wrap a + a::before,
.aboutArea .bread.horizontalLine .wrap span + span::before,
.aboutArea .bread.horizontalLine .wrap span + a::before,
.aboutArea .bread.horizontalLine .wrap a + span::before {
  background-color: #fff;
}
.aboutArea .aboutBox {
  overflow-x: clip;
}
.aboutArea .aboutBox .wrap {
  max-width: 1642px;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .wrap {
    flex-direction: column-reverse;
    padding-top: 60px;
    row-gap: 60px;
  }
}
@media (max-width: 400px) {
  .aboutArea .aboutBox .wrap {
    padding-top: 50px;
    row-gap: 50px;
  }
}
.aboutArea .aboutBox .imgBox {
  position: relative;
  width: 50.2%;
  padding-right: max(9.1%, 100px);
  padding-bottom: max(6.3%, 80px);
}
.aboutArea .aboutBox .imgBox .imgList {
  margin-bottom: 0;
}
.aboutArea .aboutBox .imgBox .imgList.main {
  height: 100%;
}
.aboutArea .aboutBox .imgBox .imgList.main .slick-track {
  display: flex !important;
  align-items: stretch;
  margin-left: unset;
}
.aboutArea .aboutBox .imgBox .imgList.main .slick-slide {
  height: auto;
}
.aboutArea .aboutBox .imgBox .imgList.main .dataList,
.aboutArea .aboutBox .imgBox .imgList.main .slick-list,
.aboutArea .aboutBox .imgBox .imgList.main .slick-track,
.aboutArea .aboutBox .imgBox .imgList.main .slick-slide > div,
.aboutArea .aboutBox .imgBox .imgList.main .dataItem,
.aboutArea .aboutBox .imgBox .imgList.main .item {
  height: 100%;
}
.aboutArea .aboutBox .imgBox .imgList.main .Img {
  width: 100%;
  height: 100%;
}
.aboutArea .aboutBox .imgBox .imgList.sub {
  position: absolute;
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  transform: translate(0, 0);
  z-index: 1;
  width: 45%;
  max-width: 340px;
}
.aboutArea .aboutBox .imgBox .imgList.sub .Img {
  aspect-ratio: 340/275;
}
.aboutArea .aboutBox .imgBox img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .aboutBox .imgBox .slick-dots {
  max-width: 65%;
  width: unset;
  bottom: -10%;
}
.aboutArea .aboutBox .imgBox .slick-dots li {
  margin: 0;
}
.aboutArea .aboutBox .imgBox .slick-dots li button::before {
  color: #fff;
  opacity: 0.8;
}
.aboutArea .aboutBox .imgBox .slick-dots li.slick-active button::before {
  color: #c5a358;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .imgBox {
    width: 55%;
    padding-right: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .imgBox {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .aboutArea .aboutBox .imgBox {
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
.aboutArea .aboutBox .Txt {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 49.8%;
  padding: 60px 0 60px max(8.4%, 90px);
}
.aboutArea .aboutBox .Txt .titleBox {
  padding-bottom: 17px;
  margin-bottom: 51px;
}
.aboutArea .aboutBox .Txt .titleBox::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #c5a358 132px, #cacaca 132px);
  bottom: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.aboutArea .aboutBox .Txt .titleBox.is-active:after {
  width: calc(100% + var(--distance));
}
.aboutArea .aboutBox .Txt .titleBox .title {
  color: #fff;
}
.aboutArea .aboutBox .Txt .textBox {
  color: #eee;
}
.aboutArea .aboutBox .Txt .textBox .info {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.68px;
}
.aboutArea .aboutBox .Txt .textBox .text {
  margin-top: 22px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.64px;
}
@media (max-width: 1400px) {
  .aboutArea .aboutBox .Txt .textBox .info {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt {
    width: 45%;
    padding: 110px 0 110px 40px;
  }
  .aboutArea .aboutBox .Txt .titleBox {
    margin-bottom: 30px;
  }
  .aboutArea .aboutBox .Txt .textBox .info {
    font-size: 20px;
  }
  .aboutArea .aboutBox .Txt .textBox .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .Txt {
    width: 100%;
    padding: 0;
  }
  .aboutArea .aboutBox .Txt .textBox .info {
    font-size: 18px;
  }
}

.textEditorArea {
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .textEditorArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .textEditorArea {
    padding: 60px 0;
  }
}

.seasonArea {
  padding: 128px 0 120px;
  overflow-x: clip;
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.seasonArea::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;
}
.seasonArea::after {
  opacity: 0.6;
}
@media (max-width: 1180px) {
  .seasonArea {
    padding-top: 90px 0;
  }
}
@media (max-width: 840px) {
  .seasonArea {
    padding: 70px 0;
  }
}
@media (max-width: 400px) {
  .seasonArea {
    padding: 60px 0;
  }
}
.seasonArea .wrap {
  max-width: 1640px;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .seasonArea .wrap {
    flex-direction: column;
    row-gap: 60px;
  }
}
.seasonArea .Txt {
  width: 41.5%;
  padding-right: max(8.4%, 90px);
  overflow-x: clip;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
}
.seasonArea .Txt .titleBox {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: max(15%, 50px);
}
.seasonArea .Txt .titleBox::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #c5a358 132px, #cacaca 132px);
  bottom: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.seasonArea .Txt .titleBox.is-active:after {
  width: 200%;
}
.seasonArea .Txt .titleBox .subtitle {
  margin-top: 10px;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 1.2px;
}
.seasonArea .Txt .text {
  color: #736d67;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.48px;
  margin-bottom: max(15%, 50px);
}
.seasonArea .Txt .controlBox {
  margin-top: auto;
  justify-content: space-between;
  gap: 20px 10px;
}
.seasonArea .Txt .controlBox .btnBox {
  margin-top: unset;
}
@media (max-width: 1600px) {
  .seasonArea .Txt {
    padding-right: 60px;
  }
}
@media (max-width: 1400px) {
  .seasonArea .Txt .controlBox {
    justify-content: flex-start;
  }
  .seasonArea .Txt .controlBox .btnBox {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .seasonArea .Txt {
    width: 45%;
  }
  .seasonArea .Txt .titleBox,
  .seasonArea .Txt .text {
    margin-bottom: 30px;
  }
  .seasonArea .Txt .titleBox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .seasonArea .Txt {
    width: 100%;
    padding-right: unset;
  }
  .seasonArea .Txt .titleBox .subtitle {
    font-size: 20px;
  }
  .seasonArea .Txt .controlBox .btnBox {
    width: unset;
  }
}
@media (max-width: 540px) {
  .seasonArea .Txt .controlBox .btnBox {
    width: 100%;
  }
}
.seasonArea .imgBox {
  width: 58.5%;
}
.seasonArea .imgBox .imgList {
  margin: 0 -22px;
  width: 150%;
  height: 100%;
}
.seasonArea .imgBox .slick-track {
  display: flex !important;
  align-items: stretch;
  margin-left: unset;
}
.seasonArea .imgBox .slick-slide {
  height: auto;
}
.seasonArea .imgBox .dataList,
.seasonArea .imgBox .slick-list,
.seasonArea .imgBox .slick-track,
.seasonArea .imgBox .slick-slide > div,
.seasonArea .imgBox .dataItem,
.seasonArea .imgBox .item {
  height: 100%;
}
.seasonArea .imgBox .item {
  padding: 0 22px;
}
@media (min-width: 1181px) {
  .seasonArea .imgBox .item:hover .Img::after {
    opacity: 1;
    translate: 0;
  }
}
.seasonArea .imgBox .Img {
  position: relative;
  width: 100%;
  height: 100%;
}
.seasonArea .imgBox .Img::after {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.75px;
  text-align: center;
  color: #fff;
  background-color: #c5a358;
  padding: 12px 40px;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 40px);
  opacity: 0;
  translate: 0 10px;
  pointer-events: none;
}
.seasonArea .imgBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .seasonArea .imgBox .Img::after {
    padding: 10px 30px;
  }
}
@media (max-width: 1180px) {
  .seasonArea .imgBox {
    width: 55%;
  }
  .seasonArea .imgBox .Img::after {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .seasonArea .imgBox {
    width: 100%;
  }
  .seasonArea .imgBox .Img:after {
    opacity: 1;
    translate: 0;
    top: unset;
    bottom: 10px;
    transform: translate(-50%, 0);
    padding: 10px;
    max-width: calc(100% - 20px);
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .seasonArea .imgBox .imgList {
    margin: 0 -14px;
  }
  .seasonArea .imgBox .item {
    padding: 0 14px;
  }
}
@media (max-width: 400px) {
  .seasonArea .imgBox .imgList {
    width: 180%;
  }
}

.classicArea {
  padding: 97px 0 60px;
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.classicArea::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/brunch/ins_classic_bg.jpg") no-repeat center center/cover;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1180px) {
  .classicArea {
    padding: 70px 0 50px;
  }
}
@media (max-width: 400px) {
  .classicArea {
    padding: 60px 0 40px;
  }
}
.classicArea .wrap {
  max-width: 1800px;
}
.classicArea .titleBox .title {
  margin-top: 10px;
  color: #fff;
}
.classicArea .dataBox {
  position: relative;
  padding: 20px 80px 0;
}
@media (max-width: 1400px) {
  .classicArea .dataBox {
    padding: 0 70px;
  }
}
@media (max-width: 1180px) {
  .classicArea .dataBox {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .classicArea .dataBox {
    padding: 0 30px;
  }
}
.classicArea .dataBox .dataList {
  margin: 0 -10px;
}
.classicArea .dataBox .dataList .slick-slide > div {
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}
.classicArea .dataBox .dataList .dataItem {
  padding: 0 10px;
}
.classicArea .dataBox .dataList .Img {
  width: 100%;
}
.classicArea .dataBox .dataList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.classicArea .dataBox .dataList .Txt {
  padding: 26px 0 52px;
  text-align: center;
}
.classicArea .dataBox .dataList .Txt .title {
  position: relative;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.88px;
  padding-bottom: 22px;
  margin-bottom: 18px;
}
.classicArea .dataBox .dataList .Txt .title::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 1px;
  background-color: #c5a358;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.classicArea .dataBox .dataList .Txt .text {
  color: #eee;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.64px;
}
@media (max-width: 1180px) {
  .classicArea .dataBox .dataList .Txt {
    padding-top: 20px;
  }
  .classicArea .dataBox .dataList .Txt .title {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
  .classicArea .dataBox .dataList .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .classicArea .dataBox .dataList .Txt .title {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .classicArea .dataBox .dataList .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .classicArea .dataBox .dataList .Txt {
    padding-bottom: 0;
  }
}
.classicArea .dataBox .controlBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  translate: 0 -26px;
}
@media (max-width: 768px) {
  .classicArea .dataBox .controlBox {
    width: calc(100% + 20px);
  }
}
@media (max-width: 640px) {
  .classicArea .dataBox .controlBox {
    translate: 0;
  }
}
