/*!
 * Bootstrap theme korea
 * 2015 domfam inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* web font css */
/*
korea font : nanum
*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
/* font-family: 'Nanum Brush Script'; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* font-family: 'Nanum Gothic'; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
/* font-family: 'Nanum Gothic Coding'; */
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/* font-family: 'Nanum Myeongjo'; */
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
/* font-family: 'Nanum Pen Script'; */
/*
korea font : noto
*/
/*@import url(http://notosanskr-hestia.s3-website-ap-northeast-1.amazonaws.com/stylesheets/NotoSansKR-Hestia.css);*/

/* font-family: 'Noto Sans Korean'; */
/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: middle;
    outline: 0;
    -webkit-text-size-adjust: none
}

body {
    font-size: 12px;
    line-height: 1.5em;
    font-family: Helvetica, Arial, Dotum, "Helvetica Neue", sans-serif;
    color: #666666;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

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

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

textarea {
    overflow: auto;
}

legend,
caption {
    display: none;
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline
}

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

a:hover {
    text-decoration: none;
    cursor: pointer
}

select, input, img, li {
    text-align: left;
    vertical-align: middle
}

label {
    font-weight: normal;
}


/* bootstrrap custom */

.btn {
    font-size:12px;
}