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

/************************************************************************
* 파일명    : default.css
* 설명		: default  CSS import
* 작성자    : 전영창
* 작성일	: 2009.11.09
+ version	: v1.0
************************************************************************/

/** 기본 설정 **/
* {margin:0; padding:0; border:0}
html {overflow-y:scroll; }
body {margin:0; padding:0; font-size:12px; font-family:'Dotum, 돋움, Gulim, 굴림' ; color:#666666; border:none;}

div, p, blockquote, pre, address, table, caption, th, td, form, fieldset, legend, hr, input, textarea{margin: 0; padding: 0;}
ul, ol, li, dl, dt, dd {margin:0; padding:0; list-style:none;}
input, select, button {font-size:1em; _font-size:12px;}

A:link, A:visited, A:active {color:#666666; text-decoration: none;}
A:hover {color:#999999; text-decoration:none;}

img {border:0; font-size:0;}

h1 {font-size:200%;}
h2 {font-size:180%;}
h3 {font-size:160%;}
h4 {font-size:140%;}
h5 {font-size:120%;}
h6 {font-size:100%;}

table {margin:0; padding:0; border-collapse:collapse;}
caption{width:0; height:0; line-height:0; font-size:0;  visibility:hidden;}

.fl {float:left;}
.fr {float:right;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.top_img{vertical-align:top;}

.cl{clear:both; font-size:0; line-height:0; height:0;}
.b_cl{background-image:none;}
.bg_text{width:0; height:0; font-size:0px; visibility:hidden; display:none;}
.hand {cursor:pointer;}
.bd_cl{border:0;}

.scroll{
	overflow-y:auto;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-face-color: #d9d9d9; 
	scrollbar-3dlight-color: #d9d9d9; 
	scrollbar-darkshadow-color: #d9d9d9; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ffffff; 
}
</pre></body></html>