﻿@charset "utf-8";
/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/

html, body {
    width: 100%;
    height: 100%;
    zoom: 1;
}

body {
    font-family: 'Nanum Barun Gothic','나눔 바른 고딕','dotum','돋움',sans-serif;
    font-size: 16px;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    margin: 0 auto;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Nanum Barun Gothic', 'sans-serif';
    color: #222;
    line-height: 1;
}

* {
    margin: 0;
    padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

img, fieldset {
    border: 0;
}

h1, h2, h3, h4, h5 {
    font-size: 100%;
}

ul, ol, li {
    list-style: none;
}

hr {
    display: none;
}

legend, caption {
    display: none;
    clear: both;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

table, thead, tbody, tfoot, tr, th, td {
    position: static;
}

textarea, input, button {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

textarea {
    resize: none;
}

label {
    cursor: pointer;
}

label, textarea, input, select, button {
    vertical-align: middle;
}

pre {
    overflow-x: scroll;
}

button {
    overflow: visible;
    cursor: pointer;
    background: none;
    border: 0;
}

    button[disabled="disabled"] {
        cursor: default;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

textarea, button, input[type="text"] {
    outline: none;
}

/* a link setting */
a, a:link {
    text-decoration: none;
}

a, button, select, input {
    font-family: inherit;
}
