
.floor1{
    /*box-shadow: 0 0 25px #aaa;*/
    height: calc(100% - 85px);
}

.floor1 .row,.floor1 .col-sm-6{
	height: 100%;
}

.floor1_l{
	padding: 0 70px 40px;
	box-shadow: inset -5px 0px 15px -15px #aaa;
}

.floor1_caption{
	margin-bottom: 30px;
}
.floor1_caption h3{
	color: #575756;
	font-size: 18pt;
	font-family: Gotham Book;
    line-height: 70px;
    height: 70px;
    border-bottom: 1px solid #eee;
}
.floor_line{
	width: 100%;
	height: 5px;
	display: none;
	background: url("../img/line.png");
}
.company_info li{
	margin-bottom: 30px;
}
.company_info li h5{
	color: #000;
	font-size: 15px;
	margin-bottom: 6px;
}
.company_info li p{
	color: #575756;
	font-size: 13px;
	line-height: 26px;
}


@media screen and (min-width:992px ) and (max-width:1200px) {
	
}
@media screen and (min-width:769px ) and (max-width:991px) {
	
}
@media screen and (max-width:768px) {
	.floor1_caption h3{
		font-size: 24px;
	}
	.floor1{
		box-shadow: none;
	}
	.floor1_l {
    padding: 0px 15px;
}
	.floor1 .row, .floor1 .col-sm-6{
		height: auto;
	}
	#map{
		height: 400px;
	}
}