<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document euc-kr */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, address, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin: 0; padding:0; border:0;}

hr, legend { display: none; }
em, address, cite {font-style:normal;}
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }


/*기본 링크*/
a:link, a:visited { color:#666666; text-decoration:none; }
a:hover, a:active { color:#000000; text-decoration:none;}

/* 나눔고딕 - root 경로*/
@font-face {
	font-family:'NanumGothic'; src:url(../NanumGothic.eot);
	src:local(※), url(../NanumGothic.woff) format('woff')
}

@font-face {
	font-family:'NanumGothicBold';
	src:url(../NanumGothicBold.eot);
	src:local(※), url(../NanumGothicBold.woff) format('woff')
}

img{font:0/0 arial;}
html{overflow-y:scroll;} 
body{font-size:12px; line-height:20px; font-family:"NanumGothic","나눔고딕","Dotum","돋움", sans-serif; }

/*float 버그처리*/
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{ display:inline-block; width:100%;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}</pre></body></html>