*{ /* 모든태그 */
    margin: 0;
    padding:0;
    line-height:1; /* 줄간격,글높이 */
  }
html, body {
  height: 100%;
  line-height: 1;
}
  h1{
    font-size: 100%; /* 16px */
    font-weight: normal; /* 폰트두께 */
  }
  ul{
    list-style: none; /* 점표시 없앰 */
  }
  a{
    text-decoration: none; 
    color: black;
  }