@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* common.css */
* {
    margin: 0;
    padding: 0;
}

/* common reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, abbr, address, cite, em, img, strong, 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, section, summary, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.89em;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    word-wrap: break-word;
    word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 0.89em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Nanum Gothic", "Lucida Grande", sans-serif;
    font-size: 0.89em;
    color: #666;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
    margin: 0;
    padding: 0;
}

th, td, input, textarea, select {
    font-size: 0.95em;
    font-family: 'Nanum Gothic', "Lucida Grande", sans-serif;
    color: #666;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
}

hr {
    display: none;
    clear: both;
}

legend, caption {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}

img, fieldset {
    border: 0 none;
}

label {
    cursor: pointer;
}

a {
    color: #666;
}

a:link, a:visited {
    text-decoration: none;
}

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

select {
    height: 22px;
}

