@charset "UTF-8";

body{
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #ffffff;
    color:#000000;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    overflow-x: hidden; 
    margin-bottom: 72px;
 }
 
table, th, td { margin:0px; border:0px; padding:0px; border-collapse:collapse; font-family:"Dotum"; font-size:12px; color:#555; -webkit-text-size-adjust:100%; }
address,cite,code,em{font-style:normal;font-weight:normal;}


a{
     color:#000000;
     text-decoration:none;
}

ul,
li { 
   margin: 0; 
   padding: 0;
}

li{
   list-style:none; 
}

h1,h2{
    margin: 0;
    line-height: 1;
    font-weight:normal;
}
h1{  
     font-size:30px;  
 }

h2{
    font-size:24px; 
}


