/* reset */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
*, :after, :before {box-sizing:border-box}
body {word-break: keep-all;word-wrap: break-word;}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {margin:0;padding:0}
h1, h2, h3, h4, h5, h6 {font-size:inherit;line-height:inherit}
ol,ul{list-style: none;}

button {background-color:transparent}
fieldset, img {border:0}
img, picture, video, canvas, svg {display: block;max-width:100%;}
button {background:none;border:0;cursor:pointer;font-family: inherit;}
table {border-collapse:collapse;border-spacing:0}
address, em {font-style:normal}
a {color:inherit;text-decoration:none}
input, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
iframe {overflow:hidden;margin:0;border:0;padding:0;vertical-align:top}
i {font-style:normal}
html {
  font-size: 10px; font-family: 'Pretendard';
}