@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* 초기화 */
html,
head,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
address,
blockquote,
form,
fieldset,
legend,
table,
caption,
tr,
th,
thead,
tbody,
tfoot,
header,
nav,
aside,
section,
article,
footer,
figure,
figcaption,
footer,
main {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: 400;
}
* {
    box-sizing: border-box;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit
}

em,
i,
address,
cite {
    font-style: normal;
}

button {
    border: none;
    cursor: pointer;
    background-color: transparent;
}

input {
    border: none;
}

input:focus, button:focus {
    outline: none;
}

table {
    border-collapse: collapse;
}

body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
}

/* 블라인드 텍스트 */
.blind {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    height: 0;
    visibility: hidden;
}