.joinstep {
  position: relative;
}
.joinstep * {
  word-wrap: break-word;
  word-break: keep-all;
}
.joinstep .wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.joinstep .checkbox {
  min-width: 115px;
  height: 50px;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.joinstep .checkbox span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeeeee;
  border: 1px solid #bdbdbd;
  color: #9e9e9e;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 15px;
}
.joinstep .checkbox i {
  margin-right: 0.5rem;
}
.joinstep .checkbox input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.joinstep .checkbox input:checked ~ span {
  color: #fff;
  background: #75051e;
  border-color: #440311;
  color: #fff;
}
.joinstep .checkbox:hover span {
  background: #f5f5f5;
}
.joinstep .checkbox:hover input:checked ~ span {
  background: #8e0624;
  color: #fff;
}
.joinstep .checkbox:active span {
  background: #f5f5f5;
  color: #b8b8b8;
}
.joinstep .checkbox:active input:checked ~ span {
  background: #8e0624;
  color: #fa7f9a;
}

#join01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
#join01 .wrap {
  width: 960px;
  margin: 60px auto;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  padding-top: 40px;
  border-radius: 10px;
}
#join01 .wrap h6 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
#join01 .wrap li {
  margin: 5px 0;
}
#join01 .wrap .button {
  margin-top: 20px;
  margin-left: 0;
  width: 50%;
  border-radius: 10px;
}
#join01 .wrap.member {
  background: #fff;
}
#join01 .wrap.member h6 {
  color: #a6071d;
}
#join01 .wrap.member li {
  color: #361e21;
}
#join01 .wrap.member .button {
  background: #a6071d;
  border-color: #a6071d;
  color: #fff;
}
#join01 .wrap.business {
  background: #fff;
}
#join01 .wrap.business h6 {
  color: #030303;
}
#join01 .wrap.business li {
  color: #1d1d1d;
}
#join01 .wrap.business .button {
  background: #030303;
  border-color: #030303;
  color: #fff;
}

#join02 {
  padding: 60px;
}
#join02 section {
  margin-top: 40px;
  width: 100%;
}
#join02 article {
  width: 100%;
  margin: 0;
  margin-top: 40px;
}
#join02 form {
  width: 100%;
}
#join02 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#join02 label {
  cursor: pointer;
  color: #212121;
  font-weight: 500;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#join02 label i {
  color: #bdbdbd;
  font-size: 12px;
  margin-right: 7.5px;
  -webkit-transition: all, 0.1s;
  transition: all, 0.1s;
}
#join02 label span {
  position: relative;
  -webkit-transition: all, 0.1s;
  transition: all, 0.1s;
  width: 100%;
  height: 100%;
  padding: 0.5rem 1rem;
}
#join02 label input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
#join02 label input[type=checkbox]:checked ~ span {
  color: #75051e;
  background: rgba(117, 5, 30, 0.1);
  border-radius: 0.5rem;
}
#join02 label input[type=checkbox]:checked ~ span i {
  color: inherit;
}

#join02 .all {
  border-bottom: 1px solid;
  margin: 0 auto;
  padding: 37.5px 0;
  font-size: 17px;
  text-align: right;
}
#join02 .all label i {
  font-size: 15px;
}
#join02 .agree_box {
  position: relative;
  z-index: 1;
  border: 1px solid #bdbdbd;
  width: 100%;
  height: 240px;
  margin: 2rem auto;
  margin-bottom: 0;
  scroll-behavior: smooth;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
#join02 .agree_box:before, #join02 .agree_box:after {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 845px;
  height: 5%;
}
#join02 .agree_box:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: linear-gradient(180deg, #fff, transparent);
}
#join02 .agree_box:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(0deg, #fff, transparent);
}
#join02 .agree_content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 3rem;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
  color: #222;
  text-align: left;
}
#join02 .agree_content b {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}
#join02 .agree_content::-webkit-scrollbar {
  position: relative;
  width: 1.2rem;
  height: 3rem;
  z-index: 2;
}
#join02 .agree_content::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  background-clip: padding-box;
  border: 0.3rem solid transparent;
  border-radius: 10px;
}
#join02 .agree_content::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
#join02 .agree_content::-webkit-scrollbar-track {
  background: #f5f5f5;
  z-index: 1;
}

#join02 .privacy {
  width: 100%;
  padding: 45px 100px;
  margin-top: 50px;
  border-top: 1px solid #e0e0e0;
}
#join02 .privacy > h3 {
  font-size: 22px;
  color: #080808;
}
#join02 .privacy > h3 + p {
  margin: 15px 0;
  color: #495057;
}
#join02 .privacy .info {
  width: 100%;
  margin: 30px auto;
}
#join02 .privacy .info .box {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: -1px;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#join02 .privacy .info .box h6 {
  padding-right: 15px;
  text-align: right;
  font-size: 14px;
  width: 30%;
}
#join02 .privacy .info .con {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#join02 .privacy .info .con input {
  font-size: 17px;
  font-weight: 500;
}
#join02 .privacy .info .con input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  padding: 0 1rem;
  width: 100%;
  height: 40px;
}
#join02 .privacy .info .con select {
  border-radius: 0;
  height: 40px;
  margin-right: 15px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: inherit;
}
#join02 .privacy .info .button {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #a60710;
  color: black;
  background: #d70914;
  color: #fff;
  width: 200px;
  height: 50px;
  margin: 40px auto !important;
  margin-bottom: 20px;
}
#join02 .privacy .info .button:hover {
  text-decoration: none;
  background: #ef0a17;
  color: #fff;
}
#join02 .privacy .info .button:active {
  background: #be0812;
  color: #fff;
}

#join02.member label input[type=checkbox]:checked ~ span {
  color: #a6071d;
  background: rgba(166, 7, 29, 0.1);
}
#join02.member .privacy .info .button {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #d70f09;
  color: #130101;
  background: #f5241e;
  color: #fff;
}
#join02.member .privacy .info .button:hover {
  text-decoration: none;
  background: #f73b36;
  color: #fff;
}
#join02.member .privacy .info .button:active {
  background: #ef110a;
  color: #fff;
}
#join02.business label input[type=checkbox]:checked ~ span {
  color: #030303;
  background: rgba(3, 3, 3, 0.1);
}
#join02.business .privacy .info .button {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #1d1d1d;
  color: black;
  background: #363636;
  color: #fff;
}
#join02.business .privacy .info .button:hover {
  text-decoration: none;
  background: #434343;
  color: #fff;
}
#join02.business .privacy .info .button:active {
  background: #292929;
  color: #fff;
}

#join03 {
  position: relative;
  padding: 60px;
}
#join03 form {
  width: 100%;
}
#join03 .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 480px;
}
#join03 h6 {
  text-align: left;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #9e9e9e;
  font-size: 20px;
}
#join03 article {
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
}
#join03 article > div {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#join03 article > div h5 {
  text-align: right;
  font-size: 15px;
  word-break: keep-all;
  margin-bottom: 15px;
}
#join03 article > div .con {
  text-align: left;
  width: 100%;
}
#join03 article > div .con .inputs {
  position: relative;
}
#join03 article > div .con .summary {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
  margin-top: 10px;
  text-align: left;
}
#join03 article > div .con .summary.red {
  color: red;
  font-weight: 700;
}
#join03 article > div .con .summary.red2 {
  color: red;
  font-weight: 700;
}
#join03 article > div .con .summary.blue {
  color: blue;
  font-weight: 700;
}
#join03 article > div .con .summary.blue2 {
  color: blue;
  font-weight: 700;
}
#join03 article > div .con .input_select,
#join03 article > div .con .input_text {
  border: 1px solid #bdbdbd;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 0;
  outline: none;
}
#join03 article > div .con .input_select {
  cursor: pointer;
}
#join03 article > div .con .input_text {
  background: #fff;
}
#join03 article > div .con .input_text:-moz-read-only {
  background: #eeeeee;
  outline: none;
}
#join03 article > div .con .input_text:read-only {
  background: #eeeeee;
  outline: none;
}
#join03 article > div .con .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  margin-left: auto;
  width: calc(25% - 5px);
  height: 50px;
  font-size: 15px;
  background: #75051e;
  border-color: #75051e;
  border-radius: 0;
  color: #fff;
}

#join03 article .dwrap > div {
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#join03 article .name .con {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  width: 100%;
  height: 50px;
}
#join03 article .name .con .inputs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#join03 article .name .con .input_text {
  color: #222;
}
#join03 article .id .con .inputs,
#join03 article .voter .con .inputs,
#join03 article .sponsor .con .inputs,
#join03 article .address .con .inputs,
#join03 article .mobile .con .inputs {
  width: 100%;
}
#join03 article .id .con .button,
#join03 article .voter .con .button,
#join03 article .sponsor .con .button,
#join03 article .address .con .button,
#join03 article .mobile .con .button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#join03 article .id .con #txtEmailAble,
#join03 article .voter .con #txtEmailAble,
#join03 article .sponsor .con #txtEmailAble,
#join03 article .address .con #txtEmailAble,
#join03 article .mobile .con #txtEmailAble {
  color: #1e88e5;
  font-weight: 500;
  font-size: 15px;
}
#join03 article .address .con input#strADDR1Daum {
  width: 100%;
  margin-top: 15px;
}
#join03 article .address2 input[type=text] {
  width: 100%;
}
#join03 article .radio label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: inherit;
}
#join03 article .radio label input {
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  line-height: 1.5;
}
#join03 article .bank .con {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
}
#join03 article .bank .con select {
  width: 180px;
  margin-right: 1rem;
}
#join03 article .bank .con select + input[type=text] {
  width: calc(100% - 190px);
}
#join03 article .bank .bank_name .con {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#join03 article .bank .bank_name .inputs {
  width: 100%;
}
#join03 article .bank .bank_name .inputs b {
  width: calc(75% - 5px);
  height: 50px;
  background: #eeeeee;
  border: 1px solid #bdbdbd;
  outline: none;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  line-height: 1.5;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#join03 article .radio .con {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
}
#join03 article .radio label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: inherit;
  cursor: pointer;
  color: #bdbdbd;
  font-size: 17px;
}
#join03 article .radio label input {
  margin: 0;
  visibility: hidden;
  position: absolute;
}
#join03 article .radio label i {
  margin-right: 6px;
}
#join03 article .radio label span {
  padding: 0.5rem 1rem;
}
#join03 article .radio.birth .con {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#join03 article .radio.birth .con div {
  display: inline-block;
  margin-right: 45px;
}
#join03 article .radio.birth .con div p {
  font-size: 17px;
  font-weight: 500;
}
#join03 article .radio.birth .con .inputs {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#join03 article .radio.birth .con .inputs .checkbox {
  margin: 0;
  margin-left: 10px;
}
#join03 article .selects {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#join03 article .selects > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  margin-right: 2rem;
}
#join03 article .selects > div:last-child {
  margin-right: 0;
}
#join03 article .selects > div p {
  margin-left: 1rem;
}

#join03 .agreement {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0;
}
#join03 .agreement section {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#join03 .agreement section label {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  font-weight: 500;
}
#join03 .agreement .all {
  margin-top: 30px;
}
#join03 .agreement .all label {
  color: #000;
  padding: 0.5rem 0;
  font-size: 2rem;
}
#join03 .agreement .all label input {
  width: 1.5rem;
  height: 1.5rem;
}
#join03 .agreement .policy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#join03 .agreement .policy label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding: 1rem;
  margin: 0.5rem 0;
  background: #eceff1;
  color: #546e7a;
  border-radius: 0;
}
#join03 .button.small {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #0c7cd5;
  color: #010c14;
  background: #2196f3;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-top: 2rem;
}
#join03 .button.small:hover {
  text-decoration: none;
  background: #39a1f4;
  color: #fff;
}
#join03 .button.small:active {
  background: #0d8aee;
  color: #fff;
}
#join03 #result_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1565c0;
  font-size: 17px;
}
#join03 .btnZone {
  width: 100%;
  padding-top: 80px;
}

#joinStep.joinStep4 .birth .con {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#joinStep.joinStep4 .birth .inputs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
#joinStep.joinStep4 .birth .inputs > div {
  width: 33%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-flex !important;
  margin-right: 15px !important;
}
#joinStep.joinStep4 .birth .inputs p {
  margin-left: 7.5px;
}

.joinStepF {
  font-size: 4rem;
  color: #75051e;
}

#joinStepF {
  padding: 50px;
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
}
#joinStepF h5 {
  font-size: 45px;
  white-space: nowrap;
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#joinStepF h5 i {
  margin-right: 5px;
}
#joinStepF h6 {
  display: none;
}
#joinStepF ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 40px;
  width: 480px;
  background: #fff;
  border-radius: 0.5rem;
}
#joinStepF li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  width: 100%;
  margin: 15px 0;
}
#joinStepF li div {
  color: #757575;
  min-width: 75px;
  text-align: left;
  font-weight: 600;
}
#joinStepF li p {
  color: #111;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#joinStepF .btnZone {
  width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  padding-top: 5rem;
}
#joinStepF .btnZone .button {
  margin-top: 15px;
}
#joinStepF .btnZone .button:hover {
  color: #fff;
}
#joinStepF .btnZone .button:not(.promise) {
  background: #adb5bd;
  border-color: #adb5bd;
  color: #fff;
}
#joinStepF .btnZone .button:not(.promise):hover {
  background: #9fa8b2;
  border-color: #9fa8b2;
}
#joinStepF .btnZone .button.promise {
  background: #a6071d;
  border-color: #a6071d;
  color: #fff;
}
#joinStepF .btnZone .button.promise:hover {
  background: #be0821;
  border-color: #be0821;
}

.common.common_office {
  width: 100%;
  margin: 0;
  position: static;
  min-height: calc(100vh - 140px);
}
.common.common_office .wrap {
  border-radius: 20px !important;
  width: 900px;
}
.common.common_office .btnZone {
  width: 100%;
}
.common.common_office .checkbox input:checked ~ span {
  background: #476ff3;
  border-color: #174af0;
}

#join02.common.common_office {
  padding: 0;
}
#join02.common.common_office .wrap {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.31);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.31);
  background: #fff;
  padding: 65px;
}
#join02.common.common_office label::before {
  display: none;
}
#join02.common.common_office label span {
  height: 24px;
  line-height: 1;
}

#join03.common.common_office .wrap {
  width: 900px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.31);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.31);
  padding: 65px;
  background: #fff;
}
#join03.common.common_office article > div .con .button {
  background: #476ff3;
  border: 1px solid #476ff3;
}