.news {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 10rem;
  overflow: hidden;
  container-type: inline-size;
}
.news .breadcrumb {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto 1.5rem;
}
.news .page-banner {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto;
}
.news .news_list {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 0 auto;
}
.news_filter {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 5rem auto 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@container (max-width: 70rem) {
  .news_filter {
    gap: 1rem;
  }
}
.news_filter_year {
  min-width: 12rem;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  height: 3rem;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='19' height='19'><path fill='%23404040' d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 1.9rem;
  border: 1px solid #404040;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.1em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.news_filter_year:focus-visible {
  outline: 2px solid #4CACE2;
  outline-offset: 2px;
}
.news_filter_separator {
  width: 1px;
  height: 3rem;
  background: #B0B0B0;
}
.news_filter_categories {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.news_filter_category {
  padding: 0.5rem 3rem;
  height: 3rem;
  background: #FFFFFF;
  border: 1px solid #B0B0B0;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #B0B0B0;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  line-height: 1.2;
}
.news_filter_category--blue {
  border-color: #4CACE2;
  color: #4CACE2;
}
.news_filter_category--blue.is-active {
  background: #4CACE2;
  color: #FFFFFF;
}
.news_filter_category--orange {
  border-color: #F7B33C;
  color: #F7B33C;
}
.news_filter_category--orange.is-active {
  background: #F7B33C;
  color: #FFFFFF;
}
.news_filter_category--pink {
  border-color: #EE86A8;
  color: #EE86A8;
}
.news_filter_category--pink.is-active {
  background: #EE86A8;
  color: #FFFFFF;
}
.news_filter_category--green {
  border-color: #66BF9D;
  color: #66BF9D;
}
.news_filter_category--green.is-active {
  background: #66BF9D;
  color: #FFFFFF;
}
.news_filter_category--purple {
  border-color: #C48AB9;
  color: #C48AB9;
}
.news_filter_category--purple.is-active {
  background: #C48AB9;
  color: #FFFFFF;
}
.news_filter_category--lightgreen {
  border-color: #B7D450;
  color: #B7D450;
}
.news_filter_category--lightgreen.is-active {
  background: #B7D450;
  color: #FFFFFF;
}
.news_filter_category:hover {
  background: rgba(0, 0, 0, 0.03);
}
.news_pagination {
  max-width: 100rem;
  width: calc(100% - 6rem);
  margin: 4rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.news_pagination_btn {
  min-width: 3rem;
  height: 3rem;
  padding: 0 0.6rem;
  background: transparent;
  border: none;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.news_pagination_btn:hover:not(:disabled):not(.is-active) {
  background: rgba(76, 172, 226, 0.1);
}
.news_pagination_btn.is-active {
  background: #4CACE2;
  color: #FFFFFF;
  font-weight: 700;
}
.news_pagination_btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.news_pagination_ellipsis {
  min-width: 3rem;
  font-size: 1.6rem;
  color: #707070;
  text-align: center;
}
.news_pagination_icon {
  font-size: 2.4rem;
}/*# sourceMappingURL=news.css.map */