﻿@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, select, a, img, blockquote
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: dotum, '돋움';
	font-size: 12px;
}

body
{
	background-color: #F7F5E8;
}

ul
{
	list-style: none;
}

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

a
{
	text-decoration: none;
}

img, input
{
	vertical-align: top;
}

legend, .hidden
{
	/*
	overflow: hidden;
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 0
	left: 0;
	*/
	display: none;
}