@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: 'gulim';
    font-size: 12px;
    background-repeat: no-repeat;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

a {
    outline: 0;
    text-decoration: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table td {
    vertical-align: middle;
}

label {
    cursor: pointer;
}

.blind,
legend,
hr,
caption {
    display: block;
    position: absolute;
    left: 1000em;
    top: 0;
    overflow: hidden;
}

img {
    border: 0;
    vertical-align: top;
}

fieldset {
    border: none;
}

input,
select,
button {
    vertical-align: middle;
}

i,
address,
caption,
cite,
code,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #000;
}

a:focus {
    outline: 0;
}