/* 공통 */
body {
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
}
#skipNav{position:absolute; top:0; top:-1000%}
#skipNav a{display:block; height:1px; width:1px; overflow:hidden;}
#skipNav a:focus, #skipNav a:active{height:auto; width:100%;}

body, select, input, textarea {
	font-size:12px;
	font-family:Tahoma, sans-serif;
	color:#454545;
}

a:link {color:#5D5D5D; text-decoration:none;}
a:visited {color:#5D5D5D; text-decoration:none;}
a:active {color:#5D5D5D; text-decoration:none;}
a:hover {color:#000; text-decoration:none;}
a,label{cursor:pointer;}
html, body {
	width:100%;
	height:100%;	
}

form {margin:0; padding:0;}
label.first {margin-right:10px;}
label.none {display:none;}

h1, h2 ,h3 ,h4 ,h5 ,h6 { margin:0; padding:0;}

div, p, ul, ol, pre, dl, dt, dd {margin:0;}

ol, ul, fieldset, a img {
	margin:0;
	padding:0;
	border:none;
}

ol li,
ul li,
li ul li {
	list-style:none;
	padding:0;
	line-height:1.5em;
}

hr, legend, caption, .none {display:none !important;}

img {vertical-align:middle;}

.cursor{cursor:pointer;}

.clear {
	display:block;
	float:none;
	clear:both;
	height:0;
	width:0;
	font-size:0 !important;
	line-height:0 !important;
	overflow:hidden;
	margin:0;
	padding:0 ! important;
}

body {background:url('../img/index/main_bg.jpg') no-repeat top center;}

#wrap {
	width:1000px;
	margin:0 auto;
}
/*header*/
#header {
	width:1000px;
	height:135px;
	position:relative;		
}

.top_menu {
	float:right;	
	text-align:left;
	margin-top:45px;
	width:176px;
	height:21px;		
}
.top_menu li {
	float:left;	
}
.top_menu a {	
	color:#575757;
	font-size:11px;
	display:block;
	float:left;	
}
.top_menu .last {
	width:60px;
	height:17px;
	background-color:#6fb71e;
}
.top_menu li.last a{
	display:block;
	line-height:17px;
	color:#fff;
	text-align:center;
	float:none;
}
.logo {
	float:left;
	width:330px;
	height:45px;
	margin-top:30px;
}

/* Navi */
#navi {	   
    float:left;
    margin-top:16px;
	width:1000px;
	height:44px;	
}

#navi li {
	float:left;	
	margin-right:90px;
}
#navi li a{
	display:block;
	color:#fff;
	font-size:14px;
	line-height:44px;
	font-weight:bold;
}
#navi li a:hover {
	height:41px;
	border-bottom:3px solid #fff;
}
#navi .navi_01 {	
	margin-left:23px;
}
#navi .navi_05 {
	margin-right:0;
}

/* footer sitemap */
#footer_sitemap {
	float:left;
	width:1000px;
	height:88px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:24px 0;
}
.s_about {
	float:left;
	width:235px;
	height:88px;
	border-right:1px solid #f1f1f1;
}
.s_products {
	float:left;
	width:567px;
	height:88px;
	padding-left: 38px;	
	border-right:1px solid #f1f1f1;
}
.s_contactus {
	float:left;
	width:122px;
	padding-left:36px;
}
.s_about dd.first {
	float:left;
	width:100px;	
}
.s_about dd {
	width:135px;
	float:left;
}
.s_about dt, .s_products dt,
.s_contactus dt {
	color:#5a5a5a;
	font-weight:bold;
	margin-bottom:5px;		
}
.s_products dd.first {
	width:277px;
}
.s_products dd {
	width:290px;
	float:left;
}
.s_contactus dd{
	width:122px;
	float:left;
}
.s_about dd a, .s_products dd a,
.s_contactus dd a{
	color:#5a5a5a;
	font-size:11px;
	float:left;
	line-height:160%;
	display:block;
}
.s_about dd a:hover, .s_products dd a:hover,
.s_contactus dd a:hover{
	color:#000;
	text-decoration:underline;
}

/*footer */
#footer {
	clear:both;
	width:1000px;
	margin:0 auto;
	height:83px;	
}
#footer .copyright {
	float:left;
	margin-top:25px;
	width:878px;
	font-family:arial;
}
#footer p.copy {
	float:left;	
	color:#5a5a5a;
	line-height:150%;	
	width:878px;
}
#footer p.copy a{
	color:#5a5a5a;
}

#footer p.copy a:hover{
	color:#000;
}
#footer .copyright span{
	display:inline-block;	
}
#footer p.gobizlogo {
	float:right;
	width:92px;	
	margin:24px 23px 0 0;
}