/*********************************
            회원가입
**********************************/
.signin {
  width: 100%;
}
.signin__inner {
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  padding: 90px 0;
}
.signin__title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000f24;
  margin-bottom: 20px;
  text-align: center;
}
.signin__det {
  margin-bottom: 40px;
  text-align: center;
  color: var(--primary);
  font-size: 14px;
}
.sns_join_wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.sns_join_wrap li a {
  margin: 0 5px;
  display: block;
  height: 50px;
  line-height: 50px;
}
.sns_join_wrap li img {
  width: 100%;
}
.essential__text {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: #bc00ff;
  display: flex;
  align-items: flex-start;
}
.essential__text::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color:var(--primary);
  display: inline-block;
  margin-left: 4px;
}
.signin__row {
  width: 100%;
  margin-top: 10px;
}
.signin__row .input_wrap {
  margin-bottom: 10px;
}
.signin__row .input_wrap label,
.signin__row > p {
  display: flex;
  font-weight: 700;
  margin-bottom: 15px;
}
.signin__row .input_wrap label span {
  margin-left: 5px;
  color: var(--color-red);
}

.signin__row input[type="text"],
.signin__row input[type="password"],
.signin__row input[type="number"],
.signin__row input[type="file"],
.signin__row select {
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 3px;
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  height:initial !important;
  color: #333;
}
.signin__row input::placeholder {
  color: #a5a5a5;
}
.signin__row input:focus {
  outline: none;
  border: 1px solid #333;
}
.input-phone {
  position: relative;
}
.signin__row .input-phone > input[type="text"] {
  margin-bottom: 0;
}
.input-phone2 {
  margin-top: 10px;
  display: none;
}
input[type="text"].chk-time {
  margin-left: 10px;
  width: 100px;
  border: none;
  padding: 0;
  font-size: 16px;
}
.send-code__btn {
  width: calc(23.23% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: var(--primary);
  border-radius: 3px;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
}
.input-address {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.input-address input[type="text"] {
  width: calc(74.84% - 5px);
  margin-bottom: 0;
}
.email-send input[type="text"] {
  width: calc(74.84% - 5px);
}
#emailChk {
  width: calc(74.84% - 5px);
}
.search-address__btn {
  width: calc(23.23% - 5px);
  padding: 15px;
  box-sizing: border-box;
  background-color:var(--color-grn);
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.gender__radio {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
.gender__radio input[type="radio"] {
  display: none;
}
.gender__radio label {
  width: 50%;
  padding: 14px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-radius: 3px 0px 0px 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.gender__radio input[type="radio"]:checked + label {
  background-color:var(--color-grn);
  color: #fff;
  border: 1px solid #bc00ff;
}
.interest__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 20px;
}
.interest-radio input[type="radio"] {
  display: none;
}
.interest-radio input[type="radio"] + label {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
}
.interest-radio input[type="radio"] + label span {
  display: inline-block;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("/images/member/radio-icon.svg") 0 0px no-repeat;
  cursor: pointer;
}

.interest-radio input[type="radio"]:checked + label span {
  background: url("/images/member/radio-chk-icon.svg") 0 0px no-repeat;
}
.interest__wrap.join {
  margin-top: 20px;
  margin-bottom: 40px;
}
.agree__wrap {
  margin-top: 50px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.agree__row {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.terms__link {
  color: #949494;
  margin-left: 20px;
}
.agreeAll__wrap {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.agreeAll__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  letter-spacing: 0px;
}
.agreeAll__row > label {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  margin-top: -2px;
}
.agreeAll__row > span {
  font-size: 12px;
  color: #333333;
  margin-top: 4px;
}
.signin__btn {
  display: block;
  margin-top: 40px;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  background-color:var(--primary);
  border:none;
  color: #ffffff;
  font-size:18px;
	font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', AppleGothic, sans-serif;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}

/*********************************
                로그인
**********************************/
.login__form {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.find__info {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.find__info a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0px;
  color: #333333;
}
.login__btn {
  margin-top: 0;
}
.sns__login {
  width: 100%;
}
.sns__btn {
  margin-top: 10px;
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-weight: bold;
}
/*******************
    find id
********************/
.find-id > form > p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  color: #777777;
  margin: 20px 0;
}
