html,
body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
}

body {
   font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', Arial, sans-serif;
   line-height: 1.4;
   color: #111;
   overflow-x: hidden;
}

ul,
li {
   margin: 0;
   padding: 0;
   list-style: none;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
}

a {
   text-decoration: none;
   color: inherit;
}

img {
   border: 0;
   vertical-align: middle;
}

a,
button,
input,
select,
textarea {
   margin: 0;
   padding: 0;
   font-family: inherit;
   font-size: inherit;
   color: inherit;
   border: none;
   background: none;
   outline: none;
}

a, 
button {
   cursor: pointer;
}

*,
*::before,
*::after {
   box-sizing: border-box;
}
