﻿@charset "utf-8";
/* allpage */
/*폼스타일 텍스트 스타일 */
@import url('formntext.css');
/*테이블 스타일*/
@import url('table.css');

body {
	margin:0;
	height:100%;
	font-family:"돋움", "굴림";
	font-size: 12px;
	color:#696969;
	text-align: center;
	line-height:16px;
}
/*각 카테고리별 상단이미지 클래스로 만들어서 적용바람*/
/*농심마트 이미지*/
#mrt_bg{
	background-image:url(../img/img_bg.jpg);
	background-repeat:no-repeat;
	background-position:center 85px;
}

img{
	border:0;
	margin: 0;
}

form{
	margin:0;
}

a{selector-dummy:expression(this.hideFocus=true)}


a:link{	color:#696969; text-decoration:none;}
a:visited{	color:#696969;	text-decoration:none;}
a:hover{	color:#000000;	 text-decoration:none;}
a:active{	color:#696969;	 text-decoration:none;}

a.line_un:link{	color:#4f4f4f; text-decoration:underline;}
a.line_un:visited{	color:#696969;	text-decoration:underline;}
a.line_un:hover{	color:#000000;	 text-decoration:underline;}
a.line_un:active{	color:#4f4f4f;	 text-decoration:underline;}

/* 고객센터 링크 스타일 */

a.cus:link {
	text-decoration: none;
	color: 696969;}

a.cus:visited {
	text-decoration:none;
	color:696969;}

a.cus:hover {
	text-decoration: none;
	color: 696969;}

a.cus:active {
	text-decoration: none;
	font-weight:bold;
	color:#87bc51;}
	
/* 채용 link style*/	

.rec_num a:link {
	font-size: 11px;
	text-decoration: none;
	color: 5d5955;}

.rec_num a:visited {
	font-size: 11px;
	text-decoration: none;
	color: 5d5955;}

.rec_num a:hover {
	font-size: 11px;
	font-weight:bold
	color: 2e2c2b;}

.rec_num a:active {
	font-size: 11px;
	text-decoration: none;
	font-weight:bold
	color:2e2c2b;}

/*layout div*/
#top_div{
text-align:left;
width:994px;
height:225px;
}

#img_div{
text-align:center;
width:100%;
height:166px;
}

#main_div{
text-align:left;
width:994px;
margin:auto;
}
#main_div2{
	position:absolute;
	text-align:center;
	z-index:1;
	top:85px;
	left:0;
	width:100%;
	height:26px;
}
#left_div{
text-align:left;
width:201px;
float:left;
}

#right_div{
text-align:left;
width:780px;
float:right;
}

#copy {
	width:100%;
	margin:0 auto;
	height:90px;
	padding-top:30px;
	background-image:url(../img/bg_footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#copy_main {
	text-align:center;
	position:absolute;
	width:100%;
	margin:0;
	height:50px;
	border-top: 1px solid #e8e7e6;
	background-position:bottom;
	top: 650px;
	left:0;
}

#quick {
	position:absolute;
	text-align:center;
	z-index:1;
	top:59px;
	left:0;
	width:100%;
	height:26px;
}

#top_menu_fla{
 position:absolute;
 z-index:5;
 top:0;
 width:725px;
 height:59px;
}
#top_left_menu{
 float:right;
}
