﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family:"돋움", Dotum, "굴림", Gulim, Tahoma, Verdana, sans-serif;
	font-size:0.75em;
	color:#555555;
	line-height:1.6em;
}
/* 링크 */
a:link, a:visited {
	color: #555555;
	letter-spacing: 0;
	text-decoration: none;
}
a:hover {
	color: #5fa224;
	letter-spacing: 0;
	text-decoration:none;
}
a:active {
	color: #555555;
	letter-spacing: 0;
	text-decoration: none;
}
/* 폼 */
input {
	font-size:100%;
	color: #555555;
	
	margin:0;
	padding:2px 0 1px 0;
	height:15px;
}
textarea {
	font-size:100%;
	color: #555555;
	border: 1px solid #d8d7c8;
	padding:10px;
	line-height:20px;
}
select {
	font-size:100%;
	vertical-align:middle;
}
radio {
	margin-bottom:-2px;
}
/* 기타 */

IMG {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
}
hr {
	display:none;
}
p {
	text-align:justify;
}
fieldset {
	border: 0;
	margin: 0;
	padding:0;
}
ol, ul, li {
	list-style-type:none;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
}
legend {
	visibility:hidden;
	height:0;
	width:0;
	font-size:0;
}
