@keyframes shimmer{to{transform:translateX(100%)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.section-pagination{-moz-column-gap:2rem;column-gap:2rem;flex-wrap:wrap;margin-bottom:8rem;overflow:hidden;row-gap:2rem}.section-pagination,.section-pagination .box{align-items:center;display:flex;justify-content:center}.section-pagination .box{background-color:var(--gray-1);border:1px solid transparent;color:var(--gray-2);font-size:1.6rem;font-weight:var(--font-weight-base);height:4.8rem;line-height:18.77px;width:4.8rem}.section-pagination .-index{border:1px solid var(--secondary-color);color:var(--secondary-color)}.section-pagination .-next{background-color:var(--secondary-color)}.section-pagination .-next .icon{color:var(--white);transform:rotate(90deg)}.section-pagination .-prev{background-color:var(--secondary-color)}.section-pagination .-prev .icon{color:var(--white);transform:rotate(-90deg)}.section-pagination .icon{height:1.8rem;width:1.8rem}