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

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100vh;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mb10-r {
    margin-bottom: 0 !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  align-items: center;
}

.j-c {
  justify-content: center;
}

.normal {
  font-weight: normal;
}

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

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100vh;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mb10-r {
    margin-bottom: 0 !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  align-items: center;
}

.j-c {
  justify-content: center;
}

.normal {
  font-weight: normal;
}

.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: -100px;
  flex-direction: column;
  align-items: center;
}
.title-right .pen {
  width: 40px;
}
.title-right .next {
  width: 50px;
}
@media (max-width: 768px) {
  .title-right {
    top: -50px;
    right: 50px;
  }
  .title-right .pen {
    width: 5.2vw;
  }
}
@media (max-width: 375px) {
  .title-right {
    right: 60px;
  }
  .title-right .pen {
    width: 15px;
  }
  .title-right .next {
    width: 24px;
  }
}/*# sourceMappingURL=style.css.map */