/* Total Page Number */
.total-page {
  font-size: 13px;
  margin-top: 12px;
  justify-content: space-between;
  text-align: center;
}
.page-num button {
  background: none;
  padding: 0 4px;
  font-size: 11px;
}
.page-num em {
  padding: 0 10px;
  margin: 0 3px;
  background: #F3F5F7;
  border-radius: 50%;
  cursor: pointer;
}
.page-num em.not-select {  /* 선택안된 페이징번호 CSS 신규추가 */
  padding: 0 10px;
  margin: 0 3px;
  background: none;
  border-radius: 50%;
  cursor: pointer;
}
.page-num em:hover {
  background: rgba(238, 238, 238, 0.65);
}
.page-num span {
  padding: 0 3px;
}
.page-view .custom-select {
  /*display: inline-block;*/
  display:none;
  margin-left: 5px;
  min-width: 80px;

}
.page-view .custom-select select {
  font-size: 12px;
}