/* BASIC css start */
/* ============================================================
   join.css
   ▸ 일반 회원가입 / 회원정보변경 (#join)
   ▸ 회원가입 약관동의 (#terms)
   ▸ 개인정보 동의 내역 (탭 내부)
   ▸ 아이디 중복체크 (#idCheck)
   ▸ BtoB 사업자정보 (조건부 섹션)
============================================================ */

/* ══════════════════════════════════════
   공통 — 탭 (회원정보변경 전용)
══════════════════════════════════════ */
#join .member-tab-wrap { margin-bottom: 28px; }
#join .member-tab-wrap ul {
  display: flex;
  list-style: none;
  margin: 0; padding: 0;
  border-bottom: 2px solid var(--border, #e2e8f0);
}
#join .member-tab-wrap ul li {
  flex: 1; float: none; width: auto;
  padding: 0; margin: 0; border: none;
}
#join .member-tab-wrap ul li a {
  display: block;
  padding: 13px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted, #94a3b8);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color .15s, border-color .15s;
}
#join .member-tab-wrap ul li.on a,
#join .member-tab-wrap ul li a:hover {
  color: var(--navy, #0C025B);
  border-bottom-color: var(--navy, #0C025B);
}

/* ══════════════════════════════════════
   #join 래퍼
══════════════════════════════════════ */
#join .page-body {
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0 60px;
  font-family: var(--font, 'Pretendard', 'Noto Sans KR', sans-serif);
  color: var(--text, #1a1a2e);
  box-sizing: border-box;
}

/* ── 폼 섹션 카드 ── */
#join .form-wrap {
  width: 100%;
  margin-top: 12px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}
#join .form-wrap h3.form-title {
  margin: 0;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text, #1a1a2e);
  background: var(--bg-soft, #f8fafc);
  border-bottom: 1px solid var(--border, #e2e8f0);
  cursor: pointer;
  letter-spacing: -.2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#join .form-wrap h3.form-title::after {
  content: '▲';
  font-size: 10px;
  color: var(--text-muted, #94a3b8);
  transition: transform .2s;
}
#join .form-wrap h3.form-title.off::after {
  transform: rotate(180deg);
}
#join .form-wrap h3.form-title strong {
  display: block;
  background-image: none;
}
#join .form-wrap .inner { padding: 20px 24px 24px; }

/* ── 폼 리스트 — 2열 그리드 ── */
#join .form-wrap ul.form-list {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
#join .form-wrap ul.form-list li {
  margin-top: 0;
  font-size: 15px;
}
/* 주소, 회사주소 — 전체 너비 */
#join .form-wrap ul.form-list li:has(.mb-10),
#join .form-wrap ul.form-list li:has(input[id*="zip"]),
#join .form-wrap ul.form-list li:has(.btn-sms-auth) {
  grid-column: 1 / -1;
}
#join .form-wrap ul.form-list li label:first-child {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text, #1a1a2e);
  letter-spacing: -.2px;
}
#join .form-wrap ul.form-list li label span { color: #ef4444; margin-left: 2px; }

/* ── 인풋 ── */
#join .form-wrap ul.form-list li .normal-input {
  display: inline-block;
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 8px;
  font-size: 15px;
  font-family: var(--font, 'Pretendard', sans-serif);
  color: var(--text, #1a1a2e);
  background: var(--bg, #fff);
  outline: none;
  box-sizing: border-box;
  transition: border-color .15s, box-shadow .15s;
}
#join .form-wrap ul.form-list li .normal-input:focus {
  border-color: var(--navy, #0C025B);
  box-shadow: 0 0 0 3px rgba(12,2,91,.07);
}
#join .form-wrap ul.form-list li .normal-input::placeholder { color: var(--text-muted, #94a3b8); }
#join .form-wrap ul.form-list li .normal-input.error { border-color: #ef4444; }

/* ── 너비 클래스 ── */
#join .form-wrap ul.form-list li .w116 { width: 116px; }
#join .form-wrap ul.form-list li .w160 { width: 160px; }
#join .form-wrap ul.form-list li .w170 { width: 170px; }
#join .form-wrap ul.form-list li .w240 { width: 240px; }

/* ── select ── */
#join .form-wrap ul.form-list li .MS_select {
  width: 100%; height: 46px;
  padding: 0 14px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 8px;
  font-size: 15px;
  font-family: var(--font, 'Pretendard', sans-serif);
  color: var(--text, #1a1a2e);
  background: var(--bg, #fff);
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}
#join .form-wrap ul.form-list li .MS_select::-ms-expand { display: none; }

/* ── 인풋 + 버튼 조합 ── */
#join .form-wrap ul.form-list li .check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
#join .form-wrap ul.form-list li .check input { flex: 1; }
#join .form-wrap ul.form-list li .check .btn-check { flex-shrink: 0; }
#join .form-wrap ul.form-list li .check .btn-check a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 18px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-sub, #64748b);
  text-decoration: none;
  background: var(--bg-soft, #f8fafc);
  white-space: nowrap;
  transition: all .15s;
}
#join .form-wrap ul.form-list li .check .btn-check a:hover {
  border-color: var(--navy, #0C025B);
  color: var(--navy, #0C025B);
}

/* ── 에러 메시지 ── */
#join .form-wrap ul.form-list li p.error-msg {
  margin-top: 6px; font-size: 13px; color: #ef4444;
}
#join .form-wrap ul.form-list li p.msg {
  margin-top: 6px; font-size: 12px; color: var(--text-muted, #94a3b8);
}
#join .form-wrap ul.form-list .MK_ok_confirm { color: var(--navy, #0C025B); }
#join .form-wrap ul.form-list li .mb-10 { margin-bottom: 8px; }

/* ── radio / checkbox ── */
#join .form-wrap ul.form-list li .MS_radio,
#join .form-wrap ul.form-list li .MS_checkbox {
  width: 16px; height: 16px;
  accent-color: var(--navy, #0C025B);
  cursor: pointer;
}

/* ── SNS 연동 ── */
#join .form-wrap ul.form-list.sns-wrap { margin-top: 0; }
#join .form-wrap ul.form-list.sns-wrap li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  margin-top: 8px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 8px;
  background: var(--bg, #fff);
  font-size: 14px;
}
#join .form-wrap ul.form-list.sns-wrap li span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 120px;
  color: var(--text-sub, #64748b);
  font-size: 13px;
}
#join .form-wrap ul.form-list.sns-wrap li strong { margin-left: 12px; font-size: 13px; }
#join .form-wrap ul.form-list.sns-wrap li a {
  font-size: 13px;
  color: var(--navy, #0C025B);
  text-decoration: underline;
}
#join .form-wrap ul.form-list.sns-wrap li .cut {
  position: absolute; right: 16px; top: 50%;
  transform: translateY(-50%);
  background: transparent;
}

/* ── 본인인증 ── */
.auth-confirm .auth-info {
  margin-top: 16px; font-size: 14px;
  line-height: 1.7; color: var(--text-sub, #64748b);
}
.auth-confirm .btnArea {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px;
}
.auth-confirm .btnArea a {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  width: 100px; height: 100px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 10px; font-size: 13px;
  color: var(--text, #1a1a2e);
  text-decoration: none; gap: 8px;
  transition: all .15s;
}
.auth-confirm .btnArea a:hover {
  border-color: var(--navy, #0C025B);
  color: var(--navy, #0C025B);
}

/* ── 만 14세 ── */
#join .user_age_wrap { margin-top: 20px; }
#join .user_age_wrap .label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; color: var(--text-sub, #64748b); cursor: pointer;
}

/* ── 제출/동의 버튼 ── */
#join .btn-join,
#join .btn-agree { margin-top: 28px; }
#join .btn-join a,
#join .btn-agree a {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 52px;
  background: var(--navy, #0C025B);
  color: #fff; border-radius: 10px;
  font-size: 16px; font-weight: 800;
  text-decoration: none; transition: background .15s;
}
#join .btn-join a:hover,
#join .btn-agree a:hover { background: #0a0149; }

/* ── 레이어 팝업 ── */
.pop-layer-agree {
  position: fixed; left: 0; top: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,.45); z-index: 9999;
}
.pop-layer-agree .layer-wrap {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: 90%; max-width: 560px; max-height: 80vh;
  padding: 0 28px 24px;
  background: var(--bg, #fff);
  border-radius: 12px; overflow-y: auto;
}
.pop-layer-agree .layer-wrap h3 {
  padding: 20px 0 16px; font-size: 16px; font-weight: 700;
  color: var(--text, #1a1a2e);
  border-bottom: 1px solid var(--border, #e2e8f0);
}
.pop-layer-agree .layer-wrap p {
  padding: 16px 0; font-size: 14px; line-height: 1.7;
  color: var(--text-sub, #64748b);
}
.pop-layer-agree .layer-wrap .agree-chk { padding: 16px 0 0; }
.pop-layer-agree .layer-wrap .agree-chk label {
  font-size: 14px; color: var(--text, #1a1a2e);
  cursor: pointer; display: flex; align-items: center; gap: 8px;
}
.pop-layer-agree .layer-wrap .agree-chk input {
  width: 15px; height: 15px;
  accent-color: var(--navy, #0C025B);
}

/* ══════════════════════════════════════
   #terms — 약관동의 / 개인정보 동의 내역
══════════════════════════════════════ */
#terms {
  padding-bottom: 60px;
}
#terms .page-body {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 80px;
  font-family: var(--font, 'Pretendard', 'Noto Sans KR', sans-serif);
  color: var(--text, #1a1a2e);
  box-sizing: border-box;
}
#terms fieldset { border: none; padding: 0; margin: 0; }
#terms fieldset legend { display: none; }

/* ── 페이지 타이틀 ── */
#terms .cateTit_v2.join {
  padding-bottom: 12px;
  border-bottom: 2px solid var(--text, #1a1a2e);
  margin-bottom: 28px;
}
#terms .cateTit_v2.join .title {
  font-size: 22px; font-weight: 800;
  color: var(--text, #1a1a2e); font-style: normal;
}

/* ── 섹션 제목 ── */
#terms .new-privercy-contract h3,
#terms h4.tit {
  font-size: 15px; font-weight: 700;
  color: var(--text, #1a1a2e);
  letter-spacing: -.02em;
  margin: 32px 0 10px;
  position: relative;
  padding: 10px 16px;
  background: #eef0f4;
  border-left: 3px solid #8896a8;
  border-radius: 0 6px 6px 0;
}
#terms .new-privercy-contract h3:first-child { margin-top: 0; }
#terms .new-privercy-contract h3 strong { color: var(--navy, #0C025B); }
#terms .new-privercy-contract h3.w-normal {
  font-weight: 400; color: var(--text-sub, #64748b); font-size: 14px;
}
#terms .new-privercy-contract h3 .check { position: absolute; top: 0; right: 0; }

/* ── textarea ── */
#terms .new-privercy-contract,
.new-privercy-contract {
  width: 100% !important; max-width: 100% !important; box-sizing: border-box;
}
#terms .privercy-contract,
.privercy-contract {
  width: 100% !important; max-width: 100% !important;
  margin-bottom: 10px; box-sizing: border-box;
}
#terms .privercy-contract textarea,
.privercy-contract textarea {
  width: 100% !important; max-width: 100% !important;
  height: 180px !important;
  padding: 14px 16px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 10px;
  background: #fff;
  font-size: 13px;
  font-family: var(--font, 'Pretendard', sans-serif);
  color: var(--text-sub, #64748b);
  line-height: 1.7; resize: vertical; box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(12,2,91,.04);
}

/* ── 약관 탭 ── */
.privercy-contract-tap { height: auto; margin-bottom: 0; }
.privercy-contract-tap ul {
  display: flex; list-style: none; padding: 0; margin: 0;
  border-bottom: 2px solid var(--border, #e2e8f0);
}
.privercy-contract-tap ul li a {
  display: block; padding: 9px 14px;
  font-size: 13px; font-weight: 600;
  color: var(--text-muted, #94a3b8);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px; transition: all .15s; white-space: nowrap;
}
.privercy-contract-tap ul li.sel a,
.privercy-contract-tap ul li a:hover {
  color: var(--navy, #0C025B);
  border-bottom-color: var(--navy, #0C025B);
}

/* ── 동의 체크 ── */
#terms .privercy-agree {
  margin: 10px 0 24px;
  display: flex; flex-wrap: wrap; gap: 14px;
  padding: 14px 18px;
  background: #eef0f4;
  border-radius: 8px;
  border: 1px solid #c8d0dc;
}
#terms .privercy-agree label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  color: var(--text, #1a1a2e); cursor: pointer;
}
#terms .privercy-agree label strong { color: var(--navy, #0C025B); }
#terms .privercy-agree input[type="checkbox"],
#terms .privercy-agree input[type="radio"] {
  width: 16px; height: 16px;
  accent-color: var(--navy, #0C025B);
  cursor: pointer; flex-shrink: 0;
}
#terms .privercy-chk { margin-top: 8px; text-align: right; }
#terms .privercy-chk label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600;
  color: var(--text, #1a1a2e); cursor: pointer;
}
#terms .privercy-chk input {
  width: 15px; height: 15px; accent-color: var(--navy, #0C025B);
}

/* ── 전체동의 (#chkwrap) ── */
#chkwrap {
  border: 1px solid #c8d0dc;
  border-radius: 12px; background: #fff;
  overflow: hidden; margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
/* 전체동의 버튼 영역 */
#chkwrap .all-chk {
  height: auto; padding: 16px 22px;
  font-size: 15px; font-weight: 700;
  color: #1a1a2e;
  background: #eef0f4;
  border-bottom: 1px solid #c8d0dc;
  display: flex; align-items: center; gap: 10px; line-height: 1.4;
  cursor: pointer;
  transition: background .15s;
}
#chkwrap .all-chk:hover { background: #e2e6ec; }
#chkwrap .all-chk .input-cbox {
  width: 18px; height: 18px;
  accent-color: var(--navy, #0C025B);
  cursor: pointer; flex-shrink: 0;
}
#chkwrap .cont { padding: 18px 22px; }
#chkwrap .cont ul {
  display: flex; flex-direction: column; gap: 12px;
  padding-bottom: 0; list-style: none;
}
#chkwrap .cont ul::after { display: none; }
#chkwrap .cont ul li {
  float: none; width: 100%;
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500;
  color: #2d3748;
  line-height: 1.5;
  padding: 10px 14px;
  background: #f8f9fb;
  border: 1px solid #dde1e8;
  border-radius: 8px;
}
#chkwrap .cont ul li input[type="checkbox"] {
  width: 16px; height: 16px;
  accent-color: var(--navy, #0C025B);
  cursor: pointer; flex-shrink: 0;
}
#chkwrap .cont ul li a {
  display: inline-flex; align-items: center; justify-content: center;
  height: auto; padding: 3px 10px;
  font-size: 11px; font-weight: 600;
  color: #4a5568;
  border: 1px solid #c8d0dc;
  border-radius: 4px; background: #fff;
  text-decoration: none; transition: all .15s;
  line-height: 1.5 !important; margin-left: auto; flex-shrink: 0;
}
#chkwrap .cont ul li a:hover {
  border-color: var(--navy, #0C025B); color: var(--navy, #0C025B);
}
#chkwrap .cont strong { color: #1a1a2e; font-weight: 700; }
#chkwrap .cont label { font-weight: 600; cursor: pointer; }
#chkwrap .cont .marketing {
  padding: 14px 0 0;
  border-top: 1px dashed #c8d0dc;
  margin-top: 14px;
}
#chkwrap .cont .marketing .mk-wrap {
  height: auto; line-height: 1.5;
  display: flex; align-items: center; gap: 8px; padding: 8px 14px;
  background: #f8f9fb; border: 1px solid #dde1e8; border-radius: 8px;
}
#chkwrap .cont .marketing .mk-wrap input {
  width: 16px; height: 16px; accent-color: var(--navy, #0C025B);
}

/* ── 약관 테이블 ── */
#terms .tbl {
  width: 100%; border-collapse: collapse;
  border-top: 2px solid var(--text, #1a1a2e);
  margin-bottom: 12px;
}
#terms .tbl caption { display: none; }
#terms .tbl th {
  padding: 11px 12px; font-size: 13px; font-weight: 700;
  color: var(--text-sub, #64748b);
  background: var(--bg-soft, #f8fafc);
  border-bottom: 1px solid var(--border, #e2e8f0);
  text-align: center;
}
#terms .tbl td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--border, #e2e8f0);
  font-size: 14px; color: var(--text, #1a1a2e); background: #fff;
}

/* ── 개인정보 테이블 ── */
#terms .contract-tbl {
  width: 100%; border-collapse: collapse; margin-bottom: 20px;
  border-radius: 10px; overflow: hidden;
  border: 1px solid var(--border, #e2e8f0);
  box-shadow: 0 2px 8px rgba(12,2,91,.04);
}
#terms .contract-tbl th,
#terms .contract-tbl td {
  border-bottom: 1px solid var(--border, #e2e8f0);
  border-right: 1px solid var(--border, #e2e8f0);
  padding: 13px 14px; font-size: 14px; text-align: center;
}
#terms .contract-tbl th:last-child,
#terms .contract-tbl td:last-child { border-right: none; }
#terms .contract-tbl tr:last-child th,
#terms .contract-tbl tr:last-child td { border-bottom: none; }
#terms .contract-tbl th {
  background: #e8ebf0;
  font-weight: 700; color: #2d3748;
}
.pop-layer-agree .layer-wrap .contract-tbl th,
.pop-layer-agree .layer-wrap .contract-tbl td {
  border: 1px solid var(--border, #e2e8f0);
  padding: 10px 12px; font-size: 13px; text-align: center;
}
.pop-layer-agree .layer-wrap .contract-tbl th {
  background: var(--bg-soft, #f8fafc);
  font-weight: 700; color: var(--text-sub, #64748b);
}

/* ── 동의/거부 버튼 ── */
.btn-agree { margin-top: 32px; }
.btn-agree a,
#terms .page-body .btn-agree a {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 52px;
  background: var(--navy, #0C025B); border-radius: 10px;
  color: #fff; font-size: 16px; font-weight: 800;
  text-decoration: none; transition: background .15s;
}
.btn-agree a:hover { background: #0a0149; }

#terms .btn-foot {
  margin-top: 24px; text-align: center;
  display: flex; justify-content: center; gap: 8px;
}
#terms .btn-foot a {
  display: inline-flex; align-items: center; justify-content: center;
}
#terms .btn-foot a img { display: none; }
#terms .btn-foot a:first-child::after {
  content: '동의합니다';
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px; padding: 0 28px;
  border-radius: 8px; font-size: 14px; font-weight: 700;
  background: var(--navy, #0C025B); color: #fff;
  border: 1.5px solid var(--navy, #0C025B);
}
#terms .btn-foot a:last-child::after {
  content: '거부합니다';
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px; padding: 0 28px;
  border-radius: 8px; font-size: 14px; font-weight: 700;
  background: #fff; color: var(--text-sub, #64748b);
  border: 1.5px solid var(--border, #e2e8f0);
}
#terms .btn-foot a:first-child:hover::after { background: #0a0149; border-color: #0a0149; }
#terms .btn-foot a:last-child:hover::after {
  border-color: var(--navy, #0C025B); color: var(--navy, #0C025B);
}

/* ── form-wrap (#terms 내부) ── */
#terms .form-wrap {
  width: 100%; margin-top: 20px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 12px; overflow: hidden; box-sizing: border-box;
}
#terms .form-wrap h3.form-title {
  margin: 0; padding: 16px 22px;
  font-size: 14px; font-weight: 700;
  color: var(--text, #1a1a2e);
  background: var(--bg-soft, #f8fafc);
  border-bottom: 1px solid var(--border, #e2e8f0);
  cursor: pointer;
}
#terms .form-wrap h3.form-title strong {
  display: block; background-image: none;
}
#terms .form-wrap fieldset { padding: 16px 22px; }


/* ── 전체동의 버튼 ── */
#chkwrap .all-chk .btn-all-agree {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 20px;
  background: var(--navy, #0C025B);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font, 'Pretendard', sans-serif);
  cursor: pointer;
  transition: background .15s, transform .1s;
  white-space: nowrap;
  flex-shrink: 0;
}
#chkwrap .all-chk .btn-all-agree:hover { background: #0a0149; }
#chkwrap .all-chk .btn-all-agree:active { transform: scale(.97); }
#chkwrap .all-chk .btn-all-agree.is-agreed {
  background: #4a5568;
}
#chkwrap .all-chk .btn-all-agree.is-agreed:hover { background: #2d3748; }

.btm-msg {
  padding-top: 20px; font-size: 13px;
  color: var(--text-muted, #94a3b8); line-height: 1.8;
}

/* ══════════════════════════════════════
   #idCheck — 아이디 중복체크 팝업
══════════════════════════════════════ */
#idCheck {
  padding: 36px 28px;
  text-align: center;
  font-family: var(--font, 'Pretendard', sans-serif);
}
#idCheck .msg {
  font-size: 15px; font-weight: 600;
  color: var(--text, #1a1a2e);
  margin-bottom: 22px; line-height: 1.6;
}
#idCheck .btns { margin-top: 4px; }
#idCheck .btns a {
  display: inline-flex; align-items: center; justify-content: center;
  height: 42px; padding: 0 32px;
  background: var(--navy, #0C025B);
  color: #fff; border-radius: 8px;
  font-size: 14px; font-weight: 700;
  text-decoration: none; transition: background .15s;
}
#idCheck .btns a:hover { background: #0a0149; }
#idCheck .btns img { display: none; }

/* ══════════════════════════════════════
   반응형
══════════════════════════════════════ */

/* ══════════════════════════════════════
   #join 내부 #terms — 중첩 구조 보정
   (개인정보 동의 내역 탭)
══════════════════════════════════════ */
#join #terms .form-wrap {
  margin-top: 20px;
}
#join #terms .form-wrap .new-privercy-contract {
  padding: 20px 24px 24px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
#join #terms .form-wrap fieldset {
  border: none; padding: 0; margin: 0;
}
/* btn-agree는 #join 레벨에서 margin-top 확보 */
#join > .page-body > .btn-agree {
  margin-top: 24px;
}


/* ── 성별 "선택안함" 숨김 ── */
#join .form-wrap ul.form-list li .MS_gender_none,
#join .form-wrap ul.form-list li label[for*="none"],
#join .form-wrap ul.form-list li .gender-none { display: none !important; }

/* MakeShop 성별 라디오 — 첫번째(선택안함) 숨김 */
#join .form-wrap ul.form-list li input[type="radio"]:first-of-type { display: none !important; }

/* 성별 li 내 input-wrap / label-gender 구조 대응 */
#join .form-wrap ul.form-list li .label-gender:first-of-type { display: none !important; }
#join .form-wrap ul.form-list li .input-wrap:first-child { display: none !important; }

@media (max-width: 767px) {
  #join .page-body { padding: 20px 16px 60px; max-width: 100%; }
  #join .form-wrap .inner { padding: 14px 16px 18px; }
  #join .form-wrap ul.form-list { grid-template-columns: 1fr; gap: 12px; }
  #join .form-wrap ul.form-list li:has(.mb-10),
  #join .form-wrap ul.form-list li:has(.btn-sms-auth) { grid-column: 1; }
  #join .form-wrap ul.form-list li .w116,
  #join .form-wrap ul.form-list li .w160,
  #join .form-wrap ul.form-list li .w170,
  #join .form-wrap ul.form-list li .w240 { width: 100%; }
  #join .member-tab-wrap ul li a { font-size: 12px; padding: 11px 0; }
  #terms .page-body { max-width: 100%; }
  #chkwrap .cont ul li { min-width: 100%; }
  .privercy-contract-tap ul { flex-wrap: wrap; }
  .privercy-contract-tap ul li a { padding: 7px 10px; font-size: 12px; }
}
@media (max-width: 480px) {
  #join .page-body { padding: 16px 12px 40px; }
}
/* BASIC css end */

