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

*{margin: 0; padding: 0; vertical-align: baseline; box-sizing: border-box; }
body {overflow-x: hidden;}
li{list-style: none;}
a{text-decoration: none;}
img{display: block; border: none;}
button{background: none; border: none; cursor: pointer;}
video::-webkit-media-controls { display: none; }
body,section,header,footer,div,nav,h1,h2,h3,h4,h5,h6,p,li,a,address,span{font-family: 'Noto Sans KR', sans-serif; font-size: 18px; font-weight: 400; color: #000;}