@charset "utf-8";


* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,body {
    width:100%;
    height:100%;
}

ul li, ol li {
    list-style:none;
}

html {
    font-size:22px;
    font-family: 'Pretendard'; 
    font-weight:300;  
    letter-spacing:-0.3px;
}



a {
    text-decoration:none;
    
}


::-webkit-scrollbar {
    display:none;
} */

@font-face {
    font-family: 'LINESeedKR-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'LINESeedKR-Rg';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'LINESeedKR-Th';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Th.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,body {
    width:100%;
    height:100%;
}

ul li, ol li {
    list-style:none;
}

html {
    font-size:20px;
    font-family: "LINESeedKR-Rg", sans-serif;
    font-weight:400;  
    letter-spacing:-0.5px;
}

body {
    /* background:#12141b; */
}

a {
    text-decoration:none;
}


::-webkit-scrollbar {
    display:none;
}

