#news {
  margin: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  #news {
    margin: 22rem 0 0;
  }
}
#news .container .news-inner {
  width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #news .container .news-inner {
    width: 100%;
  }
}
#news .container .news-inner .main-ttl {
  margin: 0 0 2rem;
  text-align: left;
}
#news .container .news-body {
  margin: 0 auto;
}
#news .container .news-body-ttl {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#news .container .news-body-ttl-more {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  #news .container .news-body-ttl-more {
    font-size: 2.4rem;
    margin: 3rem 0 0;
  }
}
#news .container .news-body-ttl-more img {
  width: 0.6rem;
  margin: 0 0 0.4rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #news .container .news-body-ttl-more img {
    width: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #news .container .news-body {
    width: 64.5rem;
  }
}
#news .container .news-list {
  border-top: 1px solid #d9d9d9;
}
#news .container .news-category-filter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  color: var(--main-color-text);
  margin: 4.8rem 0;
}
#news .container .news-category-filter ul li {
  background: #F3F3F6;
  padding: 1rem 2.5rem;
  border-radius: 15rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #news .container .news-category-filter ul li {
    font-size: 2.4rem;
  }
}
#news .container .news-item {
  display: flex;
  align-items: center;
  gap: 0 34px;
  padding: 20px 26px;
  border-bottom: 1px solid #d9d9d9;
  color: var(--main-color-black);
  line-height: 1.75;
}
@media (max-width: 767px) {
  #news .container .news-item {
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
  }
}
#news .container .news-time {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #news .container .news-time {
    font-size: 2.6rem;
  }
}
#news .container .news-cat {
  width: 100%;
  max-width: 15rem;
  padding: 3px;
  border-radius: 4px;
  background-color: #f3f3f6;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  #news .container .news-cat {
    max-width: 150px;
    font-size: 2.4rem;
  }
}
#news .container .news-link {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #news .container .news-link {
    width: 100%;
    font-size: 2.6rem;
  }
}
#news .container .news-link:hover {
  opacity: 1;
  color: var(--main-color-red);
}
#news .container .news-pagination {
  margin: 5rem 0 0;
}
#news .container .news-pagination ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
#news .container .news-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  #news .container .news-pagination .page-numbers {
    font-size: 2.6rem;
  }
}
#news .container .news-pagination .current {
  background-color: var(--main-color-red);
  color: #fff;
}

.red-background {
  transition: 0.5s;
  color: #fff;
  background: var(--main-color-red) !important;
}/*# sourceMappingURL=news.css.map */