@charset "UTF-8";

/* ============== s: 작업스타일 시작  ===============*/
.txt-marketing-wrap{
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;   
    z-index: 1; 
}
.txt-marketing-wrap::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(248,248,248);
    background: linear-gradient(300deg, rgba(248,248,248,1) 0%, rgba(222,217,217,0.8995973389355743) 100%);
    z-index: -1;
}

/* S: 상황별 아이콘 */

/* 독점판매 */
.txt-marketing-wrap .ic-exclusive{
    /* display: none; */
    display:inline-flex;
    align-items: center;
    height: 19.87px;
    padding:0 6px 0 5px;
    background:#ec1b3b;
    border-radius:30px;
    color:#fff;
    font-size:10px;
    font-weight:800;
    font-style:normal;
}
.txt-marketing-wrap .ic-exclusive.border{
    background: none;
    border:1px solid #ec1b3b;
    color:#ec1b3b;
}
/* // 독점판매 */

/* 한정수량 */
.txt-marketing-wrap .ic-limited{
    display:inline-flex;
    align-items: center;
    height: 19.87px;
    padding:0 9px;
    border:1px solid #ec1b3b;
    border-radius:30px;
    color:#ec1b3b;
    font-size:10px;
    font-weight:800;
}
/* // 한정수량 */

/* 오늘종료 */
.txt-marketing-wrap .ic-todayClose{
    display:inline-flex;
    align-items: center;
    height: 19.87px;
    padding:0 3px;
    border:1px solid #ec1b3b;
    border-radius:30px;
    color:#ec1b3b;
    font-size:10px;
    font-weight:800;
}
/* // 오늘종료 */

/* s: 240909 추가 */
/* 퍼센트 */
.txt-marketing-wrap .ic-percent {
    display:flex;
    align-items: center;
    justify-content:center;
    background: url(/images/w/goods/percent_bg.png)center no-repeat;
    background-size:cover;
    width: 27px;
    height: 20px;
}
.txt-marketing-wrap .ic-percent .per-txt {
    display:flex;
    align-items: baseline;
    font-size: 8px;
    color:#fff;
    line-height: 1;
}
.txt-marketing-wrap .ic-percent .per-num{
    font-size:11px;
}
/* //퍼센트 */
/* e:// 240909 추가 */

/* E:// 상황별 아이콘 */


.txt-marketing-detail{
    margin-left:6px;
}

.txt-marketing-detail span {
    display: block;
    color:#ec1b3b;
}
.txt-marketing-detail .top{
    font-size:15px;
}
.txt-marketing-detail .top em{
    display:inline-block;    
    font-size:18px;
    margin-left: 5px;
    font-family: "karla";
}
.txt-marketing-detail .time{
    font-weight: 600;
}

.txt-marketing-detail .top strong{
    font-weight: 700;
}
.txt-marketing-detail .btm{
    font-size:18px;
    margin-top:10.49px;
    font-weight: 400;
}
.txt-marketing-detail .num{
    display:inline-block;
    margin-left: 13.98px;
}
.txt-marketing-wrap .icon{
	width:16px;
	height:18px;
}
.txt-marketing-detail .top emTime {
	font-weight: 400;
	margin-left: 3px;
}


/* =============== e:// 작업스타일 시작 ============ */