@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}
body{
    font:13px "Noto Sans KR", sans-serif;
    color: #333;
    background: #000;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
