
*{letter-spacing: -0.5px; box-sizing: border-box;}
.signUpCont{display: flex; flex-direction: column; row-gap: 40px;}


/* 회색, 흰색 공통 */
.signUpCont__vrfyBtn,
.signUpCont__agreeGrp--all,
.signUpCont__form--ipt{border-radius: 9px;}
/* ---------------- */

/* 회색 박스 */
.signUpCont__vrfyBtn,
.signUpCont__agreeGrp--all{background-color:var(--clr_smWhite); border: var(--mix_brdr_btrDkr);}
/* ---------------- */

/* 흰색 박스 */
.signUpCont__form--ipt,
.signUpCont__formBox{background-color:#fff; border: var(--mix_brdr_btrDkr);}
/* ---------------- */

.signUpCont__mnTit{font-weight: 700; color: var(--clr_black_mn); margin-bottom: 6px;}

.signUpCont__sbTxt{font-weight: 400; color: var(--clr_black_ex); word-break: keep-all;}
/* ---------------- */

/* 본인인증 */
.signUpCont__vrfy{
  display: flex; align-items: center; justify-content: center; gap: 24px;
}
.signUpCont__vrfyBtn{
  display: flex; align-items: center; justify-content: center; gap: 12px;
  width: 50%; height: 42px;
  font-weight: 400; color: var(--clr_black_mn);
}
/* ---------------- */

/* 회원정보 */
.signUpCont__formBox{border-radius: 9px; width: 100%;}
.signUpCont__form{width: 100%;}
.signUpCont__form td{padding: 12px 0;}
.signUpCont__form--tit{
  width: 18%; min-width: 100px; word-break: keep-all;
  font-weight: 700; color: var(--clr_black_mn);
  text-align: left; padding-left: 10px; padding-right: 10px;
}

.signUpCont__form--must span{position: relative;}
.signUpCont__form--must span::after{
  content: '*';
  font-weight: 700; color: var(--clr_soft_red);
  position: absolute; top: 0; right: -12px;
}
.signUpCont__form--ipt{
  font-weight: 400; color: var(--clr_black_mn); outline: unset;
  width: 100%; height: 38px;
}
input.signUpCont__form--ipt:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: var(--clr_black_mn) !important;
}
.signUpCont__form--ipt::placeholder{font-weight: 400; color: var(--clr_black_ex);}
.status_disabled{background-color: #eaebeb; color: #888; cursor: unset;}
input.status_disabled:-webkit-autofill{  
  box-shadow: 0 0 0px 1000px #e3e4e6 inset !important;
  -webkit-text-fill-color: #888 !important;
}

#jumin1.signUpCont__form--ipt,
#jumin2.signUpCont__form--ipt{width: 50%;}

.signUpCont__form--flex{display: flex; align-items: center;}
.signUpCont__form--hyphen{font-size: 28px; font-weight: 700; color: var(--clr_black_ex);}
.signUpCont__formBox .msgType{position: absolute; top: 50%; transform: translateY(-50%);}
.signUpCont__formBox .msgType--pst{position: relative; flex: 1;}
.signUpSec .btn_type05{height: 38px;}
.selBox--signUpWrap{display: flex; align-items: center; flex-direction: row; gap: 20px;}
/* ---------------- */

/* 약관동의 */
.signUpCont__agreeGrp{
  display: flex; align-items: center; justify-content: space-between;
}
.signUpCont__agreeGrp:last-child{margin-bottom: unset;}
.signUpCont__agreeGrp--all{margin-bottom: 20px; height: 38px;}
.signUpCont__agreeGrp label{
  display: flex; align-items: center; justify-content: flex-start; gap: 12px;
  font-weight:400; color: var(--clr_black_ex); cursor: pointer
}
.signUpCont__agreeGrp--all label{font-weight:700; color: var(--clr_black_mn);}
.signUpCont__agreeGrp input[type="checkbox"]{
  appearance: none;
  width: 20px; height: 20px; 
  background-color: #fff;
  border: 1px solid #d9d9d9; 
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.signUpCont__agreeGrp input[type="checkbox"]:checked {
  background-color: var(--clr_blue);
  border: var(--brdr_blue);
  background-image: url('/assets/img/com/check.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.signUpCont__agreeGrp--blue{color: var(--clr_blue);}
.agreeGrp__dtl{
  font-size: 14px; font-weight: 400; color: var(--clr_black_ex);
  display: flex; align-items: center; gap: 12px; cursor: pointer;
}
.agreeGrp__dtl span{height: 12px; display: flex;}
.agreeGrp__dtl img{filter: brightness(0) saturate(100%) invert(32%) sepia(2%) saturate(14%) hue-rotate(353deg) brightness(92%) contrast(81%);}


@media all and (max-width:480px) {
  .signUpCont__formBox .msgType_invalid span{display: block;}
  .signUpCont__form td:has(.msgType_invalid span){padding-bottom: 24px;}
  .signUpCont__form td:has(.msgType_invalid.dpNone){padding-bottom: 0;}
  .signUpCont__formBox .msgType_invalid:has(span){bottom: -30px;}
}

@media all and (max-width:767px) {
  .signUpCont{row-gap: 20px;}
  .signUpCont__mnTit{font-size: 15px;}
  .signUpCont__sbTxt{font-size: 14px;}
  .signUpCont__vrfyBtn,
  .signUpCont__agreeGrp--all,
  .signUpCont__form--ipt {padding: 0px 12px;}
  .signUpSec .btn_type05{width: 60px;}

  /* 본인인증 */
  .signUpCont__vrfy{flex-direction: column; row-gap: 12px;}
  .signUpCont__vrfyBtn{width: 100%; font-size: 14px;}
  .signUpCont__vrfyBtn span{height: 18px;}
  .signUpCont__vrfyBtn span img{width: 100%; height: 100%; object-fit: cover;}

  /* 회원정보 */
  .selBox--signUpWrap{row-gap: 10px; flex-direction: column;}
  .signUpCont__form--flex{position: relative;}
  .signUpCont__formBox .signUpCont__form--flex .msgType--pst{position: unset;}
  .signUpCont__formBox .msgType_invalid{top: unset; bottom: -17px; right: 0; transform: unset;}
  .signUpCont__formBox .signUpCont__form--flex .msgType_success{right: 77px;}
  .signUpCont__form td{padding: 10px 0; padding-right: 10px;}  
  .signUpCont__form--tit{font-size: 14px;}
  .signUpCont__form--must span::after{font-size: 13px; right: -10px;}
  .signUpCont__form--ipt{font-size: 14px;}
  .signUpCont__form--ipt::placeholder{font-size: 12px;}
  .signUpCont__form--flex{gap: 5px;}
  .signUpCont__formBox .msgType{font-size: 11px;}

  /* 약관동의 */
  .signUpCont__agreeGrp label{font-size: 14px;}
  .agreeGrp__dtl{font-size: 12px; gap: 6px;}
  .agreeGrp__dtl span{height: 10px;}
  .signUpCont__agreeGrp:not(.signUpCont__agreeGrp--all){margin:0 12px; margin-bottom: 8px;}
  .signUpCont__sbTxt.text-right{text-align: left !important; padding-left: 10px; text-indent:-10px;}
}


@media (min-width: 768px) and (max-width: 1023px) {
  .signUpCont__mnTit{font-size: 16px;}
  .signUpCont__sbTxt{font-size: 15px;}

  .signUpCont__vrfyBtn,
  .signUpCont__agreeGrp--all,
  .signUpCont__form--ipt{padding: 0 15px;}

  /* 본인인증 */
  .signUpCont__vrfyBtn{font-size: 15px;}

  /* 회원정보 */
  .signUpCont__formBox {padding: 20px 40px;}
  .signUpCont__formBox .msgType{right: 15px; font-size: 14px;}
  .signUpCont__form--tit{font-size: 15px;}
  .signUpCont__form--must span::after{font-size: 15px;}
  .signUpCont__form--ipt{font-size: 15px;}
  .signUpCont__form--ipt::placeholder{font-size: 13px;}
  .signUpCont__form--flex{gap: 10px;}

  /* 약관동의 */
  .signUpCont__agreeGrp label{font-size: 15px;}
  .signUpCont__agreeGrp:not(.signUpCont__agreeGrp--all){margin:0 15px; margin-bottom: 10px;}
}

@media all and (min-width:1024px){
  .signUpCont__mnTit{font-size: 18px; line-height:34px;}
  .signUpCont__sbTxt{font-size: 16px; line-height: 19px;}

  .signUpCont__vrfyBtn,
  .signUpCont__agreeGrp--all,
  .signUpCont__form--ipt{padding: 0 20px;}

  /* 본인인증 */
  .signUpCont__vrfyBtn{height: 50px; font-size: 16px; line-height: 19px;}

  /* 회원정보 */
  .signUpCont__formBox{padding: 30px 80px;}
  .signUpCont__form--tit{
    font-size: 16px; line-height: 19px; min-width: 86px;
  }
  .signUpCont__form--must span::after{font-size: 16px;}
  .signUpCont__form--ipt{height:46px;}
  .signUpCont__form--ipt,
  .signUpCont__form--ipt::placeholder{font-size: 16px; line-height: 19px;}
  .signUpCont__form--flex{gap: 15px;}
  .signUpSec .btn_type05{height: 46px;}
  .signUpCont__formBox .msgType{font-size: 16px; line-height: 19px; right: 20px;}

  /* 약관동의 */
  .signUpCont__agreeGrp--all{height: 46px;}
  .signUpCont__agreeGrp label{font-size: 16px; line-height: 19px;}
  .signUpCont__agreeGrp:not(.signUpCont__agreeGrp--all){margin:0 20px; margin-bottom: 12px;}
}

