/**
 * Shared pager base — existing class names only (no rename).
 * 크기·active 색 등 tpl 차이는 각 파일 규칙이 덮어씀.
 */
.product_paging,
.avn-notice-list-pagination,
.avn_home_page_wrap_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_paging a,
.avn-notice-list-pagination a,
.avn_home_page_wrap_pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}
