@font-face {
    font-family: 'Pretendard';
    font-display: auto;
    font-style: Light;
    font-weight: 300;
    src: local('Pretendard'), local('Pretendard'), local(※),
    url(../font/Pretendard-Light.woff2) format('woff2'),
    url(../font/Pretendard-Light.woff) format('woff'),
    url(../font/Pretendard-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Pretendard';
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    src: local('Pretendard'), local('Pretendard'), local(※),
    url(../font/Pretendard-Regular.woff2) format('woff2'),
    url(../font/Pretendard-Regular.woff) format('woff'),
    url(../font/Pretendard-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Pretendard';
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    src: local('Pretendard'), local('Pretendard'), local(※),
    url(../font/Pretendard-Medium.woff2) format('woff2'),
    url(../font/Pretendard-Medium.woff) format('woff'),
    url(../font/Pretendard-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Pretendard';
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    src: local('Pretendard'), local('Pretendard'), local(※),
    url(../font/Pretendard-Bold.woff2) format('woff2'),
    url(../font/Pretendard-Bold.woff) format('woff'),
    url(../font/Pretendard-Bold.otf) format('opentype');
}

html {
    overflow-y: auto;
    font-size: 10px;
    font-family: Pretendard, -apple-system, Apple SD Gothic Neo, android sans fullback, sans-serif;
    line-height: 1rem;
    color: #1d1d1f;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    word-break: keep-all;
}
body:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    content: '';
}
body {
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    min-height: 100vh;
    -ms-overflow-style: none;
    scroll-width: none;
}
::-webkit-scrollbar {
    display: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
iframe,
th,
td {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt {
    font-weight: normal;
}
img,
fieldset,
iframe,
button {
    border: 0 none;
}
ol,
ul {
    list-style: none;
}
button {
    border: 0 none;
    font-family: NotoSansKR, -apple-system, Apple SD Gothic Neo, android sans fullback, sans-serif;
}
table {
    padding: 0;
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
}
th,
td {
    border-collapse: collapse;
}
legend,
caption {
    display: none;
}
select,
input,
textarea {
    padding: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
i,
em,
u,
cite {
    font-style: normal;
}
strong {
    font-weight: normal;
}
a {
    color: #1d1d1f;
    text-decoration: none;
    outline-offset: -1px;
}

input::placeholder {
    color: #c2c2c2;
    opacity: 1;
}
input::-webkit-input-placeholder {
    color: #c2c2c2;
}
input:-ms-input-placeholder {
    color: #c2c2c2;
}
input:-mos-input-placeholder {
    color: #c2c2c2;
}

textarea::placeholder {
    color: #a7a7a7;
    opacity: 1;
}
textarea::-webkit-textarea-placeholder {
    color: #a7a7a7;
}
textarea:-ms-textarea-placeholder {
    color: #a7a7a7;
}
textarea:-mos-textarea-placeholder {
    color: #a7a7a7;
}