.blog_inner_page .tab_buttons, .blog_page .blog_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_inner .head_block:after, .news_inner .head_block img, .blog_page .blog_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blog_page .blog_img > img {
  object-fit: cover;
}

.blog_page .blog_img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.blog_page .blog_img {
  position: relative;
  overflow: hidden;
}
.blog_page .blog_img:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

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

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

.blog_page {
  margin-top: 70px;
}
.blog_page .blog_inner {
  margin-top: 40px;
}
.blog_page .blog_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.blog_page .blog_list li {
  padding: 0 10px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 133px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
}
.blog_page .blog_block {
  position: relative;
}
.blog_page .blog_block.hovered .blog_img img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.blog_page .blog_block.hovered .blog_title {
  color: #ED1C24;
}
.blog_page .blog_info {
  position: absolute;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: -93px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: right;
  flex-direction: column;
  min-height: 161px;
  margin: 0 auto;
  padding: 20px 32px 26px;
}
.blog_page .blog_img {
  display: block;
  width: 100%;
}
.blog_page .blog_img.no_image, .blog_page .blog_img:empty {
  background-color: #e5e5e5;
}
.blog_page .blog_img.no_image img {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: auto;
}
.blog_page .blog_img:empty {
  background-image: url("images/loader.png");
  background-size: 110px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.blog_page .blog_img img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.blog_page .category_blog {
  font-size: 120%;
  line-height: 14px;
  color: #6AB245;
  margin-bottom: 8px;
  display: block;
}
.blog_page .category_blog.news_category {
  color: #ED1C24;
}
.blog_page .blog_title {
  height: 63px;
  font-size: 140%;
  line-height: 21px;
  color: #000000;
  font-family: "montserrat-bold", "montserratarm-bold";
  overflow: hidden;
  display: block;
}
.blog_page .paging {
  margin: 48px 0 100px;
}
.blog_page .load_more {
  background: #6AB245;
  border: none;
  padding: 13px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 201px;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  font-family: "montserrat-bold", "montserratarm-bold";
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .blog_page {
    margin-top: 45px;
  }
  .blog_page .blog_info {
    padding: 10px;
    left: 15px;
    right: 15px;
  }
  .blog_page .paging {
    margin: 20px 0 50px;
  }
}
@media screen and (max-width: 959px) {
  .blog_page {
    margin-top: 20px;
  }
  .blog_page .blog_inner {
    margin-top: 20px;
  }
  .blog_page .blog_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog_page .paging {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .blog_page .blog_info {
    left: 10px;
    right: 10px;
  }
  .blog_page .blog_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.blog_date {
  display: flex;
  margin: 12px 0 0;
  font-size: 140%;
  line-height: 17px;
  color: #666666;
}
.blog_date .icon_time,
.blog_date .icon_peoples {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.blog_date .icon_time:before,
.blog_date .icon_peoples:before {
  color: #6AB245;
  font-family: "montserrat-bold", "montserratarm-bold";
  font-size: 16px;
  padding-right: 5px;
}

.blog_inner_page {
  margin-top: 70px;
  margin-bottom: 100px;
}
.blog_inner_page .left_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.blog_inner_page .right_block {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  margin-left: auto;
  padding: 0 10px;
}
.blog_inner_page .blog_date {
  margin-top: 40px;
  padding-bottom: 34px;
}
.blog_inner_page .back_btn {
  font-size: 120%;
  line-height: 14px;
  color: #000000;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
}
.blog_inner_page .back_btn:before {
  padding-right: 8px;
  font-size: 8px;
  font-weight: bold;
  color: #000000;
}
.blog_inner_page .tab_section {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 32px;
}
.blog_inner_page .tab_buttons {
  display: flex;
  margin: 0 -20px;
  font-size: 140%;
  line-height: 17px;
  font-family: "montserrat-bold", "montserratarm-bold";
  color: #666666;
}
.blog_inner_page .tab_buttons li {
  padding: 0 20px;
}
.blog_inner_page .tab_buttons li a {
  color: inherit;
  position: relative;
}
.blog_inner_page .tab_buttons li.selected {
  pointer-events: none;
}
.blog_inner_page .tab_buttons li.selected a {
  color: #ED1C24;
  margin-left: 16px;
}
.blog_inner_page .tab_buttons li.selected a:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ED1C24;
}
.blog_inner_page .tabs_container {
  margin-top: 32px;
}
.blog_inner_page .inner_img img {
  width: 100%;
  display: block;
  height: auto;
}
.blog_inner_page .share_bts {
  font-size: 140%;
  line-height: 17px;
  color: #000000;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin-top: 20px;
}
.blog_inner_page .addthis_inline_share_toolbox_hha1 {
  margin-left: 16px;
}
.blog_inner_page .addthis_inline_share_toolbox_hha1 .at-resp-share-element .at-share-btn {
  border-radius: 50% !important;
}
@media screen and (max-width: 1199px) {
  .blog_inner_page {
    margin-bottom: 50px;
    margin-top: 45px;
  }
  .blog_inner_page .right_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .blog_inner_page {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog_inner_page .back_btn {
    margin-bottom: 20px;
  }
  .blog_inner_page .blog_date {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .blog_inner_page .tabs_container {
    margin-top: 20px;
  }
  .blog_inner_page .tab_section {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog_inner_page .share_bts {
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .blog_inner_page .left_block,
.blog_inner_page .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.blog_inner_page.news_section {
  margin-top: 0;
}

.news_inner {
  position: relative;
  overflow: hidden;
}
.news_inner .page_title {
  color: #ffffff;
}
.news_inner .back_btn {
  margin-bottom: 0;
  color: #ffffff;
}
.news_inner .back_btn:before {
  color: #ffffff;
}
.news_inner .blog_date {
  color: #ffffff;
  padding-bottom: 0;
  margin-top: 0;
}
.news_inner .head_block {
  position: relative;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.news_inner .head_block img {
  z-index: 2;
  object-fit: cover;
}
.news_inner .head_block:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 3;
}
.news_inner .head_block .news_container {
  position: relative;
  z-index: 5;
  min-height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.news_inner .share_bts {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
}
.news_inner .news_container {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.news_inner .news_content {
  margin-top: 48px;
  padding: 0 10px;
}
.news_inner .news_content img {
  width: 100%;
  display: block;
  height: auto;
}
@media screen and (min-width: 960px) {
  .news_inner .head_block {
    min-height: 380px;
  }
  .news_inner .head_block .news_container {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .news_inner {
    margin-top: 20px;
  }
  .news_inner .share_bts {
    margin-bottom: 0;
  }
  .news_inner .news_content {
    margin-top: 20px;
  }
  .news_inner .head_block {
    min-height: 200px;
  }
  .news_inner .head_block .news_container {
    padding: 20px 0 20px;
  }
}

.web .blog_inner_page .back_btn, .blog_inner_page .web .back_btn, .web .blog_inner_page .tab_buttons li a, .blog_inner_page .tab_buttons li .web a, .blog_page .blog_title {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .blog_page .load_more, .blog_page .web .load_more {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.touch .blog_inner_page .back_btn, .blog_inner_page .touch .back_btn, .touch .blog_inner_page .tab_buttons li a, .blog_inner_page .tab_buttons li .touch a {
  -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 .blog_page .load_more, .blog_page .touch .load_more {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .blog_inner_page .back_btn:hover, .blog_inner_page .web .back_btn:hover, .web .blog_inner_page .tab_buttons li a:hover, .blog_inner_page .tab_buttons li .web a:hover {
  color: #ED1C24;
}
.web .blog_page .load_more:hover, .blog_page .web .load_more:hover {
  background: #ED1C24;
}
.touch .blog_inner_page .back_btn:active, .blog_inner_page .touch .back_btn:active, .touch .blog_inner_page .tab_buttons li a:active, .blog_inner_page .tab_buttons li .touch a:active {
  color: #ED1C24;
}
.touch .blog_page .load_more:active, .blog_page .touch .load_more:active {
  background: #ED1C24;
}

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