@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('/assets/font/pretendard.css');
@import url('/assets/font/roboto.css');

/* reset */
body{
    -ms-overflow-style: none;
    margin: 0;
    height: 100%;
}
body::-webkit-scrollbar{
    display:none;
    height: 100%;
}
main {
    width: 100vw;
    height: auto;
}
*{ 
    margin:0;  
	padding:0;
    border: 0;
    list-style: none;
    /* font-family: 'Pretendard','Noto Sans KR', sans-serif; */
    font-family: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    font-style: normal;
    text-decoration:none;
    outline:0;
    letter-spacing: 0;
    box-sizing: border-box;
}
ol,ul, li, em, a, h2, hr, p, h3, h1, h4, h5, input, select, textarea{ 
    list-style: none;
    /* font-family: 'Pretendard','Noto Sans KR', sans-serif; */
    font-family: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    font-style: normal;
    text-decoration:none;
    outline:0;
}
img { border:0;}
a {color: #191919;}

button, html [type="button"] {-webkit-appearance: none;}