.articleList {
  display: grid !important;
  grid-template-columns: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.thumb,
.profileBox {
  width: 100% !important;
}

.thumb {
  aspect-ratio: 16/9;
}
.thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 100%;
}

#ctsAbout .articleList .vol {
  font-size: 2.3em !important;
}

.profileBox {
  margin-top: 10px;
}

#ctsAbout .articleList .articleTtl {
  font-size: 1em !important;
}

#ctsAbout .articleList h3 {
  font-size: 2vw;
}

.page-numbers {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.3em 0.7em;
  text-align: center;
}
.page-numbers.current {
  background-color: #000;
  color: #fff;
}
.page-numbers.dots {
  border: none;
}

.pagenation {
  justify-content: center;
  margin-top: 7.3em;
  display: flex;
  gap: 1.4em;
}

#ctsAbout {
  margin-top: 2em;
}

.categoryList {
  margin-top: 7.3em;
}

#keywordsListSec {
  margin-top: 2em;
}

@media (min-width: 769px) {
  .articleList {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #ctsAbout .articleList h3 {
    font-size: 12px;
  }
  #ctsAbout {
    margin-top: 3em;
  }
}
