body {
    font-size:12px;
    font-family:"malgun gothic";
}

input,select,textarea {
    font-size:12px;
    font-family:gulim;
}

select {
    font-size:12px;
    font-family:dotum;
}

label {
    cursor:pointer;
}

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

a:hover {
    color:#ff5a5a;
}

.wrap {
    width:960px;
    margin:auto;
}

#header {
}

/* 콘텐츠 영역 - 내부 float 높이 정상 인식 */
#content {
    padding:20px 0 0 0;
    min-height:500px;
    height:auto;
    zoom:1;
}

#content:after {
    content:"";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

#footer {
    clear:both;
}

ul,ol,li,dl,dt,dd {
    list-style:none;
}

div,ul,ol,li,dl,dt,dd,form,fieldset,p,h1,h2,h3,h4,h5,h6,blockquote,iframe {
    margin:0;
    padding:0;
    font-size:12px;
}

img {
    border:0;
}