.btn-arrow {
  background: url(../../img/ico_arrow-right.svg) no-repeat center right;
}

.hero--bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../../img/login_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 50vh;
  text-align: center;
  border-radius: 0 0 50px 50px;
}
.hero--bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.hero--bg > * {
  position: relative;
  z-index: 2;
  color: white;
}
.hero__logo-img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 50%;
  margin: 0;
  z-index: 2;
}
.hero__desc {
  width: 100%;
  position: absolute;
  top: calc(40% + 40px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
  margin: 0;
}
.hero__no-login {
  position: absolute;
  left: 50%;
  bottom: 22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 15px;
  font-weight: 400;
  padding-right: 17.5px;
  z-index: 2;
  margin: 0;
}

.social {
  margin-top: 80px;
  padding-bottom: 30px;
}
.social__desc {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #B5B5B5;
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 30px;
}
.social__btn {
  position: relative;
  width: 100%;
  height: 54px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.social__btn--kakao {
  background: #FEE500;
  color: #191600;
}
.social__btn--naver {
  background: #09B556;
  color: #fff;
}
.social__btn--google {
  background: #FCFCFC;
  color: #191600;
}
.social__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 26px;
  display: block;
}
.social__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.hero__logo-img {
  max-width: 170px;
}/*# sourceMappingURL=login.css.map */