@charset "UTF-8";

*{margin: 0; padding: 0; box-sizing: border-box;}

ul{list-style: none;}
img{vertical-align: top; border: 0;}
a{text-decoration: none; color: inherit;}
/* input{border: none;} */

body{
    color: #1a1a1a;
    font-family: "Noto Sans KR" , sans-serif;
}
