body {
    margin: 0; padding: 0;
	background: #FFF url('../img/common/bg_menu.gif') repeat-x 250px 360px;
	}
body, td, th, caption, input, select, textarea, input, div, p, span {
     margin: 0;
	 font-size: 9pt; font-family: Gulim; color: #333; line-height: 18px;
	}

A:link {color:#333;text-decoration:none}
A:visited {color:#333;text-decoration:none}
A:active {color:#333;text-decoration:none}
A:hover {color:#000;text-decoration:none}

BODY
{scrollbar-face-color: #E9E9E9;
scrollbar-shadow-color: #E5E5E5;
scrollbar-highlight-color: #FFF;
scrollbar-3dlight-color: #CCC;
scrollbar-darkshadow-color: #E5E5E5;
scrollbar-track-color: #FFF;
scrollbar-arrow-color: #AAA}

img { border: none; }



/*===============================================================*
                           Side Area
*===============================================================*/

#side {
	position: absolute; z-index: 100;
	left: 0; top: 0; width: 380px; height: 630px;
	background: #FFF url('../img/main/logo.gif') no-repeat 50% 30px;
	}

#side_visual {
	height: 470px; margin-top: 90px;
	}

#main_search {
	width: 360px; height: 60px; margin: 0 10px;
	background: url('../img/main/bg_search.gif') no-repeat 50% 0;
	}
#main_search select {
	margin: 20px 0 0 122px;
	}


/*===============================================================*
                           Visual & Menu Area
*===============================================================*/

#main_visual {
	height: 360px;margin-left:380px;
	background: #174B96 url('../img/main/bg_main.jpg') no-repeat 0 0;
	}

#menu { width: 600px; height: 40px; margin-left: 380px; }



/*===============================================================*
                           Contents Area
*===============================================================*/

#column {
	position: relative;
	width: 600px; height: 230px;
	margin-left: 380px; padding: 10px 0 10px 10px;
	background: #FFF url('../img/main/bg_column.gif') no-repeat 0 0;
	}


#main_pro {
	position: absolute;
	left: 10px; top: 10px; width: 300px; height: 140px;
	background: #F1F6E8 url('../img/main/main_pro_bg.gif') no-repeat 201px 9px;
	}

#main_pro_img {
	position: absolute;
	left: 20px; top: 5px; width: 130px; height: 130px;
	}

#main_pro_btn {
	position: absolute;
	left: 175px; top: 24px; width: 120px; height: 100px;
	}
#main_pro_btn a {
	display:inline-block; width: 25px; height: 20px; margin: 0 1px 5px 0;
	font-family: Tahoma; font-size: 10px; color: #FFF; font-weight: bold;
	text-align: center;
	background: #A7B38F;
	}


#main_list {
	position: absolute;
	left: 320px; top: 10px; width: 280px; height: 140px;
	border-bottom: 2px solid #5B82CF;
	}

#main_list_cover {
	float: left; overflow: hidden;
	width: 260px; height: 100px; padding: 7px 0;
	}
#main_list_cover ul { list-style-type: none;margin: 0; padding: 0; }
#main_list_cover li {
	display: inline-block; float:left;
	width: 103px; height: 20px; padding-left: 27px;
	font-size: 11px; font-family: Dotum;
	background: #FFF url('../img/main/list_bul.gif') no-repeat 10px 3px;
	}
#main_list_cover a { color: #333; }
#main_list_cover a:hover { color: #999; text-decoration: underline; }


#latest_order {
	position: absolute;
	left: 10px; top: 160px; width: 300px; height: 60px;
	font-size: 11px; font-family: Dotum; color: #5D7CAB;
	background: #FFF url('../img/main/latest_bg_order.gif') no-repeat 0 0;
	}
#latest_order ul { margin: 12px 5px 0 120px; padding: 0; }
#latest_order li {
	list-style-type: none;
	padding-left: 10px;
	background: #FFF url('../img/main/latest_dot.gif') no-repeat 0 6px;
	}
#latest_order a { color: #666; }
#latest_order a:hover { color: #333; text-decoration: underline; }


#latest_qna {
	position: absolute;
	left: 320px; top: 160px; width: 280px; height: 60px;
	font-size: 11px; font-family: Dotum; color: #5D7CAB;
	background: #FFF url('../img/main/latest_bg_qna.gif') no-repeat 0 0;
	}
#latest_qna ul { margin: 12px 5px 0 92px; padding: 0; }
#latest_qna li {
	list-style-type: none;
	padding-left: 10px;
	background: #FFF url('../img/main/latest_dot.gif') no-repeat 0 6px;
	}
#latest_qna a { color: #666; }
#latest_qna a:hover { color: #333; text-decoration: underline; }




/*===============================================================*
                           Foot Area
*===============================================================*/

#foot {
	position: relative;
	width: 675px; height: 80px; padding: 17px 305px 0 0;
	font-family: Tahoma; text-align: right;
	background: url('../img/common/bg_foot.gif') no-repeat 0 0;
	}
*html #foot { width:980px; }
#foot a { background: #F30; color: #FFF; font-weight: bold; padding: 0 3px; }
#foot a:hover {  background: #130966; color: #FFF; font-weight: bold; padding: 0 3px; }

.foot_color { font-family: Tahoma; color: #130966; }
