.private-relocate {
  display: none;
  position: fixed;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  max-height: 80vh;
  padding: 80px 65px;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.7px;
  box-sizing: border-box;
  background-color: white;
  border: 3px solid #000000;
  overflow-y: auto;
  z-index: 1000;
}

.private-relocate .close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.private-relocate h1 {
  font-size: 34px;
  font-weight: 400;
}

.private-relocate .info {
  margin-top: 30px;
}

.private-relocate .info h2 {
  font-size: 18px;
  font-weight: 700;
}

.private-relocate .info h2 span {
  color: #2DA492;
}

.private-relocate .info p {
  margin-top: 10px;
  font-size: 16px;
}

.private-relocate .info p span {
  font-weight: 700;
  color: #2DA492;
}

.private-relocate .address {
  margin-top: 35px;
}

.private-relocate .address h2 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.private-relocate .address p {
  margin-top: 3px;
  font-size: 16px;
}

.private-relocate .descript {
  padding-top: 20px;
}

.private-relocate .descript p {
  margin-top: 15px;
}

.private-relocate .thank-you {
  padding-top: 20px;
}

.private-relocate .thank-you p {
  margin-top: 15px;
  font-size: 16px;
}