@charset "UTF-8";
.blogsArea .blogsItem .Img img, .blogsArea .blogsItem .item, .casesArea .casesItem .Img img, .serviceArea .serviceItem .Img img, .serviceArea .serviceItem .imgBox, .serviceArea .serviceItem .title, .serviceArea .serviceItem::before, .serviceArea .serviceItem, .teamArea .teamList .Txt .teamTab::after, .teamArea .teamList .Txt .teamTab, .teamArea .teamList .Img img, .teamArea .teamSecondList .item, .teamArea .teamSecondList .teamItem::before, .teamArea .teamSecondList .teamItem, .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;
  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: #7B8C78;
  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: #7B8C78;
  }
  .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;
  opacity: 1;
  transform: translateY(0);
}

.bannerArea {
  position: relative;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem.firstItem img {
  transform: scale(1.02);
  transform-origin: 50% 100%;
  will-change: transform, filter;
}
.bannerArea .bannerItem .Img {
  overflow: hidden;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1370px) {
  .bannerArea .bannerItem .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 640px;
  }
}
.bannerArea .bannerItem .Txt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bannerArea .bannerItem .Txt {
  padding-top: 130px;
  padding-bottom: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 100px;
    padding-bottom: 65px;
  }
}
.bannerArea .bannerItem .TxtWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 70%;
}
.bannerArea .bannerItem .textEditor {
  margin: 0;
}
.bannerArea .bannerItem .btnBox {
  margin-top: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.bannerArea .controlBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .bannerArea .controlBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .controlBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bannerArea .controlBox {
  pointer-events: none;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
@media (max-width: 1180px) {
  .bannerArea .controlBox {
    padding-bottom: 30px;
  }
}
.bannerArea .controlBox {
  opacity: 0;
  transform: translateY(10px);
}

.aboutArea .aboutBox {
  position: relative;
  overflow: hidden;
}
.aboutArea .Img {
  position: relative;
  overflow: hidden;
}
.aboutArea .Img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  inset: 0;
  pointer-events: none;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .aboutArea .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 485px;
  }
}
.aboutArea .Img img {
  transform: scale(1.02);
  filter: blur(5px);
  transform-origin: 50% 100%;
  will-change: transform, filter;
}
.aboutArea .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.aboutArea .Txt {
  padding-top: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
  padding-bottom: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aboutArea .Txt::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-mask: radial-gradient(circle, #000 0%, transparent 50%);
          mask: radial-gradient(circle, #000 0%, transparent 50%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-mode: alpha;
  pointer-events: none;
  transform: scale(1.2);
  z-index: 0;
}
.aboutArea .Txt > * {
  position: relative;
  z-index: 2;
}
.aboutArea .Txt .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.aboutArea .Txt .titleBox .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutArea .Txt .titleBox .subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutArea .Txt .titleBox .text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutArea .Txt .btnBox {
  margin-top: clamp(35px, 18.3333333333px + 2.1701388889vw, 60px);
}
@media (max-width: 480px) {
  .aboutArea .Txt .btnBox {
    flex-direction: column;
  }
}
.aboutArea .Txt .btnBox {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}

.teamArea {
  background-color: #EEEAE2;
  padding-top: clamp(50px, 3.3333333333px + 6.0763888889vw, 120px);
  padding-bottom: clamp(50px, 3.3333333333px + 6.0763888889vw, 120px);
  overflow: hidden;
}
.teamArea .innerWrap {
  padding: 0 clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  max-width: 1460px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: clamp(20px, -6.6666666667px + 3.4722222222vw, 60px);
  padding-bottom: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  position: relative;
}
@media (max-width: 1080px) {
  .teamArea .innerWrap {
    flex-direction: column;
    padding-left: 0;
  }
}
.teamArea .innerWrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: rgba(123, 140, 120, 0.4);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.teamArea .innerWrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200vh;
  border-right: 1px solid rgba(123, 140, 120, 0.4);
  border-left: 1px solid rgba(123, 140, 120, 0.4);
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1080px) {
  .teamArea .innerWrap::after {
    border-left: none;
  }
}
.teamArea .leftBox {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
}
.teamArea .teamSecondBox, .teamArea .teamBtnBox, .teamArea .rightBox {
  opacity: 0;
  transform: translateY(10px);
}
.teamArea .rightBox {
  flex: 7;
  min-width: 0;
  padding-top: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  padding-left: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  position: relative;
}
.teamArea .rightBox::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 150vh;
  border-top: 1px solid rgba(123, 140, 120, 0.4);
  border-left: 1px solid rgba(123, 140, 120, 0.4);
  border-radius: clamp(80px, 53.3333333333px + 3.4722222222vw, 120px) 0 0 0;
  pointer-events: none;
  top: 0;
  left: 0;
}
.teamArea .titleBox {
  padding-top: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
}
.teamArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.teamArea .teamSecondBox {
  margin-top: auto;
  max-width: 400px;
}
@media (max-width: 1080px) {
  .teamArea .teamSecondBox {
    display: none;
  }
}
.teamArea .teamSecondList {
  max-height: calc(clamp(50px, 38px + 1.5625vw, 68px) * 5);
  overflow-y: auto;
}
.teamArea .teamSecondList::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.teamArea .teamSecondList::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.teamArea .teamSecondList::-webkit-scrollbar-thumb {
  background: #7B8C78;
  border-radius: 10px;
}
.teamArea .teamSecondList {
  padding-right: 5px;
  margin-right: -5px;
}
@media (max-width: 1180px) {
  .teamArea .teamSecondList {
    padding-right: 0;
    margin-right: 0;
  }
}
.teamArea .teamSecondList .teamItem {
  cursor: pointer;
  border-bottom: 1px solid #888888;
  position: relative;
  overflow: hidden;
}
.teamArea .teamSecondList .teamItem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  inset: 0;
  pointer-events: none;
  transform: translateY(100%);
}
@media (min-width: 1181px) {
  .teamArea .teamSecondList .teamItem:hover {
    border-color: #7B8C78;
  }
  .teamArea .teamSecondList .teamItem:hover::before {
    transform: translateY(0);
  }
  .teamArea .teamSecondList .teamItem:hover .item,
  .teamArea .teamSecondList .teamItem:hover .title > a {
    color: #7B8C78;
  }
}
.teamArea .teamSecondList .teamItem.current {
  border-color: #7B8C78;
}
.teamArea .teamSecondList .teamItem.current::before {
  transform: translateY(0);
}
.teamArea .teamSecondList .teamItem.current .item,
.teamArea .teamSecondList .teamItem.current .title > a {
  color: #7B8C78;
}
.teamArea .teamSecondList .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 0 20px;
  height: clamp(50px, 38px + 1.5625vw, 68px);
  color: #222222;
}
.teamArea .teamSecondList .Txt {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  line-height: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  color: inherit;
}
.teamArea .teamSecondList .Txt .title {
  font-size: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  letter-spacing: 0.08em;
}
.teamArea .teamSecondList .Txt .jobTitle {
  font-size: 14px;
}
.teamArea .teamSecondList .icon {
  width: 20px;
  height: 20px;
}
.teamArea .teamSecondList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teamArea .teamList .item {
  display: flex;
  align-items: stretch;
  padding-bottom: clamp(40px, 26.6666666667px + 1.7361111111vw, 60px);
}
@media (max-width: 640px) {
  .teamArea .teamList .item {
    flex-direction: column;
    max-width: 480px;
  }
}
.teamArea .teamList .Img {
  flex: 1.3;
  overflow: hidden;
  border-radius: clamp(60px, 33.3333333333px + 3.4722222222vw, 100px) 0 20px 0;
  height: auto;
  align-self: start;
}
@media (max-width: 640px) {
  .teamArea .teamList .Img {
    flex: none;
    width: 100%;
  }
}
.teamArea .teamList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.teamArea .teamList .Img .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .teamArea .teamList .Img:hover img {
    transform: scale(1.03);
  }
}
.teamArea .teamList .Txt {
  flex: 1;
  margin-left: clamp(-60px, -26.6666666667px + -1.7361111111vw, -40px);
  position: relative;
  z-index: 2;
  background-color: #7B8C78;
  border-radius: 0 60px 0 60px;
  transform: translateY(clamp(40px, 26.6666666667px + 1.7361111111vw, 60px));
  padding: clamp(40px, 26.6666666667px + 1.7361111111vw, 60px);
  color: #fff;
}
@media (max-width: 640px) {
  .teamArea .teamList .Txt {
    align-self: flex-end;
    margin-left: 0;
    flex: none;
    transform: translateY(0);
    width: 100%;
    margin-top: clamp(20px, -16.6371681416px + 8.8495575221vw, 40px);
  }
}
.teamArea .teamList .Txt::before {
  content: "";
  position: absolute;
  width: 35%;
  aspect-ratio: 1/1;
  border-top: 1px solid rgba(220, 228, 185, 0.4);
  border-left: 1px solid rgba(220, 228, 185, 0.4);
  top: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  left: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  pointer-events: none;
}
.teamArea .teamList .Txt::after {
  content: "";
  position: absolute;
  width: 35%;
  aspect-ratio: 1/1;
  border-bottom: 1px solid rgba(220, 228, 185, 0.4);
  border-right: 1px solid rgba(220, 228, 185, 0.4);
  bottom: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  right: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
}
.teamArea .teamList .Txt .decoStarBox {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}
.teamArea .teamList .Txt .topTitleBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.teamArea .teamList .Txt .topTitleBox .topTitle {
  display: flex;
  align-items: flex-end;
  gap: clamp(5px, 1.6666666667px + 0.4340277778vw, 10px);
}
.teamArea .teamList .Txt .topTitleBox .topTitle .title {
  font-size: clamp(20px, 14.6666666667px + 0.6944444444vw, 28px);
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.teamArea .teamList .Txt .topTitleBox .topTitle .title a {
  color: inherit;
}
.teamArea .teamList .Txt .topTitleBox .topTitle .jobTitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: clamp(20px, 14.6666666667px + 0.6944444444vw, 28px);
}
.teamArea .teamList .Txt .topTitleBox .subtitle {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.teamArea .teamList .Txt .introBox {
  margin-top: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
}
.teamArea .teamList .Txt .teamTabBox {
  display: flex;
}
.teamArea .teamList .Txt .teamTab {
  padding: 10px;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
  min-width: clamp(0px, -80px + 10.4166666667vw, 120px);
  text-align: center;
  cursor: pointer;
  position: relative;
}
.teamArea .teamList .Txt .teamTab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #DCE4B9;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transform: scaleX(0);
}
@media (min-width: 1181px) {
  .teamArea .teamList .Txt .teamTab:hover {
    color: #DCE4B9;
  }
}
.teamArea .teamList .Txt .teamTab.current {
  color: #DCE4B9;
}
.teamArea .teamList .Txt .teamTab.current::after {
  transform: scaleX(1);
}
.teamArea .teamList .Txt .teamTabContentBox {
  padding-top: clamp(15px, 11.6666666667px + 0.4340277778vw, 20px);
}
.teamArea .teamList .Txt .teamTabContent {
  display: none;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  line-height: 2.2;
  letter-spacing: 0.05em;
  max-height: 15.4em;
  overflow-y: auto;
  padding-right: 5px;
  margin-right: -5px;
}
.teamArea .teamList .Txt .teamTabContent::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.teamArea .teamList .Txt .teamTabContent::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.teamArea .teamList .Txt .teamTabContent::-webkit-scrollbar-thumb {
  background: #DCE4B9;
  border-radius: 10px;
}
@media (max-width: 1180px) {
  .teamArea .teamList .Txt .teamTabContent {
    padding-right: 0;
    margin-right: 0;
  }
}
.teamArea .teamList .Txt .btnBox {
  margin-top: clamp(10px, 3.3333333333px + 0.8680555556vw, 20px);
}
@media (min-width: 1081px) {
  .teamArea .controlBox {
    display: none;
  }
}
.teamArea .teamBtnBox {
  position: absolute;
  top: clamp(15px, -22.2815533981px + 4.854368932vw, 35px);
  right: 0;
  z-index: 5;
}
@media (max-width: 1080px) {
  .teamArea .teamBtnBox {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1081px) {
  .teamArea .teamBtnBox .customBtn {
    border-color: transparent;
  }
}
@media (min-width: 1181px) {
  .teamArea .teamBtnBox .customBtn:hover {
    background-color: transparent;
    color: #222222;
  }
}

.serviceArea {
  padding: clamp(50px, -16.6666666667px + 8.6805555556vw, 150px) 0;
  background-image: url("../../images/pattern_bg.jpg");
  background-size: 352px 337px;
  background-position: center top;
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .serviceArea {
    background-size: 170px 163px;
  }
}
.serviceArea .wrap {
  max-width: 1920px;
  padding-right: 0;
  padding-left: 0;
}
.serviceArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.serviceArea .serviceBox {
  margin-top: clamp(30px, 10px + 2.6041666667vw, 60px);
  position: relative;
  opacity: 0;
  transform: translateY(10px);
}
.serviceArea .serviceViewport {
  overflow: hidden;
  width: 100%;
}
.serviceArea .serviceList {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  padding-right: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
}
.serviceArea .controlBox {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  position: relative;
  z-index: 6;
}
.serviceArea .controlBox.is-disabled {
  display: none;
}
.serviceArea .serviceItem {
  cursor: pointer;
  flex: 0 0 auto;
  max-width: 270px;
  overflow: hidden;
  position: relative;
  margin-left: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
}
.serviceArea .serviceItem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EEEAE2;
  inset: 0;
  pointer-events: none;
  transform: translateX(-100%);
  z-index: 1;
  opacity: 0;
}
@media (min-width: 1181px) {
  .serviceArea .serviceItem.current {
    margin-right: calc(-1 * clamp(20px, -17.2815533981px + 4.854368932vw, 40px));
    max-width: 800px;
  }
  .serviceArea .serviceItem.current::before {
    opacity: 1;
    transform: translateX(0);
  }
  .serviceArea .serviceItem.current .title {
    color: #7B8C78;
  }
  .serviceArea .serviceItem.current .imgBox {
    width: 380px;
  }
}
.serviceArea .serviceItem .item {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 50px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceItem .item {
    padding-top: clamp(30px, -7.2815533981px + 4.854368932vw, 50px);
    padding-bottom: clamp(30px, -7.2815533981px + 4.854368932vw, 50px);
    padding-right: clamp(25px, 15px + 1.3020833333vw, 40px);
  }
}
.serviceArea .serviceItem .title {
  flex: 0 0 auto;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  letter-spacing: 0.5em;
  line-height: 1.2;
  padding: 0 15px;
}
.serviceArea .serviceItem .imgBox {
  width: 220px;
  height: 380px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceArea .serviceItem .Img {
  align-self: start;
  width: 380px;
  height: 100%;
}
.serviceArea .serviceItem .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .serviceArea .serviceItem .Img:hover img {
    transform: scale(1.03);
  }
}
.serviceArea .serviceItem .Txt {
  flex: 1;
  padding-left: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 380px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceItem .Txt {
    display: none;
  }
}
.serviceArea .serviceItem .Txt .title {
  display: none;
}
.serviceArea .serviceItem .Txt .textBox {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #888888;
}
.serviceArea .serviceItem .Txt .btnBox {
  margin-top: auto;
}
.serviceArea .serviceItem .serviceToggle {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 5;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .serviceArea .serviceItem .serviceToggle {
    pointer-events: none;
    display: none;
  }
}

.casesArea {
  padding: clamp(50px, 10px + 5.2083333333vw, 110px) 0;
  overflow: hidden;
  background-image: url("../../images/tw/home_cases_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.casesArea .innerWrap {
  width: 100%;
  max-width: 1530px;
  padding-right: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(40px, 26.6666666667px + 1.7361111111vw, 60px);
  grid-template-areas: "title btn" "cases cases" "control control";
  position: relative;
}
@media (max-width: 768px) {
  .casesArea .innerWrap {
    padding-right: 0;
    grid-template-areas: "title title" "cases cases" "control btn";
    gap: 30px;
  }
}
.casesArea .innerWrap::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 200vh;
  background-color: rgba(123, 140, 120, 0.4);
  pointer-events: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .casesArea .innerWrap::after {
    display: none;
  }
}
.casesArea .titleBox {
  grid-area: title;
}
.casesArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.casesArea .casesBoxWrap, .casesArea .controlBox, .casesArea .casesBtnBox {
  opacity: 0;
  transform: translateY(10px);
}
.casesArea .casesBoxWrap {
  position: relative;
  grid-area: cases;
  min-width: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .casesArea .casesBoxWrap {
    margin: 0 calc(-1 * clamp(20px, 6.6666666667px + 1.7361111111vw, 40px));
  }
}
.casesArea .casesBox {
  position: relative;
  width: 100%;
  width: 100vw;
  margin: 0 calc(-1 * clamp(20px, 6.6666666667px + 1.7361111111vw, 40px));
  overflow: hidden;
}
@media (max-width: 768px) {
  .casesArea .casesBox {
    width: 100%;
    overflow: visible;
    margin: 0;
  }
}
.casesArea .slick-list {
  overflow: visible;
}
.casesArea .casesList {
  width: 45%;
  max-width: calc(660px + clamp(20px, 6.6666666667px + 1.7361111111vw, 40px) * 2);
}
@media (max-width: 1180px) {
  .casesArea .casesList {
    width: 95vw;
    max-width: 660px;
  }
}
@media (max-width: 768px) {
  .casesArea .casesList {
    width: 100%;
  }
}
.casesArea .casesItem .item {
  padding: 0 clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
@media (min-width: 1181px) {
  .casesArea .casesItem .item:hover .Img img {
    transform: scale(1.03);
  }
}
.casesArea .casesItem .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.casesArea .casesItem .imgBox {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: clamp(50px, 30px + 2.6041666667vw, 80px) 0 50px 0;
}
.casesArea .casesItem .classTitle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: clamp(120px, 93.3333333333px + 3.4722222222vw, 160px);
  background-color: #7B8C78;
  color: #fff;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(16px, 14.6666666667px + 0.1736111111vw, 18px);
  line-height: 1.5;
  text-align: center;
  padding: clamp(8px, 5.3333333333px + 0.3472222222vw, 12px) 10px;
}
.casesArea .casesItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.casesArea .casesItem .Txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.casesArea .casesItem .title {
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  line-height: 1.2;
  color: #7B8C78;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.casesArea .casesItem .textBox {
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  line-height: 1.75;
  color: #888888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.casesArea .controlBox {
  grid-area: control;
  pointer-events: none;
}
.casesArea .controlBox .arrowBox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.casesArea .controlBox .arrowBox::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: rgba(123, 140, 120, 0.4);
  top: 50%;
  left: calc(100% + 20px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .casesArea .controlBox .arrowBox::after {
    display: none;
  }
}
.casesArea .casesBtnBox {
  grid-area: btn;
  align-self: flex-end;
  padding-bottom: clamp(5px, 1.6666666667px + 0.4340277778vw, 10px);
}
@media (max-width: 768px) {
  .casesArea .casesBtnBox {
    align-self: start;
  }
}

.blogsArea {
  padding: clamp(50px, -16.6666666667px + 8.6805555556vw, 150px) 0;
}
.blogsArea .wrap {
  position: relative;
  overflow: hidden;
}
.blogsArea .titleBox {
  padding: 0 clamp(180px, 68.3783783784px + 9.4594594595vw, 250px);
}
@media (max-width: 1180px) {
  .blogsArea .titleBox {
    padding: 0;
  }
}
.blogsArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.blogsArea .blogsBoxWrap {
  position: relative;
  padding-top: clamp(30px, 10px + 2.6041666667vw, 60px);
}
.blogsArea .blogsBoxWrap > * {
  opacity: 0;
  transform: translateY(10px);
}
.blogsArea .blogsBtnBox {
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media (max-width: 1180px) {
  .blogsArea .blogsBtnBox {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
  }
}
.blogsArea .blogsBox {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 calc(-1 * (clamp(40px, 34.6666666667px + 0.6944444444vw, 48px) / 2 + clamp(20px, 3.3333333333px + 2.1701388889vw, 45px)));
  overflow: hidden;
}
@media (max-width: 768px) {
  .blogsArea .blogsBox {
    margin: 0 -20px;
    flex-direction: column;
    align-items: center;
  }
}
.blogsArea .slick-list {
  overflow: visible;
}
.blogsArea .blogsList {
  width: 33.3333333333%;
  min-width: 0;
}
@media (max-width: 1180px) {
  .blogsArea .blogsList {
    width: 100%;
    max-width: 580px;
  }
}
.blogsArea .blogsItem {
  padding: 0 calc(clamp(40px, 34.6666666667px + 0.6944444444vw, 48px) / 2 + clamp(20px, 3.3333333333px + 2.1701388889vw, 45px));
}
@media (max-width: 768px) {
  .blogsArea .blogsItem {
    padding: 0 20px;
  }
}
.blogsArea .blogsItem.current .item {
  transform: translateY(clamp(40px, 23.3333333333px + 2.1701388889vw, 65px));
}
@media (max-width: 768px) {
  .blogsArea .blogsItem.current .item {
    transform: translateY(0);
  }
}
.blogsArea .blogsItem .item {
  padding-bottom: clamp(40px, 23.3333333333px + 2.1701388889vw, 65px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .blogsArea .blogsItem .item {
    padding-bottom: 0;
  }
}
@media (min-width: 1181px) {
  .blogsArea .blogsItem .item:hover .Img img {
    transform: scale(1.03);
  }
}
.blogsArea .blogsItem .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.blogsArea .blogsItem .Img {
  width: 100%;
  flex: 0 0 auto;
  border-radius: clamp(50px, 30px + 2.6041666667vw, 80px) 0 50px 0;
  overflow: hidden;
}
.blogsArea .blogsItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.blogsArea .blogsItem .Txt {
  flex: 1;
  padding-top: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 3.3333333333px + 0.8680555556vw, 20px);
}
.blogsArea .blogsItem .Txt .title {
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(16px, 14.6666666667px + 0.1736111111vw, 18px);
  line-height: 1.2;
  color: #7B8C78;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogsArea .blogsItem .Txt .textBox {
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #888888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogsArea .blogsItem .Txt .date {
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #888888;
}
.blogsArea .controlBox {
  pointer-events: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(33.3333333333% + clamp(40px, 34.6666666667px + 0.6944444444vw, 48px));
  padding-top: clamp(40px, 23.3333333333px + 2.1701388889vw, 65px);
}
@media (max-width: 1180px) {
  .blogsArea .controlBox {
    width: 100%;
    max-width: calc(580px + clamp(40px, 34.6666666667px + 0.6944444444vw, 48px));
  }
}
@media (max-width: 768px) {
  .blogsArea .controlBox {
    position: static;
    padding-top: 20px;
  }
}
.blogsArea .controlBox .arrowBox {
  padding-top: clamp(100px, 20.2702702703px + 6.7567567568vw, 150px);
}
@media (max-width: 1180px) {
  .blogsArea .controlBox .arrowBox {
    padding-top: 188px;
  }
}
@media (max-width: 768px) {
  .blogsArea .controlBox .arrowBox {
    justify-content: center;
    padding-top: 0;
  }
}