
@media screen and (min-width: 1200px) and (max-width: 1400px){

	/* Áø·á °ú¸ñ */
}

/* Desktop */
@media screen and (min-width: 992px) and (max-width: 1200px){
	/* °øÅë ±âº» */
	body,html						{ font-size:16px; }

}


/* Tablet */
@media screen and (min-width: 768px) and (max-width: 992px){
	/* °øÅë ±âº» */
	body,html						{ font-size:15px; }


	/* »ó´Ü */
	#top							{ height:100px;  }
	#top_space						{ height:100px; }

}


/* Mobile HD */
@media screen and (min-width: 420px) and (max-width: 768px){

	/* °øÅë ±âº» */
	body,html						{ font-size:12px; }



	/* »ó´Ü */
	#top							{ height:100px;  }
	#top_space						{ height:100px; }


	/* ¿À½Ã´Â±æ */
	.root_daum_roughmap				{ height:400px; }
}



/* Mobile LD */
@media screen and (min-width: 380px) and (max-width: 420px){
	/* °øÅë ±âº» */
	body,html						{ font-size:12px; }

	#mobileMenu					{ margin-top:70px;  }

	/* »ó´Ü */
	#top							{ height:70px; }
	#top_space						{ height:70px; }
	
	/* ¿À½Ã´Â±æ */
	.root_daum_roughmap				{ height:350px; }
}



/* Mobile LD */
@media screen and (min-width: 320px) and (max-width: 380px){


	/* °øÅë ±âº» */
	body,html						{ font-size:11px; }



	/* »ó´Ü */
	#top							{ height:70px; }
	#top_space						{ height:70px; }
	
	/* ¿À½Ã´Â±æ */
	.root_daum_roughmap				{ height:350px ;}
}


/* Mobile LD */
@media screen and (min-width: 240px) and (max-width: 320px){


	/* °øÅë ±âº» */
	body,html						{ font-size:11px; }

	/* »ó´Ü */
	#top							{ height:70px; }
	#top_space						{ height:70px; }
	
	
	/* ¿À½Ã´Â±æ */
	.root_daum_roughmap				{ height:300px ;}
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;  /* ie8 */
} 
