* {
	margin:0;
	padding:0;
	font-size:100%;
	}

html {
	overflow-y: scroll;
	overflow-x: auto;
	}

body {
	font-size:75%;
	font-family: dotum,µ¸¿ò;
	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;
	}

iframe {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	}

.disNone	{
	display: none;
	}

 a	{
	text-decoration: none;
	color: #666666;
	}

a:hover, a:focus, a:active	{
	text-decoration: underline;
	color: #f85a00;
	}


a.accb01 {
    display: block;
    position: absolute;
    top: -10000px;
	left: 0;
	text-align: center;
    width: 99%;
	}
	a.accb01:hover, a.accb01:focus, a.accb01:active {
		top: 0;
		z-index: 1;
		background-color: #525152;
		color: #fff;
		font-size: 1.3em;
		font-weight: bold;
		padding: 20px;
		z-index: 100000;
		}

.noscript {
	font-size: 0.9em;
	color: #f85a00;
	position: absolute;
	top: 42px;
	left: 180px;
	}

