/*********************************
            회원가입
**********************************/
.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;
}















.signUp-wrap {
    width: 100%;
    height: 100%;
}

.signUp-wrap .signUp {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.signUp-wrap .signUp .signUp-box {
    max-width: 440px;
    width: 100%;
    /* max-height: calc(100vh - 100px); */
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 42px 62px;
    /* overflow: auto; */
}

.signUp-wrap .profile {
    width: 100px;
    height: 100px;
    background: rgba(248, 249, 251, 1);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.signUp-wrap .profile a {
    width: 42px;
    height: 42px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    outline: none;
    border: none;
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signUp-input-box {
    box-sizing: border-box;
}

.signUp-input-box .input-box:not(:last-child) {
    margin-bottom: 24px;
}

.input-box label.field .labels {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    position: relative;
}

.input-box label.field .labels:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: var(--primary);
    position: absolute;
    top: 8px;
    left: -12px;
    border-radius: 50%;
}



.input-box label.field input[type="text"], , .input-box label.field textarea {
    font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', AppleGothic, sans-serif;
}

.input-box label.field input[type="text"],.input-box label.field input[type="date"],.input-box label.field select,.input-box label.field textarea {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}

.input-box label.field input[type="password"] {
    width: 100%;
    padding:16px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}

.input-box label.field > .insert.flex__ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-box label.field > .insert.flex__ .dep1 {
    width: calc(100% - 106px);
}

.input-radio {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.input-radio input.radio {
    left: -9999px;
    width: 0;
    height: 0;
}

.input-radio input.radio+label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.input-radio input.radio:checked+label {
    background: var(--primary);
    color: #fff;
}

.myinfo-edit {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(9, 15, 22, 0.10);
    padding: 42px;
    box-sizing: border-box;
}

.myinfo-edit .signUp-wrap .signUp {
    margin: 0;
}

.myinfo-edit .signUp-wrap .signUp .signUp-box {
    max-width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
}

.myinfo-edit .signUp-wrap .profile {
    left: 42px;
    margin-bottom: 40px;
}

.signUp-wrap .signUp .signUp-box .signUp-notice {
    font-size: 0.875rem;
    color: rgba(112, 112, 112, 1);
    margin-top: 12px;
}

.signUp-wrap .signUp .signUp-box .signUp-notice span {
    font-size: 1rem;
    vertical-align: middle;
    color: var(--primary);
}

.signUp-wrap .signUp .signUp-box .summitBtn {
    display: block;
    width: 100%;
    border: 1px solid var(--primary);
    background: var(--primary);
    padding: 14px 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    margin-top: 42px;
    box-sizing: border-box;
}

.signTop-notice {
    font-size: 0.875rem;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 40px 0 20px;
}

.eqDot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--primary);
    border-radius: 50%;
}

.signUp-agree {
    margin-top: 24px;
}

.signUp-agree p {
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.agreerow .agree-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.agreerow .agree-wrap > div {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 24px;
}

.agreerow .agree-wrap > div label {
    color: #333;
}

.more-link {
    color: #878787;
}

.more-link:hover {
    text-decoration: underline;
}
label{display:block}