@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Reset CSS + Pretendard base */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    color: #111;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.m-container {
    width: calc(100% - 32px);
    margin: 0 auto;
}

section {
    margin-bottom: 60px;
}

.hidden {
    display: none !important;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover, a:focus, a:active {
    text-decoration: unset;
}

button, a {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-family: 'Pretendard', sans-serif;
}

button {
    border: 0;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #111;
    padding: 10px 7px;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.25px;
    border-radius: 3px;
    border: 1px solid #E5E5EC;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
}

@supports (-webkit-touch-callout: none) {
    select {
        font-size: 16px;
    }
}

input[type="checkbox"] {
    border-radius: 0;
}

a:visited,
a:active {
    color: inherit;
}