.main .bnr {
	background-image: url(../img/sub-banner-img-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 15rem;
	text-align: center;
	width: 100%;
}
.main .bnr p {
	padding: 4rem 0 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}
.main .bnr h2 {
	font-size: 3rem;
	font-weight: 900;
	color: #fff;
}

.main .content_wrap .category .item {
	background: #f6f7f9;
	margin-bottom: 2rem;
}
.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/more.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/more_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;
	color: #224743;
	letter-spacing: -.1rem;
}
.main .content_wrap .category .item .title_wrap .exp {
	font-size: 1.8rem;
	line-height: 1.3;
	padding-right: 3.5rem;
	color: #656565;
}
.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 {
	background: #fff;
	border-bottom: 1px solid #f6f7f9;
}
.main .content_wrap .category .item .content_wrap li a {
	padding: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.7rem
}
.main .content_wrap .category .item .content_wrap li a .click {
	font-size: 1.6rem;
	font-weight: 600;
	color: #224743;
}