.main .banner_wrap {
	background: url("../img/meu3_background.png") no-repeat 0 0 / cover;
	width: 100%;
	height: 15rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 4px solid #d3d3d3;
}
.main .banner_wrap p {
	font-size: 1.5rem;
	color: #fff;
	padding-bottom: .7rem;
}
.main .banner_wrap h2 {
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: -.2rem;
	color: #fff;
}

.main .content_wrap .category .item {
	border-top: 3px solid #dcdcdc;
}
.main .content_wrap .category .item .title_wrap {
	padding: 1.7rem 2rem 1.9rem;
	position: relative;
}
.main .content_wrap .category .item .title_wrap.off::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	background: url("../img/sub_open.png") no-repeat 0 0 / cover;
}
.main .content_wrap .category .item .title_wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	background: url("../img/sub_close.png") no-repeat 0 0 / cover;
}
.main .content_wrap .category .item .title_wrap .title {
	font-size: 2rem;
	font-weight: 900;
	padding-bottom: .5rem;
	line-height: 1.3;
	letter-spacing: -.1rem;
}
.main .content_wrap .category .item .title_wrap .exp {
	font-size: 1.8rem;
	color: #477407;
	line-height: 1.3;
	padding-right: 3.5rem;
}
.main .content_wrap .category .item .content_wrap {
	font-size: 1.5rem;
}
.main .content_wrap .category .item .content_wrap.off {
	display: none;
}
.main .content_wrap .category .item .content_wrap li a {
	padding: 1.4rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ededed;
}
.main .content_wrap .category .item .content_wrap li a .title {
	font-size: 1.7rem;
}
.main .content_wrap .category .item .content_wrap li a .click {
	font-size: 1.5rem;
	font-weight: 600;
	color: #f47f15;
}