.top {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .top {
    flex-direction: column;
  }
}
.top__content {
  width: 100%;
  max-width: 688px;
  margin-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .top__content {
    margin: 0;
    max-width: 100%;
  }
}
.top__sidebar {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767.98px) {
  .top__sidebar {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
.top__title {
  text-align: center;
  line-height: 1;
  background-image: url("/assets/images/title_back.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
  margin: 30px auto 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .top__title {
    margin: 8px 12px;
  }
}
.top__title span {
  color: #0058aa;
  font-size: 23px;
  font-weight: bold;
  background: #fff;
  margin: 0 auto;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.article__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .article__list {
    margin: 0 12px;
  }
}

.page-title {
  color: #231815;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}
.page-title__wrap {
  text-align: center;
  margin: 20px 0 40px;
}

.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 50%;
  height: 5px;
  background-color: #0058aa;
}

.btn__wrap {
  width: 30%;
  margin: 20px auto 0;
}

.paginate__wrap {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 991.98px) {
  .ranking {
    display: none;
  }
}

#div-gpt-ad-1686007392594-0 {
  margin: auto;
  margin-bottom: 20px;
}

#div-gpt-ad-1686007500622-0 {
  margin: auto;
  margin-top: 20px;
}

@media screen and (max-width: 575.98px)  {
  #div-gpt-ad-1686007392594-0 {
    min-height: 180px;
  }

  .ad-microad {
    display: none;
  }
}

.ad-microad.sticky {
  position: sticky;
  top: 20px;
}

.top__sidebar .ad-microad {
  min-height: 250px;
}