
@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; }

}


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

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

	/* »ó´Ü */
	#top							{ height:100px; }
	#top_info img					{ height:80%; max-height:100%; }
	#mobile_top_info_left li				{ height:100px; width:100%;  display:flex; justify-content:flex-start; align-items:center; }
	#top_info_center					{ height:100px; display:flex; justify-content:center; align-items:center; }
	#mobile_top_info_right		 li		{ height:100px; width:100%;  display:flex; justify-content:flex-end; align-items:center; }
	#top_menu						{ display:none;  }
	#top_space						{ height:100px; }


	#naver_blog_top_rank				{ padding-top:0px; }
	#proposal						{ padding-top:0px; padding-bottom:0px; }
	#marketing						{ padding-top:0px; padding-bottom:0px; }
	#ekdlabs						{ padding-top:0px; }

	/* ¿À½Ã´Â±æ */
	#location						{ padding-top:50px;   }
	.location_left					{ text-align:left; width:100%;display:block;}
	.location_right					{ text-align:left; width:100%;display:block; }
	.root_daum_roughmap				{ height:400px; }
}



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

	.br							{ display:inline; }
	.br420						{ display:block; }
	#mobileMenu					{ margin-top:70px;  }

	/* »ó´Ü */
	#top							{ height:70px;}
	#top_info img					{ width:80%; max-height:80%; }
	#mobile_top_info_left li				{ height:70px; width:100%;  display:flex; justify-content:flex-start; align-items:center; }
	#top_info_center					{ height:70px; display:flex; justify-content:center; align-items:center; }
	#mobile_top_info_right		 li		{ height:70px; width:100%;  display:flex; justify-content:flex-end; align-items:center; }
	#top_menu						{ display:none;  }
	#top_space						{ height:70px; }
	

	#naver_blog_top_rank				{ padding-top:0px; }
	#proposal						{ padding-top:0px; padding-bottom:0px; }
	#marketing						{ padding-top:0px; padding-bottom:0px; }
	#ekdlabs						{ padding-top:0px; }


	/* ¿À½Ã´Â±æ */
	#location						{ padding-top:50px;   }
	.location_left						{ text-align:left; width:100%;display:block; }
	.location_right					{ text-align:left; width:100%;display:block; }
	.root_daum_roughmap				{ height:350px; }

}



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


	/* °øÅë ±âº» */
	body,html						{ font-size:11px; }
	.br							{ display:inline; }
	.br420						{ display:block; }
	#mobileMenu					{ margin-top:70px;  }
	.contents						{ padding:0;  }


	/* »ó´Ü */
	#top							{ height:70px; }
	#top_info img					{ width:80%; max-height:80%; }
	#mobile_top_info_left li				{ height:70px; width:100%;  display:flex; justify-content:flex-start; align-items:center; }
	#top_info_center					{ height:70px; display:flex; justify-content:center; align-items:center; }
	#mobile_top_info_right		 li		{ height:70px; width:100%;  display:flex; justify-content:flex-end; align-items:center; }
	#top_menu						{ display:none;  }
	#top_space						{ height:70px; }
	

	#naver_blog_top_rank				{ padding-top:0px; }
	#proposal						{ padding-top:0px; padding-bottom:0px; }
	#marketing						{ padding-top:0px; padding-bottom:0px; }
	#ekdlabs						{ padding-top:0px; }


	/* ¿À½Ã´Â±æ */
	#location						{ padding-top:50px;   }
	.location_left					{ text-align:left; width:100%;display:block; }
	.location_right					{ text-align:left; width:100%;display:block; }
	.root_daum_roughmap				{ height:350px ;}
}


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


	/* °øÅë ±âº» */
	body,html						{ font-size:11px; }
	.br							{ display:inline; }
	.br420						{ display:block; }
	#mobileMenu					{ margin-top:70px;  }


	/* »ó´Ü */
	#top							{ height:70px; }
	#top_info img					{ width:80%; max-height:80%; }
	#mobile_top_info_left li				{ height:70px; width:100%;  display:flex; justify-content:flex-start; align-items:center; }
	#top_info_center					{ height:70px; display:flex; justify-content:center; align-items:center; }
	#mobile_top_info_right		 li		{ height:70px; width:100%;  display:flex; justify-content:flex-end; align-items:center; }
	#top_menu						{ display:none;  }
	#top_space						{ height:70px; }
	

	#naver_blog_top_rank				{ padding-top:0px; }
	#proposal						{ padding-top:0px; padding-bottom:0px; }
	#marketing						{ padding-top:0px; padding-bottom:0px; }
	#ekdlabs						{ padding-top:0px; }


	/* ¿À½Ã´Â±æ */
	#location						{ padding-top:50px;   }
	.location_left					{ text-align:left; width:100%;display:block; }
	.location_right					{ text-align:left; width:100%;display:block; }
	.root_daum_roughmap				{ height:300px ;}
}

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