*{margin: 0; padding: 0; box-sizing: border-box;
font-family: "Noto Sans KR", sans-serif;}
li{list-style: none;}
a{color: inherit; text-decoration: none;}
img, video {
  display: block;
  max-width: 100%;
  height: auto;}

body {
    line-height: 1.6;}

.eng {
  text-transform: uppercase;
  letter-spacing:.05em;
  font-family: "NanumMyeongjo", sans-serif;
}
/* 컨테이너 */
.inner{ width:1600px; margin:0 auto; position:relative; }