.price_info > .price > .consumer_total_price {
	border-bottom: 1px dotted #b1b1b1;

}

.price_info > .price > .consumer_total_price > ul > li > p {
	font-size: 14px;
	padding: 2px 15px 9px 4px;
	color: #4d4d4d;
	display: inline-block;
	width: 35%;
}

.price_info > .price > .consumer_total_price > ul > li > span {
	font-family: tahoma, dotum, sans-serif;
	color: #4d4d4d;
	font-size: 14px;
}

.price_info > .price > .consumer_total_price > ul > li:first-child {
	margin-bottom: 5px;
}
.price_info > .price > .consumer_total_price > ul > li:first-child > span {
	text-decoration: line-through;
}

.price_info > .price > .consumer_total_price > ul > li:last-child > span {
	font-weight: bold;
}

.discount_percent {
	font-size: 18px;
	font-weight: bold;
	font-family: "lato";
	color: #fff;
	background: #fb5074;
	border-radius: 50%;
	padding: .9em .50em;
	margin: 0 1em 1em 0;
}

.discount_percent_one {
	font-size: 18px;
	font-weight: bold;
	font-family: "lato";
	color: #fff;
	background: #fb5074;
	border-radius: 50%;
	padding: .9em .8em;
	margin: 0 1em 1em 0; }

.discount_percent2 {
	width: 67px;
	height: 68px;
	font-size: 18px;
	font-weight: bold;
	font-family: "lato";
	color: #fff;
	background-image: url('http://www.sholove.co.kr/pages/images/discount2.png');
	background-position: center center;
	background-size: 91%;
	background-repeat: no-repeat;
}

.discount_percent_one2 {
	width: 67px;
	height: 68px;
	font-size: 18px;
	font-weight: bold;
	font-family: "lato";
	color: #fff;
	background-image: url('http://www.sholove.co.kr/pages/images/discount2.png');
	background-position: center center;
	background-size: 91%;
	background-repeat: no-repeat;
}



/*** 미리 내야할 금액 & 나중에 내야할 금액 ***/
.price_info > .price > .payment_credit_price {
	border-bottom: 1px solid #949494;
}

.price_info > .price > .payment_credit_price > ul > li:first-child > p, .price_info > .price > .payment_credit_price > ul > li:first-child > span {
	font-size: 17px;
	font-weight: bold;
	font-family: tahoma, dotum, sans-serif;
	padding: 11px 0 5px 4px;
	color: #fb5074;
	display: inline-block;
	width: 37.5%;
}

.price_info > .price > .payment_credit_price > ul > li:last-child > p, .price_info > .price > .payment_credit_price > ul > li:last-child > span {
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma, dotum, sans-serif;
	padding: 10px 0 15px 4px;
	color: #4d4d4d;
	display: inline-block;
	width: 37.5%;
}

/* 상품설명 */
.price_explain > ul { padding: 15px 0 0 4px}
.price_explain > ul > li {
    color: #7b7b7b;
    font-family: dotum;
    font-size: 12px;
    letter-spacing: -1px;
	padding: 0 0 3px 0;

}
.price_explain > ul > li .creditSupport {
    color: #ff8040;
    font-family: dotum;
    font-size: 11px;
	font-weight: bold;
    letter-spacing: -1px;

}

.price_explain > ul > li > em { font-weight: bold; color: #97c224}

/* 도움말 */
.helpWrap {
	position:absolute;
	width: 130px;
	background: #007cdc;;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 20px 10px;
	text-align: center;
	border-radius: .3em;
	letter-spacing: -1px;
}
