#scanner .top_title_Area {
	width:100%;
	height:100%;
	position:relative;
	/* background:url(/public/img/3dscanner/3dscanner_h_bg.jpg) no-repeat center/cover; */
	background: url(/public/img/faro/top_faro.jpg) no-repeat center/cover;
}


.detailside .sc_cont_menu .sc_cont_inner {
    max-width: 1200px;
}
.detailside #sc_guide .sc_cont_title.gudie{
    max-width: 1240px;
}

@media (max-width:767px) {
	#scanner .top_title_Area {
		background-image: url(/public/img/faro/top_faro.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		    background-position: 83%;
		
		/* background:url(/public/img/3dscanner/3dscanner_h_mo.jpg) no-repeat center/cover; */
	}
}