* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 1.2px;
  line-height: 1.5;
  font-family: "Noto_Regular";
}
* a {
  display: inline-block;
}

h1 {
  font-size: 2.688em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2.063em;
  color: #717171;
}

h4 {
  font-size: 1.25em;
  color: #717171;
}

p {
  font-size: 1.125em;
  color: #717171;
}

@font-face {
  font-family: "Noto_Black";
  src: url("../../Noto_Sans_TC/NotoSansTC-Black.otf");
}
@font-face {
  font-family: "Noto_Bold";
  src: url("../../Noto_Sans_TC/NotoSansTC-Bold.otf");
}
@font-face {
  font-family: "Noto_Light";
  src: url("../../Noto_Sans_TC/NotoSansTC-Light.otf");
}
@font-face {
  font-family: "Noto_Medium";
  src: url("../../Noto_Sans_TC/NotoSansTC-Medium.otf");
}
@font-face {
  font-family: "Noto_Regular";
  src: url("../../Noto_Sans_TC/NotoSansTC-Regular.otf");
}
@font-face {
  font-family: "Noto_Thin";
  src: url("../../Noto_Sans_TC/NotoSansTC-Thin.otf");
}
.container_Swidth {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container_Swidth {
    width: 85%;
  }
}

.container_Mwidth {
  width: 75%;
  margin: 0 auto;
}

.container_Bwidth {
  width: 85%;
  margin: 0 auto;
}

.background_img {
  background-image: url("../../img/contant_bgc.svg");
  background-position: right 0% top 0%;
  background-repeat: no-repeat;
}

.background_img_blue {
  background-image: url("../../img/services/services_bgc.png");
  background-position: right 0% top 0%;
  background-repeat: no-repeat;
}

.btn {
  padding: 8px 20px;
  margin-top: 20px;
  background-color: #F6D35C;
  border-radius: 5px;
  transition: 0.1s ease-in-out;
  box-shadow: 3px 5px 6px rgb(187, 187, 187);
}
.btn:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}
.btn a {
  color: #fff;
}
.btn p {
  color: #fff;
  font-family: "Noto_Medium";
}
@media screen and (max-width: 768px) {
  .btn {
    margin-top: 10px;
    padding: 5px 10px;
  }
}

.gray_banner {
  width: 100%;
  height: 23px;
  background-color: #C7C7C7;
}
@media screen and (max-width: 1440px) {
  .gray_banner {
    height: 30px;
  }
}

.color_title {
  display: flex;
}

.En {
  border-bottom: 4px solid #F6D35C;
}

.color_bottom, .color_bottom_left, .color_bottom_s, .color_bottom_Tcontact, .color_bottom_Seccontact, .color_bottom_Tstakeholders, .Business_Philosophy, .Job_Opportunities, .color_bottom_left_core_once, .color_bottom_left_EMS, .color_bottom_left_EMS_sec, .color_bottom_left_Qua_seccolor_bottom_left_Reliability, .color_bottom_left_QualitySystem, .color_bottom_core_time, .color_bottom_RDteam, .color_bottom_Ai, .color_bottom_Foxconn_Labortary, .color_bottom_home, .color_bottom_life, .color_bottom_Logistics, .color_bottom_Vehicle, .color_bottom_Experience, .lab_services_title, .lab_services_sub_title {
  position: relative;
  padding-bottom: 7px;
}
.color_bottom::after, .color_bottom_left::after, .color_bottom_s::after, .color_bottom_Tcontact::after, .color_bottom_Seccontact::after, .color_bottom_Tstakeholders::after, .Business_Philosophy::after, .Job_Opportunities::after, .color_bottom_left_core_once::after, .color_bottom_left_EMS::after, .color_bottom_left_EMS_sec::after, .color_bottom_left_Qua_seccolor_bottom_left_Reliability::after, .color_bottom_left_QualitySystem::after, .color_bottom_core_time::after, .color_bottom_RDteam::after, .color_bottom_Ai::after, .color_bottom_Foxconn_Labortary::after, .color_bottom_home::after, .color_bottom_life::after, .color_bottom_Logistics::after, .color_bottom_Vehicle::after, .color_bottom_Experience::after, .lab_services_title::after, .lab_services_sub_title::after {
  content: "";
  width: 285px;
  height: 20px;
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(246, 211, 80) 0%, rgb(255, 241, 193) 100%);
  position: absolute;
  bottom: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 4%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .color_bottom::after, .color_bottom_left::after, .color_bottom_s::after, .color_bottom_Tcontact::after, .color_bottom_Seccontact::after, .color_bottom_Tstakeholders::after, .Business_Philosophy::after, .Job_Opportunities::after, .color_bottom_left_core_once::after, .color_bottom_left_EMS::after, .color_bottom_left_EMS_sec::after, .color_bottom_left_Qua_seccolor_bottom_left_Reliability::after, .color_bottom_left_QualitySystem::after, .color_bottom_core_time::after, .color_bottom_RDteam::after, .color_bottom_Ai::after, .color_bottom_Foxconn_Labortary::after, .color_bottom_home::after, .color_bottom_life::after, .color_bottom_Logistics::after, .color_bottom_Vehicle::after, .color_bottom_Experience::after, .lab_services_title::after, .lab_services_sub_title::after {
    height: 15px;
  }
}

.color_bottom_left::after {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .color_bottom_left::after {
    width: 240px;
  }
}

.color_bottom_s::after {
  width: 170px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .color_bottom_s::after {
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .color_bottom_s::after {
    width: 130px;
  }
}

.color_bottom_Tcontact::after {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .color_bottom_Tcontact::after {
    width: 295px;
  }
}

.color_bottom_Seccontact::after {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .color_bottom_Seccontact::after {
    width: 160px;
  }
}

.color_bottom_Tstakeholders::after {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .color_bottom_Tstakeholders::after {
    width: 320px;
    top: 67%;
  }
}

.Business_Philosophy::after {
  width: 365px;
}
@media screen and (max-width: 768px) {
  .Business_Philosophy::after {
    width: 290px !important;
  }
}

.Job_Opportunities::after {
  width: 325px;
}
@media screen and (max-width: 768px) {
  .Job_Opportunities::after {
    width: 260px;
  }
}

@media screen and (max-width: 1200px) {
  .color_bottom_home::after {
    width: 215px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_home::after {
    width: 165px;
  }
}

.color_bottom_life::after {
  width: 180px;
}
@media screen and (max-width: 576px) {
  .color_bottom_life::after {
    width: 140px;
  }
}

.color_bottom_Logistics::after {
  width: 255px;
}
@media screen and (max-width: 576px) {
  .color_bottom_Logistics::after {
    width: 200px;
  }
}

.color_bottom_Vehicle::after {
  width: 190px;
}
@media screen and (max-width: 576px) {
  .color_bottom_Vehicle::after {
    width: 150px;
  }
}

.color_bottom_left_core_once::after, .color_bottom_core_time::after, .color_bottom_left_EMS::after, .color_bottom_left_EMS_sec::after, .color_bottom_RDteam::after, .color_bottom_RDteam::after, .color_bottom_left_QualitySystem::after, .color_bottom_left_Qua_sec::after, .color_bottom_left_Reliability::after, .color_bottom_Ai::after, .color_bottom_Foxconn_Labortary::after, .color_bottom_Experience::after, .lab_services_title::after, .lab_services_sub_title::after {
  background: linear-gradient(90deg, #020024 0%, #8cbcf8 0%, #e3eefa 100%);
}

.color_bottom_left_core_once::after {
  width: 390px;
}
@media screen and (max-width: 768px) {
  .color_bottom_left_core_once::after {
    width: 255px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_left_core_once::after {
    width: 205px;
  }
}

.color_bottom_core_time::after {
  width: 575px;
}
@media screen and (max-width: 1200px) {
  .color_bottom_core_time::after {
    width: 465px;
  }
}
@media screen and (max-width: 768px) {
  .color_bottom_core_time::after {
    width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_core_time::after {
    width: 340px;
  }
}
@media screen and (max-width: 480px) {
  .color_bottom_core_time::after {
    width: 295px;
  }
}

.color_bottom_Experience::after {
  width: 385px;
}
@media screen and (max-width: 1200px) {
  .color_bottom_Experience::after {
    width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .color_bottom_Experience::after {
    width: 265px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_Experience::after {
    width: 225px;
  }
}
@media screen and (max-width: 480px) {
  .color_bottom_Experience::after {
    width: 200px;
  }
}

.color_bottom_left_EMS::after {
  width: 470px;
}
@media screen and (max-width: 768px) {
  .color_bottom_left_EMS::after {
    width: 305px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_left_EMS::after {
    width: 240px;
  }
}

.color_bottom_left_EMS_sec::after {
  width: 545px;
}
@media screen and (max-width: 768px) {
  .color_bottom_left_EMS_sec::after {
    width: 355px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_left_EMS_sec::after {
    width: 280px;
  }
}

.color_bottom_RDteam::after {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .color_bottom_RDteam::after {
    width: 315px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_RDteam::after {
    width: 265px;
  }
}
@media screen and (max-width: 480px) {
  .color_bottom_RDteam::after {
    top: 45%;
    width: 225px;
  }
}

.color_bottom_left_QualitySystem::after {
  width: 740px;
}
@media screen and (max-width: 768px) {
  .color_bottom_left_QualitySystem::after {
    width: 520px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_left_QualitySystem::after {
    width: 390px;
  }
}
@media screen and (max-width: 480px) {
  .color_bottom_left_QualitySystem::after {
    width: 325px;
    top: 44%;
  }
}

.color_bottom_left_Qua_sec::after {
  width: 620px;
}
@media screen and (max-width: 768px) {
  .color_bottom_left_Qua_sec::after {
    width: 440px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_left_Qua_sec::after {
    width: 330px;
  }
}
@media screen and (max-width: 480px) {
  .color_bottom_left_Qua_sec::after {
    width: 300px;
  }
}

.color_bottom_left_Reliability::after {
  width: 485px;
}
@media screen and (max-width: 768px) {
  .color_bottom_left_Reliability::after {
    width: 335px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_left_Reliability::after {
    width: 260px;
  }
}
@media screen and (max-width: 480px) {
  .color_bottom_left_Reliability::after {
    width: 235px;
  }
}

.color_bottom_Foxconn_Labortary::after {
  width: 415px;
}
@media screen and (max-width: 768px) {
  .color_bottom_Foxconn_Labortary::after {
    width: 290px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_Foxconn_Labortary::after {
    width: 225px;
  }
}
@media screen and (max-width: 480px) {
  .color_bottom_Foxconn_Labortary::after {
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .color_bottom_Ai::after {
    width: 535px;
  }
}
@media screen and (max-width: 576px) {
  .color_bottom_Ai::after {
    width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .color_bottom_Ai::after {
    top: 64%;
    width: 225px;
  }
}

.lab_services_title::after {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .lab_services_title::after {
    top: 54%;
    width: 400px;
  }
}/*# sourceMappingURL=basic.css.map */