@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');

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