.listResult{margin-bottom: 70px;}
.listResult li{
	float: left;
	width: calc(50% - 5px);
	margin-right: 5px;
	height: 250px;
}
.listResult li:nth-child(2n){
	margin: 0 0 0 5px;
}
.listResult li h3{
	margin-bottom: 15px;
}
.listResult li .imgContent{
	float: left;
	width: 200px;
}
.listResult li .txtContent{
	float: right;
	width: 270px;
	font-size: 15px;
	padding-top: 10px;
}
.achievement{
	border: 1px solid #eee;
	font-size: 14px;
}
.achievement th{
	background-color: #fff8e1;
	padding: 24px 20px;
	border-bottom: 1px solid #fff8e1;
	font-size: 15px;
}
.achievement tr td:first-child{
	background-color: #f7f7f7;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	width: 18%;
	font-size: 15px;
}
.achievement tr:last-child td:first-child{
	border-bottom: 1px solid #eee;
}
.achievement tr td{
	padding: 15px 20px; 
	border: 1px solid #eee;
}
.achievement tr td:nth-child(3), .achievement tr td:nth-child(4){
	text-align: center;
}
.achievement tr td:nth-child(5){
	text-align: right;
}

.simple_btn {
	display: inline-block;
	padding: 0.25em 2em;
	background-color: #ebc232;
	border: 1px solid #ebc232;
	border-radius: 0.25em;
	color: #fff !important;
	text-decoration: none;
	font-size: 1.5em;
	box-shadow: 1px 1px 1px #ccc;
}

@media screen and (max-width: 768px) {
	.listResult li{
		float: none;
		width: 100%;
		clear: both;
	}
	.listResult li .imgContent{
		width: 40% !important;
	}
	.listResult li .imgContent img{
		width: 100%;
	}
	.listResult li .txtContent{
		width: 58%;
	}
	div.readMore {
		text-align: right !important;
		margin: 1em;
	}
}
@media screen and (max-width: 468px) {
	.listResult li{
		margin: 0 0 15px!important;
	}
	.listResult li .imgContent, .listResult li .txtContent{
		width: 100% !important;
		/* float: none; */
		margin-bottom: 20px;
	}
	.hLine03{margin-bottom: 50px;}
	div.readMore {
		text-align: right !important;
		margin: 1em;
	}
}