﻿@charset "utf-8";

/*
	created by Demoon
	charset: euc-kr
	blog: http://demoon.co.kr
	e-mail: demoon84@naver.com
*/

*{margin:0;padding:0;list-style:none;font-family:NanumGothic,돋움,굴림,바탕; line-height:2em;font-size:12px;}
p{margin:0;padding:0; color: #333333;}
ul{list-style-type:none;}

a:link, a:visited, a:active{color:#333333;text-decoration:none;}
a:hover{color:#da2128;}

body{
	width:100%;
	font-family:NanumGothic,돋움,굴림,바탕; line-height:2em;font-size:12px;
	color:#000000;
	margin:0 auto;
	background:url(../../inc/top/images/bg.jpg) repeat-x;
}

/* header_column */
#header_column{
	width:1000px; height:143px;
	margin:0 auto;
	display:block;
}
#header_column h1 a{ display:block; width:197px; height:60px; background: url(../../inc/top/images/logo.jpg) no-repeat 0% 50%; text-indent:-999999px; float:left; margin:5px 0 25px 0;}

#top_section_menu{
	float:right;
	width:200px; height:8px;
	margin:58px 0 0 0;
}
#top_section_menu li {
	display:inline;
	float:left;
	text-indent:-999999px;
}

#top_section_menu li a{
	display: block;
	height:8px;
}
.top_section_menu_1 {
	width:35px; height:8px;
	background:url(../../inc/top/images/menu/top_section/top_section_menu_1.jpg) no-repeat;
}
.top_section_menu_3 {
	width:76px; height:8px; margin-left:10px;
	background:url(../../inc/top/images/menu/top_section/top_section_menu_3.jpg) no-repeat;
}
.top_section_menu_4 {
	width:68px; height:8px; margin-left:10px;
	background:url(../../inc/top/images/menu/top_section/top_section_menu_4.jpg) no-repeat;
}

/* Main Menu */
#main_menu{
	clear:both;
	width:1000px; height:52px;
}
#main_menu ul li{
	display:inline;
	float:left;
	text-indent:-999999px;
}
#main_menu ul li a{
	display:block;
	width:200px; height:46px;
}
.main_menu_list{
	width:1000px; height:46px;
	border-bottom:#ce181e 6px solid;
}
.main_menu_1 {
	background:url(../../inc/top/images/menu/main_menu/main_menu_company.jpg) no-repeat;
}
.main_menu_2 {
	background:url(../../inc/top/images/menu/main_menu/main_menu_product.jpg) no-repeat;
}
.main_menu_3 {
	background:url(../../inc/top/images/menu/main_menu/main_menu_online.jpg) no-repeat;
}
.main_menu_4 {
	background:url(../../inc/top/images/menu/main_menu/main_menu_customer.jpg) no-repeat;
}
.main_menu_5 {
	background:url(../../inc/top/images/menu/main_menu/main_menu_contact.jpg) no-repeat;
}