@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");

* {
  touch-action: pan-x pan-y;
}
.title {
  margin-top: 5%;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-weight: 700;
  font-size: 2em;
  color: rgb(0, 111, 202);
}
.hr1 {
  margin-bottom: 5%;
  width: 3.5%;
  height: .3em;
  background-color: #929292;
  border: none;
}
.tree {
  width: 100%;
  height: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.tree img {
  width: 70%;
  min-width: 500px;
}
.outer .tree a {
  font-weight: 600;
}
.outer .tree {
  border-bottom: .125em solid rgb(0, 140, 255);
}