/* BASIC css start */
/* »óÇ°ºÐ·ù»ó´ÜÀÌ¹ÌÁö */
.shopbrandTitle img { width:100% }

.h_title {
    text-align: left;
}

.h_title a {
    display: inline-block;
    margin: 16px 0 4px 16px;
    font-size: 18px;
    font-weight: bold;
}

.h_title h1 {
    font-weight: bold;
}

.item_img_box {
    position: relative;
}

.listName {
    font-size: 15px;
    padding: 8px 0 4px;
    font-weight: bold;
    line-height: 130%;
}
.subname {
    font-size: 12px;
    color: #777;    
    word-break: keep-all;
    line-height: 1.6;
    padding:4px 0;
}
.price_set_box {
    margin: 4px 0 8px 0;
    font-size: 15px;
}

.listPrice {
    margin-bottom: 0;
}

.listPrice del {color:#999;}
.listPrice .percent {font-size:10px;}
.fundingPrice del {color:#999;}

mark {
  display: inline-block;
  line-height: 0em;
  padding:1px 1px 7px;
}


.list_shopping2x ul{
    padding: 0 8px;
}

.btn_featured_more {
    margin: 0 12px 0 12px;
}
.btn_featured_more p {
    text-align:center;font-size:15px;padding: 13px 0; background-color:#000;display:block;color: #fff;
}

#discover_list_featured li {
    padding-bottom:30px;
}


.list_shopping2x ul li.item {
    counter-increment: count 1;
}

.list_shopping2x ul li.item .item_img_box::before {
    content: counter(count, decimal);
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
}
/* BASIC css end */

