/* Reset */
* {
    font-family: 'NANUM', '나눔 고딕' ! importnat;
}

html, body {
    font-family: 'NANUM', '나눔 고딕' ! importnat;
}

body, h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend,
hr {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ul, ol {
    list-style: none;
}

table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: 0;
    _border-collapse: collapse;
}

* + html table {
    border-collapse: collapse;
}

img, fieldset, abbr, acronym {
    border: 0;
}

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

q:before, q:after {
    content: '';
}

input, select, button, textarea {
    color: #666666;
    font-size: 100%;
    font-family: 'NANUM';
}

/* Base */
body {
    color: #666666;
    font: 12px/18px NANUM, sans-serif;
}

hr {
    display: none
}

caption, legend {
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
}

#skipNavi {
    position: relative;
    z-index: 9999;
}

#skipNavi h1 {
    display: none;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

#skipNavi ul {
    width: 300px;
    position: absolute;
    top: 0;
    right: 70px;
}

#skipNavi ul li {
    overflow: hidden;
    width: 100%;
    position: absolute;
}

#skipNavi ul li a {
    overflow: hidden;
    display: block;
    width: 0;
    height: 0;
    padding: 5px 0;
    color: #303030;
    background: #efefef;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
}

#skipNavi ul li a:focus, #skipNavi ul li a:active {
    width: 100%;
    height: 100%;
    background: #efefef;
}

a {
    color: #6e6e6e;
    text-decoration: none;
}

a:hover {
    color: #6e6e6e;
    text-decoration: underline;
}

input.text,
textarea.textarea {
    padding: 2px 0;
    border: 1px solid #c7c7c7;
}

label,
input.button, input.submit, input.image,
button {
    cursor: pointer;
}

textarea, pre {
    overflow: auto;
}

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

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.cboth {
    clear: both;
}

.invisible {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}