@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
body{
    height: 100%;
    z-index: 1;
}
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, b, 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 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
caption {
    position:absolute !important;  
    width:1px; 
    height:1px; 
    overflow:hidden;
    clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip:rect(1px, 1px, 1px, 1px);
 }
html, body{
    font-family: 'Nanum Gothic', sans-serif;}
a{  
    text-decoration: none;
    margin: 0;
    cursor: pointer;
}
ol, ul{
    list-style: none;
}
button, select{
    cursor: pointer;
}
input, textarea, select, option, button {
    outline: none;
    box-sizing: border-box;
}
textarea{
    resize: none;
}
table{
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
}
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold;
}
