/* Responsive breakpoints */
.sub-type-news {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .sub-type-news {
    margin: 0 45px;
    max-width: none;
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .sub-type-news {
    max-width: calc(100vw - 30px);
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .sub-type-news {
    margin: 0 15px;
    max-width: calc(100vw - 30px);
  }
}
.sub-type-news .inner-slider {
  margin-top: 30px;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.sub-type-news p {
  text-align: center;
}
.sub-type-news .image-wrap {
  overflow: hidden;
  margin-bottom: 15px;
}
.sub-type-news .news-item-inner {
  overflow: hidden;
  position: relative;
}
.sub-type-news .content {
  text-align: left;
  padding: 15px;
}
.sub-type-news .content .date {
  font-size: 1.4em;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.sub-type-news h3 {
  color: #000;
  text-decoration: none;
  font-size: 1.714em;
  font-weight: bold;
  margin: 0;
}
.sub-type-news p {
  text-align: left;
  text-decoration: none;
  font-size: 1.285em;
  color: #000;
}
.sub-type-news .detail-link {
  display: none;
}
.sub-type-news .slide.news-item a {
  margin-right: 0;
  background: #f6f6f6;
  display: block;
}
@media only screen and (max-width: 767px) {
  .sub-type-news .slide.news-item a {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-type-news .line {
    padding: 0;
  }
}
.sub-type-news .slick-slider {
  /*
	   .slick-list {
			overflow: visible;
			clip-path: inset(-100vw -100vw -100vw 0);
	   }*/
}
.sub-type-news .slick-slider .slick-track {
  display: flex;
  align-items: flex-top;
}
.sub-type-news .slick-slider .slide img {
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.sub-type-news .slick-slider .sub-type-news .slick-slider .slick-slide.slick-current {
  opacity: 1;
}
.sub-type-news .slick-slider .slick-slide {
  height: auto;
  width: 458px;
  margin: 0;
  padding: 7px;
}
@media only screen and (max-width: 767px) {
  .sub-type-news .slick-slider .slick-slide {
    width: calc(100vw - 14px);
    padding-right: 0px;
  }
}
.sub-type-news .slick-slider .slick-slide .slide.noImage h3 {
  color: #910308;
}
.sub-type-news .slick-slider .slick-slide .slide.noImage .content {
  position: relative;
  background: none;
}
