@charset "utf-8";
.point{
	color: #E00E1F;
	font-weight: bold;
}
.control-label{
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 5px;
}
.form-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-group{
	width: calc(50% - 25px);
}
.full-width{
	width: 100%;
}
.form-group.control-box{
	display: flex;
}

.contact-box .sub-title{
	font-weight: 500;
	font-size: 24px;
	margin-top: 0;
}
.contact-box .req{
	font-size: 18px;
	margin-bottom: 50px;
}
.btn-box .back{
	margin-top: 0px;
}
@media(max-width: 1499px){
	.contact-box .sub-title{
		margin-bottom: 15px;
	}
	.contact-box .req{
		margin-bottom: 30px;
	}
	.form-group{
		width: calc(50% - 12px);
	}
	.form-box .form-group .form-control{
		margin-bottom: 12px;
	}
	.full-width{
		width: 100%;
	}
}
@media screen and (max-width: 1024px){
	.form-group.captcha{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.form-group{
		width: 100%;
	}
}