/* BASIC css start */
#prdBrand .cate-wrap .cate-img { padding: 25px 0 25px 0 }
#prdBrand .cate-wrap .cate-review li { float: left; padding-right: 6px; }
#prdBrand .cate-wrap .cate-review .review_end { padding-right: 0px }
#prdBrand .item-wrap .recmd-item-cont {zoom: 1;overflow: hidden;margin-top:20px;}
#prdBrand .item-wrap .recmd-item-cont:after { content: ""; display: block; clear: both; }
#prdBrand .item-wrap .recmd-item-cont .item-list { float: left; width: 280px; height: 420px; text-align: center; border: 1px solid #ebebec; margin-right: 24px; margin-bottom: 50px; position: relative; }
#prdBrand .item-wrap .recmd-item-cont .item-list .thumb { text-align: center }
#prdBrand .item-wrap .recmd-item-cont .item-list .thumb img {width: 100%;}
#prdBrand .item-wrap .recmd-item-cont .item-list dd {text-align: center;padding: 10px 10px 20px;}
#prdBrand .item-wrap .recmd-item-cont .item-list dd .bestBox { position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.7); color: #fff; padding: 2px 4px; text-align: center; }
#prdBrand .item-wrap .recmd-item-cont .item-list.nomg { margin-right: 0px }
#prdBrand .item-wrap .recmd-item-cont .item-list .prd-price { padding: 10px 0 0; font-size: 14px; color: #111; font-weight:bold; position: bottom; }
#prdBrand .item-wrap .recmd-item-cont .item-list .prd-price del { color:#999; font-weight: normal; font-size: 12px; margin-right: 5px; display:none;}
#prdBrand .item-wrap .recmd-item-cont .item-list .subname {color:#999; padding-top: 5px;}

.item-list .thumb {
    position: relative;
    display: inline-block;
}

.item-list .thumb .prd-icons {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    
   
}

.item-list .prd-icons img {
    display: block;
    margin-bottom: 0px;  /* 아이콘 사이 간격 */
    max-width: 70px;
}

.item-list .prd-icons img:last-child {
    margin-bottom: 0;
}

.item-list .prd-icons span {
    display: block;
}

/* BASIC css end */

