.caseArea .caseItem .item .Img img, .caseArea::before, .faqArea .faqItem .question .toggleOpen::after, .faqArea .faqItem .question .toggleOpen::before, .faqArea .faqItem .question .toggleOpen, .faqArea .faqItem .question .title, .faqArea .faqItem .question, .faqArea .faqItem, .needArea .needItem .item, .anchorArea .anchorList .anchorItem .title, .anchorArea .anchorList .anchorItem .icon, .insBannerPage .fgBox .fgImg img, .insBannerPage .bgImg img, .servicesList .item .Img img {
  transition: all 0.5s ease-in-out;
}

.mainArea.insPage {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.servicesList {
  padding-top: clamp(10px, 0px + 1.3020833333vw, 25px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
@media (max-width: 960px) {
  .servicesList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .servicesList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.servicesList .servicesItem {
  flex: 1;
}
.servicesList .item .Img {
  position: relative;
  overflow: hidden;
  border-radius: clamp(50px, 30px + 2.6041666667vw, 80px) 0 40px 0;
}
.servicesList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.servicesList .item .Img .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1181px) {
  .servicesList .item .Img:hover img {
    transform: scale(1.03);
  }
}
.servicesList .item .Txt .title {
  padding-top: 20px;
  text-align: center;
}
.servicesList .item .Txt .title a {
  width: 100%;
  display: block;
  font-size: clamp(16px, 14.6666666667px + 0.2777777778vw, 20px);
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}

.insBannerPage {
  position: relative;
  overflow: hidden;
}
.insBannerPage:not(:has(.bgImg)) .Txt {
  position: static;
}
.insBannerPage:not(:has(.bgImg)) .Txt .wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.insBannerPage .bannerBox {
  position: relative;
}
@media (min-width: 1181px) {
  .insBannerPage .bannerBox:hover .fgImg img {
    transform: scale(1.01);
  }
}
.insBannerPage .bgImg {
  pointer-events: none;
}
.insBannerPage .bgImg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1440px) {
  .insBannerPage .bgImg img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 520px;
  }
}
.insBannerPage .fgBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .insBannerPage .fgBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .insBannerPage .fgBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.insBannerPage .fgBox {
  padding-top: 110px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  .insBannerPage .fgBox {
    padding-top: 80px;
  }
}
.insBannerPage .fgBox .fgImg {
  height: 100%;
}
@media (max-width: 600px) {
  .insBannerPage .fgBox .fgImg {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.insBannerPage .fgBox .fgImg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  width: auto;
  height: 100%;
  transform: scale(1.02);
  will-change: transform;
}
@media (max-width: 600px) {
  .insBannerPage .fgBox .fgImg img {
    width: 100%;
    height: auto;
  }
}
.insBannerPage .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1180px) {
  .insBannerPage .Txt {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.insBannerPage .Txt {
  color: #333;
}
.insBannerPage .Txt .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.insBannerPage .Txt .wrap > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.insBannerPage .Txt .classTitle {
  font-size: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  letter-spacing: 0.08em;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
}
.insBannerPage .Txt .title {
  font-size: clamp(28px, 22.6666666667px + 0.6944444444vw, 36px);
  letter-spacing: 0.08em;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
}
.insBannerPage .Txt .decoLine {
  width: 90px;
  height: 1px;
  background-color: rgba(123, 140, 120, 0.4);
}
.insBannerPage .Txt .description {
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  letter-spacing: 0.1em;
  line-height: 2;
  color: #888888;
  max-width: 600px;
}

.insPage {
  padding: 0;
}
.insPage .anchorArea + * {
  margin-top: calc((100vh - 110px) * -1);
}
@media (max-width: 1180px) {
  .insPage .anchorArea + * {
    margin-top: calc((100vh - 80px) * -1);
  }
}
@media (max-width: 1080px) {
  .insPage .anchorArea + * {
    margin-top: 0;
  }
}

.anchorArea {
  pointer-events: none;
  height: calc(100vh - 110px);
  position: sticky;
  top: 110px;
  z-index: 49;
}
@media (max-width: 1180px) {
  .anchorArea {
    height: calc(100vh - 80px);
    top: 80px;
  }
}
@media (max-width: 1080px) {
  .anchorArea {
    display: none;
  }
}
.anchorArea .anchorBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.anchorArea .anchorList {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px 0 0 20px;
  background-color: #7B8C78;
  padding: clamp(15px, 7.027027027px + 0.6756756757vw, 20px) 5px;
}
.anchorArea .anchorList .anchorItem {
  color: #fff;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
}
.anchorArea .anchorList .anchorItem:not(:first-child) {
  padding-top: clamp(5px, -2.972972973px + 0.6756756757vw, 10px);
}
.anchorArea .anchorList .anchorItem:not(:first-child)::before {
  content: "";
  position: absolute;
  width: clamp(50px, 34.0540540541px + 1.3513513514vw, 60px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.anchorArea .anchorList .anchorItem:not(:last-child) {
  padding-bottom: clamp(10px, 2.027027027px + 0.6756756757vw, 15px);
}
@media (min-width: 1181px) {
  .anchorArea .anchorList .anchorItem:hover .icon {
    transform: scale(1.05) rotate(5deg);
  }
  .anchorArea .anchorList .anchorItem:hover .title {
    color: #fff;
  }
}
.anchorArea .anchorList .anchorItem .icon {
  aspect-ratio: 1/1;
  width: clamp(45px, 21.0810810811px + 2.027027027vw, 60px);
}
.anchorArea .anchorList .anchorItem .icon svg {
  width: 100%;
  height: 100%;
}
.anchorArea .anchorList .anchorItem .title {
  font-size: clamp(12px, 8.8108108108px + 0.2702702703vw, 14px);
  letter-spacing: 0.08em;
  color: #DCE4B9;
}

.introArea {
  padding: clamp(50px, -3.3333333333px + 6.9444444444vw, 130px) 0;
  position: relative;
  display: flex;
  gap: clamp(20px, -11.8918918919px + 2.7027027027vw, 40px);
  padding-right: 100px;
}
@media (max-width: 1180px) {
  .introArea {
    padding-right: 0;
    flex-direction: column;
  }
}
.introArea .classBoxColumn {
  z-index: 5;
  flex-shrink: 0;
  width: clamp(200px, 100px + 13.0208333333vw, 350px);
  padding: 0 clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  position: sticky;
  top: 110px;
}
@media (max-width: 1180px) {
  .introArea .classBoxColumn {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding: 0;
  }
}
@media (max-width: 1180px) and (max-width: 1180px) {
  .introArea .classBoxColumn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .introArea .classBoxColumn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .introArea .classBoxColumn .classLink {
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .introArea .classBoxColumn .classLink {
    width: calc(100% - 40px);
  }
}
.introArea .wrap {
  flex: 1;
}
.introArea .textEditor {
  opacity: 0;
  transform: translateY(10px);
}

.needArea {
  padding-top: clamp(60px, 36.6666666667px + 4.8611111111vw, 130px);
  position: relative;
  overflow: hidden;
  padding-left: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  padding-right: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  background-color: #a49089;
}
@media (max-width: 768px) {
  .needArea {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .needArea {
    padding-right: 0;
  }
}
.needArea .bgImg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .needArea .bgImg {
    background-image: url("../../images/tw/about_banner_bg.jpg") !important;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
            mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    mix-blend-mode: multiply;
  }
}
.needArea .wrap {
  position: relative;
  z-index: 2;
  max-width: 1550px !important;
  padding-top: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
}
.needArea .wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: rgba(220, 228, 185, 0.6);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 480px) {
  .needArea .wrap::before {
    display: none;
  }
}
.needArea .inner {
  position: relative;
  margin-right: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  max-width: 680px;
  width: 70%;
  margin-left: auto;
  background-color: #EEEAE2;
  padding: clamp(30px, -20px + 10.4166666667vw, 60px);
  border-top-left-radius: clamp(40px, 6.6666666667px + 6.9444444444vw, 60px);
}
@media (max-width: 768px) {
  .needArea .inner {
    width: 100%;
  }
}
.needArea .inner::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 150vh;
  background-color: rgba(220, 228, 185, 0.6);
  right: calc(clamp(20px, -17.2815533981px + 4.854368932vw, 40px) * -1);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .needArea .inner::after {
    display: none;
  }
}
.needArea .titleBox {
  position: relative;
  padding-right: 60px;
}
.needArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
@media (max-width: 768px) {
  .needArea .decoStarBox {
    right: -10px;
    top: -10px;
  }
}
.needArea .needBox {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(10px);
}
.needArea .needItem {
  padding: clamp(10px, 6.6666666667px + 0.4340277778vw, 15px) 0;
}
.needArea .needItem .item {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(5px, 1.6666666667px + 0.6944444444vw, 15px);
  gap: 10px;
  font-size: clamp(14px, 12.6666666667px + 0.2777777778vw, 18px);
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #333;
}
.needArea .needItem .item .num {
  flex-shrink: 0;
  min-width: clamp(25px, 20px + 1.0416666667vw, 40px);
  color: #7B8C78;
}
.needArea .needItem .item .title {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.needArea .needItem .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1181px) {
  .needArea .needItem .item:hover {
    color: #7B8C78;
  }
}
.needArea .controlBox {
  margin-top: clamp(20px, -6.6666666667px + 3.4722222222vw, 60px);
}

.noticeArea {
  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) {
  .noticeArea {
    background-size: 170px 163px;
  }
}
.noticeArea .wrap {
  max-width: 1200px !important;
}
.noticeArea .topBox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 480px) {
  .noticeArea .topBox {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .noticeArea .titleBox {
    justify-content: center;
    text-align: center;
  }
}
.noticeArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.noticeArea .tabNoticeBox {
  flex-shrink: 0;
  padding-bottom: 0.5em;
  display: flex;
  opacity: 0;
  transform: translateY(10px);
}
.noticeArea .tabNoticeBox .tabItem {
  min-width: clamp(80px, 38.3333333333px + 8.6805555556vw, 105px);
  text-align: center;
}
.noticeArea .tabNoticeBox .tabItem a {
  display: block;
  width: 100%;
  padding: 12px;
  padding-top: 0;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  position: relative;
}
.noticeArea .tabNoticeBox .tabItem a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #DCE4B9;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.noticeArea .tabNoticeBox .tabItem a.current {
  color: #DCE4B9;
}
.noticeArea .tabNoticeBox .tabItem a.current::after {
  transform: scaleX(1);
}
@media (min-width: 1181px) {
  .noticeArea .tabNoticeBox .tabItem a:hover {
    color: #DCE4B9;
  }
}
.noticeArea .tabNoticeContent {
  margin-top: clamp(20px, -13.3333333333px + 6.9444444444vw, 40px);
  background-color: #FFFCF6;
  padding: clamp(30px, 13.3333333333px + 3.4722222222vw, 40px) clamp(20px, -46.6666666667px + 13.8888888889vw, 60px);
  min-height: 320px;
  opacity: 0;
  transform: translateY(10px);
}
.noticeArea .tabNoticeItem {
  display: none;
}
.noticeArea .tabNoticeItem.current {
  display: block;
}

.faqArea {
  padding: clamp(50px, -3.3333333333px + 6.9444444444vw, 130px) 0;
}
.faqArea .wrap {
  max-width: 1200px !important;
  position: relative;
}
.faqArea .titleBox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  min-width: clamp(200px, 153.3333333333px + 6.0763888889vw, 270px);
}
@media (max-width: 480px) {
  .faqArea .titleBox {
    min-width: auto;
    position: static;
    width: 100%;
    margin: 0;
  }
}
.faqArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.faqArea .decoStarBox {
  inset: auto;
  left: 100%;
  transform: translateY(-30%);
}
@media (max-width: 480px) {
  .faqArea .decoStarBox {
    top: 0;
    left: auto;
    right: 20px;
  }
}
.faqArea .faqList {
  margin-top: clamp(20px, -6.6666666667px + 3.4722222222vw, 60px);
  opacity: 0;
  transform: translateY(10px);
}
.faqArea .faqItem {
  border-bottom: 1px solid #888888;
}
.faqArea .faqItem.open {
  background-color: rgba(255, 255, 255, 0.3);
}
.faqArea .faqItem.open .question .title {
  color: #7B8C78;
}
.faqArea .faqItem.open .question .toggleOpen {
  transform: rotate(45deg);
}
.faqArea .faqItem.open .question .toggleOpen::before, .faqArea .faqItem.open .question .toggleOpen::after {
  background-color: #7B8C78;
}
.faqArea .faqItem.open .answerBox {
  grid-template-rows: 1fr;
}
.faqArea .faqItem .question {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 3.3333333333px + 0.8680555556vw, 20px);
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(16px, 14.6666666667px + 0.2777777778vw, 20px);
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  padding: clamp(15px, 11.6666666667px + 0.4340277778vw, 20px);
}
.faqArea .faqItem .question .num {
  flex-shrink: 0;
  min-width: clamp(30px, 26.6666666667px + 0.6944444444vw, 40px);
  color: #7B8C78;
}
.faqArea .faqItem .question .title {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.faqArea .faqItem .question .toggleOpen {
  flex-shrink: 0;
  width: 16px;
  height: calc(clamp(16px, 14.6666666667px + 0.2777777778vw, 20px) * 1.6);
  position: relative;
}
.faqArea .faqItem .question .toggleOpen::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faqArea .faqItem .question .toggleOpen::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1181px) {
  .faqArea .faqItem .question:hover .title {
    color: #7B8C78;
  }
  .faqArea .faqItem .question:hover .toggleOpen::before, .faqArea .faqItem .question:hover .toggleOpen::after {
    background-color: #7B8C78;
  }
}
.faqArea .faqItem .answerBox {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}
.faqArea .faqItem .answerBox .answer {
  overflow: hidden;
}
.faqArea .faqItem .answerBox .definition {
  padding-bottom: clamp(20px, 3.3333333333px + 2.1701388889vw, 45px);
  padding-right: clamp(20px, 3.3333333333px + 2.1701388889vw, 45px);
  padding-left: calc(clamp(15px, 11.6666666667px + 0.4340277778vw, 20px) + clamp(30px, 26.6666666667px + 0.6944444444vw, 40px) + clamp(10px, 3.3333333333px + 0.8680555556vw, 20px));
}
@media (max-width: 480px) {
  .faqArea .faqItem .answerBox .definition {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.caseArea {
  padding: clamp(50px, -16.6666666667px + 8.6805555556vw, 150px) 0;
  background-color: #FFFCF6;
  position: relative;
  overflow: hidden;
}
.caseArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-image: url("../../images/tw/services_case_bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.caseArea .wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 35% auto;
  grid-template-areas: "title case" "arrow case";
}
@media (max-width: 960px) {
  .caseArea .wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.caseArea .titleBox {
  grid-area: title;
}
@media (max-width: 960px) {
  .caseArea .titleBox {
    text-align: center;
  }
}
.caseArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.caseArea .arrowBox {
  grid-area: arrow;
  margin-top: auto;
  opacity: 0;
  transform: translateY(10px);
}
@media (max-width: 960px) {
  .caseArea .arrowBox {
    order: 3;
  }
}
.caseArea .caseBox {
  grid-area: case;
  width: 80vw;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
}
@media (max-width: 960px) {
  .caseArea .caseBox {
    max-width: calc(clamp(450px, 290px + 20.8333333333vw, 690px) + 40px);
    width: 100%;
    overflow: visible;
    margin: 0 -20px;
  }
}
.caseArea .slick-list {
  overflow: visible;
}
.caseArea .caseList {
  max-width: calc(clamp(450px, 290px + 20.8333333333vw, 690px) + 40px);
  margin: 0 -20px;
}
@media (max-width: 960px) {
  .caseArea .caseList {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.caseArea .caseItem {
  padding: 0 20px;
}
@media (max-width: 960px) {
  .caseArea .caseItem {
    padding: 0 clamp(10px, 0px + 2.0833333333vw, 20px);
  }
}
.caseArea .caseItem .item {
  position: relative;
  --compare-pos: 50%;
}
.caseArea .caseItem .item .Img {
  overflow: hidden;
  border-radius: clamp(50px, 30px + 2.6041666667vw, 80px) 0 40px 0;
}
.caseArea .caseItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.caseArea .caseItem.hasCompare .item {
  overflow: hidden;
  border-radius: clamp(50px, 30px + 2.6041666667vw, 80px) 0 40px 0;
}
.caseArea .caseItem.hasCompare .item .Img {
  border-radius: 0;
}
.caseArea .caseItem.hasCompare .item .Img.after {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  clip-path: inset(0 0 0 var(--compare-pos));
  transition: none;
}
.caseArea .caseItem.hasCompare .item .compareDivider,
.caseArea .caseItem.hasCompare .item .compareHandle {
  position: absolute;
  left: var(--compare-pos);
  z-index: 2;
  pointer-events: none;
  transition: none;
  will-change: left;
}
.caseArea .caseItem.hasCompare .item .compareDivider {
  display: block;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
}
.caseArea .caseItem.hasCompare .item .compareHandle {
  display: flex;
  top: 50%;
  width: clamp(60px, 40px + 2.6041666667vw, 90px);
  height: clamp(60px, 40px + 2.6041666667vw, 90px);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #7B8C78;
  color: #DCE4B9;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(11px, 9px + 0.2604166667vw, 14px);
  letter-spacing: 0.12em;
  line-height: 1;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 2.6666666667px + 0.1736111111vw, 6px);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
  transform: translate(-50%, -50%);
}
.caseArea .caseItem.hasCompare .item .compareHandle .compareHandleText {
  display: block;
}
.caseArea .caseItem.hasCompare .item .compareHandle .compareHandleArrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.caseArea .caseItem.hasCompare .item .compareHandle .compareHandleArrow--prev {
  border-right: 6px solid #DCE4B9;
}
.caseArea .caseItem.hasCompare .item .compareHandle .compareHandleArrow--next {
  border-left: 6px solid #DCE4B9;
}
.caseArea .caseItem.hasCompare .item.isDragging .compareHandle {
  cursor: grabbing;
}
.caseArea .caseItem.hasCompare.current .item .compareHandle {
  cursor: grab;
  pointer-events: auto;
}
.caseArea .controlBox {
  max-width: clamp(450px, 290px + 20.8333333333vw, 690px);
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .caseArea .controlBox {
    display: none;
  }
}