@CHARSET "UTF-8";

/* 1차 회사 섹션 작업   by 안규태 사원 */
/* 2016 . 03 . 09 - pm 14:22  */

.map_container{
	margin-left:auto;
	margin-right:auto;
	width:65%;
	height:400px;
}

#google_map {
	width: 100%;
	height: 400px;
}

/* 이미지 슬라이드 트랜지션 효과 
#owl-demo{
    -webkit-transition:  all 2s linear 0s;
	-moz-transition:  all 2s linear 0s;
	-ms-transition:  all 2s linear 0s;
	-o-transition:  all 2s linear 0s;
	transition:  all 2s linear 0s;
}*/

/* 반응형 쿼리  */
@media (max-width:1524px){
	#google_map {
		width: 100%;
		height: 400px;
	}
}

@media (max-width:1024px){
	#google_map {
		width: 100%;
		height: 400px;
	}
}
