@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css');
/* @import url('https://webfontworld.github.io/SCoreDream/SCoreDream.css');
@import url('https://fonts.googleapis.com/earlyaccess/jejumyeongjo.css');
@import url('https://fonts.cdnfonts.com/css/segoe-ui-4'); */

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    /* letter-spacing: -0.05em; */
    margin: 0;
    padding: 0;
    font-family: 'Pretendard', sans-serif;
    /* font-family: "Noto Serif KR", serif; */
    color: #303030;
}

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; */
    font-size: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    color: #303030;
    background-color: transparent;
}

a {
    color: #303030;
    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;
}

.center {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: unset;
    margin-bottom: unset;
    font-weight: unset;
    line-height: unset;
}

p {
    margin-bottom: unset;
    margin-top: unset;
}

strong {
    font-weight: unset;
}