/* CSS Document */
/*기본 페이지 설정*/
	body{
	    background:url(/images/bg.jpg);background-repeat:repeat-x;
		font-family: 돋움, 굴림, Verdana,Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height:14px; 
		word-break:break-all;
		color: #AFAFAF;
		/*margin:0 auto;*/
		}
table,select,input,form,textarea, option  {font-size: 12px;font-family: "dotum";color: #AFAFAF;line-height:12px;letter-spacing:0px; margin:0 auto;}/*line-height:12px;*/


a:link {font-family: "돋움";color: #666666;text-decoration: none;}
a:visited {font-family:"돋움";color: #666666;text-decoration: none;}
a:hover {font-family:"돋움";color: #666666;text-decoration: underline;}
a:active {font-family: "돋움";color: #666666;text-decoration: underline;}

a,img {selector-dummy: expression(this.hideFocus=true);}

.text {color:#636563; font-size:12px;line-height:20px; font-family: "Verdana, Arial, Helvetica, sans-serif";}
.normal {color:#636563; font-size:12px;line-height:20px; font-family: "Verdana, Arial, Helvetica, sans-serif"; padding-left:20px;}
.normalb {color:#78ad3e; font-size:12px;line-height:20px; font-family: "Verdana, Arial, Helvetica, sans-serif"; padding-left:20px;font-weight: bold;}
.text01 {color:#636563; font-size:12px;line-height:20px; font-family: "Verdana, Arial, Helvetica, sans-serif"; padding-left:40px;}
.text02 {background: url(/images/sub_icon01.gif) no-repeat left 1px;color:#636563; font-size:12px;line-height:20px;font-weight: bold; font-family: "Verdana, Arial, Helvetica, sans-serif"; padding-left:35px;}
.text02_a {background: url(/images/sub_icon01.gif) no-repeat left 1px;color:#636563; font-size:12px;line-height:20px;font-weight: bold; font-family: "Verdana, Arial, Helvetica, sans-serif"; padding-left:20px;}
.text03 {color: #385d9a; padding-left:20px;font-size:12px;line-height:24px; font-family: "Verdana, Arial, Helvetica, sans-serif";}
.text04 {color: #636563;font-size: 12px;font-weight: bold;line-height: 18px; padding-top: 2px;}
.text05 {color: #78ad3e;font-size:12px;font-weight: bold;line-height:24px; font-family: "Verdana, Arial, Helvetica, sans-serif"; text-align: justify;  }
.text06 {color:#636563; font-size:12px;padding-left:10px;line-height:20px; font-family: "Verdana, Arial, Helvetica, sans-serif";  }
	text-align: justify;  }
.text07 {color: #ffffff;font-size: 12px;font-weight: bold;line-height: 18px; padding-top: 2px;}
.text08 {color: #5e96cd;font-size:12px;font-weight: bold;line-height:24px; font-family: "Verdana, Arial, Helvetica, sans-serif";}
.text09 {background: url(/images/sub_icon02.gif) no-repeat left 1px; color: #4b7fbe;font-size: 12px;font-weight: bold;line-height: 18px; 
	padding-left: 20px;text-align: justify;  }
.text10 {clear:both;
	width:100%;
	border-top:2px solid #86AACE;
	border-bottom:2px solid #86AACE;
	text-align:center;
	margin-bottom:0px}
.text_qna {background: url(/images/sub_icon02.gif) no-repeat left 1px; color: #343434;font-size: 12px;font-weight: bold;line-height: 18px; 
	padding-left: 20px;text-align: justify;  }
.text_q {background: url(/images/sub_icon03.gif) no-repeat left 1px; color: #98908d;font-size: 12px;font-weight: bold;line-height: 18px; 
	padding-left: 20px;text-align: justify;  }
.text_a {background: url(/images/sub_icon04.gif) no-repeat left 1px; color: #98908d;font-size: 12px;line-height: 18px; 
	padding-left: 20px;text-align: justify;  }


.day {color:#9D9D9D; font-size:11px; }

.wrap { color:#7cc3e7}
.id {
	border:1px solid #999999;
	font-size:11px;
	color: #333333;
	background-color:#FFFFFF;
	height: 18px;
	width: 115px;
	font-family: "돋움";
}

.line01 {
	BORDER-top: #224978 2px solid; 
	BORDER-bottom: #202D62 2px solid; 
	BORDER-left: #202D62 2px solid; 
	padding-top: 10px; 
	padding-bottom: 10px;
}
.line02 {
	BORDER-top: #E8E8E8 2px solid; 
	BORDER-bottom: #E8E8E8 2px solid; 
	BORDER-right: #E8E8E8 2px solid; 
	padding-bottom: 10px;
}
/* 이미지 border 자동 0설정 */	
	img {border: none;} 	


.menubar li ul {
background: rgb(109,109,109);
display:none;  /* 평상시에는 서브메뉴가 안보이게 하기 */
height:auto;
padding:0px;
margin:0px;
border:0px;
position:absolute;
width:200px;
z-index:200;
}
.menubar li:hover ul {
display:block;   /* 마우스 커서 올리면 서브메뉴 보이게 하기 */
}