@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Pretendard', 'Malgun Gothic', sans-serif;
  background: #ffffff;
  color: #222;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.member-shell {
  min-height: 100vh;
}

.member-topbar {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #efefef;
}

.member-brand {
  font-size: 28px;
  font-weight: 700;
  color: #101010;
  letter-spacing: -0.04em;
}

.member-topnav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.member-topnav a {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.member-topnav a.is-strong {
  border-color: #101010;
  color: #101010;
}

.flash-stack {
  width: min(1280px, calc(100% - 40px));
  margin: 20px auto 0;
}

.flash-message {
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  color: #333;
  font-size: 14px;
}

.flash-success {
  border-color: #d9eadf;
  background: #f5fbf7;
}

.flash-error {
  border-color: #f0d9d9;
  background: #fff8f8;
}

.member-page {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.member-classic-page {
  padding-bottom: 80px;
}

.contents {
  background: #fff;
}

.member_agree {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}

.member_agree h2 {
  margin: 45px 0 35px;
  color: #101010;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5;
}

.member_agree h2 span {
  display: inline-block;
  margin-left: 8px;
  color: #a6a6a6;
  font-size: 15px;
  font-weight: 400;
}

.join_title_with_group .main_color {
  color: #00b8ff;
}

.member_agree .step_check {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 37px;
}

.member_agree .step_check > div {
  display: table-cell;
  vertical-align: top;
}

.member_agree .member_allcheck {
  padding: 32px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  overflow: hidden;
  margin-bottom: 10px;
}

.member_agree .member_allcheck .txt {
  float: left;
  width: calc(100% - 320px);
  color: #4e4e4e;
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 1.6;
}

.member_agree .member_allcheck .allcheck_action {
  float: right;
  width: 300px;
  text-align: right;
}

.member_agree .title {
  padding: 20px 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.member_agree .txtinfo {
  border: 1px solid #e9e9e9;
  background: #fafafa;
  padding: 25px;
}

.agreement_scroll {
  max-height: 250px;
  overflow: auto;
  color: #555;
  font-size: 14px;
  line-height: 1.9;
  white-space: pre-wrap;
}

.agreement_action {
  padding: 17px 0;
  text-align: right;
}

.agreement_action_last {
  overflow: hidden;
  margin-bottom: 30px;
}

.marketing_options {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.classic_sns_box {
  clear: both;
  margin: 0 0 10px;
  padding: 32px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}

.classic_sns_box_icon {
  float: left;
  margin: 10px 30px 0 0;
}

.classic_sns_box_icon a {
  display: inline-block;
  margin-left: 8px;
}

.classic_sns_box_copy {
  overflow: hidden;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.9;
}

.join_group_button {
  text-align: center;
  padding: 70px 0 80px;
}

.join_group_button_title {
  margin-bottom: 18px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.join_group_button table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 14px;
}

.join_group_button td {
  width: 250px;
  vertical-align: top;
}

.group_submit_placeholder {
  visibility: hidden;
}

.group_submit_button {
  width: 100%;
  min-height: 132px;
  padding: 24px 18px;
  border: 1px solid #dadada;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  cursor: pointer;
  transition: all 0.2s ease;
}

.group_submit_button:hover {
  border-color: #00b8ff;
  box-shadow: 0 10px 24px rgba(0, 184, 255, 0.12);
  transform: translateY(-2px);
}

.group_submit_button strong {
  display: block;
  margin-bottom: 10px;
  color: #101010;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.group_submit_button_image {
  display: block;
  margin-bottom: 12px;
}

.group_submit_button_image img {
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.group_submit_button span {
  display: block;
  color: #777;
  font-size: 13px;
  line-height: 1.7;
}

.classic-error {
  margin: 10px 0 0;
}

.error-text {
  color: #d00000;
  font-size: 14px;
  line-height: 1.7;
}

.happy_membder_join_form {
  width: 100%;
  border-top: 1px solid #eaeaea;
  table-layout: fixed;
  border-collapse: collapse;
}

.happy_membder_join_form th {
  width: 200px;
  height: 70px;
  padding-left: 20px;
  border-bottom: 1px solid #e9e9e9;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: left;
  vertical-align: middle;
}

.happy_membder_join_form td {
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1px;
  vertical-align: middle;
}

.happy_member_join_form_title {
  position: relative;
  display: inline-block;
  padding-left: 0;
}

.happy_member_icon_check {
  position: absolute;
  top: 10px;
  left: -15px;
}

.happy_member_icon_check img {
  width: 8px;
  height: 8px;
}

.h_form {
  position: relative;
}

.join_input_s,
.join_select_s,
.join_input_e_01,
.join_input_e_02,
.join_select_e,
.join_select_p,
.join_input_p_01,
.join_input_p_02,
.join_select_r,
.join_input_r_01,
.join_input_r_02,
.join_input_a_01,
.join_input_a_02,
.join_input_a_03,
.date_input,
.phone_input,
.phone_code_input,
.nickname_input {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #222;
  font-size: 14px;
  vertical-align: middle;
}

.join_input_s,
.phone_input {
  width: 260px;
}

.join_input_e_01,
.join_input_e_02,
.join_select_e,
.join_select_p,
.join_input_p_01,
.join_input_p_02,
.join_select_r,
.join_input_r_01,
.join_input_r_02 {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #222;
  font-size: 14px;
  vertical-align: middle;
}

.join_input_e_01,
.join_input_e_02 {
  width: 180px;
}

.join_select_e {
  width: 160px;
}

.join_select_p {
  width: 84px;
}

.join_input_p_01,
.join_input_p_02 {
  width: 90px;
}

.join_select_r {
  width: 140px;
}

.join_input_r_01 {
  width: 180px;
}

.join_input_r_02 {
  width: 420px;
}

.nickname_input {
  width: 320px;
}

.join_select_s {
  min-width: 160px;
}

.date_input {
  width: 200px;
}

.join_input_a_01 {
  width: 140px;
}

.join_input_a_02 {
  width: 360px;
}

.join_input_a_03 {
  width: 260px;
}

.inline_action_button {
  margin-left: 6px;
}

.join_dash,
.email_at_mark {
  display: inline-block;
  padding: 0 6px;
  color: #666;
  vertical-align: middle;
}

.phone_verify_row {
  margin-top: 10px;
}

.phone_code_input {
  width: 180px;
}

.classic_address_row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.classic_address_row.second {
  margin-top: 5px;
}

.seller-road-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.seller-road-row.second {
  margin-top: 6px;
}

.check_txt,
.guide_txt {
  display: inline-block;
  margin-left: 8px;
  color: #888;
  font-size: 13px;
  line-height: 1.6;
  vertical-align: middle;
}

.phone_verify_row + .guide_txt,
.classic_address_row + .guide_txt {
  display: block;
  margin-top: 8px;
  margin-left: 0;
}

.guide_txt.error,
.check_txt.error {
  color: #d00000;
}

.guide_txt.success,
.check_txt.success {
  color: #0b7e54;
}

.guide_txt.no-margin {
  margin-left: 0;
}

.file_upload_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.file_upload_box .h_btn_st2 {
  min-width: 72px;
  width: 72px;
  height: 36px;
  padding: 0 10px;
  line-height: 34px;
  font-size: 13px;
}

.file_delete_button {
  margin-left: 0;
}

.file_delete_button[hidden] {
  display: none !important;
}

.file_upload_box .guide_txt.no-margin {
  flex-basis: 100%;
  margin-top: 2px;
  margin-left: 0;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1.5;
}

.file_preview {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 6px;
}

.file_preview[hidden] {
  display: none !important;
}

.file_preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seller_textarea {
  width: 100%;
  min-height: 150px;
  padding: 12px;
  border: 1px solid #d8d8d8;
  resize: vertical;
}

.classic_form_actions {
  margin: 20px 0 80px;
  text-align: center;
}

.h_btn_b,
.h_btn_st1,
.h_btn_st2 {
  display: inline-block;
  min-width: 120px;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #444;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.h_btn_st1 {
  border-color: #00b8ff;
  background: #00b8ff;
  color: #fff;
}

.h_btn_st2 {
  min-width: 96px;
  height: 40px;
  line-height: 38px;
  background: #fafafa;
  font-size: 14px;
}

.h_btn_b:hover,
.h_btn_st1:hover,
.h_btn_st2:hover {
  opacity: 0.92;
}

.classic_back_button {
  margin-left: 5px;
}

.h_form .h-check,
.h_form .h-radio {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}

.h_form .h-check:first-child,
.h_form .h-radio:first-child {
  margin-left: 0;
}

.h_form .h-check input[type='checkbox'],
.h_form .h-radio input[type='radio'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.h_form .h-check span,
.h_form .h-radio span {
  vertical-align: text-top;
  line-height: 1.2;
  color: #333;
}

.h_form .h-radio input[type='radio'] + span::before,
.h_form .h-check input[type='checkbox'] + span::before {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: 1px;
  vertical-align: text-top;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
}

.h_form .h-radio input[type='radio'] + span::before {
  border-radius: 50%;
}

.h_form .h-check input[type='checkbox'] + span::before {
  border-radius: 0.3em;
}

.h_form .h-radio input[type='radio']:checked + span::before {
  background-color: #00b8ff;
  background-image: url('/membership/assets/images/radio_on.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.h_form .h-check input[type='checkbox']:checked + span::before {
  background-color: #00b8ff;
  background-image: url('/membership/assets/images/check_on.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.check_margin_font20 input[type='checkbox'] + span::before {
  margin-top: 2px;
}

.check_margin_font20 span {
  font-size: 20px;
  font-weight: 500;
}

.check_margin_font14 span {
  font-size: 14px;
}

.completion_agree {
  padding-bottom: 40px;
}

.completion_box {
  padding: 70px 40px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  text-align: center;
}

.completion_box strong {
  display: block;
  margin-bottom: 18px;
  color: #101010;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.completion_box p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.9;
}

.auth-page {
  padding: 40px 0 80px;
}

.auth-card {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 32px;
}

.auth-copy,
.auth-form-card {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 32px;
}

.auth-copy h1 {
  margin: 0 0 18px;
  color: #101010;
  font-size: 34px;
  letter-spacing: -0.04em;
}

.auth-copy p {
  color: #777;
  line-height: 1.9;
}

.auth-benefits {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.auth-benefits li {
  margin-bottom: 10px;
  color: #555;
}

.auth-form-head h2 {
  margin: 0 0 8px;
  color: #101010;
  font-size: 24px;
}

.auth-form-head p {
  margin: 0 0 18px;
  color: #777;
  line-height: 1.7;
}

.stack-form {
  display: grid;
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field > span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.form-field input {
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.form-field small {
  color: #d00000;
  font-size: 13px;
}

.btn {
  display: inline-block;
  min-width: 120px;
  padding: 0 22px;
  height: 44px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #444;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}

.btn-primary {
  border-color: #00b8ff;
  background: #00b8ff;
  color: #fff;
}

.btn-outline,
.btn-secondary,
.btn-ghost {
  background: #fff;
  color: #444;
}

.btn-block {
  width: 100%;
}

.auth-actions {
  margin-top: 18px;
  color: #777;
  font-size: 14px;
  line-height: 1.8;
}

.auth-actions a {
  color: #00b8ff;
  font-weight: 500;
}

.inline-alert {
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid #f0d9d9;
  background: #fff8f8;
  color: #d00000;
  font-size: 14px;
}

.inline-alert.success {
  border-color: #cce8dc;
  background: #f2fbf6;
  color: #18794e;
}

.inline-alert.notice {
  border-color: #d7e2f6;
  background: #f5f8ff;
  color: #315a9f;
}

.auth-actions--quiet {
  margin-top: 14px;
  color: #8a8a8a;
  font-size: 13px;
}

.auth-action-stack {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.auth-action-stack a {
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  background: #fff;
  color: #222;
}

.auth-action-stack a:hover {
  border-color: #111827;
}

.auth-action-stack strong {
  font-size: 15px;
  line-height: 1.3;
}

.auth-action-stack span {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

.auth-action-stack--secondary {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #edf0f4;
}

.recovery-auth-card {
  grid-template-columns: minmax(0, 1fr) 460px;
}

.recovery-copy {
  background: #fbfcfd;
}

.recovery-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border: 1px solid #dce6ee;
  border-radius: 999px;
  color: #3b6578;
  font-size: 12px;
  font-weight: 700;
}

.recovery-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}

.recovery-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #e0e4ea;
  border-radius: 8px;
  background: #fff;
  color: #4b5563;
  font-size: 15px;
  font-weight: 700;
}

.recovery-tabs a.is-active {
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.recovery-result {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  background: #f7fafc;
}

.recovery-result strong {
  color: #111827;
  font-size: 18px;
}

.recovery-result p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.recovery-result span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  width: max-content;
  max-width: 100%;
  padding: 0 12px;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-weight: 800;
}

.recovery-result small {
  color: #315a9f;
  font-size: 12px;
  line-height: 1.5;
}

/* Login page: standalone layout so account recovery links do not inherit legacy text flow. */
.page-member-login {
  background: #f5f7fa;
}

.page-member-login .member-topbar {
  border-bottom: 0;
}

.auth-page--login {
  padding: 40px 0 90px;
}

.login-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 28px;
  align-items: stretch;
}

.login-intro-panel,
.login-form-panel {
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  background: #fff;
}

.login-intro-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  padding: 42px;
  background: #171717;
  color: #fff;
}

.login-eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 22px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #f7c86a;
  font-size: 12px;
  font-weight: 800;
}

.login-intro-panel h1 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.18;
}

.login-intro-panel p {
  max-width: 520px;
  margin: 18px 0 0;
  color: #d7d9dd;
  font-size: 17px;
  line-height: 1.75;
}

.login-highlight-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 42px;
}

.login-highlight-item {
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.login-highlight-item strong,
.login-highlight-item span {
  display: block;
}

.login-highlight-item strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.login-highlight-item span {
  margin-top: 8px;
  color: #c6c9ce;
  font-size: 13px;
  line-height: 1.55;
}

.login-form-panel {
  padding: 34px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.login-form-head {
  margin-bottom: 24px;
}

.login-form-head span {
  display: block;
  margin-bottom: 8px;
  color: #e04f5f;
  font-size: 12px;
  font-weight: 900;
}

.login-form-head h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.25;
}

.login-form-head p {
  margin: 10px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
}

.login-form {
  display: grid;
  gap: 16px;
}

.login-field {
  gap: 9px;
}

.login-field > span {
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
}

.login-field input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #d7dce4;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  outline: 0;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.login-field input:focus {
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.1);
}

.login-submit-button {
  width: 100%;
  min-height: 52px;
  margin-top: 2px;
  border: 0;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: background-color 0.16s ease, transform 0.16s ease;
}

.login-submit-button:hover {
  background: #e04f5f;
  transform: translateY(-1px);
}

.login-helper-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}

.login-helper-grid a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  padding: 12px 10px;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  background: #fbfcfd;
  color: #111827;
  text-align: center;
}

.login-helper-grid a:hover {
  border-color: #e04f5f;
  background: #fff7f8;
}

.login-helper-grid strong {
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
}

.login-helper-grid span {
  margin-top: 6px;
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.login-admin-hint {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid #edf0f4;
  color: #747b86;
  font-size: 13px;
  line-height: 1.6;
}

.login-admin-hint a {
  color: #111827;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .login-shell {
    grid-template-columns: 1fr;
  }

  .login-intro-panel {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .auth-page--login {
    padding: 24px 0 70px;
  }

  .login-intro-panel,
  .login-form-panel {
    padding: 24px;
  }

  .login-intro-panel h1 {
    font-size: 32px;
  }

  .login-highlight-list,
  .login-helper-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .member-topbar,
  .member-page,
  .flash-stack {
    width: calc(100% - 24px);
  }

  .auth-card {
    grid-template-columns: 1fr;
  }

  .member_agree .member_allcheck .txt,
  .member_agree .member_allcheck .allcheck_action {
    float: none;
    width: 100%;
    text-align: left;
  }

  .member_agree .member_allcheck .allcheck_action {
    margin-top: 18px;
  }
}

@media (max-width: 820px) {
  .member-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .member-topnav {
    width: 100%;
  }

  .join_group_button table,
  .join_group_button tbody,
  .join_group_button tr,
  .join_group_button td {
    display: block;
    width: 100%;
  }

  .join_group_button table {
    border-spacing: 0;
  }

  .join_group_button td {
    margin-bottom: 12px;
  }

  .group_submit_placeholder {
    display: none;
  }

  .happy_membder_join_form,
  .happy_membder_join_form tbody,
  .happy_membder_join_form tr,
  .happy_membder_join_form th,
  .happy_membder_join_form td {
    display: block;
    width: 100%;
  }

  .happy_membder_join_form th {
    height: auto;
    padding: 16px 0 8px 20px;
    border-bottom: 0;
  }

  .happy_membder_join_form td {
    padding: 0 0 16px;
  }

  .happy_member_icon_check {
    top: 8px;
  }

  .join_input_s,
  .nickname_input,
  .phone_input,
  .phone_code_input,
  .join_input_e_01,
  .join_input_e_02,
  .join_select_e,
  .join_select_p,
  .join_input_p_01,
  .join_input_p_02,
  .join_select_r,
  .join_input_r_01,
  .join_input_r_02,
  .join_input_a_01,
  .join_input_a_02,
  .join_input_a_03,
  .join_select_s,
  .date_input {
    width: 100%;
  }

  .inline_action_button,
  .classic_back_button {
    margin-left: 0;
    margin-top: 8px;
  }

  .classic_address_row,
  .phone_verify_row,
  .seller-road-row {
    display: block;
  }

  .classic_address_row .h_btn_st2,
  .phone_verify_row .h_btn_st2,
  .seller-road-row .h_btn_st2 {
    margin-top: 8px;
  }

  .check_txt,
  .guide_txt {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }

  .classic_sns_box_icon {
    float: none;
    margin: 0 0 20px;
  }

  .classic_form_actions .h_btn_b,
  .classic_form_actions .h_btn_st1 {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }
}

/* Modern membership join start page. */
.page-join-start {
  background:
    linear-gradient(180deg, #f6f8fb 0%, #ffffff 48%, #f4f7f6 100%);
  color: #101828;
}

.page-join-start .member-shell {
  min-height: 100vh;
}

.page-join-start .member-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  padding: 14px max(28px, calc((100vw - 1360px) / 2 + 28px));
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-join-start .member-brand {
  color: #0f172a;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
}

.page-join-start .member-topnav {
  gap: 8px;
}

.page-join-start .member-topnav a {
  min-height: 38px;
  padding: 0 14px;
  border-color: #dbe4ee;
  border-radius: 8px;
  background: #ffffff;
  color: #475467;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}

.page-join-start .member-topnav a:hover {
  border-color: #0f766e;
  color: #0f766e;
}

.page-join-start .member-topnav a.is-strong {
  border-color: #101828;
  background: #101828;
  color: #ffffff;
}

.member-join-start-page {
  width: min(1360px, calc(100% - 56px));
  padding: 36px 0 96px;
}

.member-join-start-page .classic-join-form {
  display: grid;
  gap: 22px;
}

.join-start-hero {
  min-height: 250px;
  padding: 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(15, 118, 110, 0.9)),
    #0f172a;
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: end;
  gap: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.join-start-eyebrow {
  width: fit-content;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #b7f7ea;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.join-start-hero h1 {
  margin: 18px 0 12px;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
}

.join-start-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.75;
}

.join-start-progress {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.join-start-progress li {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  align-content: center;
  gap: 10px;
}

.join-start-progress li.is-active {
  background: #ffffff;
  color: #101828;
}

.join-start-progress span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 950;
}

.join-start-progress li.is-active span {
  background: #0f766e;
  color: #ffffff;
}

.join-start-progress strong {
  font-size: 15px;
  font-weight: 950;
}

.join-start-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
  gap: 22px;
}

.join-agreement-panel {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.member-join-start-page .member_agree {
  max-width: none;
  padding: 0;
  display: grid;
  gap: 16px;
}

.member-join-start-page .member_agree h2,
.join-section-head h2 {
  margin: 0;
}

.join-section-head {
  padding: 26px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.join-section-head > span,
.join_group_button_title > span {
  width: fit-content;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #0f766e;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 950;
}

.join-section-head h2 {
  margin-top: 12px;
  color: #101828;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.2;
}

.join-section-head p {
  margin: 10px 0 0;
  color: #667085;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.65;
}

.member-join-start-page .member_agree .member_allcheck {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid #cfe7df;
  border-radius: 8px;
  background: #f0fdfa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: visible;
}

.member-join-start-page .member_agree .member_allcheck .txt,
.member-join-start-page .member_agree .member_allcheck .allcheck_action {
  float: none;
  width: auto;
}

.member-join-start-page .member_agree .member_allcheck .txt {
  color: #134e4a;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0;
}

.member-join-start-page .member_agree .member_allcheck .allcheck_action {
  flex: 0 0 auto;
  text-align: right;
}

.agreement-card {
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.055);
}

.agreement-card__head {
  min-height: 72px;
  padding: 0 24px;
  border-bottom: 1px solid #edf1f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.agreement-card .title {
  padding: 0;
  color: #101828;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: 0;
}

.agreement-card__head span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #667085;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
}

.agreement-card.is-required .agreement-card__head span {
  background: #fff1f3;
  color: #c01048;
}

.agreement-card .txtinfo {
  padding: 0;
  border: 0;
  background: #ffffff;
}

.agreement-card .agreement_scroll {
  max-height: 210px;
  padding: 22px 24px;
  border-bottom: 1px solid #edf1f5;
  background: #fbfcfd;
  color: #475467;
  font-size: 14px;
  line-height: 1.85;
}

.agreement-card .agreement_action {
  padding: 16px 24px;
  text-align: left;
}

.agreement_action_last {
  margin-bottom: 0;
}

.member-join-start-page .h_form .h-check {
  min-height: 38px;
  margin-left: 0;
  padding: 0 12px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
}

.member-join-start-page .h_form .h-check:hover {
  border-color: #0f766e;
}

.member-join-start-page .h_form .h-check input[type='checkbox']:checked + span::before {
  background-color: #0f766e;
}

.member-join-start-page .h_form .h-check span {
  color: #101828;
  font-weight: 800;
  line-height: 1.2;
}

.member-join-start-page .check_margin_font20 span {
  font-size: 16px;
}

.marketing_options {
  gap: 10px;
  padding: 16px 24px 0;
  margin-top: 0;
}

.join-start-side {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.member-join-start-page .join_group_button {
  padding: 24px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.join_group_button_title {
  margin: 0 0 16px;
  color: #101828;
  display: grid;
  gap: 8px;
}

.join_group_button_title strong {
  color: #101828;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.2;
}

.join_group_button_title em {
  color: #667085;
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.5;
}

.join-group-grid {
  display: grid;
  gap: 10px;
}

.member-join-start-page .group_submit_button {
  position: relative;
  width: 100%;
  min-height: 114px;
  padding: 18px 18px 18px 54px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
  box-shadow: none;
}

.member-join-start-page .group_submit_button::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 18px;
  height: 18px;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  box-sizing: border-box;
}

.member-join-start-page .group_submit_button:hover {
  border-color: #0f766e;
  background: #f6fffc;
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.12);
  transform: translateY(-1px);
}

.member-join-start-page .group_submit_button.is-selected {
  border-color: #0f766e;
  background: #f6fffc;
}

.member-join-start-page .group_submit_button:hover::before {
  border-color: #0f766e;
  box-shadow: inset 0 0 0 4px #ffffff;
  background: #0f766e;
}

.member-join-start-page .group_submit_button.is-selected::before {
  border-color: #0f766e;
  box-shadow: inset 0 0 0 4px #ffffff;
  background: #0f766e;
}

.member-join-start-page .group_submit_button strong {
  margin-bottom: 7px;
  color: #101828;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0;
}

.member-join-start-page .group_submit_button span {
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

.member-join-start-page .group_submit_button_image {
  margin: 0 0 10px;
}

.member-join-start-page .group_submit_button_image img {
  max-height: 44px;
}

.member-join-start-page .classic_sns_box {
  margin: 0;
  padding: 22px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #101828;
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 16px;
  overflow: visible;
}

.member-join-start-page .classic_sns_box_copy {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.65;
}

.member-join-start-page .classic_sns_box_copy strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 950;
}

.member-join-start-page .classic_sns_box_copy span {
  display: block;
}

.join-login-link {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  background: #ffffff;
  color: #101828;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 950;
}

.join-login-link:hover {
  background: #f9fafb;
}

.member-join-start-page .classic-error {
  margin: 10px 0;
}

@media (max-width: 1120px) {
  .join-start-hero,
  .join-start-layout {
    grid-template-columns: 1fr;
  }

  .join-start-side {
    position: static;
  }

  .join-start-progress {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .page-join-start .member-topbar {
    padding: 14px 18px;
  }

  .member-join-start-page {
    width: min(100% - 24px, 1360px);
    padding-top: 22px;
  }

  .join-start-hero {
    padding: 24px;
  }

  .join-start-hero h1 {
    font-size: 34px;
  }

  .join-start-progress {
    grid-template-columns: 1fr;
  }

  .member-join-start-page .member_agree .member_allcheck {
    align-items: stretch;
    flex-direction: column;
  }

  .agreement-card__head {
    min-height: 64px;
    padding: 0 18px;
  }

  .agreement-card .agreement_scroll {
    padding: 18px;
  }

  .agreement-card .agreement_action {
    padding: 14px 18px;
  }

  .marketing_options {
    padding: 14px 18px 0;
  }

  .member-join-start-page .h_form .h-check {
    width: 100%;
  }
}

/* Board-style membership join page. */
.page-join-start {
  background: #f5f7fb;
  color: #111827;
}

.join-board-page {
  width: min(1240px, calc(100% - 48px));
  padding: 30px 0 88px;
}

.join-board-page .join-board-form {
  display: grid;
  gap: 18px;
}

.join-board-header,
.join-type-panel,
.join-consent-summary,
.join-board-page .join-agreement-panel {
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 41, 55, 0.06);
}

.join-agreement-shell {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
}

.join-board-header {
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: end;
  gap: 28px;
}

.join-board-kicker {
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #bfd7ff;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 950;
}

.join-board-header h1 {
  margin: 14px 0 8px;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.08;
}

.join-board-header p {
  max-width: 640px;
  margin: 0;
  color: #526071;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.join-board-steps {
  margin: 0;
  padding: 8px;
  border: 1px solid #e5ebf3;
  border-radius: 8px;
  background: #f8fafc;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.join-board-steps li {
  min-height: 82px;
  padding: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #64748b;
  display: grid;
  align-content: center;
  gap: 9px;
}

.join-board-steps li.is-active {
  border-color: #c7d2fe;
  background: #eef2ff;
  color: #1e3a8a;
}

.join-board-steps span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e2e8f0;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
}

.join-board-steps li.is-active span {
  background: #2563eb;
  color: #ffffff;
}

.join-board-steps strong {
  font-size: 14px;
  font-weight: 950;
}

.join-type-panel {
  padding: 26px;
}

.join-panel-title {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.join-panel-title > span {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #111827;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 950;
}

.join-panel-title h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.25;
}

.join-panel-title p {
  margin: 7px 0 0;
  color: #607083;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.join-type-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.join-board-page .group_submit_button {
  position: relative;
  min-height: 156px;
  padding: 20px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
  box-shadow: none;
  display: grid;
  align-content: end;
  gap: 8px;
  overflow: hidden;
}

.join-board-page .group_submit_button::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  left: auto;
  width: 20px;
  height: 20px;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  background: #ffffff;
  box-sizing: border-box;
}

.join-board-page .group_submit_button:hover {
  border-color: #2563eb;
  background: #f8fbff;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}

.join-board-page .group_submit_button.is-selected {
  border-color: #2563eb;
  background: #f8fbff;
}

.join-board-page .group_submit_button.is-selected::before,
.join-board-page .group_submit_button:hover::before {
  border-color: #2563eb;
  box-shadow: inset 0 0 0 4px #ffffff;
  background: #2563eb;
}

.join-board-page .group_submit_button strong {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.25;
}

.join-board-page .group_submit_button span {
  color: #607083;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.join-board-page .join-type-card__badge {
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0e7490;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 950;
}

.join-board-page .group_submit_button.is-selected .join-type-card__badge {
  background: #dbeafe;
  color: #1d4ed8;
}

.join-board-page .group_submit_button_image {
  margin: 0 0 2px;
}

.join-board-page .group_submit_button_image img {
  max-width: 96px;
  max-height: 44px;
  object-fit: contain;
}

.join-consent-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.join-consent-summary {
  position: static;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 16px;
}

.join-board-page .member_allcheck {
  margin: 0;
  padding: 18px;
  border: 1px solid #c6f0e4;
  border-radius: 8px;
  background: #f0fdfa;
  display: grid;
  gap: 14px;
  overflow: visible;
}

.join-board-page .member_allcheck .txt,
.join-board-page .member_allcheck .allcheck_action {
  float: none;
  width: auto;
}

.join-board-page .member_allcheck .txt {
  color: #115e59;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.join-board-page .member_allcheck .allcheck_action {
  text-align: left;
}

.join-board-page .classic_sns_box {
  margin: 0;
  padding: 18px;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #f8fafc;
  color: #111827;
  box-shadow: none;
  display: grid;
  gap: 14px;
  overflow: visible;
}

.join-board-page .classic_sns_box_copy {
  color: #607083;
  font-size: 13px;
  line-height: 1.65;
}

.join-board-page .classic_sns_box_copy strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 16px;
  font-weight: 950;
}

.join-board-page .classic_sns_box_copy span {
  display: block;
}

.join-board-page .join-login-link {
  width: fit-content;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 950;
}

.join-board-page .join-login-link:hover {
  border-color: #2563eb;
  color: #1d4ed8;
}

.join-board-page .join-agreement-panel {
  width: 100%;
  margin: 0;
  padding: 24px;
}

.join-board-page .member_agree {
  display: grid;
  gap: 12px;
}

.join-board-page .join-section-head {
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid #e8eef5;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.join-board-page .join-section-head > span {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border-radius: 8px;
  background: #eef2ff;
  color: #3730a3;
  justify-content: center;
  font-size: 0;
}

.join-board-page .join-section-head > span::after {
  content: "02";
  font-size: 13px;
  font-weight: 950;
}

.join-board-page .join-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.25;
}

.join-board-page .join-section-head p {
  margin: 7px 0 0;
  color: #607083;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.join-board-page .agreement-card {
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.join-board-page .agreement-card__head {
  min-height: 62px;
  padding: 0 18px;
  border-bottom: 1px solid #eef2f6;
}

.join-board-page .agreement-card .title {
  color: #111827;
  font-size: 18px;
}

.join-board-page .agreement-card__head span {
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
}

.join-board-page .agreement-card .agreement_scroll {
  max-height: 172px;
  padding: 18px;
  background: #fbfdff;
  color: #526071;
  font-size: 13px;
  line-height: 1.8;
}

.join-board-page .agreement-card .agreement_action {
  padding: 14px 18px;
}

.join-board-page .marketing_options {
  padding: 14px 18px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.join-board-page .h_form .h-check {
  min-height: 38px;
  margin-left: 0;
  padding: 0 12px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #ffffff;
}

.join-board-page .h_form .h-check:hover {
  border-color: #2563eb;
}

.join-board-page .h_form .h-check input[type='checkbox']:checked + span::before {
  background-color: #2563eb;
}

.join-board-page .h_form .h-check span {
  color: #111827;
  font-weight: 850;
}

.join-board-page .classic-error {
  margin: 12px 0 0;
}

.join-type-panel--bottom {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.join-type-panel--bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #2563eb;
}

.join-type-panel--bottom .join-type-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.join-type-panel--bottom .group_submit_button {
  min-height: 104px;
  padding: 18px 18px 18px 64px;
  align-content: center;
  background: #ffffff;
}

.join-type-panel--bottom .group_submit_button::before {
  top: 50%;
  right: auto;
  left: 22px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.join-type-panel--bottom .group_submit_button:hover::before,
.join-type-panel--bottom .group_submit_button.is-selected::before {
  transform: translateY(-50%);
}

.join-type-panel--bottom .join-type-card__badge {
  background: #f1f5f9;
  color: #334155;
}

.join-board-page .join-type-panel--bottom .group_submit_button.has-join-button-image {
  width: min(100%, 240px);
  height: 76px;
  min-height: 76px;
  padding: 0;
  border-radius: 12px;
  background: #ffffff;
  display: block;
  align-content: stretch;
  justify-self: start;
}

.join-board-page .group_submit_button.has-join-button-image::before {
  display: none;
}

.join-board-page .group_submit_button.has-join-button-image .group_submit_button_image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.join-board-page .group_submit_button.has-join-button-image .group_submit_button_image picture,
.join-board-page .group_submit_button.has-join-button-image .group_submit_button_image img {
  display: block;
  width: 100%;
  height: 100%;
}

.join-board-page .group_submit_button.has-join-button-image .group_submit_button_image img {
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.join-board-page .group_submit_button.has-join-button-image .join-type-card__badge,
.join-board-page .group_submit_button.has-join-button-image strong,
.join-board-page .group_submit_button.has-join-button-image > span:not(.group_submit_button_image) {
  display: none;
}

.join-board-page .group_submit_button.has-join-button-image:hover,
.join-board-page .group_submit_button.has-join-button-image.is-selected {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

@media (max-width: 1024px) {
  .join-board-header,
  .join-consent-layout,
  .join-agreement-shell {
    grid-template-columns: 1fr;
  }

  .join-board-steps {
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .join-board-page {
    width: min(100% - 24px, 1240px);
    padding: 22px 0 72px;
  }

  .join-board-header,
  .join-type-panel,
  .join-consent-summary,
  .join-board-page .join-agreement-panel {
    padding: 18px;
  }

  .join-board-header h1 {
    font-size: 36px;
  }

  .join-board-steps {
    grid-template-columns: 1fr;
  }

  .join-type-grid {
    grid-template-columns: 1fr;
  }

  .join-panel-title,
  .join-board-page .join-section-head {
    flex-direction: column;
  }

  .join-type-panel--bottom .group_submit_button {
    padding: 20px;
  }

  .join-type-panel--bottom .group_submit_button::before {
    top: 18px;
    right: 18px;
    left: auto;
    width: 20px;
    height: 20px;
    transform: none;
  }

  .join-type-panel--bottom .group_submit_button:hover::before,
  .join-type-panel--bottom .group_submit_button.is-selected::before {
    transform: none;
  }

  .join-board-page .join-type-panel--bottom .group_submit_button.has-join-button-image {
    width: min(100%, 220px);
    height: 70px;
    min-height: 70px;
    padding: 0;
  }

  .join-board-page .h_form .h-check,
  .join-board-page .join-login-link {
    width: 100%;
  }
}

/* Modern membership profile input page. */
.page-join-profile {
  background: #f5f7fb;
  color: #111827;
}

.page-join-profile .member-shell {
  min-height: 100vh;
}

.page-join-profile .member-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  padding: 14px max(28px, calc((100vw - 1280px) / 2 + 28px));
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-join-profile .member-brand {
  color: #111827;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
}

.page-join-profile .member-topnav a {
  min-height: 38px;
  padding: 0 14px;
  border-color: #dbe4ee;
  border-radius: 8px;
  background: #ffffff;
  color: #526071;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 850;
}

.page-join-profile .member-topnav a.is-strong {
  border-color: #111827;
  background: #111827;
  color: #ffffff;
}

.join-profile-page {
  width: min(1240px, calc(100% - 48px));
  padding: 30px 0 92px;
}

.join-profile-shell {
  background: transparent;
  display: grid;
  gap: 18px;
}

.join-profile-hero,
.join-profile-side-card,
.join-profile-help-card,
.join-profile-form-card {
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 41, 55, 0.06);
}

.join-profile-hero {
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: end;
  gap: 28px;
}

.join-profile-hero__copy > span {
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #bae6fd;
  border-radius: 999px;
  background: #f0f9ff;
  color: #0369a1;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 950;
}

.join-profile-hero h1 {
  margin: 14px 0 8px;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.08;
}

.join-profile-hero p {
  max-width: 680px;
  margin: 0;
  color: #526071;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.join-profile-steps {
  margin: 0;
  padding: 8px;
  border: 1px solid #e5ebf3;
  border-radius: 8px;
  background: #f8fafc;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.join-profile-steps li {
  min-height: 82px;
  padding: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #64748b;
  display: grid;
  align-content: center;
  gap: 9px;
}

.join-profile-steps li.is-active {
  border-color: #99f6e4;
  background: #ecfdf5;
  color: #115e59;
}

.join-profile-steps span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e2e8f0;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
}

.join-profile-steps li.is-active span {
  background: #0f766e;
  color: #ffffff;
}

.join-profile-steps strong {
  font-size: 14px;
  font-weight: 950;
}

.join-profile-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.join-profile-side {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.join-profile-side-card,
.join-profile-help-card {
  padding: 22px;
}

.join-profile-side-card > span,
.join-profile-help-card > span,
.join-profile-form-head > span {
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 950;
}

.join-profile-side-card strong {
  display: block;
  margin-top: 14px;
  color: #111827;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.2;
}

.join-profile-side-card p,
.join-profile-help-card li {
  color: #607083;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.65;
}

.join-profile-side-card p {
  margin: 10px 0 0;
}

.join-profile-help-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 9px;
}

.join-profile-form-card {
  max-width: none;
  margin: 0;
  padding: 26px;
}

.join-profile-form-head {
  padding-bottom: 18px;
  border-bottom: 1px solid #e8eef5;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.join-profile-form-head h2 {
  margin: 0;
  color: #111827;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.25;
}

.join-profile-form-head p {
  margin: 8px 0 0;
  color: #607083;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.page-join-profile .classic-profile-form {
  margin-top: 18px;
}

.page-join-profile .happy_membder_join_form {
  display: block;
  border: 0;
}

.page-join-profile .happy_membder_join_form tbody {
  display: grid;
  gap: 12px;
}

.page-join-profile .happy_membder_join_form tr {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 18px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #ffffff;
}

.page-join-profile .happy_membder_join_form th,
.page-join-profile .happy_membder_join_form td {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  letter-spacing: 0;
}

.page-join-profile .happy_membder_join_form th {
  padding-top: 10px;
  color: #111827;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.4;
}

.page-join-profile .happy_membder_join_form td.h_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page-join-profile .happy_member_join_form_title {
  padding-left: 0;
}

.page-join-profile .happy_member_icon_check {
  position: static;
  display: inline-flex;
  width: 8px;
  margin-right: 6px;
  vertical-align: middle;
}

.page-join-profile .happy_member_icon_check img {
  width: 7px;
  height: 7px;
}

.page-join-profile .join_input_s,
.page-join-profile .phone_input,
.page-join-profile .nickname_input,
.page-join-profile .date_input {
  width: min(100%, 360px);
}

.page-join-profile .join_input_e_01,
.page-join-profile .join_input_e_02 {
  width: min(100%, 190px);
}

.page-join-profile .join_select_e {
  width: min(100%, 170px);
}

.page-join-profile .join_select_p {
  width: 96px;
}

.page-join-profile .join_input_p_01,
.page-join-profile .join_input_p_02 {
  width: 108px;
}

.page-join-profile .join_input_a_01 {
  width: 150px;
}

.page-join-profile .join_input_a_02 {
  width: min(100%, 420px);
}

.page-join-profile .join_input_a_03 {
  width: min(100%, 320px);
}

.page-join-profile .join_select_s {
  min-width: 180px;
}

.page-join-profile .join_input_s,
.page-join-profile .join_select_s,
.page-join-profile .join_input_e_01,
.page-join-profile .join_input_e_02,
.page-join-profile .join_select_e,
.page-join-profile .join_select_p,
.page-join-profile .join_input_p_01,
.page-join-profile .join_input_p_02,
.page-join-profile .join_select_r,
.page-join-profile .join_input_r_01,
.page-join-profile .join_input_r_02,
.page-join-profile .join_input_a_01,
.page-join-profile .join_input_a_02,
.page-join-profile .join_input_a_03,
.page-join-profile .date_input,
.page-join-profile .phone_input,
.page-join-profile .phone_code_input,
.page-join-profile .nickname_input,
.page-join-profile .seller_textarea {
  min-height: 44px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
}

.page-join-profile .seller_textarea {
  min-height: 132px;
  line-height: 1.65;
}

.page-join-profile .join_input_s:focus,
.page-join-profile .join_select_s:focus,
.page-join-profile input:focus,
.page-join-profile select:focus,
.page-join-profile textarea:focus {
  border-color: #0f766e;
  outline: 3px solid rgba(15, 118, 110, 0.12);
}

.page-join-profile .h_btn_st2 {
  min-width: 92px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  line-height: 40px;
}

.page-join-profile .h_btn_st2:hover {
  border-color: #0f766e;
  color: #0f766e;
  opacity: 1;
}

.page-join-profile .inline_action_button {
  margin-left: 0;
}

.page-join-profile .join_dash,
.page-join-profile .email_at_mark {
  padding: 0 2px;
  color: #64748b;
  font-weight: 800;
}

.page-join-profile .classic_address_row,
.page-join-profile .phone_verify_row,
.page-join-profile .seller-road-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page-join-profile .classic_address_row.second,
.page-join-profile .seller-road-row.second {
  margin-top: 4px;
}

.page-join-profile .check_txt,
.page-join-profile .guide_txt {
  flex-basis: 100%;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.page-join-profile .guide_txt.error,
.page-join-profile .check_txt.error {
  color: #d92d20;
  font-weight: 800;
}

.page-join-profile .guide_txt.success,
.page-join-profile .check_txt.success {
  color: #0f766e;
  font-weight: 800;
}

.page-join-profile .file_upload_box {
  width: 100%;
  gap: 8px;
}

.page-join-profile .file_preview {
  flex-basis: 132px;
  width: 132px;
  height: 132px;
  border-color: #d8e1ec;
  border-radius: 8px;
  background: #f8fafc;
}

.page-join-profile .h_form .h-check,
.page-join-profile .h_form .h-radio {
  min-height: 40px;
  margin-left: 0;
  padding: 0 12px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
}

.page-join-profile .h_form .h-check:hover,
.page-join-profile .h_form .h-radio:hover {
  border-color: #0f766e;
}

.page-join-profile .h_form .h-check input[type='checkbox']:checked + span::before,
.page-join-profile .h_form .h-radio input[type='radio']:checked + span::before {
  background-color: #0f766e;
}

.page-join-profile .h_form .h-check span,
.page-join-profile .h_form .h-radio span {
  color: #111827;
  font-weight: 800;
}

.page-join-profile .classic_form_actions {
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #f8fafc;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  text-align: right;
}

.page-join-profile .classic_form_actions .h_btn_b {
  min-width: 140px;
  height: 46px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 950;
  line-height: 44px;
}

.page-join-profile .classic_form_actions .h_btn_st1 {
  border-color: #111827;
  background: #111827;
  color: #ffffff;
}

.page-join-profile .classic_form_actions .classic_back_button {
  margin-left: 0;
  border-color: #cbd5e1;
  background: #ffffff;
  color: #111827;
}

@media (max-width: 1080px) {
  .join-profile-hero,
  .join-profile-grid {
    grid-template-columns: 1fr;
  }

  .join-profile-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-join-profile .member-topbar {
    padding: 14px 18px;
  }

  .join-profile-page {
    width: min(100% - 24px, 1240px);
    padding: 22px 0 72px;
  }

  .join-profile-hero,
  .join-profile-form-card,
  .join-profile-side-card,
  .join-profile-help-card {
    padding: 18px;
  }

  .join-profile-hero h1 {
    font-size: 36px;
  }

  .join-profile-steps,
  .join-profile-side {
    grid-template-columns: 1fr;
  }

  .join-profile-form-head {
    flex-direction: column;
  }

  .page-join-profile .happy_membder_join_form tr {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .page-join-profile .happy_membder_join_form th {
    padding-top: 0;
  }

  .page-join-profile .join_input_s,
  .page-join-profile .phone_input,
  .page-join-profile .nickname_input,
  .page-join-profile .date_input,
  .page-join-profile .join_input_e_01,
  .page-join-profile .join_input_e_02,
  .page-join-profile .join_select_e,
  .page-join-profile .join_select_p,
  .page-join-profile .join_input_p_01,
  .page-join-profile .join_input_p_02,
  .page-join-profile .join_input_a_01,
  .page-join-profile .join_input_a_02,
  .page-join-profile .join_input_a_03,
  .page-join-profile .join_select_s,
  .page-join-profile .h_btn_st2 {
    width: 100%;
  }

  .page-join-profile .join_dash,
  .page-join-profile .email_at_mark {
    display: none;
  }

  .page-join-profile .classic_form_actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-join-profile .classic_form_actions .h_btn_b,
  .page-join-profile .classic_form_actions .h_btn_st1 {
    width: 100%;
  }
}

/* Alternate compact ribbon profile page. */
.join-profile-page--ribbon {
  width: min(1180px, calc(100% - 48px));
  padding: 28px 0 86px;
}

.join-profile-ribbon-shell {
  background: transparent;
  display: grid;
  gap: 14px;
}

.join-profile-ribbon {
  padding: 20px;
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) 180px;
  align-items: center;
  gap: 16px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.055);
}

.join-profile-ribbon-title span,
.join-profile-board-head span {
  width: fit-content;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 950;
}

.join-profile-ribbon-title h1 {
  margin: 9px 0 0;
  color: #18181b;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.12;
}

.join-profile-ribbon-steps {
  margin: 0;
  padding: 6px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f7f8fa;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  list-style: none;
}

.join-profile-ribbon-steps li {
  min-height: 54px;
  padding: 10px;
  border-radius: 8px;
  color: #71717a;
  display: grid;
  align-content: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.join-profile-ribbon-steps li.is-active {
  background: #18181b;
  color: #ffffff;
}

.join-profile-ribbon-steps span {
  color: inherit;
  font-size: 11px;
  font-weight: 950;
}

.join-profile-type-pill {
  min-height: 70px;
  padding: 13px 14px;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  background: #f0fdf4;
  display: grid;
  align-content: center;
  gap: 5px;
}

.join-profile-type-pill span {
  color: #15803d;
  font-size: 11px;
  font-weight: 950;
}

.join-profile-type-pill strong {
  color: #14532d;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.25;
}

.join-profile-notice-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.join-profile-notice-strip > div {
  min-height: 84px;
  padding: 16px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #ffffff;
  display: grid;
  align-content: center;
  gap: 6px;
}

.join-profile-notice-strip strong {
  color: #18181b;
  font-size: 15px;
  font-weight: 950;
}

.join-profile-notice-strip span {
  color: #667085;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.join-profile-workbench {
  display: block;
}

.join-profile-board {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.join-profile-board-head {
  padding: 22px 24px;
  border-bottom: 1px solid #e8edf3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.join-profile-board-head h2 {
  margin: 8px 0 0;
  color: #18181b;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.2;
}

.join-profile-board-head p {
  max-width: 520px;
  margin: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
  text-align: right;
}

.join-profile-page--ribbon .classic-profile-form {
  margin: 0;
  padding: 22px;
}

.join-profile-page--ribbon .happy_membder_join_form tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.join-profile-page--ribbon .happy_membder_join_form tr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fbfcfe;
}

.join-profile-page--ribbon .happy_membder_join_form tr:has(.seller_textarea),
.join-profile-page--ribbon .happy_membder_join_form tr:has(.file_upload_box),
.join-profile-page--ribbon .happy_membder_join_form tr:has(.classic_address_row),
.join-profile-page--ribbon .happy_membder_join_form tr:has(.phone_verify_row) {
  grid-column: 1 / -1;
}

.join-profile-page--ribbon .happy_membder_join_form th {
  padding: 0;
  color: #18181b;
  font-size: 14px;
  font-weight: 950;
}

.join-profile-page--ribbon .happy_membder_join_form td.h_form {
  align-content: start;
  align-items: center;
  gap: 8px;
}

.join-profile-page--ribbon .join_input_s,
.join-profile-page--ribbon .phone_input,
.join-profile-page--ribbon .nickname_input,
.join-profile-page--ribbon .date_input,
.join-profile-page--ribbon .seller_textarea {
  width: 100%;
}

.join-profile-page--ribbon .join_input_e_01,
.join-profile-page--ribbon .join_input_e_02 {
  flex: 1 1 150px;
  width: auto;
}

.join-profile-page--ribbon .join_select_e {
  flex: 0 0 150px;
  width: 150px;
}

.join-profile-page--ribbon .join_select_p {
  flex: 0 0 96px;
  width: 96px;
}

.join-profile-page--ribbon .join_input_p_01,
.join-profile-page--ribbon .join_input_p_02 {
  flex: 1 1 96px;
  width: auto;
}

.join-profile-page--ribbon .join_input_a_01 {
  width: 150px;
}

.join-profile-page--ribbon .join_input_a_02,
.join-profile-page--ribbon .join_input_a_03 {
  flex: 1 1 260px;
  width: auto;
}

.join-profile-page--ribbon .join_input_s,
.join-profile-page--ribbon .join_select_s,
.join-profile-page--ribbon .join_input_e_01,
.join-profile-page--ribbon .join_input_e_02,
.join-profile-page--ribbon .join_select_e,
.join-profile-page--ribbon .join_select_p,
.join-profile-page--ribbon .join_input_p_01,
.join-profile-page--ribbon .join_input_p_02,
.join-profile-page--ribbon .join_input_a_01,
.join-profile-page--ribbon .join_input_a_02,
.join-profile-page--ribbon .join_input_a_03,
.join-profile-page--ribbon .date_input,
.join-profile-page--ribbon .phone_input,
.join-profile-page--ribbon .phone_code_input,
.join-profile-page--ribbon .nickname_input,
.join-profile-page--ribbon .seller_textarea {
  background: #ffffff;
}

.join-profile-page--ribbon .h_btn_st2 {
  border-color: #d4d4d8;
  background: #ffffff;
  color: #18181b;
}

.join-profile-page--ribbon .h_btn_st2:hover {
  border-color: #ea580c;
  color: #c2410c;
}

.join-profile-page--ribbon .check_txt,
.join-profile-page--ribbon .guide_txt {
  color: #71717a;
}

.join-profile-page--ribbon .classic_form_actions {
  margin: 16px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: flex-end;
}

.join-profile-page--ribbon .classic_form_actions .h_btn_b {
  height: 48px;
  min-width: 152px;
  border-radius: 8px;
  line-height: 46px;
}

.join-profile-page--ribbon .classic_form_actions .h_btn_st1 {
  border-color: #ea580c;
  background: #ea580c;
}

.join-profile-page--ribbon .classic_form_actions .classic_back_button {
  border-color: #d4d4d8;
  background: #ffffff;
}

@media (max-width: 1080px) {
  .join-profile-ribbon {
    grid-template-columns: 1fr;
  }

  .join-profile-ribbon-steps {
    max-width: 520px;
  }

  .join-profile-type-pill {
    max-width: 320px;
  }

  .join-profile-page--ribbon .happy_membder_join_form tbody {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .join-profile-page--ribbon {
    width: min(100% - 24px, 1180px);
  }

  .join-profile-ribbon,
  .join-profile-board-head,
  .join-profile-page--ribbon .classic-profile-form {
    padding: 18px;
  }

  .join-profile-ribbon-title h1 {
    font-size: 31px;
  }

  .join-profile-ribbon-steps,
  .join-profile-notice-strip {
    grid-template-columns: 1fr;
  }

  .join-profile-board-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .join-profile-board-head p {
    text-align: left;
  }

  .join-profile-page--ribbon .join_input_e_01,
  .join-profile-page--ribbon .join_input_e_02,
  .join-profile-page--ribbon .join_select_e,
  .join-profile-page--ribbon .join_select_p,
  .join-profile-page--ribbon .join_input_p_01,
  .join-profile-page--ribbon .join_input_p_02,
  .join-profile-page--ribbon .join_input_a_01,
  .join-profile-page--ribbon .join_input_a_02,
  .join-profile-page--ribbon .join_input_a_03,
  .join-profile-page--ribbon .h_btn_st2 {
    flex-basis: 100%;
    width: 100%;
  }

  .join-profile-page--ribbon .classic_form_actions {
    display: grid;
  }
}

/* Refined rail layout for the membership profile page. */
.join-profile-page--rail {
  width: min(1280px, calc(100% - 48px));
  padding-top: 24px;
}

.join-profile-page--rail .join-profile-ribbon-shell {
  gap: 16px;
}

.join-profile-page--rail .join-profile-ribbon {
  padding: 18px 22px;
  border-color: #dce3ec;
  border-left: 4px solid #0f766e;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.join-profile-page--rail .join-profile-ribbon-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.join-profile-page--rail .join-profile-ribbon-title span,
.join-profile-page--rail .join-profile-board-head span,
.join-profile-rail-card > span {
  min-height: 26px;
  border-radius: 8px;
  background: #eef2ff;
  color: #3730a3;
}

.join-profile-page--rail .join-profile-ribbon-title h1 {
  margin: 0;
  font-size: 30px;
}

.join-profile-page--rail .join-profile-ribbon-steps {
  padding: 4px;
  background: #f8fafc;
  gap: 4px;
}

.join-profile-page--rail .join-profile-ribbon-steps li {
  min-height: 46px;
  padding: 8px;
  border: 1px solid transparent;
}

.join-profile-page--rail .join-profile-ribbon-steps li.is-active {
  border-color: #0f766e;
  background: #0f766e;
}

.join-profile-page--rail .join-profile-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 16px;
}

.join-profile-page--rail .join-profile-board {
  border-color: #dce3ec;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.055);
}

.join-profile-page--rail .join-profile-board-head {
  padding: 20px 22px;
  background: #ffffff;
}

.join-profile-page--rail .join-profile-board-head h2 {
  font-size: 24px;
}

.join-profile-page--rail .join-profile-board-head p {
  max-width: 460px;
}

.join-profile-page--rail .classic-profile-form {
  padding: 18px;
}

.join-profile-page--rail .happy_membder_join_form tbody {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 10px;
}

.join-profile-page--rail .happy_membder_join_form tr {
  min-height: 108px;
  padding: 15px;
  border-color: #e5ebf3;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.9);
}

.join-profile-page--rail .happy_membder_join_form tr:hover {
  border-color: #b6c5d7;
  background: #fbfdff;
}

.join-profile-page--rail .happy_membder_join_form th {
  color: #0f172a;
}

.join-profile-page--rail .happy_member_icon_check img {
  filter: hue-rotate(150deg) saturate(1.4);
}

.join-profile-page--rail .join_input_s,
.join-profile-page--rail .join_select_s,
.join-profile-page--rail .join_input_e_01,
.join-profile-page--rail .join_input_e_02,
.join-profile-page--rail .join_select_e,
.join-profile-page--rail .join_select_p,
.join-profile-page--rail .join_input_p_01,
.join-profile-page--rail .join_input_p_02,
.join-profile-page--rail .join_input_a_01,
.join-profile-page--rail .join_input_a_02,
.join-profile-page--rail .join_input_a_03,
.join-profile-page--rail .date_input,
.join-profile-page--rail .phone_input,
.join-profile-page--rail .phone_code_input,
.join-profile-page--rail .nickname_input,
.join-profile-page--rail .seller_textarea {
  border-color: #d8e1ec;
  background: #f8fafc;
}

.join-profile-page--rail .join_input_s:focus,
.join-profile-page--rail .join_select_s:focus,
.join-profile-page--rail input:focus,
.join-profile-page--rail select:focus,
.join-profile-page--rail textarea:focus {
  border-color: #2563eb;
  outline-color: rgba(37, 99, 235, 0.13);
  background: #ffffff;
}

.join-profile-page--rail .h_btn_st2 {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #0f172a;
}

.join-profile-page--rail .h_btn_st2:hover {
  border-color: #2563eb;
  color: #1d4ed8;
}

.join-profile-page--rail .h_form .h-check:hover,
.join-profile-page--rail .h_form .h-radio:hover {
  border-color: #2563eb;
}

.join-profile-page--rail .h_form .h-check input[type='checkbox']:checked + span::before,
.join-profile-page--rail .h_form .h-radio input[type='radio']:checked + span::before {
  background-color: #2563eb;
}

.join-profile-page--rail .classic_form_actions {
  position: sticky;
  bottom: 0;
  z-index: 5;
  margin-top: 14px;
  padding: 14px 0 0;
  border-top: 1px solid #e5ebf3;
  background: #ffffff;
}

.join-profile-page--rail .classic_form_actions .h_btn_st1 {
  border-color: #0f172a;
  background: #0f172a;
}

.join-profile-page--rail .classic_form_actions .h_btn_st1:hover {
  background: #2563eb;
  border-color: #2563eb;
}

.join-profile-rail {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 12px;
}

.join-profile-page--rail .join-profile-type-pill,
.join-profile-page--rail .join-profile-notice-strip > div,
.join-profile-rail-card {
  border: 1px solid #dce3ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
}

.join-profile-page--rail .join-profile-type-pill {
  min-height: 0;
  padding: 20px;
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.join-profile-page--rail .join-profile-type-pill span {
  color: #15803d;
}

.join-profile-page--rail .join-profile-type-pill strong {
  color: #14532d;
  font-size: 22px;
}

.join-profile-page--rail .join-profile-notice-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.join-profile-page--rail .join-profile-notice-strip > div {
  min-height: 0;
  padding: 15px;
}

.join-profile-page--rail .join-profile-notice-strip strong {
  font-size: 14px;
}

.join-profile-page--rail .join-profile-notice-strip span {
  font-size: 12px;
}

.join-profile-rail-card {
  padding: 18px;
}

.join-profile-rail-card strong {
  display: block;
  margin-top: 10px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.25;
}

.join-profile-rail-card p {
  margin: 9px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}

@media (max-width: 1120px) {
  .join-profile-page--rail .join-profile-ribbon,
  .join-profile-page--rail .join-profile-workbench {
    grid-template-columns: 1fr;
  }

  .join-profile-rail {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .join-profile-page--rail .join-profile-notice-strip {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .join-profile-page--rail {
    width: min(100% - 24px, 1280px);
  }

  .join-profile-page--rail .join-profile-ribbon-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .join-profile-page--rail .join-profile-ribbon-title h1 {
    font-size: 30px;
  }

  .join-profile-page--rail .join-profile-ribbon-steps,
  .join-profile-rail,
  .join-profile-page--rail .join-profile-notice-strip,
  .join-profile-page--rail .happy_membder_join_form tbody {
    grid-template-columns: 1fr;
  }

  .join-profile-page--rail .classic_form_actions {
    position: static;
    display: grid;
  }
}

/* Wide form layout: spacious rows instead of individual boxed fields. */
.join-profile-page--wide {
  width: min(1320px, calc(100% - 48px));
}

.join-profile-page--wide .join-profile-ribbon {
  grid-template-columns: minmax(0, 1fr) 420px;
  padding: 18px 24px;
  border-left: 0;
  border-top: 4px solid #0f766e;
}

.join-profile-page--wide .join-profile-workbench {
  display: block;
}

.join-profile-page--wide .join-profile-rail {
  position: static;
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 280px;
  gap: 10px;
}

.join-profile-page--wide .join-profile-type-pill,
.join-profile-page--wide .join-profile-notice-strip > div,
.join-profile-page--wide .join-profile-rail-card {
  box-shadow: none;
}

.join-profile-page--wide .join-profile-notice-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.join-profile-page--wide .join-profile-type-pill,
.join-profile-page--wide .join-profile-notice-strip > div,
.join-profile-page--wide .join-profile-rail-card {
  min-height: 88px;
}

.join-profile-page--wide .join-profile-board {
  border-color: #dce3ec;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

.join-profile-page--wide .join-profile-board-head {
  padding: 24px 28px;
  background: #ffffff;
}

.join-profile-page--wide .classic-profile-form {
  padding: 0 28px 28px;
}

.join-profile-page--wide .happy_membder_join_form {
  display: table;
  width: 100%;
  border-top: 1px solid #dce3ec;
  border-collapse: collapse;
}

.join-profile-page--wide .happy_membder_join_form tbody {
  display: table-row-group;
}

.join-profile-page--wide .happy_membder_join_form tr,
.join-profile-page--wide .happy_membder_join_form tr:has(.seller_textarea),
.join-profile-page--wide .happy_membder_join_form tr:has(.file_upload_box),
.join-profile-page--wide .happy_membder_join_form tr:has(.classic_address_row),
.join-profile-page--wide .happy_membder_join_form tr:has(.phone_verify_row) {
  display: table-row;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.join-profile-page--wide .happy_membder_join_form tr:hover {
  background: transparent;
}

.join-profile-page--wide .happy_membder_join_form th,
.join-profile-page--wide .happy_membder_join_form td {
  display: table-cell;
  border-bottom: 1px solid #edf1f5;
  vertical-align: middle;
}

.join-profile-page--wide .happy_membder_join_form th {
  width: 220px;
  padding: 22px 24px 22px 6px;
  background: #fbfcfe;
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
  white-space: nowrap;
}

.join-profile-page--wide .happy_membder_join_form td.h_form {
  min-height: 0;
  padding: 16px 0 16px 24px;
  display: table-cell;
}

.join-profile-page--wide .happy_membder_join_form td.h_form > * {
  vertical-align: middle;
}

.join-profile-page--wide .join_input_s,
.join-profile-page--wide .phone_input,
.join-profile-page--wide .nickname_input,
.join-profile-page--wide .date_input {
  width: 360px;
}

.join-profile-page--wide .join_input_e_01,
.join-profile-page--wide .join_input_e_02 {
  width: 190px;
}

.join-profile-page--wide .join_select_e {
  width: 170px;
}

.join-profile-page--wide .join_select_p {
  width: 96px;
}

.join-profile-page--wide .join_input_p_01,
.join-profile-page--wide .join_input_p_02 {
  width: 108px;
}

.join-profile-page--wide .join_input_a_01 {
  width: 150px;
}

.join-profile-page--wide .join_input_a_02 {
  width: min(100%, 520px);
}

.join-profile-page--wide .join_input_a_03 {
  width: min(100%, 360px);
}

.join-profile-page--wide .join_select_s {
  min-width: 180px;
}

.join-profile-page--wide .seller_textarea {
  width: min(100%, 760px);
}

.join-profile-page--wide .classic_address_row,
.join-profile-page--wide .phone_verify_row,
.join-profile-page--wide .seller-road-row {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.join-profile-page--wide .phone_verify_row {
  margin-top: 10px;
}

.join-profile-page--wide .check_txt,
.join-profile-page--wide .guide_txt {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-left: 8px;
  vertical-align: middle;
}

.join-profile-page--wide .phone_verify_row + .guide_txt,
.join-profile-page--wide .classic_address_row + .guide_txt,
.join-profile-page--wide .file_upload_box .guide_txt.no-margin {
  display: block;
  margin-top: 8px;
  margin-left: 0;
}

.join-profile-page--wide .file_upload_box {
  display: flex;
  flex-wrap: wrap;
}

.join-profile-page--wide .classic_form_actions {
  position: static;
  margin-top: 22px;
  padding: 22px 0 0;
  border-top: 1px solid #dce3ec;
  background: #ffffff;
}

@media (max-width: 1120px) {
  .join-profile-page--wide .join-profile-ribbon,
  .join-profile-page--wide .join-profile-rail {
    grid-template-columns: 1fr;
  }

  .join-profile-page--wide .join-profile-notice-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .join-profile-page--wide {
    width: min(100% - 24px, 1320px);
  }

  .join-profile-page--wide .classic-profile-form {
    padding: 0 18px 22px;
  }

  .join-profile-page--wide .happy_membder_join_form,
  .join-profile-page--wide .happy_membder_join_form tbody,
  .join-profile-page--wide .happy_membder_join_form tr,
  .join-profile-page--wide .happy_membder_join_form th,
  .join-profile-page--wide .happy_membder_join_form td {
    display: block;
    width: 100%;
  }

  .join-profile-page--wide .happy_membder_join_form th {
    padding: 16px 0 8px;
    border-bottom: 0;
    background: transparent;
  }

  .join-profile-page--wide .happy_membder_join_form td.h_form {
    padding: 0 0 16px;
    border-bottom: 1px solid #edf1f5;
    display: block;
  }

  .join-profile-page--wide .join_input_s,
  .join-profile-page--wide .phone_input,
  .join-profile-page--wide .nickname_input,
  .join-profile-page--wide .date_input,
  .join-profile-page--wide .join_input_e_01,
  .join-profile-page--wide .join_input_e_02,
  .join-profile-page--wide .join_select_e,
  .join-profile-page--wide .join_select_p,
  .join-profile-page--wide .join_input_p_01,
  .join-profile-page--wide .join_input_p_02,
  .join-profile-page--wide .join_input_a_01,
  .join-profile-page--wide .join_input_a_02,
  .join-profile-page--wide .join_input_a_03,
  .join-profile-page--wide .join_select_s,
  .join-profile-page--wide .seller_textarea,
  .join-profile-page--wide .h_btn_st2 {
    width: 100%;
  }

  .join-profile-page--wide .check_txt,
  .join-profile-page--wide .guide_txt {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}
