@charset "utf-8";
.news {
  padding-top: 168px;
    padding-bottom: clamp(5rem, 2.5rem + 5.21vw, 8.75rem);
}
.news__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.news__cate {
      display: flex;
    column-gap: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    align-items: center;
      padding-bottom: 20px;
    border-bottom: 0.5px solid #2D2F65;
}
.news-cate__btn {
      padding: 8px 25px;
    border: 1px solid #2D2F65;
    background-color: #fff;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  border-radius: 3px;
    transition: all 0.5s;
}
.news-cate__btn:hover {
  background-color: #2D2F65;
  color: #fff;
}
.news__cate section {
      display: flex;
    align-items: center;
    column-gap: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
      flex-wrap: wrap;
    row-gap: 16px;
}
.news__cate section article {
        display: flex;
    align-items: center;
    justify-content: center;
}
.news__cate section article a {
      padding: 8px 25px;
    border: 1px solid #2D2F65;
    background-color: #fff;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
  border-radius: 3px;
    transition: all 0.5s;
}
.news__cate section article:hover a {
  background-color: #2D2F65;
  color: #fff;
}
.news__block {
  margin-top: clamp(5rem, 2.5rem + 5.21vw, 8.75rem);
}
.news__block section {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.news__block section article {
       padding-bottom: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    border-bottom: 1px dashed #143064;
    transition: all 0.5s;
}
.news__block section article:hover {
  opacity: 0.5;
}
.newsItemBottom {
      display: flex;
    column-gap: clamp(1.875rem, 0.625rem + 2.6vw, 3.75rem);
    align-items: baseline;
}
.newsItemText {
      display: flex;
    align-items: center;
    column-gap: clamp(1.5rem, 1.25rem + 0.52vw, 1.875rem);
}
.newsItemTime {
        font-weight: 400;
    color: #143064;
    transition: all 0.5s;
}
.newsItemCate {
        font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    background-color: #143064;
    color: #fff;
    padding: 4px 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
  min-width: 85px;
}
.newsTitleBox {
      display: flex;
    align-items: flex-end;
      width: 100%;
    justify-content: space-between;
}
.newsItemTit {
        font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.5s;
}
.webgene-pagination {
  width: 100%;
  margin-top: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.webgene-pagination>ul {
      display: flex;
  align-items: center;
  justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 50px;
}
.webgene-pagination>ul>li {
      color: #143064;
    list-style: none;
}
.webgene-pagination>ul>li>a {
    color: #143064;
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 500;
    transition: all 0.5s;
}
.webgene-pagination>ul>li>a:hover {
  color: #AAAAB2;
}
.number.selected a {
  color: #AAAAB2;
  text-decoration: underline;
}
.footer {
  background-color: #fff;
}

@media (max-width: 767px) {
  .news__cate {
        flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
  .news__cate section {
    column-gap: 20px;
  }
  .newsItemBottom {
        flex-direction: column;
    row-gap: 16px;
  }
  .webgene-pagination>ul {
    column-gap: 40px;
  }
}