@charset "utf-8";
/* CSS Document */

*{
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  outline:0;
  }
html,body{
   height:100%;
}
hr{
display:none;
}   
ul{
list-style:none;
}

h1,h2,h3,h4,h5,h6{
  font-weight:normal;
  font-size:100%;

}

img{
 max-width:100%;
 border:none;
}
 
a{
 text-decoration:0;color:#000;
 }
 
table{
   border-collapse:collapse;
   border-spacing:0;
  }
 
input,select{
 vertical-align:middle;
 }
 
body{
 font-family:'NanumGothicWeb','돋움'; font-size:100%; line-height:1;
 }
 
i,em,address{
 font-style:normal;font-weight:normal;
 }

h1{
  font-size: 100%;
  font-weight: normal; 
}
a{
  color: black;
  text-decoration: none;
}