@charset "UTF-8";

.contact-content {
	padding: 30px;
	background: #F7F4ED;
}
@media (max-width: 991px){
	.contact-content {
		padding: 15px;
	}
}
.page-title:before{
	content: "";
	display: inline-block;
	width: 46px;
	height: 44px;
	vertical-align: middle;
	background: url('/assets/img/title-icon.svg');
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.page-title h2{
	display: inline-block;
	color: #1A1818;
	font-weight: bold;
	vertical-align: middle;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.title-notice {
	vertical-align: sub;
	color: #785531;
}
.apply-notice {
	color: #785531;
	font-size: 18px;
}
