.ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bannerArea::before {
  content: "";
  position: absolute;
  background: #504845;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -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;
}
.bannerArea.active::before {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.bannerArea .bannerList.slick-dotted {
  margin: 0;
}
.bannerArea .bannerList .slick-current .item {
  background: #000;
}
.bannerArea .bannerList .slick-current .item .Txt .title > div,
.bannerArea .bannerList .slick-current .item .Txt .subtitle > div {
  -webkit-animation: bannerText 1s ease-in-out forwards;
          animation: bannerText 1s ease-in-out forwards;
}
.bannerArea .bannerList .slick-current .item .Txt .title span > div,
.bannerArea .bannerList .slick-current .item .Txt .subtitle span > div {
  -webkit-animation: bannerText 1s ease-in-out forwards;
          animation: bannerText 1s ease-in-out forwards;
}
.bannerArea .item .Txt {
  color: transparent;
  font-size: 132px;
  font-weight: 500;
  line-height: calc(132 / 132);
  letter-spacing: calc(132 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  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;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1740px) {
  .bannerArea .item .Txt {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt {
    font-size: 80px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .item .Txt {
    font-size: 60px;
  }
}
@media (max-width: 940px) {
  .bannerArea .item .Txt {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .bannerArea .item .Txt {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .bannerArea .item .Txt {
    font-size: 30px;
  }
}
.bannerArea .item .Txt .title > div,
.bannerArea .item .Txt .subtitle > div {
  background: #ffffff;
  -webkit-background-clip: text;
          background-clip: text;
  opacity: 0;
}
.bannerArea .item .Txt .title span > div,
.bannerArea .item .Txt .subtitle span > div {
  background: #ffffff;
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 400;
  font-family: "Noto Sans Tc";
  opacity: 0;
}
.bannerArea .item .Txt .subtitle {
  font-size: 92px;
}
@media (max-width: 1740px) {
  .bannerArea .item .Txt .subtitle {
    font-size: 80px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt .subtitle {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .item .Txt .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 940px) {
  .bannerArea .item .Txt .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .item .Txt .subtitle {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .item .Img {
    padding-bottom: 100%;
  }
}
.bannerArea .dotsBox {
  width: 100%;
  height: 25px;
  position: absolute;
  top: unset;
  left: 0;
  right: unset;
  bottom: 25px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 3;
}
.bannerArea .dotsBox .slick-dots {
  height: 100%;
  bottom: 0;
}
.bannerArea .dotsBox .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 15px;
}
.bannerArea .dotsBox .slick-dots li.slick-active button {
  background: #aa852f;
}
.bannerArea .dotsBox .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 50%;
  padding: 0;
}
.bannerArea .dotsBox .slick-dots li button::before {
  display: none;
}

.bookingArea {
  background: #ebe0ca;
  padding: 50px 0;
}
.bookingArea .wrap {
  max-width: 100%;
  padding: 0 90px;
}
@media (max-width: 1400px) {
  .bookingArea .wrap {
    padding: 0 20px;
  }
}
.bookingArea .titleBox {
  margin-bottom: 30px;
}
.bookingArea .titleBox .title {
  color: #aa852f;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .bookingArea .titleBox .title {
    font-size: 25px;
  }
}
.bookingArea .titleBox .title span {
  font-size: 40px;
  font-weight: 600;
  padding-left: 10px;
}
@media (max-width: 940px) {
  .bookingArea .titleBox .title span {
    display: block;
    padding: 10px 0 0;
  }
}
@media (max-width: 768px) {
  .bookingArea .titleBox .title span {
    font-size: 30px;
  }
}
.bookingArea .bookingBox {
  margin-bottom: 40px;
}
.bookingArea .bookingBox .bookingList {
  gap: 0 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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: 1600px) {
  .bookingArea .bookingBox .bookingList {
    gap: 0 100px;
  }
}
@media (max-width: 940px) {
  .bookingArea .bookingBox .bookingList {
    gap: 0 50px;
  }
}
@media (max-width: 768px) {
  .bookingArea .bookingBox .bookingList {
    gap: 0 20px;
  }
}
@media (max-width: 480px) {
  .bookingArea .bookingBox .bookingList {
    gap: 0 10px;
  }
}
.bookingArea .bookingBox .bookingList .item .Img {
  width: 50px;
  margin: 0 auto 10px;
}
@media (max-width: 480px) {
  .bookingArea .bookingBox .bookingList .item .Img {
    width: 40px;
  }
}
.bookingArea .bookingBox .bookingList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bookingArea .bookingBox .bookingList .item .Txt .title {
  color: #504845;
  font-size: 15pxpx;
  font-weight: 300;
  line-height: calc(15px / 15px);
  letter-spacing: calc(15px * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .bookingArea .bookingBox .bookingList .item .Txt .title {
    font-size: 12px;
  }
}
.bookingArea .apiContent {
  background: #ffffff;
  border-radius: 99px;
  padding: 12px;
  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: 1240px) {
  .bookingArea .apiContent {
    border-radius: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30px;
  }
}
.bookingArea .apiContent .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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: 1240px) {
  .bookingArea .apiContent .leftSide {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bookingArea .apiContent .leftSide .unitTitle {
  padding: 0 100px;
  color: #504845;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1840px) {
  .bookingArea .apiContent .leftSide .unitTitle {
    padding: 0 50px;
  }
}
@media (max-width: 1600px) {
  .bookingArea .apiContent .leftSide .unitTitle {
    font-size: 17px;
    padding: 0 25px;
  }
}
@media (max-width: 1240px) {
  .bookingArea .apiContent .leftSide .unitTitle {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #d2d2d2;
  }
}
.bookingArea .apiContent .leftSide .box {
  padding: 0 65px;
  border-left: 1px solid #d2d2d2;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  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: 1840px) {
  .bookingArea .apiContent .leftSide .box {
    padding: 0 40px;
  }
}
@media (max-width: 1600px) {
  .bookingArea .apiContent .leftSide .box {
    padding: 0 25px;
  }
}
@media (max-width: 1240px) {
  .bookingArea .apiContent .leftSide .box {
    width: 100%;
    border: none;
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
  }
}
.bookingArea .apiContent .leftSide .box .unit {
  margin-right: 25px;
  color: #aa852f;
  font-size: 15px;
  font-weight: 300;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 50 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1600px) {
  .bookingArea .apiContent .leftSide .box .unit {
    font-size: 14px;
    margin-right: 20px;
  }
}
.bookingArea .apiContent .leftSide .box label {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bookingArea .apiContent .leftSide .box label .day {
  padding-right: 20px;
  margin-top: -10px;
  color: #504845;
  font-size: 50px;
  font-weight: 300;
  line-height: calc(50 / 50);
  letter-spacing: calc(50 * 100 / 1000 * 1px);
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.bookingArea .apiContent .leftSide .box label .monthYear {
  text-align: center;
}
.bookingArea .apiContent .leftSide .box label .monthYear span {
  display: block;
  margin-bottom: 2px;
  color: #504845;
  font-size: 12px;
  font-weight: 300;
  line-height: calc(12 / 12);
  letter-spacing: calc(12 * 0 / 1000 * 1px);
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.bookingArea .apiContent .leftSide .box label .monthYear span:last-child {
  margin: 0;
}
.bookingArea .apiContent .leftSide .box input {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bookingArea .apiContent .leftSide .box .arrow {
  width: 8px;
  height: 8px;
  border: solid 1px #504845;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 25px;
}
.bookingArea .apiContent .leftSide .roomCountBox {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1240px) {
  .bookingArea .apiContent .leftSide .roomCountBox {
    width: 142px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 30px;
  }
}
.bookingArea .apiContent .leftSide .roomCountBox .numBox {
  width: 85.75px;
  height: 50px;
  overflow: hidden;
  padding-right: 20px;
  margin-top: -10px;
}
.bookingArea .apiContent .leftSide .roomCountBox ul {
  -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;
}
.bookingArea .apiContent .leftSide .roomCountBox ul li .text {
  color: #504845;
  font-size: 50px;
  font-weight: 300;
  line-height: calc(50 / 50);
  letter-spacing: calc(50 * 100 / 1000 * 1px);
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.bookingArea .apiContent .leftSide .roomCountBox input {
  pointer-events: none;
}
.bookingArea .apiContent .leftSide .roomCountBox .arrowBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.bookingArea .apiContent .leftSide .roomCountBox .arrowBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.bookingArea .apiContent .leftSide .roomCountBox .arrowBox button {
  display: block;
  width: 8px;
  height: 8px;
  border: solid 1px #504845;
  border-width: 1px 1px 0 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;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bookingArea .apiContent .leftSide .roomCountBox .arrowBox button::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 1181px) {
  .bookingArea .apiContent .leftSide .roomCountBox .arrowBox button:hover {
    border-color: #aa852f;
  }
}
.bookingArea .apiContent .leftSide .roomCountBox .arrowBox button.minus {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 10px;
}
.bookingArea .apiContent .btnBox {
  margin: 0;
}
@media (max-width: 1240px) {
  .bookingArea .apiContent .btnBox {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .bookingArea .apiContent .btnBox {
    width: 100%;
  }
}
.bookingArea .apiContent .btnBox .btn {
  min-width: 230px;
  height: 60px;
  background: #aa852f;
  border-radius: 99px;
  padding: 20px;
}
@media (max-width: 1600px) {
  .bookingArea .apiContent .btnBox .btn {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .bookingArea .apiContent .btnBox .btn {
    width: 100%;
  }
}
.bookingArea .apiContent .btnBox .btn .btnText {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 50 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1600px) {
  .bookingArea .apiContent .btnBox .btn .btnText {
    font-size: 18px;
  }
}

.homeAboutArea {
  overflow: hidden;
  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: 1260px) {
  .homeAboutArea {
    padding: 50px 0;
  }
}
@media (max-width: 960px) {
  .homeAboutArea {
    padding: 0 0 75px;
  }
}
.homeAboutArea .wrap {
  max-width: 100%;
  padding: 0;
}
.homeAboutArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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: 1260px) {
  .homeAboutArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.homeAboutArea .item .ImgBox {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
}
@media (max-width: 1560px) {
  .homeAboutArea .item .ImgBox {
    max-width: 650px;
  }
}
@media (max-width: 1260px) {
  .homeAboutArea .item .ImgBox {
    max-width: 960px;
    margin: 0 auto;
  }
}
.homeAboutArea .item .Img {
  width: 100%;
}
.homeAboutArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.homeAboutArea .item .Txt {
  max-width: 640px;
  margin-left: 120px;
  border-left: 1px solid #e4d9be;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.homeAboutArea .item .Txt::before {
  content: "";
  position: absolute;
  display: none;
  width: 1px;
  height: 100%;
  background: #e4d9be;
  top: 0;
  left: 20px;
}
@media (max-width: 1260px) {
  .homeAboutArea .item .Txt::before {
    display: block;
  }
}
@media (max-width: 1760px) {
  .homeAboutArea .item .Txt {
    max-width: 500px;
    margin-left: 60px;
  }
}
@media (max-width: 1260px) {
  .homeAboutArea .item .Txt {
    max-width: 960px;
    border: none;
    margin: 40px 0 0;
    padding: 0 20px;
  }
}
.homeAboutArea .item .Txt > div {
  padding-left: 80px;
}
@media (max-width: 1760px) {
  .homeAboutArea .item .Txt > div {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .homeAboutArea .item .Txt > div {
    padding-left: 20px;
  }
}
.homeAboutArea .item .Txt .titleBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.homeAboutArea .item .Txt .titleBox::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #aa852f;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -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;
}
.homeAboutArea .item .Txt .titleBox.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.homeAboutArea .item .Txt .subtitle {
  margin-top: 70px;
  color: #aa852f;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  .homeAboutArea .item .Txt .subtitle {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .homeAboutArea .item .Txt .subtitle {
    font-size: 18px;
    margin-top: 30px;
  }
}
.homeAboutArea .item .Txt .textEditor {
  margin-top: 25px;
}
.homeAboutArea .item .Txt .btnBox {
  margin-top: 70px;
}
.homeAboutArea .bg {
  background: url("../images/home_aboutBG.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.newsArea {
  overflow: hidden;
  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: 1180px) {
  .newsArea {
    padding: 75px 0;
  }
}
.newsArea .topBox {
  margin-bottom: 60px;
  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;
}
@media (max-width: 768px) {
  .newsArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .newsArea .topBox {
    margin-bottom: 30px;
  }
}
.newsArea .topBox .titleBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .newsArea .topBox .titleBox {
    margin: 0 0 50px;
  }
}
@media (max-width: 480px) {
  .newsArea .topBox .titleBox {
    margin-bottom: 20px;
  }
}
.newsArea .topBox .classBox {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1180px) {
  .newsArea .topBox .classBox {
    border-color: #aa852f;
  }
}
.newsArea .topBox .btnBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1340px) {
  .newsArea .topBox .btnBox {
    display: none;
  }
}
.newsArea .newsBox.hide .newsList {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.newsArea .newsList {
  width: 100vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 940px) {
  .newsArea .newsList {
    width: 100%;
  }
}
@media (max-width: 940px) {
  .newsArea .newsList .slick-list {
    margin: 0 -10px;
  }
}
.newsArea .newsList .slick-slide {
  max-width: 600px;
  margin-right: 50px;
}
@media (max-width: 940px) {
  .newsArea .newsList .slick-slide {
    max-width: 100%;
    margin: 0 10px;
  }
}
.newsArea .newsList .item {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (min-width: 1181px) {
  .newsArea .newsList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
.newsArea .newsList .item .Img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.newsArea .newsList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -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;
}
.newsArea .newsList .item .Txt .dateInfoBox {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}
.newsArea .newsList .item .Txt .dateInfoBox .dateBox {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aa852f;
}
.newsArea .newsList .item .Txt .dateInfoBox .dateBox div {
  text-transform: uppercase;
  color: #aa852f;
  font-size: 16px;
  font-weight: 300;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 50 / 1000 * 1px);
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsList .item .Txt .dateInfoBox .classTitle {
  color: #aa852f;
  font-size: 16px;
  font-weight: 300;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsList .item .Txt .title {
  color: #504845;
  font-size: 19px;
  font-weight: 300;
  line-height: calc(32 / 19);
  letter-spacing: calc(19 * 50 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsList .item .Txt .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.newsArea .decoBox {
  margin-top: 50px;
  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: 480px) {
  .newsArea .decoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.newsArea .decoBox .arrowBox {
  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;
}
.newsArea .decoBox .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-style: solid;
  border-color: #504845;
  border-width: 1px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
}
@media (min-width: 1181px) {
  .newsArea .decoBox .arrowBox .arrow:hover {
    border-color: #aa852f;
  }
  .newsArea .decoBox .arrowBox .arrow:hover i::before {
    background: #aa852f;
  }
  .newsArea .decoBox .arrowBox .arrow:hover i::after {
    border-color: #aa852f;
  }
}
.newsArea .decoBox .arrowBox .arrow.arrowPrev {
  margin-right: 25px;
}
.newsArea .decoBox .arrowBox .arrow.arrowPrev i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.newsArea .decoBox .arrowBox .arrow i {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.newsArea .decoBox .arrowBox .arrow i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #504845;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
}
.newsArea .decoBox .arrowBox .arrow i::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: solid 1px #504845;
  border-width: 1px 1px 0 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.7) rotate(45deg);
          transform: translateY(-50%) scaleX(0.7) rotate(45deg);
  -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;
}
.newsArea .decoBox .btnBox {
  display: none;
}
@media (max-width: 1340px) {
  .newsArea .decoBox .btnBox {
    display: block;
  }
}
@media (max-width: 480px) {
  .newsArea .decoBox .btnBox {
    margin-top: 40px;
  }
}
.newsArea .bg {
  background: url("../images/home_newsBG.png") no-repeat top center;
  background-size: cover;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.roomArea {
  overflow: hidden;
  padding: 130px 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: 1180px) {
  .roomArea {
    padding: 75px 0;
  }
}
.roomArea .topBox {
  margin-bottom: 70px;
  border-bottom: 1px solid #e4d9be;
  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;
}
@media (max-width: 768px) {
  .roomArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .roomArea .topBox {
    margin-bottom: 30px;
  }
}
.roomArea .topBox .titleBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .roomArea .topBox .titleBox {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .roomArea .topBox .titleBox {
    margin-bottom: 20px;
  }
}
.roomArea .topBox .classBox {
  width: 100%;
}
.roomArea .topBox .classBox .classLink {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.roomArea .roomBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.roomArea .roomBox .arrowBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  .roomArea .roomBox .arrowBox {
    position: static;
    margin-top: 50px;
    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: 1180px) {
  .roomArea .roomBox .arrowBox {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .roomArea .roomBox .arrowBox {
    margin-top: 40px;
  }
}
.roomArea .roomBox .arrowBox .arrow {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: auto;
  border-style: solid;
  border-color: #504845;
  border-width: 1px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
}
.roomArea .roomBox .arrowBox .arrow::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  border-radius: 50%;
  aspect-ratio: 1;
  border-style: solid;
  border-color: #d2d2d2;
  border-width: 1px;
  -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;
}
@media (max-width: 1500px) {
  .roomArea .roomBox .arrowBox .arrow::before {
    display: none;
  }
}
@media (max-width: 1500px) {
  .roomArea .roomBox .arrowBox .arrow {
    width: 50px;
    height: 50px;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (min-width: 1181px) {
  .roomArea .roomBox .arrowBox .arrow:hover {
    border-color: #aa852f;
  }
  .roomArea .roomBox .arrowBox .arrow:hover::before {
    border-color: #aa852f;
  }
  .roomArea .roomBox .arrowBox .arrow:hover i::before {
    background: #aa852f;
  }
  .roomArea .roomBox .arrowBox .arrow:hover i::after {
    border-color: #aa852f;
  }
  .roomArea .roomBox .arrowBox .arrow:hover .decoBG {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.roomArea .roomBox .arrowBox .arrow.arrowPrev {
  left: -155px;
}
@media (max-width: 1840px) {
  .roomArea .roomBox .arrowBox .arrow.arrowPrev {
    left: -100px;
  }
}
@media (max-width: 1740px) {
  .roomArea .roomBox .arrowBox .arrow.arrowPrev {
    left: 10px;
  }
}
@media (max-width: 1500px) {
  .roomArea .roomBox .arrowBox .arrow.arrowPrev {
    margin-right: 25px;
  }
}
.roomArea .roomBox .arrowBox .arrow.arrowPrev i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.roomArea .roomBox .arrowBox .arrow.arrowNext {
  right: -155px;
}
@media (max-width: 1840px) {
  .roomArea .roomBox .arrowBox .arrow.arrowNext {
    right: -100px;
  }
}
@media (max-width: 1740px) {
  .roomArea .roomBox .arrowBox .arrow.arrowNext {
    right: 10px;
  }
}
.roomArea .roomBox .arrowBox .arrow .decoBG {
  display: block;
  width: 135px;
  height: 135px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  -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;
}
.roomArea .roomBox .arrowBox .arrow .decoBG::before {
  content: "";
  position: absolute;
  background: url("../images/home_room_decoText.png") no-repeat center;
  background-size: contain;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  .roomArea .roomBox .arrowBox .arrow .decoBG {
    display: none;
  }
}
.roomArea .roomBox .arrowBox .arrow i {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.roomArea .roomBox .arrowBox .arrow i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #504845;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
}
.roomArea .roomBox .arrowBox .arrow i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: solid 1px #504845;
  border-width: 1px 1px 0 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.7) rotate(45deg);
          transform: translateY(-50%) scaleX(0.7) rotate(45deg);
  -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;
}
@media (max-width: 1500px) {
  .roomArea .roomBox .arrowBox .arrow i::after {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1500px) {
  .roomArea .roomBox .arrowBox .arrow i {
    width: 12px;
    height: 12px;
  }
}
.roomArea .roomList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -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: 1180px) {
  .roomArea .roomList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.roomArea .roomList .item .Img {
  width: 100%;
  max-width: 825px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .roomArea .roomList .item .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@media (max-width: 1400px) {
  .roomArea .roomList .item .Img {
    max-width: 625px;
  }
}
@media (max-width: 1180px) {
  .roomArea .roomList .item .Img {
    max-width: 825px;
    margin: 0 auto 40px;
  }
}
.roomArea .roomList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -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;
}
.roomArea .roomList .item .Txt {
  padding-left: 75px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.roomArea .roomList .item .Txt::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 125px;
  background: #aa852f;
  left: 0;
  top: 0;
}
@media (max-width: 1600px) {
  .roomArea .roomList .item .Txt {
    padding-left: 40px;
  }
}
@media (max-width: 1180px) {
  .roomArea .roomList .item .Txt {
    padding-left: 20px;
  }
}
.roomArea .roomList .item .Txt .title {
  color: #aa852f;
  font-size: 24px;
  font-weight: 300;
  line-height: calc(24 / 24);
  letter-spacing: calc(24 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .roomArea .roomList .item .Txt .title:hover a {
    color: #504845;
  }
}
@media (max-width: 1400px) {
  .roomArea .roomList .item .Txt .title {
    font-size: 20px;
  }
}
.roomArea .roomList .item .Txt .text {
  min-height: 64px;
  margin-top: 30px;
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(32 / 18);
  letter-spacing: calc(18 * 50 / 1000 * 1px);
  font-family: "Arial", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .roomArea .roomList .item .Txt .text {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .roomArea .roomList .item .Txt .text {
    font-size: 15px;
    line-height: 1.5;
  }
}
.roomArea .roomList .item .Txt .content {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .roomArea .roomList .item .Txt .content {
    margin-top: 25px;
  }
}
.roomArea .roomList .item .Txt .content .rows {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}
.roomArea .roomList .item .Txt .content .rows:last-child {
  margin: 0;
}
.roomArea .roomList .item .Txt .content .rows .unit {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}
.roomArea .roomList .item .Txt .content .rows .unit i {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
  border-style: solid;
  border-color: #e4d9be;
  border-width: 1px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.roomArea .roomList .item .Txt .content .rows .unit i::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 480px) {
  .roomArea .roomList .item .Txt .content .rows .unit i::before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .roomArea .roomList .item .Txt .content .rows .unit i {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.roomArea .roomList .item .Txt .content .rows .unit i.bed::before {
  background: url("../images/roomIC_1.png") no-repeat center center;
  background-size: contain;
}
.roomArea .roomList .item .Txt .content .rows .unit i.people::before {
  background: url("../images/roomIC_2.png") no-repeat center center;
  background-size: contain;
}
.roomArea .roomList .item .Txt .content .rows .unit i.size::before {
  background: url("../images/roomIC_3.png") no-repeat center center;
  background-size: contain;
}
.roomArea .roomList .item .Txt .content .rows .unit p {
  width: 160px;
  color: #aa852f;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  border-right: 1px solid #d2d2d2;
}
@media (max-width: 1740px) {
  .roomArea .roomList .item .Txt .content .rows .unit p {
    width: 120px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .roomArea .roomList .item .Txt .content .rows .unit p {
    width: 90px;
    font-size: 13px;
  }
}
.roomArea .roomList .item .Txt .content .rows .value {
  color: #313131;
  font-size: 18px;
  font-weight: 300;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 20 / 1000 * 1px);
  font-family: "Arial", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1740px) {
  .roomArea .roomList .item .Txt .content .rows .value {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .roomArea .roomList .item .Txt .content .rows .value {
    font-size: 14px;
  }
}
.roomArea .roomList .item .Txt .btnBox {
  margin-top: 30px;
}
.roomArea .bg {
  background: url("../images/home_roomBG.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.roomArea .bg::before {
  content: "";
  position: absolute;
  width: 255px;
  height: 250px;
  background: url("../images/home_roomLOGO.png") no-repeat center center;
  background-size: contain;
  bottom: 0;
  right: 90px;
  opacity: 0.25;
}

.diningArea {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.diningArea .wrap {
  max-width: 100%;
  padding: 0;
}
.diningArea .diningImgList {
  width: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .diningArea .diningImgList {
    display: none;
  }
}
.diningArea .diningImgList .item {
  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;
}
.diningArea .diningImgList .item .ImgBox {
  width: 100%;
  overflow: hidden;
  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;
}
.diningArea .diningImgList .item .ImgBox .Img {
  height: 740px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.diningArea .diningImgList .item .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: imgMarquee 60s linear infinite;
          animation: imgMarquee 60s linear infinite;
}
.diningArea .diningInfoList {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .diningArea .diningInfoList {
    position: static;
  }
}
.diningArea .diningInfoList .slick-list,
.diningArea .diningInfoList .slick-track,
.diningArea .diningInfoList .slick-slide,
.diningArea .diningInfoList .slick-slide > div {
  height: 100%;
}
.diningArea .diningInfoList .diningItem {
  height: 100%;
}
.diningArea .diningInfoList .ImgBox {
  display: none;
}
@media (max-width: 768px) {
  .diningArea .diningInfoList .ImgBox {
    display: block;
  }
}
.diningArea .diningInfoList .ImgBox .Img {
  width: 100%;
}
.diningArea .diningInfoList .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.diningArea .diningInfoList .item {
  width: 100%;
  max-width: 520px;
  height: 100%;
  background: #f8f5ed;
  margin: 0 auto;
  padding: 15px;
}
@media (max-width: 768px) {
  .diningArea .diningInfoList .item {
    max-width: 100%;
  }
}
.diningArea .diningInfoList .item .innerBox {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 30px;
  border-style: solid;
  border-color: #aa852f;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.diningArea .diningInfoList .item .innerBox::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: #aa852f;
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.diningArea .diningInfoList .item .innerBox::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: #aa852f;
  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: 768px) {
  .diningArea .diningInfoList .item .innerBox {
    min-height: 650px;
    padding: 30px 0;
  }
}
.diningArea .diningInfoList .item .innerBox .Img {
  width: 220px;
  margin: 0 auto 50px;
}
.diningArea .diningInfoList .item .innerBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.diningArea .diningInfoList .item .innerBox .Txt .floor {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.diningArea .diningInfoList .item .innerBox .Txt .floor p {
  width: 62px;
}
.diningArea .diningInfoList .item .innerBox .Txt .floor .text {
  text-align: right;
  margin-top: -10px;
  color: #aa852f;
  font-size: 50px;
  font-weight: 300;
  line-height: calc(50 / 50);
  letter-spacing: calc(50 * 100 / 1000 * 1px);
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.diningArea .diningInfoList .item .innerBox .Txt .floor .line {
  display: block;
  width: 1px;
  height: 60px;
  background: #e4d9be;
  margin: 0 10px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.diningArea .diningInfoList .item .innerBox .Txt .floor .line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #aa852f;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.diningArea .diningInfoList .item .innerBox .Txt .floor .unit {
  margin: -5px 0 0 -12px;
  color: #aa852f;
  font-size: 50px;
  font-weight: 600;
  line-height: calc(50 / 50);
  letter-spacing: calc(50 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.diningArea .diningInfoList .item .innerBox .Txt .title {
  color: #aa852f;
  font-size: 22px;
  font-weight: 300;
  line-height: calc(22 / 22);
  letter-spacing: calc(22 * 100 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.diningArea .diningInfoList .item .innerBox .Txt .text {
  min-height: 54px;
  margin-top: 30px;
  color: #313131;
  font-size: 15px;
  font-weight: 300;
  line-height: calc(27 / 15);
  letter-spacing: calc(15 * 50 / 1000 * 1px);
  font-family: "Arial", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.diningArea .diningInfoList .item .innerBox .Txt .btnBox {
  pointer-events: auto;
  margin-top: 80px;
}
.diningArea .diningInfoList .item .innerBox .Txt .customLinkBox {
  pointer-events: auto;
  margin-top: 45px;
}
.diningArea .diningInfoList .item .innerBox .Txt .customLinkBox .btn {
  width: 100%;
  max-width: 340px;
  height: 50px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 50 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.diningArea .diningInfoList .item .innerBox .Txt .customLinkBox .btn::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  left: -5px;
  top: 0;
  pointer-events: none;
  z-index: -1;
  border-style: solid;
  border-color: #e4d9be;
  border-width: 1px;
}
.diningArea .diningInfoList .item .innerBox .Txt .customLinkBox .btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 10px);
  left: 0;
  top: -5px;
  pointer-events: none;
  z-index: -1;
  border-style: solid;
  border-color: #e4d9be;
  border-width: 1px;
}
@media (min-width: 1181px) {
  .diningArea .diningInfoList .item .innerBox .Txt .customLinkBox .btn:hover i {
    background: #504845;
  }
}
.diningArea .diningInfoList .item .innerBox .Txt .customLinkBox .btn svg {
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
.diningArea .diningInfoList .item .innerBox .Txt .customLinkBox .btn i {
  display: block;
  background: #a88567;
  pointer-events: none;
  -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;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.diningArea .arrowBox {
  pointer-events: none;
  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;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .diningArea .arrowBox {
    position: static;
  }
}
@media (max-width: 1180px) {
  .diningArea .arrowBox .arrow {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: auto;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -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;
  }
  .diningArea .arrowBox .arrow::before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    border-radius: 50%;
    aspect-ratio: 1;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    -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;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .diningArea .arrowBox .arrow::before {
    display: none;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .diningArea .arrowBox .arrow {
    width: 50px;
    height: 50px;
    border-color: #504845;
  }
}
@media (max-width: 1180px) and (min-width: 1181px) {
  .diningArea .arrowBox .arrow:hover {
    background: #ffffff;
  }
  .diningArea .arrowBox .arrow:hover::before {
    border-color: #504845;
  }
  .diningArea .arrowBox .arrow:hover i::before {
    background: #504845;
  }
  .diningArea .arrowBox .arrow:hover i::after {
    border-color: #504845;
  }
  .diningArea .arrowBox .arrow:hover .decoBG {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 1180px) {
  .diningArea .arrowBox .arrow.arrowPrev {
    left: 50px;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .diningArea .arrowBox .arrow.arrowPrev {
    left: 40px;
  }
}
@media (max-width: 1180px) and (max-width: 480px) {
  .diningArea .arrowBox .arrow.arrowPrev {
    left: 20px;
  }
}
@media (max-width: 1180px) {
  .diningArea .arrowBox .arrow.arrowPrev i {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .diningArea .arrowBox .arrow.arrowNext {
    right: 50px;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .diningArea .arrowBox .arrow.arrowNext {
    right: 40px;
  }
}
@media (max-width: 1180px) and (max-width: 480px) {
  .diningArea .arrowBox .arrow.arrowNext {
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .diningArea .arrowBox .arrow .decoBG {
    display: block;
    width: 135px;
    height: 135px;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    -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;
  }
  .diningArea .arrowBox .arrow .decoBG::before {
    content: "";
    position: absolute;
    background: url("../images/home_room_decoText.png") no-repeat center;
    background-size: contain;
    -webkit-filter: brightness(0);
            filter: brightness(0);
    -webkit-animation: rotate 10s linear infinite;
            animation: rotate 10s linear infinite;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .diningArea .arrowBox .arrow .decoBG {
    display: none;
  }
}
@media (max-width: 1180px) {
  .diningArea .arrowBox .arrow i {
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 1;
  }
  .diningArea .arrowBox .arrow i::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -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;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .diningArea .arrowBox .arrow i::before {
    background: #504845;
  }
}
@media (max-width: 1180px) {
  .diningArea .arrowBox .arrow i::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: solid 1px #ffffff;
    border-width: 1px 1px 0 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(0.7) rotate(45deg);
            transform: translateY(-50%) scaleX(0.7) rotate(45deg);
    -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;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .diningArea .arrowBox .arrow i::after {
    width: 8px;
    height: 8px;
    border-color: #504845;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .diningArea .arrowBox .arrow i {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1181px) {
  .diningArea .arrowBox .arrow {
    width: 50%;
    height: 100%;
    pointer-events: auto;
    cursor: none;
  }
}

.cursorTrack {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}
.cursorTrack::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  border-radius: 50%;
  aspect-ratio: 1;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  -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;
}
@media (max-width: 768px) {
  .cursorTrack::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .cursorTrack {
    display: none;
  }
}
.cursorTrack.arrowPrev i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.cursorTrack i {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.cursorTrack i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffffff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
}
@media (max-width: 768px) {
  .cursorTrack i::before {
    background: #504845;
  }
}
.cursorTrack i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: solid 1px #ffffff;
  border-width: 1px 1px 0 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.7) rotate(45deg);
          transform: translateY(-50%) scaleX(0.7) rotate(45deg);
  -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;
}
@media (max-width: 768px) {
  .cursorTrack i::after {
    width: 8px;
    height: 8px;
    border-color: #504845;
  }
}

.ib_info_004 {
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 500;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.ib_info_004 .mask {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #aa852f;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #aa852f;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}