/* BASIC css start */
        .sale-width-line {
            width: 100%; /* 페이지 전체 너비 */
            height: 1px; /* 라인의 두께 */
            background-color: #DDDDDD; /* 라인의 색상 */
            margin: 10px 0; /* 여백 제거 */
        }
/* BASIC css end */

