@media (min-width: 1024px) {
  .main-content + .main-content {
    padding-top: 20rem;
  }
}
.ai-news video {
  width: 100%;
}

.news-list__item {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.news-list__item:last-child {
  margin-bottom: 0;
}
.news-list__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--gray3);
  content: "";
}

@media (min-width: 1024px) {
  .news-list__item {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.news {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.news:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.news__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.news__omission {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.news__ttl {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.556;
}
.news__desc {
  font-weight: 400;
  font-size: 1.4rem;
  color: #5B5B5B;
  line-height: 1.429;
}
.news__visual {
  flex: 0 0 10rem;
  overflow: hidden;
  position: relative;
  height: 12.5rem;
  background: #eee;
}
.news__visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms ease-in-out;
}

@media (min-width: 1024px) {
  .news__body {
    gap: 2rem;
  }
  .news__ttl {
    font-size: 2.4rem;
    line-height: 1.417;
  }
  .news__desc {
    font-size: 1.8rem;
    line-height: 1.444;
  }
  .news__visual {
    flex-basis: 28rem;
    height: 13rem;
  }
  .news__visual img {
    width: 100%;
    height: initial;
  }
}

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