@charset "euc-kr";
/*
  Project _ CSS Init
  FileName _ base.css
  Author _ ÀÌÇÏ³ª
  Date _ 2012.03.30
  Last _ 2012.03.30
*/

html, body { padding:0; margin:0; font-size:12px; line-height:1.6em; font-family:Arial, ±¼¸², Gulim, µ¸¿ò, Dotum; color:#58595b;}
body {overflow-y:scroll}
input, textarea { font-size:12px; font-family:Arial, ±¼¸², Gulim, µ¸¿ò, Dotum;}
ul, li, ol, li, dl, dt, dd { padding:0; margin:0;}
ul, ol, li { list-style:none; }
h1, h2, h3, h4, h5, h6 { padding:0; margin:0; font-size:100%; font-weight:normal; }
div, p, address, pre, form, fieldset, textarea, blockquote, th, td { padding:0; margin:0; }
table { border-collapse: collapse; border-spacing:0; }
abbr, acronym, fieldset, img { border:0; }
img {vertical-align:middle; margin:0 0 0 0;}
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal; }
caption, th { text-align:left; }
q:before,q:after { content:''; }
hr { display:none; }
caption{line-height:1px; text-indent:-9999px;}

.notext {
	text-indent:-9999px;
	}

.hide {
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	left:-1000%;
	top:-1000%;
	}

a:link, a:visited {
	color: #777;
	text-decoration: none;
	}
a:active, a:hover, a:focus {
	color: #024D82;
	text-decoration: underline;
	}
