/* PRODUCT VER 1 CSS 
    ==COUNT==  */
    .prd_cont {
        width: 100%;
        padding: 0 14px;
        display: flex;
        flex-wrap: wrap;
    }
    .product .pn_num {
        padding-left: .5px; 
        font-family: var(--main-fonts);
        font-weight: 600;
        color: #0e0e0e;
        position: relative;
        margin-bottom: 5px;
        display: block;
        font-size: 15px;
        padding-top: 5px;
        letter-spacing: var(--main-letter-spacing);
    }
    .product .pn_num::after {
        position: absolute; 
        content: '';
        bottom: 20px; 
        left: 0; 
        height: 2px;
        width: 18px;
        background: #0e0e0e;
    }
    .product .pn_num.hundred::after {
        width: 25px;
    }
    .product {
        width: 48.5%;
        margin-bottom: 20px;
        height: auto;
        margin-right: 3%;
    }
    .product:nth-of-type(2n) {
        margin-right: 0;
    }
    .product_txt {
        padding-top: 10px;
        padding-right: 5px;
        position: relative;
    } 
    .product a {
        height: auto; 
    }
    .product .todaySticker img { 
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }
    .product .icon_list > span {
        margin-right: 2px;
        margin-bottom: 4px;
    }
    .product .icon_list > span:last-child {
        margin-right: 0px;
    }
    .product .todaySticker {
        font-size: 10px;
        color: #949494;
        letter-spacing: 0px;
        font-family: var(--main-fonts);
        display: inline-block;
        background: #ffefef;
        border: 1px solid #fbe0e0;
        border-radius: 5px;
        padding: 2px 4px;
    }
    .product .dlvSticker {
        font-size: 10px;
        color: #949494;
        letter-spacing: 0px;
        font-family: var(--main-fonts);
        display: inline-block;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 5px; 
        padding: 2px 4px;
    }
    .product .promoSticker {
        font-size: 10px;
        color: #ae75cc;
        letter-spacing: 0px;
        font-family: var(--main-fonts);
        display: inline-block;
        background: #fff;
        border: 1px solid #e8d7f1;
        border-radius: 5px;
        padding: 2px 4px;
    }
    .product .prd_review {
        display: flex;
        align-items: baseline;
    }
    .product .prd_review img {
        width: 10px;
        height: 10px;
        margin-right: 4px;
    }
    .product .prd_review {
        font-family: var(--main-fonts);
        font-size: 10px;
        color: #787878;
        font-weight: 500;
    }

    .prd_price {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        width: 100%;
    }
    .prd_bp { 
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 5px;
    }
    .title_txt {
        font-family: var(--main-fonts);
        color: #8f8f8f;
        letter-spacing: -.3px;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
    }
    .item_tit {
        color: #0e0e0e;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 20px;
        -webkit-box-orient: vertical;
        font-family: var(--main-fonts);
        font-weight: 600;
        letter-spacing: var(--main-letter-spacing);
        font-size: 14px;
        margin: 0;
        margin-bottom: 8px;
        word-break: keep-all;
    }
    .prc_name {
        font-family: var(--main-fonts);
        font-size: 13px;
        letter-spacing: -1px;
        color: #901dcc;
        margin-right: 10px;
        font-weight: 600;
    }
    .prc_normal { 
        color: #a2a0a0;
        text-decoration: line-through;
        font-size: 13px;
        font-family: var(--main-fonts);
        font-weight: 300;
    }
    .product_txt small {
        font-family: var(--main-fonts);
        color: #0e0e0e;
        font-size: 13px;
        font-weight: 700; 
        margin-right: 10px;
    }
    .small {
        color: #a2a0a0 !important;
        font-size: 13px !important;
        font-weight: 300 !important; 
    }
    .prc_sale_per {
        color:#901dcc;
        font-family: var(--main-fonts);
        font-size: 15px;
        letter-spacing: var(--main-letter-spacing);
        font-weight: 700;
    }
    .percent {
        font-family: var(--main-fonts) !important;
        color: #901dcc !important;
    }
    .prc_sell_prc {
        font-family: var(--main-fonts);
        font-weight: 700;
        font-size: 15px; 
        letter-spacing: var(--main-letter-spacing);
        color: #0e0e0e;
    } 
    
    .product_img {
        overflow: hidden;
        position: relative;
        background: #fbfbfb;
    }
    .product_img .thumb {
        position: relative;
        padding-top: 100%;
        overflow: hidden;
    }
    .product_img .thumb .centered {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translate(50%,50%);
    }
    .product_img .thumb img {
        filter: brightness(.97);
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        transform: translate(-50%,-50%);
    }

    .product .prdHover {
        display: none;
    }
    
    .subscribe_sticker {
        transition: all .3s;
        position: absolute;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: url(/common/front/img/rental/subscribe_sticker.png) no-repeat;
        background-size: cover;
        z-index: 2;
    }
    .product:hover .subscribe_sticker {
        top: 0;
    }
    
    .rental_sticker {
        transition: all .3s;
        position: absolute;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: url(/common/front/img/rental/rental_sticker.png) no-repeat;
        background-size: cover;
        z-index: 2;
    }
    .product:hover .rental_sticker {
        top: 0;
    }
    
    .prdouct_icons .challenge {   
        color: #fff;
        background: #c491dc;
        font-size: 10px;
        font-family: var(--main-fonts);
        padding: 3px 6px;
        display: block;
        font-size: 11px;
    }
    #bucks .prdouct_icons .challenge  {
        background: #74ceb5;
    } 
    #thema .prdouct_icons .challenge, #issue .prdouct_icons .challenge, #look .prdouct_icons .challenge, .look .prds__section .prdouct_icons .challenge {
        background: #ec7b7b;
    }
    #paldo .prdouct_icons .challenge{
        background: #c5b695;
    }
    
    /* 상품 목록 사회적 기업 마크 배경 */
    .esg-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 2; 
        width: 25%;
    }
    
    .esg-bg--disabled {
        background-image: url('/common/img/etc/product_thumb_disabled.png');
    }
    
    .esg-bg--social {
        background-image: url('/common/img/etc/product_thumb_social.png');
    }
    
    .esg-bg--traditional {
        background-image: url('/common/img/etc/product_thumb_traditional.png');
    }
    
    .esg-bg--cooperative {
        background-image: url('/common/img/etc/product_thumb_cooperative.png');
    }
    
    .esg-bg--women {
        background-image: url('/common/img/etc/product_thumb_women.png');
    }
    
    
    /* 품절 상태 */
    .prd_stat {
        z-index: 10;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 34px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        font-family: var(--main-fonts);
        line-height: 34px;
        background: rgba(0,0,0,.7);
    } 
    
    
    /* 카트 , 찜 */
    
    .product .prdouct_icons {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .product .prdouct_icons .prd_sticker {
        display: flex;
    }
    .product .prdouct_icons .prd_sticker img {
        margin-right: 4px;
    }
    .product .prdouct_icons .prd_sticker img:nth-of-type(n+3) {
        display: none;
    }
    .product .prdouct_icons .prd_hover {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all .3s ease-out;
    }  
    .product .prdouct_icons .prd_hover a {
        display: flex;
        align-items: center;
        justify-content: center;
    } 
    .product .prdouct_icons .prd_hover a img {
        width: 18px;
        height: 18px;
    }
    .product .product_img:hover .prdouct_icons .prd_hover {
        z-index: 10;
        opacity: 1;
    }
    .product .prdouct_icons .prd_hover .jjim .clicked__cha {
        display: none; 
    }
    .product .prdouct_icons .prd_hover .jjim.clicked .clicked__cha {
        display: block;
    }
    .product .prdouct_icons .prd_hover .jjim.clicked .def {
        display: none; 
    } 
    .product .product_img .prd_stat {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 34px; 
        text-align: center;
        color: #fff;
        font-size: 15px;
        font-family: var(--main-fonts);
        letter-spacing: -.3px;
        line-height: 34px;
        background: rgba(0,0,0,.7);
    }

    /* ACTIVE MOBILE */
    @media (min-width: 720px){
        .product {
            width: 32%;
            margin-bottom: 20px;
            height: auto;
            margin-right: 2%;
        }
        .product:nth-of-type(2n) {
            margin-right: 2%;
        }
        .product:nth-of-type(3n) { 
            margin-right: 0;
        }
    } 
    
    @media (min-width: 720px){
        .prd_cont {
            max-width: 720px;
            padding: 0; 
            margin: 0 auto;
        }
        /*.product {
            width: 256px;
            margin-right: 14px;
        }
        .product:nth-of-type(4n) {
            margin-right: 0px;
        }*/
    }
    
    /*today ver*/
    .prd_stor {
        position: absolute;
        bottom: 4px;
        left: 4px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .prd_stor div.stbox {
        font-size: 11px;
        color: #fff; 
        letter-spacing: 0px;
        background: red;
        padding: 3px 6px;
        border-radius: 5px;
        font-family: var(--main-fonts);
    }
    .prd_stor div.stbox.soldout {
        margin-right: 0px;
        background: #e23333;
        color: #fff;
    }
    .prd_stor .stock {
        display: flex;  
    }
    .prd_stor div.stbox span {
        color: #ae75cc;
        font-weight: 600;
        font-size: 10px;
        margin-left: 2px;
        letter-spacing: var(--main-letter-spacing);
        font-family: var(--main-fonts);
    }
    
    /*마트 스티커*/
    .sticker__mart {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 35px;
        height: 35px;
    }
    .sticker__mart img {
        width: 100%;
    }
    .sticker__onnuri {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        width: 45px;
    } 
    .sticker__onnuri img {
        width: 100%;
    }
    .sticker__adult {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 35px;
        height: 35px;
        z-index: 2;
    }


    
  /* 카테고리 베스트 상품 */ 
  .product_img .prdnum {
    color: #fff;
    font-size: 13px; 
    background: #901dcc;
    border-radius: 13px; 
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    font-weight: 600;
    transform: translateX(0PX);
    transition: all .3s;
}



/* 특판용 prd */
.product.spec {
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 8px;
} 
.product.spec .product_txt {
    padding-right: 0px;
}
.product.spec .apply_btn {    
    font-family: var(--main-fonts);
    font-size: 14px;
    color: #fff !important;
    display: block;
    padding: 8px 10px;
    margin-top: 5px;
    text-align: center;
    border-radius: 5px;
    background: #212121;
    transition: all .3s;
} 
.product.spec .prd_bp {
    justify-content: flex-start;
}
.product.spec .tax_sticker {
    color: #414ff6;
    font-size: 11px;
    background: #e8f1ff;
    border-radius: 5px;
    padding: 2px 8px;
    font-weight: 700;
} 
.product.spec .item_tit {
    height: 40px !important;
}
.product.spec .icon_list {
    height: 24px;
}




/* 장바구니 ver*/
.product .basket_div {
    width: 100%; 
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    justify-content: space-between;
}
.product .basket {
    display: flex; 
    align-items: center;
    background: #f7f7f7;
    height: 28px;
    width: 74%;
    justify-content: space-between;
    padding: 1px 2px;
}
.product .e_cart {
    cursor: pointer;
}
.product .e_cart .addCart, .product .e_cart .moveDetail {
    background-color: #714113;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 9px;
    color: #fff;
    font-size: 14px;
}
.product .e_cart .addCart img {
    height: 18px;
    filter: invert(1);
} 
.product .option_quantity input {
    outline: 0;
    border: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--main-fonts);
}
.product .option_minus, .product .option_plus {
    background: #fff;
    text-align: center;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
.product .option_minus a, .product .option_plus a {
    color: #888888;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px;
    font-weight: 800;
    line-height: 24px;
}
.product .option_minus a{
    color:#BDBDBD;
}
.product .cnt {
    background: #fafafa;
    outline: 0;
}