/* CSS Document */

body, input, textarea { font-family: 'Noto Sans KR';}

#main #modelRoute .route .point h4 img {
	max-width: 130px;
}


@media screen and (max-width: 480px) {
	
	#main #modelRoute .route .point h4 img {
		max-width: 100px;
	}
	
	
}
