@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* 기본 */
*{margin: 0; padding: 0;}
body,html{font-size: 12px; color: #000; font-family:'Pretendard','MalgunGothic',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;
	  max-width: 1920px;
	  min-width: 1400px;
	  margin: 0 auto;}

/* html::-webkit-scrollbar {
    width: 6px;
}
html::-webkit-scrollbar-track {
    background:#333;

}
html::-webkit-scrollbar-thumb {
    background-color: #034f28;
	border-radius:100px;
} */
