@charset "utf-8";
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
@font-face {
    font-family: 'Tenada';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Tenada.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

*{margin: 0; padding: 0;}
body,html{font-size: 12px; color: #000; font-family: 'Pretendard';}
h1,h2,h3,h4,h5,h6{font-size: 100%; }
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;}

body {
            cursor: url('../image/cursor.png'), auto;
        }

#wrap{overflow: hidden;
      min-width: 1400px;
	  max-width: 1920px;
	  margin: 0 auto;}

html::-webkit-scrollbar {
    width: 3px;
}
html::-webkit-scrollbar-track {
    background:#000;

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