.content {
  padding: 0;
}

.sub_title {
  display: none;
}

.joinstep {
  position: relative;
  padding: 0;
}
.joinstep * {
  word-wrap: break-word;
  word-break: keep-all;
}
.joinstep .checkbox {
  min-width: 115px;
  height: 8rem;
  position: relative;
  vertical-align: middle;
}
.joinstep .checkbox:not(:last-of-type) {
  margin-right: 2rem;
}
.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 2.5rem;
  font-size: 2.5rem;
}
.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: #002063;
  border-color: #001030;
  color: #fff;
}
.joinstep .checkbox:hover span {
  background: #f5f5f5;
}
.joinstep .checkbox:hover input:checked ~ span {
  background: #00287d;
  color: #fff;
}
.joinstep .checkbox:active span {
  background: #f5f5f5;
  color: #b8b8b8;
}
.joinstep .checkbox:active input:checked ~ span {
  background: #00287d;
  color: #6395ff;
}

.joinstep .button {
  width: 100%;
  height: 8rem;
  margin-top: 1.5rem !important;
  text-align: center;
}
.joinstep input.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: 3rem;
  font-weight: 400;
  border: solid 1px #001030;
  color: #fff;
  background: #002063;
  color: #fff;
}
.joinstep input.button:hover {
  text-decoration: none;
  background: #00287d;
  color: #fff;
}
.joinstep input.button:active {
  background: #00184a;
  color: #fff;
}

.joinstep a.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: 3rem;
  font-weight: 400;
  border: solid 1px #3c3c3c;
  color: #fff;
  background: #555555;
  color: #fff;
}
.joinstep a.button:hover {
  text-decoration: none;
  background: #626262;
  color: #fff;
}
.joinstep a.button:active {
  background: #484848;
  color: #fff;
}

.joinstep h2 {
  color: #212121;
  font-weight: 400;
  padding: 2.5rem 0;
  margin-bottom: 5rem;
  position: relative;
}
.joinstep h2:before, .joinstep h2:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9e9e9e;
}
.joinstep h2:before {
  top: 0;
}
.joinstep h2:after {
  bottom: 0;
}
.joinstep .wrap {
  width: calc(100% - 12rem);
  padding: 3.75rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5rem auto;
}
.joinstep .wrap h6 {
  display: inline-block;
  width: 100%;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
}
.joinstep .wrap h6 + p {
  margin: 1.25rem 0;
}
.joinstep .wrap ul {
  margin: 1rem 0;
}
.joinstep .wrap li {
  text-align: left;
  margin: 2rem 0;
  font-size: 2.3rem;
}
.joinstep .wrap .button {
  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;
  width: 100%;
  height: 8rem;
  margin: 1.5rem auto;
  background: transparent;
  font-size: 3rem;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
}
.joinstep .wrap input.button {
  background: #002496;
  color: #fff;
}

.joinstep .wrap a.button {
  background: #555555;
  color: #fff;
}

.joinstep .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: 5rem;
  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;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  border-radius: 1rem;
  width: calc(50% - 1rem);
  height: 8.5rem;
  cursor: pointer;
  font-size: 2.7rem;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  font-family: inherit;
  background: transparent;
  border: none;
}
.joinstep .btnZone input {
  background: #002496;
  color: #fff;
}

.joinstep .btnZone a {
  background: #555555;
  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: lightgray;
}
.joinstep .btnZone .promise {
  background: #002496;
  color: #fff;
}
.joinstep .btnZone .promise:hover {
  background: #0030c9;
}

#join01 {
  overflow: hidden;
  min-height: calc(100vh - (13rem + calc(var(--f-vh, 1vh) * 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#join01 .wrap {
  border-radius: 1rem;
}
#join01 .wrap:first-of-type {
  background: #e6e9f5;
}
#join01 .wrap:first-of-type h6 {
  color: #002496;
}
#join01 .wrap:first-of-type li {
  color: #1d2233;
}
#join01 .wrap:first-of-type .button {
  background: #002496;
  border-color: #002496;
  color: #fff;
}
#join01 .wrap:last-of-type {
  background: #eeeeee;
}
#join01 .wrap:last-of-type h6 {
  color: #555555;
}
#join01 .wrap:last-of-type li {
  color: #2a2a2a;
}
#join01 .wrap:last-of-type .button {
  background: #555555;
  border-color: #555555;
  color: #fff;
}
#join01 .wrap .button {
  margin: 0;
  margin-top: 1rem;
  border-radius: 1rem;
}

#join02 {
  padding: 3rem;
}
#join02 section {
  margin-top: 5rem;
}
#join02 article {
  width: 100%;
  margin: 0;
  margin-top: 5rem;
}
#join02 form {
  width: 100%;
}
#join02 .agree_tit {
  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: -0.5rem;
  margin-right: 1.25rem;
  -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: 1rem 2rem;
}
#join02 label input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
#join02 label input[type=checkbox]:checked ~ span {
  color: #002063;
  background: rgba(0, 32, 99, 0.1);
  border-radius: 0.5rem;
}
#join02 label input[type=checkbox]:checked ~ span i {
  color: inherit;
}
#join02 label .subOpt {
  position: absolute;
  left: -30px;
  color: #bdbdbd;
  font-size: 2rem;
  font-weight: 400;
}

#join02 .all {
  border-bottom: 1px solid;
  margin: 0 auto;
  padding: 2.5rem 0;
  font-size: 2.7rem;
  text-align: right;
}
#join02 .all label i {
  font-size: 2.5rem;
}
#join02 .agree_box {
  position: relative;
  z-index: 1;
  border: 1px solid #bdbdbd;
  width: 100%;
  height: 25.6rem;
  margin: 2rem auto;
  margin-bottom: 0;
  scroll-behavior: smooth;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
#join02 .agree_box.box_s {
  height: 12.8rem;
}
#join02 .agree_content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 3rem;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 2.4rem;
  color: #222;
  text-align: left;
}
#join02 .agree_content b {
  font-size: 2.6rem;
  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-track {
  background: #f5f5f5;
  z-index: 1;
}

#join02 .privacy {
  width: 100%;
  padding-top: 5rem;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
#join02 .privacy h6 {
  font-weight: 600;
  font-size: 3.5rem;
  margin-bottom: 2rem;
  color: #000;
}
#join02 .privacy table {
  width: 100%;
  margin: 5rem auto;
}
#join02 .privacy table tr {
  border-top: 1px solid #e0e0e0;
}
#join02 .privacy table th, #join02 .privacy table td {
  padding: 1.25rem;
  border: none;
}
#join02 .privacy table th {
  text-align: right;
}
#join02 .privacy table .name td {
  width: 100%;
}
#join02 .privacy table td .inputs {
  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%;
}
#join02 .privacy table td input {
  font-size: 2.5rem;
  font-weight: 500;
}
#join02 .privacy table td 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;
  width: 100%;
  height: 6.75rem;
  padding: 0 1.5rem;
}
#join02 .privacy table td select {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  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: calc(30% - 1.25rem);
  height: 8rem;
  background: #fff;
  border: 1px solid #bdbdbd;
  padding: 0 1.25rem;
  margin-left: 1.25rem;
  font-size: 2.5rem;
  border-radius: 0;
}
#join02 .privacy table td select:first-child {
  width: 40%;
  margin: 0;
}
#join02 .privacy .button {
  width: 25.6rem;
  height: 8rem;
  font-size: 2.5rem;
  background: #002496;
  margin: 2.5rem auto;
}
#join02 .btnZone {
  padding-top: 0;
}

#join02.member label input[type=checkbox]:checked ~ span {
  color: #002496;
  background: rgba(0, 36, 150, 0.1);
}
#join02.member .privacy .info .button {
  background: #002063;
}
#join02.business label input[type=checkbox]:checked ~ span {
  color: #555555;
  background: rgba(85, 85, 85, 0.1);
}
#join02.business .privacy .info .button {
  background: #3c3c3c;
}

#join03 {
  position: relative;
  overflow: hidden;
}
#join03 .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
#join03 h6 {
  text-align: left;
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #9e9e9e;
  font-size: 20px;
}
#join03 article {
  padding: 2.5rem 0;
  margin: 0 auto;
  width: 100%;
}
#join03 article > div {
  padding: 2.5rem 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: 2.5rem;
  word-break: keep-all;
  margin-bottom: 2.5rem;
}
#join03 article > div .con {
  text-align: left;
  width: 100%;
}
#join03 article > div .con .inputs {
  position: relative;
}
#join03 article > div .con .summary {
  font-size: 2.3rem;
  font-weight: 400;
  color: #9e9e9e;
  margin-top: 2rem;
  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 2.5rem;
  width: 100%;
  height: 8rem;
  font-size: 2.5rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-left: auto;
  width: calc(25% - 1rem);
  padding: 1rem;
  min-width: 100px;
  height: 8rem;
  font-size: 2.5rem;
  background: #002063;
  border-color: #002063;
  border-radius: 0;
  color: #fff;
}

#join03 article .dwrap > div {
  padding: 2rem 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: 8rem;
}
#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;
  margin-top: 0 !important;
}
#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: 2.5rem;
}
#join03 article .address .con input#strADDR1Daum {
  width: 100%;
  margin-top: 2.5rem;
}
#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 {
  margin-bottom: 2rem;
}
#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: 8rem;
  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%;
}
#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: 2.7rem;
  width: 100%;
}
#join03 article .radio label input {
  margin: 0;
  visibility: hidden;
  position: absolute;
}
#join03 article .radio label i {
  margin-right: 1rem;
}
#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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#join03 article .radio.birth .con .inputs {
  margin-top: 2rem;
  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 {
  width: 50%;
}
#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: 2.5rem 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: 5rem;
}
#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: 8rem;
  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: 4.5rem;
}

#join03.joinstep4 .id .input_text, #join03.joinstep4 .voter .input_text {
  width: calc(75% - 1.5rem);
}
#join03.joinstep4 .id .input_text:first-child, #join03.joinstep4 .voter .input_text:first-child {
  margin-right: 2rem;
}
#join03.joinstep4 .button {
  width: 25%;
  margin-left: 0 !important;
  font-size: 2rem;
  height: 8rem;
  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 #303f46;
  color: black;
  background: #455a64;
  color: #fff;
}
#join03.joinstep4 .button:hover {
  text-decoration: none;
  background: #4f6873;
  color: #fff;
}
#join03.joinstep4 .button:active {
  background: #3b4c55;
  color: #fff;
}
#join03.joinstep4 p.summary {
  margin-top: 2.5rem;
}
#join03.joinstep4 .input_select {
  width: 100% !important;
}
#join03.joinstep4 .radio td {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#join03.joinstep4 label {
  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.joinstep4 label input {
  margin: 0;
  margin-right: 1rem;
}
#join03.joinstep4 .birth {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#join03.joinstep4 .birth td {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
#join03.joinstep4 .birth .inputs {
  width: 100%;
  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;
  margin-bottom: 2.5rem;
}
#join03.joinstep4 .birth .inputs input {
  width: calc(33% - 1rem) !important;
  -webkit-box-flex: 0.25 !important;
      -ms-flex: 0.25 !important;
          flex: 0.25 !important;
  padding: 0 1.25rem !important;
}
#join03.joinstep4 .birth .inputs p {
  background: none;
}
#join03.joinstep4 input:not([type=button]):not([type=submit]):-moz-read-only {
  background: #f5f5f5 !important;
}
#join03.joinstep4 input:not([type=button]):not([type=submit]):read-only {
  background: #f5f5f5 !important;
}

#joinStepF {
  padding: 5rem;
  min-height: calc(100vh - (13rem + calc(var(--f-vh, 1vh) * 100)));
}
#joinStepF .wrap {
  width: 100%;
  padding: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: calc(100vh - (13rem + calc(var(--f-vh, 1vh) * 100) + 10rem));
}
#joinStepF .wrap h6 {
  font-size: 5rem;
  text-align: center;
  color: #002496;
  margin-top: -10rem;
}
#joinStepF .wrap h6 i {
  margin-bottom: 1.5rem;
  display: block;
}
#joinStepF .wrap ul {
  background: #f1f3f5;
  width: 100%;
  border-radius: 1rem;
  padding: 3rem;
  margin: 3rem;
}
#joinStepF .wrap li {
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
}
#joinStepF .wrap li div {
  color: #757575;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#joinStepF .wrap li p {
  color: #111;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#joinStepF .wrap .btnZone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
#joinStepF .wrap .btnZone .button {
  margin-bottom: 0.5rem;
}
#joinStepF .wrap .btnZone .button:hover {
  color: #fff;
}
#joinStepF .wrap .btnZone .button:not(.promise) {
  background: #adb5bd;
  border-color: #adb5bd;
  color: #fff;
}
#joinStepF .wrap .btnZone .button:not(.promise):hover {
  background: #9fa8b2;
  border-color: #9fa8b2;
}
#joinStepF .wrap .btnZone .button.promise {
  background: #002496;
  border-color: #002496;
  color: #fff;
}
#joinStepF .wrap .btnZone .button.promise:hover {
  background: #002ab0;
  border-color: #002ab0;
}