@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;}

ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

div.main {
    padding: 61.6px 0 0 0;
}

html { overflow: overlay;}

::-webkit-scrollbar{
    width: 10px;
    background-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb{  
    background: rgba(100, 100, 100,1);
    border-radius: 10px;
}

::-webkit-scrollbar-track{

}
