/* base setting */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
body, input, p, div, textarea, button, option, select {
    font-size: 12px;
    font-family: '나눔고딕', 'nanumgodic', AppleGothic, Dotum, sans-serif, 돋움, 굴림;
    line-height: 1.8em;
}

input,textarea {
    vertical-align: middle;
}

ol,ul {
    list-style: none;
}

optgroup option {
    padding-left: 20px;
}

a {
    color: black;
    text-decoration: none;
}

/* global setting */
a {
    text-decoration: none;
}

a:link,a:visited {
    color: #e6dc72;
}

a:hover,a:active {
    color: #e0d346;
}

/* misc */
a img {
    border: none;
}

br {
    letter-spacing: 0;
}

hr {
    display: none;
}

dfn {
    font-style: normal;
}

/* Float bug */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
