/* BASIC css start */
.cut_lay{padding:0 !important;}

.prod_color{height: 16px;}

/* BASIC css start */
#prdSearch {padding-top:65px;}
#prdSearch .page-hd {
    background: url(/images/d3/hot_issue/common/bd_line_gray.gif) repeat-x 0 70%;
}

#prdSearch .search-wrap {
    width: 100%;
    height: 170px;
    margin-top: 40px;
    background: #fafafa;
    border: solid 1px #ededed;
    border-top: solid 1px #191919;
    margin-bottom: 40px;
}

#prdSearch .search-wrap .search-hd {
    margin-left: 210px;
    margin-top: 35px;
}

#prdSearch .search-wrap .search-cont {
    margin-left: 296px;
    padding-left: 40px;
    border-left: solid 1px #e1e1e1;
    margin-top: 15px;
}

#prdSearch .search-wrap .search-cont th {
    font-weight: normal;
    text-align: right;
    height: 39px;
}

#prdSearch .search-wrap .search-cont td {
    padding: 6px 0;
}

#prdSearch .search-wrap .search-cont .input-keyword,
#prdSearch .search-wrap .search-cont .input-price {
    padding: 1px;
    border: 1px solid #d1d1d1;
    margin-right: 0;
}

#prdSearch .search-wrap .search-cont .input-keyword {
    width: 190px;
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
    text-indent: 10px;
}

#prdSearch .search-wrap .search-cont .input-price {
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
}

#prdSearch .search-wrap .search-cont .input-price:nth-child(1) {
    margin-left: 20px;
}

#prdSearch .search-tit-icon {
    position: relative;
    top: 75px;
    left: 140px;
    width: 106px;
}

#prdSearch .btn_dgray_bbs_com{
    width: 138px;
    height: 84px;
    line-height: 84px;
    background: #303030;
}


.item-wrap .hashtag {
    padding: 5px;
    text-align: left;
}

.item-wrap .hashtag span {
    display: inline-block;
    word-break: break-all;
    background: #f3f3f3;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.item-wrap .hashtag span a {
    color: #656565;
    font-size: 14px;
}

.item-wrap .hashtag span a:hover {
    color: #f75258;
}

.item-wrap .item-info {
    margin-top: 68px;
    padding: 20px 0 10px;
    border: none;
    border-top: 1px solid #ddd;
}

.item-wrap .item-info .item-total {
    color: #8c8c8c;
    padding-left: 0;
}

.item-wrap .item-info .item-total b{
    font-weight: normal;
    color: #191919;
}

.item-wrap .item-info .item-order{
    padding-right: 0px;
}

.item-wrap .item-info .item-order li {
    padding: 0;
    margin-left: 20px;
    background: none;
}

.item-wrap .item-info .item-order li a {
    font-size: 13px;
    color: #8c8c8c;
}

.item-wrap .item-cont{
    width: 105%;
    margin: 0px;
    margin-bottom: 30px;
}

.item-wrap .item-cont .item-list{
    width: 286px;
    margin-right: 18px;
}

.item-wrap .item-cont .item-list:hover .thumb{
    border: solid 1px #191919;
}

.item-wrap .item-cont .item-list .thumb{
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #fff;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


/* BASIC css end */



/* 상품 sort 영역 */

.item-sort-wrap{
    height: 30px;
    color: #000;
    margin-bottom: 12px;
}

.item-sort-wrap .total {
    margin-top: 5px;
}

.item-sort-wrap .total .point_color{
    font-size: 16px;
    font-weight: bold;
    padding-right: 3px;
}

.item-sort-wrap .item-order-wrap {
    position: relative;
}

.item-sort-wrap .item-order-wrap .select{
    width: 143px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    text-indent: 10px;
    background: url('/design/jstyle07/wib/img_pc/icon/list_arrow_bt.png') no-repeat;
    background-position: center right 10px;
    cursor: pointer;
}

.item-sort-wrap .item-order-wrap .select.on{
    background: url('/design/jstyle07/wib/img_pc/icon/list_arrow_top.png') no-repeat;
    background-position: center right 10px;
}

.item-sort-wrap .item-order-wrap .item-order{
    border: 1px solid #ddd;
    padding: 10px 0;
    line-height: 24px;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    top: 30px;
    box-sizing: border-box;
    text-indent: 10px;
    z-index: 2;
    background: #fff;
    display: none;
}

.item-sort-wrap .item-order-wrap .item-order li{
    cursor: pointer;
}

.item-sort-wrap .item-order-wrap .item-order li a{
    display: block;
    line-height: 24px;
}

.normal_item .prod_subname.prod_subname01{
    /* display: block !important; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-break: keep-all;
    height: 18px;
}


.prod_manufacture {
    margin-top: 3px; color:#6667c8;
}
/* BASIC css end */

