/* BASIC css start */
/* class-list */
#productClass .cate-wrap {
    margin-bottom: 10px;
}

.cate_top{text-align:center; margin:50px 0; }

.cate_top ul.html{display:flex;}
.cate_top ul.html li{}
.cate_top ul.html li img{width:80%}

#productClass .cate-wrap .bcate {
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    padding: 20px 0 20px;
    font-size: 32px;
    color: #111111;
    font-weight: 600;
    text-align: center;
}

#productClass .cate-wrap .class-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    justify-content: center;
    align-items: center;
}

#productClass .cate-wrap .class-list ul:after {
    display: block;
    clear: both;
    content: ''
}

#productClass .cate-wrap .class-list ul li {}

#productClass .cate-wrap .class-list ul li a {
    position: relative;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 500;
    display: block;
    font-size: 15px;
    color: #999999;
    padding: 10px 20px;
    transition: all .1s;
    background-color: #f9f9f9;
    border-radius: 30px
}

#productClass .cate-wrap .class-list ul li a:hover,
#productClass .cate-wrap .class-list ul li.sel a {
    color: #fff;
    background-color: var(--main-color)
}


/* best-item */


#productClass .best-item {
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 2px solid #5c5c5c;
    border-bottom: 2px solid #5c5c5c;
    background-color: #f8f8f8;
}

.best_sec {
    margin-bottom: 60px;
    padding: 70px 0 30px;
}

.best_sec_inner {
    margin: 0 auto;
    position: relative;
}

.best_sec p.best_tit {
    margin: 15px 0 50px;
    text-align: center;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-size: 26px;
    color: #111111;
    font-weight: 600;
}

.best_sec .swiper {
    padding-bottom: 40px;
}

.best_sec .swiper-pagination {
    bottom: 0;
    top: unset;
}

.best_sec .swiper-pagination-progressbar {
    background-color: rgba(0, 0, 0, .05);
}

.best_sec .swiper-pagination-progressbar-fill {
    background-color: #cfcfcf;
}

/* BASIC css end */

