html, body {
	width: 100%;
	height: 100%;
	color: #dddddd;
}
ul {
	list-style: none;
}
/* 
	HTML5 ¸Þ´º ±¸¼º  (2015. 07. 03) - James Rhee
*/
#wrap {
	position: relative;
	width: 100%;
}
#header {
	position: relative;
	width: 100%;
}
#header .top {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#header .top h1 {
	position: absolute;
	left: 0px;
	top: -10px;
	bottom: 0px;
}
#header .top .util {
	position: absolute;
	left: 625px;
}
/*
	Navigation Design
*/
#navi_wrap {
	position: absolute;
	top: 20px;
	right: 0px;
	float: right;
	z-index: 2;
}
#navi_wrap #gnb {
	position: relative;
	clear: both;
	float: right;
	z-index: 9999;

}
#navi_wrap #gnb li{
	float: left;
	right: 5px;
	padding: 0 20px 0 0;

}
#gnb .menu_list {

}
#gnb .submenu {
	position: absolute;
	top: 36px;
	width: 1000px;
	height: 200px;
	left: -360px;
}
#gnb .submenu ul {
	float: right;
	margin: 40px 0 0 0;
}
#gnb .submenu ul li {
}

#gnb .list01 { background: url(/img/submenu/submenu_list01.png) repeat-x left top; }
#gnb .list02 { background: url(/img/submenu/submenu_list01.png) repeat-x left top; }
#gnb .list03 { background: url(/img/submenu/submenu_list01.png) repeat-x left top; }
#gnb .list04 { background: url(/img/submenu/submenu_list01.png) repeat-x left top; }

/* Flash Menu¸¦ À§ÇÑ CSS */
#flashMenu {
	position: absolute;
	display: block;
	width: 1000px;
	z-index: 0;
}

.search_str {
	font-size: 10pt;
	font-weight: bold;
	background-color: #333333;
	color: #dddddd;
	border: 3px #999999 solid;
	padding: 3px 5px 2px 5px; /* top,right, bottom,left*/
	vertical-align: top;
}

.title1 {
	font-size: 10pt;
	background-color: #666666;
	padding: 2px 5px 1px 5px;
}

.title2 {
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
}

a.latest:link			{color:#dddddd;text-decoration:none;}
a.latest:visited	{color:#dddddd;text-decoration:none;}
a.latest:active		{color:#dddddd;text-decoration:none;}
a.latest:hover		{color:#bbbbbb;text-decoration:none}

a.new:link		{color:#ff0000;text-decoration:none;}
a.new:visited	{color:#ff0000;text-decoration:none;}
a.new:active	{color:#ff0000;text-decoration:none;}
a.new:hover		{color:#dd0000;text-decoration:none}

a.notice:link			{color:#bbbbff;text-decoration:none;}
a.notice:visited	{color:#bbbbff;text-decoration:none;}
a.notice:active		{color:#bbbbff;text-decoration:none;}
a.notice:hover		{color:#bbbbff;text-decoration:none}