@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);


*{margin: 0; padding: 0; box-sizing: border-box;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none; display: block;}
div{display: block;}
button{background: none; border: none; cursor: pointer;}

body, section, div,footer, nav, li, p, h1,h2,h3,h4,h5,h6,address,a,span{
    font-family: 'Noto Sans KR', sans-serif; font-weight: 400; }