﻿* {
  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, "微軟正黑體";
  color: #393E46;
}

ol li {
  margin: 6px 0px 0px 20px;
}


.banner-Section {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #003156;
  background-image: url("../images/Banner_background.svg");
  background-repeat: repeat-x;
  background-size: 60%;
  background-position: 50%;
}

.section-top-image {
  width: 1100px;
  margin: auto;
}

.section-content {
  width: 1020px;
  margin: auto;
}

.section-content p {
  line-height: 1.5em;
}

.section-button {
  width: 1000px;
  margin: auto;
  text-align: center;
  padding: 30px 0;

}

.updatedButton {
  background-color: #FFC517;
  color: #003156;
  border: 1px solid #ffffff00;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  font-weight: 700px;
  padding: 6px 10px;
  border-radius: 3px;
}

.updatedButton:hover {
  background-color: #003156;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.bannerArea-Images {
  width: 50%;
  margin: 10px auto;
}

.companyArea-Images {
  width: 60%;
}

.title-Section {
  margin: 0px auto 30px;
  background: #003156;
  padding: 0px 0px 2px 0px;
  box-sizing: border-box;
}

.title-Section h1 {
  font-size: 48px;
  text-align: center;
}

.title-Section p {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 16px;
}

.downloadClass {
  text-decoration: none;
  font-weight: 700px;
  color: #ffffff;
  background: rgb(0, 75, 141, 0.8);
  padding: 5px 10px;
  border-radius: 3px;
}

.downloadClass:hover {
  background: rgb(0, 75, 141, 0.4);
}

/*標題*/
.featureSort {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 6px 30px;
  box-sizing: border-box;
  background: #f8f8f8;
}

.feature-Rowheader {
  margin: 12px 0px;
}

.feature-Rowheader h3 {
  font-size: 24px;
}

.feature-items ul li {
  margin: 10px 0px 10px 15px;
}

.feature-items ol {
  font-size: 22px;
  list-style-type: square;
}

.feature-items ol ul li {
  margin: 10px 0px 10px 10px;
  list-style-type: none;
}


.feature-items img {
  width: 90%;
  margin-bottom: 20px;
}

.feature-items h4 {
  margin-bottom: 8px;
  font-size: 22px;
  margin-top: 2rem;
}

.feature-items p {
  margin-bottom: 6px;
  font-size: 16px;
}

.feature-items samp {
  margin-left: 16px;
}

.feature-items-readMore {
  text-decoration: none;
  color: #004b8d;
  font-size: 14px;
  padding: 2px 8px;
  background-color: #004b8d29;
  border-radius: 10px;
}

.feature-items-readMore:hover {
  color: #0091ff;
  background-color: #ffffff00;
}

.section-Company {
  display: flex;
  justify-content: center;
  width: 60%
}

/* 項目標題顏色 */
.feature-New h3 {
  color: #004B8D;
  padding: 3px 0px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 2px solid;
  width: 20%;
  margin: auto;
}

.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;
} */

.feature-items img {
  display: block;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e7e7e7;
}

.button-more-info,
.button-more-info:link,
.button-more-info:visited {
  text-decoration: none;
  font-size: 0.9rem;
  color: #ffffff;
  background: rgb(0, 75, 141, 0.8);
  padding: 6px 10px;
  border-radius: 3px;
} 

.button-more-info:hover,
.button-more-info:active {
  background: rgb(0, 75, 141, 0.4);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* 項目標題顏色 */

  .feature-New h3 {
    width: 60%;
  }

  .section-content {
    width: 90%;
    margin: auto;
  }

  .feature-items ul li {
    margin: 11px 30px;
  }

}

@media screen and (max-width: 768px) {


  .feature-New h3 {
    width: 70%;
  }

  .feature-items h4 {
    font-size: 18px;
    
  }

  .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;
  }

  .bannerArea-Images {
    width: 100%;
  }

  .section-Company {
    width: 100%
  }
}