*{
   /* font-family: 'Pretendard-Regular';
   src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'); */
   font-weight: 400;
   font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
 ul, ol{
    list-style: none;
 }  

 *::after *::before{box-sizing: border-box; display: block;}
 a{
    text-decoration: none;
    color: inherit
 }

*::-webkit-scrollbar{
   display: none;
 }

 a,img{
   display: block;
 }

 button,input,select,option{
    border-radius: 0; 
    border: 0px;
    background-color: rgba(0,0,0,0);
    display: block;
 }

 #wrapper{
    max-width: 1920px;
    min-width: 300px;
    overflow: hidden;
    margin: 0 auto;

}