@charset "UTF-8";
.venueArea .overviewItem .item, .linkList .item, .linkBox .slick-dots li button, .linkBox .arrow::before, .facList .facItem, .newsArea .pagination .slick-dots li button, .newsArea .newsList .arrowBtn, .roomArea .Txt .btnBox, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .classTitle, .bannerArea .slick-dots.vertical li button, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWindowArea .close::before, .popWindowArea .close::after, .popWindowArea .close {
  transition: all 0.5s ease-in-out;
}

.beforeGsap,
.beforeGsap * {
  transition: none !important;
  animation: none !important;
}

/* ===== 首頁共用樣式：以下三組在多個區塊重複出現，差異只有顏色／間距 ===== */
.popWindowArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWindowArea .popWindowMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWindowArea .popWindowBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  height: auto;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWindowArea .popWindowContent {
  height: 100%;
  overflow-y: auto;
  overflow-x: clip;
}
.popWindowArea .popWindowContent p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .popWindowArea .popWindowContent {
    max-height: calc(100vh - 150px);
    /*以防有不支援dvh的瀏覽器*/
    max-height: calc(100dvh - 150px);
  }
}
.popWindowArea img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.popWindowArea .Txt {
  padding: 30px;
}
.popWindowArea .Txt .popTitle {
  font-size: clamp(18px, 1.15vw, 22px);
  margin-bottom: 25px;
}
.popWindowArea .close {
  width: 46px;
  height: 46px;
  background-color: #074b5f;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWindowArea .close::before, .popWindowArea .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWindowArea .close::before {
  transform: rotate(45deg);
}
.popWindowArea .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWindowArea .close:hover::before {
    transform: rotate(-30deg);
  }
  .popWindowArea .close:hover::after {
    transform: rotate(30deg);
  }
}
.popWindowArea.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWindowArea.show .popWindowMask,
.popWindowArea.show .popWindowBox {
  opacity: 1;
}
.popWindowArea.show .popWindowBox {
  transform: translate(-50%, -50%);
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 100%;
  padding: 59px 57px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  margin: 0;
  z-index: 2;
  min-height: min(42.71vw, 820px);
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    min-height: 600px;
  }
}
.bannerArea .bannerItem .Txt .content {
  width: 100%;
  max-width: 1250px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .content {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox {
    gap: 18px;
  }
}
.bannerArea .bannerItem .Txt .decoTitle {
  font-family: "Outfit", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #8cc63f;
  display: block;
  line-height: 1.2;
  opacity: 0;
  text-transform: uppercase;
}
.bannerArea .bannerItem .Txt .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(30px, 3.13vw, 60px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #fff;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(20px, 1.88vw, 36px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #fff;
  display: block;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 2px;
  opacity: 0;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    padding-top: 18px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 0;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .bannerVideo {
    display: none !important;
  }
}
.bannerArea .bannerItem .Txt .bannerVideoBox {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 4;
}
.bannerArea .bannerItem .Txt .bannerVideoBox iframe {
  width: 100%;
  height: 100%;
}
.bannerArea .bannerItem .Txt .bannerVideoBox .bannerVideoInner {
  width: 100%;
  height: 100%;
}
.bannerArea .bannerItem .Txt .bannerVideoBox .bannerVideoMask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}
.bannerArea .bannerItem .Txt .bannerVideoBox .bannerVideoClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 50px 50px 50px 90px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 65px 30px 40px 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 30px 20px;
  }
}
.bannerArea .bannerItem .Img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .slick-current .Txt .decoTitle {
  animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #074b5f;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #074b5f;
  }
}
@media (max-width: 1180px) {
  .bannerArea .socialBox {
    display: none !important;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #074b5f;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none !important;
  }
}
.bannerArea .slick-dots.vertical {
  width: 14px;
  position: absolute;
  height: auto;
  top: 17.3%;
  bottom: 4.8%;
  left: 57px;
  right: auto;
  align-items: center;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 52px;
  background-image: radial-gradient(circle, #fff 50%, transparent 51%), radial-gradient(circle, #fff 50%, transparent 51%);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}
.bannerArea .slick-dots.vertical::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.bannerArea .slick-dots.vertical li {
  width: 7px;
  height: 7px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.bannerArea .slick-dots.vertical li button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  padding: 0;
}
.bannerArea .slick-dots.vertical li button::before {
  display: none;
}
.bannerArea .slick-dots.vertical li.slick-active {
  width: 10px;
  height: 10px;
}
.bannerArea .slick-dots.vertical li.slick-active button {
  background-color: #0fa3a3;
  border-color: #fff;
}
@media (max-width: 1440px) {
  .bannerArea .slick-dots.vertical {
    left: 30px;
    gap: 34px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots.vertical {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    flex-direction: row;
    gap: 14px;
    background-image: none;
  }
  .bannerArea .slick-dots.vertical::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.bannerArea.is-video-active .bannerDecoBox,
.bannerArea.is-video-active .videoBtn,
.bannerArea.is-video-active .scrollDown {
  opacity: 0;
  pointer-events: none;
}
.bannerArea.is-video-active .bannerVideoBox {
  opacity: 1;
  pointer-events: auto;
}

.aboutArea {
  margin-top: -49px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .aboutArea {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.aboutArea {
  /* ---------- top：關於我們 ---------- */
}
.aboutArea .top .item {
  align-items: stretch;
  display: flex;
  gap: 5.52%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.aboutArea .top .item .linkWrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .aboutArea .top .item:hover .btn.viewMore {
    background-color: transparent;
    color: #8cc63f;
  }
  .aboutArea .top .item:hover .btn.viewMore::after {
    transform: translateX(14px);
  }
  .aboutArea .top .item:hover .btn.viewMore::before {
    transform: translate(calc(50% + 14px), -50%) rotate(45deg);
  }
}
.aboutArea .top .Img {
  width: 53.36%;
  flex-shrink: 0;
  aspect-ratio: 667/477;
}
.aboutArea .top .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .top .Txt {
  width: 41.12%;
  flex-shrink: 0;
  padding: 119px 0 53px;
}
.aboutArea .top .Txt .titleBox {
  max-width: 442px;
  margin-bottom: 0;
  text-align: left;
}
.aboutArea .top .Txt .titleBox .decoTitle {
  font-family: "Outfit", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #8cc63f;
  margin-bottom: 0;
  text-transform: uppercase;
}
.aboutArea .top .Txt .titleBox .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(28px, 1.88vw, 36px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #074b5f;
  margin-top: 24px;
}
.aboutArea .top .Txt .titleBox .subtitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #333333;
  margin-top: 50px;
}
.aboutArea .top .Txt .titleBox .text {
  font-family: "Outfit", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #555555;
  line-height: 1.5;
  margin-top: 22px;
  padding-top: 0;
}
.aboutArea .top .Txt .textEditor {
  font-family: "Outfit", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  max-width: 442px;
  color: #555555;
  line-height: 1.5;
  margin-top: 22px;
}
.aboutArea .top .Txt .textEditor a {
  position: relative;
  z-index: 4;
}
.aboutArea .top .Txt .btnBox {
  margin-top: 34px;
}
@media (max-width: 1440px) {
  .aboutArea .top .Txt {
    padding: clamp(40px, 6.2vw, 119px) 0 clamp(30px, 2.76vw, 53px);
  }
}
@media (max-width: 1180px) {
  .aboutArea .top .item {
    gap: 30px;
  }
  .aboutArea .top .Txt {
    padding: 30px 0;
  }
  .aboutArea .top .Txt .titleBox,
  .aboutArea .top .Txt .textEditor {
    max-width: 100%;
  }
  .aboutArea .top .Txt .titleBox .title {
    margin-top: 18px;
  }
  .aboutArea .top .Txt .titleBox .subtitle {
    margin-top: 30px;
  }
  .aboutArea .top .Txt .titleBox .text {
    margin-top: 18px;
  }
  .aboutArea .top .Txt .textEditor {
    margin-top: 18px;
  }
  .aboutArea .top .Txt .btnBox {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .aboutArea .top .item {
    flex-direction: column;
    gap: 24px;
  }
  .aboutArea .top .Img {
    width: 100%;
    aspect-ratio: 3/2;
  }
  .aboutArea .top .Txt {
    width: 100%;
    padding: 0;
  }
  .aboutArea .top .Txt .titleBox .title {
    margin-top: 16px;
  }
  .aboutArea .top .Txt .titleBox .subtitle {
    margin-top: 24px;
  }
  .aboutArea .top .Txt .titleBox .text {
    margin-top: 16px;
  }
  .aboutArea .top .Txt .textEditor {
    margin-top: 16px;
  }
}
.aboutArea {
  /* ---------- bottom：我們的優勢 ---------- */
}
.aboutArea .bottom {
  align-items: center;
  display: flex;
  gap: 50px;
}
@media (max-width: 1180px) {
  .aboutArea .bottom {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .aboutArea .bottom {
    margin-top: 30px;
  }
}
.aboutArea .bottom .titleBox {
  width: 439px;
  flex-shrink: 0;
  margin-bottom: 0;
  padding: 60px 0 87px;
  text-align: left;
}
.aboutArea .bottom .titleBox .subtitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #333333;
  margin-top: 0;
}
.aboutArea .bottom .titleBox .text {
  font-family: "Outfit", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  color: #555555;
  line-height: 1.5;
  margin-top: 24px;
  padding-top: 24px;
}
@media (max-width: 1440px) {
  .aboutArea .bottom {
    gap: clamp(24px, 2.6vw, 50px);
  }
  .aboutArea .bottom .titleBox {
    width: 36%;
    padding: clamp(30px, 3.13vw, 60px) 0 clamp(40px, 4.53vw, 87px);
  }
}
@media (max-width: 1180px) {
  .aboutArea .bottom {
    flex-direction: column;
    gap: 24px;
  }
  .aboutArea .bottom .yearSlick {
    order: 1;
  }
  .aboutArea .bottom .titleBox {
    width: 100%;
    order: 2;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .bottom .titleBox .text {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.aboutArea {
  /* ---------- 年份輪播 ---------- */
}
.aboutArea .yearSlick {
  flex: 1;
  min-width: 0;
  position: relative;
}
.aboutArea .yearSlick .yearList.slick-dotted {
  margin-bottom: 0;
}
.aboutArea .yearSlick .yearItem {
  align-items: stretch;
  display: flex !important;
}
.aboutArea .yearSlick .Txt {
  width: 400px;
  flex-shrink: 0;
  background-color: #8cc63f;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 47.45px 100%);
  color: #fff;
  padding: 65px 52px 86px 83px;
}
.aboutArea .yearSlick .Txt .largeTitle {
  font-family: "Outfit", sans-serif;
  font-size: 66px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.aboutArea .yearSlick .Txt .subtitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #fff;
  margin-top: 30px;
  padding-top: 0;
}
.aboutArea .yearSlick .Img {
  flex: 1;
  align-items: center;
  background-color: #0fa3a3;
  display: flex;
  justify-content: center;
  min-width: 0;
  padding: 68px 64px;
}
.aboutArea .yearSlick .Img img {
  width: 100%;
  max-width: 230px;
  height: auto;
  display: block;
}
.aboutArea .yearSlick .pageChange {
  position: absolute;
  left: 83px;
  bottom: 52px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .aboutArea .yearSlick .Txt {
    width: 45%;
    padding-top: clamp(30px, 3.39vw, 65px);
    padding-right: clamp(20px, 2.71vw, 52px);
  }
  .aboutArea .yearSlick .Txt .largeTitle {
    font-size: clamp(40px, 3.44vw, 66px);
  }
  .aboutArea .yearSlick .Img {
    padding: clamp(30px, 3.54vw, 68px) clamp(20px, 3.33vw, 64px);
  }
}
@media (max-width: 1180px) {
  .aboutArea .yearSlick {
    width: 100%;
  }
  .aboutArea .yearSlick .Txt {
    width: 50%;
    clip-path: none;
    padding: 40px 24px 64px 40px;
  }
  .aboutArea .yearSlick .Txt .largeTitle {
    font-size: 44px;
  }
  .aboutArea .yearSlick .Txt .subtitle {
    margin-top: 20px;
  }
  .aboutArea .yearSlick .Img {
    padding: 40px 24px;
  }
  .aboutArea .yearSlick .pageChange {
    left: 40px;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .aboutArea .yearSlick .yearItem {
    flex-direction: column;
  }
  .aboutArea .yearSlick .Txt {
    width: 100%;
    padding: 30px 24px 54px;
  }
  .aboutArea .yearSlick .Txt .largeTitle {
    font-size: 40px;
  }
  .aboutArea .yearSlick .Txt .subtitle {
    margin-top: 14px;
  }
  .aboutArea .yearSlick .Img {
    width: 100%;
    order: -1;
    padding: 30px 24px;
  }
  .aboutArea .yearSlick .pageChange {
    left: 24px;
    bottom: 20px;
    gap: 16px;
  }
  .aboutArea .yearSlick .pageChange .numBox {
    gap: 8px;
  }
  .aboutArea .yearSlick .pageChange .numBox .line {
    width: 28px;
  }
}

.roomArea {
  padding: 50px 0 100px;
  background-color: #efefef;
}
@media (max-width: 768px) {
  .roomArea {
    padding: 40px 0 60px;
  }
}
.roomArea .roomBox {
  padding-bottom: 20px;
}
.roomArea .roomList {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .roomArea .roomList {
    padding-top: 10px;
  }
}
.roomArea .item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1180px) {
  .roomArea .item {
    flex-direction: column;
    align-items: center;
  }
}
.roomArea .Img {
  width: 60%;
}
.roomArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .roomArea .Img {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 10px;
  }
}
.roomArea .Txt {
  width: 40%;
  padding: 0 0 30px 75px;
}
@media (max-width: 1180px) {
  .roomArea .Txt {
    width: 100%;
    max-width: 630px;
    padding: 0 0 20px;
  }
}
.roomArea .Txt .classTitle {
  font-size: clamp(26px, 1.82vw, 35px);
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 0s;
}
.roomArea .Txt .title {
  opacity: 0;
  padding-bottom: 10px;
  transform: translateY(10px);
  transition-delay: 0.1s;
}
@media (max-width: 768px) {
  .roomArea .Txt .title {
    padding-bottom: 5px;
  }
}
.roomArea .Txt .title a {
  display: block;
  font-size: clamp(18px, 1.15vw, 22px);
}
.roomArea .Txt .text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  padding-top: 15px;
  transform: translateY(10px);
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .roomArea .Txt .text {
    padding-top: 10px;
  }
}
.roomArea .Txt .btnBox {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 0.25s;
}
.roomArea .Txt.show .classTitle,
.roomArea .Txt.show .title,
.roomArea .Txt.show .text,
.roomArea .Txt.show .btnBox {
  opacity: 1;
  transform: translateY(0);
}

/*newsArea 最新消息*/
.newsArea {
  align-items: stretch;
  display: flex;
}
@media (max-width: 1180px) {
  .newsArea {
    flex-direction: column;
  }
}
.newsArea .newsImg {
  width: 32.5%;
  aspect-ratio: 624/644;
  flex-shrink: 0;
}
.newsArea .newsImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .newsArea .newsImg {
    width: 100%;
    height: clamp(280px, 40vw, 420px);
    aspect-ratio: auto;
  }
}
.newsArea .right {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-width: 0;
  padding: 54px 7.6% 72px 4.27%;
}
@media (max-width: 1180px) {
  .newsArea .right {
    width: 100%;
    padding: 50px 30px 70px;
  }
}
@media (max-width: 768px) {
  .newsArea .right {
    padding: 40px 20px 60px;
  }
}
.newsArea .top {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 84px;
}
.newsArea .top .content {
  align-items: flex-end;
  display: flex;
  gap: clamp(30px, 5.63vw, 108px);
}
@media (max-width: 1180px) {
  .newsArea .top .content {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.newsArea .top .titleBox {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 26px;
  margin-bottom: 0;
  text-align: left;
}
.newsArea .top .titleBox .decoTitle {
  color: #8cc63f;
  margin-bottom: 0;
  text-transform: uppercase;
}
.newsArea .top .titleBox .title {
  color: #074b5f;
  line-height: 1.2;
}
.newsArea .top .content > .text {
  font-family: "Outfit", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #555555;
  max-width: 422px;
}
.newsArea .top .btnBox {
  flex-shrink: 0;
  margin-top: 0;
}
@media (max-width: 1180px) {
  .newsArea .top {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .newsArea .top {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
  }
}
.newsArea .newsSlick {
  position: relative;
}
.newsArea .newsList {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 48px;
}
.newsArea .newsList .slick-track {
  display: flex;
  align-items: stretch;
  margin-left: 0;
}
.newsArea .newsList .slick-slide {
  float: none;
  height: auto;
}
.newsArea .newsList .newsItem {
  display: flex;
  padding: 0 32px;
  position: relative;
}
.newsArea .newsList .newsItem::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  position: absolute;
  right: 1px;
  top: 0;
}
@media (max-width: 480px) {
  .newsArea .newsList .newsItem::after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList .newsItem {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsItem {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .newsItem {
    padding: 0;
  }
}
.newsArea .newsList .item {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  gap: 100px;
  position: relative;
}
@media (max-width: 1180px) {
  .newsArea .newsList .item {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .item {
    gap: 40px;
  }
}
.newsArea .newsList .content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 38px;
}
@media (max-width: 1180px) {
  .newsArea .newsList .content {
    gap: 24px;
  }
}
.newsArea .newsList .infoBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.newsArea .newsList .dateBox {
  align-items: flex-end;
  display: flex;
  gap: 8px;
}
.newsArea .newsList .dateBox .date {
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #074b5f;
}
.newsArea .newsList .dateBox .year {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #074b5f;
  white-space: nowrap;
}
.newsArea .newsList .classTitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.07px;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #555555;
  min-height: 1cap;
}
.newsArea .newsList .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.0909;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #333333;
  height: 2.1818em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-box-trim: none;
}
.newsArea .newsList .arrowBtn {
  width: 23px;
  height: 23px;
  background-color: #074b5f;
  border-radius: 999px;
  display: block;
  flex-shrink: 0;
  margin-top: auto;
  position: relative;
}
.newsArea .newsList .arrowBtn::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.newsArea .newsList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (min-width: 1181px) {
  .newsArea .newsList:hover .item:hover .title {
    color: #074b5f;
  }
  .newsArea .newsList:hover .item:hover .arrowBtn {
    background-color: #8cc63f;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList {
    padding-bottom: 36px;
  }
}
.newsArea .pagination {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.newsArea .pagination .slick-dots {
  align-items: center;
  display: flex !important;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
  position: static;
  width: auto;
}
.newsArea .pagination .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
.newsArea .pagination .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: rgba(7, 75, 95, 0.15);
  border: 0;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.newsArea .pagination .slick-dots li button::before {
  display: none;
}
.newsArea .pagination .slick-dots li.slick-active button {
  background-color: #074b5f;
}
@media (max-width: 768px) {
  .newsArea .pagination {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .newsArea .pagination .slick-dots {
    justify-content: flex-start;
  }
}

.catalogArea {
  padding: 50px 0;
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .catalogBox {
  transition: all 0.4s;
  padding-bottom: 20px;
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.2s;
}

.catalogList {
  margin: 0 -30px;
  position: relative;
}
.catalogList:not(.slick-slider) {
  display: flex;
}
.catalogList:not(.slick-slider) .catalogItem {
  width: 33.33%;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .catalogList {
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .catalogList {
    margin: 0;
  }
}
.catalogList .catalogItem {
  padding: 0;
}
.catalogList .item {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1180px) {
  .catalogList .item {
    padding: 20px;
  }
}
.catalogList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.catalogList .Txt {
  position: relative;
  padding: 12px 20px 20px;
  text-align: center;
}
@media (max-width: 1180px) {
  .catalogList .Txt {
    padding: 10px 0 0;
  }
}
.catalogList .Txt .title {
  padding-bottom: 10px;
  font-size: clamp(18px, 1.15vw, 22px);
}
.catalogList .Txt .title a {
  display: block;
}
.catalogList .Txt .text {
  font-size: clamp(14px, 0.83vw, 16px);
}
.catalogList .Txt .text.ellipsis {
  height: 75px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalogList .Txt .text.ellipsis {
    height: 70px;
  }
}

.facArea {
  background-color: #fff;
  padding: 50px 0 80px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .facArea {
    padding: 30px 0 20px;
  }
}
@media (max-width: 1180px) {
  .facArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .facArea .wrap {
    padding: 0 20px;
  }
}
.facArea .facBox {
  overflow: hidden;
  width: calc(100% + 50vw - 50%);
}
@media (max-width: 768px) {
  .facArea .facBox {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    overflow: visible;
  }
}
.facArea .controlBox {
  width: 100%;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .facArea .controlBox {
    height: 50px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .facArea .controlBox {
    height: 20px;
  }
}
.facArea .arrowBox {
  display: flex;
  align-items: center;
  height: 50px;
}
.facArea .arrowBox .slick-arrow {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(0);
}
@media (min-width: 769px) {
  .facArea .arrowBox .slick-arrow + .slick-arrow {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .facArea .arrowBox {
    width: 100%;
    position: absolute;
    left: 0;
  }
  .facArea .arrowBox .slick-arrow {
    position: absolute;
    left: -10px;
  }
  .facArea .arrowBox .slick-arrow.slick-next {
    left: auto;
    right: -10px;
  }
}
@media (max-width: 400px) {
  .facArea .arrowBox {
    display: none;
  }
}
.facArea .dotsBox {
  height: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .facArea .dotsBox {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .facArea .dotsBox {
    width: 100%;
  }
}
.facArea .slick-dots {
  position: relative;
  bottom: 0;
}
@media (max-width: 768px) {
  .facArea .slick-dots {
    justify-content: center;
  }
}

.facList {
  width: 100%;
  position: relative;
  padding: 20px 120px 0 0;
}
@media (max-width: 768px) {
  .facList {
    padding: 20px 0 0;
  }
}
.facList .slick-list {
  overflow: visible;
}
@media (max-width: 400px) {
  .facList .slick-list {
    overflow: hidden;
  }
}
.facList .facItem {
  padding: 0 20px;
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .facList .facItem:hover .Txt {
    background-color: rgba(0, 0, 0, 0.35);
    padding-bottom: 240px;
    transition: all 0.5s 0s ease-out;
    pointer-events: auto;
  }
  .facList .facItem:hover .Txt .text {
    opacity: 1;
    position: absolute;
    bottom: 165px;
    left: auto;
    transform: translateY(0);
    transition: opacity 0.3s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out;
  }
}
@media (max-width: 1180px) {
  .facList .facItem {
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  .facList .facItem {
    padding: 0 5px;
  }
}
.facList .item {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.facList .Img {
  position: relative;
  width: 100%;
}
.facList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.facList .Txt {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 20px 50px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  transition: all 0.5s 0s ease-out;
  z-index: 1;
}
.facList .Txt a {
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .facList .Txt {
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    align-items: unset;
    justify-content: flex-end;
    padding: 20px 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 640px) {
  .facList .Txt {
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.facList .title {
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.facList .title a {
  color: #fff;
  display: block;
}
@media (min-width: 1181px) {
  .facList .title a:hover {
    color: #074b5f;
  }
}
@media (max-width: 1180px) {
  .facList .title {
    margin: 0 auto;
  }
}
.facList .text {
  width: 100%;
  height: 75px;
  color: #fff;
  display: block;
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.6;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  bottom: 165px;
  left: auto;
  transform: translateY(20px);
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out;
}
@media (max-width: 1180px) {
  .facList .text {
    width: 100%;
    max-height: 75px;
    height: auto;
    bottom: 0;
    margin-top: 10px;
    padding: 0;
    position: relative;
    transform: translateY(0);
    opacity: 1;
  }
}
.facList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .facList .linkWrap {
    display: none;
  }
}
.facList .btnBox {
  margin-top: 20px;
}
@media (min-width: 1181px) {
  .facList .btnBox {
    display: none;
  }
}

/*linkArea 合作企業*/
.linkArea {
  margin-top: -41px;
  overflow: hidden;
  padding: 140px 0 125px;
  position: relative;
  z-index: 1;
}
.linkArea .linkBg {
  --tileTop: min(228px, max(0px, calc((100vw - 1350px) / 2 - 57px)));
  background-color: #e6f2f1;
  clip-path: polygon(min(154px, var(--tileTop)) 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
  position: absolute;
  left: max(0px, var(--tileTop) - 154px);
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .linkArea {
    margin-top: 0;
    padding: 90px 0 80px;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 60px 0;
  }
}
.linkArea.noSlide .arrow {
  pointer-events: none;
  visibility: hidden;
}
.linkArea.noSlide .dotsBox {
  display: none;
}

.linkBox .slickBox {
  align-items: center;
  display: flex;
  gap: 28px;
}
@media (max-width: 1180px) {
  .linkBox .slickBox {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .linkBox .slickBox {
    gap: 12px;
  }
}
.linkBox .linkList.slick-dotted {
  margin-bottom: 0;
}
.linkBox .arrow {
  width: 11px;
  height: 21px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  position: relative;
}
.linkBox .arrow::before {
  content: "";
  width: 9px;
  height: 10px;
  background-color: #0f4131;
  clip-path: polygon(100% 0, 0 50%, 100% 100%, 100% 79%, 41% 50%, 100% 21%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.linkBox .arrow.next {
  transform: scaleX(-1);
}
@media (min-width: 1181px) {
  .linkBox .arrow:hover::before {
    background-color: #0fa3a3;
  }
}
.linkBox .slick-dots {
  align-items: center;
  display: flex !important;
  gap: 8px;
  position: static;
}
.linkBox .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
.linkBox .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: rgba(7, 75, 95, 0.15);
  border: 0;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.linkBox .slick-dots li button::before {
  display: none;
}
.linkBox .slick-dots li.slick-active button {
  background-color: #074b5f;
}
.linkBox .slick-dots {
  justify-content: center;
  margin-top: 48px;
  width: 100%;
}
@media (max-width: 768px) {
  .linkBox .slick-dots {
    margin-top: 30px;
  }
}

.linkList {
  flex: 1;
  min-width: 0;
}
.linkList .slick-track {
  margin-left: 0;
}
.linkList .slick-list {
  margin: 0 -14px;
}
@media (max-width: 1180px) {
  .linkList .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 768px) {
  .linkList .slick-list {
    margin: 0 -6px;
  }
}
.linkList .linkItem {
  padding: 0 14px;
}
@media (max-width: 1180px) {
  .linkList .linkItem {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .linkList .linkItem {
    padding: 0 6px;
  }
}
.linkList .item {
  align-items: center;
  aspect-ratio: 212/117;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 0 15.57%;
}
.linkList .item a {
  display: block;
  width: 100%;
}
@media (min-width: 1181px) {
  .linkList .item:hover {
    box-shadow: 0 6px 15px rgba(7, 75, 95, 0.12);
  }
}
.linkList .Img {
  width: 100%;
  aspect-ratio: 146/57;
}
.linkList .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*venueArea 場館介紹*/
.venueArea {
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .venueArea {
    display: flex;
    flex-direction: column;
    margin-top: -47px;
  }
}
@media (max-width: 768px) {
  .venueArea {
    margin-top: -35px;
  }
}
.venueArea .overviewBox {
  height: clamp(600px, 44.48vw, 854px);
  position: relative;
}
@media (max-width: 1180px) {
  .venueArea .overviewBox {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: static;
    height: auto;
    max-height: 600px;
    padding-top: clamp(240px, 30.5vw, 360px);
  }
}
.venueArea .overviewBg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.venueArea .overviewBg .overviewBgList,
.venueArea .overviewBg .slick-list,
.venueArea .overviewBg .slick-track,
.venueArea .overviewBg .bgItem {
  height: 100%;
}
.venueArea .overviewBg .bgItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.venueArea .overviewItem {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(100%, 1376px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.venueArea .overviewItem .item {
  align-items: flex-start;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.02vw, 19.4px);
  justify-content: flex-end;
  padding: clamp(16px, 1.51vw, 29px) clamp(14px, 1.56vw, 30px);
  position: relative;
}
.venueArea .overviewItem .item:last-child {
  border-right: 1px solid #fff;
}
.venueArea .overviewItem .item .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.venueArea .overviewItem .item .floor {
  font-family: "Outfit", sans-serif;
  font-size: clamp(26px, 1.82vw, 35px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4583;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #fff;
  width: 100%;
}
@media (max-width: 1180px) {
  .venueArea .overviewItem .item .floor {
    width: 80px;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .venueArea .overviewItem .item .floor {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .venueArea .overviewItem .item .floor {
    width: 100%;
  }
}
.venueArea .overviewItem .item .text {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  line-height: 1.4583;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2lh;
  margin: -0.31em 0 -0.42em;
  overflow: hidden;
  text-box-trim: none;
  width: 100%;
}
@media (max-width: 1180px) {
  .venueArea .overviewItem .item .text {
    height: auto;
  }
}
@media (min-width: 1181px) {
  .venueArea .overviewItem .item:hover {
    background-color: rgba(7, 75, 95, 0.45);
  }
}
@media (max-width: 1180px) {
  .venueArea .overviewItem .item {
    align-items: center;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
    padding: 16px 0;
  }
  .venueArea .overviewItem .item:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 768px) {
  .venueArea .overviewItem .item {
    gap: 20px;
    padding: 14px 0;
  }
}
@media (max-width: 480px) {
  .venueArea .overviewItem .item {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 18px 0;
  }
}
@media (max-width: 1180px) {
  .venueArea .overviewItem {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    padding: 0 30px 30px;
  }
}
@media (max-width: 768px) {
  .venueArea .overviewItem {
    padding: 0 20px 25px;
  }
}
.venueArea .badge {
  position: absolute;
  left: 0;
  top: -47px;
  width: 100%;
  z-index: 2;
}
.venueArea .badge .badgeReveal {
  width: 600px;
  max-width: 100%;
  overflow: hidden;
  margin-left: calc(max(0px, (100% - 1376px) / 2) + 65px);
}
@media (max-width: 1180px) {
  .venueArea .badge .badgeReveal {
    width: 100%;
    margin-left: 0;
  }
}
.venueArea .badge .badgeBox {
  width: 100%;
  background-color: #074b5f;
  clip-path: polygon(0 0, 100% 0, calc(100% - 78px) 100%, 0 100%);
  padding: 59px 108px 59px 52px;
  position: relative;
}
.venueArea .badge .badgeBox .linkWrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .venueArea .badge .badgeBox:hover .btn.viewMore {
    background-color: transparent;
    color: #fff;
  }
  .venueArea .badge .badgeBox:hover .btn.viewMore::after {
    transform: translateX(14px);
  }
  .venueArea .badge .badgeBox:hover .btn.viewMore::before {
    transform: translate(calc(50% + 14px), -50%) rotate(45deg);
  }
}
@media (max-width: 1180px) {
  .venueArea .badge .badgeBox {
    padding: 40px 90px 40px 30px;
  }
}
@media (max-width: 768px) {
  .venueArea .badge .badgeBox {
    padding: 30px 70px 30px 20px;
  }
}
@media (max-width: 480px) {
  .venueArea .badge .badgeBox {
    clip-path: none;
    padding-right: 20px;
  }
}
.venueArea .badge .titleBox {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 0;
  text-align: left;
}
.venueArea .badge .titleBox .decoTitle {
  color: #8cc63f;
  margin-bottom: 0;
  text-transform: uppercase;
}
.venueArea .badge .titleBox .title {
  color: #fff;
}
.venueArea .badge .titleBox .subtitle {
  color: #fff;
  margin-top: 0;
}
.venueArea .badge .titleBox .text {
  color: #fff;
  margin-top: 16px;
  padding-top: 0;
}
.venueArea .badge .btnBox {
  margin-top: 56px;
}
@media (max-width: 1180px) {
  .venueArea .badge .btnBox {
    margin-top: 34px;
  }
}
@media (max-width: 1180px) {
  .venueArea .badge {
    order: 1;
    padding: 0;
    position: static;
  }
}

/*courseArea 課程介紹*/
.courseArea {
  padding: 96px 0 140px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .courseArea {
    padding: 70px 0 90px;
  }
}
@media (max-width: 768px) {
  .courseArea {
    padding: 50px 0 70px;
  }
}
.courseArea .courseBg {
  --tileBottom: max(0px, calc((100vw - 1187px) / 2 - 76.5px));
  background-color: #e6f2f1;
  clip-path: polygon(0 0, 100% 0, calc(100% - min(188px, var(--tileBottom))) 100%, 0 100%);
  pointer-events: none;
  position: absolute;
  left: 0;
  right: max(0px, var(--tileBottom) - 188px);
  top: 0;
  height: 68.44%;
  z-index: -1;
}
@media (max-width: 768px) {
  .courseArea .courseBg {
    height: 60%;
  }
}
.courseArea .wrap {
  max-width: 1287px;
}
.courseArea .lineTitleBox {
  gap: clamp(12px, 1.04vw, 20px);
  margin-bottom: 40px;
}
.courseArea .courseBox {
  position: relative;
}
.courseArea .courseSlick {
  position: relative;
}
.courseArea .courseSlick .courseItem .Img {
  width: 100%;
  aspect-ratio: 1187/600;
}
.courseArea .courseSlick .courseItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.courseArea .slickNum {
  font-family: "Outfit", sans-serif;
  font-size: clamp(90px, 11.88vw, 228px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  left: 68.7%;
  top: 95.25%;
  transform: translateY(-50%);
  z-index: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
@media (max-width: 1180px) {
  .courseArea .slickNum {
    font-size: clamp(60px, 9vw, 120px);
  }
}
@media (max-width: 768px) {
  .courseArea .slickNum {
    font-size: clamp(46px, 8vw, 80px);
    left: auto;
    right: 4%;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.courseArea .item {
  width: 48%;
  background-color: #074b5f;
  clip-path: polygon(0 0, 91.11% 0, 100% 100%, 0 100%);
  min-height: 55.7%;
  padding: 4.38% 6.91% 2.19% 2.78%;
  position: absolute;
  left: -5.35%;
  top: 53%;
  z-index: 2;
}
.courseArea .item .courseTxtList .slick-list {
  margin: -20px;
  padding: 20px;
}
.courseArea .item .courseTxtList .slick-slide:not(.slick-active) {
  pointer-events: none;
}
.courseArea .item .courseTxtItem {
  position: relative;
}
.courseArea .item .courseTxtItem .linkWrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.courseArea .item .courseTxtItem .pageChange {
  position: relative;
  z-index: 4;
}
@media (min-width: 1181px) {
  .courseArea .item .courseTxtItem:hover .btn.viewMore {
    background-color: transparent;
    color: #fff;
  }
  .courseArea .item .courseTxtItem:hover .btn.viewMore::after {
    transform: translateX(14px);
  }
  .courseArea .item .courseTxtItem:hover .btn.viewMore::before {
    transform: translate(calc(50% + 14px), -50%) rotate(45deg);
  }
}
.courseArea .item .titleBox {
  margin-bottom: 0;
  text-align: left;
}
.courseArea .item .titleBox .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #fefffe;
}
.courseArea .item .Txt {
  border-top: 1px solid #4b7d6c;
  margin-top: 26px;
  padding-top: 26px;
}
.courseArea .item .Txt .text {
  font-family: "Outfit", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-box-trim: none;
  margin-top: -0.31em;
  margin-bottom: -0.42em;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .courseArea .item .Txt .text {
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 768px) {
  .courseArea .item .Txt .text {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1180px) {
  .courseArea .item .Txt {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.courseArea .item .bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 46px;
  min-height: 35px;
}
.courseArea .item .bottom .pageChange,
.courseArea .item .bottom .btnBox {
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .courseArea .item .bottom {
    margin-top: 30px;
  }
}
.courseArea .item .btnBox {
  margin-top: 0;
}
@media (max-width: 1440px) {
  .courseArea .item {
    left: 0;
  }
}
@media (max-width: 768px) {
  .courseArea .item {
    width: 100%;
    min-height: 0;
    clip-path: none;
    padding: 30px 24px 24px;
    position: static;
  }
}

/*# sourceMappingURL=home.css.map */