@CHARSET "UTF-8";

/* Type Selector */
* {
	margin: 0;
	padding: 0;
	font-family: Gulim,굴림체,돋움체,Dotum,Tahoma,Sans-serif,Helvetica,AppleSDGothicNeo;
	/* font-family: '맑은고딕', MalgunGothic, '나눔고딕', NanumGothic, Dotum, Gulim, Tahoma, Sans-serif; */
	font-size: 12px; 
	color: #000;
}

html,body {
	height: 100%;
	width: 100%;
}

body {
	overflow: auto !important;
}

body,input,button,select,input,textarea,td,th {
	color: #333333;
	font-size: 12px;
}

img, fieldset, button {
	border: none;
}

li {
	list-style-type: none;
}

hr {
	display: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,a:active,a:focus {
	text-decoration: none;
}

textarea {
	overflow: auto;
}

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

/* For Screen Reader */
caption {display:none; width:0; height:0; margin-top:-1px; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}

img {
	border: 0;
	vertical-align: middle;
}



h1 {
	/* font-family: "굴림", Gulim, AppleGothic, Sans-serif; */
	font-size: 13pt;
}

h2 {
	color: #727272;
	font-size: 1.4em;
	line-height: 1.125em;
	margin: 1.125em 0 0.208em;
}

h3 {
	font-size: 1.333em;
	line-height: 1.125em;
	margin: 1.688em 0 0.3125em;
}

input {
	color: #67625C;
	font-family: gulim;
	font-size: 1em;
	vertical-align: middle;
}

select {
	color: #444444;
	font-size: 100%;
	height: 21px;
	vertical-align: middle;
}