#page-title .img {
	max-width: 800px;
	width: 60%;
	right: -5%;
	bottom: 20px;
}
/* --------------------------------------------------- */
#sec01 {
	width: 100%;
}
#sec01 .inner {
	max-width: 1350px;
	width: 90%;
	margin: 0 auto;
}
#sec01 .txt,
#sec02 .txt {
	text-align: center;
	margin-bottom: 40px;
}
#sec01 .list1,
#sec02 .list1 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#sec01 .list1 li,
#sec02 .list1 li {
	width: 33.33%;
	background-color: #fff;
	text-align: center;
	color: #449D36;
	padding: 18px 10px;
	border-radius: 3px;
	border-right: rgba(68,157,54,.8) 1px dotted;
	border-bottom: rgba(68,157,54,.8) 1px dotted;
}
#sec01 .list2,
#sec02 .list2,
#sec01 .list3,
#sec02 .list3 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
#sec01 .list2 li,
#sec02 .list2 li {
	width: 49%;
	margin-bottom: 15px;
}
#sec01 .list3 li,
#sec02 .list3 li {
	width: 32%;
	margin-bottom: 15px;
}
#sec01 .list2 li span,
#sec02 .list2 li span,
#sec01 .list3 li span,
#sec02 .list3 li span,
#sec01 .list4 li span,
#sec02 .list4 li span {
	display: block;
	font-size: 12px;
	font-weight: 500;
}
#sec01 .list4,
#sec02 .list4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#sec01 .list4 li,
#sec02 .list4 li {
	width: 23.5%;
	margin-bottom: 2%;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
	#sec01 .list1 li,
    #sec02 .list1 li {
        width: 50%;
    }
}
@media screen and (max-width: 680px) {
	#sec01 .list1,
    #sec02 .list1 {
        margin-bottom: 20px;
    }
	#sec01 .list1 li,
    #sec02 .list1 li {
        width: 100%;
		padding: 12px 5px;
    }
	#sec01 .list4 li,
    #sec02 .list4 li {
        width: 49%;
        margin-bottom: 2%;
    }
}
/* --------------------------------------------------- */
#sec02 {
	width: 100%;
	background-color: #449D36;
	color: #fff;
	padding: 80px 0;
}
#sec02 .inner {
	max-width: 1350px;
	width: 90%;
	margin: 0 auto;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
        padding: 40px 0 20px;
    }
}
/* --------------------------------------------------- */
#sec03 {
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


