.technology_page .list_group,
.technology_page .list_right {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

.technology_page {
  margin-top: 70px;
}
.technology_page .page_title {
  margin-bottom: 40px;
}
.technology_page .page_title span {
  color: #ED1C24;
}
.technology_page .sub_title span {
  color: #ED1C24;
}
.technology_page .block_list {
  padding-top: 80px;
}
.technology_page .list_group,
.technology_page .list_right {
  position: relative;
}
.technology_page .list_group li,
.technology_page .list_right li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px 90px;
  max-width: 1180px;
  width: 100%;
}
.technology_page .list_group li:nth-child(even),
.technology_page .list_right li:nth-child(even) {
  flex-direction: row-reverse;
}
.technology_page .list_group li:nth-child(even) .section_image,
.technology_page .list_right li:nth-child(even) .section_image {
  margin-right: 0;
  margin-left: auto;
  justify-content: flex-end;
}
.technology_page .list_group:nth-child(3n+1),
.technology_page .list_right:nth-child(3n+1) {
  background: #ED1C24;
  padding-top: 110px;
}
.technology_page .list_group:nth-child(3n+1):before,
.technology_page .list_right:nth-child(3n+1):before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 140px;
  width: 30000px;
  transform-origin: left bottom;
  -webkit-transfrom-origin: left bottom;
  transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -moz-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -ms-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -webkit-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -o-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  margin-right: 0;
  left: 0;
  background: #ffffff;
}
.technology_page .list_group:nth-child(3n+1) li:first-child,
.technology_page .list_right:nth-child(3n+1) li:first-child {
  padding-top: 50px;
}
.technology_page .list_group:nth-child(3n+2),
.technology_page .list_right:nth-child(3n+2) {
  background: rgba(106, 178, 69, 0.1);
  padding-top: 110px;
}
.technology_page .list_group:nth-child(3n+2):before,
.technology_page .list_right:nth-child(3n+2):before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 140px;
  width: 30000px;
  transform-origin: left bottom;
  -webkit-transfrom-origin: left bottom;
  transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -moz-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -ms-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -webkit-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -o-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  margin-right: 0;
  left: 0;
  background: #ED1C24;
}
.technology_page .list_group:nth-child(3n+2) .section_inner .sub_title,
.technology_page .list_group:nth-child(3n+2) .section_inner .page_description,
.technology_page .list_right:nth-child(3n+2) .section_inner .sub_title,
.technology_page .list_right:nth-child(3n+2) .section_inner .page_description {
  color: #000000;
}
.technology_page .list_group:nth-child(3n+2) li:first-child,
.technology_page .list_right:nth-child(3n+2) li:first-child {
  padding-top: 50px;
}
.technology_page .list_group:nth-child(3n+3),
.technology_page .list_right:nth-child(3n+3) {
  background: #ffffff;
}
.technology_page .list_group:nth-child(3n+3):before,
.technology_page .list_right:nth-child(3n+3):before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 140px;
  width: 30000px;
  transform-origin: left bottom;
  -webkit-transfrom-origin: left bottom;
  transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -moz-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -ms-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -webkit-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  -o-transform: rotate(-14deg) skewX(-10deg) skewY(10deg);
  margin-right: 0;
  left: 0;
  background: #ffffff;
}
.technology_page .list_group:nth-child(3n+3) .section_inner .sub_title,
.technology_page .list_group:nth-child(3n+3) .section_inner .page_description,
.technology_page .list_right:nth-child(3n+3) .section_inner .sub_title,
.technology_page .list_right:nth-child(3n+3) .section_inner .page_description {
  color: #000000;
}
.technology_page .list_group:nth-child(3n+3) li:first-child,
.technology_page .list_right:nth-child(3n+3) li:first-child {
  padding-top: 50px;
}
@media screen and (max-width: 1023px) {
  .technology_page .list_group li,
.technology_page .list_right li {
    padding: 0 10px 30px;
  }
  .technology_page .list_group:nth-child(3n+3):before,
.technology_page .list_right:nth-child(3n+3):before {
    height: 90px;
  }
  .technology_page .list_group:nth-child(3n+2):before,
.technology_page .list_right:nth-child(3n+2):before {
    height: 90px;
  }
  .technology_page .list_group:nth-child(3n+2) li:last-child,
.technology_page .list_right:nth-child(3n+2) li:last-child {
    padding-bottom: 100px;
  }
  .technology_page .list_group:nth-child(3n+1):before,
.technology_page .list_right:nth-child(3n+1):before {
    height: 90px;
  }
}
.technology_page .section_inner {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 10px;
}
.technology_page .section_inner .sub_title {
  margin-bottom: 22px;
  color: #ffffff;
}
.technology_page .section_inner .page_description {
  text-align: left;
  color: #ffffff;
}
.technology_page .section_image {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-right: auto;
  display: flex;
}
.technology_page .images_inner svg {
  width: 100%;
  height: auto;
}
.technology_page .business_info {
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .technology_page {
    margin-top: 45px;
  }
}
@media screen and (max-width: 959px) {
  .technology_page {
    margin-top: 20px;
  }
  .technology_page .section_inner {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .technology_page .page_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .technology_page .section_image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .technology_page .section_inner {
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .technology_page .images_inner {
    width: 70vw;
    flex: 0 0 70vw;
    max-width: 70vw;
    margin: 0 auto;
  }
  .technology_page .list_group:nth-child(3n+3) li:first-child,
.technology_page .list_right:nth-child(3n+3) li:first-child {
    padding-top: 0;
  }
  .technology_page .list_group:nth-child(3n+2), .technology_page .list_group:nth-child(3n+1),
.technology_page .list_right:nth-child(3n+2),
.technology_page .list_right:nth-child(3n+1) {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .technology_page .section_inner,
.technology_page .section_image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .technology_page .business_info {
    margin-top: 20px;
  }
  .technology_page .images_inner {
    width: unset;
    flex: auto;
    max-width: unset;
    margin: 0 auto;
  }
  .technology_page .list_group li:last-child,
.technology_page .list_right li:last-child {
    padding-bottom: 30px !important;
  }
  .technology_page .list_group:nth-child(3n+3),
.technology_page .list_right:nth-child(3n+3) {
    padding-top: 0;
  }
  .technology_page .list_group:nth-child(3n+3) li:first-child,
.technology_page .list_right:nth-child(3n+3) li:first-child {
    padding-top: 50px;
  }
  .technology_page .list_group:nth-child(3n+3):before,
.technology_page .list_right:nth-child(3n+3):before {
    display: none;
  }
  .technology_page .list_group:nth-child(3n+2), .technology_page .list_group:nth-child(3n+1),
.technology_page .list_right:nth-child(3n+2),
.technology_page .list_right:nth-child(3n+1) {
    padding-top: 0;
  }
  .technology_page .list_group:nth-child(3n+2):before, .technology_page .list_group:nth-child(3n+1):before,
.technology_page .list_right:nth-child(3n+2):before,
.technology_page .list_right:nth-child(3n+1):before {
    display: none;
  }
}

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