/*ここから初期化*/

body {
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Noto Sans KR', sans-serif;
    max-height: 100%;
    overflow: hidden;
}

body,
h1,
h2,
h3,
div,
header,
main,
footer,
section,
nav,
ul,
li,
form,
fieldset,
legend,
label,
p,
address {
    margin: 0;
    padding: 0;
}

ul,
li,
dl,
dd,
dt {
    list-style: none;
}

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

form,
input,
button {
    vertical-align: middle;
}

button {
    cursor: pointer;
}

img,
fieldset {
    border: 0 none
}