/* BASIC css start */
/* =========================================================
   911 SPORTS - 상품 카테고리 페이지
   ========================================================= */


/* =========================================================
   01. 전체 레이아웃
   ========================================================= */

#content {
    width: auto;
    margin: 0 auto;
    padding: 0 50px;
}

#mainWrap {
    width: 100%;
    min-width: 1200px;
    height: auto;
}


/* =========================================================
   02. 카테고리 영역
   ========================================================= */

#productClass .cate-wrap {
    overflow: hidden;

    border-top: 1px solid #e5e5e5;

    padding-top: 20px;
    margin-top: 20px;
}


/* 카테고리 제목 */
#productClass .cate-wrap .bcate {
    margin-top: 40px;
    margin-bottom: 0 !important;

    padding-left: 20px !important;

    font-family: 'Pretendard Variable', sans-serif !important;
    font-size: 25px;
    font-weight: bold;

    color: #202020;

    text-align: left;
}


/* =========================================================
   03. 하위 카테고리 버튼
   ========================================================= */

#productClass .cate-wrap .class-list ul {
    *zoom: 1;
}

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

#productClass .cate-wrap .class-list ul li {
    float: left;

    padding: 6px 30px 16px 0;
}

#productClass .cate-wrap .class-list ul li a {
    display: block;

    padding: 7px 10px;

    font-family: 'Pretendard Variable', sans-serif;
    font-size: 14px;
    font-weight: 600;

    color: #6a6969;

    background-color: #f9f9f9;

    border-radius: 10px;

    transform: rotate(0.04deg);

    transition: all 0.2s;
}


/* 마우스 오버 / 선택 카테고리 */
#productClass .cate-wrap .class-list ul li a:hover,
#productClass .cate-wrap .class-list ul li.sel a {
    color: #000;

    background-color: #fff;

    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}


/* =========================================================
   04. 상품 리스트 전체 영역
   ========================================================= */

.if_prod {
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;

    gap: 20px 0;

    padding: 0 20px;
}


/* =========================================================
   05. 상품 카드
   ========================================================= */

.item-list {
    width: 200px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   06. 상품 썸네일
   모든 상품분류 페이지 공통
   ========================================================= */

.item-list .thumb {
    width: 100%;
    text-align: center;
}

/* 상품 이미지 영역만 연한 회색 */
#productClass #ProductList .item-list .thumb > a:first-child {
    display: flex;
    width: 100%;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    background-color: #f3f3f3 !important;
    isolation: isolate;
}

/* 실제 상품 이미지 */
#productClass #ProductList .item-list .thumb > a:first-child img.MS_prod_img_l {
    display: block;

    width: 100%;
    height: auto;

    margin: 0 auto;

    background-color: transparent !important;
    mix-blend-mode: multiply;
}

/* =========================================================
   07. 상품명
   ========================================================= */

.prd-name {
    font-family: 'Pretendard Variable', sans-serif !important;

    font-size: 15px !important;
    font-weight: 400 !important;

    color: #333 !important;
}


/* =========================================================
   08. 서브 상품명
   ========================================================= */

.prd-subname {
    margin-bottom: -2px !important;

    font-family: 'Pretendard Variable', sans-serif !important;

    font-size: 13px !important;
    line-height: 1.3 !important;

    color: #666 !important;
}


/* 상품 텍스트 중앙 정렬 */
.item-list .prd-name,
.item-list .prd-subname,
.item-list .price {
    display: block;

    text-align: center;
}


/* =========================================================
   09. 상품 가격
   ========================================================= */

/* 판매가 */
.prd-price {
    position: relative !important;

    margin-top: 1px !important;
    margin-right: 6px !important;

    font-family: 'Pretendard Variable', sans-serif !important;

    font-size: 16px !important;
    font-weight: 600 !important;

    color: #333 !important;
}


/* 소비자가 / 정상가 */
.consumer {
    margin: 1px 6px 0 0 !important;

    font-family: 'Pretendard Variable', sans-serif !important;

    font-size: 14px !important;
    font-weight: 600 !important;

    color: #8e8d8d !important;
}


/* =========================================================
   10. 할인율
   ========================================================= */

.dcPercent {
    margin-top: 1px !important;

    font-family: 'Pretendard Variable', sans-serif !important;

    font-size: 18px !important;
    font-weight: 600 !important;

    color: #007d48 !important;
}


.prd-price .dcPercent,
.prd-price .dc_per {
    display: inline-block !important;

    visibility: visible !important;
}


.prd-price .dcPercent {
    margin-right: 4px !important;
}


/* =========================================================
   11. 현재 카테고리 위치
   HOME > SNOWBOARD > ...
   ========================================================= */

.prd-class-hd {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;

    font-size: 17px !important;
}


.prd-class-hd .loc-navi {
    padding-top: 5px !important;

    font-size: 17px !important;
}


.prd-class-hd .loc-navi dd {
    display: inline-block;

    padding: 0 !important;
    margin: 0 !important;

    font-size: 17px !important;
    font-weight: 500;

    line-height: 1.4;
}


/* 현재 선택된 마지막 카테고리 */
.prd-class-hd .loc-navi dd a:last-child {
    font-size: 14px !important;
    font-weight: 700;

    color: #333;
}


/* > 화살표 */
.arrow {
    position: relative;
    top: 10px;

    display: inline-block;

    margin: 0 4px;

    font-size: 13px;

    color: #999;

    vertical-align: middle;
}


/* =========================================================
   12. 상품 정렬
   신상품 / 베스트 / 높은가격순 / 낮은가격순
   ========================================================= */

#productClass .total-sort {
    padding-top: 50px;
}

.item-wrap .item-info {
    border-bottom: none !important;
}

/* 정렬 메뉴 */
#productClass .sort-list {
    display: flex !important;
    justify-content: flex-end;
    gap: 0 !important;
}

/* 메뉴 사이 간격 */
#productClass .sort-list > li {
    display: block !important;
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
}

#productClass .sort-list > li:last-child {
    margin-right: 0 !important;
}


/* =========================================================
   13. 옵션 미리보기
   ========================================================= */

.prd-preview {
    display: block;

    margin-top: 8px;

    text-align: center;
}


.prd-preview a {
    display: inline-block;

    font-size: 16px;

    color: #777;
}


.prd-preview a:hover {
    color: #000;
}


/* 옵션 미리보기 버튼 */
.prd-preview-text {
    display: inline-block;

    margin-top: 10px;
    margin-bottom: 5px;

    padding: 6px;

    font-size: 13px;

    color: #333;

    background-color: #ddd;

    border-radius: 20px;

    text-align: center;
    text-decoration: none;

    transition:
        background-color 0.3s,
        color 0.3s;
}


.prd-preview-text:hover {
    color: #fff;

    background-color: #555;
}


.prd-preview-text a {
    display: block;

    color: #fff;

    text-align: center;
    text-decoration: none;
}


/* 장바구니 아이콘 */
.xi-cart {
    font-size: 18px;
}


/* =========================================================
   14. 페이지 번호
   ========================================================= */

.paging {
    clear: both;

    display: block;

    margin: 40px 0 0;

    text-align: center;
}


.paging a {
    margin: 0 5px;

    padding: 6px 12px;

    color: #333;

    border: 1px solid #ccc;
    border-radius: 5px;

    text-decoration: none;
}


/* 현재 페이지 */
.paging a.now {
    color: #fff;

    background: #000;

    font-weight: bold;
}


/* =========================================================
   15. BEST 상품
   현재 미사용
   ========================================================= */

/*
.item-wrap.best-item .item-cont .item-list {
    float: left;

    width: 18.5%;

    padding: 0 0.75%;

    margin: 0 0 3% 0;
}
*/
/* BASIC css end */

