@charset "utf-8";

*{
margin: 0;
padding: 0;
box-sizing: border-box
}

a{
color: inherit;
text-decoration: none
}

li{
list-style: none
}
body {

  line-height: 1.3;
  text-align: center;

}

.width1400{
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 3%;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard;
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


html, body, a{
    font-family: 'Pretendard';
    letter-spacing: -0.3px
}




html::-webkit-scrollbar
{
    width: 12px;   
}
html::-webkit-scrollbar-thumb{
   background-color: #b1b1b1;  
}
html::-webkit-scrollbar-track{
    background-color: #f3f3f3;   
}


