html {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica
              Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
              Apple Chancery;
}
.canvas {
  text-align: center;
}

#myCanvas {
  position: relative;
  width:"1180";
  height:"530";
  margin: auto;
  background-color: rgb(0, 0, 0);
  padding: 10px;
}

/* 메뉴 햄버거 아이콘 */
img.list {
  margin: 25px;
  width: 50px;
}
.arrow {
  width: 1200px;
  margin: auto;
}

img.leftarrow {
  /* 좌우반전 */
  transform:rotate(90deg); 
          -moz-transform: scaleX(-1); 
          -o-transform: scaleX(-1); 
          -webkit-transform: scaleX(-1); 
          transform: scaleX(-1);   
          filter: FlipH;
          -ms-filter: "FlipH";
  position: relative;
  width: 50px;
  padding: 25px;
  left: -100px;
  top: -340px;
}

  /* 하단바 */
.menubar {
  margin: auto;
  margin-top: -75px;
  width: 1200px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  border: 2px solid;
  border-color: rgb(0, 0, 0);
  border-radius: 10px;    
}

/* 하단바 원 */
.circle {
  position: relative;
  background-color: rgb(0, 0, 0);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: -23px;
  left: 1080px;
}

.menulist {
  text-align: center;
  margin: auto;
  margin-top: 4px;
  width: 1200px;
}

.menu {
  text-decoration-line: none;
  color: rgb(31, 17, 42);
  letter-spacing :1px; /* 자간 조절 */
  margin: 60px;
  font-size: 15px;
}