/* BASIC css start */
/*

메인상품진열 테스트 (할인율)
*/
.main_prd .main_prd_info {
    text-align: left !important;	
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    padding-left:20px;
    padding-right:20px;
    color:#777;
}

.main_prd .listPrice {
    color: #333;
    line-height: 15px;
    font-weight: bold;
    font-size:15px;
    margin-bottom: 5px;
    font-size: 15px !important;

        letter-spacing: -0.5px;
}

.main_prd .listName {
    height:36px;
    color: #777;
    word-break: break-all;
    font-weight: bold;
    margin-bottom: 5px !important;
}

.main_prd .listReserve {
    margin-top: 5px !important;
    font-weight: bold;
    font-size: 13px !important;
    color: #333 !important;
    height: 17px;
    margin-left: 0 !important;
    margin-right:0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    margin-bottom: 10px;
    padding-top: 5px !important;
    border-top: 1px solid #ededed;
}



/* 메인 상품진열 */

.main_prd ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px;  text-align:left; font-size:0;}

.main_prd ul.one li {width:33.3%; display:inline-block; vertical-align: top; text-align:left;}
.main_prd ul.two li {width:50%; display:inline-block; vertical-align: top; text-align:left;}
.main_prd ul.three li {width:100%; display:inline-block; vertical-align: top; text-align:left;}

.main_prd li a {display: block; /*padding:0 2px 18px 2px;*/}
.main_prd li img.listPic {width:100%;}
.main_prd .main_prd_info {
    text-align: center;	
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    color:#777;
}
.main_prd .listsubName {
    font-weight: normal;
    height: 17px;
    margin: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.main_prd .listsubName > b {font-weight:normal;}
.main_prd .listName {color:#777; word-break: break-all; font-weight: bold;}
.main_prd .listDiscount {color:#b5b5b5;}
.main_prd .listPrice {

    color:#333;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 5px;

}
.main_prd .listSoldout {color:#D22525; margin-bottom:4px;}
.main_prd .listReplace {color:#1b1b1b; margin-bottom:4px;}
.main_prd .listReview {color: #DB2E2E; margin-bottom:4px;}
.main_prd .listReserve {

    margin-top: 10px;
    font-weight: bold;
    font-size: 0.875em;
    color: #d50c0c;
    height: 17px;
    margin: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    margin-bottom: 10px;

    
}
.main_prd .listReserve > img {height: 10px; margin: 3px 5px 0 0;}
.main_prd .listPoint {color:#7d7d7d; font-size:0.917em;}




/* BASIC css end */

