@charset "utf-8";
/* SpoqaHanSans */

@import url("../fonts/SpoqaHanSans/font.css");
html,
body {
    width: 100%;
    height: 100%;
    letter-spacing: -0.02em;
    line-height: normal;
    color: #222;
    font-size: 10px;
    font-family: "Pretendard", "SpoqaHanSans", "돋움", "Dotum", sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
a,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

input,
select,
textarea,
button {
    vertical-align: middle;
    border: 1px solid #d6d6d7;
    outline: none;
    /* font-family: "Pretendard", "SpoqaHanSans", "돋움", "Dotum", sans-serif; */
}

button {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

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

a {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    resize: none;
}

/* input{ -webkit-appearance:none; -webkit-border-radius:0; } */