@charset "utf-8";
#wrap{background: #fff;}

.module-title{padding: .4rem 0 20px 0; display: block; margin: 1rem 0 .5rem; position: relative;}
.module-title h2{color: #fff; text-align: center; font-size: .45rem; display: block; position: relative;text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
.module-title span{height: 3px; position: relative; background: #fff; margin:.2rem auto 10px; width: .5rem; display: block;box-shadow: 0px 3px 6px rgba(0,0,0,0.16); display: none;}


.module-1{
	background:url(../img/vi-01.jpg) no-repeat center top -10px;
	background-size: 100% auto;
	overflow: hidden;
	padding-bottom: .5rem;
	margin-top: -80px;
	padding-top: 80px;
}
.main{
	max-width: 1600px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
	padding: .5rem;
	box-shadow: 0 -30px 25px rgba(0,0,0,0.05);
}

.main .box{
	overflow: hidden;
	margin-bottom: 60px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 60px;
}
.main .box:last-child{
	border: 0;
}
.main .box .yer{
	float: left;
	line-height: 1.1em;
	width: 20%;
	color: #ccc;
	font-size: .8rem;
}
.main .box .con{
	float: left;
	width: 80%;
	font-size: .2rem;
	line-height: 1.6em;
}
.main .box .con img{
	max-width: 300px;
	margin-left: 2em;
}
.main .box .con h3{
	font-size: .2rem;
	margin-top: 1.2em;
	text-indent: 2em;
	margin-bottom: .8em;
}
.main .box .con p{
	text-indent: 2em;
	margin-bottom: .8em;
}


@media screen and (max-width: 768px) {
	
	
	.module-title{padding: 20px 0 10px 0; display: block; margin: 1rem 0 .3rem; position: relative;}
	.module-title h2{color: #fff; text-align: center; font-size: .8rem; display: block; position: relative;text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
	.module-title span{height: 3px; position: relative; background: #fff; margin:.2rem auto 10px; width: .5rem; display: block;box-shadow: 0px 3px 6px rgba(0,0,0,0.16);}
	
	.module-1{
		background:url(../img/culture-01.jpg) no-repeat center top -10px;
		background-size: 160% auto;
		overflow: hidden;
		padding-bottom: .5rem;
		margin: 0px;
		padding-top: 50px;
	}
	
	.main{
		max-width: 1600px;
		margin: 0 auto;
		border-radius: 20px;
		background-color: #fff;
		padding: .5rem;
		box-shadow: 0 -30px 25px rgba(0,0,0,0.05);
	}
	
	.main .box{
		overflow: hidden;
		border-bottom: 1px solid #f1f1f1;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.main .box:last-child{
		border: 0;
	}
	.main .box .yer{
		float: none;
		line-height: 1.1em;
		width: 100%;
		color: #ccc;
		font-size: 1rem;
	}
	.main .box .con{
		float: none;
		width: 100%;
		font-size: 15px;
		line-height: 1.6em;
	}
	.main .box .con img{
		max-width: 300px;
		margin-left: 2em;
	}
	.main .box .con h3{
		font-size: 15px;
		margin-top: 1.2em;
		text-indent: 2em;
		margin-bottom: .8em;
	}
	.main .box .con p{
		text-indent: 2em;
		margin-bottom: .8em;
	}
}




















