
@charset "utf-8";

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
/* CSS Document */

/* base */
html, body{
}

body {
 margin: 0;
 padding: 0;
 -webkit-text-size-adjust: none;
 color:#5f5f5f;
}

img, fieldset {
 border:0 none;
}

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

hr {
 display:none;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend, body {
 margin: 0px;
 padding: 0px;
 font-family: 'NanumBarunGothic','나눔바른고딕', '돋움', 'Dotum', '굴림', 'gulim', 'Helvetica', 'Apple-Gothic';
 font-size: 12px;
} /* font-size는 달라짐 */

a {
 text-decoration: none;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 color:#5f5f5f;
}

a:link, a:hover, a:active {
 text-decoration: none;
}

input, select, textarea {
 font-size: 100%;
 vertical-align: middle;
}

em {
 font-style:normal;
}

caption,legend {display:none;}
.hidden { display:none; }

