@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@font-face {
    font-family: 'Cafe24ClassicType';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Cafe24ClassicType-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
.c24{font-family: 'Cafe24ClassicType';  font-weight: normal; letter-spacing: -0.06em;}
.en{font-family: 'Outfit', sans-serif;}

body,html{font-size: 12px; color: #2e2e2e; font-family: 'Wanted Sans Variable', sans-serif;}
#wrap{overflow: hidden; min-width: 1400px; max-width: 1920px; margin: 0 auto; letter-spacing: -0.04em;}

*{margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;}
p{letter-spacing: -0.05em;}
ol,ul{list-style: none;} 
a{color: inherit; text-decoration: none;}
img{vertical-align: bottom;}
address{font-style: normal;}
table{border-collapse: collapse;}
button{border: none; background: transparent;}

html::-webkit-scrollbar {
    width: 7px;
}
html::-webkit-scrollbar-track {
    background:#2e2e2e;

}
html::-webkit-scrollbar-thumb {
    background-color: #753bf7;
	border-radius:100px;
}

::selection {
  background: #753bf7;
  color: #fff; 
}