.blog_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog_img img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.blog_page {
  background: #F7F7F7;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.blog_block {
  padding: 40px;
  background: #ffffff;
  margin-top: 40px;
}

.blog_list {
  margin-bottom: 20px;
}
.blog_list li {
  padding: 20px 0;
  border-bottom: 1px solid #EFEFEF;
}

.blog_inner {
  display: flex;
  align-items: center;
}

.blog_img {
  height: 163px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: relative;
  overflow: hidden;
}
.blog_img a {
  display: block;
  max-width: 100%;
  position: relative;
}
.blog_img img {
  display: block;
  max-width: 100%;
  max-height: 163px;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  transform-origin: center;
  -webkit-transfrom-origin: center;
}

.blog_info {
  padding: 0 25px;
  height: 163px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog_title {
  color: #76BC22;
  font-family: "montserrat_bold", "montserratarm_bold";
  font-size: 180%;
  line-height: 26px;
  margin-bottom: 10px;
  max-width: 573px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_date {
  color: #484848;
  font-size: 120%;
  line-height: 17px;
  margin-bottom: 10px;
}

.blog_description {
  color: #313131;
  font-size: 130%;
  line-height: 20px;
  margin-bottom: 15px;
  max-width: 573px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.view_blog {
  color: #707070;
  font-family: "montserrat_bold", "montserratarm_bold";
  font-size: 130%;
  line-height: 19px;
  width: max-content;
}

@media (max-width: 991px) {
  .paging {
    padding: 20px 0;
  }

  .blog_list {
    margin-bottom: 0;
  }

  body {
    background: #ffffff;
  }

  .header_bottom {
    display: none;
  }

  .header .search_form {
    background: #ffffff;
  }

  .blog_page {
    margin-top: 140px;
    padding: 0;
  }

  .blog_block {
    padding: 20px;
    margin-top: 27px;
  }

  .blog_title,
.blog_description {
    max-width: 100%;
    -webkit-line-clamp: inherit;
  }

  .blog_inner {
    flex-direction: column;
    align-items: end;
  }

  .blog_info {
    height: auto;
    margin-top: 20px;
    padding: 0;
  }

  .blog_list li:first-child {
    padding-top: 0;
  }
}
.web .top_info .blog_title {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .top_info .blog_title:hover {
  color: #000000;
}
.web .blog_img a {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .blog_img a:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.web .view_blog {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .view_blog:hover {
  color: #76BC22;
}

.touch .top_info .blog_title {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .top_info .blog_title:active {
  color: #000000;
}
.touch .blog_img a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.touch .blog_img a:active {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.touch .view_blog {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .view_blog:active {
  color: #76BC22;
}

.inner_blog_page {
  padding: 40px 0;
  background: #F7F7F7;
  margin-bottom: 40px;
}

.inner_page {
  background: #ffffff;
}

.inner_page_block {
  padding: 40px 25px 80px 25px;
  max-width: 778px;
  margin: 0 auto 40px auto;
}
.inner_page_block .blog_date,
.inner_page_block .blog_title {
  max-width: 100%;
  text-align: center;
}
.inner_page_block .top_img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
  display: block;
  margin-top: 33px;
}
.inner_page_block .inner_page_title {
  font-family: "montserrat_medium", "montserratarm_medium";
  font-size: 170%;
  line-height: 20px;
  color: #373737;
  margin-bottom: 20px;
  margin-top: 41px;
}
.inner_page_block .inner_page_description {
  color: #3F3F3F;
  font-size: 130%;
  line-height: 20px;
}
.inner_page_block .bottom_img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin-top: 30px;
  display: block;
}
.inner_page_block .bottom_title {
  color: #88C200;
  font-family: "montserrat_medium", "montserratarm_medium";
  font-size: 150%;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  body {
    background: #ffffff;
  }

  .header_bottom {
    display: none;
  }

  .header .search_form {
    background: #ffffff;
  }

  .inner_blog_page {
    margin-top: 140px;
    padding: 20px 0;
  }
  .inner_blog_page .inner_page_block {
    padding: 20px 25px 30px 25px;
    margin: 0 auto 0 auto;
  }
  .inner_blog_page .inner_page_block .inner_page_title {
    font-size: 150%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .inner_blog_page .inner_page_block .top_img {
    margin-top: 20px;
  }
}

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