.join_header {
  margin-top: 1.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1e1e1e;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.5rem;
  margin-inline: 1rem;
  position: relative;
  text-indent: 0.75rem;
  line-height: 1;
}
.join_header::after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 1.0625rem;
  background: #1a56e1;
  position: absolute;
  top: 0;
  left: 0;
}
.join_container {
}
.join_description {
  margin: 1rem;
  font-size: 0.75rem;
  color: #555;
}
.join_wrapper {
}
.form_group {
  margin-inline: 1rem;
  background: #f5f5f5;
}
.form_row {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
.form_row_label {
  display: inline-block;
  width: 5.1875rem;
  font-size: 0.75rem;
  padding: 1rem 0.625rem;
  position: relative;
}
.form_reg_label {
  display: inline-block;
  width: 6.625rem;
  font-size: 0.75rem;
  padding: 0.625rem;
  position: relative;
  text-indent: 0.5rem;
}
.form_reg_label::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #f15d08;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.form_row_input {
  width: 100%;
  display: flex;
  align-items: center;
}
.form_col_input {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  background: #fff;
  gap: 0.25rem;
}
.form_col_input input {
  padding: 0.5rem;
}
.form_col_input_description {
  font-weight: 400;
  font-size: 0.6875rem;
  color: #b3b3b3;
}
.form_row_input input,
.form_row_input select {
  padding: 0.5rem;
}
.phone_input {
  max-width: 4.5rem;
  margin-inline: 0.2rem;
}
.phone_select {
  width: 4rem;
  margin-right: 0.2rem;
}
.phone_group {
  display: flex;
  align-items: center;
  padding-right: 0.625rem;
}
.phone_group input {
  width: 5rem;
  font-size: 0.75rem;
  padding: 0.5rem 0.46875rem;
}
.phone_group select {
  font-size: 0.75rem;
  padding: 0.5rem 0.46875rem;
  width: 5rem;
}
.phone_button {
  font-size: 0.625rem;
  color: #fff;
  box-sizing: border-box;
  background: #1a56e1;
  border: 0;
  padding: 0.565rem 0.625rem;
}
.hp_input {
  max-width: 7.5rem;
}
.form_row_first {
  border-top: 1px solid #555;
  border-bottom: 1px solid #d9d9d9;
}
.form_row:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.hauth_description {
  margin: 1rem;
  font-size: 0.6875rem;
  color: red;
  text-align: right;
}

.argee_tit {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-inline: 1rem;
  margin-top: 1.5rem;
}
.argee_description {
  display: inline-block;
  font-size: 0.75rem;
  color: #3a3a3a;
  margin-inline: 1rem;
  margin-top: 0.5rem;
  font-weight: 400;
}
.argee_scroll {
  margin-inline: 1rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #555;
}
.agree_radio_group {
  margin-inline: 1rem;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agree_radio_group_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-right: 1rem;
}
.submit_box {
  margin-inline: 1rem;
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  padding-inline: 3.5rem;
  gap: 0.5rem;
}
.submit_btn {
  flex: 1;
  background: #f15d08;
  color: #fff;
}
.back_btn {
  flex: 1;
  background: #666;
  color: #fff;
}
.agree_btn {
  text-align: center;
  padding: 0.75rem 0;
  font-weight: 700;
}
.join_section {
}
.join_section_description {
  font-size: 0.75rem;
  color: #3a3a3a;
  margin: 0.5rem 1rem;
}
.join_section_title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e1e1e;
  margin-inline: 1rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
/* .join_section_title::after {
  content: ">";
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #d9d9d9;
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
} */
.join_section_arrow {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0.15rem;
  background: #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.form_bno_input_wrapper {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: #fff;
  padding: 0.5rem;
}
.bno_input {
  width: 3.5rem;
}
.form_address_input_wrapper {
  display: flex;
  align-items: center;
  background: #fff;
}
.form_address_input_wrapper input {
  font-size: 0.5rem;
}
.addr_input {
  font-size: 0.5rem;
}
.join_section_title {
  margin-top: 1.5rem;
}

.confirm_btn {
  float: right;
  margin: 1rem;
  width: 5.375rem;
  height: 2rem;
}
.confirm_btn img {
  width: 100%;
  height: 100%;
}

.out_description {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 0.375rem;
  margin-inline: 1rem;
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #1e1e1e;
}
.out_description > div:first-child {
  font-weight: 700;
}
