.materialBg {
  background-image: url("../images/material.jpg");
}

.unitInfoBox {
  padding-top: 135px;
}

/* safetyArea */
.safetyArea {
  padding: 130px 0;
}
@media (max-width: 1180px) {
  .safetyArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .safetyArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .safetyArea {
    padding: 50px 0;
  }
}
.safetyArea.show .titleBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.safetyArea.show .wrap .picBox1, .safetyArea.show .wrap .picBox2, .safetyArea.show .wrap .picBox3, .safetyArea.show .wrap .picBox4, .safetyArea.show .wrap .exp {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.safetyArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.safetyArea .wrap .left {
  width: 50%;
  min-width: 450px;
}
.safetyArea .wrap .picBox1 {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s 0.3s linear;
  transition: all 0.5s 0.3s linear;
}
.safetyArea .wrap .picBox1 img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.safetyArea .wrap .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 27px 0 35px 95px;
}
.safetyArea .wrap .right .top {
  padding: 0 32px 0 40px;
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.safetyArea .wrap .right .top .picBox3 {
  margin-top: 55px;
}
.safetyArea .wrap .right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.safetyArea .wrap .right .content .exp {
  width: 410px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #555;
  letter-spacing: 0.96px;
}
.safetyArea .wrap .picBox2 {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s 0.6s linear;
  transition: all 0.5s 0.6s linear;
}
.safetyArea .wrap .picBox3 {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s 0.9s linear;
  transition: all 0.5s 0.9s linear;
}
.safetyArea .wrap .picBox4 {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s 1.2s linear;
  transition: all 0.5s 1.2s linear;
}
.safetyArea .wrap .exp {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s 1.5s linear;
  transition: all 0.5s 1.5s linear;
}
@media (max-width: 1400px) {
  .safetyArea .wrap .right {
    padding: 30px 0 35px 60px;
  }
  .safetyArea .wrap .right .top {
    padding: 0 30px;
  }
  .safetyArea .wrap .right .top .picBox2 {
    width: 60%;
  }
  .safetyArea .wrap .right .top .picBox2 img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .safetyArea .wrap .right .top .picBox3 {
    width: 30%;
  }
  .safetyArea .wrap .right .top .picBox3 img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .safetyArea .wrap .right .content .exp {
    width: auto;
    padding-left: 30px;
  }
  .safetyArea .wrap .right .content .picBox4 {
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .safetyArea .wrap .right .content .picBox4 img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (max-width: 1180px) {
  .safetyArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .safetyArea .wrap .left {
    width: 100%;
    min-width: auto;
  }
  .safetyArea .wrap .left .picBox1 {
    width: 70%;
  }
  .safetyArea .wrap .right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 880px;
    padding: 0;
    margin-left: auto;
    margin-top: -15%;
  }
  .safetyArea .wrap .right .top {
    padding: 0 0 0 40%;
  }
}
@media (max-width: 768px) {
  .safetyArea .wrap .left {
    width: 100%;
  }
  .safetyArea .wrap .left .picBox1 {
    width: 100%;
  }
  .safetyArea .wrap .right {
    margin-left: 0;
    margin-top: 30px;
  }
  .safetyArea .wrap .right .top {
    padding: 0 30px 0 40px;
  }
}
@media (max-width: 479px) {
  .safetyArea .wrap .right {
    margin-left: 0;
    margin-top: 40px;
  }
  .safetyArea .wrap .right .top {
    padding: 0;
  }
  .safetyArea .wrap .right .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .safetyArea .wrap .right .content .exp {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .safetyArea .wrap .right .content .picBox4 {
    width: 50%;
    min-width: 150px;
  }
}
@media (max-width: 400px) {
  .safetyArea .wrap .right {
    margin-top: 20px;
  }
  .safetyArea .wrap .right .top {
    margin-bottom: 20px;
  }
  .safetyArea .wrap .right .top .picBox3 {
    margin-top: 30px;
  }
  .safetyArea .wrap .right .content .exp {
    font-size: 14px;
  }
}
.safetyArea .titleBox {
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.safetyArea .titleBox .subTitle {
  margin: 15px 0 35px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #444;
  letter-spacing: 1.08px;
  padding-bottom: 35px;
}
.safetyArea .titleBox .subTitle::before {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background-color: #cacaca;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .safetyArea .titleBox {
    margin-bottom: 40px;
  }
  .safetyArea .titleBox .subTitle {
    margin: 15px 0 25px;
    padding-bottom: 25px;
  }
  .safetyArea .titleBox .subTitle::before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .safetyArea .titleBox {
    margin-bottom: 30px;
  }
  .safetyArea .titleBox .subTitle {
    margin: 15px 0 20px;
    padding-bottom: 20px;
  }
}

/* eeshArea */
.eeshArea {
  padding: 130px 0;
}
@media (max-width: 1180px) {
  .eeshArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .eeshArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .eeshArea {
    padding: 50px 0;
  }
}
.eeshArea::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/material.jpg");
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.eeshArea .blockTitle {
  margin-bottom: 80px;
  padding: 20px 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.eeshArea .blockTitle .unitTitle {
  z-index: 1;
}
@media (max-width: 768px) {
  .eeshArea .blockTitle .unitTitle {
    font-size: 24px !important;
  }
}
@media (max-width: 400px) {
  .eeshArea .blockTitle .unitTitle {
    font-size: 20px !important;
  }
}
.eeshArea .blockTitle .unitBgText {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .eeshArea .blockTitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 400px) {
  .eeshArea .blockTitle {
    margin-bottom: 40px;
  }
}
.eeshArea.show .blockTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.eeshArea.show .eeshBox .eeshItem {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.eeshBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -81px;
}
.eeshBox .eeshItem {
  width: 25%;
  text-align: center;
  padding: 0 81px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.eeshBox .eeshItem:nth-child(1) {
  -webkit-transition: all 0.5s 0.3s linear;
  transition: all 0.5s 0.3s linear;
}
.eeshBox .eeshItem:nth-child(2) {
  -webkit-transition: all 0.5s 0.6s linear;
  transition: all 0.5s 0.6s linear;
}
.eeshBox .eeshItem:nth-child(3) {
  -webkit-transition: all 0.5s 0.9s linear;
  transition: all 0.5s 0.9s linear;
}
.eeshBox .eeshItem:nth-child(4) {
  -webkit-transition: all 0.5s 1.2s linear;
  transition: all 0.5s 1.2s linear;
}
@media (min-width: 1181px) {
  .eeshBox .eeshItem:hover .titleEn, .eeshBox .eeshItem:hover .title {
    color: #1eaddd;
  }
  .eeshBox .eeshItem:hover .Img {
    border: 1px solid #1eaddd;
  }
  .eeshBox .eeshItem:hover .Img::after {
    background-color: #d4eaf2;
  }
  .eeshBox .eeshItem:hover .Img img {
    background-color: #d4eaf2;
    border: 3px solid #6dc8e2;
  }
}
.eeshBox .eeshItem.result .circle {
  border: none;
}
.eeshBox .eeshItem.result .circle .sign {
  background-color: transparent;
}
.eeshBox .eeshItem.result .circle .sign::before {
  top: calc(50% - 10px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.eeshBox .eeshItem.result .circle .sign::after {
  width: 50%;
  height: 6px;
  background-color: #259f4c;
  top: auto;
  bottom: calc(50% - 10px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.eeshBox .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
  border: 1px dashed #dedede;
}
.eeshBox .circle .sign {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
.eeshBox .circle .sign::before, .eeshBox .circle .sign::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.eeshBox .circle .sign::before {
  width: 50%;
  height: 6px;
  background-color: #259f4c;
}
.eeshBox .circle .sign::after {
  width: 6px;
  height: 50%;
  background-color: #1eaddd;
}
.eeshBox .Img {
  width: 100%;
  padding: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.eeshBox .Img::before, .eeshBox .Img::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.eeshBox .Img::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed #d8d8d8;
}
.eeshBox .Img::after {
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  background-color: #ededed;
}
.eeshBox .Img img {
  border-radius: 50%;
  overflow: hidden;
  background-color: #ededed;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 3px solid #f7f7f7;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.eeshBox .titleEn {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #444;
  letter-spacing: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.eeshBox .title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 1.32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .eeshBox {
    margin: 0 -60px;
  }
  .eeshBox .eeshItem {
    padding: 0 60px;
  }
  .eeshBox .eeshItem.result .circle .sign::before {
    top: calc(50% - 8px);
  }
  .eeshBox .eeshItem.result .circle .sign::after {
    height: 5px;
    bottom: calc(50% - 8px);
  }
  .eeshBox .circle .sign {
    width: 45px;
    height: 45px;
  }
  .eeshBox .circle .sign::before {
    height: 5px;
  }
  .eeshBox .circle .sign::after {
    width: 5px;
  }
}
@media (max-width: 1180px) {
  .eeshBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -40px;
  }
  .eeshBox .eeshItem {
    width: 33.33%;
    padding: 0 40px;
  }
  .eeshBox .eeshItem.result {
    width: 35%;
    padding-top: 80px;
  }
  .eeshBox .eeshItem.result .circle {
    left: 50%;
    top: 15px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
  .eeshBox .circle {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .eeshBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -80px 0 0;
  }
  .eeshBox .eeshItem {
    width: 100%;
    padding: 80px 0 0 0;
  }
  .eeshBox .eeshItem.result {
    width: 100%;
  }
  .eeshBox .eeshItem .circle {
    left: 50%;
    top: 15px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .eeshBox .eeshItem .Img {
    max-width: 300px;
    margin: 0 auto;
  }
  .eeshBox .eeshItem .titleEn {
    margin-top: 15px;
    font-size: 20px;
  }
  .eeshBox .eeshItem .title {
    font-size: 18px;
  }
}

/* certArea */
.certArea {
  padding: 120px 0 130px;
}
@media (max-width: 1180px) {
  .certArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .certArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .certArea {
    padding: 50px 0;
  }
}
.certArea .marquee {
  border-bottom: 1px solid #dcdcdc;
}
.certArea .marquee .textItem {
  padding: 0 40px;
  padding-bottom: 20px;
  font-size: 116px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: transparent;
  letter-spacing: 4.64px;
  -webkit-text-stroke: 1px #d9d9d9;
}
.certArea .blockTitle {
  margin: 45px 0 65px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.certArea .certBox {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 0.3s linear;
  transition: all 0.5s 0.3s linear;
}
.certArea .arrowCircle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e1e1e1;
  cursor: pointer;
  position: absolute;
  top: 35%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.certArea .arrowCircle::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.certArea .arrowCircle.prev {
  left: -120px;
}
.certArea .arrowCircle.prev::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: calc(50% - 5px);
}
.certArea .arrowCircle.next {
  right: -120px;
}
.certArea .arrowCircle.next::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: calc(50% - 7px);
}
@media (min-width: 1181px) {
  .certArea .arrowCircle:hover {
    background-color: #3d4060;
  }
}
.certArea.show .blockTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.certArea.show .certBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1800px) {
  .certArea .certBox {
    padding: 0 20px;
  }
  .certArea .arrowCircle {
    width: 50px;
    height: 50px;
  }
  .certArea .arrowCircle.prev {
    left: -40px;
  }
  .certArea .arrowCircle.next {
    right: -40px;
  }
}
@media (max-width: 1180px) {
  .certArea .certBox {
    padding: 0 30px;
  }
  .certArea .arrowCircle.prev {
    left: -30px;
  }
  .certArea .arrowCircle.next {
    right: -30px;
  }
}
@media (max-width: 1180px) {
  .certArea .certBox {
    padding: 0 40px;
  }
  .certArea .arrowCircle {
    width: 40px;
    height: 40px;
  }
  .certArea .arrowCircle.prev {
    left: -20px;
  }
  .certArea .arrowCircle.next {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .certArea .certBox {
    padding: 0;
  }
  .certArea .arrowCircle {
    display: none;
  }
}

.certList {
  margin: 0 -33px;
}
.certList .certItem {
  padding: 0 33px;
}
.certList .Img {
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
.certList .Img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(61, 64, 96, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.certList .Img .more {
  width: 200px;
  height: 50px;
  background-color: #1eaddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  letter-spacing: 0.96px;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 25px);
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.certList .Img .more::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.certList .Img .more::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #1eaddd;
  border-right: 2px solid #1eaddd;
  position: absolute;
  top: 22px;
  right: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1181px) {
  .certList .Img:hover::after {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .certList .Img:hover .more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
  }
}
.certList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.certList .Txt {
  padding-top: 20px;
}
.certList .Txt .title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 1.08px;
  margin-bottom: 15px;
}
.certList .Txt .title a {
  color: #222;
}
@media (min-width: 1181px) {
  .certList .Txt .title a:hover {
    color: #1eaddd;
  }
}
.certList .Txt .text {
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #555;
  letter-spacing: 0.9px;
  letter-spacing: 0.6px;
}
@media (max-width: 1400px) {
  .certList {
    margin: 0 -20px;
  }
  .certList .certItem {
    padding: 0 20px;
  }
}

/* systemArea */
.systemArea {
  padding: 120px 0 100px;
  background-image: url("../images/material.jpg");
}
.systemArea .textTicker {
  margin-bottom: 40px;
}
.systemArea .blockTitle {
  margin-bottom: 75px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.systemArea.show .blockTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.systemArea.show .systemList .systemItem {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 1180px) {
  .systemArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .systemArea {
    padding: 80px 0;
  }
}
@media (max-width: 400px) {
  .systemArea {
    padding: 50px 0;
  }
}

.systemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.systemList .systemItem {
  width: calc(50% - 6px);
  margin-bottom: 17px;
}
.systemList .systemItem .decoArrow {
  position: absolute;
}
.systemList .systemItem .decoArrow svg {
  width: 51px;
  height: 41px;
  color: #1eaddd;
}
.systemList .systemItem .decoLine {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
}
.systemList .systemItem .decoLine::before, .systemList .systemItem .decoLine::after {
  content: "";
  width: 40%;
  height: 4px;
  background-color: #1eaddd;
  display: block;
}
.systemList .systemItem .decoLineV {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
}
.systemList .systemItem .decoLineV::before, .systemList .systemItem .decoLineV::after {
  content: "";
  width: 4px;
  height: 33.33%;
  background-color: #1eaddd;
  display: block;
}
.systemList .systemItem1 {
  border-top: 4px solid #1eaddd;
  border-left: 4px solid #1eaddd;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.5s 0.3s linear;
  transition: all 0.5s 0.3s linear;
}
.systemList .systemItem1 .decoArrow {
  top: calc(50% - 20px);
  right: -30px;
}
.systemList .systemItem1 .decoLine {
  bottom: 0;
}
.systemList .systemItem1 .decoLineV {
  right: 0;
}
.systemList .systemItem2 {
  border-top: 4px solid #259f4c;
  border-right: 4px solid #259f4c;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 0.6s linear;
  transition: all 0.5s 0.6s linear;
}
.systemList .systemItem2 .systemItemList li::before {
  background-color: #259f4c;
}
.systemList .systemItem2 .Txt .top::after {
  -webkit-text-stroke: 1px #259f4c;
}
.systemList .systemItem2 .decoArrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: -30px;
  left: calc(50% - 20px);
}
.systemList .systemItem2 .decoArrow svg {
  color: #259f4c;
}
.systemList .systemItem2 .decoLine {
  bottom: 0;
}
.systemList .systemItem2 .decoLine::before, .systemList .systemItem2 .decoLine::after {
  background-color: #259f4c;
}
.systemList .systemItem2 .decoLineV {
  left: 0;
}
.systemList .systemItem2 .decoLineV::before, .systemList .systemItem2 .decoLineV::after {
  background-color: #259f4c;
}
.systemList .systemItem3 {
  border-bottom: 4px solid #1eaddd;
  border-right: 4px solid #1eaddd;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.5s 0.9s linear;
  transition: all 0.5s 0.9s linear;
}
.systemList .systemItem3 .decoArrow {
  top: calc(50% - 20px);
  left: -35px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.systemList .systemItem3 .decoLine {
  top: 0;
}
.systemList .systemItem3 .decoLineV {
  left: 0;
}
.systemList .systemItem4 {
  border-bottom: 4px solid #259f4c;
  border-left: 4px solid #259f4c;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.9s linear;
  transition: all 0.5s 0.9s linear;
}
.systemList .systemItem4 .systemItemList li::before {
  background-color: #259f4c;
}
.systemList .systemItem4 .Txt .top::after {
  -webkit-text-stroke: 1px #259f4c;
}
.systemList .systemItem4 .decoArrow {
  top: -30px;
  left: calc(50% - 20px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.systemList .systemItem4 .decoArrow svg {
  color: #259f4c;
}
.systemList .systemItem4 .decoLine {
  top: 0;
}
.systemList .systemItem4 .decoLine::before, .systemList .systemItem4 .decoLine::after {
  background-color: #259f4c;
}
.systemList .systemItem4 .decoLineV {
  right: 0;
}
.systemList .systemItem4 .decoLineV::before, .systemList .systemItem4 .decoLineV::after {
  background-color: #259f4c;
}
.systemList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 360px;
  padding: 50px 80px 60px 50px;
}
.systemList .Img {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.systemList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.systemList .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 45px;
}
.systemList .Txt .titleEn {
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", serif;
  color: #444;
  letter-spacing: 0px;
}
.systemList .Txt .title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #222;
  letter-spacing: 1.32px;
}
.systemList .Txt .top {
  padding: 0 80px 15px 0;
  border-bottom: 2px solid #dcdcdc;
}
.systemList .Txt .top::after {
  content: attr(data-num);
  font-size: 70px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: transparent;
  letter-spacing: 2.8px;
  -webkit-text-stroke: 1px #1eaddd;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
}
.systemList .Txt .text {
  padding-top: 18px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #555;
  letter-spacing: 0.96px;
  line-height: 1.6;
}
.systemList .systemItemList {
  padding-left: 20px;
}
.systemList .systemItemList li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #555;
  letter-spacing: 0.96px;
}
.systemList .systemItemList li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1eaddd;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -13px;
}
@media (max-width: 1400px) {
  .systemList .item {
    padding: 40px 30px;
  }
  .systemList .Img {
    width: 160px;
  }
  .systemList .Txt {
    margin-left: 20px;
  }
}
@media (max-width: 1180px) {
  .systemList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .systemList .Img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }
  .systemList .Txt {
    width: 100%;
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .systemList .Txt .top {
    padding: 80px 0 15px;
  }
  .systemList .Txt .top::after {
    top: 0;
    right: auto;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .systemList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .systemList .systemItem {
    width: 100%;
  }
  .systemList .systemItem .decoArrow {
    top: auto;
    bottom: -30px;
    right: calc(50% - 20px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .systemList .systemItem .decoLineV {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .systemList .systemItem .decoLineV::before, .systemList .systemItem .decoLineV::after {
    width: 40%;
    height: 4px;
  }
  .systemList .systemItem1 {
    border-right: 4px solid #1eaddd;
  }
  .systemList .systemItem1 .decoLineV {
    display: none;
  }
  .systemList .systemItem2 {
    border-left: 4px solid #259f4c;
    border-top: none;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  .systemList .systemItem3 {
    border-bottom: none;
    border-left: 4px solid #1eaddd;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  .systemList .systemItem3 .decoArrow {
    top: auto;
    bottom: -30px;
    left: calc(50% - 20px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .systemList .systemItem3 .decoLineV {
    top: auto;
    bottom: 0;
  }
  .systemList .systemItem4 {
    border-right: 4px solid #259f4c;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  .systemList .systemItem4 .decoArrow {
    display: none;
  }
  .systemList .systemItem4 .decoLineV {
    display: none;
  }
  .systemList .Txt .titleEn {
    font-size: 20px;
  }
  .systemList .Txt .title {
    font-size: 18px;
  }
  .systemList .Txt .top {
    padding: 90px 0 15px;
  }
  .systemList .Txt .top::after {
    font-size: 64px;
    font-weight: 700;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: transparent;
    letter-spacing: 2.56px;
  }
}
@media (max-width: 400px) {
  .systemList .Txt .text {
    font-size: 14px;
  }
}