@charset "utf-8";
/* CSS Document */
.classroom-map {
	height: 1050px;
}
.sch-wrap form{
	display: inline-block;
}

.sch-wrap{
	margin-top: -100px!important;
}
.classroom-area {
	top:-100px!important;
}
.border-title{
margin: -50px 0 30px 0;
	}
.p_t_90{
	padding-top: 90px;
}
@media screen and (max-width: 768px) {
	.sch-wrap form{
	display: block;
	}
	.classroom-map {
	height: auto;
}
}
@media screen and (max-width:480px) {

	.border-title{
		margin: 0 0 10px 0;
	}
	.classroom-area p{
	   margin: 10px 0px 50px;	
	}
	.p_t_60{
		padding-top: 60px;
	}
	.p_t_90{
		padding-top: 0;
	}
}