@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
* {
    padding: 0;
    margin: 0;
}
ul, ol {
    list-style: none;
}
img {
    vertical-align: top;
}
body {
    font-size: 14px;
    line-height: 21px;
    font-family: "Malgun Gothic",Dotum,"돋움",Verdana,Arial,Helvetica,sans-serif;
    color: #222;
}
a {
    text-decoration: none;
    color: inherit;
}
html {font-size: 10px;}
