#content .title {
	padding: 4rem 0;
	text-align: center;

}
#content .title img {
	width: 30rem;
}

#content .section {
	padding: 4rem 0;
	border-bottom: 1px solid #ccc;
}

#news {
	border-top: 1px solid #ccc;
}
#news .news_cnt {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}
#news h3 {
	margin-bottom: 1rem;
}
#news .news_body {
	display: flex;
}
#news .news_img img {
	width: 14rem;
	margin-right: 2rem;
}

#member .member_cnts {
	margin-bottom: 2rem;
}




@media (max-width: 767px) {
	#content .section {
		margin-bottom: 1rem;
		padding: 2rem 0;
	}
	#content .title {
		padding: 3rem 0;
	}
	#content .title img {
		width: 70vw;
	}

	#content .section__t {
		margin: 0 0 2rem;
		padding: 0 0 0.5rem;
		border-bottom: 1px solid #999;
	}

	#news {
		border-top: none;
	}
	#news.section {
		padding-top: 0;
	}
	#news .news_body {
		display: block;
	}
	#news .news_img img {
		width: 12rem;
	}

	#footer .footer__copyright {
		background: none;
		color: #666;
		font-size: 0.75rem;
		font-weight: normal;
	}

}
