.aSc{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	background-color: #FFFFFF;
}
.backImg{
	width: 100%;
	height: 580px;
	background-image: url(./../img/aboutUs01/bac.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.aScBox{
	width: 100%;
	height: auto;
}
.aScDiv{
	width: 100%;
	height: auto;
	min-height: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(./../img/aboutUs04/contBac.png);
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-size: cover;
}
.aScCont{
	width: 1200px;
	height: auto;
	min-height: 900px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.aSc_title{
	font-size: 26px;
	color: #333333;
	letter-spacing: 1px;
	margin-top: 58px;
	font-weight: 600;
}
.aSc_titles{
	font-size: 26px;
	color: #e7d0a5;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 5px;
}
.imgDiv{
	width: 100%;
	height: auto;
	margin-top: 45px;
}
.imgDiv > img{
	width: 100%;
}


@media only screen and (max-width: 1349px) and (min-width: 768px){
	
	.aScCont{
		width: 1000px;
	}
	
}

@media only screen and (max-width: 1090px){
	
	.aScCont{
		width: 700px;
		min-height: 700px;
	}
	.aScDiv{
		min-height: 700px;
	}
				
}

@media only screen and (max-width: 767px){
	
	.backImg{
		background-image: url(./../img/aboutUs01/bacM.jpg);
		height: 7.368421rem;
	}
	.aSc_title{
		font-size: 0.473684rem;
		margin-top: 0.789473rem;
	}
	.aSc_titles{
		font-size: 0.421052rem;
	}
	.aScCont{
		width: 96%;
		padding: 0rem 2%;
	}
	.imgDiv{
		margin-top: 0.657894rem;
	}
	.aScDiv{
		min-height: auto;
	}
	.aScCont{
		min-height: auto;
		margin-bottom: 1.315789rem;
	}
	
}