/*sponsor_02*/
#sponsor_02 span.top_ment_top{
    color: #e4455a;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
#sponsor_02 p.top_ment{
    font-family: 'Nanum Myeongjo';
    font-size: 25px;
    line-height: 36px;
    color: #333;
    font-weight: 600;
}
#sponsor_02 p.top_ment_top span{
    font-size: 15px;
	color: #666;
	line-height: 15px;
}
/*sponsor_form*/
#sponsor_form .aqure-radi{
	display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #7ab02c;
    margin: 0 5px 3px 0;
}
#sponsor_form h4{
	font-size: 20px;
}
#sponsor_form table {
	font-size: 13px;
	vertical-align: middle;
}
#sponsor_form table tr th{
	background-color: #f8f8f8;
}
#sponsor_form table tr th,
#sponsor_form table tr td{
	padding: 8px !important;
	border: 1px solid #eee;
	font-weight: 400 !important;
	line-height: 25px;
}
#sponsor_form table tr td input[type="text"],
#sponsor_form table tr td input[type="tel"]{
	height: 25px;
	border: 1px solid #ddd;
	border-radius: 0px;
	width: 70%;
	vertical-align: middle;
}
#sponsor_form table tr td input#sponsor_bank_birth{
	width: 40px;
}
#sponsor_form table tr td input[type="text"] disabled{
	width: 40px;
}
#sponsor_form table tr td select{
	height: 25px;
	border: 1px solid #ddd;
	border-radius: 0px;
}
#sponsor_form table tr td.birth p input{
	padding: 1px 0 !important;
}
#sponsor_form .agree_memo{
	font-size: 13px;
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 130px;
	overflow: scroll;
}
#sponsor_form h5{
	color: #555;
}
#sponsor_form h5 .disco{
	display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #ffb224;
    vertical-align: middle;
    margin: 0 5px;
}
#sponsor_form .sponsor_agree_wrp{
	font-size: 13px;
}
#sponsor_form .sponsor_agree_wrp label{
	margin-right: 5px;
}
#sponsor_form .sponsor_agree_wrp input{
	vertical-align: middle;
}
#sponsor_form .sponsor_submit_btn{
	background-color: #e15215;
	color: #fff;
	display: block;
	margin: 0 auto;
	width: 200px;
}
@media only screen and (max-width:992px){
	#sponsor_form table tr th,
	#sponsor_form table tr td{
		display: block;
		width: 100%;
    	margin-top: -1px;
	}
}