@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover{
	text-decoration:none;
}

body, html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:nanum;
	font-size:12px;
}

html{
	overflow-y:scroll;
}


.clear{
	clear:both;
}

.fl{float:left;}

.fr{float:right;}

#wrap {width:100%; height:100%; margin:0 auto;}
#header {position:relative; float:left; height:60px; background-color:white; width:100%;min-width:1092px; z-index:100;border-bottom: 1px solid #ddd;}
#container {float:left; width:100%; min-height:100%; margin: -60px 0 -400px;}
* html #container {height:100%;}
#content {float:left; width:100%; padding-bottom:30px;}
#footer {position:relative; float:left; height:400px; width:100%;}

div, input, label, a, select, span{
	box-sizing:border-box;
}

.error{
	color:red;
	padding-top:3px;
}
