.joinstep {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.joinstep * {
  word-wrap: break-word;
  word-break: keep-all;
}
.joinstep .wrap {
  width: 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 .btnZone {
  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;
  padding-top: 30px;
  width: 100%;
}
.joinstep .btnZone a,
.joinstep .btnZone input {
  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: 480px;
  height: 60px;
  margin: 7.5px auto;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  font-family: inherit;
  border: none;
  border-radius: 0.5rem;
}
.joinstep .btnZone input {
  background: #340556;
  border-color: #340556;
  color: #fff;
}

.joinstep .btnZone a {
  background: #454545;
  border-color: #454545;
  color: #fff;
}
.joinstep .btnZone a * {
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  left: initial;
  height: initial;
}

.joinstep .btnZone a:hover {
  color: inherit;
}
.joinstep .btnZone .cancel {
  background: #e0e0e0;
  color: #222;
}
.joinstep .btnZone .cancel:hover {
  background: rgb(211.25, 211.25, 211.25);
}
.joinstep .btnZone .promise {
  border-color: rgb(19.8901098901, 2.1978021978, 37.8021978022);
  background: rgb(19.8901098901, 2.1978021978, 37.8021978022);
  color: #fff;
}
.joinstep .btnZone .promise:hover {
  background: rgb(45.25, 5, 86);
}

.joinstep .input-wrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 480px;
  margin: 0 auto;
}
.joinstep .input-wrap label {
  position: relative;
  z-index: 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%;
  height: 65px;
  font-size: initial;
  background: #fff;
  cursor: initial;
  border-bottom: 2px solid #bbb;
  margin-top: 10px;
}
.joinstep .input-wrap label i {
  display: none;
  position: absolute;
  left: 0;
  z-index: 1;
  font-size: 18px;
  width: 60px;
  color: rgba(34, 34, 34, 0.4);
}
.joinstep .input-wrap label input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: inherit;
  float: left;
}
.joinstep .input-wrap label input::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: inherit;
  font-weight: 500;
}
.joinstep .input-wrap label input::-moz-placeholder {
  color: #a0a0a0;
  font-size: inherit;
  font-weight: 500;
}
.joinstep .input-wrap label input:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: inherit;
  font-weight: 500;
}
.joinstep .input-wrap label input::-ms-input-placeholder {
  color: #a0a0a0;
  font-size: inherit;
  font-weight: 500;
}
.joinstep .input-wrap label input::placeholder {
  color: #a0a0a0;
  font-size: inherit;
  font-weight: 500;
}
.joinstep .input-wrap label.key {
  z-index: 1;
}
.joinstep .input-wrap label.key span {
  z-index: -1;
  opacity: 0;
}
.joinstep .input-wrap label.focus {
  z-index: 2;
  border-color: #212121;
}
.joinstep .input-wrap label.focus i {
  color: #222;
}
.joinstep .find {
  width: 480px;
  padding: 20px 0;
  overflow: hidden;
  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;
  width: 100%;
}
.joinstep .find #id_save {
  margin-right: auto;
}
.joinstep .find a {
  float: left;
  color: #212121;
  font-weight: 400;
}
.joinstep .find a:hover {
  text-decoration: underline;
}
.joinstep .find i {
  width: 1px;
  height: 15px;
  background: #ced4da;
  margin: auto 20px;
}
.joinstep .button {
  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%;
  height: 60px;
  margin: 0 auto;
  margin-top: 15px;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  font-family: inherit;
}
.joinstep input.button {
  background: #340556;
  color: #fff;
}

.joinstep a.button {
  background: rgb(145.5, 145.5, 145.5);
  border: 1px solid rgb(132.75, 132.75, 132.75);
  color: #121212;
}

.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: rgb(19.8901098901, 2.1978021978, 37.8021978022);
  border-color: black;
  color: #fff;
}
.joinstep .checkbox:hover span {
  background: #f5f5f5;
}
.joinstep .checkbox:hover input:checked ~ span {
  background: rgb(32.5700549451, 3.5989010989, 61.9010989011);
  color: #fff;
}
.joinstep .checkbox:active span {
  background: #f5f5f5;
  color: rgb(183.5, 183.5, 183.5);
}
.joinstep .checkbox:active input:checked ~ span {
  background: rgb(32.5700549451, 3.5989010989, 61.9010989011);
  color: rgb(146.9093406593, 51.8131868132, 243.1868131868);
}

#join01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#join01 .wrap {
  width: 600px;
  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;
  margin: 0 auto;
  border-radius: 2rem;
}
#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: 3rem;
}
#join01 .wrap:first-of-type {
  background: rgb(234.7, 230, 238.1);
}
#join01 .wrap:first-of-type h6 {
  color: #340556;
}
#join01 .wrap:first-of-type li {
  color: rgb(36.7, 29.65, 41.8);
}
#join01 .wrap:first-of-type .button {
  background: #340556;
  border-color: #340556;
  color: #fff;
}
#join01 .wrap:first-of-type {
  margin-bottom: 50px;
}
#join01 .wrap:last-of-type {
  background: rgb(246.4, 242.9, 254.7);
}
#join01 .wrap:last-of-type h6 {
  color: #A986FC;
}
#join01 .wrap:last-of-type li {
  color: rgb(54.25, 49, 66.7);
}
#join01 .wrap:last-of-type .button {
  background: #A986FC;
  border-color: #A986FC;
  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: rgb(19.8901098901, 2.1978021978, 37.8021978022);
  background: rgba(19.8901098901, 2.1978021978, 37.8021978022, 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: rgb(7.5, 7.5, 7.5);
}
#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 {
  width: 200px;
  height: 50px;
  background: rgb(91.6758241758, 7.8021978022, 134.1978021978);
  margin: 40px auto;
  margin-bottom: 20px;
}
#join02 .btnZone {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
#join02 .btnZone a,
#join02 .btnZone input {
  width: calc(50% - 10px);
  margin: 0;
}

#join02.member label input[type=checkbox]:checked ~ span {
  color: #340556;
  background: rgba(52, 5, 86, 0.1);
}
#join02.member .privacy .info .button {
  background: rgb(138.9175824176, 10.6043956044, 182.3956043956);
}
#join02.business label input[type=checkbox]:checked ~ span {
  color: #A986FC;
  background: rgba(169, 134, 252, 0.1);
}
#join02.business .privacy .info .button {
  background: rgb(62.4139784946, 34.4677419355, 249.5322580645);
}

#join03 {
  position: relative;
  width: 480px;
}
#join03 .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#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.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: rgb(19.8901098901, 2.1978021978, 37.8021978022);
  border-color: rgb(19.8901098901, 2.1978021978, 37.8021978022);
  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;
}
#join03 article .bank .con select {
  width: auto;
  margin-right: 1rem;
}
#join03 article .bank .con {
  font-weight: 600;
}
#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;
}
#join03 .button.small:link, #join03 .button.small:active, #join03 .button.small:visited, #join03 .button.small:hover {
  color: #fff;
}
#join03 .button.small {
  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 rgb(11.5384615385, 124.0384615385, 213.4615384615);
  background: #2196f3;
  color: #fff;
}
#join03 .button.small:hover {
  text-decoration: none;
  background: rgb(57.1923076923, 161.4423076923, 244.3076923077);
}
#join03 .button.small:active {
  background: rgb(12.8461538462, 138.0961538462, 237.6538461538);
}
#join03 .button.small {
  width: 50%;
  margin: 0 auto;
  margin-top: 2rem;
}
#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 {
  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;
  padding-top: 30px;
}
#join03 .btnZone a,
#join03 .btnZone input {
  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: 45%;
  height: 60px;
  margin: 7.5px auto;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  font-family: inherit;
  border: none;
  border-radius: 0.5rem;
}
#join03 .btnZone input {
  background: #340556;
  color: #fff;
}

#join03 .btnZone a {
  background: #454545;
  color: #fff;
}
#join03 .btnZone a * {
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  left: initial;
  height: initial;
}

#join03 .btnZone a:hover {
  color: inherit;
}
#join03 .btnZone .cancel {
  background: #e0e0e0;
  color: #222;
}
#join03 .btnZone .cancel:hover {
  background: rgb(211.25, 211.25, 211.25);
}
#join03 .btnZone .promise {
  background: #340556;
  color: #fff;
}
#join03 .btnZone .promise:hover {
  background: rgb(52.7302469136, 0.45, 90.55);
}

#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: rgb(19.8901098901, 2.1978021978, 37.8021978022);
}

#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 {
  -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: rgb(158.8716216216, 168.25, 177.6283783784);
  border-color: rgb(158.8716216216, 168.25, 177.6283783784);
}
#joinStepF .btnZone .button.promise {
  background: #340556;
  border-color: #340556;
  color: #fff;
}
#joinStepF .btnZone .button.promise:hover {
  background: rgb(66.5714285714, 6.4010989011, 110.0989010989);
  border-color: rgb(66.5714285714, 6.4010989011, 110.0989010989);
}