@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 

* {margin:0; padding:0; font-family:'Nanum Gothic', Dotum, Gulim, AppleGothic, Sans-Serif;}

html {
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
}
body {
	margin:0;
	padding:0;
	font-size:12px; 
	line-height:18px;
	font-family:'Nanum Gothic', Dotum, Gulim, AppleGothic, Sans-Serif;
	color:#666;
	word-break:keep-all; 
}
*html body img {margin:none; padding:none;} /*for IE 6*/
hr {
	clear:both;
	display:none;
}
body img, img {
	border:0 none;
	margin:0;
	padding:0;
	line-height:0px;
}

blockquote, address {
	margin:0;
	padding:0;
}
em, address, cite {
	font-style:normal;
}

div, p, ol, ul, li, img, a, h1, h2, h3, h4, h5, h6, form, span, iframe, dl, dt, dd, address {
	margin:0;
	padding:0;
}
div, ul, ol {
	list-style:none;
}

.clfix {display: inline-block;}
.clfix {display: block;}
* html .clfix {height: 1%;} /* hides from ie-mac */
.clfix{ zoom:1; } /*for ie 5.5-7*/

/* 링크 박스 안뜨게.. */
a,img{selector-dummy: expression(this.hideFocus=true);} 

a {color:#666;text-decoration:none;}
a:link, a:visited {color:#666;text-decoration:none;}
a:hover, a:focus {color:#222;text-decoration:none;}
a:active{color:#666;}

/* table */
table caption {visibility:hidden; overflow:hidden; width:0; height:0; margin:0; padding:0; font:0/0 'Nanum Gothic', Dotum, Gulim, AppleGothic, Sans-Serif;}

/* form */
form, fieldset, legend, label {
	margin:0;
	padding:0;
}
fieldset {
	border:0 none;
}
fieldset legend {
	position:absolute;
	visibility:hidden;
	overflow:hidden;
	width:0;
	height:0;
	margin:0;
	padding:0;
	font:0/0 Arial;
}
label {
	cursor:pointer;
}
label input,
label img,
label select,
label textarea,
fieldset label,
fieldset input,
fieldset img,
fieldset select,
fieldset textarea {
	vertical-align:middle;
	font-family:'Nanum Gothic', Dotum, Gulim, AppleGothic, Sans-Serif;
}
input {
	margin:0; padding:0;
	line-height:16px;
	font-size:12px;
}
.input {background:#f7f7f7; height:18px; border:1px solid #cccccc;}
.input2 {background:#fff; height:18px; border:1px solid #cccccc;}
.checkInput {background:#fff; border:none; height:19px;}
.input_select {behavior:url(../js/selectbox.htc); font-size:11px; font-family:'Nanum Gothic', Dotum, Gulim, AppleGothic, Sans-Serif; color:#a2c7d5; border:none;}
button {
	border:0;
	cursor:pointer;
}

textarea {
	border:1px solid #cccccc;
}
