/* 공통 */
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:'Arial', 'MS Gothic' , 'Tahoma';
	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/body_bg.gif) repeat-x;}
#wrap {
	width:1000px;
	margin:0 auto;
}
/*header*/
#header {
	width:1000px;
	height:97px;
	position:relative;	
	background:url('../img/index/navi_bg.jpg') no-repeat;
}
.top_menu {
	float:right;
	padding:17px 0 0 0;
	text-align:left;	
}
.top_menu li {
	float:left;
	padding-left:2px;
}
.top_menu span{
	width:13px;
	height:8px;
	display:block;
	float:left;
	margin-top:5px;
	background:url('../img/index/top_menu_line.png') no-repeat;
}
.top_menu a {	
	color:#696969;
	font-size:11px;
	display:block;
	float:left;
}
.top_menu .ko_bt a {
	color:#9a0a00;
	font-size:11px;
	display:block;
	float:left;
	font-weight:bold;
}
.logo {
	float:left;
	width:155px;
	height:40px;
	margin:37px 0 0 41px;
}
/* Navi */
#navi {	   
    position: absolute;
    left: 405px;
	top:52px;
}
#navi li {
	float:left;	
	margin-right:16px;
}
#navi li.navi_05 {
	float:left;	
	margin:0;
}
#navi li:hover {
	background-color:#333333;	
	font-weight:bold;
	height:40px;
}
#navi li a {
	font-size:14px;
	color:#333;
	font-weight:bold;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
}
#navi li a:hover {
	color:#ffffff;	
}
#navi li.navi_01 a {
	width:90px;	
}
#navi li.navi_02 a, #navi li.navi_03 a{
	width:124px;
}
#navi li.navi_04 a {
	width:116px;	
}
#navi li.navi_05 a {
	width:76px;	
}

/*footer sitemap */
#footer_sitemap {	
	clear:both;
	width:1000px;
	height:114px;	
	margin:0 auto;
	line-height:140%;
}
#footer_sitemap .line {float:left;}
.s_company {
	float:left;		
	width:171px;
	height:105px;
	padding:18px 0 0 17px;	
}
.s_products {
	float:left;
	width:261px;
	height:105px;
	padding:18px 0 0 78px;	
	
}
.s_gallery {
	float:left;
	width:194px;
	height:105px;
	padding:18px 0 0 53px;	
}
.s_video {
	float:left;
	width:114px;
	height:105px;
	padding:18px 0 0 70px;	
}
.s_company dd {
	float:left;
	width:150px;	
}


.s_company dt, .s_products dt,
.s_gallery dt, .s_video dt{
	color:#424242;
	font-weight:bold;
	padding-left:17px;
	margin-bottom:5px;	
	background:url(../img/index/arrow01.gif) no-repeat 0 50%;
}
.s_company dd a, .s_products dd a,
.s_gallery dd a, .s_video dd a {
	color:#696969;
	font-size:11px;
	padding-left:15px;
	margin-left:3px;
	font-family:Tahoma;
}

.s_company dd a:hover, .s_products dd a:hover,
.s_gallery dd a:hover, .s_video dd a:hover{
	color:#000;	
}

/*footer */
#footer {
	width:1000px;
	height:80px;	
	background:url(../img/index/footer_bg.gif) no-repeat;
}
#footer p.copy {
	float:left;
	color:#b3b3b3;
	margin:15px 0 0 15px;
}
#footer p.copy02 {
	clear:both;
	width:700px;
	color:#b3b3b3;
	padding:5px 0 0 15px;
	font-size:10px;
}
#footer p.copy a{
	color:#b3b3b3;
}
#footer p.copy a:hover{
	color:#fff;
}
#footer p.copy02 strong{
	font-size:10px;
	font-weight:bold;
	color:#b3b3b3;
}
#footer p.gobizlogo {
	float:right;
	width:88px;
	margin:-33px 15px 0 0;
}