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

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: 'Pretendard', sans-serif;
    /* font-family: "Noto Serif KR", serif; */
    color: #2C2C2C;
}

body, html {
    font-synthesis: none;
}

body {
    position: relative;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
    /* min-width: 1903px; */
}

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

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

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

button, input {
    border: none;
    outline: none;
    background-color: transparent;
}

