@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


* { 
font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

*{margin: 0; padding: 0;}
body,html{font-size: 12px; font-family: 'Noto Sans KR', sans-serif; color: #000;}
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;
	  margin: 0 auto;}



