/* 결제완료 / 카드결제완료 또는 무통장입금 신청완료 */
.pay_succeess_wrap {
min-width:var( --main-minwidth-2 );
}

.pay_succeess_wrap .main_title {
	font-size:30px;
	font-weight:500;
	text-align:center;
	line-height:1.0;
	color:#000000;
}

.pay_succeess_wrap .sub_title {
	font-size:16px;
	margin-top:10px;
	text-align:center;
}

.pay_succeess_wrap .h_form.pay_succeess_table_dashboard{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

.pay_succeess_wrap .pay_succeess_title{
	margin-top:30px; 
	color:#010101;
	font-size:18px;
	font-weight:500;
}
/* 결제완료 / 카드결제완료 또는 무통장입금 신청완료 */