@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    color: #333;
    background: #fff;
    font: 14px/1.6 "Noto Sans KR", sans-serif;
}

body.modal-open {
    overflow: hidden;
}

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

ul {
    list-style: none;
    padding: 0;
}

img {
    vertical-align: top;
}
