
/*241224 위닉스케어 제품별 tag 추가*/
.care-service-content-product-wrap .product-card-1-body{
    position:relative;
}
.care-service-content-product-wrap .product-card-1-careTag{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.care-service-content-product-wrap .product-card-1-careTag span{
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    background: #000;
    color: #fff;
}

.care-service-content-product-wrap .product-card-1-careTag span small{
    color:#C532A6;
}