.sort2 a:nth-child(1) {
	background: #348845;
	color: #fff;
}

.dowBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.page2_li {
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	margin-bottom: 50px;
}

.xwImg {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 17px;
	box-shadow: 0 0 15px rgba(44 51 53 / 15%);
}

.xwImg img {
	width: 100%;
	transition: 0.5s;
}

.xwImg:hover img {
	transform: scale(1.05);
}

.page2_li_t {
	display: block;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	color: #333;
}

.page2_li_t:hover {
	color: #348845;
}

@media only screen and (min-width: 768px) {
	.page2_li:nth-child(3n) {
		margin-right: 0;
	}
}


@media only screen and (max-width: 769px) {

	.dowBox {
		justify-content: space-between;
	}
	
	.sort2 .fnt_18 {
        width: auto;
    }

	.page2_li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}
