/* 공통 */
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:#333333;
}

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-color:#f5f5f5;}
#wrap {
	width:1000px;
	margin:0 auto;
	background: url(../img/index/bg_line.jpg) repeat-y;
}
/*header*/
#header {
	width:1000px;
	height:190px;
	position:relative;	
	background: url(../img/index/header_bg.jpg) no-repeat;
}
.logo {
	float:left;
	margin:34px 0 0 36px;
	width:128px;
	height:72px;
}
.logo_title {
	float:left;
	margin:67px 0 0 15px;
	font-size:22px;
	color:#000;
}
.top_menu {
	float:right;	
	text-align:left;
	margin:34px 36px 0 0;
	height:17px;	
	padding:0 0 0 8px;	
}
.top_menu li {
	float:left;	
}
.top_menu li.last {
	margin-left:8px;
	background-color:#aeaeae;
	padding:0 10px;
	height:17px;
}
.top_menu li.last a{
	color:#fff;
	display:block;
	line-height:17px;
}
.top_menu a {	
	color:#575757;
	font-size:11px;
	display:block;
	float:left;
	line-height:17px;
}

/* Navi */
#navi {	   
    float:left;
    width:1000px;
	height:56px;
	margin-top:16px;
}
#navi li {
	float:left;
}
#navi li a{
	display:block;
	color:#fff;
	font-size:13px;
	line-height:37px;
	font-weight:bold;
	text-align:center;
}
#navi span {
	width:3px;
	height:12px;
	margin-right:29px;
	display:inline-block;
	background:url(../img/index/navi_line.gif) no-repeat 0 50%;
}
#navi .navi_01 {
	margin-left:36px;
	width:107px;	
}
#navi .navi_01 a:hover, #navi .navi_02 a:hover, #navi .navi_03 a:hover, #navi .navi_04 a:hover{
	height:43px;
	line-height:43px;
	background-color:#91a9e1;
	margin-top:-2px;
}
#navi .navi_02 {
	width:171px;
	margin-left:2px;
}
#navi .navi_03 {
	width:129px;
	margin-left:2px;
}
#navi .navi_04 {
	width:208px;
	margin-left:2px;
}
/*banner*/
.banner li a {
	display:block;
	padding-left:75px;
	line-height:97px;
	color:#333;
}

.banner01 {
	float:left;
	margin-left:16px;
	width:137px;
	height:97px;
	background:url(../img/index/banner01.jpg) no-repeat;
}
.banner02 {
	float:left;
	width:160px;
	height:97px;
	background:url(../img/index/banner02.jpg) no-repeat;
}
.banner03 {
	float:left;
	width:187px;
	height:97px;
	background:url(../img/index/banner03.jpg) no-repeat;
}
.banner04 {
	float:left;
	width:150px;
	height:97px;
	background:url(../img/index/banner04.jpg) no-repeat;
}
.contact {
	float:left;
	width:301px;
	height:77px;
	padding: 20px 0 0 33px;
	background:url(../img/index/banner05.jpg) no-repeat;
}
.contact dt{
	font-size:14px;
}
.contact .tel{
	font-size:20px;
	font-weight:bold;
	color:#007cbc;
}
.contact .mail {
	color:#505050;
}
/* footer sitemap */
#footer_sitemap {
	float:left;
	width:968px;
	height:107px;
	margin-left:16px;
	border-top:1px solid #ededed; 
	border-bottom:1px solid #ededed;
	padding:18px 0 20px;
}
#footer_sitemap dl{
	float:left;
	border-right:1px solid #f1f1f1;
	height:107px;	
	line-height:130%;
}

#footer_sitemap dt {
	color:#5a5a5a;
	font-weight:bold;
	font-size:12px;
	margin-bottom:3px;	
}
#footer_sitemap dd a{
	font-size:11px;
}
#footer_sitemap dd a:hover{
	text-decoration:underline;
}
#footer_sitemap .s_products dd {
	width:235px;
	float:left;
}
#footer_sitemap .s_products dd.second {
	width:307px;
	float:left;
}
.s_introduction {
	width:155px;
	margin-left:36px;
}
.s_products {
	width:545px;
	padding-left:40px;
}
#footer_sitemap .s_support {
	width:143px;
	padding-left:42px;
	border-right:none;
}

/*footer */
#footer {
	clear:both;
	width:1000px;	
	height:84px;	
}
#footer .copyright {
	float:left;
	margin:23px 0 0 36px;
	width:800px;	
}
#footer p.copy {
	float:left;	
	color:#5a5a5a;
	line-height:150%;	
	width:800px;
}
#footer .copyright span{
	display:inline-block;	
}
#footer .copyright span a{
	display:inline-block;
	padding-left:10px;
}
#footer p.copy02 strong{
	font-weight:bold;
	color:#303030;
}

#footer p.gobizlogo {
	float:right;
	width:92px;	
	margin:24px 36px 0 0;
}