.paging li.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}
.paging li.on a {
    pointer-events: none;
    cursor: default;
}
@media screen and (min-width: 1025px) {
    .list_st01 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 1.333%;
    }
    .list_st01 li {
        width: 24%;
        margin-bottom: 20px;
        border-bottom: none !important;
    }
    .list_st01 li a {
        display: block;
        height: 100%;
        border: 1px solid #eee;
        padding: 20px;
        box-sizing: border-box;
        transition: 0.3s;
    }
    .list_st01 li a:hover {
        border-color: #0046ff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .list_st01 li .box03 { margin-top: 15px; }
}

.sort-options {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: flex-end;
}
.sort-btn {
    font-size: 15px;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.sort-btn.on {
    color: #0046ff;
    font-weight: 700;
}