@charset "UTF-8";
@font-face {
  font-family: "DFHeiStd-W7";
  src: url("../font/DFHeiStd-W7.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DFHeiStd-W9";
  src: url("../font/DFHeiStd-W9.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  font-family: "DFHeiStd-W7";
}
* .W9 {
  font-family: "DFHeiStd-W9";
}

html {
  font-size: 16px; /*根尺寸*/
}
@media (min-width: 1800px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 10px;
  }
}

h3 {
  font-family: "DFHeiStd-W9";
}

.overlay {
  display: none;
  position: absolute;
  top: 0vw;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000; /* 保證圖片位於最上層，可以根據需求調整 */
  pointer-events: none; /* 這樣可以讓用戶互動不會被圖片阻擋 */
}
.overlay img {
  width: 100%;
  height: auto;
  opacity: 0.2; /* 背景參考圖片設置透明度 */
  -o-object-fit: cover;
     object-fit: cover; /* 保持圖片比例並覆蓋整個視口 */
  margin-top: 0;
}

section.cs_midware-4 .box-mid4 {
  height: auto;
  display: flex;
  align-items: start;
}
section.cs_midware-4 .box-mid4 .right {
  height: 50vw;
  flex: 0 0 62%;
  display: flex;
  align-items: center;
}
section.cs_midware-4 .box-mid4 .right .box-text {
  font-family: "DFHeiStd-W9";
  width: 80%;
  margin-right: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.cs_midware-4 .box-mid4 .right .box-text h1 {
  font-size: 3.75vw;
  letter-spacing: 0.625vw;
  color: rgb(255, 113, 0);
  font-weight: bold;
  position: relative;
  top: 6vw;
}
section.cs_midware-4 .box-mid4 .right .box-text p {
  font-size: 1.5625vw;
  color: rgb(255, 113, 0);
  font-weight: bold;
  position: relative;
  top: 6vw;
}
section.cs_midware-4 .box-mid4 .right .box-text div {
  margin: 0 0 0 2vw;
  line-height: 3.375vw;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 8.8vw;
}
section.cs_midware-4 .box-mid4 .right .box-text div.p1 {
  display: block;
}
section.cs_midware-4 .box-mid4 .right .box-text div.p1_m {
  display: none;
}
section.cs_midware-4 .box-mid4 .left {
  flex: 0 0 38%;
}
section.cs_midware-4 .box-mid4 .left img.m {
  display: none;
}
section.cs_midware-4 .box-mid4 .left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  section.cs_midware-4 .box-mid4 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  section.cs_midware-4 .box-mid4 .right {
    width: 100%;
    height: 100%;
    flex: initial;
    display: flex;
    align-items: center;
    padding-bottom: 10vw;
  }
  section.cs_midware-4 .box-mid4 .right .box-text {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  section.cs_midware-4 .box-mid4 .right .box-text h1 {
    font-size: 7.4vw;
    top: 0;
  }
  section.cs_midware-4 .box-mid4 .right .box-text p {
    font-size: 3.5vw;
    top: 0;
  }
  section.cs_midware-4 .box-mid4 .right .box-text div {
    margin: 0;
    width: 86%;
    line-height: 7.5vw;
    font-size: 4.5vw;
    position: relative;
    top: 7vw;
  }
  section.cs_midware-4 .box-mid4 .right .box-text div.p1 {
    display: none;
  }
  section.cs_midware-4 .box-mid4 .right .box-text div.p1_m {
    display: block;
  }
  section.cs_midware-4 .box-mid4 .left {
    flex: initial;
  }
  section.cs_midware-4 .box-mid4 .left img {
    display: none;
  }
  section.cs_midware-4 .box-mid4 .left img.m {
    display: block;
    width: 100%;
    position: static;
  }
}

section.cs_workflow {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4vw;
  margin-bottom: 9vw;
}
section.cs_workflow .d {
  display: block;
}
section.cs_workflow .m {
  display: none;
}
section.cs_workflow img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 66%;
}
@media (max-width: 768px) {
  section.cs_workflow {
    margin-top: 5vw;
    margin-bottom: 20vw;
  }
  section.cs_workflow .d {
    display: none;
  }
  section.cs_workflow .m {
    display: block;
    width: 87%;
  }
}

section.cs_midware-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cs_midware-3 h1 {
  font-size: 3.75vw;
  letter-spacing: 0.5vw;
  color: rgb(255, 113, 0);
  font-weight: bold;
  font-family: "DFHeiStd-W9";
  margin-bottom: 3.6vw;
}
section.cs_midware-3 .box {
  display: flex;
  height: 28.5vw;
  width: 100%;
}
section.cs_midware-3 .box .left {
  flex: 0 0 38.5%;
  display: flex;
  align-items: start;
}
section.cs_midware-3 .box .left img {
  width: 62%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
}
section.cs_midware-3 .box .mid {
  flex: 0 0 3.5%;
}
section.cs_midware-3 .box .mid img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: relative;
  top: 10vw;
  left: -1.5vw;
}
section.cs_midware-3 .box .right {
  flex: 0 0 58%;
  display: flex;
}
section.cs_midware-3 .box .right .box-text {
  width: 80%;
  height: 100%;
  margin-right: auto;
}
section.cs_midware-3 .box .right .box-text h1 {
  font-size: 2.5vw;
  letter-spacing: 0;
  font-weight: bold;
  border: 3px solid rgb(4, 112, 92);
  border-radius: 40px;
  color: rgb(4, 112, 92);
  width: 14vw;
  text-align: center;
  margin-top: 2.5vw;
  margin-bottom: 1.8vw;
}
section.cs_midware-3 .box .right .box-text .text_container {
  display: flex;
  flex-wrap: wrap;
}
section.cs_midware-3 .box .right .box-text .text_container .text {
  display: flex;
  width: 100%;
  margin-bottom: 1vw;
}
section.cs_midware-3 .box .right .box-text .text_container .text img {
  width: 1vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5vw;
}
section.cs_midware-3 .box .right .box-text .text_container .text p {
  font-size: 1.9vw;
}
section.cs_midware-3 .box .right .box-text .text_container .text p.s {
  font-size: 1.2vw;
  align-self: center;
}
section.cs_midware-3 .box .right .box-text .text_container .text .t1 {
  display: flex;
  flex: 0 0 50%;
}
section.cs_midware-3 .box .right .box-text .text_container .text .t2 {
  display: flex;
  flex: 0 0 50%;
}
section.cs_midware-3 .info {
  margin-top: 1.5vw;
  margin-bottom: 1vw;
  font-size: 2vw;
  font-family: "DFHeiStd-W9";
}
section.cs_midware-3 .call {
  width: 27.5vw;
  margin-bottom: 6.5vw;
}
@media (max-width: 768px) {
  section.cs_midware-3 {
    display: none;
  }
  section.cs_midware-3 .box {
    border: 1px solid red;
    height: 70rem;
    flex-direction: column;
    align-items: center;
  }
  section.cs_midware-3 .box .left {
    border: 3px solid rgb(17, 0, 255);
    flex: initial;
    width: 25rem;
    display: flex;
    justify-content: center;
  }
  section.cs_midware-3 .box .left img {
    border: 3px solid rgb(255, 0, 0);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: auto;
  }
  section.cs_midware-3 .box .mid {
    border: 1px solid rgb(17, 0, 255);
    flex: 1 1 10%;
    width: 4rem;
    margin-bottom: 2rem;
  }
  section.cs_midware-3 .box .mid img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: static;
    margin-top: -2.5rem;
    transform: rotate(90deg);
  }
  section.cs_midware-3 .box .right {
    border: 1px solid rgb(17, 0, 255);
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    width: 70%;
  }
  section.cs_midware-3 .box .right .box-text {
    border: 1px solid rgb(255, 196, 0);
    width: 100%;
    height: 80%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
  }
  section.cs_midware-3 .box .right .box-text img {
    border: 3px solid rgb(255, 0, 0);
    display: none;
    width: 6rem;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    top: 0;
  }
  section.cs_midware-3 .box .right .box-text h1 {
    border: 3px solid rgb(0, 255, 106);
    width: 100%;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0rem;
    color: rgb(4, 112, 92);
    font-weight: bold;
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.cs_midware-3 .box .right .box-text h1 img {
    display: block;
    position: relative;
    left: 0;
    height: 5rem;
    -o-object-fit: contain;
       object-fit: contain;
    border: 3px solid rgb(98, 0, 255);
  }
  section.cs_midware-3 .box .right .box-text div {
    text-align: center;
    margin-right: 10%;
    line-height: 2.6rem;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    top: 1.5rem;
  }
  section.cs_midware-3 .box .right .box-text button {
    background: transparent;
    border: 2px solid rgb(4, 112, 92);
    border-radius: 40px;
    color: rgb(4, 112, 92);
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.5rem;
    padding-left: 1rem;
    padding-right: 0.8rem;
    padding-top: 0.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: 4rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  section.cs_midware-3 .box .right .box-text button:hover {
    background: linear-gradient(to right, rgb(4, 112, 92), rgb(4, 148, 100));
    color: white;
    border: 3px solid transparent;
  }
  section.cs_midware-3 .box2,
  section.cs_midware-3 .box_reverse {
    display: none;
  }
}

section.cs_midware-3_m {
  height: auto;
  display: none;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  section.cs_midware-3_m {
    display: flex;
  }
}
section.cs_midware-3_m h1 {
  text-align: center;
  font-size: 7vw;
  letter-spacing: 0.5vw;
  color: rgb(255, 113, 0);
  font-weight: bold;
  font-family: "DFHeiStd-W9";
  margin-bottom: 2.5vw;
}
section.cs_midware-3_m .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
section.cs_midware-3_m .box .left {
  flex: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.cs_midware-3_m .box .left img {
  width: 60%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
section.cs_midware-3_m .box .mid {
  flex: initial;
}
section.cs_midware-3_m .box .mid img {
  width: 7vw;
  transform: rotate(90deg);
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: static;
  margin-top: -3.5vw;
}
section.cs_midware-3_m .box .right {
  flex: initial;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cs_midware-3_m .box .right .box-text {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cs_midware-3_m .box .right .box-text h1 {
  font-size: 5vw;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "DFHeiStd-W9";
  border: 3px solid rgb(4, 112, 92);
  border-radius: 40px;
  color: rgb(4, 112, 92);
  width: 30vw;
  text-align: center;
  margin-top: 2.5vw;
  margin-bottom: 3.8vw;
}
section.cs_midware-3_m .box .right .box-text .text_container {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 9vw;
}
section.cs_midware-3_m .box .right .box-text .text_container .text {
  display: flex;
  width: 100%;
  margin-bottom: 2.5vw;
}
section.cs_midware-3_m .box .right .box-text .text_container .text img {
  width: 1vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5vw;
}
section.cs_midware-3_m .box .right .box-text .text_container .text p {
  font-size: 4.1vw;
}
section.cs_midware-3_m .box .right .box-text .text_container .text p.s {
  font-size: 3vw;
  align-self: center;
}
section.cs_midware-3_m .info {
  margin-top: 1.5vw;
  margin-bottom: 3vw;
  line-height: 1.5;
  font-size: 4.5vw;
  font-weight: bold;
  font-family: "DFHeiStd-W9";
  width: 85%;
  text-align: center;
}
section.cs_midware-3_m .call {
  width: 66%;
  margin-bottom: 9vw;
}/*# sourceMappingURL=custom-service.css.map */