@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  --brand-color1: #EA8818;
  --brand-color2: #393332;
  --brand-color3: #00A490;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
  --gray-1:#2E2E2E;
  --gray-2:#898989;
  --gray-3:#B3B3B3;
  --gray-4:#DADADA;
}

div.banner {
  --banner-bg-img: url('../images_2026_updated/banner/banner-our service_pc.webp');
}
@media (max-width: 768px) {
  div.banner {
    --banner-bg-img: url('../images_2026_updated/banner/banner-our service_mobile.webp');
  }
}

Nav .nav-btns-wrapper li:nth-child(2) a.layer-1,
Nav .nav-btns-wrapper li:nth-child(2) span.role-a {
  color: var(--brand-color1);
}

section {
  overflow: hidden;
}

h3.default {
  position: relative;
  margin-bottom: clamp(30px, 5vw, 93px);
}
h3.default .en-text-word {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  color: #F7F7F7;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(80px, 9.38vw, 180px);
  text-transform: uppercase;
}
h3.default .tw-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(4px, 0.42vw, 8px);
}
h3.default .tw-text .top {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
}
h3.default .tw-text .bottom {
  color: #DE0012;
  font-weight: 500;
  font-size: clamp(16px, 1.46vw, 28px);
  line-height: clamp(24px, 2.19vw, 42px);
}

h3.default-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: clamp(36px, 4.17vw, 80px);
}
h3.default-2 .title {
  font-weight: 700;
  color: #333333;
  font-size: clamp(24px, 2.08vw, 40px);
  line-height: 1;
  margin-bottom: clamp(12px, 1.25vw, 24px);
}
h3.default-2 .desc {
  color: #898989;
  font-weight: 400;
  font-size: clamp(16px, 1.46vw, 28px);
  line-height: clamp(24px, 2.19vw, 42px);
}

.apps-projects .plans {
  display: flex;
  gap: clamp(24px, 3.33vw, 64px);
  padding-left: var(--main-horizon-padding);
  padding-right: var(--main-horizon-padding);
  padding-top: clamp(24px, 2.92vw, 56px);
  padding-bottom: clamp(24px, 2.92vw, 56px);
  background-color: white;
  position: relative;
  align-items: flex-start;
  --rwd-offset-padding: clamp(53px, 7.34vw, 141px);
}
@media (max-width: 990px) {
  .apps-projects .plans {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
.apps-projects .plans .img-box {
  flex: 7.8;
  aspect-ratio: 7.8/4.88;
  z-index: 2;
}
@media (max-width: 990px) {
  .apps-projects .plans .img-box {
    width: 100%;
    max-width: 100%;
  }
}
.apps-projects .plans .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.apps-projects .plans .left {
  flex: 6;
  z-index: 2;
  --left-padding-left: clamp(24px, 4.17vw, 80px);
  padding-left: var(--left-padding-left);
}
@media (max-width: 990px) {
  .apps-projects .plans .left {
    padding-left: var(--main-horizon-padding);
    padding-right: var(--main-horizon-padding);
  }
}
.apps-projects .plans .left h2 {
  --h2-font-size: clamp(24px, 2.29vw, 44px);
  color: #333333;
  font-size: var(--h2-font-size);
  line-height: clamp(36px, 3.13vw, 60px);
  font-weight: 700;
  letter-spacing: calc(var(--h2-font-size) * 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: clamp(20px, 2.6vw, 50px);
}
@media (max-width: 480px) {
  .apps-projects .plans .left h2 {
    letter-spacing: normal;
  }
}
.apps-projects .plans .left .red-text {
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(20px, 1.46vw, 28px);
  line-height: clamp(30px, 2.19vw, 42px);
  color: #DE0012;
}
.apps-projects .plans .left p.desc {
  margin-top: clamp(18px, 1.25vw, 24px);
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  margin-bottom: clamp(28px, 2.66vw, 51px);
}
.apps-projects .plans .decoration-box {
  position: absolute;
  left: var(--left-padding-left);
  top: 87px;
  background-color: #F7F7F7;
  width: 39.5vw;
  height: 20.08vw;
  z-index: 1;
}
@media (max-width: 990px) {
  .apps-projects .plans .decoration-box {
    width: 100%;
    height: 60%;
    top: 20px;
    right: 0;
    left: 0;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  .apps-projects .plans .decoration-box {
    height: 460px;
  }
}
.apps-projects .plans .decoration-box .deco-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.apps-projects .plans .decoration-box .deco-content img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43.44vw;
  transform: translate(var(--main-horizon-padding), 21%);
}
@media (max-width: 990px) {
  .apps-projects .plans .decoration-box .deco-content img {
    transform: translate(0, 21%);
    width: 310px;
  }
}
@media (max-width: 990px) {
  .apps-projects .plans .decoration-box .deco-content img.pc {
    display: none;
  }
}
.apps-projects .plans .decoration-box .deco-content img.mobile {
  display: none;
}
@media (max-width: 990px) {
  .apps-projects .plans .decoration-box .deco-content img.mobile {
    display: block;
  }
}
.apps-projects .trusted {
  background-color: #F1F1F1;
  padding-left: var(--main-horizon-padding);
  padding-right: var(--main-horizon-padding);
  padding-top: clamp(32px, 3.96vw, 76px);
  padding-bottom: clamp(32px, 6.88vw, 132px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.apps-projects .trusted h3.default .en-text-word {
  color: white !important;
}
.apps-projects .trusted .trusted-card-wrapper {
  width: 100%;
  display: flex;
  --card-gap: clamp(38px, 2.7vw, 52px);
  gap: var(--card-gap);
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1893px) {
  .apps-projects .trusted .trusted-card-wrapper {
    width: 720px;
  }
}
@media (max-width: 820px) {
  .apps-projects .trusted .trusted-card-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.apps-projects .trusted .trusted-card-wrapper .content {
  min-width: 320px;
  width: calc(25% - var(--card-gap) * 3 / 4);
  aspect-ratio: 1/1;
}
.apps-projects .trusted .trusted-card-wrapper .content:nth-child(1) {
  --bg-img: url(../images_2026_updated/hero/app_projects/APP-card-1.webp);
}
.apps-projects .trusted .trusted-card-wrapper .content:nth-child(2) {
  --bg-img: url(../images_2026_updated/hero/app_projects/APP-card-2.webp);
}
.apps-projects .trusted .trusted-card-wrapper .content:nth-child(3) {
  --bg-img: url(../images_2026_updated/hero/app_projects/APP-card-3.webp);
}
.apps-projects .trusted .trusted-card-wrapper .content:nth-child(4) {
  --bg-img: url(../images_2026_updated/hero/app_projects/APP-card-4.webp);
}
.apps-projects .trusted .trusted-card-wrapper .content .card-container {
  position: relative;
  color: white;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
}
.apps-projects .trusted .trusted-card-wrapper .content .card-container .card-face {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 3rem;
  backface-visibility: hidden;
  transition: 0.8s;
  transform-style: preserve-3d;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}
.apps-projects .trusted .trusted-card-wrapper .content .card-container .card-face.face-1 {
  transform-origin: right;
  transform: translate(0%) rotateY(0deg);
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.apps-projects .trusted .trusted-card-wrapper .content .card-container .card-face.face-2 {
  transform-origin: left;
  transform: translateX(100%) perspective(1000PX) rotateY(100deg);
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 23px;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  background-blend-mode: darken;
}
.apps-projects .trusted .trusted-card-wrapper .content .card-container .card-face.face-2 p.desc {
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: start;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 44%;
}
.apps-projects .trusted .trusted-card-wrapper .content .card-container p.title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(200px) rotate(-1deg);
  transform-style: preserve-3d;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
  animation: float 2s alternate ease-in-out infinite;
  transition: all 0.65s;
  font-weight: 700;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
@keyframes float {
  0% {
    transform: translateX(calc(-50% - 8px)) translateY(calc(-55% - 8px)) translateZ(200px) rotate(-1deg);
  }
  100% {
    transform: translateX(calc(-50% + 8px)) translateY(calc(-55% + 8px)) translateZ(400px) rotate(1deg);
  }
}
.apps-projects .trusted .trusted-card-wrapper .content .card-container:hover .face-1 {
  transform: translateX(-100%) perspective(1000px) rotateY(-100deg);
}
.apps-projects .trusted .trusted-card-wrapper .content .card-container:hover .face-2 {
  transform: translate(0%) rotateY(0deg);
}
.apps-projects .trusted .trusted-card-wrapper .content .card-container:hover .title {
  top: 80px;
  transform: translate(-50%, 0%) rotate(0deg);
  animation: none;
}
@keyframes float2 {
  0% {
    transform: translateX(calc(-50% - 4px)) translateY(calc(-55% - 4px)) translateZ(200px) rotate(0deg);
  }
  100% {
    transform: translateX(calc(-50% + 4px)) translateY(calc(-55% + 4px)) translateZ(400px) rotate(0deg);
  }
}
.apps-projects .APP-Enterprise {
  width: 100%;
  background-color: white;
  padding-top: clamp(68px, 6vw, 116px);
  padding-left: clamp(24px, 6.25vw, 120px);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .apps-projects .APP-Enterprise {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
  }
}
.apps-projects .APP-Enterprise .img-wrapper {
  flex: 1;
  position: relative;
  aspect-ratio: 13.5/7.76;
}
.apps-projects .APP-Enterprise .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  position: relative;
}
.apps-projects .APP-Enterprise .img-wrapper .deco {
  position: absolute;
  width: clamp(93px, 12.5vw, 240px);
  aspect-ratio: 1/1;
  background-color: #DAE8F2;
  z-index: 1;
  left: 0;
  top: 0;
  transform: translate(-25%, 14%);
}
@media (max-width: 990px) {
  .apps-projects .APP-Enterprise .img-wrapper {
    padding-left: 24px;
  }
  .apps-projects .APP-Enterprise .img-wrapper::before {
    content: "";
    width: 100%;
    height: 13vw;
    position: absolute;
    display: inline-block;
    background-color: #F7F7F7;
    top: 0px;
    left: 0px;
    right: 0px;
  }
}
.apps-projects .APP-Enterprise .text-content {
  flex: 1;
  padding-right: var(--main-horizon-padding);
  padding-left: clamp(24px, 2.92vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  --offsetY: 4.48vw;
  margin-top: var(--offsetY);
  padding-bottom: var(--offsetY);
}
.apps-projects .APP-Enterprise .text-content .title-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: clamp(30px, 1.88vw, 36px);
  z-index: 2;
}
.apps-projects .APP-Enterprise .text-content .title-box .en-text {
  font-weight: 700;
  color: #DE0012;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 1;
  text-transform: uppercase;
}
.apps-projects .APP-Enterprise .text-content .title-box h3 {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
}
.apps-projects .APP-Enterprise .text-content .title-box .red-line {
  margin-top: 4px;
  width: 40px;
  height: 4px;
  display: inline-block;
  background-color: #DE0012;
}
.apps-projects .APP-Enterprise .text-content p.desc {
  margin-bottom: clamp(30px, 1.88vw, 36px);
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  z-index: 2;
}
.apps-projects .APP-Enterprise .text-content .industry {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  z-index: 2;
}
.apps-projects .APP-Enterprise .text-content .deco-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
}
.apps-projects .APP-Enterprise .text-content .deco-box .deco-red {
  width: clamp(180px, 15.63vw, 300px);
}
.apps-projects .APP-Enterprise .text-content .deco-box .bg {
  width: 58vw;
  height: 18vw;
  background-color: #F7F7F7;
  position: relative;
}
@media (max-width: 1380px) {
  .apps-projects .APP-Enterprise .text-content .deco-box .bg {
    height: 24vw;
  }
}
.apps-projects .APP-Enterprise .text-content .deco-box .bg .number {
  position: absolute;
  right: 2.24vw;
  bottom: 0px;
  font-weight: 900;
  color: #DAE8F2;
  font-style: italic;
  font-size: clamp(60px, 6.25vw, 120px);
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 990px) {
  .apps-projects .APP-Enterprise .text-content .deco-box .bg .number {
    top: 9%;
    right: 32px;
    bottom: auto;
  }
}
@media (max-width: 1200px) {
  .apps-projects .APP-Enterprise .text-content {
    padding-left: var(--main-horizon-padding);
    padding-top: 0px;
  }
  .apps-projects .APP-Enterprise .text-content .deco-box {
    left: 0;
    height: 118%;
  }
  .apps-projects .APP-Enterprise .text-content .deco-box .bg {
    width: 100%;
    height: 100%;
  }
}
.apps-projects .APP-E-commerce {
  width: 100%;
  background-color: white;
  padding-top: clamp(68px, 6vw, 116px);
  padding-right: clamp(24px, 6.25vw, 120px);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .apps-projects .APP-E-commerce {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0px;
  }
}
.apps-projects .APP-E-commerce .img-wrapper {
  flex: 9;
  position: relative;
  aspect-ratio: 13.5/7.76;
}
.apps-projects .APP-E-commerce .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  position: relative;
}
.apps-projects .APP-E-commerce .img-wrapper .deco {
  position: absolute;
  width: clamp(88px, 12.5vw, 240px);
  aspect-ratio: 2.4/4.1;
  background-color: #FFF7C9;
  z-index: 1;
  right: 0;
  top: 0;
  transform: translate(clamp(24px, 6.25vw, 120px), 0px);
}
@media (max-width: 990px) {
  .apps-projects .APP-E-commerce .img-wrapper {
    background-color: #F7F7F7;
    padding-right: 48px;
  }
  .apps-projects .APP-E-commerce .img-wrapper .deco {
    transform: translate(0, 0px);
  }
}
.apps-projects .APP-E-commerce .text-content {
  flex: 6.7;
  padding-left: var(--main-horizon-padding);
  padding-right: clamp(24px, 5.16vw, 99px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  --offsetY: 4.48vw;
  padding-bottom: var(--offsetY);
}
.apps-projects .APP-E-commerce .text-content .number {
  position: absolute;
  right: 32px;
  bottom: 0px;
  font-weight: 900;
  color: #FAEEAE;
  font-style: italic;
  font-size: clamp(60px, 6.25vw, 120px);
  font-family: "Noto Sans", sans-serif;
  z-index: 2;
}
@media (max-width: 990px) {
  .apps-projects .APP-E-commerce .text-content .number {
    top: 13%;
    right: 32px;
    bottom: auto;
  }
}
.apps-projects .APP-E-commerce .text-content .title-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: clamp(30px, 1.88vw, 36px);
  z-index: 2;
}
.apps-projects .APP-E-commerce .text-content .title-box .en-text {
  font-weight: 700;
  color: #DE0012;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 1;
  text-transform: uppercase;
}
.apps-projects .APP-E-commerce .text-content .title-box h3 {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
}
.apps-projects .APP-E-commerce .text-content .title-box .red-line {
  margin-top: 4px;
  width: 40px;
  height: 4px;
  display: inline-block;
  background-color: #DE0012;
}
.apps-projects .APP-E-commerce .text-content p.desc {
  margin-bottom: clamp(30px, 1.88vw, 36px);
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  z-index: 2;
}
.apps-projects .APP-E-commerce .text-content .industry {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  z-index: 2;
}
.apps-projects .APP-E-commerce .text-content .deco-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 1;
}
.apps-projects .APP-E-commerce .text-content .deco-box .deco-red {
  width: clamp(96px, 9.9vw, 190px);
}
.apps-projects .APP-E-commerce .text-content .deco-box .bg {
  width: 54vw;
  height: 18vw;
  background-color: #F7F7F7;
  position: relative;
}
@media (max-width: 1200px) {
  .apps-projects .APP-E-commerce .text-content .deco-box .bg {
    height: 33vw;
  }
}
@media (max-width: 1163px) {
  .apps-projects .APP-E-commerce .text-content .deco-box .bg {
    height: 36vw;
  }
}
@media (max-width: 990px) {
  .apps-projects .APP-E-commerce .text-content {
    padding-right: var(--main-horizon-padding);
    padding-top: 56px;
  }
  .apps-projects .APP-E-commerce .text-content .deco-box {
    inset: 0;
    height: 120%;
  }
  .apps-projects .APP-E-commerce .text-content .deco-box .bg {
    width: 100%;
    height: 100%;
  }
}
.apps-projects .APP-Custom {
  width: 100%;
  background-color: white;
  padding-top: clamp(68px, 6vw, 116px);
  padding-left: clamp(24px, 6.25vw, 120px);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .apps-projects .APP-Custom {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
  }
}
.apps-projects .APP-Custom .img-wrapper {
  flex: 1;
  position: relative;
  aspect-ratio: 13.5/8.69;
}
.apps-projects .APP-Custom .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  position: relative;
}
.apps-projects .APP-Custom .img-wrapper .deco {
  position: absolute;
  width: clamp(100px, 6.25vw, 120px);
  aspect-ratio: 1/1;
  background-color: #CBEAE2;
  z-index: 1;
  left: 0;
  top: 0;
  transform: translate(-50%, 70%);
}
@media (max-width: 990px) {
  .apps-projects .APP-Custom .img-wrapper {
    padding-left: 36px;
    padding-bottom: 36px;
    width: 100%;
    max-width: 100%;
    background-color: #F7F7F7;
  }
  .apps-projects .APP-Custom .img-wrapper::before {
    content: "";
    width: 100%;
    height: 13vw;
    position: absolute;
    display: inline-block;
    background-color: #F7F7F7;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .apps-projects .APP-Custom .img-wrapper .deco {
    transform: translate(0, 10vw);
  }
}
@media (max-width: 480px) {
  .apps-projects .APP-Custom .img-wrapper {
    padding-left: 24px;
  }
  .apps-projects .APP-Custom .img-wrapper .deco {
    width: clamp(46px, 6.25vw, 120px);
  }
}
.apps-projects .APP-Custom .text-content {
  flex: 1;
  padding-right: var(--main-horizon-padding);
  padding-left: clamp(24px, 2.92vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  --offsetY: 5.8vw;
  margin-top: var(--offsetY);
  padding-bottom: var(--offsetY);
}
.apps-projects .APP-Custom .text-content .title-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: clamp(30px, 1.88vw, 36px);
  z-index: 2;
}
.apps-projects .APP-Custom .text-content .title-box .en-text {
  font-weight: 700;
  color: #DE0012;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 1;
  text-transform: uppercase;
}
.apps-projects .APP-Custom .text-content .title-box h3 {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
}
.apps-projects .APP-Custom .text-content .title-box .red-line {
  margin-top: 4px;
  width: 40px;
  height: 4px;
  display: inline-block;
  background-color: #DE0012;
}
.apps-projects .APP-Custom .text-content p.desc {
  margin-bottom: clamp(30px, 1.88vw, 36px);
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  z-index: 2;
}
.apps-projects .APP-Custom .text-content .industry {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  z-index: 2;
}
.apps-projects .APP-Custom .text-content .deco-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
  width: 100vw;
}
.apps-projects .APP-Custom .text-content .deco-box .deco-red {
  width: clamp(180px, 15.63vw, 300px);
}
.apps-projects .APP-Custom .text-content .deco-box .bg {
  width: 100%;
  height: 18vw;
  background-color: #F7F7F7;
  position: relative;
}
@media (max-width: 1380px) {
  .apps-projects .APP-Custom .text-content .deco-box .bg {
    height: 24vw;
  }
}
.apps-projects .APP-Custom .text-content .deco-box .bg .number {
  position: absolute;
  right: 2.24vw;
  bottom: 0px;
  font-weight: 900;
  color: #CBEAE2;
  font-style: italic;
  font-size: clamp(60px, 6.25vw, 120px);
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 990px) {
  .apps-projects .APP-Custom .text-content .deco-box .bg .number {
    top: 9%;
    right: 32px;
    bottom: auto;
  }
}
@media (max-width: 990px) {
  .apps-projects .APP-Custom .text-content {
    padding-left: var(--main-horizon-padding);
    padding-top: 0px;
  }
  .apps-projects .APP-Custom .text-content .deco-box {
    left: 0;
    height: 118%;
  }
  .apps-projects .APP-Custom .text-content .deco-box .bg {
    width: 100%;
    height: 100%;
  }
}
.apps-projects .progress {
  padding-top: calc(clamp(40px, 6.77vw, 130px) / 2);
  --progress-horizon-padding: clamp(24px, 7.5vw, 144px);
  padding-left: var(--progress-horizon-padding);
  padding-right: var(--progress-horizon-padding);
  padding-bottom: clamp(55px, 8.33vw, 160px);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.apps-projects .progress .service-progress {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
}
@media (max-width: 632px) {
  .apps-projects .progress .service-progress {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
}
.apps-projects .progress .service-progress .progress-item {
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  --line-width: 400px;
}
.apps-projects .progress .service-progress .progress-item .number-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apps-projects .progress .service-progress .progress-item .number-wrapper .number-top {
  width: calc(clamp(40px, 4.17vw, 80px) + 16px);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 2;
}
.apps-projects .progress .service-progress .progress-item .number-wrapper .number-top .number {
  width: clamp(40px, 4.17vw, 80px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: #EA8818;
  color: white;
  font-size: clamp(18px, 1.67vw, 32px);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apps-projects .progress .service-progress .progress-item .number-wrapper span.line {
  width: var(--line-width);
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
  display: inline-block;
  background-color: #F1F1F1;
}
.apps-projects .progress .service-progress .progress-item .number-wrapper span.line.left {
  background-color: #F1F1F1;
  transform: translate(-100%, -50%);
  display: none;
}
.apps-projects .progress .service-progress .progress-item:nth-last-child(1) .number-wrapper span.line.right {
  background-color: #FFF;
}
@media (max-width: 1875px) {
  .apps-projects .progress .service-progress .progress-item:nth-child(3) .number-wrapper span.line.right {
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
            mask-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    width: calc(var(--line-width) / 2);
  }
  .apps-projects .progress .service-progress .progress-item:nth-child(4) .number-wrapper span.line.left {
    display: inline-block;
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
            mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    width: calc(var(--line-width) / 2);
  }
}
@media (max-width: 1395px) {
  .apps-projects .progress .service-progress .progress-item:nth-child(2) .number-wrapper span.line.right {
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
            mask-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    width: calc(var(--line-width) / 2);
  }
  .apps-projects .progress .service-progress .progress-item:nth-child(3) .number-wrapper span.line.left {
    display: inline-block;
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
            mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    width: calc(var(--line-width) / 2);
  }
  .apps-projects .progress .service-progress .progress-item:nth-child(3) .number-wrapper span.line.right {
    -webkit-mask-image: none;
            mask-image: none;
    width: var(--line-width);
  }
  .apps-projects .progress .service-progress .progress-item:nth-child(4) .number-wrapper span.line.left {
    display: none;
    width: var(--line-width);
  }
}
.apps-projects .progress .service-progress .progress-item .bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.apps-projects .progress .service-progress .progress-item .bottom p.title {
  font-weight: 700;
  color: #333333;
  font-size: clamp(18px, 1.46vw, 28px);
  line-height: clamp(30px, 2.19vw, 42px);
  margin-bottom: clamp(12px, 0.83vw, 16px);
}
.apps-projects .progress .service-progress .progress-item .bottom .desc {
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  text-align: center;
  width: 75%;
}
@media (max-width: 915px) {
  .apps-projects .progress .service-progress .progress-item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .apps-projects .progress .service-progress .progress-item .number-wrapper span.line {
    display: none !important;
  }
  .apps-projects .progress .service-progress .progress-item .bottom {
    align-items: flex-start;
    margin-top: 6px;
  }
  .apps-projects .progress .service-progress .progress-item .bottom .desc {
    text-align: start;
    width: 100%;
  }
}

.mobile-office {
  --section-margin-bottom: clamp(24px, 2.92vw, 56px);
}
.mobile-office .pocket-EIP {
  display: flex;
  gap: clamp(24px, 3.33vw, 64px);
  padding-left: var(--main-horizon-padding);
  padding-right: var(--main-horizon-padding);
  padding-top: clamp(24px, 2.92vw, 56px);
  padding-bottom: clamp(24px, 2.92vw, 56px);
  background-color: white;
  position: relative;
  align-items: flex-start;
  --rwd-offset-padding: clamp(53px, 7.34vw, 141px);
  margin-bottom: var(--section-margin-bottom);
}
@media (max-width: 990px) {
  .mobile-office .pocket-EIP {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0px;
  }
}
.mobile-office .pocket-EIP .img-box {
  flex: 7.8;
  aspect-ratio: 6.8/4.45;
  z-index: 2;
}
@media (max-width: 990px) {
  .mobile-office .pocket-EIP .img-box {
    width: 100%;
    max-width: 440px;
    align-self: center;
  }
}
.mobile-office .pocket-EIP .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mobile-office .pocket-EIP .left {
  flex: 6;
  z-index: 2;
  --left-padding-left: clamp(24px, 4.17vw, 80px);
  padding-right: var(--left-padding-left);
}
@media (max-width: 990px) {
  .mobile-office .pocket-EIP .left {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mobile-office .pocket-EIP .left h2 {
  --h2-font-size: clamp(24px, 2.29vw, 44px);
  color: #333333;
  font-size: var(--h2-font-size);
  line-height: clamp(36px, 3.13vw, 60px);
  font-weight: 700;
  letter-spacing: calc(var(--h2-font-size) * 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: clamp(20px, 2.6vw, 50px);
}
@media (max-width: 480px) {
  .mobile-office .pocket-EIP .left h2 {
    letter-spacing: normal;
  }
}
.mobile-office .pocket-EIP .left .red-text {
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(20px, 1.46vw, 28px);
  line-height: clamp(30px, 2.19vw, 42px);
  color: #DE0012;
}
.mobile-office .pocket-EIP .left p.desc {
  margin-top: clamp(18px, 1.25vw, 24px);
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
}
.mobile-office .pocket-EIP .decoration-box {
  position: absolute;
  right: var(--main-horizon-padding);
  top: 160px;
  background-color: #F7F7F7;
  width: 43.75vw;
  height: 23.18vw;
  z-index: 1;
}
@media (max-width: 990px) {
  .mobile-office .pocket-EIP .decoration-box {
    width: 100%;
    height: 60%;
    right: 0;
    bottom: 0;
    top: auto;
    left: 0;
  }
}
@media (max-width: 768px) {
  .mobile-office .pocket-EIP .decoration-box {
    height: 550px;
  }
}
.mobile-office .pocket-EIP .decoration-box .deco-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.mobile-office .pocket-EIP .decoration-box .deco-content img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43.44vw;
  transform: translate(var(--main-horizon-padding), 21%);
}
@media (max-width: 990px) {
  .mobile-office .pocket-EIP .decoration-box .deco-content img {
    transform: translate(0, 21%);
    width: 310px;
  }
}
@media (max-width: 990px) {
  .mobile-office .pocket-EIP .decoration-box .deco-content img.pc {
    display: none;
  }
}
.mobile-office .pocket-EIP .decoration-box .deco-content img.mobile {
  display: none;
}
@media (max-width: 990px) {
  .mobile-office .pocket-EIP .decoration-box .deco-content img.mobile {
    display: block;
  }
}
.mobile-office .system-control {
  display: flex;
  padding: 0 var(--main-horizon-padding);
  gap: 32px;
  margin-bottom: var(--section-margin-bottom);
}
.mobile-office .system-control .left {
  flex: 6.7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mobile-office .system-control .left h3 {
  width: 100%;
  position: relative;
  text-align: end;
  margin-bottom: clamp(24px, 1.98vw, 38px);
}
.mobile-office .system-control .left h3 .en-text {
  color: #F7F7F7;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(50px, 5.21vw, 100px);
  text-transform: uppercase;
  line-height: 1;
}
.mobile-office .system-control .left h3 .tw-text {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.mobile-office .system-control .left ul.square-ul {
  list-style: none;
  --li-color: #333333;
  --squire-color: #DE0012;
  margin-top: clamp(18px, 1.25vw, 24px);
}
.mobile-office .system-control .left ul.square-ul li {
  position: relative;
  padding-left: clamp(24px, 1.67vw, 32px);
  /* 保留空間放自訂符號 */
  color: var(--li-color);
  text-align: start;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
.mobile-office .system-control .left ul.square-ul li p.subtitle {
  color: #333333;
  font-weight: 500;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1;
  margin-bottom: clamp(10px, 0.63vw, 12px);
}
.mobile-office .system-control .left ul.square-ul li p.desc {
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
}
.mobile-office .system-control .left ul.square-ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--squire-color);
}
.mobile-office .system-control .img-box {
  flex: 7.3;
  aspect-ratio: 13.05/7.37;
}
.mobile-office .system-control .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 990px) {
  .mobile-office .system-control .img-box img {
    max-width: 640px;
  }
}
@media (max-width: 990px) {
  .mobile-office .system-control {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.mobile-office .always-inControl {
  display: flex;
  padding: 0 var(--main-horizon-padding);
  gap: clamp(24px, 8.13vw, 156px);
  position: relative;
  align-items: center;
}
.mobile-office .always-inControl .left-text {
  flex: 6;
}
.mobile-office .always-inControl .left-text .red-text {
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(20px, 1.46vw, 28px);
  line-height: clamp(30px, 2.19vw, 42px);
  color: #DE0012;
}
.mobile-office .always-inControl .left-text p.desc {
  margin-top: clamp(18px, 1.25vw, 24px);
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
}
.mobile-office .always-inControl .img-box {
  flex: 6.8;
  aspect-ratio: 6.8/4.16;
}
.mobile-office .always-inControl .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mobile-office .always-inControl .gray-bg {
  position: absolute;
  width: 100%;
  height: 336px;
  background-color: #F7F7F7;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
}
@media (max-width: 990px) {
  .mobile-office .always-inControl {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
    gap: 24px;
  }
  .mobile-office .always-inControl .img-box img {
    max-width: 440px;
  }
  .mobile-office .always-inControl .gray-bg {
    height: 100%;
    inset: 0;
    transform: none;
  }
}
.mobile-office .advantages {
  padding: 0 var(--main-horizon-padding);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: var(--section-margin-bottom);
  margin-bottom: calc(var(--section-margin-bottom) * 4);
}
.mobile-office .advantages h3.default .en-text-word {
  font-size: clamp(60px, 9.38vw, 180px);
}
.mobile-office .advantages .advantages-cards-wrapper {
  width: 100%;
  display: flex;
  --advantage-card-gap: 48px;
  gap: 80px var(--advantage-card-gap);
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1910px) {
  .mobile-office .advantages .advantages-cards-wrapper {
    width: calc(655px + var(--advantage-card-gap));
  }
}
.mobile-office .advantages .advantages-cards-wrapper .card-item {
  min-width: 327.5px;
  width: 327.5px;
  aspect-ratio: 3.2/2.9;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #F7F7F7;
  padding: clamp(58px, 3.59vw, 69px) 24px 24px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}
.mobile-office .advantages .advantages-cards-wrapper .card-item:nth-child(even) {
  transform: translateY(62px);
}
.mobile-office .advantages .advantages-cards-wrapper .card-item p.title {
  position: absolute;
  background-color: #EA8818;
  padding: clamp(8px, 0.63vw, 12px) clamp(24px, 1.88vw, 36px);
  color: white;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  border-radius: 999px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  word-break: keep-all;
}
.mobile-office .advantages .advantages-cards-wrapper .card-item p.desc {
  color: #333333;
  font-weight: 400;
  font-size: calc(clamp(16px, 0.94vw, 18px) * 1);
  line-height: clamp(24px, 1.56vw, 30px);
}
.mobile-office .advantages .advantages-cards-wrapper .card-item p.number {
  font-weight: 900;
  color: #EAEAEA;
  font-style: italic;
  font-family: "Noto Sans", sans-serif;
  align-self: flex-end;
  font-size: clamp(60px, 5.1vw, 98px);
  margin-top: auto;
}
@media (max-width: 1200px) {
  .mobile-office .advantages .advantages-cards-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .mobile-office .advantages .advantages-cards-wrapper .card-item {
    transform: none !important;
    max-width: 100%;
    min-width: auto;
    aspect-ratio: unset;
  }
}

.smart-assist {
  --section-margin-bottom: clamp(24px, 2.92vw, 56px);
}
.smart-assist .ai-solution {
  display: flex;
  gap: clamp(24px, 3.33vw, 64px);
  padding-left: var(--main-horizon-padding);
  padding-right: var(--main-horizon-padding);
  padding-top: clamp(24px, 2.92vw, 56px);
  padding-bottom: calc(clamp(24px, 2.92vw, 56px) * 1.5);
  background-color: white;
  position: relative;
  align-items: flex-start;
  --rwd-offset-padding: clamp(53px, 7.34vw, 141px);
  margin-bottom: calc(var(--section-margin-bottom) * 2);
}
@media (max-width: 990px) {
  .smart-assist .ai-solution {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: calc(clamp(24px, 2.92vw, 56px) * 1);
    padding-top: 0px;
    margin-bottom: calc(var(--section-margin-bottom) * 1);
  }
}
.smart-assist .ai-solution .img-box {
  flex: 7.8;
  aspect-ratio: 6.8/4.45;
  z-index: 2;
}
@media (max-width: 990px) {
  .smart-assist .ai-solution .img-box {
    width: 100%;
    max-width: 440px;
    align-self: center;
  }
}
.smart-assist .ai-solution .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.smart-assist .ai-solution .left {
  flex: 6;
  z-index: 2;
  --left-padding-left: clamp(24px, 4.17vw, 80px);
  padding-right: var(--left-padding-left);
}
@media (max-width: 990px) {
  .smart-assist .ai-solution .left {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.smart-assist .ai-solution .left h2 {
  --h2-font-size: clamp(24px, 2.29vw, 44px);
  color: #333333;
  font-size: var(--h2-font-size);
  line-height: clamp(36px, 3.13vw, 60px);
  font-weight: 700;
  letter-spacing: calc(var(--h2-font-size) * 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: clamp(20px, 2.6vw, 50px);
}
@media (max-width: 480px) {
  .smart-assist .ai-solution .left h2 {
    letter-spacing: normal;
  }
}
.smart-assist .ai-solution .left .red-text {
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(20px, 1.46vw, 28px);
  line-height: clamp(30px, 2.19vw, 42px);
  color: #DE0012;
}
.smart-assist .ai-solution .left p.desc {
  margin-top: clamp(18px, 1.25vw, 24px);
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
}
.smart-assist .ai-solution .decoration-box {
  position: absolute;
  right: var(--main-horizon-padding);
  top: 140px;
  background-color: #F7F7F7;
  width: 42vw;
  height: 28vw;
  z-index: 1;
}
@media (max-width: 990px) {
  .smart-assist .ai-solution .decoration-box {
    width: 100%;
    height: 60%;
    right: 0;
    bottom: 0;
    top: auto;
    left: 0;
  }
}
@media (max-width: 768px) {
  .smart-assist .ai-solution .decoration-box {
    height: 550px;
  }
}
.smart-assist .ai-solution .decoration-box .deco-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.smart-assist .ai-solution .decoration-box .deco-content img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43.44vw;
  transform: translate(var(--main-horizon-padding), 21%);
}
@media (max-width: 990px) {
  .smart-assist .ai-solution .decoration-box .deco-content img {
    transform: translate(0, 21%);
    width: 310px;
  }
}
@media (max-width: 990px) {
  .smart-assist .ai-solution .decoration-box .deco-content img.pc {
    display: none;
  }
}
.smart-assist .ai-solution .decoration-box .deco-content img.mobile {
  display: none;
}
@media (max-width: 990px) {
  .smart-assist .ai-solution .decoration-box .deco-content img.mobile {
    display: block;
  }
}
.smart-assist .ai-needed {
  padding: clamp(42px, 6.15vw, 118px) var(--main-horizon-padding) clamp(52px, 8.75vw, 168px);
  background-image: url("../images_2026_updated/bg/smart_asist_bg_01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--section-margin-bottom);
}
.smart-assist .ai-needed h3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: clamp(36px, 3.75vw, 72px);
}
.smart-assist .ai-needed h3 .title {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
  line-height: clamp(36px, 3.13vw, 60px);
}
.smart-assist .ai-needed h3 .red-text {
  color: #DE0012;
  font-weight: 400;
  font-size: clamp(16px, 1.46vw, 28px);
  line-height: clamp(24px, 2.19vw, 42px);
}
.smart-assist .ai-needed .cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  --card-gap: clamp(38px, 2.81vw, 54px);
  gap: var(--card-gap);
  flex-wrap: wrap;
}
.smart-assist .ai-needed .cards-wrapper .card-item {
  min-width: 320px;
  width: 320px;
  aspect-ratio: 3.2/3.12;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 14.4px;
  overflow: hidden;
}
.smart-assist .ai-needed .cards-wrapper .card-item img {
  width: clamp(40px, 2.71vw, 52px);
  margin-bottom: clamp(24px, 1.67vw, 32px);
}
.smart-assist .ai-needed .cards-wrapper .card-item p.title {
  color: #333333;
  font-weight: 700;
  font-size: clamp(20px, 1.46vw, 28px);
  line-height: clamp(30px, 2.19vw, 42px);
  margin-bottom: clamp(10px, 0.63vw, 12px);
  text-align: start;
}
.smart-assist .ai-needed .cards-wrapper .card-item p.desc {
  color: #7A7F84;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  text-align: start;
}
@media (max-width: 1910px) {
  .smart-assist .ai-needed .cards-wrapper {
    width: calc(640px + var(--card-gap));
  }
}
@media (max-width: 820px) {
  .smart-assist .ai-needed .cards-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .smart-assist .ai-needed .cards-wrapper .card-item {
    min-width: auto;
    width: 100%;
    max-width: 320px;
    aspect-ratio: unset;
  }
}
.smart-assist .innovation {
  display: flex;
  gap: clamp(24px, 3.33vw, 64px);
  padding-left: var(--main-horizon-padding);
  padding-right: var(--main-horizon-padding);
  padding-top: clamp(24px, 2.92vw, 56px);
  padding-bottom: calc(clamp(38px, 6.09vw, 117px) * 1.5);
  background-color: white;
  position: relative;
  align-items: flex-start;
  --rwd-offset-padding: clamp(53px, 7.34vw, 141px);
}
@media (max-width: 990px) {
  .smart-assist .innovation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: calc(clamp(38px, 6.09vw, 117px) * 1);
    padding-top: 0px;
  }
  .smart-assist .innovation::after {
    content: "";
    background-color: #F7F7F7;
    position: absolute;
    display: inline-block;
    width: 100vw;
    height: 25%;
    top: 50%;
    left: 0;
  }
}
.smart-assist .innovation .img-box {
  flex: 6.68;
  aspect-ratio: 6.8/4.45;
  z-index: 2;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 990px) {
  .smart-assist .innovation .img-box {
    width: 100%;
    max-width: 440px;
  }
}
.smart-assist .innovation .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.smart-assist .innovation .left {
  flex: 7;
  z-index: 2;
  --left-padding-left: clamp(24px, 4.17vw, 80px);
  padding-left: var(--left-padding-left);
}
@media (max-width: 990px) {
  .smart-assist .innovation .left {
    padding-left: 0px;
  }
}
.smart-assist .innovation .left h2 {
  --h2-font-size: clamp(24px, 2.29vw, 44px);
  color: #333333;
  font-size: var(--h2-font-size);
  line-height: clamp(36px, 3.13vw, 60px);
  font-weight: 700;
  letter-spacing: calc(var(--h2-font-size) * 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: clamp(20px, 2.6vw, 50px);
}
@media (max-width: 990px) {
  .smart-assist .innovation .left h2 {
    margin-bottom: calc(clamp(20px, 2.6vw, 50px) * 2);
  }
}
@media (max-width: 480px) {
  .smart-assist .innovation .left h2 {
    letter-spacing: normal;
  }
}
.smart-assist .innovation .left .red-text {
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(20px, 1.46vw, 28px);
  line-height: clamp(30px, 2.19vw, 42px);
  color: #DE0012;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 570px) {
  .smart-assist .innovation .left .red-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.smart-assist .innovation .left ul.square-ul {
  list-style: none;
  --li-color: #333333;
  --squire-color: #DE0012;
  margin-top: clamp(18px, 1.25vw, 24px);
}
.smart-assist .innovation .left ul.square-ul li {
  position: relative;
  padding-left: clamp(24px, 1.67vw, 32px);
  /* 保留空間放自訂符號 */
  color: var(--li-color);
  text-align: start;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
.smart-assist .innovation .left ul.square-ul li p.subtitle {
  color: #333333;
  font-weight: 500;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1;
  margin-bottom: clamp(10px, 0.63vw, 12px);
}
.smart-assist .innovation .left ul.square-ul li p.desc {
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
}
.smart-assist .innovation .left ul.square-ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--squire-color);
}
.smart-assist .innovation .decoration-box {
  position: absolute;
  left: var(--left-padding-left);
  top: 140px;
  background-color: #F7F7F7;
  width: 50vw;
  height: 22vw;
  z-index: 1;
}
@media (max-width: 990px) {
  .smart-assist .innovation .decoration-box {
    width: 100%;
    height: 60%;
    top: 55px;
    right: 0;
    left: 0;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  .smart-assist .innovation .decoration-box {
    height: 460px;
  }
}
.smart-assist .innovation .decoration-box .deco-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.smart-assist .innovation .decoration-box .deco-content img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43.44vw;
  transform: translate(var(--main-horizon-padding), 21%);
}
@media (max-width: 990px) {
  .smart-assist .innovation .decoration-box .deco-content img {
    transform: translate(0, 21%);
    width: 310px;
  }
}
@media (max-width: 990px) {
  .smart-assist .innovation .decoration-box .deco-content img.pc {
    display: none;
  }
}
.smart-assist .innovation .decoration-box .deco-content img.mobile {
  display: none;
}
@media (max-width: 990px) {
  .smart-assist .innovation .decoration-box .deco-content img.mobile {
    display: block;
  }
}
.smart-assist .smart-assist-platform {
  padding: clamp(42px, 6.15vw, 118px) var(--main-horizon-padding) clamp(52px, 8.75vw, 168px);
  background-image: url("../images_2026_updated/bg/smart_asist_bg_02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.smart-assist .smart-assist-platform .card-items-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  --card-gap: clamp(40px, 4.27vw, 82px);
  gap: var(--card-gap);
}
@media (max-width: 820px) {
  .smart-assist .smart-assist-platform .card-items-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.smart-assist .smart-assist-platform .card-items-wrapper .card-item {
  width: calc(33.33% - var(--card-gap) * 2 / 3);
  background-color: white;
  padding: clamp(30px, 2.08vw, 40px) clamp(24px, 2.08vw, 40px) clamp(64px, 5.42vw, 104px);
  border-radius: 14.4px 14.4px 10px 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow 0.5s ease-in-out, filter 0.5s ease-in-out, transform 0.5s ease-in-out;
  min-width: 322px;
}
.smart-assist .smart-assist-platform .card-items-wrapper .card-item .en-blue {
  color: rgba(30, 129, 206, 0.15);
  font-family: "Noto Sans", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(52px, 3.75vw, 72px);
  margin-bottom: clamp(24px, 1.67vw, 32px);
  line-height: 1;
}
.smart-assist .smart-assist-platform .card-items-wrapper .card-item .title {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 1.25vw, 32px);
  line-height: 1;
}
.smart-assist .smart-assist-platform .card-items-wrapper .card-item .sm-blue-text {
  color: #1E81CE;
  font-weight: 500;
  --sm-blue-texe-size: clamp(16px, 1.04vw, 20px);
  font-size: var(--sm-blue-texe-size);
}
@media (max-width: 768px) {
  .smart-assist .smart-assist-platform .card-items-wrapper .card-item .sm-blue-text {
    letter-spacing: calc(var(--sm-blue-texe-size) * 0.05);
  }
}
.smart-assist .smart-assist-platform .card-items-wrapper .card-item p.desc {
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: clamp(24px, 1.56vw, 30px);
  margin: clamp(20px, 1.56vw, 30px) 0;
}
.smart-assist .smart-assist-platform .card-items-wrapper .card-item ul.square-blue {
  list-style: none;
  --li-color: #333333;
  --squire-color: #1E81CE;
}
.smart-assist .smart-assist-platform .card-items-wrapper .card-item ul.square-blue li {
  position: relative;
  padding-left: clamp(24px, 1.67vw, 32px);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 400;
  line-height: clamp(30px, 1.88vw, 36px);
  /* 保留空間放自訂符號 */
  color: var(--li-color);
  text-align: start;
}
.smart-assist .smart-assist-platform .card-items-wrapper .card-item ul.square-blue li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--squire-color);
}
.smart-assist .smart-assist-platform .card-items-wrapper .card-item:hover {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(0px 6px #1E81CE);
  transform: translateY(-18px);
}
@media (max-width: 820px) {
  .smart-assist .smart-assist-platform .card-items-wrapper .card-item {
    min-width: auto;
    width: 100%;
    max-width: 322px;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 6px #1E81CE);
    transform: translateY(-18px);
  }
}
.smart-assist .expected-benefit {
  padding: clamp(42px, 6.15vw, 118px) var(--main-horizon-padding) clamp(52px, 8.75vw, 168px);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--section-margin-bottom);
}
.smart-assist .expected-benefit .cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .smart-assist .expected-benefit .cards-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper .card-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 72px;
  position: relative;
}
.smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper .card-item .numbers {
  color: #EA8818;
  font-size: clamp(56px, 3.75vw, 72px);
  font-weight: 700;
  display: flex;
  align-items: baseline;
  margin-bottom: clamp(8px, 0.63vw, 12px);
}
.smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper .card-item .numbers .sm {
  font-size: clamp(28px, 1.88vw, 36px);
}
.smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper .card-item .numbers .w-400 {
  font-weight: 400;
}
.smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper .card-item p.desc {
  color: #333333;
  font-weight: 500;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: clamp(24px, 1.56vw, 30px);
}
.smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper .card-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 80%;
  background-color: #B3B3B3;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper .card-item::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper .card-item {
    min-width: 293px;
  }
  .smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper .card-item.xl-no-border::after {
    display: none;
  }
}
.smart-assist .expected-benefit .cards-wrapper .cards-mid-wrapper.right .card-item:nth-child(2)::after {
  display: none;
}

.web-design {
  --section-margin-bottom: clamp(24px, 2.92vw, 56px);
}
.web-design .design-seo {
  display: flex;
  gap: clamp(24px, 3.33vw, 64px);
  padding-left: var(--main-horizon-padding);
  padding-right: var(--main-horizon-padding);
  padding-top: clamp(24px, 2.92vw, 56px);
  padding-bottom: clamp(24px, 2.92vw, 56px);
  background-color: white;
  position: relative;
  align-items: flex-start;
  --rwd-offset-padding: clamp(53px, 7.34vw, 141px);
}
@media (max-width: 990px) {
  .web-design .design-seo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
.web-design .design-seo .img-box {
  flex: 7.8;
  aspect-ratio: 7.8/4.89;
  z-index: 2;
}
@media (max-width: 990px) {
  .web-design .design-seo .img-box {
    width: 100%;
    max-width: 100%;
  }
}
.web-design .design-seo .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.web-design .design-seo .left {
  flex: 6;
  z-index: 2;
  --left-padding-left: clamp(24px, 4.17vw, 80px);
  padding-left: var(--left-padding-left);
}
@media (max-width: 990px) {
  .web-design .design-seo .left {
    padding-left: var(--main-horizon-padding);
    padding-right: var(--main-horizon-padding);
  }
}
.web-design .design-seo .left h2 {
  --h2-font-size: clamp(24px, 2.29vw, 44px);
  color: #333333;
  font-size: var(--h2-font-size);
  line-height: clamp(36px, 3.13vw, 60px);
  font-weight: 700;
  letter-spacing: calc(var(--h2-font-size) * 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: clamp(20px, 2.6vw, 50px);
}
@media (max-width: 480px) {
  .web-design .design-seo .left h2 {
    letter-spacing: normal;
  }
}
.web-design .design-seo .left .red-text {
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(20px, 1.46vw, 28px);
  line-height: clamp(30px, 2.19vw, 42px);
  color: #DE0012;
}
.web-design .design-seo .left p.desc {
  margin-top: clamp(18px, 1.25vw, 24px);
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  margin-bottom: clamp(28px, 2.66vw, 51px);
}
.web-design .design-seo .decoration-box {
  position: absolute;
  left: var(--left-padding-left);
  top: 87px;
  background-color: #F7F7F7;
  width: 39.5vw;
  height: 20.08vw;
  z-index: 1;
}
@media (max-width: 990px) {
  .web-design .design-seo .decoration-box {
    width: 100%;
    height: 60%;
    top: 20px;
    right: 0;
    left: 0;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  .web-design .design-seo .decoration-box {
    height: 460px;
  }
}
.web-design .design-seo .decoration-box .deco-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.web-design .design-seo .decoration-box .deco-content img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43.44vw;
  transform: translate(var(--main-horizon-padding), 21%);
}
@media (max-width: 990px) {
  .web-design .design-seo .decoration-box .deco-content img {
    transform: translate(0, 21%);
    width: 310px;
  }
}
@media (max-width: 990px) {
  .web-design .design-seo .decoration-box .deco-content img.pc {
    display: none;
  }
}
.web-design .design-seo .decoration-box .deco-content img.mobile {
  display: none;
}
@media (max-width: 990px) {
  .web-design .design-seo .decoration-box .deco-content img.mobile {
    display: block;
  }
}
.web-design .services {
  padding: clamp(32px, 4.17vw, 80px) var(--main-horizon-padding) clamp(38px, 7.08vw, 136px);
  background-image: url("../images_2026_updated/bg/bg_service.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 820px) {
  .web-design .services {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: var(--section-margin-bottom);
  }
}
.web-design .services h3 {
  width: 33.02vw;
  min-width: 320px;
  position: relative;
  text-align: end;
  margin-bottom: clamp(41px, 3.75vw, 72px);
  align-self: flex-start;
  text-transform: uppercase;
}
@media (max-width: 1536px) {
  .web-design .services h3 {
    margin: 0 auto clamp(41px, 3.75vw, 72px);
  }
}
@media (max-width: 820px) {
  .web-design .services h3 {
    min-width: auto;
    width: 100%;
    max-width: 320px;
  }
}
.web-design .services h3 .en-text {
  color: white;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(50px, 5.21vw, 100px);
  line-height: 1;
}
.web-design .services h3 .tw-text {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.web-design .services .cards-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  --card-gap: clamp(36px, 2.97vw, 57px);
  gap: var(--card-gap);
  flex-wrap: wrap;
  justify-content: center;
}
.web-design .services .cards-wrapper .card-item {
  width: calc(33.33% - var(--card-gap) * 2 / 3);
  background-color: white;
  padding: clamp(24px, 2.08vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  border-radius: 10.8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  min-width: 348px;
}
@media (max-width: 820px) {
  .web-design .services .cards-wrapper .card-item {
    width: 100%;
    min-width: auto;
    max-width: 348px;
  }
}
.web-design .services .cards-wrapper .card-item img.deco {
  position: absolute;
  width: clamp(104px, 8.13vw, 156px);
  right: clamp(30px, 2.4vw, 46px);
  top: 0;
  transform: translateY(-40%);
}
.web-design .services .cards-wrapper .card-item img.orange {
  width: clamp(40px, 3.13vw, 60px);
  z-index: 2;
}
.web-design .services .cards-wrapper .card-item p.title {
  width: 100%;
  text-align: start;
  color: #333333;
  font-weight: 700;
  font-size: clamp(20px, 1.46vw, 28px);
  margin: clamp(20px, 1.25vw, 24px) 0;
  z-index: 2;
}
.web-design .services .cards-wrapper .card-item p.desc {
  width: 100%;
  text-align: start;
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  z-index: 2;
}
.web-design .services .cards-wrapper .card-item:hover {
  background-color: #EA8818;
}
.web-design .services .cards-wrapper .card-item:hover img.deco {
  opacity: 0.5;
}
.web-design .services .cards-wrapper .card-item:hover img.orange {
  filter: invert(1) brightness(1000%) grayscale(1);
}
.web-design .services .cards-wrapper .card-item:hover p.title,
.web-design .services .cards-wrapper .card-item:hover p.desc {
  color: white;
}
.web-design .custom-web {
  width: 100%;
  background-color: white;
  padding-top: clamp(68px, 6vw, 116px);
  padding-left: calc(clamp(24px, 6.25vw, 120px) * 1);
  padding-bottom: clamp(68px, 6vw, 116px);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .web-design .custom-web {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
  }
}
.web-design .custom-web .img-wrapper {
  flex: 1;
  position: relative;
  aspect-ratio: 13.5/7.76;
}
.web-design .custom-web .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  position: relative;
}
@media (max-width: 990px) {
  .web-design .custom-web .img-wrapper::before {
    content: "";
    width: 100%;
    height: 13vw;
    position: absolute;
    display: inline-block;
    background-color: #F7F7F7;
    top: 0px;
    left: 0px;
    right: 0px;
  }
}
.web-design .custom-web .text-content {
  flex: 1;
  padding-right: var(--main-horizon-padding);
  padding-left: clamp(24px, 2.92vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  --offsetY: 4.48vw;
  margin-top: var(--offsetY);
  padding-bottom: var(--offsetY);
}
.web-design .custom-web .text-content .title-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: clamp(30px, 1.88vw, 36px);
  z-index: 2;
}
.web-design .custom-web .text-content .title-box .en-text {
  font-weight: 700;
  color: #DE0012;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 1;
  text-transform: uppercase;
}
.web-design .custom-web .text-content .title-box h3 {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
}
.web-design .custom-web .text-content .title-box .red-line {
  margin-top: 4px;
  width: 40px;
  height: 4px;
  display: inline-block;
  background-color: #DE0012;
}
.web-design .custom-web .text-content p.desc {
  margin-bottom: clamp(30px, 1.88vw, 36px);
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  z-index: 2;
}
.web-design .custom-web .text-content .industry {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
  z-index: 2;
}
.web-design .custom-web .text-content .deco-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
}
.web-design .custom-web .text-content .deco-box .deco-red {
  width: clamp(180px, 15.63vw, 300px);
}
.web-design .custom-web .text-content .deco-box .bg {
  width: 58vw;
  height: 18vw;
  background-color: #F7F7F7;
  position: relative;
}
@media (max-width: 1380px) {
  .web-design .custom-web .text-content .deco-box .bg {
    height: 24vw;
  }
}
@media (max-width: 1200px) {
  .web-design .custom-web .text-content {
    padding-left: var(--main-horizon-padding);
    padding-top: 0px;
  }
  .web-design .custom-web .text-content .deco-box {
    left: 0;
    height: 118%;
  }
  .web-design .custom-web .text-content .deco-box .bg {
    width: 100%;
    height: 100%;
  }
}
.web-design .company-benefit {
  display: flex;
  --top-offset: clamp(38px, 2.5vw, 48px);
  padding: var(--top-offset) var(--main-horizon-padding) var(--top-offset);
  gap: 32px;
  margin-top: var(--top-offset);
  overflow: visible;
  align-items: flex-end;
  position: relative;
}
.web-design .company-benefit .deco-red {
  width: clamp(96px, 9.9vw, 190px);
  position: absolute;
  left: 0;
  bottom: 100%;
}
.web-design .company-benefit::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.web-design .company-benefit .left {
  flex: 6.7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.web-design .company-benefit .left .absolute-wrapper {
  position: absolute;
  left: 0;
  bottom: calc(100% + var(--top-offset) - 6px);
  width: 100%;
}
@media (max-width: 990px) {
  .web-design .company-benefit .left .absolute-wrapper {
    left: auto;
    right: 0;
    transform: translateX(var(--main-horizon-padding));
  }
  .web-design .company-benefit .left .absolute-wrapper h3 .tw-text {
    display: none;
  }
}
.web-design .company-benefit .left h3 {
  width: 100%;
  position: relative;
  text-align: end;
  text-transform: uppercase;
}
.web-design .company-benefit .left h3 .en-text {
  color: #F7F7F7;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(50px, 5.21vw, 100px);
  line-height: 0.8;
}
.web-design .company-benefit .left h3 .tw-text {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.web-design .company-benefit .left h3.mobile {
  display: none;
}
@media (max-width: 990px) {
  .web-design .company-benefit .left h3.mobile {
    display: block;
    width: 100%;
    text-align: start;
    margin-bottom: var(--top-offset);
  }
  .web-design .company-benefit .left h3.mobile .tw-text {
    position: relative;
  }
}
.web-design .company-benefit .left ul.square-ul {
  list-style: none;
  --li-color: #333333;
  --squire-color: #DE0012;
}
.web-design .company-benefit .left ul.square-ul li {
  position: relative;
  padding-left: clamp(24px, 1.67vw, 32px);
  /* 保留空間放自訂符號 */
  color: var(--li-color);
  text-align: start;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
.web-design .company-benefit .left ul.square-ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.web-design .company-benefit .left ul.square-ul li p.subtitle {
  color: #333333;
  font-weight: 500;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1;
  margin-bottom: clamp(10px, 0.63vw, 12px);
}
.web-design .company-benefit .left ul.square-ul li p.desc {
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
}
.web-design .company-benefit .left ul.square-ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--squire-color);
}
.web-design .company-benefit .img-box {
  flex: 9.5;
  position: relative;
}
.web-design .company-benefit .img-box .img-inner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 8.15/5.22;
  transform: translateY(8%) scale(1.1);
}
@media (max-width: 990px) {
  .web-design .company-benefit .img-box .img-inner-wrapper {
    position: relative;
  }
}
.web-design .company-benefit .img-box .img-inner-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 990px) {
  .web-design .company-benefit .img-box .img-inner-wrapper img {
    max-width: 640px;
  }
}
@media (max-width: 990px) {
  .web-design .company-benefit {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
}
.web-design .web-bulid-process {
  width: 100%;
  padding-top: calc(clamp(40px, 6.77vw, 130px) / 2);
  padding-left: var(--main-horizon-padding);
  padding-right: var(--main-horizon-padding);
  padding-bottom: clamp(55px, 8.33vw, 160px);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.web-design .web-bulid-process h3.default {
  width: 100%;
  position: relative;
  text-align: end;
  margin-bottom: clamp(41px, 3.75vw, 72px);
  align-self: flex-start;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
@media (max-width: 1536px) {
  .web-design .web-bulid-process h3.default {
    margin: 0 auto clamp(41px, 3.75vw, 72px);
  }
}
@media (max-width: 820px) {
  .web-design .web-bulid-process h3.default {
    min-width: auto;
    width: 100%;
    max-width: 320px;
  }
}
.web-design .web-bulid-process h3.default .en-text {
  color: white;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(50px, 5.21vw, 100px);
  line-height: 1;
}
.web-design .web-bulid-process h3.default .tw-text {
  color: #333333;
  font-weight: 700;
  font-size: clamp(24px, 2.08vw, 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.web-design .web-bulid-process .cards-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  --card-gap: clamp(34px, 2.71vw, 52px);
  gap: var(--card-gap);
}
@media (max-width: 1910px) {
  .web-design .web-bulid-process .cards-wrapper {
    width: calc(649px + var(--card-gap));
  }
}
@media (max-width: 990px) {
  .web-design .web-bulid-process .cards-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.web-design .web-bulid-process .cards-wrapper .card-item {
  width: calc(25% - var(--card-gap) * 3 / 4);
  aspect-ratio: 1/1;
  background-color: #F7F7F7;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  min-width: 324.5px;
}
.web-design .web-bulid-process .cards-wrapper .card-item:nth-child(even) {
  transform: translateY(12%);
}
@media (max-width: 990px) {
  .web-design .web-bulid-process .cards-wrapper .card-item:nth-child(even) {
    transform: none;
  }
}
@media (max-width: 990px) {
  .web-design .web-bulid-process .cards-wrapper .card-item {
    transform: none;
    min-width: auto;
    width: 100%;
    max-width: 324.5px;
    aspect-ratio: unset;
  }
}
.web-design .web-bulid-process .cards-wrapper .card-item p.number {
  font-family: "Noto Sans", sans-serif;
  font-style: italic;
  color: #EA8818;
  font-size: clamp(60px, 4.79vw, 92px);
  font-weight: 900;
  line-height: 1;
}
.web-design .web-bulid-process .cards-wrapper .card-item p.title {
  color: #333333;
  font-weight: 700;
  font-size: clamp(20px, 1.46vw, 28px);
  margin: clamp(20px, 1.25vw, 24px) 0;
  text-align: start;
}
.web-design .web-bulid-process .cards-wrapper .card-item p.desc {
  color: #333333;
  font-weight: 400;
  font-size: clamp(16px, 0.94vw, 18px);
  text-align: start;
}/*# sourceMappingURL=service.css.map */