body {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-family: 굴림;
}

a {
	color: #2D3C48;
	text-decoration: none;
}
a:hover {
	color: #AA1F13;
}

ul {
	list-style: none;
}

img { border: 0; }
dl, dd { margin: 0; }
input, select, textarea { font-size: 9pt; }
select { padding: 0; }
form, fieldset {
	margin: 0; padding: 0;
	border: none;
}

.img_link {
	cursor: pointer;
}

.sub_section {
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 8px;
	border: 1px solid #e0e0e0;
}
	.sub_section dd {
		margin: 0;
	}
	.sub_section .section_title {
		height: 0; margin: 0; padding: 0;
		overflow: hidden;
		text-indent: -5000px;
	}

/* 인풋박스 */
.input_small { width: 100px; font-size: 9pt; border: 1px solid #CCCCCC; }
.input_medium { width: 200px; font-size: 9pt; border: 1px solid #CCCCCC; }
.input_long { width: 350px; font-size: 9pt; border: 1px solid #CCCCCC; }
.input_img { margin-bottom: -3px; }
.input_hidden { display: none; }
input.input_small, input.input_medium, input.input_long { height: 18px; }
.form_border{ border: 1px solid #CCCCCC;}

.but_cmd {
	background: url(images/bg_but_cmd.gif) no-repeat center center;
	width: 33px;
	height: 18px;
	border: none;
	font-size: 9pt;
}

/* 범용 */
.info_date, .info_nick {
	padding-left: 16px;
	padding-top: 3px;
	height: 14px;
}
.info_date { background: url(images/bg_date.gif) no-repeat left top; }
.info_nick { padding-left: 0; }

/* 페이지링크 */
#page_link {
	text-align: center;
	font-size: 110%;
}
	#page_link span {
		margin: 0 5px;
	}
		#page_link span a {
			color: #7D8A91;
		}
		#page_link span strong {
			color: #3A535F;
			margin: 0 5px;
		}
	#page_first {
		background: url(images/page_first.gif) no-repeat left 3px;
		padding-left: 8px;
	}
	#page_prev {
		background: url(images/page_prev.gif) no-repeat left 3px;
		padding-left: 8px;
	}
	#page_next {
		background: url(images/page_next.gif) no-repeat right 3px;
		padding-right: 8px;
	}
	#page_last {
		background: url(images/page_last.gif) no-repeat right 3px;
		padding-right: 8px;
	}


/* 레이아웃 */
#GRP_container {
	margin: 0 auto;
	width: 920px;
}

#GRP_header {
	height: 200px;
	margin:70px 0 10px 0;
	font-size: 9pt;
	position:relative;
	padding:0;
}
		#GRP_header h1{
			text-indent: -5000px;
			margin: 0 0 0 0;
		}
		
/**** 메뉴  *****/			
#header_menu, #header_menu ul {
	float: left;	
	width: 100%;
	height:40px;
	list-style: none;
	line-height: 1;
	padding: 0;
	border-width:0; /*border-width: 1px 0;*/
	margin:0;
}


#header_menu a {
	display: block;
	width: 12em;
	w\idth: 8em;
	color: #000;
	text-decoration: none;
	padding: 0.25em 0.1em;/* 메뉴간격 */
}

#header_menu li {
	float: left;
	padding: 0;
	width: 9em;
}

#header_menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#header_menu li li {
	padding-right: 1em;
	width: 13em;
	background:#fff;
}

#header_menu li ul a {
	width: 13em;
	w\idth: 9em;
}
#header_menu li ul li a {
	display:inline;
	line-height:150%;
	font-style:돋움;
}
#header_menu li ul ul {
	margin: -1.75em 0 0 14em;
}

#header_menu li:hover ul ul, #header_menu li:hover ul ul ul, #header_menu li.sfhover ul ul, #header_menu li.sfhover ul ul ul {
	left: -999em;
}

#header_menu li:hover ul, #header_menu li li:hover ul, #header_menu li li li:hover ul, #header_menu li.sfhover ul, #header_menu li li.sfhover ul, #header_menu li li li.sfhover ul {
	left: auto;
}

#header_menu li li:hover, #header_menu li li.sfhover {
	background: #ff9;
}
#header_menu .menu_w {
	width:120px;
	height:35px;
}

/* 이미지 클릭시 점선 없애는 것 : 익스8에선 적용 안됨*/
#header_menu a, #header_menu area{ blr:expression(this.onFocus=this.blur()) } /* for IE */ 
:focus{ -moz-outline-style: none; } /* for Firefox */ 

/* 이미지 투명처리 */
.png24 {
   tmp:expression(setPng24(this));
}

#GRP_content {
	float: right;
	width: 710px;
	margin:0 10px 0 0;
}
	#GRP_cheader {
		font-size: 9pt;
	}
	#GRP_article_list {
		clear: both;
	}

#GRP_sub {
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

#GRP_footer {
	clear: both;
	background: url(images/bg_copyright.gif) no-repeat left top;
	height: 82px;
	font-size: 9pt;
	margin-top: 30px;
	border:solid 1px #FFFFFF;
}
	#GRP_footer ul {
		margin: 10px 0 0 15px;
		list-style: none;
		padding-left:180px;
	}
		#GRP_footer ul li {
			float: left;
			margin-right: 15px;
		}
	#GRP_footer p {
		text-indent: -5000px;
	}

#GRP_global {
	position: absolute;
	top: 0;
	width: 920px;
}
#GRP_global ul{	float:right; margin-top:40px;}
#GRP_global ul il{ padding-top:3px;}
#GRP_global ul il a{ vertical-align:middle;}
#GRP_link {
	width:100%;
	height:30px;
	background-color:#EFEFEF;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

#GRP_link ul li{float:left;}
#GRP_logo{float:left; margin-top:10px;}
#English {
	float: left; 
	margin:30px 0 -40px 684px;
	padding-right:12px;
	background:url(images/icon_01.gif) no-repeat right top;
}
.login_user{

	padding-top:3px;
	text-indent:20px;
	background-image:url(sys_images/star.gif);
	background-repeat:no-repeat;
	background-position:left center;

}
.btn_icon{

	background-image:url(ui_images/icon_01.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-align:left;
	padding-left:0px;
	padding-right:10px;
	padding-top:3px;
}
.btn_log{
	width:60px;
	height:20px;
	text-align:center;
	background-image:url(images/button_log.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:3px;
}


.btn_log_text{
	font-size:12px;
	color:#FF0000;
}

.khighlight {
	background-color: #FFFF99;
	color: black;
	font-weight: bold;
}

#PG_link{
	padding:5px;
	margin:0px;
	text-align:center;
}
	#PG_link span{
		padding:0 8px 0 8px;
		text-align:center;
		color:#999999;
		font-size:18px;
		font-weight:bold;
	}
	#PG_link strong{
		color:#000000;
	}

	#PG_link .right{
		border:solid 1px;
	}
#article_content{
	width:100%;
	float:left;
	background-color:#FFFFFF;
	overflow:hidden;
}

#article_comment {

	width:660px;
	background-color:#F9F9F9;
	border:solid 1px #DBDBDB;
	padding:5px;
	float:left;

}
	#article_comment ul{
		padding:0;
		margin:0;
		float:left;
	}
		#article_comment ul li{
			float:left;
			padding-left:0;
			margin-left:3px;
			margin-right:3px;
		}
	#article_comment p{
	
		margin-top:0;
		margin-left:0;
		margin-right:0;
		margin-bottom:5px;
		padding:0;
		width:150px;
	
	}

#comment_list{
	float:left;
	width:660px;
	margin:10px 0 0 0;
	border-collapse:collapse;	
}
	#comment_list tbody tr td{
		padding:5px;
		background-image:url(images/list_line.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
	}

	#comment_list ul{
	
		width:660px;
		padding-left:0;
		margin-left:0;
	
	}
		#comment_list ul li{
		
			float:left;
			padding:5px;
			height:50px;
			background-image:url(images/list_line.gif);
			background-position:left bottom;
			background-repeat:no-repeat;

		}
#comment_list p{

	width:500px;
	padding:5px;

}
/*
#FORM_search{
	width:690px;
	height:35px;
	background-color:#F3F3F3;
	margin:10px 0 0 0;
}

	#FORM_search span{
		margin:0 0 0 5px;
	}

	#FORM_search .submit_btn{
		background:url(images/search_btn.gif) left top no-repeat;
		width:56px;
		height:23px;
		border:none;
		text-indent:-5000px;
	}
*/
#article_cmd{
	text-align:right;
	padding-top:1px;
}
#article_cmd a{

	margin:1px;

}
#total_writer {float:right;}
#total_writer li{}
/*
#file_upload{

	float:left;

}
#file_upload dd{

	float:left;

}
*/
.form_title{

	width:90px;
	margin-right:15px;	
	float:left;
	text-align:right;
	clear:left;
	font-weight:bold;
}

.center{ text-align:center; }
.left{text-align:left;}
.right{text-align:right;}
.line{
	background-color:#D5D5D5;
	height:1px;
}
.form_text{

	width:200px;
	height:20px;

}
.nick{ width:100px;}
.content{ width:400px;}
.date{ width:120px;}

.head_left{

	background-image:url(images/head_left.gif);
	background-position:left center;
	background-repeat:no-repeat;

}
.head_center{

	background-image:url(images/head_center.gif);
	background-position:left center;
	background-repeat:no-repeat;

}
.head_right{

	background-image:url(images/head_right.gif);
	background-position:right center;
	background-repeat:no-repeat;

}

#GRP_section{
	float:left;
	width:650px;
	border:solid 1px #CCCCCC;
	margin:5px;
	padding:5px;
}
	#GRP_section dl dt{
		float:left;	
		width:100px;
		height:20px;
	}
	#GRP_section dl dd{
		height:20px;
	}
#sort_list{
	float:left;
	width:300px;
}
#sort_sub_list ul{
	float:left;
	margin:0;
	list-style:none;
}
	#sort_sub_list ul li{
		width:100px;
	}

/* 레이어 팝업 */
.GRP_layer_popup{
	border:solid 2px #CCCCCC;
	background:#FFFFFF;
}
	.GRP_layer_popup .close{
		padding:5px;
		text-align:right;
	}
	.GRP_layer_popup .close input{
		display:block;
		border:solid 1px #CCCCCC;
		background-color:#F0F0F0;
		color:#333333;
	}