.latest-news {
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
  padding-bottom: 165px;
}@media (min-width: 1024px) {.latest-news {
    padding-top: 2.5rem;
  }
}.latest-news {
  background-image: url('/static/I_004/images/index/news-bg.png');
  background-position: left top;
}

.latest-news .swiper-slide {
  height: auto;
  width: 335px;
}

.latest-news-main.twm-container-small {
  position: relative;
  display: flex;
  max-width: none;
  flex-direction: column;
  padding: 0px;
}

@media (min-width: 1280px) {.latest-news-main.twm-container-small {
    max-width: 1320px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    border-radius: 20px;
    background: linear-gradient(
      181deg,
      rgba(27, 27, 32, 0.6) 2.64%,
      rgba(27, 27, 32, 0.24) 80.93%,
      rgba(27, 27, 32, 0) 98.04%
    );
    -webkit-backdrop-filter: blur(42.75px);
            backdrop-filter: blur(42.75px);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.latest-news-main .news-slide {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {.latest-news-main .news-slide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {.latest-news-main .news-slide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {.latest-news-main .news-slide {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.news-card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: block;
  border-radius: 8px;
  border-width: 1px;
  border-color: transparent;
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.news-card .news-type {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(213 214 215 / var(--tw-text-opacity, 1));
}

.news-card .news-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.5rem;
    height: 54px;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 500;
  }

.news-card .news-detail {
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  --tw-text-opacity: 1;
  color: rgb(171 173 175 / var(--tw-text-opacity, 1));
}

.news-card .news-date {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(171 173 175 / var(--tw-text-opacity, 1));
}

.news-card .icon {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.news-card:hover {
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.4;
    background: rgba(255, 255, 255, 0.02);
}

.news-card:hover .icon {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity, 1));
}

.news-card .news-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-news-btn {
  margin-top: 1.5rem;
}

@media (min-width: 1280px) {.more-news-btn {
    position: absolute;
    right: 0px;
    top: -88px;
    margin-top: 0px;
  }
}

/*# sourceMappingURL=latest-news.css.map */
