* {
	font-family: "NanumGothic";
	font-size: 14px;
}

.cont_top {
	border-bottom: 1px solid #cccccc;
	height: 275px;
}

.input_txt {
	outline: none;
	line-height: 16px;
	padding: 5px 0 5px 13px;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	line-height: 16px;
	font-size: 12px;
	color: #4a4a4a;
	border: 1px solid #d9d9d9;
}
.donate_tableSt {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	border-top: 3px solid #f6575c;
	border-bottom: 2px solid #f6575c;
	border-left: 0;
	border-right: 0;
	margin: 10px 0;
}
.donate_tableSt tbody td {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 2px;
	padding-left: 20px;
	color: #666666;
	line-height: 180%;
}
.donate_tableSt tbody th {
	text-align: center;
	border-right: 1px solid #f6575c;
	border-bottom: 1px solid #d9d9d9;
	background: #fafafa;
	line-height: 180%;
	color: #666666;
	font-weight: 600;
}
.agreement {
	text-align: center;
	color: #555555;
	font-weight: 600;
}
.agree_btn {
	float: right;
}