@charset "utf-8";

/*
**       RESET.CSS | 2009. Laziel Studio
**       Sheet author:  Jeong,na-e A.K.A naeh(nani)
**       Sheet version: 1.0
**************************************************/

html { font-size: 100%; }

body
{
	font: normal .75em AppleGothic, "애플고딕", Dotum, "돋움", sans-serif;
	color: #000;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-size: 1em; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
li,
form,
fieldset,
blockquote,
address,
table,
thead,
tbody,
tfoot,
tr,
td,
caption
{
	margin: 0;
	padding: 0;
}

ul,
ol { list-style: none; }

img,
fieldset { border: 0; }

table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #000;
	font-size: 1em;
}

table tr th,
table tr td { border: 1px solid #000; }

label { cursor: pointer; }

a,
a:link,
a:visited { text-decoration: none; }

a:hover { text-decoration: underline; }

select,
input,
textarea
{
	font: normal 1em AppleGothic, "애플고딕", Dotum, "돋움", sans-serif;
	color: #000;
	vertical-align: 0;
}

hr
{
	position: absolute;
	width: 0; height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}