@charset "utf-8";


*{margin: 0; padding: 0;}
body,html{font-size: 12px; color: #000; font-family: 'SUIT', sans-serif;}
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;}

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

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

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