/* 기본 스타일 */
	div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,form { float: left; display: inline; margin:0; padding:0; height: auto; }
	body, input, select, textarea, a, th, td, caption, h1, h2, h3, h4, h5, h6, em  { font-family: gulim, 굴림; font-size: 9pt; color: #000; font-weight: normal; font-style: normal; text-decoration: none; }
	a:hover, a:active { text-decoration: underline; }
	img { border: none; }
	strong { letter-spacing:-1px; }

/* 자주 쓰는 것 */
	.hidden { display: none; }
	.hide { text-indent: -1000em; }
	.wh0 { display: inline; float: left; width: 1px; height: 1px; margin:-1px 0 0 -1px; overflow: hidden; }
	.iefix {
		width: 1px !important;
		height: 0px !important;
		_height: 1px !important;
		margin: -1px 0 0 0 !important;
		clear: both !important;;
		display: none !important;
		_display: inline !important;
		overflow: hidden !important;
		padding: 1px 0 0 0 !important;
		font-size: 1pt !important;
	}

/* 전체 구도 */
	body {
		margin: 0;
		padding: 0;
	}