.main {
	
}
.content_wrap {
	padding: 1.5rem;
	padding-top: 0;
}
.content_wrap .category_wrap form {
	text-align: right;
}
.content_wrap .category_wrap select {
	width: 50%;
	padding: 1rem 1.2rem;
	font-size: 1.8rem;
	background: #333;
	border: none;
	color: #fff;
	border-radius: 1rem;
}
.content_wrap .category_wrap option {
	font-size: 1.6rem;
	color: #666;
	background: #eaeaea;
}

.content_wrap .img_wrap {
	margin-top: 2rem;
	border: 1px solid #ddd;
	padding: 1.2rem;
	background: #fff;
}
.content_wrap .img_wrap img {
	width: 100%;
	margin-bottom: 3rem;
}
.content_wrap .img_wrap img:last-of-type {
	margin-bottom: 0;
}