.bl_subPageTtl {
  margin-bottom: 0;
}

.un_news_head {
  margin-bottom: 74px;
}
@media only screen and (max-width: 768px) {
  .un_news_head {
    margin-bottom: 13.33vw;
  }
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 66px;
  margin-bottom: 66px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .pager {
    margin-top: 16vw;
    margin-bottom: 16vw;
    font-size: 4.266vw;
  }
}
.pager_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) !important;
}
.pager_item:hover {
  background-color: #54C4AD;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .pager_item {
    width: 9.06vw;
    height: 9.06vw;
    border-radius: 9.06vw;
  }
}
.pager_item.current {
  background-color: #54C4AD;
  color: #fff;
}
.pager_item.left {
  width: 8px;
  height: 8px;
  margin-right: 15px;
  border-radius: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .pager_item.left {
    width: 2.133vw;
    height: 2.133vw;
    margin-right: 4vw;
  }
}
.pager_item.left:hover {
  background-color: transparent;
  color: #000;
}
.pager_item.right {
  width: 8px;
  height: 8px;
  margin-left: 15px;
  border-radius: 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .pager_item.right {
    width: 2.133vw;
    height: 2.133vw;
    margin-left: 4vw;
  }
}
.pager_item.right:hover {
  background-color: transparent;
  color: #000;
}

.bl_toTop--list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .bl_toTop--list {
    margin-bottom: 10.66vw;
  }
}