﻿* {
  margin: 0;
  padding: 0;
  /* list-style:none; */
  font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif, "微軟正黑體";
}

.section-top-image {
  width: 1100px;
  margin: auto;
}

.section-content {
  width: 1000px;
  margin: auto;
}

.section-content p {
  line-height: 1.5em;
}

.section-button {
  width: 1000px;
  margin: auto;
  text-align: center;
  padding: 30px 0;
}

.bannerArea-Images {
  width: 100%;
  margin: 10px auto 0px;
}
.companyArea-Images {
  width: 100%;
  margin: auto;
}

.title-Section {
  margin: 30px auto;
}

.title-Section h1 {
  font-size: 60px;
  text-align: center;
}

.title-Section p {
  text-align: center;
  font-size: 24px;
}
.downloadClass {
  text-decoration: none;
  color: #c91285;
}

/*標題*/
.featureSort {
  border-top: 1px solid #dedede;
  margin-top: 30px;
  margin-bottom: 45px;
}
.feature-Rowheader {
  margin-top: 45px;
  margin-bottom: 30px;
}
.feature-Rowheader h3 {
  font-size: 28px;
}
.feature-items ul li {
  margin: 10px 35px;
  line-height: 1.5em;
}
.section-Company {
  margin-top: 100px;
}

/* 項目標題顏色 */
.feature-New h3 {
  color: #c91285;
}
.feature-Optimized h3 {
  color: #f8b62d;
}
.feature-Common h3 {
  color: #0e0f21;
}

.feature-Schedule h3 {
  color: #414549;
}

.feature-Query h3 {
  color: #22b573;
}

.feature-Mobile h3 {
  color: #da0031;
}

.feature-IoT h3 {
  color: #21cdf5;
}

/* Button */
.button-apply-update {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  background-color: #c91285;
  border: none;
  border-radius: 5px;
  padding: 15px 32px;
  cursor: pointer;
  transition-duration: 0.4s;
}

.button-apply-update:hover,
.button-apply-update:active {
  background-color: #dc289a;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-content {
    width: 90%;
    margin: auto;
  }
  .feature-items ul li {
    margin: 11px 30px;
  }
}

@media screen and (max-width: 768px) {
  .section-content {
    width: 90%;
    margin: auto;
  }
  .section-button {
    width: 90%;
    margin: auto;
  }
  .section-top-image {
    width: 100%;
    margin: auto;
  }
  .feature-items ul li {
    margin: 12px 30px;
  }

  .title-Section h1 {
    font-size: 30px;
    text-align: center;
  }

  .title-Section h3 {
    font-size: 22px;
  }

  .title-Section p {
    font-size: 20px;
  }

  .button-apply-update {
    padding: 10px 15px;
  }
}
