@charset "UTF-8";

/* CSS Document */

body {
	font-size: 75%;
	line-height: 140%;
	color: #4b4b4b;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

body, div, p, ul, li, a, table, td, tr, h1, h2, h3, h4, h5, h6, form, input, span, iframe, select {
	margin: 0;
	padding: 0;
	font-family: "Dotum", Arial, Helvetica, sans-serif;
}

img {
	border: 0;
	vertical-align: top;
	padding: 0;
}

table, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

th {
	font-weight: bold;
	text-align: center;
}

h1, h2, h3 {
	display:none;
}

h1, h2, h3, h4, h5 ,h6 {
	line-height: 140%;
}

h1 {font-size: 200%;}
h2 {font-size: 180%;}
h3 {font-size: 160%;}
h4 {font-size: 140%;}
h5 {font-size: 120%;}
h6 {font-size: 100%;}

a { 
	font-size: 100%;
	line-height: 140%;
}

a:link, a:visited {
	color: #4b4b4b;
	text-decoration: none;
}

a:active, a:hover {
	color: #496bb7;
	text-decoration: none;
}

div { 
	font-size: 100%;
}

ul { 
	font-size: 100%;
	list-style: none;
}

li {	
	font-size: 100%; 
	line-height: 140%;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

p {
	font-size: 100%;
	line-height: 140%;
}

legend {
	display: none;
}

label {
	display: inline;
}

label.radio_chkbox_label {
	display: none;
}

hr { 
	display: none;
}

caption {
	display: none;
}

span.button, 
img.button, 
a.button {
	/*cursor: pointer;*/
	vertical-align: middle;
}

.hide{
	visibility: hidden;
	width: 0;
	height: 0;
}

em { font-style: normal;}
