@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Pretendard Variable", Pretendard, 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    word-break: keep-all;
}

ul, li, dl, dt, dd, ol {
    list-style: none;
}

p {
    word-break: keep-all;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-size:16px;
}

body, a {
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    color: #000;
}

button {
    border: 0;
    background: 0;
    cursor: pointer;
}

img, video {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input, input[type="submit"] {
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="radio"],
input[type="checkbox"] {
    appearance: auto;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

button,
label {
    cursor: pointer
}