@charset "utf-8";

/************************************************************************
 * 파일명      : default.css
 * 설명        : default  CSS import
 * 작성자      : 전영창
 * 작성일      : 2009.09.07
************************************************************************/

/** 기본 **/
* {margin:0; padding:0;}

body {margin:0; padding:0; font-size:12px; font-family:Dotum, 돋움, Gulim, 굴림 ; color:#666666; border:none; line-height:1.3;}

A:link, A:visited, A:active {color:#3E3E3E; text-decoration: none;}
A:hover {color:#ABAAAA; text-decoration:underline;}

.hand {cursor:pointer;}

img {border:0; font-size:0;}

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;}

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; font-size:12px;}

.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;}

.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; 
}

/* 폰트관련 */
.f11px {font-family:tahoma; font-size:11px; letter-spacing:0px;} /* 기본 11폰트 */