* {
	margin:0;
	padding:0;
	font-size:100%;
	}

html {
	/* overflow: hidden; */
	}

body {
	font-size:75%;
	font-family: Malgun Gothic, 맑은 고딕, NanumGothic, 나눔고딕;
	color: #666666;
	position:relative;
	}

img, fieldset {
	border:none;
	}


legend, caption, hr {
	display:none;
	}

li {
	list-style: none;
	}

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

.disNone	{
	display: none;
	}

iframe {
	border: none;
	}

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

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




