/* BASIC css start */
#content{width:1690px !important}
/* class-list */
#productClass .cate-wrap { overflow:hidden }
#productClass .cate-wrap .bcate { font-family: 'Jost', sans-serif;padding:70px 0 30px;  font-size:30px; color:#333; font-weight:600; text-align:center; }
#productClass .cate-wrap .class-list ul { text-align:center}
#productClass .cate-wrap .class-list ul:after { display:block; clear:both; content:'' }
#productClass .cate-wrap .class-list ul li { margin:0 5px; display:inline-block; }
#productClass .cate-wrap .class-list ul li a { font-family: 'Noto Sans KR', sans-serif;display:block; font-size:13px; color:#999999; background-color:#f9f9f9; padding:15px 30px; border-radius:30px }

/* 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:60px 0 30px; border-bottom:1px solid #e7e7e7}

.best_sec_inner{ margin:0 auto;position:relative; }
.best_sec_inner h3{font-family: 'Jost', sans-serif;font-size:30px; color:#333333; font-weight:600}
.best_sec_inner .best_tit{display:flex; align-items:center; justify-content:space-between; margin-bottom:30px}
.best_sec_inner .best_tit h3{}
.best_sec_inner .best_tit>div{ }
.best_sec .swiper{}

.best_sec .swiper-pagination{position:unset}
.best_sec .swiper-pagination-bullets.swiper-pagination-horizontal{left:unset; top:unset; width:auto;}
.best_sec .swiper-pagination-bullet {width: 22px;height: 22px;text-align: center;line-height: 22px;box-sizing:unset; font-weight:500; font-size: 12px;color: #5d5d5d;opacity: 1; background: rgba(0, 0, 0, 0);font-family: 'Lato', sans-serif;border:1px solid #ccc }
.best_sec .swiper-pagination-bullet-active { color: #fff;background: #333333;}
/* total-sort */
#productClass .total-sort { padding-top: 30px; }

/* ========================================
   분류페이지 상품 이미지 슬라이더 적용
   ======================================== */

/* 1. 분류페이지 썸네일 크기 설정 (335px 고정) */
#productClass .thumb,
#productClass .best_sec .thumb {
    width: 335px !important;
    height: 335px !important;
    overflow: hidden !important;
    position: relative !important;
    display: block !important;
}

/* 2. bxSlider 래퍼 크기 복원 (여백/테두리 제거) */
#productClass .thumb .bx-wrapper,
#productClass .best_sec .thumb .bx-wrapper {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* 3. 뷰포트(보이는 영역) 크기 조정 */
#productClass .thumb .bx-viewport,
#productClass .best_sec .thumb .bx-viewport {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    left: 0 !important;
}

/* 4. 슬라이더 컨테이너 */
#productClass .thumb .prd-img-slider,
#productClass .best_sec .thumb .prd-img-slider {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* 5. 이미지 크기 완전 복원 */
#productClass .thumb .prd-img-slider img,
#productClass .best_sec .thumb .prd-img-slider img,
#productClass .thumb > a > img,
#productClass .best_sec .thumb > a > img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

/* 6. 이미지 링크 */
#productClass .thumb .prd-img-slider a,
#productClass .best_sec .thumb .prd-img-slider a,
#productClass .thumb > a,
#productClass .best_sec .thumb > a {
    width: 100%;
    height: 100%;
    display: block;
}

/* 7. 로딩 중 리스트 현상 방지 */
#productClass .thumb .prd-img-slider a,
#productClass .best_sec .thumb .prd-img-slider a {
    display: none;
}

#productClass .thumb .prd-img-slider a:first-child,
#productClass .best_sec .thumb .prd-img-slider a:first-child {
    display: block;
}

#productClass .thumb .bx-wrapper .prd-img-slider a,
#productClass .best_sec .thumb .bx-wrapper .prd-img-slider a {
    display: block;
}

/* 8. 페이징 점(●●●) 디자인 */
#productClass .thumb .bx-pager,
#productClass .best_sec .thumb .bx-pager {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#productClass .thumb .bx-pager a,
#productClass .best_sec .thumb .bx-pager a {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(238, 238, 238, 0.5);
    font-size: 0 !important;
    text-indent: -9999px !important;
    color: transparent !important;
}

#productClass .thumb .bx-pager a.active,
#productClass .best_sec .thumb .bx-pager a.active {
    background: #000;
}

/* 9. 화살표 버튼 디자인 */
#productClass .thumb .bx-controls-direction a,
#productClass .best_sec .thumb .bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 7px;
    height: 14px;
    margin-top: -8px;
    font-size: 0 !important;
    text-indent: -9999px !important;
    color: transparent !important;
    z-index: 10;
}

#productClass .thumb .bx-prev,
#productClass .best_sec .thumb .bx-prev {
    left: 10px;
    background: url(/images/common/btn_multiple_prev.png) left center no-repeat;
}

#productClass .thumb .bx-next,
#productClass .best_sec .thumb .bx-next {
    right: 10px;
    background: url(/images/common/btn_multiple_next.png) right center no-repeat;
}

/* BASIC css end */

