.paging {
  width: 14%;
  margin: -4% auto 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.paging button {
  width: 10%;
  background: #FFF;
  border: none;
}

.paging .page-num-wrap {
  font-size: 1.684rem;
  color: #143D8E;
}

button:disabled {
  opacity: .5;
  cursor: no-drop;
}

@media screen and (max-width: 1200px) {
  .paging {
    width: 34%;
  }
}
