@charset "utf-8";
/* 기본 CSS 코드이며, 아래의 코드를 참고하여 적용할 페이지의  CSS  코드를 생성여 적용하시면 됩니다. */
#rumi-paging { text-align: center; margin: 0px; font-size: 0; margin: 30px 0 50px; }
#rumi-paging .page-btn { display:inline-block; font-size: 12px; width: 32px; height: 30px; line-height: 30px; text-align: center; margin-right: 5px; border-radius: 3px;}
#rumi-paging .page-btn:hover { background: #705d4f; }
#rumi-paging .inactive { background: #bbb !important; color: #fff; }
#rumi-paging .active { background: #555; color: #fff;  cursor: pointer; }
#rumi-paging .page-num { display: inline-block; font-size: 13px; vertical-align: bottom;  padding: 0 2px; min-width: 30px; height: 30px; background: #eee; line-height: 30px; text-align: center; border-radius: 3px; cursor:pointer; border: 1px solid #4C4F6F; margin-right: 5px; }
#rumi-paging .page-num:hover { background: #705d4f; color: #fff; font-weight: bold; }
#rumi-paging .page-current { background: #4C4F6F !important; color: #fff; font-weight: bold; cursor: unset; }
#rumi-paging .page-num:nth-child(1) { /*margin-left: 20px !important;*/ }
#rumi-paging .page-num:last-child { margin-right: 20px !important; }
#rumi-paging .arrow-left { margin-right: 24px; }
#rumi-paging .arrow-right { margin-left: 20px; }
#rumi-paging .prev-page,
#rumi-paging .next-page { }
#rumi-paging .page-btn-mobile
.rumi-btn-reload { display: none; }

@media all and (max-width:767px) {
    #rumi-paging .page-none { display: none; }
    #rumi-paging .prev-page,
    #rumi-paging .next-page { display: inline-block; }
}

@media all and (max-width:479px) {
    #rumi-paging .page-btn-arrow { display: none; }
}