.sort li:nth-child(4) a {
	background: #348845;
	color: #fff;
}

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

.sort3 ul a:nth-child(1) {
	color: #348845;
	border-bottom: 2px solid #348845;
}


.page1 .dowBox {
	border-top: 1px solid #ddd;
}

.page1 .dowBox a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 40px;
	border-bottom: 1px solid #ddd;
}

.page1 .dowBox .fnt_18 {
	color: #333;
	line-height: 1.5;
	width: 80%;
}

.page1 .dowBox a svg {
	color: #348845;
	width: 22px;
	height: auto;
}

.page1 .dowBox a:hover {
	border-bottom: 1px solid #348845;
}

.page1 .dowBox a:hover .fnt_18 {
	color: #348845;
}


.jsText a {
	color: #348845;
	width: 185px;
	display: block;
	margin: 0 auto;
	height: 50px;
	border: 1px solid #348845;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	transition: 0.5s;
}

.jsText a:hover {
	background: #348845;
	color: #fff;
}


@media only screen and (max-width: 769px) {
	.page1 .dowBox a {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 769px) {
    .sort2 .fnt_18{
        width: 410px;
    }
}
