@charset "utf-8";
/* 새글 스킨 (latest) */

.md_product {position:relative;width:100%}
.md_product ul{padding:0}
.md_product li {float:left;width:25%;text-align:center;margin:0 0 30px}
.md_product li a:hover{color:#a22121}
.md_product .fa-heart{color:#ff0000;}
.md_product .subject2 {display:block;font-size:13px;color:red;font-weight:bold;padding:10px 0}

.md_product  .empty_li{line-height:145px ;color:#666;text-align:center;padding:0;}
.md_product  .empty_li:before{background:none;padding:0}

.md_product .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.md_product .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.md_product .lt_more:hover{color:#777}