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

*{
   margin,padding,border,outline,:0;
     vertical-align:top:
    }
   html,body{
  
      height:100%;
  
    }
  
  hr{
  
  display:none;
  
  }   
  ul{
  list-style:none;
  }
  
  h1,h2,h3,h4,h5,h6{
  
    font-weight:bold;
  
    /*! font-size:normal; */
  
  }
  
  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;
   }
  
   
  *{ 
    margin: 0;
    padding: 0;
    line-height: 1;
    /*! display: none; */
  }
  h1{
    font-size: 100%;
    font-weight: normal; 
  }
  a{
    color: black;
    text-decoration: none;
  }