.contents{
	font-family: 微軟正黑體;
	font-size: 1.25em;
	color: #777777;
	text-align: center;
}

.title{
	font-family: 微軟正黑體;
	font-size: 1.5em;
	color: #f79256;
}

.title2{
	font-family: 微軟正黑體;
	font-size: 1.3em;
	color: #2fa4e7;
}

.warning{
	font-family: 微軟正黑體;
	font-size: 1.1em;
	color: red;
}

@media (max-width: 767px) {
    #contact:before {
		background-image: url("../../images/banner.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		content: '';
		display: block;
		height: 15em;
		width: 100%;
		margin-top: -17%;
		margin-bottom: -17%;
	}
}