/* 전체를 감싸는 컨테이너 */
#GRP_container {
	width: 920px;
	margin: 0 auto;
}

/* 헤더 */
#GRP_header {
	float: left;
	height:50px;
	width: 100%;
	margin-top:60px;
	margin-bottom:10px;
}

/**** 메뉴  *****/			
#header_menu, #header_menu ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background:#C30;
	font-weight: bold;
	padding: 0;
	border: solid #C30;
	border-width:0; /*border-width: 1px 0;*/
	margin:10px 0 0 0; /*margin: 0 0 1em 0*/
}

#header_menu a {
	display: block;
	width: 11em;
	w\idth: 9em;
	color: #000;
	text-decoration: none;
	padding: 0.25em 0.5em; /*메뉴간격 */
}

#header_menu li {
	float: left;
	padding: 0;
	width: 10em;
}

#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 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;
}

/* 이미지 클릭시 점선 없애는 것 : 익스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));
}
/* 서브메뉴 1 */
#GRP_sub {
	float: left;
	width: 200px;
	overflow: hidden;
	margin-right: 15px;
}

/* 본문 */
#GRP_content {
	float: left;
	width: 488px;
	margin-right: 17px;
	overflow: hidden;
}
/* 2단페이지 */
.BODY_portal #GRP_content, .LOC_schedule #GRP_content {
	width: 705px;
	margin-right: 0;
}

/* 서브메뉴2 */
#GRP_sub2 {
	float: left;
	width: 200px;
	padding:;
	overflow: hidden;
	background-color:;
}

/* 푸터 */
#GRP_footer {
	float: right;
	margin-top:10px;
	width: 100%;
	height: 100px;
	border-top:solid 3px #E6E6E6;
}
	#footer_global {
		float: left;
		height: 20px;
		margin-bottom: 10px;
	}
	#footer_global li {
		float: left;
		width: 80px;
		height: 20px;
		margin-right: 10px;
		text-indent: -5000px;
	}
		#footer_global li a {
			display: block;
			width: 100%;
			height: 100%;
		}
			#footer_privacy { background: url(images/privacy.gif) no-repeat center center; }
			#footer_join { background: url(images/agreement.gif) no-repeat center center; }
			#footer_xhtml { background: url(images/xhtml.gif) no-repeat center center; }
			#footer_feed { background: url(sys_images/ico_rss.gif) no-repeat center center; }
			#footer_accessbility { background: url(images/accessbility.gif) no-repeat center center; }
	#footer_biz {
		float: left;
		margin: 0;
		background: url(images/bg_copyright.gif) no-repeat left top;
		text-indent: -5000px;
		height: 42px;
		width: 552px;
	}
	#footer_banner {
		float:left;
		margin-top: ;
	}
		#footer_banner li {
			float: left ;
			margin-left: 3px;
		}

/* 글로벌 링크 */
#GRP_global {
	position: absolute; 
	top:0;
	width:920px;
	height:50px;
	background-color: white;
}
	#AO_login {
		float: right;
		margin-top:40px;
	}
	#global_link {
		float: right;
	}
	#global_link li {
		float: left;
		margin: 4px 10px 4px 10px;
	}

#English {
	float: left; 
	margin:30px 0 0 684px;
	padding-right:12px;
	background:url(images/icon_01.gif) no-repeat right top;
}

#GRP_logo {float:left; margin-top:10px;}	

/*
	페이지별 예외처리
*/
.LOC_theme #GRP_content {
	width: 540px;
}

