@charset "UTF-8";
.linkList .Img img, .serviceArea .item > .Txt .title a, .serviceArea .item .Img .Txt .title,
.serviceArea .item .Img .Txt .text, .serviceArea .item .Img .Txt, .serviceArea .item .Img img, .serviceArea .item .Img::after, .serviceArea .serviceBox .serviceNavBtn, .newsArea .Txt .textBox .title, .newsArea .newsBox .newsNavBtn, .roomArea .Txt .btnBox, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .classTitle, .popWindowArea .close::before, .popWindowArea .close::after, .popWindowArea .close {
  transition: all 0.5s ease-in-out;
}

.linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.bgWrap {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.beforeGsap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.titleBox .title::after {
  content: "";
  display: block;
  width: 75px;
  border-bottom: 1px solid #d8282a;
  margin: 30px 0;
  margin-inline: auto;
}
@media (max-width: 1180px) {
  .titleBox .title::after {
    margin-block: 20px;
  }
}
.titleBox.textLeft .title::after {
  margin-inline: 0;
}

.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: 100%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWindowArea .popWindowContent {
  height: 100%;
  overflow-y: auto;
  overflow-x: clip;
}
.popWindowArea img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.popWindowArea .Txt {
  padding: 30px;
}
.popWindowArea .Txt .popTitle {
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: 25px;
}
.popWindowArea .close {
  width: 46px;
  height: 46px;
  background-color: #d8282a;
  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 {
    background-color: #d8282a;
  }
  .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%);
}
@media (max-width: 1180px) {
  .popWindowArea .popWindowContent {
    max-height: calc(100vh - 150px);
    /*以防有不支援dvh的瀏覽器*/
    max-height: calc(100dvh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .bannerVideoBox {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 3;
}
.bannerArea .bannerItem .bannerVideoBox iframe {
  width: 100%;
  height: 100%;
}
.bannerArea .bannerItem .Txt {
  max-width: 1440px;
  padding: 50px;
  margin-left: 240px;
}
@media (max-width: 1600px) {
  .bannerArea .bannerItem .Txt {
    margin-left: 180px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    margin-left: 100px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
    margin-left: 0px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 607px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: clamp(28px, 3.5vw, 60px);
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: clamp(16px, 1.05vw + 8px, 20px);
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  margin-top: 0;
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  font-size: clamp(14px, 1.85vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin-top: 15px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .introduction {
  color: #fff;
  display: block;
  line-height: 1.5;
  font-size: clamp(14px, 1.05vw, 18px);
  opacity: 0;
}
.bannerArea .bannerItem .Txt .introduction::before {
  content: "";
  display: block;
  width: 92px;
  border: 1px solid #d8282a;
  margin: 25px 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .introduction::before {
    margin: 20px 0;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 25px;
  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: 640px) {
  .bannerArea .bannerItem .Img {
    min-height: 450px;
  }
}
.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;
}
.bannerArea .slick-current .Txt .subtitle {
  animation: slideUpAnimation 0.35s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  animation: slideUpAnimation 0.35s 0.15s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  animation: slideUpAnimation 0.35s 0.25s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .introduction {
  animation: slideUpAnimation 0.35s 0.45s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  animation: slideUpAnimation 0.35s 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  animation: rotate 50s linear forwards;
}
.bannerArea .dotsBox {
  position: absolute;
  top: 50%;
  left: 5.5%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .bannerArea .dotsBox {
    display: none;
  }
}
.bannerArea .slick-dots {
  position: static;
  width: auto;
  counter-reset: bannerDot;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.bannerArea .slick-dots li {
  counter-increment: bannerDot;
  width: auto;
  height: auto;
  margin: 0;
}
.bannerArea .slick-dots li button {
  position: relative;
  width: 9px;
  height: 9px;
  padding: 0;
}
.bannerArea .slick-dots li button::before, .bannerArea .slick-dots li button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition-delay: 0.15s;
}
.bannerArea .slick-dots li button::after {
  content: counter(bannerDot, decimal-leading-zero);
  color: #d8282a;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transition-delay: 0s;
}
.bannerArea .slick-dots li.slick-active button {
  min-width: 20px;
  min-height: 20px;
}
.bannerArea .slick-dots li.slick-active button::before {
  opacity: 0;
  transition-delay: 0s;
}
.bannerArea .slick-dots li.slick-active button::after {
  opacity: 1;
  transition-delay: 0.15s;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox,
  .bannerArea .scrollDown,
  .bannerArea .slick-arrow {
    display: none !important;
  }
}

.aboutArea {
  padding: 92px 0 100px;
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .aboutBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.aboutArea .Img {
  overflow: hidden;
  width: 100%;
  max-width: 670px;
  filter: drop-shadow(5px 5px 14.5px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}
@media (max-width: 1180px) {
  .aboutArea .Img {
    max-width: 100%;
    max-height: 400px;
    aspect-ratio: 9/16;
  }
}
@media (max-width: 768px) {
  .aboutArea .Img {
    max-height: 250px;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .Txt {
  width: 41%;
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    width: 100%;
  }
}
.aboutArea .Txt .titleBox {
  text-align: left;
  margin-bottom: 30px;
}
.aboutArea .Txt .titleBox .title {
  line-height: 1.2;
}
.aboutArea .Txt .titleBox .title::after {
  margin-inline: 0;
}
.aboutArea .Txt .btnBox {
  margin-top: 30px;
}
.aboutArea .Txt .aboutList {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .aboutList {
    gap: 20px;
  }
}
.aboutArea .Txt .aboutList .iconImg {
  margin: 0 auto;
  width: 57px;
}
.aboutArea .Txt .aboutList .iconImg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutArea .Txt .aboutList .title {
  margin-top: 15px;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  text-align: center;
  line-height: 1.2;
}

.advantageArea {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .advantageArea {
    padding: 80px 0;
  }
}
.advantageArea .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .advantageArea .wrap {
    flex-wrap: wrap;
  }
}
.advantageArea .bgWrap {
  position: absolute;
  background-image: url("../../images/advantageBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.advantageArea:not(.beforeGsap) .bgWrap {
  animation: advantageBgReveal 0.8s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}
.advantageArea .right {
  max-width: 546px;
}
@media (max-width: 1180px) {
  .advantageArea .right {
    max-width: 440px;
  }
}
@media (max-width: 768px) {
  .advantageArea .right {
    max-width: 100%;
  }
}
.advantageArea .right .titleBox {
  text-align: start;
  margin-bottom: 83px;
}
@media (max-width: 1180px) {
  .advantageArea .right .titleBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .advantageArea .right .titleBox {
    margin-bottom: 20px;
  }
}
.advantageArea .right .titleBox .title::after {
  margin-inline: 0;
}
.advantageArea .right .advantageList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
}
.advantageArea .right .advantageItem .Txt {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 500px) {
  .advantageArea .right .advantageItem .Txt {
    flex-direction: column;
    align-items: center;
  }
}
.advantageArea .right .advantageItem .number {
  color: #d8282a;
  font-size: 48px;
  font-weight: 600;
  min-width: 122px;
}
@media (max-width: 500px) {
  .advantageArea .right .advantageItem .number {
    font-size: 32px;
    min-width: auto;
  }
}
.advantageArea .right .advantageItem .subtitle {
  margin-bottom: 12px;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  white-space: nowrap;
}
.advantageArea .left {
  flex: 1;
  max-width: 670px;
}
@media (max-width: 1180px) {
  .advantageArea .left {
    max-width: 100%;
  }
}
.advantageArea .left .Img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 5px 7.7px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1180px) {
  .advantageArea .left .Img {
    max-width: 100%;
    max-height: 400px;
    aspect-ratio: 9/16;
  }
}
@media (max-width: 768px) {
  .advantageArea .left .Img {
    max-height: 300px;
  }
}
.advantageArea .left .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.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: 0px 0px 30px 75px;
}
@media (max-width: 1180px) {
  .roomArea .Txt {
    width: 100%;
    max-width: 630px;
    padding: 0 0 20px;
  }
}
.roomArea .Txt .classTitle {
  font-size: clamp(16px, 1vw, 18px);
  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(20px, 1.25vw, 24px);
}
.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 {
  position: relative;
  overflow: hidden;
  padding: 100px 0 82px;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 80px 0;
  }
}
.newsArea .bgWrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.newsArea .bgWrap .gridWaveCanvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.newsArea .bgWrap .gridWaveMaskTop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 45%, transparent 100%);
}
.newsArea .bgWrap .gridWaveMaskBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 22%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 40%, transparent 100%);
}
.newsArea .wrap {
  position: relative;
  z-index: 1;
}
.newsArea .titleBox {
  margin-bottom: 0;
}
.newsArea .btnBox {
  margin-top: 60px;
  text-align: center;
}
.newsArea .newsBox {
  position: relative;
}
.newsArea .newsBox .slick-list {
  margin: 0 -16px;
}
.newsArea .newsBox .slick-slide:not(.slick-active) {
  pointer-events: none;
  transition: all 0.3s ease;
}
.newsArea .newsBox .arrowsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  margin-top: 30px;
}
.newsArea .newsBox .arrowsBox .slick-arrow {
  position: static;
  transform: none;
  width: auto;
  height: auto;
}
.newsArea .newsBox .arrowsBox .slick-arrow::before {
  display: none;
}
.newsArea .newsBox .arrowsBox .slick-arrow:hover, .newsArea .newsBox .arrowsBox .slick-arrow:focus {
  color: inherit;
}
.newsArea .newsBox .newsNavBtn {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  cursor: pointer;
}
.newsArea .newsBox .newsNavBtn i {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.newsArea .newsBox .newsNavBtn.slick-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.newsArea .newsBox .newsNavDivider {
  flex-shrink: 0;
  width: 1px;
  height: 17px;
  background-color: #000000;
}
.newsArea .item {
  padding: 30px 16px;
}
@media (max-width: 480px) {
  .newsArea .item {
    padding: 20px;
  }
}
@media (min-width: 1181px) {
  .newsArea .item:hover .textBox .title {
    color: #d8282a;
  }
}
.newsArea .Txt {
  display: flex;
  gap: 26px;
  position: relative;
}
@media (max-width: 480px) {
  .newsArea .Txt {
    flex-direction: column;
    gap: 18px;
  }
}
.newsArea .Txt .newsInfoBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 19px;
  background: #f6f6f6;
}
@media (max-width: 480px) {
  .newsArea .Txt .newsInfoBox {
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .newsArea .Txt .newsInfoBox .dateBoxInner {
    display: flex;
    gap: 12px;
  }
}
.newsArea .Txt .newsInfoBox .dateBox {
  text-align: center;
}
@media (max-width: 480px) {
  .newsArea .Txt .newsInfoBox .dateBox {
    display: flex;
    justify-content: space-between;
  }
}
.newsArea .Txt .newsInfoBox .dateBox .month,
.newsArea .Txt .newsInfoBox .dateBox .year {
  color: #333;
  font-size: 14px;
}
.newsArea .Txt .newsInfoBox .dateBox .month {
  font-weight: 700;
  text-transform: uppercase;
}
.newsArea .Txt .newsInfoBox .dateBox .date {
  font-size: 38px;
  font-weight: 700;
  padding: 0 10.5px;
}
@media (max-width: 480px) {
  .newsArea .Txt .newsInfoBox .dateBox .date {
    font-size: 14px;
    padding: 0;
  }
}
.newsArea .Txt .newsInfoBox .dateBox .year {
  font-weight: 500;
}
.newsArea .Txt .newsInfoBox .dateBox .year::before {
  content: "";
  display: block;
  width: 100%;
  margin: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .newsArea .Txt .newsInfoBox .dateBox .year::before {
    display: none;
  }
}
.newsArea .Txt .textBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.newsArea .Txt .textBox .title {
  margin-bottom: 15px;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.newsArea .Txt .textBox .text {
  color: #5c5c5c;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  line-height: 1.5;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.newsArea .Txt .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.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 0px;
  }
}
.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 0px;
  }
}
.catalogList .Txt .title {
  padding-bottom: 10px;
  font-size: clamp(20px, 1.25vw, 24px);
}
.catalogList .Txt .title a {
  display: block;
}
.catalogList .Txt .text {
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
.catalogList .Txt .text.ellipsis {
  height: 75px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalogList .Txt .text.ellipsis {
    height: 70px;
  }
}

@keyframes advantageBgReveal {
  from {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes serviceBgReveal {
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.serviceArea {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .serviceArea {
    padding: 60px 0;
  }
}
.serviceArea .bgWrap {
  background-image: url("../../images/serviceBanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}
@media (max-width: 1180px) {
  .serviceArea .bgWrap {
    background-position: right;
  }
}
.serviceArea:not(.beforeGsap) .bgWrap {
  animation: serviceBgReveal 1s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}
.serviceArea .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1180px) {
  .serviceArea .wrap {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .serviceArea .wrap {
    flex-wrap: wrap;
  }
}
.serviceArea .serviceHead {
  flex-shrink: 0;
  width: 100%;
  max-width: 381px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceHead {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceHead {
    max-width: 100%;
  }
}
.serviceArea .serviceHead .titleBox {
  text-align: start;
  margin-bottom: 0;
}
.serviceArea .serviceHead .titleBox .title::after {
  margin-inline: 0;
}
.serviceArea .serviceHead .btnBox {
  margin-top: 30px;
}
.serviceArea .serviceBox {
  position: relative;
  flex: 1;
  min-width: 0;
  max-width: 66.5%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .serviceArea .serviceBox {
    width: 100%;
    max-width: 100%;
  }
}
.serviceArea .serviceBox .slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.serviceArea .serviceBox .serviceList {
  margin: 0 -12px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox .serviceList {
    margin: 0 -8px;
  }
}
.serviceArea .serviceBox .arrowsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  margin-top: 30px;
}
.serviceArea .serviceBox .arrowsBox .slick-arrow {
  position: static;
  transform: none;
  width: auto;
  height: auto;
}
.serviceArea .serviceBox .arrowsBox .slick-arrow::before {
  display: none;
}
.serviceArea .serviceBox .arrowsBox .slick-arrow:hover, .serviceArea .serviceBox .arrowsBox .slick-arrow:focus {
  color: #000000;
}
@media (min-width: 1181px) {
  .serviceArea .serviceBox .arrowsBox .slick-arrow:hover {
    color: #d8282a;
  }
}
.serviceArea .serviceBox .serviceNavBtn {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  cursor: pointer;
}
.serviceArea .serviceBox .serviceNavBtn i {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.serviceArea .serviceBox .serviceNavBtn.slick-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.serviceArea .serviceBox .serviceNavDivider {
  flex-shrink: 0;
  width: 1px;
  height: 17px;
  background-color: #000000;
}
.serviceArea .serviceBox .serviceDots .slick-dots {
  position: relative;
  bottom: 0;
}
.serviceArea .item {
  position: relative;
  padding: 0 12px;
}
@media (max-width: 1180px) {
  .serviceArea .item {
    padding: 0 8px;
  }
}
.serviceArea .item .Img {
  position: relative;
  max-width: 280px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .serviceArea .item .Img {
    max-width: 240px;
  }
}
.serviceArea .item .Img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.serviceArea .item .Img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.serviceArea .item .Img.noPic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  aspect-ratio: 280/360;
  border-radius: 10px;
  background-color: #ebebeb;
}
.serviceArea .item .Img.noPic .noPicInner {
  display: block;
  width: 60%;
}
.serviceArea .item .Img.noPic img {
  border-radius: 0;
  opacity: 0.55;
}
.serviceArea .item .Img .Txt {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.serviceArea .item .Img .Txt .title,
.serviceArea .item .Img .Txt .text {
  color: #fff;
  transform: translateY(10px);
}
.serviceArea .item .Img .Txt .title {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  padding-bottom: 10px;
  transition-delay: 0.05s;
}
.serviceArea .item .Img .Txt .title a {
  color: inherit;
  display: block;
}
.serviceArea .item .Img .Txt .text {
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  transition-delay: 0.1s;
}
.serviceArea .item > .Txt {
  padding: 12px 0 0;
  pointer-events: none;
}
.serviceArea .item > .Txt .title {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
}
.serviceArea .item > .Txt .title a {
  color: #000000;
  display: block;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.serviceArea .item > .Txt .text {
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  color: #515151;
}
.serviceArea .item .linkWrap {
  z-index: 3;
}
@media (min-width: 1181px) {
  .serviceArea .item:hover .Img::after {
    opacity: 1;
  }
  .serviceArea .item:hover .Img .Txt {
    opacity: 1;
  }
  .serviceArea .item:hover .Img .Txt .title,
  .serviceArea .item:hover .Img .Txt .text {
    transform: translateY(0);
  }
  .serviceArea .item:hover > .Txt .title a {
    color: #d8282a;
  }
}
.serviceArea .item.noImg > .Txt {
  padding: 0;
  pointer-events: auto;
}

.linkArea {
  padding: 0px 0;
  text-align: center;
  overflow: hidden;
}
.linkArea .wrap {
  max-width: 100%;
  padding: 0;
}

.linkList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .linkList .item:hover .Img img {
    transform: scale(1.05);
  }
}
.linkList .Img {
  width: 100%;
  overflow: hidden;
}
.linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.linkList .Txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
}
.linkList .Txt .title {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  padding-bottom: 20px;
}
.linkList .Txt .title a {
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
