@charset "utf-8";

/**
*  default
**/

html, body {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	font: 12px/130% "Dotum", "돋움", "arial";
	/*font-size: 12px;
	line-height: 130%;
	color: #000;*/
}

img { border: 0; }
a { text-decoration: none; color: #000; }
a:hover { color: #000; }
h1, h2, h3, h4, h5, h6, form, ul, li, ol, dl, dt, dd, blockquote, p { list-style: none; margin: 0; padding: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
fieldset legend { display: none; }
input, select, textarea { border: 1px solid #979797; font: 1em "Dotum", "돋움"; color: #888; vertical-align: middle; }
input.radio, input.check { padding: 0 !important; border: 0 !important; }
input.radio, input.check { margin: -2px 0 0; background: none !important; }
input.submit, input.button { height: 18px; padding: 2px 5px 0; background: #fff; color: #7b7b7b; }

table { border-collapse: collapse; }
table th, table td { padding: 0; }