@charset "UTF-8";
html, body{ width:100%; height:100%; margin:0; padding:0; }
html, body, input, button, select, table, td, textarea, p, span {
	font-family:"굴림", "gulim"; margin:0; word-break:break-all; 
}
body {
    margin:0;
	background-color:transparent; 
	scrollbar-face-color:#F2F2F2;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#F2F2F2;
	scrollbar-arrow-color:#999999;
}
form { margin:0; padding:0;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
img { 
	border:0; 
	cursor:hand; 
	selector-dummy: expression(this.hideFocus=true); 
    image-rendering: auto;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;           
	image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
	}
A {selector-dummy: expression(this.hideFocus=true);}
A:link, A:active, A:visited, A:hover { text-decoration: none; } 

br { letter-spacing: 0; }
table.board { border-collapse: collapse; border-spacing: 0;}
button { line-height: normal; text-transform: none;}
input {autocomplete="off"}
select { text-transform: none; }

/*
 * 1. 모든 브라우저에서 정확한 폰트 크기를 상속받게 함
 * 2. 마진값 재 설정, IE 6/7, 파폭 3+, 사파리 5, 크롬 적용
 * 3. 모든 브라우저에서 세로 정렬 위치가 동일하게 보이도록 함
*/
button, input, select, textarea {
								font-size: 100%; /* 1 */
								margin: 0; /* 2 */
								vertical-align: baseline; /* 3 */
								*vertical-align: middle; /* 3 */
								}

/* 파폭 3+ 에서 button과 input에 지정되어 있는 패딩과 보더값을 0으로 설정 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3 { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: 1em; margin: 1.33em 0; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.67em; margin: 2.33em 0; }

/* HTML5에 새로 추가된 요소들을 블럭으로 지정, IE 6/7/8/9, 파폭 3 적용 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/* audio와 canvas 그리고 video 요소를 inline-block값을 지정하고 지원하지 않는 브라우저는 핵을 이용함 , IE 6/7/8/9, 파폭 3 적용 */

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* audio요소에 contorls 속성이 정의 되지 않은 경우 이를 감춤 , 모든 웹브라우저 및 iOS 5 이상 기기 적용 */

audio:not([controls]) { display: none; height: 0; }

/* visibility 속성의 hidden값과 display 속성의 none 값을 통일함으로 레이아웃 구현에 차이를 줄임, IE 7/8/9. 파폭 3, 사파리 4, IE 6은 지원않함 */

[hidden] { display: none; }

/* HTML5에 새로 추가된 mark 요소의 속성값 통일, IE 6/7/8/9 적용 */

mark { background: #ff0; color: #000; }

/* IE 6/7과 다른 브라우저들 사이의 p, pre 요소의 마진값을 통일 */

p, pre { margin: 0; }

/* 폰트 글꼴을 통일, IE 6, 사파리 4/5, 크롬 적용 */

code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* 모든 브라우저에서 pre 요소의 가독성을 향상 */

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* IE 6/7에서 따옴표를 표시하는 q 요소를 지원하지 않기에 이를 노출되지 않게함 */

q { quotes: none; }

/* 사파리 4에서 q 요소의 :before와 :after가 지원되지 않으므로 노출되지 않게함 */

q:before, q:after { content: ''; content: none; }

/* IE 6/7에서 마진 값이 다른 것을 통일 */

dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }

.wrap_body {margin:0; padding:0}

.box {
	cursor:hand; font-size:9pt; font-family:"굴림", "gulim"; border:1px #CFCFCF solid; background-color:F5F5F5; color:565656; height:18px;
}