@charset "utf-8";

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheJamsil5Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

.paging_wrap button {
  font-family: 'GmarketSansMedium';
  font-weight: bold;
}

.paging_wrap .prev {
  position: relative;
  top: 3px;
  border: 0;
  background-color: white;
  color: #bc0013;
  width: 50px;
  height: 30px;
  font-size: 20px;
  font-family: 'TheJamsil5Bold';
}


.paging_wrap .active {
  border: 2px solid #bc0013;
  background-color: white !important;
  color: black !important;
  box-shadow: -1px -1px 6px -1px gray inset !important;
}

.paging_wrap .pageBtn {
  width: 45px;
  height: 30px;
  color: white;
  font-size: 15px;
  background-color: #bc0013;
  border: 1px solid #8f2929;
  box-shadow: -1px -1px 6px -1px #741818 inset;
  border-radius: 5px;
  cursor: pointer;
}

.paging_wrap .next {
  position: relative;
  top: 3px;
  border: 0;
  background-color: white;
  color: #bc0013;
  width: 50px;
  height: 30px;
  font-size: 20px;
  font-family: 'TheJamsil5Bold';
}


