/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
 
.cate-wrap {
    text-align: center;
    position: relative;
}
.bcate {
    text-align: left;
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 34px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
}

.class-list {
    margin-top: 40px;
}

.class-list ul {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.class-list ul li {}

.class-list ul li a {
    color: #000;
    font-size: 16px;
    line-height: normal;
}

.class-list ul li.active a, .class-list ul li a:hover { 
    color: var(--main-color);
}
.sort {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 42px 0 24px;
    margin-top: 24px;
    border-top: 3px solid #000;
}

.count {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    line-height: normal;
}

.sort select {
    color: #000;
    font-size: 14px;
    line-height: normal;
    background: url(/design/jkcom3030/images/arrow.png) white right center no-repeat;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 500;
    padding-right: 18px;
    min-width: 70px;     
}
/* BASIC css end */


/* BASIC css end */


/* BASIC css end */

