/* 화면 공통적용/인쿠르드  ********/

/* header태그 헤더영역********/

#header  li{
  
  float:left;
  
	
}




#header ul.TtitleBox{
  
   width:100%;
   margin:auto;
   padding-top:6px;
  	
}

#header ul li.Tleft{
  
   width:15%;
   height:30px;
   background-image:url(../img/01common/logo.png);
   background-position:center;
   background-repeat:no-repeat;
  
}

	
#header ul li.Mlogo {
  
   width:65%;
   height:30px;
  	background-image:url(../img/01common/Mlogo.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:3px;
	
 	
}


#header ul li.Ttitle {
  
   width:65%;
   height:30px;
   text-align:center;
   padding-top:7px;
   font-size:1.5em;
   color:#000000;
   font:나눔고딕;
   font-weight:bold;
 	
}

#header ul li.Tright{
  
   
   width:20%;
   height:30px;
   background-image:url(../img/01common/Button_top_pre.gif);
   background-position:center;
   background-repeat:no-repeat;

	
}

#header ul li.Tright:hover{
  
   
   background-image:url(../img/01common/Button_top_pre_over.gif);
  
	
}


#header ul li.Tright:visited,#header ul li.Tright:active,#header ul li.Tright:link {
  
   
   background-image:url(../img/01common/Button_top_pre.gif);
  
	
}


/* nav태그 서브메뉴*/


#submenu ul{
	width:100%;
	margin:auto;
	min-height:40px;

	}


#submenu ul li{
   
	width:24.5%;
	height:28px;
	float:left;
	padding-top:0px;
	text-align:center;
	padding-top:12px;
	font-size:1.15em;
	color:#ffffff;
	font:나눔고딕;
	font-weight:600;
	
	background-image: url(../img/01common/SubMenu_background.jpg);
	background-repeat:repeat;
	background-position: center top;	
	}

#submenu ul li.b{
   
	width:32.8%;
	height:28px;
	float:left;
	padding-top:0px;
	text-align:center;
	padding-top:12px;
	font-size:1.15em;
	color:#ffffff;
	font:나눔고딕;
	font-weight:600;
	background-image: url(../img/01common/SubMenu_background.jpg);
	background-repeat:repeat;
	background-position: center top;	
	}



#submenu ul li.right{

  	width:2px  !important;
	background-image: url(../img/01common/SubMenu_bgLine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#submenu ul li:hover{
	background-image: url(../img/01common/SubMenu_background_O.jpg);
	/*background-position:center -40px;*/
	
}

#submenu ul li.click{
	
	background-image: url(../img/01common/SubMenu_background_O.jpg);
	
	}


		
/* section태그 contents 서브 전체 컨텐츠 박스*/
 	
#box       
{
	
	width:97%;
	overflow-y:auto;
	margin:auto;
	padding:3% 0 3% 0;
	background-color:#FFF;
	min-height:390px;
	border-radius:5px;
	border: solid thin;
	border-color:#757576;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,.35);/* x 떨어지는정도 , y , blur, 그림자두께, 색값 순서*/

	}


#content{
	
	width:95%;
	margin:0 auto;
	
	
	}
	
		
		
/* footer태그 대메뉴   */


#menu{
	width:100%;
	margin:auto;
	
	}

#menu p{
	
	width:20%;
    min-height:70px;
	float:left;
	padding-top:16px;
	text-align:center;
	background-image: url(../img/01common/menu_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu p:hover {

	background-image: url(../img/01common/menu_background_O.jpg);
	
}

#menu p.click{
	
	background-image: url(../img/01common/menu_background_O.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	}



#floatLeft li{
	float:left;
	
	}

  
/* 서브 공통 적용 간격 */
	
.width3{
	width:3%;
	}
.width4{
	width:4%;
	}
.width10{
	width:10%;
	}

.width13{
	width:13%;
	}

.width14{
	width:14%;
	}
	
.width15{
	width:15%;
	}
	
.width20{
	width:20%;
	}

	
.width25{
	width:25%;
	}
	
.width28{
	width:28%;
	}
.width30{
	width:30%;
	}
	
.width33{
	width:33%;
	}
	
.width35{
	width:35%;
	}	
.width40{
	width:40%;
	}	
	
.width48{
	width:48%;
	}
.width50{
	width:50%;
	}	
.width60{
	width:60%;
}
.width70{
	width:70%;
	}	
.width75{
	width:75%;
	}	
.width78{
	width:78%;
	}	
.width80{
	width:80%;
	}
.width83{
	width:83%;
	}
.width85{
	width:85%;
	}
.width90{
	width:90%;
	}
.width95{
	width:95%;
	}
		
.width99{
	width:99%;
	}
	
.width100{
	width:100%;
	}


.height5{
    height:5px;
	}
.height10{
    height:10px;
	}

.height15{
    height:15px;
	}
.height20{
    height:20px;
	}

.height30{
    height:30px;
	}

.height35{
    height:35px;
	}

.height50{
	height:50px;
	}
	
.height70{
	height:70px;
	}
	
.height100{
	height:100px;
	}
.height290{
	height:290px;
	}
.height300{
	height:300px;
	}


.AlignC{
	 text-align:center;
}
.AlignL{
	 text-align:left !important;
	 padding-left:2% !important;
}
.AlignR{
	 text-align:right;
	 padding-right:1%;
	 
}

.FloatL{
	
		float:left ;
	}

.FloatClear{
	
	clear:left !important;
	}

.padding5{
	
	padding: 10px;}
	
.paddingtop10{
	padding-top:: 10px;}
	

.marginC
{margin:auto;}



