/* service overview start*/
/* 20220215_Ivan 只有 服務項目 產業應用 技術文章 新聞中心 編輯器內的圖片可以放大，滑鼠需要加上放大鏡 */
.html_edit img {
  cursor: zoom-in;
}

.service_overview {
  background: #E0E5F1;
  background-size: 1920px;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
}
.service_overview .service_padding {
  padding: 100px 0 120px;
}
.service_overview .service_padding .flex_content {
  display: flex;
  flex-wrap: wrap;
}
.service_overview .service_padding .flex_content article.insert_item {
  width: 100%;
}
.service_overview .service_padding .flex_content .insert_block {
  width: 100%;
}
.service_overview .service_padding .flex_content .insert_block .insert_container {
  max-width: 1080px;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.service_overview .service_padding .flex_content .insert_block .insert_container h2 {
  font-size: 30px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.service_overview .service_padding .flex_content .insert_block .insert_container .flex_button {
  display: flex;
  flex-wrap: wrap;
}
.service_overview .service_padding .flex_content .insert_block .insert_container .flex_button .button_item {
  width: calc((100% - 90px) / 3);
  margin-right: 45px;
}
.service_overview .service_padding .flex_content .insert_block .insert_container .flex_button .button_item:nth-of-type(3n) {
  margin-right: 0;
}
.service_overview .service_padding .flex_content .insert_block .insert_container .flex_button .button_item:nth-of-type(n+4) {
  margin-top: 50px;
}
.service_overview .service_padding .flex_content .flex_item {
  overflow: hidden;
  width: calc((100% - 60px) / 3);
  position: relative;
  cursor: pointer;
  padding-top: 23.8%;
}
.service_overview .service_padding .flex_content .flex_item h2 {
  font-size: 30px;
  line-height: 45px;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  max-height: 90px;
  overflow: hidden;
  bottom: 25px;
  width: calc(100% - 60px);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.service_overview .service_padding .flex_content .flex_item:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
.service_overview .service_padding .flex_content .flex_item:nth-of-type(n+4) {
  margin-top: 30px;
}
.service_overview .service_padding .flex_content .flex_item .baclground_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.service_overview .service_padding .flex_content .flex_item .baclground_img:hover {
  transform: scale(1.1) translateZ(0);
}
.service_overview .service_padding .flex_content .flex_item .baclground_img:hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.service_overview .service_padding .flex_content .flex_item .baclground_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s ease-in-out;
}
.service_overview .service_padding .flex_content .flex_item.selected .baclground_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../image/matek_service_resident.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .service_overview {
    background-image: none;
    background-color: #00275A;
  }
  .service_overview .service_padding {
    padding: 49px 0 80px;
  }
  .service_overview .service_padding .flex_content .insert_block {
    width: 100%;
  }
  .service_overview .service_padding .flex_content .insert_block .insert_container {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .service_overview .service_padding .flex_content .insert_block .insert_container h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .service_overview .service_padding .flex_content .insert_block .insert_container .flex_button {
    display: block;
    flex-wrap: wrap;
  }
  .service_overview .service_padding .flex_content .insert_block .insert_container .flex_button .button_item {
    width: 320px;
    margin-right: 0;
    margin: 0 auto;
  }
  .service_overview .service_padding .flex_content .insert_block .insert_container .flex_button .button_item:nth-of-type(3n) {
    margin-right: 0;
    margin: 0 auto;
  }
  .service_overview .service_padding .flex_content .insert_block .insert_container .flex_button .button_item:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .service_overview .service_padding .flex_content .flex_item {
    overflow: hidden;
    width: 100%;
    padding-top: 74.8%;
    padding-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
  }
  .service_overview .service_padding .flex_content .flex_item h2 {
    font-size: 24px;
    line-height: 36px;
    max-height: 72px;
    width: calc(100% - 40px);
  }
  .service_overview .service_padding .flex_content .flex_item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .service_overview .service_padding .flex_content .flex_item:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .service_overview .service_padding .flex_content .flex_item .baclground_img::before {
    display: none;
  }
}
/* service overview end*/
/* service list start*/
.service_selectlist .select_list {
  width: 100%;
  height: 70px;
  background-color: #00275A;
}
.service_selectlist .select_list .select_block {
  padding: 17px 0px 17px 0px;
}

.font_title {
  font-size: 36px;
  line-height: 54px;
}

.service_help {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 37px 40px;
  width: 100%;
  background-color: #00275A;
  position: relative;
  border-radius: 5px;
}
.service_help::before {
  /*background-image: url(../image/matek_service_contect.png);*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.service_help .info {
  position: relative;
  z-index: 5;
}
.common_btn p{color:#fd9c00 !important;}
.service_help .info p {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.service_help .info .common_btn {
  min-width: 180px;
  line-height: 50px;
}
.service_help .info .common_btn p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .service_show {
    position: fixed;
    /* bottom: 0; */
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* height: 40px; */
    z-index: 800;
  }
  .service_show p {
    font-size: 16px;
    line-height: 24px;
  }

  .font_title {
    font-size: 30px;
    line-height: 45px;
  }
}
/* service list end*/

/*# sourceMappingURL=service.css.map */
