.art-icon-btn:hover {
  background: linear-gradient(rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.10)), #181818;
}
.page-btn-label {
  font-size: 32px;
}
@media screen and (max-width: 499px) {
  .page-btn-label {
    font-size: 24px;
  }
}
.pg-wrap {
  width: 510px;
  height: 250px;
}
.pg-strip {
  width: 350px;
  height: 80px;
}
.pg-bar {
  width: 350px;
}
.pg-arrow {
  width: 58px;
  height: 58px;
  font-size: 46px;
}
@media screen and (max-width: 549px) {
  .pg-wrap {
    width: 95%;
  }
  .pg-strip {
    width: 63%;
    height: 60px;
  }
  .pg-bar {
    width: 300px;
  }
  .pg-arrow {
    width: 35px;
    height: 35px;
    font-size: 30px;
  }
}
.sel-page-label {
  font-size: 32px;
}
@media screen and (max-width: 499px) {
  .sel-page-label {
    font-size: 24px;
  }
}
.news-type-dropdown {
  width: 160px;
}
@media screen and (max-width: 300px) {
  .news-type-dropdown {
    width: 140px;
  }
}