/* BASIC css start */
#best-product h2, #recmd-product h2 {
    margin-top: 200px;
}


.discout_icon {

position: absolute;
   left: 8px;
   top: 43px;
   color: #ffd200;    /*#ffd700*/
   font-size: 20px;
   width: 75px;
   font-weight: bold;
   height: 30px;
   line-height: 30px;
   text-align: center;
   z-index:10;

}
.item-thumbnail {
    position: relative;
}
.discout_icon_img {
    position: absolute;
    left:0;
    top: 0;
    z-index:9;
}

.discout_icon > p {margin-block-start: inherit;
   margin-block-end: inherit;
   margin-inline-start: inherit;
   margin-inline-end: inherit;
   font-family: Noto Sans KR;}


.item-wrap .item-list .prd-thumb img.discout_icon_img { max-width: none;
z-index:9;
left:0;
    width: auto;
    max-height: none;
    height: auto; }


.soldout-container{
        color: #ee4545;
    height: 21px;
    font-size: 12px;
}

/* BASIC css end */

