* {
	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;
	}

.disNone	{
	display: none;
	}

iframe {
	border: none;
	}

 a	{
	text-decoration: none;
	color: #666666;
	}

a:hover, a:focus, a:active	{
	text-decoration: underline;
	color: #0c7b23;
	}


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: 500;
		background-color: #317209;
		color: #fff;
		font-size: 1.3em;
		font-weight: bold;
		padding: 15px;
		}



