@charset "utf-8";

.new-shop-item { overflow:hidden; line-height:20px; }

.new-shop-item .item-list { position:relative; overflow:hidden; border:1px solid #ddd; transition-duration: 0.3s;} /*  리스트 박스 */
.new-shop-item .item-list:hover {border-color:#c92033; transition-duration: 0.1s; } /*  리스트 박스 호버 */

.new-shop-item .txt-normal { letter-spacing:0;}
.new-shop-item .txt-short { letter-spacing:-1px; padding-right:1px;}
.new-shop-item .item-none { padding:50px 10px; text-align:center; color:#888;}
.new-shop-item .item-row { float:left;}
.new-shop-item .item-image { position:relative; overflow:hidden; border-bottom:1px solid #ddd; padding:2px;} /*  썸네일 */

.new-shop-item .item-content { padding-top:5px; margin:0px 4px; text-align:center; }
.new-shop-item .item-star { text-align:center; overflow:hidden; letter-spacing:-1px; font-size:18px; line-height:20px; height:20px; margin-bottom:5px; }
.new-shop-item .item-name { overflow:hidden; letter-spacing:-1px; padding-right:1px; text-align:center; font-size:14px; margin-bottom:5px; }
.new-shop-item .item-text { font-size:13px; color:#888; }

.new-shop-item .item-price { margin-top:1px; line-height:22px; font-weight:bold;color:#c92033;  overflow:hidden;  border-top:1px solid #ddd; padding:10px;}
.new-shop-item .item-price b { font-size:16px; display:inline-block; margin:0px 0px;}
.new-shop-item .item-price b i { font-size:12px; }
.new-shop-item .item-price strike { color:#888; margin:0px 4px; font-size:14px; display:inline-block; }

.new-shop-item .item-details { color:#888; min-height:0px; margin-top:0px; padding:0px 1px; font-size:13px; text-align:center; }

.new-shop-item .item-sp { margin:0px 0px; white-space:nowrap; }
.new-shop-item .item-sp i { margin-right:2px; color:#888; }
.new-shop-item .item-sns { margin-top:15px; text-align:center; border-top:1px solid #ddd; padding:6px;}

.new-shop-item .item-sns img { width:15%; max-width:34px; border-radius:50%; }
