<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body, table, tr, td, select, input, div, form, textarea
{
	font-size: 9pt;
	font-family: 굴림,Gulim,AppleGothic,sans-serif;
	color: #6a6a6a;
	line-height: 165%;
}

body
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

a
{
	color: #6a6a6a;
	text-decoration: none;
}

a:hover, a:active
{
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
}

.history
{
	font-family: 돋움;
	font-size: 11px;
	color: #666666;
	vertical-align:bottom;
}

.history_s
{
	font-family: 돋움;
	font-size: 11px;
	color: #000000;
	vertical-align:bottom;
}


.input_mlogin
{
	width: 91px;
	height: 14px;
	border-top: 1px solid #D9D1C7;
	border-bottom: 1px solid #EDE9E4;
	border-left: 1px solid #D9D1C7;
	border-right: 1px solid #EDE9E4;
	background-color: #EDE9E4;
	color: #424242;
	font-family: 돋움;
	font-size: 11px;
}

.input_login
{
	height: 14px;
	border: 1px solid #C7C7C7;
	color: #424242;
	font-family: 굴림;
	font-size: 12px;
}

.input_join
{
	height: 14px;
	border: 1px solid #C8C8C8;
	background-color: #ffffff;
	color: #393939;
}


.input_search
{
	width: 140px;
	height: 14px;
	border: 1px solid #adc4d4;
	background-color: #d3dfeB;
	color: #345e88;
}

a.no:link
{
	color: #373737;
	text-decoration: none;
}

a.no:hover, a.no:active
{
	color: #373737;
	text-decoration: underline;
}

.textarea
{
	width: 590px;
	height: 250px;
	font-size: 9pt;
	font-family: 굴림,Gulim,AppleGothic,sans-serif;
	color: #565656;
	line-height: 180%;
	border: 1px solid #DBDBDB;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

.textarea_s
{
	width: 590px;
	height: 250px;
	font-size: 9pt;
	font-family: 굴림,Gulim,AppleGothic,sans-serif;
	color: #565656;
	line-height: 180%;
	border: 1px solid #DBDBDB;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

</pre></body></html>