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

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

li,
ul {
    list-style: none;
}

a,
button,
img {
    display: block;
}

a {
    text-decoration: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

body {
    min-width: 100%;
    font-family: Pretendard;
}