@charset "euc-kr";

/*reset*/
/* fontStyle */ tt, i, b, u, s, strike, big, small, 
/* phrase */ em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym,
/* special */ a, img, applet, object, font, basefont, br, script, map, q, sub, sup, span, bdo, iframe, 
/* formctrl */ input, select, textarea, label, button, 
/* document */ address, div, 
p, h1, h2, h3, h4, h5, h6, pre, blockquote, ins, del, dl, dt, dd, ul, ol, li, dir, menu, form, option, fieldset, legend, th, td { margin: 0; padding: 0; }
table {width: 100%; border-collapse: collapse; margin: 0; padding: 0; border: 0; }
hr { display: none; }
img { line-height: 1; border: 0; vertical-align: top; max-width:100%; }
ul, ol, li { list-style: none; }
a { text-decoration: none; color: #000; }

body {
	margin:0 auto 0 auto;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 1em; /*12pt*/
	font-family: "±¼¸²", "µ¸¿ò", Dotum, Gulim, AppleGothic, Sans-serif, verdana; 
	line-height: 1.2;
	color: #333;
	-webkit-text-size-adjust:auto;
	}
	
/*header*/
/* rgba IE9¹öÀü¿¡¼­ ÀÎ½Ä¾ÈµÊ
#header{width:100%; height:60px; position:fixed; top:0;
		background-color:rgba(18, 21, 23, 0.8);
		-webkit-background-color:rgba(18, 21, 23, 0.8);
		-moz-background-color:rgba(18, 21, 23, 0.8);
		-ms-background-color:rgba(18, 21, 23, 0.8);
		-o-background-color:rgba(18, 21, 23, 0.8);
}*/


/*Å¾¸Þ´º*/
#top{width:100%; height:45px; background-color:#f2f2f2;}
#top ul.lang{width:1200px; margin:auto; text-align:right; overflow:hidden;}
#top ul.lang li{display:inline-block; margin:0; padding:0;}
#top img{display:block;}


/*footer*/
#footer{clear:both; width:100%; height:120px; overflow:hidden; background:url('../../home/images_kr/footer_bg.jpg') repeat-x;}
div.footmenu{width:1200px; margin:auto;}
div.footmenu ul{width:100%; overflow:hidden;}
div.footmenu ul li{float:left; margin-right:82px;}
div.foottext{width:1200px; margin:auto;}

