/* 회원가입 */
.joinArt {
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.joinHr {
  border-top: 1px dotted var(--borderLine);
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 5px 0 0 0;
}

.joinList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.joinDivTit {
  color: var(--titColor);
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 30px;
}

/* 입력창 항목 */
.inputBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 0.875rem;
}
.inputTit {
  height: 25px;
  color: var(--titColor);
  font-weight: 500;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.inputText {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.textInput input[type=text] {
  flex: 1;
  height: 40px;
  border-radius: 5px;
  border: none;
  background-color: var(--borderBack);
  border: 1px solid var(--borderLine);
  padding: 0 10px;
}

.textInput {
  width: 100%;
  display: flex;
}

/* 아이디 */
.idInput {
  gap: 7px;
}
.idInput input {
  flex: 0;
  width: 90%;
}

.idCheckBtn {
  width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor);
  border-radius: 5px;
  flex-shrink: 0;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
}


/* 비밀번호 */
.passwordText {
  flex-direction: column;
  align-items: start;
}

.passwordInputs {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid var(--borderLine);
  border-radius: 5px;
  background-color: var(--borderBack);
  padding: 0 5px;
}
.passwordInputs input {
  flex: 1;
  height: 40px;
  border: none;
  padding: 0 5px;
  border-radius: 5px;
  background-color: transparent;
}

.eyeBox {
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.eyeBox > div {
  width: 20px;
  height: 20px;
}
.eyeOnBox {
  display: none;
}

.joinPsTxt {
  font-size: 0.8125rem;
  color: var(--txtGColor);
  font-weight: 500;
}

/* 아이디 값 체크 */
.idCheckTxt {
  font-size: 0.875rem;
  display: none;
}

.idCheckNot {
  color: var(--redColor);
  font-weight: 500;
  display: none;
}
.idCheckOk {
  color: var(--blueColor);
  font-weight: 500;
  display: none;
}

/* 비밀번호 체크 */
.pwCheck {
  display: none;
}

.pwCheckNot {
  color: var(--redColor);
  font-weight: 500;
}

/* 비밀번호 확인 체크 */
.pwSameCheck {
  display: none;
}

/* 사업자등록번호 */
.numInputText {
  gap: 5px;
  align-items: center;
}

.numInputText input {
  width: 30%;
  height: 40px;
  text-align: center;
  border: 1px solid var(--borderLine);
  background-color: var(--borderBack);
  border-radius: 4px;
  font-size: 0.875rem;
}

.bizText {
  flex-direction: row;
  gap: 7px;
}

.bizCheckBtn {
  width: 65px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor);
  color: white;
  font-weight: 600;
  border-radius: 5px;
}

/* 이메일 */
.emailText {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  width: 100%;
}

.emailTop {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.emailText > input {
  flex: auto !important;
}

/* 주소 */
.addressText {
  flex-direction: column;
}

.addrBox {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.addrBtn {
  width: 70px;
  height: 40px;
  background-color: var(--mainColor);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
}

.addrTop input {
  width: 80%;
}

.fileInputs {
  display: flex;
  align-items: center;
  gap: 7px;
}

.fileInputs input {
  width: 80%;
  height: 40px;
  border: 1px solid var(--borderLine);
  background-color: var(--borderBack);
  border-radius: 5px;
  line-height: 40px;
  padding: 0 10px;
  color: var(--txtColor);
}

.fileInputs input[type=file]::file-selector-button {
  display: none;
}

.fileInputs label {
  width: 70px;
  height: 40px;
  background-color: var(--mainColor);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  flex-shrink: 0;
  font-weight: 600;
  border-radius: 5px;
}

/* 담당자 인증 */
.certText {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
}

.certText .textRead {
  width: 80%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--borderLine);
  background-color: var(--borderBack);
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: var(--txtColor);
  font-weight: 600;
}

.certBtn {
  width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor);
  border-radius: 5px;
  color: white;
  font-weight: 600;
}

.numInputText .textRead {
  width: 30%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--borderLine);
  background-color: var(--borderBack);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--txtColor);
  font-weight: 600;
}

.nextBtn {
  margin: 20px 0 0 0;
  background: linear-gradient(to bottom, #FF7B00, #FF9F45);
  color: white;
  border: none;
}

button {
  border: none;
}

button:disabled {
  background: var(--disabledBack);
}

/* 약관 팝업 */
.addClausePopArt {
  max-width: 800px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  /* display: flex; */
  align-items: end;
  display: none;
}

.addPopBox {
  width: 100%;
  background-color: white;
  border-radius: 10px 10px 0 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popClauseList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popClauseAllBtn {
  height: 45px;
  border: 1px solid var(--borderLine);
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 5px;
  font-size: 0.875rem;
  color: var(--txtGColor);
  font-weight: 500;
}

.popClauseAllBtn input[type=checkbox] {
  appearance: none;
  width: 16px;
  height: 16px;
  background-image: url(/img/icon/radioOff.png);
  background-size: cover;
}
.popClauseAllBtn input[type=checkbox]:checked {
  background-image: url(/img/icon/radioOn.png);
}
.popClauseAllBtn label {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.popClauseAllBtn:has(input[type=checkbox]:checked) {
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  font-weight: 600;
}

.popClauseBtn {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--borderLine);
  border-radius: 5px;
  padding: 0 10px;
  font-size: 0.875rem;
  color: var(--txtColor);
  font-weight: 500;
}

.popClauseArrow {
  width: 24px;
  height: 24px;
}

.clauseListBox {
  display: none;
}
.clauseListBox.on {
  display: flex;
  position: fixed;
}

.clauseText {
  height: 350px;
  background-color: var(--borderBack);
  border-radius: 5px;
  padding: 10px;
  font-size: 0.875rem;
  color: var(--txtColor);
  font-weight: 500;
  overflow-y: auto;
}

.addClausePopArt .bottomBtns {
  width: 100%;
}
.addClausePopArt .nextBtn {
  width: 100%;
  margin: 0;
}

@supports (display: contents) {
  .joinArt > form#orgJoinForm {
    display: contents;
  }
}

.popClausePs {
  font-size: 0.8125rem;
  color: #666;
  font-weight: 600;
}


