@charset "utf-8";
/*********************** common Style ***********************/
body			{ margin:0; padding:0px; background:#FFFFFF; }
body, textarea, select, input, p, br, tr, td, div, span, ul, dl, li, dt,dd, label, a, fieldset, legend	{ font-family:Dotum,"돋움"; font-size:9pt;}
h1,h2,h3,h4,h5,h6	{font-family:Dotum,"돋움";}
ul,li		{ list-style:none; padding:0px; margin:0px;}
img				{ border:0px;}
.img_btn		{ cursor:pointer;}
.clear_both		{ clear:both;}
/*********************** link  ***********************/
a:link 			{ color:#565656;	text-decoration:none; }
a:visited 		{ color:#565656;	text-decoration:none; }
a:active 		{ color:red; 		text-decoration:none; }
a:hover 		{ color:#777777;	text-decoration:underline;}

/*********************** form & input  ***********************/
form			{ padding:0px; margin:0px;}
fieldset		{ padding:0px; margin:0px;}
input			{ color:#333333;border:1px solid #A5ACB2;}

/******************* layout *************************/
/*배경이미지 테이블*/
.lo_left	{ background:url(/images/main/bg_01.jpg) repeat-x;}
.lo_center	{ background:url(/images/main/bg_03.jpg) no-repeat; width:1000px; vertical-align:top;}
.lo_right	{ background:url(/images/main/bg_02.jpg) repeat-x;}

.wrap	{ width:1000px;}
  .header	{ width:949px; height:95px; margin:auto;}
    h1		{ margin:0px; padding:0px; padding:10px 0;} /*logo*/
	.mn		{ } /* main navigation*/
	.mn ul	{}
	.mn ul li	{ display:inline;}
	.mn ul li a	{ float:left;}
  .content	{}
    .mainimg	{ background:url(/images/main/bg_04.jpg); height:409px;}
	.banner		{}
	.img_bottom	{ background:url(/images/main/bg_05.jpg) repeat-x; height:54px;}  /*하단 이미지 배경 공간*/
  .footer	{ background:url(/images/main/copy_bg.jpg) repeat-x; text-align:center;}
  