/* ===========================================================
  콘텐츠 영역 style css = account-notice
=========================================================== */
.account-notice .custom-select-notice{width: auto; font-size: 0.875rem; padding: 6px 24px 6px 12px;}

/* ===== 페이지네이션 스타일 ===== */
.custom-pagination .page-item{
    width: 30px; height: 32px; font-size: 0.9375rem;
    display: flex; align-items: center;  justify-content: center; transition: all 0.2s ease;
}
.custom-pagination .page-item.active{background-color: var(--main); color: #fff !important; font-weight: 600;}
.custom-pagination .page-prev, .custom-pagination .page-next{
    font-size: 0.9375rem;
    display: flex; align-items: center;
    gap: 5px; cursor: pointer;
}
.custom-pagination .page-prev:hover, .custom-pagination .page-next:hover{color: #D41367;}
.custom-pagination i{font-size: 14px; margin-top: 1px;}


@media (max-width: 47.99875rem){ /* (max-width: 767.98px) */
    .custom-pagination.mt_40{margin-top: 30px !important;}
}