@charset "utf-8";

.sign-in {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.login-info,
.login-info2 {
  background: #f7f7f7;
  padding: 15px;
  display: flex;
  gap: 0 12px;
  align-items: center;
  min-height: 103px;
  margin-top: 0px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.login-info img {
  width: 44px;
}
.login-info p {
  font-size: 13px;
  color: #000;
  line-height: 19px;
  letter-spacing: -0.02em;
}
.login-info p strong {
  color: #e14658;
}
.login-info2 p strong {
  color: #007bff;
}
.normal-sign-in__input-wrap {
  margin-bottom: 12px;
}
.input-field {
  border-color: #e5e5e5;
  border-radius: 5px;
  overflow: visible;
}
.input-field--md {
  height: 50px;
}
.input-field--md input {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-inline: 10px;
  font-weight: 400;
}
.input-field--md input::placeholder {
  color: #888;
  font-weight: 300;
}
.form-check--sm {
  gap: 0 5px;
}
.form-check--sm span {
  font-weight: 500;
  font-size: 12px;
}
.form-check--sm input[type="checkbox"] {
  border: 0;
  width: 16px;
  height: 16px;
  background: url(../assets/img/sub/icon_check.png) no-repeat center / 16px;
}
.form-check--sm input[type="checkbox"]:checked {
  background: url(../assets/img/sub/icon_check_on.png) no-repeat center / 16px;
}
.normal-sign-in button {
  font-size: 15px;
  min-height: 50px;
  margin-top: 27px;
}
.normal-sign-in .sign-in-link {
  margin-top: 12px;
}
.normal-sign-in .sign-in-link__item {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 0 24px;
}
.normal-sign-in .sign-in-link__item::after {
  background: #bbb;
  height: 8px;
  top: 3px;
}

.open-id-sign-in {
  border-top: 1px solid #e5e5e5;
  padding-top: 0;
  text-align: center;
  margin-top: 44px;
}
.open-id-sign-in .open-id-sign-in__title {
  display: inline-block;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff;
  transform: translateY(-13px);
}
.open-id-sign-in .open-id-sign-in__title span {
  font-size: 19px;
  font-weight: 600;
}
.open-id-sign-in__list {
  margin-top: 2px;
}
.open-id-sign-in__item {
  margin-top: 10px;
}
.open-id-sign-in__item:first-child {
  margin-top: 0;
}
.open-id-sign-in__item button {
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  min-height: 50px;
}
.open-id-sign-in__item.type-naver button {
  background-color: #00c300;
  gap: 0 10px;
}
.open-id-sign-in__item.type-naver .ico {
  width: 18px;
  height: 18px;
  background: url(../assets/img/sub/icon_naver.png) no-repeat center / 18px;
}
.guest-order-form {
  border: 0;
  margin-top: 0;
  padding-top: 35px;
}
.guest-order-form__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 16px;
}
.guest-order-form .btn-group {
  margin-top: 16px;
  margin-bottom: 30px;
}
.guest-order-form .btn-group .btn {
  background: #000;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  border-color: #000;
}
