@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@import url(http://fonts.googleapis.com/css?family=Days+One);

/* html5 */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption
{
	display: block;
}

/* common */
*
{
	margin: 0;
	padding: 0;
	font-family: "Nanum Gothic", "³ª´®°íµñ", "Malgun Gothic", "¸¼Àº °íµñ", Gulim, "±¼¸²", Dotum, "µ¸¿ò";
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	outline: 0;
	-webkit-text-size-adjust: none;
}

*:focus
{
	outline: 0;
}
ul
{
	list-style: none;
}

img, fieldset, select, input
{
	border: none;
}

legend
{
	display: none;
}

img, select, input
{
	vertical-align: middle;
}

select, input
{
	border-radius: 0;
	background: #FFFFFF;
	-webkit-border-radius: 0;
}

input[ type="text" ],
input[ type="email" ],
input[ type="number" ],
input[ type="submit" ],
input[ type="password" ]
{
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[ type="radio" ],
input[ type="checkbox" ]
{
	padding: 0 !important;
	vertical-align: -2px;
	border: none !important;
}

address, em
{
	font-style: normal;
}

table
{
	width: 100%;
	border-collapse: collapse;
}

a
{
	text-decoration: none;
}

button
{
	cursor: pointer;
	border: none;
	background: none;
}