@charset "utf-8";

html, body {
    width: 100%;
    min-width: 100%;
    min-height: 100vh;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background: #fefcf2;
    font-family: 'Avenir Next', sans-serif; /* Avenir Next 웹폰트를 기본 글꼴로 지정 */
    color: #000000;
}

body, div, dl, dt, dd, ul, ol, menu, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {
    margin: 0;
    padding: 0;
}

fieldset, img, input, select, textarea, button {
    border: 0;
    vertical-align: middle;
}

dl, ul, ol, menu, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

input, select, textarea, button, a {
    color: #666;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0 !important;
}

button, input[type=submit], input[type=button] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-color: transparent;
}

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

a:visited {
    color: inherit;
}

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

legend {
    font-size: 0;
    line-height: 0;
    padding: 0;
}

strong {
    font-weight: bold;
}

::selection {
    outline: none;
    background: #ffc410;
    color: #fff;
}

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

input::placeholder {
    color: #d3d3d3;
}

.no-js {
    display: none;
}
