@charset "UTF-8";
/* CSS Document */
.insIntroBox .cu-arrow::after, .insIntroBox .cu-arrow::before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.roomList {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.roomList .roomItem {
  width: 100%;
  padding: 0 0 80px;
}
@media (max-width: 1180px) {
  .roomList .roomItem {
    padding: 0 0 60px;
  }
}
.roomList .roomItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1540px) {
  .roomList .roomItem .item {
    gap: 40px;
  }
}
@media (max-width: 1180px) {
  .roomList .roomItem .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.roomList .roomItem:nth-child(odd) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.roomList .roomItem:nth-child(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.roomList .Img {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1180px) {
  .roomList .Img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    width: 100%;
  }
}
.roomList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (min-width: 1181px) {
  .roomList .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.roomList .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
}
@media (max-width: 1180px) {
  .roomList .Txt {
    padding: 0;
  }
}
.roomList .Txt .classTitle {
  color: #005e66;
  font-size: 15px;
  letter-spacing: 2.6px;
  margin-bottom: 8px;
}
@media (max-width: 1540px) {
  .roomList .Txt .classTitle {
    font-size: 14px;
  }
}
.roomList .Txt .title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media (max-width: 1540px) {
  .roomList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .roomList .Txt .title {
    margin-bottom: 20px;
  }
}
.roomList .Txt .title a {
  display: block;
  position: relative;
  color: #005e66;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.roomList .Txt .title a::after {
  content: attr(title);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #202020;
  width: 100%;
  display: block;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (min-width: 1181px) {
  .roomList .Txt .title a:hover::after {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.roomList .Txt .text {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 2.4px;
  line-height: 1.7;
  color: #8B8B8B;
  max-width: 500px;
  min-height: 180px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1540px) {
  .roomList .Txt .text {
    font-size: 14px;
    min-height: 160px;
  }
}
@media (max-width: 1180px) {
  .roomList .Txt .text {
    min-height: unset;
    max-width: 100%;
    -webkit-line-clamp: 4;
  }
}
.roomList .Txt .text::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #8B8B8B;
  margin: 0 0 25px;
}
@media (max-width: 1180px) {
  .roomList .Txt .text::before {
    margin: 0 0 20px;
  }
}

.albumMainWrapper {
  position: relative;
}

.albumArrowBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  z-index: 10;
  pointer-events: none;
}
.albumArrowBox .albumArrow {
  pointer-events: all;
  background: rgb(255, 255, 255);
  border: 1px solid #cfbd8c;
  color: #cfbd8c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  padding: 0;
}
.albumArrowBox .albumArrow:hover {
  background: #cfbd8c;
  color: #fff;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.insIntroBox .introBox .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 16px;
  color: #6c6c6c;
}
.insIntroBox .albumBox {
  position: relative;
}
.insIntroBox .slick-arrow {
  top: auto;
  bottom: -85px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 0;
  overflow: visible;
  background-color: transparent;
  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-transition: all 0.5s;
  transition: all 0.5s;
}
.insIntroBox .slick-arrow::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  width: 21px;
  height: 1px;
  border: 0;
  background-color: #005e66;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.insIntroBox .slick-arrow::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #005e66;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.insIntroBox .slick-arrow.slick-prev {
  left: -15px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.insIntroBox .slick-arrow.slick-prev::after {
  right: 11px;
}
@media (min-width: 1181px) {
  .insIntroBox .slick-arrow.slick-prev:hover {
    -webkit-transform: translateY(-50%) rotateY(180deg) translateX(10px);
            transform: translateY(-50%) rotateY(180deg) translateX(10px);
    background-color: transparent !important;
  }
}
.insIntroBox .slick-arrow.slick-next {
  right: -15px;
}
.insIntroBox .slick-arrow.slick-next::before {
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.insIntroBox .slick-arrow.slick-next::after {
  right: 11px;
}
@media (min-width: 1181px) {
  .insIntroBox .slick-arrow.slick-next:hover {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
    background-color: transparent !important;
  }
}
.insIntroBox .cu-arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.insIntroBox .cu-arrow {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  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-transition: all 0.5s;
  transition: all 0.5s;
}
.insIntroBox .cu-arrow::before {
  content: "";
  width: 21px;
  height: 1px;
  background-color: #959595;
}
.insIntroBox .cu-arrow::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  right: 16px;
  background-color: #959595;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.insIntroBox .cu-arrow.prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (min-width: 1181px) {
  .insIntroBox .cu-arrow.prev:hover {
    -webkit-transform: rotateY(180deg) translateX(10px);
            transform: rotateY(180deg) translateX(10px);
  }
}
@media (min-width: 1181px) {
  .insIntroBox .cu-arrow.next:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.insIntroBox .cu-arrow:hover::before {
  background-color: #005e66;
}
.insIntroBox .cu-arrow:hover::after {
  background-color: #005e66;
}

table {
  border-collapse: collapse;
  font-family: "微軟正黑體";
}
table th {
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #cfbd8c;
}
table td {
  padding: 5px;
  font-size: 15px;
  text-align: center;
}

.tab {
  margin-top: 50px;
}

.insIntroBox .albumListMain .slick-arrow {
  display: none !important;
}