@charset "utf-8";

/* Font Ko*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


/* Reset */
*{margin: 0; padding: 0; box-sizing: border-box}
li{list-style: none}
a{text-decoration: none; color: inherit;}
img{vertical-align: top; max-width: 100%}
button{cursor: pointer;}
body{font-family:'Pretendard', sans-serif; font-size: 18px; font-weight: 500; line-height: 100%; color: #fff; background-color: #161616;}


.wrap::-webkit-scrollbar {width: 4px;}
.wrap::-webkit-scrollbar-thumb {background: rgba(60, 151, 255, 0.5); border-radius: 10px;}
.wrap::-webkit-scrollbar-track {background: rgba(60, 151, 255, 0.1);} 