@charset "euc-kr";

/* Type Selector */
*{margin:0; padding:0; font-family:"µ¸¿ò", Dotum, "±¼¸²", Gulim, AppleGothic, Sans-serif;}
img, fieldset, button{border:none;}
hr, button img{display:none;}
li{list-style:none;}
a{text-decoration:none;}
a:hover, a:active, a:focus{text-decoration:underline;}
textarea{overflow:auto;}
html:first-child select{padding-right:6px; height:20px;} /* Opera 9 & Below Fix */
option {padding-right:6px;} /* Firefox Fix */
legend {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} /* For Screen Reader */


/* Layout Selector */
#header{
	position:relative; 
	height:100px; 
	background-image:url(../images/bg_header.jpg); 
	background-repeat:repeat-x;
	}
	
#container{
	position:relative;
	height:570px;
	background-image:url(../images/bg_main_container.jpg); 
	background-repeat:no-repeat;
	background-position:left bottom;}
	
#footer	{
	clear:both;
	position:relative;
	border-top:1px solid #999;
	background-color:#e8e8e8;
	}

/* HEADER */
h1	{
	position:absolute;
	top:30px;
	left:10px;
	}
.gnb {
	position:absolute;
	top:8px;
	width:990px;
	text-align:right;
}
.gnb ul{

	}
.gnb ul li {
	display:inline;
	}
.gnb a	{
	font-size:11px;
	letter-spacing:-1px;
	padding:0 12px 0 2px;
	background-image:url(../images/gnb_menubar.gif);
	background-position:right 3px;
	background-repeat:no-repeat;
	}
.gnb a.end {
	background-image:none;
	}

.gnb a:link
	{
	color: #333;
	text-decoration: none;
	}
.gnb a:hover,a:visited,a:active {
	text-decoration: underline;
	}		
	
.lnb{
	position:absolute;
	top:35px;
	left:225px;
	width:770px;
	height:65px;
	background-image:url(../images/bg_lnb.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
.lnb ul {
	padding:5px 15px; 
	}
.lnb ul li	{
	display:inline;
	padding:0 15px;
	}
.lnb_submenu {
	position:absolute;
	}
.lnb_submenu ul {
	padding:5px;
	}
.lnb_submenu ul li {
	padding:0 10px 0 6px;
	font-size:12px;
	font-weight:bold;	
	background-image:url(../images/lnb_submenu_bar.gif);
	background-position:right 2px;
	background-repeat:no-repeat;
	}
.lnb_submenu ul li.end {
	background-image:none;
	}	
.lnb_submenu li a:link
	{
	color: #333;
	text-decoration: none;
	}
.lnb_submenu li a:hover {
	text-decoration: underline;
	}	
	
/* CONTAINER */
#content{
	position:relative;
	top:20px;
	left:400px;
	width:590px;
	}
.slogan	{
	position:absolute;
	top:25px;
	left:22px;
	}
.section_link a	{
	padding-right:2px;
	background-image:url(../images/sectionlink_menubar.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
.section_link a.end {
	background-image:none;
	}
.section_notice {
	float:left;
	width:425px;
	margin-top:25px;
	vertical-align:top;
	}
.section_notice ul.maintab {
	height:38px;
	background-image:url(../images/maintab_bg.gif);
	background-repeat:no-repeat;
	}
.section_notice ul.maintab li {
	display:inline;
	}
.section_notice table {
	width:100%;
	font-size:12px;
	border-collapse:collapse
	}
.section_notice table tr td {
	padding:2px 0;
	border-bottom:1px solid #dbdbdb;
	}
.section_notice table tr td.list
	{
	overflow:hidden;
	padding-left:10px;
	background-image:url(../images/bullet_mainnotice.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
.section_notice table tr td.date {
	width:72px;
	padding-right:5px;
	text-align:right;
	color:#777;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.section_notice table a:link
	{
	color: #555;
	text-decoration: none;
	}
.section_notice table a:hover,a:visited,a:active {
	color: #333;
	text-decoration: none;
	}
.section_banner {
	float:right;
	width:147px;
	height:135px;	
	margin-top:25px;
	padding-top:10px;
	background-image:url(../images/bg_section_banner.gif);
	background-repeat:no-repeat;	
	}
.section_banner a {
	display:block;
	margin:12px 0 0 8px;
	}

/* FOOTER */
#footer div.link {
	position:absolute;
	top:12px;
	left:850px;
	}
#footer div.visitor {
	position:absolute;
	top:13px;
	height:40px;
	padding-left:50px;
	text-align:right;
	font-size:11px;
	color:#333;
	background-image:url(/egis/images/visitor_img.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
#footer div.visitor div.today {
	text-align:right;
	padding:7px 0 0;
	background-image:url(/egis/images/visitor_today.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
#footer div.visitor div.accumulation {
	text-align:right;
	padding:1px 0;
	background-image:url(/egis/images/visitor_accumulation.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
#footer p {
	margin:10px;
	}
#footer div a {
	margin-right:1px;
	}
#footer div select {
	font-size:11px;
	color:#555;
	border:1px solid #CCC;
	}	

