
#mv {
	width: 100%;
	height: 930px;
	overflow: hidden;
}

#mvText {
	position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
	text-align: center;
}

#newsContents {
	width: 100%;
	background:rgba(255,255,255,0.9);
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 300px;
}

#newsContents ul{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#newsContents ul li{
	padding-top: 20px;
	border-bottom: 1px #dddddd solid;
	padding-bottom: 20px;
	font-size: 1.6rem;
	color: #192043;
	font-weight: 300;
}

#newsContents ul li a{
	color: #192043;
	display: inline-block;
	padding-left: 35px;
	transition: all 0.2s ease;
}

#newsContents ul li a:hover{
	opacity: 0.7;
}

#newsContentsBtn {
	width: 200px;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#newsContentsBtn a{
	display: block;
	box-sizing: border-box;
	border: 2px #192043 solid;
	text-align: center;
	font-size: 1.6rem;
	color: #192043;
	width: 100%;
	height: 100%;
	line-height: 48px;
	transition: all 0.2s ease;
	font-weight: normal;
}

#newsContentsBtn a:hover{
	opacity: 0.7;
}





#ConceptContents {
	width: 100%;
	background:rgba(25,32,67,0.9);
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 300px;
}

#ConceptContentsInner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#ConceptContentsInner h3{
	text-align: center;
    font-weight: 300;
    font-size: 2.8rem;
    padding-bottom: 30px;
	color: #FFF;
}

#ConceptContentsInner p{
	display: block;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.5;
    font-size: 1.6rem;
	color: #FFF;
	text-align: center;
}




#ServiceContents {
	width: 100%;
	background:rgba(249,249,249,0.9);
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 300px;
}


#ServiceContentsInner {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}


#ServiceContentsInner a{
	width: 280px;
	height: 60px;
	transition: all 0.2s ease;
	color: #192043;
	display: block;
	box-sizing: border-box;
	border: 2px #192043 solid;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	text-align: center;
	line-height: 54px;
	background-image: url("../img/top/btn_arrow_b.png");
	background-repeat: no-repeat;
	background-position: 256px center;
	font-weight: normal;
}

#ServiceContentsInner a:hover{
	opacity: 0.7;
}

#ServiceContentsInner img{
	margin-bottom: 60px;
}



#ServiceContentsInnerLeft {
	float: left;
	width: 450px;
}


#ServiceContentsInnerRight {
	float: right;
	width: 450px;
}






#WorksContents {
	width: 100%;
	background:rgba(111,104,95,0.9);
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 300px;
}

#WorksContentsInner {
	text-align: center;
}

#WorksContentsInner ul{
	vertical-align: top;
	margin-bottom: 80px;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

#WorksContentsInner li{
	vertical-align: top;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 30px;
}

#WorksContentsInner li a{
	color: #FFF;
	transition: all 0.2s ease;
}

#WorksContentsInner li a:hover{
	opacity: 0.7;
}

#WorksContentsInner li img{
	margin-bottom: 40px;
}

#WorksContentsInner li h3{
	line-height: 2;
	font-weight: 300;
	font-size: 1.6rem;
}



#worksContentsBtn {
	width: 200px;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#worksContentsBtn a{
	display: block;
	box-sizing: border-box;
	border: 2px #FFF solid;
	text-align: center;
	font-size: 1.6rem;
	color: #FFF;
	width: 100%;
	height: 100%;
	line-height: 48px;
	transition: all 0.2s ease;
	font-weight: normal;
}

#worksContentsBtn a:hover{
	opacity: 0.7;
}




#InstaContents {
	width: 100%;
	background:rgba(233,233,227,1);
	padding-top: 90px;
	padding-bottom: 90px;
	margin-bottom: 300px;
}

.topSubtit {
	text-align: center;
	padding-bottom: 50px;
}

.topworks_box {
	width: 260px;
	height: 185px;
	overflow: hidden;
}

.topworks_box img{
	width: 100%;
}



@media screen and (max-width:640px){
	
	
	#newsContents ul{
		width: 580px;
		margin-bottom: 75px;
	}
	#newsContents ul li {
		font-size: 1.8rem;
	}
	
	
	#newsContents ul li a{
		display: block;
		padding-left: 0px;
		font-size: 1.8rem;
	}
	
	#ConceptContentsInner {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
		min-height: 1000px;
	}

	
	#ServiceContentsInner {
		width: 580px;
	}
	
	#ServiceContentsInner {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}
	#ServiceContentsInner img{
		width: 100%;
	}
	#ServiceContentsInnerLeft {
		float: none;
		width: 100%;
		padding-bottom: 60px;
	}


	#ServiceContentsInnerRight {
		float: none;
		width: 100%;
	}
	
	
	
	#ConceptContentsInner h3{
		font-size: 2.4rem;
		line-height: 1.8;
	}

	#ConceptContentsInner p{
		width: 580px;
		line-height: 2.5;
		font-size: 1.8rem;
		text-align: left;
	}
	
	#WorksContentsInner ul{
		width: 100%;
	}
	
	
	
	#newsContentsBtn {
		width: 300px;
		height: 80px;
	}

	#newsContentsBtn a{
		font-size: 1.8rem;
		line-height: 78px;

	}
	
	
	#ServiceContentsInner a{
		width: 415px;
		height: 80px;
		line-height: 74px;
		font-size: 1.8rem;
		background-position: 383px center;

	}
	
	

#worksContentsBtn {
	width: 300px;
	height: 80px;
}

#worksContentsBtn a{
	font-size: 1.8rem;
	line-height: 78px;

}





	
	
}


















