body {
  padding:0;
}

.background {
  display: none;
}

main {
  max-width:100%;
  padding:0;
}

.map-page {
  position: relative;
  width: 1600px;
}

.map-base {
  display: block;
}

.llm {
  padding: 1rem 2rem 2rem 2rem;
}

.llm-container {
  position:fixed;
  left:50%;
  transform:translateX(-50%);
}

.llm-container.unstick {
  position:fixed;
  bottom:1rem;
}

li:first-child {
  display:none;
}

.num.one {
  left: 741px;
  bottom: 299px;
}

.num.two {
  left: 711px;
  bottom: 631px;
}

.num.three {
  left: 786px;
  top: 140px;
}

.num img {
  min-width:200px;
}

.num.one img {
  top:-280px;
}

.num.two img {
  right:-210px;
}

.num.three img {
  bottom:-280px;
}