@media (max-width: 767px) {
	.c-page-title-box{
		padding-left: 38px
	}
	.c-close-box{
		top: 96px;
	}
}
.content{
	padding-bottom: 120px;
}
.list_box{
	position: relative;
	margin: 185px 0 60px 0;
}
@media (max-width: 767px) {
	.list_box{
		margin: 25px 0 60px 0;
	}	
}
.list_box_bgtext{
	position: absolute;
	z-index: 0;
	width: 905px;
	top: 640px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.5;
}
@media (max-width: 991px) {
	.list_box_bgtext{
		top: 555px;
	}
}
/*共用區塊*/
.list_group{
	position: relative;
	display: flex;
	max-width: 870px;
	margin: 0 auto 140px auto;
}
@media (max-width: 991px) {
	.list_group{
		margin: 0 auto 30px auto;
	}
}
@media (max-width: 767px) {
	.list_group.list_group.list_group{
		flex-direction: column;
		margin: 0 auto 20px auto;
	}
}
.list_img{
	flex: 1;
}
.list_img img{
	max-width: 100%;
}
.list_content{
	flex: 1;
}
.list_content_title{
	font-size: 40px;
	line-height: 110%;
	color: #262626;
	text-transform: uppercase;
	margin-top: 0;
}
.list_content_title small{
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 1px;
	color: #262626;
	vertical-align: top;
}
@media (max-width: 991px) {
	.list_content_title small{
		display: block;
	}
}
.list_content_dl{
	font-size: 13px;
	letter-spacing: 0.5px;
	padding-top: 20px;
	color: #262626;
}
.list_content_dl dt{
	float: left;
	color: #9c9c9c;
	width: 85px;	
	text-align: left;
	padding-bottom: 5px;
}
.list_content_dl dd{
	margin-left: 90px;	
	padding-bottom: 8px;
}
.list_content_dl a{
	color: #262626;
}
/*共用區塊 end*/
.list_group:nth-child(1){
	align-items: center;
	margin-bottom: 300px;
}
@media (min-width: 768px) {
	.list_group:nth-child(1):before{
		position: absolute;
		content:"";
		width: 345px;
		height: 215px;
		bottom: -170px;
		left: 40%;
		background: #eeeeee
	}
}
@media (min-width: 992px) {
	.list_group:nth-child(1):before{
		bottom: -130px;
	}
}
.list_group:nth-child(2n){
	flex-direction: row-reverse;
}
.list_group:nth-child(2n+1) .list_content{
	padding: 0 0 0 50px;	
}
.list_group:nth-child(2n) .list_content{
	padding: 0 50px 0 0;	
}
@media (max-width: 767px) {
	.list_group .list_content.list_content{
		padding: 15px 0 0 0;
	}
}