* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0; padding:0;
}

body { font-family:"Pretendard", sans-serif; color:#1a1a1a; }
h1, h3 { font-family:"Pretendard", sans-serif; margin:0; }
a { cursor:pointer !important; }
a:hover, a:focus { text-decoration:none; }
ul { list-style:none; }
p { margin:0; }