/* ==========================================================================
   CSS RESET
   ========================================================================== */
/* ==========================================================================
   CSS RESET
   ========================================================================== */
/* font */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);


html {
    height: 100%;
}
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}
/* elements */
body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font: 15px/1 sans-serif;
    color: #333;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    -ms-interpolation-mode: bicubic;
    font-family: 'Noto Sans', sans-serif;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
li,
dt,
dd,
input,
textarea {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0;
}
img,
video,
audio,
object,
embed,
iframe {
    max-width: 100%;
}
img {
    border: 0 none;
    line-height: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-image-rendering: optimizeQuality;
}
ul,
li,
ol,
dl {
    list-style: none;
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    padding: 0;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    line-height: inherit;
}

i {
    font-style: normal;
    display: inline-block;
}
textarea {
    overflow-y: auto;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}