@CHARSET "UTF-8";

/* 1차 위치 섹션 작업   by 안규태 사원 */
/* 2016 . 03 . 11 - pm 13:11  */

.location_container{
	width:100%;
	height:240px;
	padding-top: 60px;
}

.location-text{
	width:100%;
	text-align:center;
	font-size:12pt;
	color:#585858;
	margin-bottom:30px;
}

/* 이미지 슬라이드 트랜지션 효과 
#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:1024px){
	.location-text{
		font-size:11pt;
	}
}
