/* BASIC css start */
/* 기존 코드 */
.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#f9f9f9; border-bottom:1px solid #4a4a4a; border-top: 1px solid #4a4a4a;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.shopbrand .MK_product_list .items .paging-num {text-align: center; clear: both; margin:20px 0;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;}
.shopbrand .list_group {padding:12px 1%; text-align:center;}
.shopbrand .list_group select {width:49%; height:28px;}
.shopbrand .more .more-title {color: #3b3b3b;}
.shopbrand .more .more-num {color: #aaaaaa;}
.shopbrand .shopbrandTitle img {max-width: 100%;}
.shopbrand .list_array .list_arrayRight img {width: 23px; height: auto;}

.shopbrand .coupon-benefit {position:relative; margin:-12px 0 10px 0;} 
.shopbrand .btn-coupon { display:inline-block; height:16px; padding:0; margin-left:5px; border:1px solid #000; font-size:10px;}
.shopbrand .btn-coupon span { display:inline-block; height:16px; padding:0 5px; color:#fff; background:#000; vertical-align:top; font-size:11px; }
.shopbrand .btn-coupon em { display:inline-block; height:16px; padding:0 3px 0 0; font-size:10px; vertical-align:top; color:#000; }


.category-top-bar__cate-btn{
    vertical-align: middle;
    margin-left: 4px;
    margin-top: 2px;}
    
.category-tab{
}

.progress-animation-bar{
    height: 0.4vw !important;
    display: block !important;
    background-color: #fdb812 !important;
    margin-top: 15px !important}
    
    
    
.snap_review_avg_score {
    margin-right: 0px !important;
}  
/* 기존 코드 */

/* wib 추가 css */
/* 라인별 & 고민별 */
.category_depth.fixedBox,
.category_depth.autoBox {
    display: none;
}

.clearbox {
    margin: 15px 15px 0;
}

.clearbox .list {
    overflow: hidden;
    border-top: 1px solid var(--black800);
}

.clearbox .list > li {
    display: flex;
}

.clearbox .list > li > a {
    padding: 0 15px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    color: var(--black800);
    background: var(--whiteYpoint);
    border-bottom: 1px solid var(--inputLIne);
    border-right: 1px solid var(--inputLIne);
}

.clearbox .list a {
    white-space: nowrap;
}

.clearbox .list .categoryBox {
    display: flex;
    gap: 0 25px;
    padding-left: 20px;
    overflow-x: auto;
    border-bottom: 1px solid var(--inputLIne);
    width: 100%;
}

.clearbox .list .categoryBox::-webkit-scrollbar {
    display: none;
}
.clearbox .list .categoryBox li {
    width: auto !important;
}

.clearbox .list .categoryBox li.on a {
    background: var(--Ypoint);
    color: var(--white) !important;
    padding: 8px 10px;
    border-radius: 100px;
}

.clearbox .list .categoryBox a {
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    color: var(--black600);
}


/* 상품 리스트 */
.default-lattice-container-wrap {
    margin: 50px 15px 0;
}

.default-lattice-container__top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.default-lattice-container__product-count {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    color: #6c6d70;
}

.default-lattice-container__product-count strong {
    color: var(--Ypoint);
}

.default-lattice-container__search-filter select {
    background: url(/design/skinfood/skinfood/images/wib/MO/common/goodsList_filter_arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 15px center;
    width: 120px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    color: #6c6d70;
}

/* 상품 레이아웃 */
.goods_list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 40px 13px;
    width: 100%;
}

.goods_list > div {
    width: calc(50% - 7px);
}

.goods_list > div .goodsDisplayImage {
    width: 100%;
}

.goods_list > div .goodsDisplayTextWrap {
    margin-top: 10px;
}

.gli_contents {
    margin-top: 10px;
}

/* 장바구니 버튼 */
.btn_g {
    margin-top: 8px;
}

.cartBtn {
    border: 1px solid var(--inputLIne);
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    font-weight: 500;
    color: var(--black);
    border-radius: 4px;
}

.cartBtn img {
    margin-right: 4px;
}

.goodsDisplayImageWrap {
    position: relative;
}

/* 품절인 경우 */
.soldOutBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    border-radius: 4px;
    text-align: center;
    align-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}
/* 품절 버튼 */
.soldoutBtn {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 32px;
    background: #D6D6D6;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
}

/* 페이징 */
.pagingWrap {
    margin: 60px 0 48px;
}


/* 상품 없을 때 */
.goods-empty__desc {
    padding-top: 160px;
    padding-top: 20.8333333333vw;
    font-size: 28.8px;
    font-size: 3.75vw;
    line-height: 44.8px;
    line-height: 5.8333333333vw;
    background: url(/design/skinfood/mobile_skinfood/images/icon/icon_nodata.png) no-repeat;
    background-size: 109.6px 105.6px;
    background-size: 14.2708333333vw 13.75vw;
    background-position: top center;
    font-weight: bold;
}

.goods-empty {text-align:center;}
/* BASIC css end */

