@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/* font-family: "Noto Sans KR", sans-serif; */

* {
    padding: 0;
    margin: 0;
}
ul, ol {
    list-style: none;
}
img {
    vertical-align: top;
}
body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Noto Sans KR", HelveticaNeue, AppleSDGothicNeo-Regular, sans-serif;
    color: #222;
}
a {
    text-decoration: none;
    color: inherit;
}
