@charset "UTF-8";
.swiper-pagination.swiper-pagination-fraction {
  left: 50%;
  width: 46px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 700;
  font-size: 12px;
  color: white;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination.swiper-pagination-fraction span {
  padding: 0 2px;
}
