@media screen and (max-width:3000px) {
	#tnb ul { width: 500px; }
	#hd_wrapper { width: 100%; margin: auto; height: 55px; 
	   /* border-bottom: 2px solid #253dbe;  */
	}
 
	#logo {width: calc(100% - 20px); margin-left: 10px; float:left;
	   padding:5px 0 0; 
	   text-align: center; }
	   
	#logo > span { display: block; float: left; cursor: pointer; font-size: 30px; }
	.hd_sch_wr{position:absolute;top:80px;left:10px;width:430px;margin-left:0px;  }
	#hd_qnb{float:right;margin-top:30px;
	   display: none;}
	#gnb { display: none; }
 
	#container_wr {width:100%;}
	#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:0 10px 55px 10px;} */
	#container {width: calc(100% - 20px); margin:0 10px 0 10px;}
 
	#ft_wr {width:100%;}
 
 
	.mobile_menu { margin:0px; }
	.mobile_menu > ul { 
	   /* background: #ffba9b;  */
	   background: #ffffff; 
	   padding-bottom: 15px;  
	}
	.mobile_menu > ul > li { 
	   position: relative; 
	 
 
	}
	
	.mobile_menu > ul > li a.gnb_1da { 
	   display:block;
	   padding: 15px;
	   border-bottom:1px #ededed solid;
 
	}

	.mobile_menu > ul > li > i { 
	   position: absolute; 
	   right: 10px; 
	   /* color: #fff;  */
	   /* color: #e08fbd;  */
	   color:#d54295;
	   font-weight: 600;
	   font-size: 20px; 
	   cursor: pointer;
	   top:10px;
	}
	.mobile_menu > ul > li > ul { 
	   display: none; 
	   margin-top:0px; 
	   /* background: #fb9585;  */
	   /* background: #b7dfeb;  */
	   background: #f3f3f3; 

	 
		 
	}
	.mobile_menu > ul > li > ul > li > a{
	   /* color: #fff !important; */
	   /* color: #0079b8 !important; */
	   color: #000;
	   /* color: #024577 !important; */
	   font-weight: 600;
	   display:block; padding:10px 0px 10px 15px; 
	     border-bottom:1px #ddd solid;
	}

	.mobile_menu > ul > li > ul > li > a:hover { font-weight: 700; }
	.lt_wr{width:100% !important; margin-left: 0px !important; }


	.mobile_menu > ul > li > ul > li > ul { padding:10px 20px; background:#fff; border-bottom:1px #ddd solid; }
	.mobile_menu > ul > li > ul > li > ul li a{display:block; color:#666; line-height:24px;}
 }
 
 @media screen and (max-width:700px) {
	#tnb ul { width: 500px; }
	#hd_wrapper { height: 55px; }
 
	.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);}
	.lt_wr{width:100% !important; margin-left: 0px !important; }
 }
 
 
 @media screen and (max-width:500px) {
	.lt_wr{width:100% !important; margin-left: 0px !important; }
 }
 
 @media screen and (max-width:406px) {
	.gwang{display: none}
 }
 