@import url("notosanstc.css");
:root{
  --web-purple: #896ffe;
  --web-purple-hover: #9a7fff;
}

body{
  font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
  overflow-x: hidden;
}

body {
  min-width: 350px;
}

.bw {
  background-color: #fff;
}

.tw {
  color: #ffffff;
}

.flex_a_j_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_align_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inherit {
  display: inherit;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.block {
  display: block;
}

.d-none {
  display: none;
}

.je {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.jfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w100 {
  width: 100%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w50 {
  width: 50%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3%;
}

.w80 {
  width: 80%;
}

.w20 {
  width: 20%;
}

.w85 {
  width: 85%;
}

.w15 {
  width: 15%;
}

.w60 {
  width: 60%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w25 {
  width: 25%;
}

.w49 {
  width: 49%;
}

.w55 {
  width: 55%;
}

.w88 {
  width: 88%;
}

.w12 {
  width: 12%;
}

.w90 {
  width: 90%;
}

.w10 {
  width: 10%;
}

.w95 {
  width: 95%;
}

.w5 {
  width: 5%;
}

.ls_005 {
  letter-spacing: 0.05rem;
}

.ls_075 {
  letter-spacing: 0.075rem;
}

.fb {
  font-weight: bold;
}

.cp {
  cursor: pointer;
}

.bn {
  border: 0;
}

.bni {
  border: 0 !important;
}

.btopni {
  border-top: 0 !important;
}

.bbotni {
  border-bottom: 0 !important;
}

.tj {
  text-align: justify;
}

.tc {
  text-align: center;
}

.p-re {
  position: relative;
}

.p-ab {
  position: absolute;
}

.bt-0 {
  border-top: 0;
}

.hover-tw:hover,
.hover-tw:focus {
  color: #fff;
}

.tde-ul {
  text-decoration: underline;
}

.br-05 {
  border-radius: 0.5rem;
}

.br-1 {
  border-radius: 1rem;
}

.br-125 {
  border-radius: 1.25rem;
}

.mx-auto {
  margin: 0 auto;
}

.fs-p9 {
  font-size: 0.9rem;
}

.fs-1p75 {
  font-size: 1.75rem;
}

.fs-1p75 {
  font-size: 1.75rem;
}

.alinkclear {
  color: unset;
  text-decoration: unset;
}

.alinkclear:hover {
  color: unset;
}

.mobile {
  display: none;
}

/* Header - BEGIN*/

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: contents;
  }
}

@media (max-width: 1200px) {
  header > .desktop .displayBox .right .top {
    font-size: 15px;
    letter-spacing: 1.44px;
  }
  header > .desktop .displayBox .right .top div {
    margin-left: 0.65rem;
  }
  header > .desktop .displayBox .right .bottom {
    font-size: 15px;
    letter-spacing: 1.53px;
    margin-top: 1rem;
  }
  header > .desktop .displayBox .right .bottom div {
    margin-left: 1.15rem;
  }
}

html:not([data-scroll='0']) .menu-bar {
  background-color: #fff;
}

/*架構邊框*/
.container-fluid, 
.row{
  --bs-gutter-x: 0rem; 
  padding-right:0px;
  padding-left:0px;
}

header > .desktop .menu-bar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: justify;
  transition: background-color .5s;
}

header > .desktop .displayBox {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          flex-direction: column;
}

header > .desktop .displayBox #desktopCarousel {
  width: 100%;
  height: 100%;
}

header > .desktop .displayBox #desktopCarousel .carousel-inner{
  width: 100%;
  height: 100%;
}

header > .desktop .displayBox #desktopCarousel .carousel-inner .carousel-item {
  height:100%;
  position: relative;
  overflow: hidden; /* 隱藏超出的部分 */
}

header > .desktop .displayBox #desktopCarousel .carousel-inner .carousel-item .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 確保視頻覆蓋整個容器 */
  z-index: -1; /* 確保視頻在其他內容下方 */
}

header > .desktop .displayBox .center-wrapper,
header > .desktop .displayBox .menu-bottom {
  position: absolute;
  left: 0;
  right: 0;
}

header > .desktop .displayBox .center-wrapper {
  top: 50%;
  transform: translateY(-50%);
}

header > .desktop .displayBox .menu-bottom {
  bottom: 0;
}

header > .desktop .menu-bar .left .logo {
  letter-spacing: 2.4px;
  margin-left: 3rem;
  margin-right: 3rem;
}

header > .desktop .menu-bar .left .logo img {
  width: 143px;
  height: 35px;
}

header > .desktop .menu-bar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
  color: #53526b;
}

header > .desktop .menu-bar .right .cp{
  width: 71px;
  height: 24px;
  margin-left: 1.8rem;
  margin-right:2rem;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.53px;
}

header > .desktop .displayBox .right .top > div {
  margin-left: 1.5rem;
}

header > .desktop .displayBox .center-wrapper {
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header > .desktop .displayBox .menu-title .top{
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 5.75px;
  color: #000;
}

header > .desktop .displayBox .menu-title .bottom{
  margin-left: 294px;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.3px;
  color: #000;
}

header > .desktop .displayBox .menu-bottom {
  width:100%;
  height: 101px;
  display: flex;
  justify-content: flex-end;
}

header > .desktop .displayBox .menu-bottom .prev-button{
  height: 100%;
  width: 104px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

header > .desktop .displayBox .menu-bottom .next-button{
  height: 100%;
  width: 224px;
  background-color: var(--web-purple);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

header > .desktop .displayBox .menu-bottom .next-button .next{
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 20px;
  color: #fff;
}

header > .desktop .displayBox .menu-bottom .bottom-title{
  height: 100%;
  width: 388px;
  background-color: #fff;
  opacity: 0.75;
  display: flex;
  justify-content: center;
  align-items: center;
}

header > .desktop .displayBox .menu-bottom .bottom-title .title{
  padding-left: 50px;
  font-family: NotoSansCJKtc;
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 50px;
  color: #34315e;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

  /*20230829*/
  header > .desktop .displayBox .desktopCarousel-bar{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }

  /*卡片高度*/
  header > .desktop .displayBox .desktopCarousel-bar .row .col .d-flex{
    height: 200px;
    cursor: pointer;
  }

  header > .desktop .displayBox .desktopCarousel-bar .row .col .d-flex .icon{
    width:100%;
    transition: opacity 0.3s ease-out, width 0.3s ease-in-out 0.2s;
  }

  header > .desktop .displayBox .desktopCarousel-bar .row .col .d-flex .icon img {
    width: 100%;
    height: auto;
  }

  /*卡片字寬*/
  header > .desktop .displayBox .desktopCarousel-bar .row .col .text{
    min-width: 150px;
  }

  /*卡片字->標題*/
  header > .desktop .displayBox .desktopCarousel-bar .row .col .small-title{
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.07px;
    text-indent: 3.07px;
    color: #2f2f50;
  }

  /*卡片字->清單*/
  header > .desktop .displayBox .desktopCarousel-bar .row .col .v-list{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 1.92px;
    color: #2f2f50;
    white-space: nowrap;
  }

  /*動畫特效*/
  header > .desktop .displayBox .desktopCarousel-bar .row .col.hover-col {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

/*mobile*/
header > .mobile .displayBox {
  height: 720px;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          flex-direction: column;
}


header > .mobile .menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: justify;
  transition: background-color .5s left 0.3s;
  
}

/* 左側開啟動畫 - BEGIN */

header > .mobile .hideMenu {
  position: fixed;
  top: 0;
  left: -250px;
  width:250px;
  height:100%;
  padding-top: 100px;
  transition: left 0.3s;
  background-color: #24254e;
  z-index: 50;
}


header > .mobile .hideMenu .cp{
  color: #fff;
  width:100%;
  height:35px;
  font-size: 20px;
  letter-spacing: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  transition: border 0.2s;
}

header > .mobile .hideMenu .cp:hover{
  border: 1px solid #ccc;
}

header > .mobile .hideMenu .cp a{
  margin-right: -20px;
}

header > .desktop .menu-bar .right a,
header > .mobile .hideMenu .cp a,
.footer .footerContent .row .col a{
  color: inherit;
  text-decoration: none;
}

.menu-open .mobile .hideMenu {
  left: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 10;
}

.menu-open .overlay {
  opacity: 1;
  visibility: visible;
}

header > .mobile .menu-bar {
  left: 0; /* 預設位置 */
  transition: left 0.3s; /* 添加過渡效果 */
}

.menu-open header > .mobile .menu-bar {
  left: 250px; /* 點選burger時的位置 */
  background-color: #fff;
}
/* 左側開啟動畫 - END */

header > .mobile .menu-bar .right .logo img {
  width: 143px;
  height: 35px;
  object-fit: contain;
}

header > .mobile .menu-bar .left .burger{
  margin-left: 26px;
  margin-right: 26px;
  cursor: pointer;
  position: relative;
}

header > .mobile .menu-bar .left .burger .Rectangle {
  width: 17px;
  height: 3px;
  margin: 5px 0 0;
  background-color: #232a6d;
}

.menu-open header > .mobile .menu-bar .left .burger .Rectangle {
  opacity:0;
}

header > .mobile .menu-bar .left .burger::after{
  content: '';
  position: absolute;
  left:-10px;
  top:-3px;
  background-image: url('../images/xmark.svg');
  opacity: 0;
  height:30px;
  width:30px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.3s,transform 0.3s;
}

.menu-open header > .mobile .menu-bar .left .burger::after{
  opacity: 1;
  transform: rotate(180deg);
}

header > .mobile .displayBox #desktopCarousel_mini {
  width: 100%;
  height: 100%;
}

header > .mobile .displayBox #desktopCarousel_mini .carousel-inner{
  width: 100%;
  height: 100%;
}

header > .mobile .displayBox #desktopCarousel_mini .carousel-inner .carousel-item {
  height:100%;
  position: relative;
  overflow: hidden; /* 隱藏超出的部分 */
}

header > .mobile .displayBox #desktopCarousel_mini .carousel-inner .carousel-item .video-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 確保視頻覆蓋整個容器 */
  z-index: -1;
}

header > .mobile .displayBox .center-wrapper,
header > .mobile .displayBox .menu-bottom {
  position: absolute;
  left: 0;
  right: 0;
}

header > .mobile .displayBox .center-wrapper{
  bottom:500px;
}

header > .mobile .displayBox .center-wrapper {
  top: 45%;
  transform: translateY(-50%);
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header > .mobile .displayBox .center-wrapper .menu-title .top{
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.83px;
  color: #000;
}

header > .mobile .displayBox .center-wrapper .menu-title .bottom{
  margin-left: 154px;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.3px;
  color: #000;
}

header > .mobile .displayBox .menu-bottom {
  bottom:0px;
  width:100%;
  height: 55px;
  display: flex;
  justify-content: flex-end;
}

header > .mobile .displayBox .menu-bottom .prev-button{
  background-color: #fff;
  width:10%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

header > .mobile .displayBox .menu-bottom .prev-button img{
  width:10px;
}

header > .mobile .displayBox .menu-bottom .next-button{
  height: 100%;
  width:30%;
  background-color: var(--web-purple);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

header > .mobile .displayBox .menu-bottom .next-button .next{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 10px;
  margin-right:15px;
  color: #fff;
}

header > .mobile .displayBox .menu-bottom .next-button img{
  width:10px;
}

header > .mobile .displayBox .menu-bottom .bottom-title{
  height: 100%;
  width: 60%;
  background-color: #fff;
  opacity: 0.75;
  display: flex;
  justify-content: center;
  align-items: center;
}

header > .mobile .displayBox .menu-bottom .bottom-title .title{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 17.78px;
  color: #34315e;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

  /*mobile-desktopCarousel-bar*/
  .mobile-desktopCarousel-bar{
    position: absolute;
    bottom:55px;
    left:0;
    right:0;
  }
  .mobile-desktopCarousel-bar #mobile-desktopCarousel .carousel-inner .carousel-item{
    padding-top: 35px;
    height:261px;
  }

  .mobile-desktopCarousel-bar #mobile-desktopCarousel .carousel-inner .carousel-item .icon img{
    width:140px;
    height:140px;
  }

  /*卡片字->標題*/
  .mobile-desktopCarousel-bar #mobile-desktopCarousel .carousel-inner .carousel-item .small-title{
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.3px;
    color: #2f2f50;
  }

  /*卡片字->清單*/
  .mobile-desktopCarousel-bar #mobile-desktopCarousel .carousel-inner .carousel-item .v-list{
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 1.44px;
    color: #2f2f50;
  }

  .mobile-desktopCarousel-bar #mobile-desktopCarousel .carousel-indicators {
    margin-bottom:6px;
  }

  .mobile-desktopCarousel-bar #mobile-desktopCarousel .carousel-indicators .active {
    background-color: var(--web-purple);
  }

  @media (max-width: 1200px) {
    header > .desktop .displayBox .desktopCarousel-bar .row .col .d-flex .icon{
      width:0%;
      opacity:0;
    }

  }
/* HEADER - END */

/* boxTwo - BEGIN */
.boxTwo .boxTwoContent .solve-card{
  background-color: #e7ebf5;
  /*padding-left:54px;*/
}

.boxTwo .boxTwoContent .solve-card .col{
  position: relative;
  height:240px;
  transition: background-color 0.5s;
  cursor:pointer;
}

.boxTwo .boxTwoContent .solve-card .col:hover{
  background-color: rgba(255, 255, 255, 0.67);
}

.boxTwo .boxTwoContent .solve-card .title{
  background-color:#e7ebf5;
  opacity: 0.3;
}

.boxTwo .boxTwoContent .solve-card .icon{
  margin-right:30px;
  width: 104px;
  height: 104px;
  background-color: #fff;
  box-shadow: 12px 12px rgba(199, 207, 227, 0.26);
}

.boxTwo .boxTwoContent .solve-card .icon-prompt{
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.11px;
  color: #000;
}

.boxTwo .boxTwoContent .solve-card-title{
  position: relative;
  background-color: rgba(231, 235, 245, 0.3);
  height:480px;
  overflow: hidden;
}

.boxTwo .boxTwoContent .solve-card-title .title,
.boxTwo .boxTwoContent .service-card-title .title{
  font-size: 31px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.97px;
  color: #000;
  position: relative;
  z-index: 2;
}

.boxTwo .boxTwoContent .solve-card-title .text,
.boxTwo .boxTwoContent .service-card-title .text{
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 20px;
  color: #000;
  position: relative;
  z-index: 2;
}

.boxTwo .boxTwoContent .solve-card-title .background-img{
  position: absolute;
  background-image: url("../images/bg-oval.svg");
  background-repeat: no-repeat;
  height: 337px;
  width: 268px;
  top:66px;
  right:0px;
  z-index: 1;
}

/* 茅點位差 */
#section_boxTwo {
  margin-top: -67px;
  padding-top: 67px;
}

@media (max-width: 768px) {
  .boxTwo .boxTwoContent .solve-card{
    /*padding-left: 46px;*/
    width:100%;
  }

  .boxTwo .boxTwoContent .solve-card-title{
    height:235px;
  }

  .boxTwo .boxTwoContent .solve-card-title .background-img{
    right:-20%;
  }

  .boxTwo .boxTwoContent .solve-card .icon{
    transform: translateX(15px);
    width: 90px;
    height: 90px;
  }
  .boxTwo .boxTwoContent .solve-card .icon img{
    width:85px;
    height:85px;
  }

  .boxTwo .boxTwoContent .solve-card .icon-prompt{
    margin-top:18px;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.2px;
  }  
}

@media (min-width: 768px) {
  .boxTwo .boxTwoContent .solve-card .col::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    background-image: url('../images/arrow-right-gray.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s, right 0.3s;
  }
  
  .boxTwo .boxTwoContent .solve-card .col:hover::after {
    right: 20px;
    opacity: 1;
  }
}

@media (max-width: 1374px) {
  .boxTwo .boxTwoContent .solve-card {
    width: 100%;
  }
  .boxThree .boxThreeContent .service-card {
    width: 100%;
  }
  .boxTwo .boxTwoContent .solve-card-title {
    width: 100%;
  }
  .boxThree .boxThreeContent .service-card-title {
    width: 100%;
  }
}

@media (min-width: 1374px) {
  .boxTwo .boxTwoContent .solve-card {
      width: 66.66%;
  }
  .boxThree .boxThreeContent .service-card {
      width: 66.66%;
  }
  .boxTwo .boxTwoContent .solve-card-title {
      width: 33.33%;
  }
  .boxThree .boxThreeContent .service-card-title {
    width: 33.33%;
  }
}

/* boxTwo - END */
/* boxThree - BEGIN */

.boxThree .boxThreeContent .service-card-title{
  position: relative;
  background-color: #4500b3;
  height:480px;
  position: relative; 
  z-index: 2;
  overflow: hidden;
}

.boxThree .boxThreeContent .service-card-title .title{
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 2.97px;
}

.boxThree .boxThreeContent .service-card-title .text{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 20px;
}

.boxThree .boxThreeContent .service-card-title .title,
.boxThree .boxThreeContent .service-card-title .text{
  color:#fff;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  position: relative;
  z-index: 2;
}

.boxThree .boxThreeContent .service-card-title .background-img{
  position: absolute;
  width: 480px;
  height:414px;
  bottom: 0px;
  left: 0px;
  background-image: url("../images/bg-service-1@3x.png");
  background-size: 462px;
  background-position: 0px 20px;
  background-repeat: no-repeat;
}

.boxThree .boxThreeContent .service-card .service-card-child {
  height:480px;
  position: relative;
  overflow: hidden;
}

.boxThree .boxThreeContent .service-card .enterprise-card{
  background-color: #c8defb;
}

.boxThree .boxThreeContent .service-card .cloud-card{
  background-color: #46d7f9;
}

.boxThree .boxThreeContent .service-card .service-card-child .card-title{
  padding-left: 24px;
  position: absolute;
  right: 0px;
  top: 88px;
  height:68px;
  width: 90%;
  background-color: #fff;
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.11px;
  color: #000;
}

.boxThree .boxThreeContent .service-card .service-card-child .background-img{
  position: absolute;
  width: 100%;
  height:186px;
}


.boxThree .boxThreeContent .service-card .service-card-child.enterprise-card .background-img.pic1{
  left:0px;
  bottom: 0px;
  background-image: url("../images/bg-service-2.svg");
  background-size: 427px;
  background-position: 50px 20px;
  background-repeat: no-repeat;
}

.boxThree .boxThreeContent .service-card .service-card-child.enterprise-card .background-img.pic2{
  left: 80px;
  bottom: 0px;
  background-image: url("../images/bg-service-3.svg");
  background-size: 242px;
  background-position: 120px 00px;
  background-repeat: no-repeat;
}

.boxThree .boxThreeContent .service-card .service-card-child.cloud-card .background-img{
  right:0px;
  bottom: 0px;
  background-image: url("../images/bg-service-4.svg");
  background-size: 1267px;
  background-position: -450px 0px;
  background-repeat: no-repeat;
}

.boxThree .boxThreeContent .service-card .enterprise-card .text,
.boxThree .boxThreeContent .service-card .cloud-card .text{
  margin-left: 65px;
  width:311px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: -0.12px;
  color: #000;

}

/* 茅點位差 */
#section_boxThree {
  margin-top: -67px;
  padding-top: 67px;
}

@media (max-width: 768px) {
  .boxThree .boxThreeContent .service-card .service-card-child .card-title{
    font-size: 20px;
    top: 47px;
  }

  .boxThree .boxThreeContent .service-card-title{
    height:324px;
  }

  .boxThree .boxThreeContent .service-card-title .title{
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2.68px;
  }

  .boxThree .boxThreeContent .service-card-title .background-img{
    background-position: 0px 150px;
    background-repeat: no-repeat;
  }

  .boxThree .boxThreeContent .service-card .service-card-child {
    height:307px;
  }

  .boxThree .boxThreeContent .service-card .service-card-child.enterprise-card{
    height:468px;
  }

  .boxThree .boxThreeContent .service-card .enterprise-card .text{
    margin-top: -60px;
  }
  
  .boxThree .boxThreeContent .service-card .service-card-child.cloud-card .background-img{
    right:0px;
    bottom: 0px;
    background-image: url("../images/bg-service-4.svg");
    background-size: 1000px;
    background-position: -250px 80px;
    background-repeat: no-repeat;
  }
}

/* boxThree - END */
/* boxFour - BEGIN */

.content .boxFour .boxFourContent .title{
  margin-top: 107px;;
}

.content .boxFour .boxFourContent{
  position: relative;
}

.content .boxFour .boxFourContent .left-box{
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #f1f4fc;
  width:117px;
  height:270px;
}

.content .boxFour .boxFourContent .right-box{
  position: absolute;
  background-image: url("../images/group-22.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 3%;
  bottom: -10%;
  width:595px;
  height:315px;
  z-index: 1;
}

.content .boxFour .boxFourContent .title .title-ch{
  width: 240px;
  height: 46px;
  margin: 2px 107px 9px 10%;
  font-size: 31px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.97px;
  color: #000;
  position: relative;
  z-index: 2;
}

.content .boxFour .boxFourContent .title .title-en{
  width: 300px;
  height: 22px;
  margin: 9px 300px 66px 10%;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 20px;
  color: #000;
  position: relative;
  z-index: 2;
}

.content .boxFour .boxFourContent .tech-card{
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  color:#fff;
  margin-bottom: 187px;
  z-index: 2;
}

.boxFour .boxFourContent .tech-card .tech-card-child{
  min-width:320px;
  height:140px;
  background-color: #5032bd;
  position: relative;
  cursor:pointer;
  overflow: hidden;
  transition: background-color 0.5s;
}

.boxFour .boxFourContent .tech-card .tech-card-child .icon-prompt{
  position: absolute;
  left:7%;
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: -0.17px;
  color: #fff;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon{
  position: absolute;
  right:7%;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon-left{
  position: absolute;
  left:-100px;
  opacity: 0;
  transition:  all 0.5s;
}

.boxFour .boxFourContent .tech-card .tech-card-child .arrow-icon{
  position: absolute;
  top:45px;
  left:100%;
  opacity: 0;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon-left object{
  height:150%;
  width:150%;
}

.boxFour .boxFourContent .tech-card .tech-card-child .arrow-icon object{
  height:45px;
  width:45px;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.icon-01{
  background-image: url("../images/icon-tech-1.svg");
  width: 54px;
  height: 54px;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.icon-02{
  background-image: url("../images/icon-tech-2.svg");
  width: 65px;
  height: 56px;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.icon-03{
  background-image: url("../images/icon-tech-3.svg");
  width: 60px;
  height: 67px;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.icon-04{
  background-image: url("../images/icon-tech-4.svg");
  width: 59px;
  height: 61px;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.icon-05{
  background-image: url("../images/icon-tech-5.svg");
  width: 54px;
  height: 54px;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.icon-06{
  background-image: url("../images/icon-tech-6.svg");
  width: 60px;
  height: 60px;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.icon-07{
  background-image: url("../images/icon-tech-7.svg");
  width: 60px;
  height: 60px;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.icon-08{
  background-image: url("../images/icon-tech-8.svg");
  width: 65px;
  height: 51px;
}

/*滑入特效*/
.boxFour .boxFourContent .tech-card .tech-card-child.color01.active {
  background-color: #1b80f9;
}
.boxFour .boxFourContent .tech-card .tech-card-child.color02.active {
  background-color: #e76be1;
}
.boxFour .boxFourContent .tech-card .tech-card-child.color03.active {
  background-color: #87c920;
}
.boxFour .boxFourContent .tech-card .tech-card-child.color04.active {
  background-color: #1ba7d9;
}
.boxFour .boxFourContent .tech-card .tech-card-child.color05.active {
  background-color: #e49f47;
}
.boxFour .boxFourContent .tech-card .tech-card-child.color06.active {
  background-color: #6dd49c;
}
.boxFour .boxFourContent .tech-card .tech-card-child.color07.active {
  background-color: #b5a3ff;
}
.boxFour .boxFourContent .tech-card .tech-card-child.color08.active {
  background-color: #eff261;
}


.boxFour .boxFourContent .tech-card .tech-card-child .icon-prompt,
.boxFour .boxFourContent .tech-card .tech-card-child .content-text,
.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon,
.boxFour .boxFourContent .tech-card .tech-card-child .arrow-icon {
  transition: all 0.5s;
}

.boxFour .boxFourContent .tech-card .tech-card-child .icon-prompt.hide,
.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.hide-right {
  opacity: 0;
}

.boxFour .boxFourContent .tech-card .tech-card-child .content-text {
  position: absolute;
  left:23%;
  width:57%;
  transition: opacity 0.5s, transform 0.5s;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: -0.12px;
  color: #fff;
}

.boxFour .boxFourContent .tech-card .tech-card-child .content-text.show {
  opacity: 1;
  transform: translateY(0px);
}

.boxFour .boxFourContent .tech-card .tech-card-child .content-text.hide {
  opacity: 0;
  transform: translateY(10px);
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon.hide {
  opacity: 0;
}

.boxFour .boxFourContent .tech-card .tech-card-child .tech-icon-left.show {
  opacity: 1;
  left:-30px;
}

.boxFour .boxFourContent .tech-card .tech-card-child .arrow-icon.show {
  opacity: 1;
  left:85%;
}

/* 茅點位差 */
#section_boxFour {
  margin-top: -67px;
  padding-top: 67px;
}

@media (max-width: 768px) {
  .content .boxFour .boxFourContent .title{
    margin-bottom: 39px;
  }

  .content .boxFour .boxFourContent .tech-card {
    margin-bottom: 72px;
  }

  .content .boxFour .boxFourContent .right-box{
    right: 0px;
    bottom: -3%;
    width: 216px;
    height: 115px;
  }

  .boxFour .boxFourContent .tech-card .tech-card-child{
    height: 118px;
  }

  .boxFour .boxFourContent .tech-card .tech-card-child .icon-prompt{
    font-size: 18px;
    font-weight: 900;
    line-height: 1.56;
    letter-spacing: -0.14px;
  }

  .boxFour .boxFourContent .tech-card .tech-card-child .arrow-icon{
    top:35px;
  }
}

/* boxFour - END */
/* boxFive - BEGIN */

.boxFive .boxFiveContent {
  background-color: #e7ebf5;
  position: relative;

  /*視差背景使用*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 110% 0px;
  background-size: 1285px 1481px;
  /*視差背景使用*/
}

.boxFive .boxFiveContent .title{
  padding-top:142px;
  width:100%;
  text-align: center;
  font-size: 31px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.97px;
  color: #000;
  position: relative;
}

.boxFive .boxFiveContent.background-img{
  background-image: url("../images/bg-case.svg");
}

.boxFive .boxFiveContent .list{
  margin-top:73px;
  padding-left:40%;
  padding-bottom:235px;
  width:100%;
  z-index:2; 
  gap:55px;
}

.boxFive .boxFiveContent .list .list-child{
  display: flex;
}

.boxFive .boxFiveContent .list .list-child .prompt{
  cursor: pointer;
  align-items: center;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.11px;
  color: #000;
  transition: color 0.3s;
  position: relative;
}

.boxFive .boxFiveContent .list .list-child .prompt span{
  position: relative;
  z-index:3;
}

.boxFive .boxFiveContent .list .list-child .prompt .point{
  position: absolute;
  left: -40px;
  top: 7px;
  right:0;
  bottom:0;
  width: 21.2px;
  height: 21.2px;
  margin-right:15px;
  background-color: #292242;
  transition: all 0.5s;
  z-index:2; 
}

.boxFive .boxFiveContent .list .list-child .prompt .point::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right:-12px;
  top: calc(50% + 12px);
  opacity: 0;
  background-color: var(--web-purple);
  transition: all 0.3s;
  z-index:1; 
}

.boxFive .boxFiveContent .list .list-child .prompt .point::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right:0px;
  top: calc(50% + 10px);
  opacity: 0;
  background-color: #292242;
  transition: all 0.3s;
  z-index:1; 
}

.boxFive .boxFiveContent .list .list-child .prompt:hover {
  color: #fff; /* 懸停時文本變為白色 */
}

.boxFive .boxFiveContent .list .list-child .prompt:hover .point {
  top: -12px;
  height: 60px;
}

.boxFive .boxFiveContent .list .list-child .prompt:hover .point.point-01 {
  width:480px;
}

.boxFive .boxFiveContent .list .list-child .prompt:hover .point.point-02 {
  width:410px;
}

.boxFive .boxFiveContent .list .list-child .prompt:hover .point.point-03 {
  width:360px;
}

.boxFive .boxFiveContent .list .list-child .prompt:hover .point::before,
.boxFive .boxFiveContent .list .list-child .prompt:hover .point::after{
  transition-delay: 0.3s;
  opacity: 1;
}


.v-Line {
  position: absolute;
  width: 1.5px;
  height: 60px;
  top:80%;
  left:49%;
  border: solid 1px #24254e;
  background-color: #24254e;
}

/* 茅點位差 */
#section_boxFive {
  margin-top: -67px;
  padding-top: 67px;
}

@media (max-width: 768px) {
  .boxFive .boxFiveContent {
    /*視差背景使用*/
    background-position: -50px 250px;
    background-size: 800px 850px;
    /*視差背景使用*/
  }
  .boxFive .boxFiveContent .title{
    padding-top:90px;
    font-size: 28px;
    width:287px;
    text-align: left;
    line-height: 2;
    letter-spacing: 2.68px;
    margin-left: 25%;
  }
  .boxFive .boxFiveContent .list{
    padding-left: 20%;
    padding-right: 12px;
    font-size: 18px;
  }
  .boxFive .boxFiveContent .list .list-child .prompt .point{
    width: 18.2px;
    height: 18.2px;
  }
}

@media (max-width: 576px) {
  .boxFive .boxFiveContent .list .list-child .prompt{
    max-width:320px;
  }

  .boxFive .boxFiveContent .list .list-child .prompt:hover .point.point-01 {
    width:380px;
    height:80px;
    top: -5px;
  }
  
  .boxFive .boxFiveContent .list .list-child .prompt:hover .point.point-02 {
    width:380px;
    height:80px;
    top: -5px;
  }
  
  .boxFive .boxFiveContent .list .list-child .prompt:hover .point.point-03 {
    width:360px;
  }
}
/* boxFive - END */
/* boxSix - BEGIN */

.boxSix .boxSixContent .row .col.title-div{
  position: relative;
  overflow: hidden;
  height:682px;
  /*視差背景使用*/
  background-repeat:repeat;
  background-attachment: fixed;
  background-position: left left;
  background-size: 1173px 945px;
  /*視差背景使用*/
}

.boxSix .boxSixContent .row .title-div{
  background-color: var(--web-purple);
  
}


.boxSix .boxSixContent .row .col .title{
  margin-left:150px;
  margin-top:318px;
}

.boxSix .boxSixContent .row .col .title-ch{
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2.68px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #fff;  
  position: relative;
  z-index:1;
  margin-bottom: 15px;
}

.boxSix .boxSixContent .row .col .title-en{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #fff;  
  position: relative;
  z-index:1;
}


.boxSix .boxSixContent .row .col.title-div.background-img{
  background-image: url("../images/bg-contact@2x.png");
}

.boxSix .boxSixContent .row .forms{
  background-color: #c8caff;
  position: relative;
  padding-top: 126px;
  padding-left: 7%;
  padding-right: 5%;
}

.boxSix .boxSixContent .row .forms .row{
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}

.boxSix .boxSixContent .row .forms .row .prompt{
  padding-right:2%;
  white-space:nowrap;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 17.78px;
  color: #24254e;
  user-select: none;
}

.boxSix .boxSixContent .row .forms .row .prompt.textarea{
  margin-top:5px;
}

.boxSix .boxSixContent .row .forms input{
  width: 75%;
  height:42px;
  border: none;
}

.boxSix .boxSixContent .row .forms .form-control{
  border: none;
  width:75%;
  height:96px;
  border-radius: 0%;
  resize: none;
}

.boxSix .boxSixContent .row .forms .btn{
  width:75%;
  margin-top:60px;
  height:60px;
  background-color: var(--web-purple);
  position: relative;
  z-index: 1;
  border-radius: 0%;  
  transition: background-color 0.4s;
}

.boxSix .boxSixContent .row .forms .btn:hover {
  background-color: var(--web-purple-hover);
}

.boxSix .boxSixContent .row .forms .btn span{
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 17.78px;
  color: #fff;
}

.boxSix .boxSixContent .row .forms .btn span.adjusted{
  margin-right: -17.78px;
}

.boxSix .boxSixContent .row .forms .backBox{
  position: absolute;
  width:55%;
  height:344px;
  background-color: #96b2ff;
  top:22%;
  right:10%;
  z-index: 0;
}

/* 茅點位差 */
#section_boxSix {
  margin-top: -67px;
  padding-top: 67px;
}

@media (max-width: 992px) {
  .boxSix .boxSixContent .row .col.title-div{
    width:100%;
    height:324px;
  }
  .boxSix .boxSixContent .row .col .title{
    margin-left:36px;
    margin-top:125px;
  }
  
  .boxSix .boxSixContent .row .col.title-div{
    /*視差背景使用*/
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 660px 520px;
    background-position: center center;
    /*視差背景使用*/
  }

  .boxSix .boxSixContent .row .forms{
    padding-top:68px;
  }

  .boxSix .boxSixContent .row .forms .row .prompt{
    padding-right:15px;
    font-size: 15px;
    letter-spacing: 10px;
  }

  .boxSix .boxSixContent .row .forms .row .prompt.adjusted{
    margin-right: -10px;
  }

  .boxSix .boxSixContent .row .forms input{
    width:90%;
  }

  .boxSix .boxSixContent .row .forms .form-control{
    width:90%;
  }

  .boxSix .boxSixContent .row .forms .prompt.buttonSend{
    display:none;
  }

  .boxSix .boxSixContent .row .forms .btn{
    width:100%;
  }

  .boxSix .boxSixContent .row .forms{
    width:100%;
  }
  .boxSix .boxSixContent .row .forms .backBox{
    top:90px;
    right:0;
    width:70%;
  }
}

/* boxSix - END */
/* boxSeven - BEGIN */

.boxSeven .boxSevenContent{
  position: relative;
}

.boxSeven .boxSevenContent .joinUs{
  background-color: #24254e;
}

.boxSeven .boxSevenContent .joinUs .title{
  margin-top: 95px;
  margin-bottom: 27px;
  font-size: 31px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: -1.24px;
  color: #fff;
  position: relative;
  transition: font-size 0.4s;
  z-index: 2;
}

.boxSeven .boxSevenContent .joinUs .buttonJoinUs {
  max-width:360px;
  width:60%;
  height: 60px;
  padding: 10px;
  margin-bottom: 119px;
  background-color: var(--web-purple);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: background-color 0.4s, font-size 0.4s;
  white-space: nowrap;
}

/*偽元素*/
.boxSeven .boxSevenContent .joinUs .buttonJoinUs::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: var(--web-purple);
  z-index: 1;
  transition: background-color 0.4s;
}

.boxSeven .boxSevenContent .joinUs .buttonJoinUs:hover {
  background-color: var(--web-purple-hover);
}

/*偽元素*/
.boxSeven .boxSevenContent .joinUs .buttonJoinUs:hover::after {
  background-color: var(--web-purple-hover);
}

.boxSeven .boxSevenContent .joinUs .buttonJoinUs.adjusted{
  margin-right: -20px;
}

.boxSeven .boxSevenContent .joinUs .buttonJoinUs .boxSmall{
  width: 30px;
  height:30px;
  position: absolute;
  right:-10px;
  bottom:-10px;
  background-color: #6ffecf;
}

@media (max-width: 768px) {
  .boxSeven .boxSevenContent .joinUs .title{
    font-size: 28px;
    line-height: 2.07;
    letter-spacing: -1.12px;
  }

  .boxSeven .boxSevenContent .joinUs .buttonJoinUs {
    font-size: 16px;
    letter-spacing: 17.78px;
  }

  .boxSeven .boxSevenContent .joinUs .buttonJoinUs.adjusted{
    margin-right: -17.78px;
  }
}

/* boxSeven - END */
/* footer - BEGIN */

.footer {
  z-index: 9;
  background-color: #24254e;
  position: relative;
  padding-bottom: 29px;
}

.footer .footerContent .underLine {
  margin-left:10%;
  margin-right:7%;
  margin-bottom:29px;
  width: 80%;
  transform: translateY(-50%);
  height: 2px;
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.footer .footerContent{
  color:#fff;
}
.footer .footerContent .copyright{
  margin-left:20%;
  /*font-family: Inter;*/
  font-size: 14px;
  /*font-weight: 600;*/
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.19px;
}

.footer .footerContent .linkBox{
  text-align: right;
  margin-right:20%;
  /*font-family: TradeGothic;*/
  font-size: 14px;
  font-weight:100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.19px;
  gap:25px;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .footer .footerContent .underLine {
    display: none;
  }
  .footer .footerContent .linkBox{
    text-align: left;
    flex-direction: column;
    padding-left:40%;
    font-size: 12px;
  }
  .footer .footerContent .linkBox .link{
    width:100%;
  }
}

header .menu-bar {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7))
}
/* footer - END */