@charset "utf-8";
/* CSS Document */
body, p, ul, div {
	margin:0 auto 0 auto;
	word-break:break-all;
	-ms-word-break:break-all;
	font-size:12px;
	font-family:Gulim, Dotum, AppleGothic, Sans-serif, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {
	font-size:16px;
	text-align:left;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
a {
	color:#2f3743;
	text-decoration:none;
	font-size:12px;
	selector-dummy: expression(this.hideFocus=true);
}
a:hover {
	color:#2f3743;
	text-decoration:underline;
}

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

img, iframe {
	border:0 none;
}

/*----------------모달창 -------------*/
.mWin{
	position:absolute;
	z-index:1;
	height:0;
	width:0;
	display:none;
	background:#000;
	opacity:.5;
	filter:alpha(opacity=50);
}
.mSub{
	position:absolute;width:300px;height:auto; padding:20px;border:3px solid #ccc;background:#fff; text-align:center; 
	display:none;
	z-index:2;
	
}
/*----------------모달창 끝 -------------*/


input,select,textarea,img,label{
	border:1px solid #ECEDE9;
	font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	text-align:left;
	width:auto;
	vertical-align:middle;
	padding:0;
	margin:0;
	height:16px;
	_height:16px;
}

select{height:18px; _height:18px;}
img{
	border:0;
	height:auto;
	width:auto;
}

/*-----------------------폼 기본설정--------------------------------------------*/
form {
	padding:0;
	margin:0;
	border:0;
}

form input:focus, form select:focus, form textarea:focus{
	/*background-color:#F9F9F9;*/
}
form label{
	display:inline-block;
	line-height:14px;
	height:14px;
	width:60px;
	text-align:right;
	overflow:hidden;
	padding-right:5px;
	border:0;
	
}
form p{
	padding:5px;
}


form .btn{
	height:18px;
	_height:18px;
}
form .btnimg{
	border:0;
	height:auto;
	width:auto;
}
form .rad{
	border:0;
	margin-top:0px;
	_margin:0;
}
form .chk{
	border:0;
}

.cursor{cursor:pointer;}

/*-----------------------------------------페이지 설정-----------------------------------------------*/
#pagebar {
	height:20px;
	line-height:18px;
	text-align:center;
	background-color:#f9f7f2;
	width:715px;
	float:right;
}
#pagebar a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	text-decoration: none;
	margin:0;
	padding:0 1px;
	color:#909090;
}
#pagebar a:active, #pagebar a:hover {
	color:#FF9900;
	text-decoration:underline;
}
#pagebar .linked {
	color:#333333;
	/*font-weight:bold;
	text-decoration:underline;*/
}
#pagebar img {
	margin-bottom:1px;
	border:0;
	vertical-align:bottom;
}

/*-----------------------------------------마춤설정---------------------------------------*/
.div_off{display:none;}
.div_on{display:;}

/*-----------------------------------------마춤설정---------------------------------------*/
.divBoard{border:#CCCCCC 0px solid; width:705px;}

.divBoard th{ padding:0 12px; margin:0; text-align:center; height:28px; line-height:24px; vertical-align:middle; background-color:#EEE8DD;}
.divBoard td{ padding:2px 8px; margin:0; text-align:center; height:26px; line-height:20px; vertical-align:middle;
			border-bottom:1px #EEE8DD solid; overflow:hidden; font-size:12px; color:#333333;
}
.divBoard .span98{ display:inline-block; width:98%; }
.divBoard a:hover {text-decoration:none;}

.divBoard .t_bgLeft{background:url(../images/common/board_title.gif) no-repeat left;}
.divBoard .t_bgRight{background:url(../images/common/board_title.gif) no-repeat right;}

.divBoard .t_bold{ font-weight:bold;}
.divBoard .t_thin{ font-weight:normal;}
.divBoard .t_6D5E65{color:#6D5E65;}
.divBoard .t_ffffff{color:#ffffff;}

.divBoard .t_left{ text-align:left;}
.divBoard .t_right{ text-align:right;}
.divBoard .t_center{ text-align:center;}
.divBoard .t_img{ margin-bottom:2px;}

.divBoard textarea{ height:auto; width:85%;}

#divBottom {height:35px; padding:0; margin-top:5px;}
#divBottom span{ display:inline-block; width:48%; height:100%; }

.floatLeft{ float:left;}
.floatRight{ float:right;}

.content td{text-align:left; padding:5px; border-bottom:2px #EEE8DD solid;}
.noneLine td{border-bottom:0;}
.list_end_border{border-top:1px solid #EEE8DD; height:5px; width:100%;}

.notic{ font-weight:bold;}
