<style>
#breadcrumb {
	display: none;
}
#contents section.form .wrap {
	width: 1000px;
}
#contents section.form .txt {
	margin: 40px 120px;
}
#contents section.form .txt p {
	margin: 20px 0;
}
#contents section.form .txt ul {
	margin: 20px 0 20px 20px;
}
#contents section.form .txt ul li {
	margin: 5px 0;
	list-style-type: disc;
}
#contents section.form .img {
	margin: 40px 0 60px;
	text-align: center;
}

@media (max-width: 767px) {
	#contents section .mainImg .mainTitle {
		font-size: 1.25rem;
	}
	#contents section .mainImg .mainTitle span {
		display: block;
	}
	#contents section.form .wrap {
		width: auto;
	}
	#contents section.form .txt {
		margin: 30px 0;
	}
	#contents section.form .img {
		margin: 30px 0;
	}
}
</style>