@charset "UTF-8";
.newsArea .newsBox .slickFuncBox .slick-dots li button::before, .newsArea .newsBox .slickFuncBox .arrow::before, .serviceArea .serviceList .serviceItem .topBox .Img img, .serviceArea .serviceList .serviceItem .topBox .Img, .serviceArea .serviceList .serviceItem .topBox .stepBox, .serviceArea .serviceList .serviceItem .linkWrap, .serviceArea .serviceList .serviceItem::before, .serviceArea .serviceList .serviceItem::after, .serviceArea .serviceList .serviceItem, .projectsArea .slickControlBox .slick-dots li button::before, .projectsArea .slickControlBox .arrow::before, .projectsArea .slickFuncBox .slidePage::before, .projectsArea .slickFuncBox .slidePage::after, .projectsArea .slickFuncBox .slidePage, .projectsArea .slickFuncBox, .projectsArea .projectsList .projectsItem .Txt .textBox::before, .projectsArea .projectsList .projectsItem .Img img, .aboutArea .aboutBox .albumAboutBox .slickFuncBox .slidePage, .aboutArea .aboutBox .albumAboutBox .slickFuncBox .arrow::before, .bannerArea .bannerFuncBox .scrollDown span.text, .bannerArea .bannerFuncBox .arrowBox .arrow::before, .bannerArea .bannerFuncBox .arrowBox .arrow, .bannerArea .bannerItem .bannerVideo .videoBtn::after, .bannerArea .bannerItem .bannerVideo .videoBtn::before, .bannerArea .bannerItem .bannerVideo .videoBtn, .bannerArea .bannerItem .Txt .textBox::before, .popWindowArea .close::before, .popWindowArea .close::after, .popWindowArea .close {
  transition: all 0.5s ease-in-out;
}

.popWindowArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  font-size: 15px;
  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: 25px;
  margin-bottom: 25px;
}
.popWindowArea .close {
  width: 46px;
  height: 46px;
  background-color: #D1A73C;
  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: #D1A73C;
  }
  .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;
}

footer {
  padding: 275px 0 90px;
  margin-top: -185px;
}
@media (max-width: 1640px) {
  footer {
    padding: 120px 0 90px;
    margin-top: 0;
  }
}
@media (max-width: 1180px) {
  footer {
    padding: 60px 0 40px;
  }
}

.bannerArea .wrap {
  max-width: 100%;
  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::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 85px 20px 85px;
  z-index: 4;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 65px 20px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt {
    padding: 65px 20px 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  max-width: 550px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox::before {
  content: "";
  width: 0px;
  height: 3px;
  background-color: #D1A73C;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bannerArea .bannerItem .Txt .title, .bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.6px;
  opacity: 0;
}
.bannerArea .bannerItem .bannerVideo {
  pointer-events: auto;
}
.bannerArea .bannerItem .bannerVideo .videoBtn {
  width: 70px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  opacity: 0.8;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn {
    width: 60px;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .bannerVideo .videoBtn:hover {
    border-color: #D1A73C;
    opacity: 1;
  }
  .bannerArea .bannerItem .bannerVideo .videoBtn:hover::before {
    color: #D1A73C;
  }
  .bannerArea .bannerItem .bannerVideo .videoBtn:hover::after {
    border-color: #D1A73C;
  }
}
.bannerArea .bannerItem .bannerVideo .videoBtn::before {
  content: "";
  position: absolute;
  content: "\f4f4";
  font-family: bootstrap-icons;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bannerArea .bannerItem .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: rotate 20s linear infinite;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img {
    height: 370px;
  }
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.bannerArea .slick-current .Txt .title {
  animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .textBox::before {
  width: 45px;
  transition-delay: 0.8s;
}
.bannerArea .slick-current .Img img {
  animation: bannerImgAnimation 5.75s linear both;
}
.bannerArea .bannerFuncBox {
  width: 100%;
  max-width: 1370px;
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 0 20px;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .bannerArea .bannerFuncBox {
    bottom: 25px;
  }
}
.bannerArea .bannerFuncBox .arrowBox {
  align-items: center;
  display: flex;
}
@media (max-width: 1180px) {
  .bannerArea .bannerFuncBox .arrowBox {
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerFuncBox .arrowBox {
    display: none;
  }
}
.bannerArea .bannerFuncBox .arrowBox .arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
.bannerArea .bannerFuncBox .arrowBox .arrow::before {
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: block;
  z-index: 2;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerFuncBox .arrowBox .arrowPrev::before {
  left: 5px;
  transform: rotate(-45deg);
}
.bannerArea .bannerFuncBox .arrowBox .arrowNext {
  margin-left: 15px;
}
.bannerArea .bannerFuncBox .arrowBox .arrowNext::before {
  right: 5px;
  transform: rotate(135deg);
}
@media (min-width: 1181px) {
  .bannerArea .bannerFuncBox .arrowBox .arrow:hover {
    border-color: #D1A73C;
    background-color: #D1A73C;
  }
}
.bannerArea .bannerFuncBox .scrollDown {
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1440px) {
  .bannerArea .bannerFuncBox .scrollDown {
    flex-direction: row;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerFuncBox .scrollDown {
    display: none;
  }
}
.bannerArea .bannerFuncBox .scrollDown span {
  display: block;
}
.bannerArea .bannerFuncBox .scrollDown span.text {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 3px;
}
@media (max-width: 1440px) {
  .bannerArea .bannerFuncBox .scrollDown span.text {
    writing-mode: horizontal-tb;
  }
}
.bannerArea .bannerFuncBox .scrollDown span.line {
  width: 15px;
  height: 25px;
  animation: fishing 2s ease infinite;
  border: 1px solid #fff;
  border-radius: 30px;
  position: relative;
}
.bannerArea .bannerFuncBox .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: 5px;
  animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 2;
}
@media (min-width: 1181px) {
  .bannerArea .bannerFuncBox .scrollDown:hover span.text {
    color: #D1A73C;
  }
}

.aboutArea {
  background: url(../../images/home_about_bg.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea {
    min-height: auto;
    background-position: right center;
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .aboutArea {
    background-position: center;
  }
}
.aboutArea .aboutWrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1180px) {
  .aboutArea .aboutWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.aboutArea .aboutWrap {
  padding: 110px 0 70px;
  position: relative;
  min-height: 80vh;
}
.aboutArea .aboutDeco {
  width: 215px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.aboutArea .aboutDeco img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .aboutArea .aboutDeco {
    display: none;
  }
}
.aboutArea .bottomBox .wrap {
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 18.5%;
}
@media (max-width: 1180px) {
  .aboutArea .bottomBox .wrap {
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.aboutArea .titleBox {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media (max-width: 1180px) {
  .aboutArea .titleBox {
    margin-bottom: 30px;
  }
}
.aboutArea .aboutBox {
  align-items: center;
  display: flex;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.aboutArea .aboutBox .albumAboutBox {
  width: 61.5%;
  max-width: 950px;
  cursor: pointer;
}
@media (max-width: 1680px) {
  .aboutArea .aboutBox .albumAboutBox {
    max-width: 800px;
  }
}
@media (max-width: 1440px) {
  .aboutArea .aboutBox .albumAboutBox {
    max-width: 700px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .albumAboutBox {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 30px;
  }
}
.aboutArea .aboutBox .albumAboutBox .slick-track {
  display: flex;
  align-items: stretch;
}
.aboutArea .aboutBox .albumAboutBox .slick-slide {
  height: auto !important;
}
.aboutArea .aboutBox .albumAboutBox .slick-slide > div {
  height: 100%;
}
.aboutArea .aboutBox .albumAboutBox .slick-slide .dataItem {
  height: 100%;
}
.aboutArea .aboutBox .albumAboutBox .slick-slide .item {
  height: 100%;
}
.aboutArea .aboutBox .albumAboutBox .dataItem .item {
  max-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutArea .aboutBox .albumAboutBox .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutArea .aboutBox .albumAboutBox .slickFuncBox {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .albumAboutBox .slickFuncBox {
    justify-content: center;
  }
}
.aboutArea .aboutBox .albumAboutBox .slickFuncBox .arrowBtn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.aboutArea .aboutBox .albumAboutBox .slickFuncBox .arrowBtn.prev .arrow::before {
  transform: rotate(45deg);
}
.aboutArea .aboutBox .albumAboutBox .slickFuncBox .arrowBtn.next .arrow::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .aboutArea .aboutBox .albumAboutBox .slickFuncBox .arrowBtn:hover .arrow::before {
    border-color: #D1A73C;
  }
  .aboutArea .aboutBox .albumAboutBox .slickFuncBox .arrowBtn:hover .slidePage {
    color: #D1A73C;
  }
}
.aboutArea .aboutBox .albumAboutBox .slickFuncBox .arrow {
  width: 20px;
  height: 15px;
  cursor: pointer;
  position: relative;
}
.aboutArea .aboutBox .albumAboutBox .slickFuncBox .arrow::before {
  content: "";
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutArea .aboutBox .albumAboutBox .slickFuncBox .slidePage {
  color: #010101;
  line-height: 1;
}
.aboutArea .aboutBox .albumAboutBox .slickFuncBox .slidePage.current {
  margin-right: 10px;
}
.aboutArea .aboutBox .albumAboutBox .slickFuncBox .slidePage.total {
  margin-left: 10px;
}
.aboutArea .aboutBox .textBox {
  flex: 1;
  padding-left: 9.7%;
}
@media (max-width: 1680px) {
  .aboutArea .aboutBox .textBox {
    padding-left: 5%;
  }
}
@media (max-width: 1280px) {
  .aboutArea .aboutBox .textBox {
    padding-left: 3%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .textBox {
    width: 100%;
    max-width: 950px;
    flex: auto;
    padding-left: 0;
    margin: 0 auto;
  }
}

.projectsArea {
  background: url(../../images/home_work_bg.jpg) center/cover no-repeat;
  padding: 115px 0 120px;
}
@media (max-width: 1180px) {
  .projectsArea {
    padding: 50px 0;
  }
}
.projectsArea .titleBox .subtitle {
  margin-top: 10px;
}
.projectsArea .projectsBox {
  position: relative;
}
.projectsArea .projectsList {
  margin: 0 -11px;
  z-index: 1;
}
.projectsArea .projectsList .projectsItem {
  padding: 0 11px;
}
.projectsArea .projectsList .projectsItem .item {
  position: relative;
}
.projectsArea .projectsList .projectsItem .linkWrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .projectsArea .projectsList .projectsItem .linkWrap:hover ~ .number::after {
    width: 100%;
  }
  .projectsArea .projectsList .projectsItem .linkWrap:hover ~ .Img img {
    transform: scale(1.03);
  }
  .projectsArea .projectsList .projectsItem .linkWrap:hover ~ .Txt .textBox::before {
    opacity: 1;
    transform: translateY(0);
  }
}
.projectsArea .projectsList .projectsItem .Img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.projectsArea .projectsList .projectsItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.projectsArea .projectsList .projectsItem .Txt {
  align-items: flex-end;
  display: flex;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.projectsArea .projectsList .projectsItem .Txt .textBox {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  position: relative;
}
.projectsArea .projectsList .projectsItem .Txt .textBox::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateY(15px);
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.projectsArea .projectsList .projectsItem .Txt .title {
  color: #fff;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding-right: 5px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projectsArea .projectsList .projectsItem .Txt .moreBtn {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}
.projectsArea .projectsList .projectsItem .Txt .moreBtn .icon {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 640px) {
  .projectsArea .projectsList .projectsItem .Txt .moreBtn .icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1180px) {
  .projectsArea .projectsList .projectsItem .Txt .textBox {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 18px 10px;
  }
}
@media (max-width: 640px) {
  .projectsArea .projectsList .projectsItem .Txt .title {
    font-size: 17px;
  }
  .projectsArea .projectsList .projectsItem .Txt .btn a {
    font-size: 13px;
    padding-right: 20px;
  }
  .projectsArea .projectsList .projectsItem .Txt .btn a::before {
    width: 12px;
  }
  .projectsArea .projectsList .projectsItem .Txt .btn a::after {
    width: 6px;
    height: 6px;
  }
}
.projectsArea .slickFuncBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.projectsArea .slickFuncBox.hide {
  opacity: 0;
}
.projectsArea .slickFuncBox.hide .slidePage.left {
  transform: translate(-45%, -50%);
}
.projectsArea .slickFuncBox.hide .slidePage.right {
  transform: translate(45%, 50%);
}
.projectsArea .slickFuncBox .slidePage {
  color: #fff;
  display: inline-block;
  font-size: 100px;
  font-weight: 700;
  font-family: "Cardo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 0.75;
  letter-spacing: 0.5px;
  position: relative;
}
.projectsArea .slickFuncBox .slidePage::before, .projectsArea .slickFuncBox .slidePage::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.projectsArea .slickFuncBox .slidePage::before {
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.projectsArea .slickFuncBox .slidePage::after {
  width: 0;
  background-color: #D1A73C;
  z-index: 2;
}
.projectsArea .slickFuncBox .slidePage.left {
  transform: translate(-45%, -10px);
}
.projectsArea .slickFuncBox .slidePage.right {
  transform: translate(45%, -10px);
}
@media (max-width: 1560px) {
  .projectsArea .slickFuncBox.hide .slidePage.left {
    transform: translate(-30%, -50%);
  }
  .projectsArea .slickFuncBox.hide .slidePage.right {
    transform: translate(30%, 50%);
  }
  .projectsArea .slickFuncBox .slidePage.left {
    transform: translate(-30%, -10px);
  }
  .projectsArea .slickFuncBox .slidePage.right {
    transform: translate(30%, -10px);
  }
}
@media (max-width: 1440px) {
  .projectsArea .slickFuncBox.hide .slidePage.left {
    transform: translate(-12%, -50%);
  }
  .projectsArea .slickFuncBox.hide .slidePage.right {
    transform: translate(12%, 50%);
  }
  .projectsArea .slickFuncBox .slidePage {
    font-size: 80px;
  }
  .projectsArea .slickFuncBox .slidePage.left {
    transform: translate(-12%, -10px);
  }
  .projectsArea .slickFuncBox .slidePage.right {
    transform: translate(12%, -10px);
  }
}
@media (max-width: 1024px) {
  .projectsArea .slickFuncBox {
    display: none;
  }
}
.projectsArea .slickControlBox {
  align-items: center;
  display: flex;
  justify-content: center;
}
.projectsArea .slickControlBox .arrow {
  width: 20px;
  height: 15px;
  cursor: pointer;
  position: relative;
}
.projectsArea .slickControlBox .arrow::before {
  content: "";
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.projectsArea .slickControlBox .arrow.prev {
  order: 1;
}
.projectsArea .slickControlBox .arrow.prev::before {
  transform: rotate(45deg);
}
.projectsArea .slickControlBox .arrow.next {
  order: 3;
}
.projectsArea .slickControlBox .arrow.next::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .projectsArea .slickControlBox .arrow:hover::before {
    border-color: #D1A73C;
  }
}
.projectsArea .slickControlBox .slick-dots {
  width: auto;
  align-items: center;
  display: flex;
  order: 2;
  position: static;
}
.projectsArea .slickControlBox .slick-dots li {
  width: 20px;
  height: 2px;
  margin: 0;
}
.projectsArea .slickControlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.projectsArea .slickControlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b6b6b6;
  opacity: 1;
}
.projectsArea .slickControlBox .slick-dots li.slick-active button::before {
  background-color: #000;
  opacity: 1;
}
@media (min-width: 1181px) {
  .projectsArea .slickControlBox .slick-dots li:hover button::before {
    background-color: #000;
    opacity: 1;
  }
}

.serviceArea {
  padding: 115px 0 35px;
}
@media (max-width: 1640px) {
  .serviceArea {
    padding: 115px 0 0;
  }
}
@media (max-width: 1180px) {
  .serviceArea {
    padding: 50px 0;
  }
}
.serviceArea .serviceList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -60px;
}
@media (max-width: 1560px) {
  .serviceArea .serviceList {
    margin: 0 -30px;
  }
}
@media (max-width: 1440px) {
  .serviceArea .serviceList {
    margin: 0 -20px;
  }
}
.serviceArea .serviceList .serviceItem {
  width: 25%;
  margin-bottom: 115px;
  padding: 0 60px;
  position: relative;
}
@media (max-width: 1560px) {
  .serviceArea .serviceList .serviceItem {
    padding: 0 30px;
  }
}
@media (max-width: 1440px) {
  .serviceArea .serviceList .serviceItem {
    margin-bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceList .serviceItem {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .serviceArea .serviceList .serviceItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceList .serviceItem {
    width: 50%;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .serviceArea .serviceList .serviceItem {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.serviceArea .serviceList .serviceItem::before, .serviceArea .serviceList .serviceItem::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.serviceArea .serviceList .serviceItem::before {
  height: 100%;
  background-color: #e5e5e5;
  z-index: 1;
}
@media (max-width: 480px) {
  .serviceArea .serviceList .serviceItem::before {
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
  }
}
.serviceArea .serviceList .serviceItem::after {
  height: 60px;
  background-color: #D1A73C;
  z-index: 2;
}
@media (max-width: 480px) {
  .serviceArea .serviceList .serviceItem::after {
    width: 60px;
    height: 1px;
    left: 20px;
  }
}
.serviceArea .serviceList .serviceItem:first-child::before, .serviceArea .serviceList .serviceItem:first-child::after, .serviceArea .serviceList .serviceItem:nth-child(5n)::before, .serviceArea .serviceList .serviceItem:nth-child(5n)::after {
  display: none;
}
@media (max-width: 1024px) {
  .serviceArea .serviceList .serviceItem:nth-child(5n)::before, .serviceArea .serviceList .serviceItem:nth-child(5n)::after {
    display: block;
  }
}
@media (max-width: 1024px) {
  .serviceArea .serviceList .serviceItem:nth-child(3n+1)::before, .serviceArea .serviceList .serviceItem:nth-child(3n+1)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceList .serviceItem:nth-child(3n+1)::before, .serviceArea .serviceList .serviceItem:nth-child(3n+1)::after {
    display: block;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceList .serviceItem:nth-child(odd)::before, .serviceArea .serviceList .serviceItem:nth-child(odd)::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .serviceArea .serviceList .serviceItem:nth-child(odd)::before, .serviceArea .serviceList .serviceItem:nth-child(odd)::after {
    display: block;
  }
}
@media (max-width: 480px) {
  .serviceArea .serviceList .serviceItem:first-child {
    margin-bottom: 30px;
  }
  .serviceArea .serviceList .serviceItem:first-child::before, .serviceArea .serviceList .serviceItem:first-child::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .serviceArea .serviceList .serviceItem:last-child {
    margin-bottom: 0;
  }
}
.serviceArea .serviceList .serviceItem .titleBox {
  margin-top: 10px;
  margin-bottom: 65px;
}
@media (max-width: 480px) {
  .serviceArea .serviceList .serviceItem .titleBox {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.serviceArea .serviceList .serviceItem .titleBox .subtitle {
  margin-top: 10px;
}
.serviceArea .serviceList .serviceItem .linkWrap {
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serviceArea .serviceList .serviceItem:not(:first-child) .item {
  pointer-events: none;
}
.serviceArea .serviceList .serviceItem .item {
  position: relative;
  z-index: 3;
}
.serviceArea .serviceList .serviceItem .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .serviceArea .serviceList .serviceItem .topBox {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .serviceArea .serviceList .serviceItem .topBox {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.serviceArea .serviceList .serviceItem .topBox .stepBox {
  align-items: flex-end;
  color: #8B8B8B;
  display: flex;
  font-family: "Cardo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.serviceArea .serviceList .serviceItem .topBox .stepBox .number {
  display: inline-block;
  font-size: 40px;
  line-height: 0.8;
}
@media (max-width: 768px) {
  .serviceArea .serviceList .serviceItem .topBox .stepBox .number {
    font-size: 32px;
  }
}
.serviceArea .serviceList .serviceItem .topBox .stepBox .text {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.75px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .serviceArea .serviceList .serviceItem .topBox .stepBox .text {
    font-size: 15px;
    margin-left: 5px;
  }
}
.serviceArea .serviceList .serviceItem .topBox .Img {
  width: 60px;
  aspect-ratio: 1/1;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .serviceArea .serviceList .serviceItem .topBox .Img {
    width: 55px;
    padding: 5px;
  }
}
.serviceArea .serviceList .serviceItem .topBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.serviceArea .serviceList .serviceItem .Txt {
  position: relative;
  z-index: 1;
}
.serviceArea .serviceList .serviceItem .Txt .title {
  margin-bottom: 14px;
  padding-bottom: 22px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .serviceArea .serviceList .serviceItem .Txt .title {
    margin-bottom: 10px;
    padding-bottom: 18px;
  }
}
.serviceArea .serviceList .serviceItem .Txt .title::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #666;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.serviceArea .serviceList .serviceItem .Txt .text {
  color: #8B8B8B;
  line-height: 1.65;
  letter-spacing: 0.6px;
}
@media (min-width: 1181px) {
  .serviceArea .serviceList .serviceItem:hover::before, .serviceArea .serviceList .serviceItem:hover::after {
    z-index: 0;
  }
  .serviceArea .serviceList .serviceItem:hover + .serviceItem::before, .serviceArea .serviceList .serviceItem:hover + .serviceItem::after {
    opacity: 0;
  }
  .serviceArea .serviceList .serviceItem:hover .linkWrap {
    background-color: #fff;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
    transform: scaleY(1.58);
    z-index: 1;
  }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .serviceArea .serviceList .serviceItem:hover .linkWrap {
    transform: scaleY(1.4);
  }
}
@media (min-width: 1181px) {
  .serviceArea .serviceList .serviceItem:hover .topBox .stepBox {
    color: #D1A73C;
  }
  .serviceArea .serviceList .serviceItem:hover .topBox .Img {
    background-color: #D1A73C;
    border-color: #D1A73C;
  }
  .serviceArea .serviceList .serviceItem:hover .topBox .Img img {
    filter: contrast(0) brightness(2);
  }
  .serviceArea .serviceList .serviceItem:hover .Txt .title a {
    color: #D1A73C;
  }
}

.newsArea {
  overflow-x: clip;
}
.newsArea .wrap {
  display: flex;
}
.newsArea .newsDecoImg {
  width: 465px;
  height: 575px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsArea .newsDecoImg + .newsBox {
  width: calc(100% - 465px);
}
@media (max-width: 1024px) {
  .newsArea .newsDecoImg {
    display: none;
  }
  .newsArea .newsDecoImg + .newsBox {
    width: 100%;
  }
}
.newsArea .newsBox {
  width: 100%;
  padding: 105px 110px 60px;
  position: relative;
  z-index: 2;
}
.newsArea .newsBox::before {
  content: "";
  position: absolute;
  width: 80vw;
  height: 100%;
  background: url("../../images/home_news_bg.jpg") center/cover no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .newsArea .newsBox::before {
    width: calc(100% + 60px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .newsArea .newsBox::before {
    width: calc(100% + 30px);
  }
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    padding: 105px 40px 60px;
  }
}
@media (max-width: 1024px) {
  .newsArea .newsBox {
    padding: 50px 0px;
  }
}
.newsArea .newsBox .topBox {
  max-width: 755px;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 10px;
}
@media (max-width: 480px) {
  .newsArea .newsBox .topBox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newsArea .newsBox .topBox .titleBox {
  margin-bottom: 0;
}
.newsArea .newsBox .topBox .titleBox .subtitle {
  margin-top: 12px;
}
.newsArea .newsBox .topBox .btnBox {
  width: 100%;
  max-width: 190px;
  margin: 15px 0 10px;
}
.newsArea .newsBox .newsList .newsItem {
  padding: 24px 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 640px) {
  .newsArea .newsBox .newsList .newsItem {
    min-height: 125px;
  }
}
.newsArea .newsBox .newsList .newsItem .Txt {
  display: flex;
}
@media (max-width: 640px) {
  .newsArea .newsBox .newsList .newsItem .Txt {
    flex-direction: column;
  }
}
.newsArea .newsBox .newsList .newsItem .Txt .date {
  flex-shrink: 0;
  border-right: 1px solid #dcdcdc;
  display: flex;
  font-family: "Cardo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  flex-direction: column;
  text-align: center;
  margin-right: 22px;
  padding-right: 23px;
}
@media (max-width: 640px) {
  .newsArea .newsBox .newsList .newsItem .Txt .date {
    border-right: none;
    flex-direction: row;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }
}
.newsArea .newsBox .newsList .newsItem .Txt .date .day {
  font-size: 40px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: 0.5px;
  margin-top: 4px;
  margin-bottom: 8px;
}
@media (max-width: 640px) {
  .newsArea .newsBox .newsList .newsItem .Txt .date .day {
    font-size: 15px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }
  .newsArea .newsBox .newsList .newsItem .Txt .date .day::after {
    content: ".";
  }
}
.newsArea .newsBox .newsList .newsItem .Txt .date .yearMonth {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.35px;
}
@media (max-width: 640px) {
  .newsArea .newsBox .newsList .newsItem .Txt .date .yearMonth {
    font-size: 15px;
    font-weight: 700;
  }
}
.newsArea .newsBox .newsList .newsItem .Txt .textBox {
  flex: 1;
  min-width: 0;
}
.newsArea .newsBox .newsList .newsItem .Txt .title a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.35px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsArea .newsBox .newsList .newsItem .Txt .text {
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .newsArea .newsBox .newsList .newsItem .Txt .text {
    margin-top: 8px;
    font-size: 15px;
  }
}
.newsArea .newsBox .slickFuncBox {
  align-items: center;
  display: flex;
}
.newsArea .newsBox .slickFuncBox:has(.slick-hidden) {
  display: none;
}
.newsArea .newsBox .slickFuncBox .arrow {
  width: 20px;
  height: 15px;
  cursor: pointer;
  position: relative;
}
.newsArea .newsBox .slickFuncBox .arrow::before {
  content: "";
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.newsArea .newsBox .slickFuncBox .arrow.prev {
  order: 1;
}
.newsArea .newsBox .slickFuncBox .arrow.prev::before {
  transform: rotate(45deg);
}
.newsArea .newsBox .slickFuncBox .arrow.next {
  order: 5;
}
.newsArea .newsBox .slickFuncBox .arrow.next::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .newsArea .newsBox .slickFuncBox .arrow:hover::before {
    border-color: #D1A73C;
  }
}
.newsArea .newsBox .slickFuncBox .slidePage {
  color: #8B8B8B;
  font-size: 15px;
  line-height: 1;
}
.newsArea .newsBox .slickFuncBox .slidePage.current {
  order: 2;
  margin-right: 10px;
}
.newsArea .newsBox .slickFuncBox .slidePage.total {
  order: 4;
  margin-left: 10px;
}
.newsArea .newsBox .slickFuncBox .slick-dots {
  width: auto;
  align-items: center;
  display: flex;
  order: 3;
  position: static;
}
.newsArea .newsBox .slickFuncBox .slick-dots li {
  width: 20px;
  height: 2px;
  margin: 0;
}
.newsArea .newsBox .slickFuncBox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.newsArea .newsBox .slickFuncBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d6d6d6;
  opacity: 1;
}
.newsArea .newsBox .slickFuncBox .slick-dots li.slick-active button::before {
  background-color: #000;
  opacity: 1;
}
@media (min-width: 1181px) {
  .newsArea .newsBox .slickFuncBox .slick-dots li:hover button::before {
    background-color: #000;
    opacity: 1;
  }
}