@font-face {
  font-family: 'Pretendard-400';
  src: url(assets/fonts/c89dc775feed56569658512e47c6f26a.ttf) format('truetype');
  font-weight: normal;
  font-style: 400;
}

@font-face {
  font-family: 'Pretendard-500';
  src: url(assets/fonts/c89dc775feed56569658512e47c6f26a.ttf) format('truetype');
  font-weight: normal;
  font-style: 500;
}

* {
  font-family: 'Pretendard-400', sans-serif;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100vh;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}
.annotation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 15px;
  margin-top: 15px;
  padding: 1em;
  color: #fff;
  border-radius: 0.5em;
  font-size: 1vw;
  line-height: 1.2;
  transition: opacity 0.5s;
  /* min-width: 25%; */
}

.circleMark {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0091aa;
  cursor: pointer;
  transition: all 0.3s;
}

.circleMark.is-active {
  width: 39px;
  height: 39px;
  transition: all 0.3s;
  background: url(assets/images/66d473e53454e5423d4922edff6468b0.png) no-repeat center;
}

/* .box {
  cursor: pointer;
} */
.box .boxInner {
  position: absolute;
  display: flex;
  margin-top: 47px;
  visibility: hidden;
  padding: 15px 50px 15px 15px;
  border-radius: 10px;
  word-break: break-all;
  background: linear-gradient(135deg, #2382e2 0, #00aaac 50%);
  z-index: 100;
  width: 600px;
}

.box .boxInner .title {
  margin-bottom: 22px;
}

.box .boxInner .title strong {
  font-family: 'Pretendard-500';
}

.box .boxInner .list {
  list-style: none;
}

.box .boxInner .list li {
  position: relative;
  padding-left: 20px;
  color: #ffffff;
}

.box .boxInner .list li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 5px;
}

.box .boxClose {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 17px;
  height: 17px;
  border: none;
  font-size: 0;
  background: url(assets/images/4118c5a3e72c4f0a78b6b9b26dee295a.png) no-repeat center;
  cursor: pointer;
}

.box .boxInner .imgWrap {
  margin-left: 20px;
  max-width: 200px;
  flex-shrink: 0;
}

.box .boxInner .imgWrap img {
  width: 100%;
}

.divLog {
  color: red;
  width: 100%;
  height: 50px;
  position: absolute;
}


/*# sourceMappingURL=main.css.map*/