/* Font */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: url("/css/font/Pretendard-Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url("/css/font/Pretendard-Medium.woff2") format("woff2");
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: url("/css/font/Pretendard-Bold.woff2") format("woff2");
}

*, *:after, *:before {
    box-sizing: border-box;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    font-size: 62.5%;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0;
    font-family: 'Pretendard';
}

li {
    list-style: none;
}

a,
input,
textarea,
select,
button,
table {
    font-family: 'Pretendard';
    font-size: 16px;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

img, fieldset {
    border: 0;
}

em, address {
    font-style: normal;
}

table {
    border-collapse: collapse;
}

.blind,
caption,
legend,
.icon em {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none;
}

button {
    overflow: visible;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
