.login {
  top: 100px;
  right: 120px;
}

@media (max-width: 768px) {
  .login {
    top: 80px;
    right: 40px;
  }

  .login img {
    width: 40px;
  }
}

@media (max-width: 375px) {
  .login {
    right: 50px;
  }

  .login img {
    width: 30px;
  }
}

.title {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.title-left {
  text-align: center;
}

.title-left h1 {
  flex-direction: column;
}

.title-left h1 span:first-child {
  font-size: 36px;
  font-weight: 100;
}

.title-left h1 span:last-child {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 72px;
}

.title-left img {
  width: 340px;
}

@media (max-width: 1024px) {
  .title-left h1 span:first-child {
    font-size: 4vw;
  }

  .title-left h1 span:last-child {
    font-size: 7vw;
  }

  .title-left img {
    width: 33vw;
  }
}

@media (max-width: 375px) {
  .title-left h1 span:first-child {
    font-size: 15px;
  }

  .title-left h1 span:last-child {
    font-size: 26px;
  }

  .title-left img {
    width: 124px;
  }
}


.title-right {
  position: absolute;
  right: 130px;
  top: -20px;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width:1440px) {
  .title-right {
    top: 90px;
  }

}

.title-right,
.title-left h1 {
  display: flex;
}

.title-right .pen {
  width: 40px;
}


.title-right .next {
  width: 50px;
}

.payment-link {
  width: 40%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  transform: translate(-50%);
  background: #f1f1f1;
  color: #333;
  border: 2px solid #616161;
}


@media (max-width: 768px) {
  .title-right {
    top: -80px;
    right: 50px;
  }

  .title-right .pen {
    width: 5.2vw;
  }

  .payment-link {
    width: 60%;
  }
}

@media screen and (max-width:480px) {
  .payment-link {
    width: 80%;
  }
}

@media (max-width: 375px) {
  .title-right {
    right: 60px;
  }

  .title-right .pen {
    width: 15px;
  }

  .title-right .next {
    width: 24px;
  }
}