@charset "utf-8";
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');

*{margin: 0; padding: 0;}
body,html{font-size: 18px; color: #000; font-family: 'Pretendard'; letter-spacing: -1px;}
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;
	  margin: 0 auto;}


