.news-details {
  padding-bottom: 150px;
}

.news-details .text-content {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.news-details__container {
  position: relative;
  display: flex;
  flex-direction: row;
}

.news-details .share-set {
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0 0 0 -80px;
  width: auto;
  height: auto;
}

.news-details .share-set__item {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}

.news-details .share-set__item img {
  -o-object-fit: contain;
  object-fit: contain;
}

.news-details .news-slider {
  margin-top: 50px;
  border-bottom: 0;
}

@media only screen and (min-width: 1248px) {
  .news-details .news-slider .swiper-slide__bg-image {
    height: 500px;
  }
}

@media only screen and (max-width: 1247px) {
  .news-details__container {
    flex-direction: column;
  }

  .news-details .share-set {
    position: relative;
    flex-direction: row;
    margin: 0;
  }

  .news-details .share-set__item img {
    margin: 0 8px 0 0;
    width: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .news-details {
    padding-bottom: 50px;
  }
}

.news-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news-item {
  width: calc((100% - (24px * 3)) / 4);
  margin: 0 24px 70px 0;
  background-color: #fff;
}

.news-item:nth-child(4n+4) {
  margin-right: 0;
}

.news-item-image {
  height: 135px;
  background-color: #999;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.news-item-detail {
  padding: 20px 22px;
}

.news-item-detail__title {
  color: #001434;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
}

.news-item-detail__title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px 0 10px 0;
  background-color: #7e0c1e;
}

.news-item-detail__description {
  margin-bottom: 15px;
}

.news-item-detail__description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #001434;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
}

.news-item-detail__link {
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

.news-item-detail__link:hover {
  color: #7e0c1e;
}

.news.-three-columns {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}

.news.-three-columns .news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.news.-three-columns .news-title__text {
  margin-bottom: 0;
}

.news.-three-columns .news-title__link {
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

.news.-three-columns .news-title__link:hover {
  color: #7e0c1e;
}

.news.-three-columns .news-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - (24px * 2)) / 3);
  margin: 0 23px 0 0;
}

.news.-three-columns .news-item:nth-child(3n+3) {
  margin-right: 0;
}

.news.-three-columns .news-item-image {
  width: 100%;
}

.news.-three-columns .news-item-detail {
  padding: 20px 22px 40px 22px;
  width: 100%;
}

.news.-three-columns .news-item-detail__title {
  transition: color 0.3s;
}

.news.-three-columns .news-item:hover .news-item-detail__title {
  color: #7e0c1e;
}

@media only screen and (max-width: 1247px) {
  .news-item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 30px 0;
  }

  .news-item:nth-child(4n+4) {
    margin-right: 10px;
  }

  .news-item:nth-child(3n+3) {
    margin-right: 0;
  }

  .news-item-image {
    height: auto;
    padding-top: 56.25%;
  }
}

@media only screen and (max-width: 767px) {
  .news-item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .news.-three-columns .news-title {
    margin-bottom: 20px;
  }

  .news.-three-columns .news-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

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