@charset "utf-8";
/* **************************************************************************************
* 상품디스플레이 사용자/제작자 CSS
************************************************************************************** */

/* 상품썸네일 스타일 */
.displaY_brand_name, .brand_name_area {display:none !important;}
.goods_info_style_3.yg{}
.goods_info_style_3.yg .displaY_goods_name {}
.goodS_info {padding:0;}

/* 베스트 태그 */
.best_tag {display:inline-block;font-size:13px;font-weight:500;color:#fff;background:#37abe5;padding:0 8px;height:24px;line-height:24px;border-radius:2px;letter-spacing:normal;}
.respGoodsIcon{right:14px !important;top:14px !important;}

/* 텍스트 */
.yg_summary {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 12px;line-height: 2;width:100%;display:inline-block;color:#999;letter-spacing:normal;margin-bottom:-5px;}

.displaY_goods_name a{font-weight:500;}
.displaY_goods_name .areA {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-weight:500;font-size:15px;word-break: break-all;}

.goods_info_style_3.yg .displaY_consumer_price{display:block;padding-right:15px;}
.goods_info_style_3.yg .displaY_consumer_price .nuM{font-size:13px;}

.goods_list.swiper-slide .displaY_sales_price .nuM,
.goods_info_style_3.yg .displaY_sales_price,
.goods_info_style_3.yg .goods_list.swiper-slide .displaY_sales_price,
.infO_style_2 .displaY_sales_price .nuM
{font-size:16px;font-weight:600;margin-top:-2px;}

.goods_info_style_3.yg .displaY_sales_price .nuM, .goods_list.swiper-slide .displaY_sales_price .nuM,
.goods_info_style_3.yg .displaY_sales_price .nuM, .infO_style_3.yg .displaY_consumer_price .nuM,
.infO_style_2 .displaY_sales_price .nuM, {font-size:20px;padding-right:2px;}

.infO_style_2 .displaY_sales_percent:after{display:none;}

/*.warning_text a {color: #0b75ab !important;font-size:14px;}*/
.warning_text a {
    color: #FFF !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: normal;
    background: #b7b8c1;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    /* height: 24px; */
    /* line-height: 24px; */
    margin-top: 8px;
    padding: 6px 10px;}

.displaY_consumer_price .areA{color:#b5b5b5;}
.displaY_consumer_price{margin-top:5px;}'

/* 스와이프 */
.displaY_goods_name {line-height: 1.4em;}
.goods_list.swiper-slide .displaY_goods_name .areA {font-size: 15px;}

/* 찜 아이콘 */
.respGoodsZzim .zzimImage{width:20px !important;}

/* 태그 */
.yg_tag_area{padding:0;}
.tag {text-indent: -9999em;}
.tag_list {display: flex;padding:3px 0;}
.tag_list li {margin-left:3px;}
.tag_list li:first-child{margin-left:0;}

/* .tag.point {background: url(../skin/responsive_pet_familiar_gl_1/images/common/yg_tag_point.png)no-repeat center;background-size: contain;width: 104px;height: auto;} */
.tag.price {background: url(../skin/responsive_pet_familiar_gl_1/images/common/yg_tag_sale.png)no-repeat center;background-size: contain;width: 31px;height: auto;}
.tag.recom {background: url(../skin/responsive_pet_familiar_gl_1/images/common/yg_tag_recom.png)no-repeat center;background-size: contain;width: 46px;height: auto;}

.move_link a{display:inline-block;width: 135px;height: 24px;text-indent: -9999px;margin-right: 5px;}
.move_link.fst a{background: url(../skin/responsive_pet_familiar_gl_1/images/common/yg_tag_price_viewe_YG.png)no-repeat center;background-size: contain;}
.move_link.scd a{background: url(../skin/responsive_pet_familiar_gl_1/images/common/yg_tag_price_viewe_red.png)no-repeat center;background-size: contain;}

/* 세일 퍼센트 */
.displaY_sales_percent {position:relative;line-height:normal;}
.displaY_sales_percent .areA {position:absolute;right:10px;bottom:0;color:#ff5b59;font-size:14px;}
.displaY_sales_percent .nuM{font-size:18px;} 

@media only screen and (max-width:500px) {
    
    .displaY_goods_name {line-height: 1.3em;}
    .displaY_goods_name .areA{font-size:13px;letter-spacing:-0.02em;}
    .goods_info_style_3.yg .displaY_consumer_price .nuM{font-size:13px;}
    .goods_info_style_3.yg .displaY_sales_price{font-size:13px;}
    .goods_info_style_3.yg .displaY_sales_price .nuM,
    .goods_list.swiper-slide .displaY_sales_price .nuM,
    .goods_info_style_3.yg .displaY_sales_price,
    .goods_list.swiper-slide .displaY_sales_price{font-size:16px;}
    
    .tag.price {width: 28px;height: auto;}
    .tag.recom {width: 41px;height: auto;}
    
    .goods_list.swiper-slide .displaY_goods_name .areA {font-size: 13px;}
    .warning_text a {font-size: 11px;display: inline-block;text-align: center;margin-top: 4px;padding: 4px 7px;}    
        
    /* 베스트 태그 */
    .respGoodsIcon{right:10px !important;top:10px !important;}
    .best_tag {font-size:11px;padding:0 6px;height:20px;line-height:20px;}
    /* 이미지 태그 */
    .displaY_icon_images img {width:auto;height:16px;}
    
    /* 세일 퍼센트 */
    .displaY_sales_percent .areA {right:5px;font-size:13px;line-height:21px;}
    .displaY_sales_percent .nuM{font-size: 15px;;} 
}





