
/*01*/
#wrapper{                     
   
	width:100%;
	margin:0 auto;
	overflow-y:auto;
	min-height:550px;
	background: #568fba; /* Old browsers */
 background: -moz-linear-gradient(top, #568fba 0%,#d9dee2 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom,      color-stop(0%,#568fba), color-stop(100%,#d9dee2)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #568fba 0%,#d9dee2 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #568fba 0%,#d9dee2 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #568fba 0%,#d9dee2 100%); /* IE10+ */
 background: linear-gradient(to bottom, #568fba 0%,#d9dee2 100%); /* W3C */

}



#wrapperM{                     
   
	width:100%;
	margin:0 auto;
	overflow-y:auto;
	min-height:550px;
	background-color:#ffffff;

}

/*02*/
#header {
  
   width:100%;
   min-width:360px;
   height:45px;
   background:url(../img/01common/Top_centerBg.png);
   background-color:#568fba ;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
	
	
}



/* 서브 메뉴 및 컨텐츠 section 영역*/
/*02*/
#submenu{
	width:100%;
	min-width:360px;
	height:40px;
	background:url(../img/01common/SubMenu_background.jpg);
	
}


/*02*/
#contents{
	
 width:100%;  /* padding값합해서 100%/ 인터넷에서는 98이 딱맞는데 모바일에서는.5가 딱맞음  */

 
}


/*메인02*/
#contentsM{
	
 width:100%;  /* padding값합해서 100%/ 인터넷에서는 98이 딱맞는데 모바일에서는.5가 딱맞음  */

 background-color:#FFF;
}




	
/* 대메뉴영역*/

/*01*/#footer{
   
   width:100%;
   min-width:360px;
   height:70px;
   background:url(../img/01common/menu_background.jpg);
   overflow:hidden;
   
   
	
}