<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* font */
@font-face {font-family:NG;src:url(./font/NanumGothic.eot);src:local(※),url(./font/NanumGothic.woff) format('woff')}
body, table, input, textarea, select, button{font-family: "NanumGothic", NG, sans-serif}


/* base */
a:link {text-decoration:none;color:#777; cursor:hand;}
a:visited { text-decoration:none; color:#777}
a:hover { text-decoration:none; color:#777}
a:active { text-decoration:none ;line-through; color:#777}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, textfield, select{
	margin:0;
	padding:0;	
}

body { 
	height:auto;
	color:#fff;
	font:12pt;
	overflow:scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:1em;
}
ol, ul, li, dd, dl, dt  {
	list-style:none;
}
fieldset, legend {
	border:0;
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align:top;
}
address, caption, em{
	font-weight:normal;
	font-style:normal;
}

/* Form */

textarea
{font-family:;;font-size:12pt;color:#797979;padding:10px;
	scrollbar-face-color:#e3e3e3;
	scrollbar-shadow-color:#cacaca;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#cacaca;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#cacaca;
	scrollbar-arrow-color:#999999;
	overflow-y:yes;
	border:0px solid #CDCDCD;}
</pre></body></html>