@charset "utf-8";

/* ==========================================================================
   CSS Reset — 레퍼런스 기반, 현대화
   ========================================================================== */

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

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

audio, canvas, img, video {
    vertical-align: middle;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

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;
}

img, fieldset {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

address, caption, cite, code,
dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

label {
    cursor: pointer;
}

legend {
    display: none;
    visibility: hidden;
}

caption {
    display: none;
    visibility: hidden;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

a:active, a:hover, a:focus {
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: none;
    font: inherit;
    color: inherit;
}

body.mouse a:focus,
body.mouse button:focus {
    outline: none;
}

/* ==========================================================================
   Input Reset
   ========================================================================== */

input[type="text"],
input[type="password"],
input[type="file"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
}

input::-ms-clear,
select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' style='opacity:0.5' viewBox='0 0 6.42 4'><path d='M6.42.69,3.21,4,0,.69.71,0l2.5,2.57L5.71,0Z'/></svg>") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
}

textarea {
    resize: none;
}

@media all and (max-width: 800px) {
    .ios-os input[type="text"],
    .ios-os input[type="search"],
    .ios-os input[type="password"],
    .ios-os input[type="file"],
    .ios-os input[type="email"],
    .ios-os select,
    .ios-os textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
    }
}

/* ==========================================================================
   Utility
   ========================================================================== */

.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
