@media screen and (max-width:1200px) {
	/*#tnb ul { width: 100%; }
	#hd_wrapper { width: 100%; margin: auto; height: 120px;  border-bottom: 2px solid #253dbe;*/ }

	#logo {width: calc(100% - 20px); margin-left: 10px; float:left;padding:10px 0 0; text-align: center; }
	#logo > span { display: block; float: left; cursor: pointer; font-size: 25px; }
	.hd_sch_wr{position:absolute;top:80px;left:10px;width:430px;margin-left:0px;  }
	#hd_qnb{float:right;margin-top:10px}
	#gnb { display: none; }

	#container_wr {width:100%; padding:0;}
	#aside { position: fixed; left: -305px; top: 0px; margin: 0px; z-index: 1000; overflow-y: auto; }
	.close_menu { position: fixed; display: block; height: 0px; z-index: 1100; top: 0px; left: -30px }
	.close_menu > i { font-size: 40px; cursor: pointer; }
	.mobile_menu { display: block; }

	#container {width: calc(100% - 20px); margin:10px 10px;}

	/*.wide-container img {width:100%}*/

	#ft_wr {width:100%;}


	.mobile_menu { margin: 5px; }
	.mobile_menu > ul { background: #fff; /*padding-bottom: 15px; */ }
	.mobile_menu > ul > li { 
		position: relative; width: 100%; background: #f9f9f9; padding: 10px; border-bottom:1px solid #eee; color:#555; font-size: 16px; font-weight:bold;
	}
	.mobile_menu > ul > li > a {color:#555; font-size: 16px;}


	.mobile_menu > ul > li > i { position: absolute; right: 10px; color: #fff; font-size: 16px; border-bottom:1px solid #eee; cursor: pointer;}
	.mobile_menu > ul > li > ul { /*display: none;*/ margin-top: 15px; background: #fff;  }
	.mobile_menu > ul > li > ul > li { width: 100%;  padding: 7px; border-bottom:1px solid #eee;}
	.mobile_menu > ul > li > ul > li > a {color:#666; font-size: 14px;}
	.mobile_menu > ul > li > ul > li > a:hover { font-weight: 700; text-decoration:none;}

}

@media screen and (max-width:700px) {
	/*#tnb ul { width: 100%; }
	#hd_wrapper { height: 90px;  }*/

	.hd_sch_wr{top:80px;width: calc(100% - 20px); z-index: 0; }
	#hd_qnb{ display: none; float:right;margin-top:30px}
	#hd_sch #sch_stx {width:calc(100% - 50px);}

}


@media screen and (max-width:600px) {
	.lt_wr{width:100% !important; margin-left: 0px !important; }\
	

}

