@charset "utf-8";
/* CSS Document */

@import url(nanumgothic.css);

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:'noto-r', sans-serif;
}

#wrap{width:100%;}

#header_wrap {
    width: 100%;
    min-width: 1024px;
    position: absolute;
    z-index: 1;
    border-bottom: 1px solid #ffffff;
}

#footer_wrap {
	width:100%;
	min-width:1024px;
	clear:both;
	border-top:solid 1px #d7d7d7;
	margin-top: 85px;
	background:#333;
}

img{border:0;}

a{text-decoration:none;}


ul{list-style:none;
    padding:0;
    margin:0;}

li{list-style:none;
    padding:0;
    margin:0;}

p{margin:0;}

input {	outline-width:0;}
.f_r{
	float:right;
}
.f_l{
	float:left;
}
.cf:after{
	content:"";
	display:block;
	clear:both;
}
span.v_hidden {
    display: none;
}

h2{
	margin:0;
}