<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-kr";

/* ------------------------------------------------------------------------------------ */
/*									defaut CSS											*/
/* ------------------------------------------------------------------------------------ */

body
{
	font-family:"돋움",Dotum,Helvetica,AppleGothic,Sans-serif;
	font-size:0.75em; /* 12px */
	color:#656565;
	margin:0px;
	padding:0px;
}
/* 상위 엘레멘트가 12px 를 1em으로 표현하고 있을때 하위 엘레멘트의 px값 em 변환 (소수점 2자리 반올림)
	9px: 0.75em
	10px: 0.83em
	11px: 0.92em
	12px: 1em
	13px: 1.08em
	14px: 1.17em
	15px: 1.25em
	16px: 1.34em
*/

/* site common CSS */
a:link {
	text-decoration:none;
	color:#656565;
}
a:visited {
	text-decoration:none;
	color:#656565;
}
a:hover {
	text-decoration:none;
	color:#333;
}
a:active {
	text-decoration:none;
	color:#656565;
}
fieldset {
	border:none;
	margin:0;
	padding:0;
}
legend {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:0;
	height:0;
	padding:0;
	font-size:0;
	line-height:0;
	visibility:hidden;
}
img {
	border:0 none;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	vertical-align:top;
}
li img, dl img {
	vertical-align:top;
}
p img {
	vertical-align:top;
}
input {
	font-family:"돋움", Dotum, "굴림", Gulim;
	vertical-align:middle;
	color:#656565;
	font-size:100%;
}
input.radio {
	margin-top:-4px;
}
input.checkbox {
	margin-top:-4px;
}
textarea {
	font-family:"돋움", Dotum, "굴림", Gulim;
	color:#656565;
	font-size:100%;
}
select {
	font-family:"돋움", Dotum, "굴림", Gulim;
	vertical-align:middle;
	color:#656565;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, fieldset, blockquote {
	margin:0px;
	padding:0px;
}
dl, ul, ol {
	list-style-type:none;
}
hr {
	position:absolute;
	top:-9999px;
	left:-9999px;
	z-index:-1;
}
caption {
	display:none;
}
</pre></body></html>