*{margin: 0; padding: 0; box-sizing: border-box; font-family:'pretendard',sans-serif;}
li{list-style: none;}
a{color: inherit; text-decoration: none;}
img, video {
  display: block;
  max-width: 100%;
  height: auto;}

body {
  font-family:'pretendard'sans-serif;
  background: #000;
  color: #fff;
  line-height:1.6;
}

/* 컨테이너 */
.inner{ width:1800px; margin:0 auto; position:relative; }
