

@media screen and (min-width: 1680px) {

}

@media screen and (min-width: 1440px) and (max-width: 1680px){
}

@media screen and (min-width: 1200px) and (max-width: 1440px){
	.menu_home							{ width:60px !important;  padding-top:0px; text-align: center !important;}
}



/* Desktop */
@media screen and (min-width: 992px) and (max-width: 1200px){
	.menu_home							{ width:60px !important;  padding-top:10px; text-align: center !important;}

}


/* Tablet */
@media screen and (min-width: 768px) and (max-width: 992px){
	.main_popup							{ left:0px !important; margin-left:0 !important; }

	#header_wrapper						{ height:80px !important; border-bottom:1px solid #aaa; box-shadow:2px 5px 7px #aaa;  opacity:1 !important; }

	.main_contents						{ margin-top:0px; }

	#mobileTopMenu						{ padding:0px; padding-top:10px; width:100%;}
	#mobileTopMenu > ul > li:nth-child(1)		{ width:20%; text-align:center; }
	#mobileTopMenu > ul > li:nth-child(2)		{ width:60%; text-align:center; padding-top:5px;}
	#mobileTopMenu > ul > li:nth-child(3)		{ width:20%; text-align:center; }
	#mobileTopMenu > ul > li:nth-child(1)  img	{ height:50px; padding-top:10px; }
	#mobileTopMenu > ul > li:nth-child(2)  img	{ height:40px; }
	#mobileTopMenu > ul > li:nth-child(3)  img	{ height:50px; padding-top:10px;}

	#menu_area > ul > li > a				{ height:70px; font-size:15px; }
/*	#title_menu							{ width:180px !important; }*/

	.bottom_area li						{ float:left; width:100%; }
	.bottom_area li:first-child				{ padding:0 0 30px 0; text-align: center;}
	.bottom_area li:last-child					{ padding:0px 10px !important; }
	
	
	
	.main_popup							{ left:0px !important; margin:0px !important; }

}


/* Mobile HD */
@media screen and (min-width: 420px) and (max-width: 768px){
	.main_popup							{ left:0px !important; margin-left:0 !important; }

	#header_wrapper						{ height:80px !important; border-bottom:1px solid #aaa; box-shadow:2px 5px 7px #aaa;  opacity:1 !important; }

	.main_contents						{ margin-top:0px; }

	#mobileTopMenu						{ padding:0px; padding-top:10px; width:100%;}
	#mobileTopMenu > ul > li:nth-child(1)		{ width:20%; text-align:center; }
	#mobileTopMenu > ul > li:nth-child(2)		{ width:60%; text-align:center; padding-top:5px;}
	#mobileTopMenu > ul > li:nth-child(3)		{ width:20%; text-align:center; }
	#mobileTopMenu > ul > li:nth-child(1)  img	{ height:50px; padding-top:10px; }
	#mobileTopMenu > ul > li:nth-child(2)  img	{ height:40px; }
	#mobileTopMenu > ul > li:nth-child(3)  img	{ height:50px; padding-top:10px;}

	#menu_area > ul > li > a				{ height:70px; font-size:15px; }
/*	#title_menu							{ width:180px !important; }*/

	.bottom_area li						{ float:left; width:100%; }
	.bottom_area li:first-child				{ padding:0 0 30px 0; text-align: center;}
	.bottom_area li:last-child					{ padding:0px 10px !important; }
	
	
	
	.main_popup							{ left:0px !important; margin:0px !important; }

}



/* Mobile LD */
@media screen and (max-width: 420px){

	.main_popup							{ left:0px !important; margin-left:0 !important; }
	.br								{ display:inline !important; }
	.br420								{ display:block; }
	.bottom_area						{ font-size:14px; padding-bottom:50px;}

	.title		> h2						{ font-size:40px !important; letter-spacing:-1px;}
	.title		> span					{ font-size:15px !important; }

	/* 메인 */
	.main_contents						{ margin-top:0px; }

	#header_wrapper						{ height:80px !important; border-bottom:1px solid #aaa; box-shadow:2px 5px 7px #aaa;  opacity:1 !important; }



/*	#title_menu							{ width:180px !important; }*/

	#mobileTopMenu						{ padding:0px; padding-top:10px; width:100%; display:inline-block; }
	#mobileTopMenu > ul > li:nth-child(1)		{ width:20%; text-align:center;}
	#mobileTopMenu > ul > li:nth-child(2)		{ width:60%; text-align:center; padding-top:5px;}
	#mobileTopMenu > ul > li:nth-child(3)		{ width:20%; text-align:center; }

	#mobileTopMenu > ul > li:nth-child(1)  img	{ height:40px; padding-top:10px; }
	#mobileTopMenu > ul > li:nth-child(2)  img	{ height:40px; }
	#mobileTopMenu > ul > li:nth-child(3)  img	{ height:40px; padding-top:10px; }

	.bottom_area li						{ float:left; width:100%; }
	.bottom_area li:first-child				{ padding:0 0 30px 0; text-align: center;}
	.bottom_area li:last-child					{ padding:0px 10px !important; }


	
	.history_year							{ width:100px !important; }
	
	.main_popup							{ left:0px !important; margin:0px !important; }
}

@media screen and (max-width: 320px){
	.main_popup							{ left:0px !important; margin-left:0 !important; }
	.main_contents						{ margin-top:0px; }
	.br								{ display:inline; }
	.br420								{ display:block; }
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;  /* ie8 */
} 
