@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');

html {
    -webkit-text-size-adjust: none;
}
body {
    font-family: 'Nanum Gothic', sans-serif;
}
body, div, dl, dt, dd, ul, ol, 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 { 
    border: 0 none;
}
img {
    display: block;
}
dl, ul, ol, menu, li {
    list-style: none;
}
a,
a:link,
a:hover,
a:active,
a:visited, { 
    text-decoration: none; 
    cursor: pointer;
}
.clearfix:after {
    content:""; 
    display:block; 
    clear:both;
}

input::placeholder {
    color: #ddd;
    font-size: 10px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
