.inner_main_section img, .inner_main_section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner_main_section .info_title {
  font-size: 360%;
  line-height: 1.25em;
}
@media screen and (max-width: 1200px) {
  .inner_main_section .info_title {
    font-size: 320%;
  }
}
@media screen and (max-width: 768px) {
  .inner_main_section .info_title {
    font-size: 280%;
  }
}
@media screen and (max-width: 575px) {
  .inner_main_section .info_title {
    font-size: 240%;
  }
}

.inner_page {
  padding-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .inner_page {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .inner_page {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .inner_page {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .inner_page {
    padding-bottom: 70px;
  }
}

.service_main {
  position: relative;
}
.service_main:after {
  content: "";
  display: block;
  background-image: url(images/service_bg.svg);
  width: 100%;
  height: 31.25vw;
  max-height: 650px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 70px;
}
@media screen and (max-width: 1200px) {
  .service_main:after {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service_main:after {
    top: 20px;
  }
}

.inner_main_section {
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: 22.7vw;
  max-height: 440px;
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.inner_main_section:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) 100%);
  z-index: 2;
}
.inner_main_section img {
  object-fit: cover;
}
.inner_main_section .main_info {
  position: relative;
  z-index: 3;
  max-width: 960px;
  margin: 0 auto;
}
.inner_main_section .info_title {
  color: #DFDFDF;
  text-align: center;
  font-family: "montserrat-bold", "montserratarm-bold";
}
.inner_main_section .standard_desc {
  color: #DFDFDF;
  text-align: center;
  padding-top: 16px;
}

.news_list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 40px 0 0;
}
.news_list li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 40px 10px 0;
}
@media screen and (max-width: 1024px) {
  .news_list {
    padding-top: 30px;
  }
  .news_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .news_list .news_title {
    font-size: 160%;
    line-height: 22px;
    height: 66px;
  }
  .news_list .read_more {
    font-size: 160%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .news_list {
    padding-top: 10px;
  }
  .news_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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