@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'S-CoreDream-3Light', sans-serif;
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font: 16px 'S-CoreDream-3Light', sans-serif;
    color: #181B1E;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.row{
    max-width: 1300px;
    margin: 0 auto;
}