/* CSS Document */
* {
  box-sizing: border-box;
}

.mem_box1 {
  padding-top: 1rem;
}
.mem_box1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem 1.7rem;
  padding: 0.6rem 0.8rem 0;
}
.mem_box1 ul li {
  text-align: center;
}
.mem_box1 ul li i {
  display: block;
}
.mem_box1 ul li i img {
  width: 100%;
  border-radius: 50%;
}
.mem_box1 ul li h4 {
  font-weight: bold;
  margin-top: 0.3rem;
}
.mem_box1 ul li p {
  margin-top: 0.1rem;
  line-height: 1.625;
}
.mem_box1 .more1 {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
}

.loadmore {
  display: flex;
  width: 1.9rem;
  height: 0.6rem;
  align-items: center;
  justify-content: center;
  color: #d8b465;
  border: solid #d8b465 2px;
  border-radius: 0.3rem;
  margin: 0 auto;
}

.signUp1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(30px);
  top: 0;
  left: 0;
}
.signUp1 .sbscroll {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.signUp1 .sign_con {
  width: 7.5rem;
  border-radius: 0.24rem;
  background: #fff;
  padding: 0.6rem 0.5rem;
  margin: 0.2rem auto;
}
.signUp1 .sign_con h2 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}
.signUp1 .sign_con ul li {
  margin-top: 0.3rem;
}
.signUp1 .sign_con ul li > span {
  display: flex;
  align-items: flex-end;
}
.signUp1 .sign_con ul li > span i {
  color: #dc2424;
  margin-left: 0.15rem;
  line-height: 1;
}
.signUp1 .sign_con ul li > input.input1 {
  display: flex;
  width: 100%;
  height: 0.6rem;
  border: solid #222 2px;
  border-radius: 0.3rem;
  margin-top: 0.1rem;
  align-items: center;
  padding: 0 0.3rem;
}
.signUp1 .sign_con ul li > input.input1::placeholder {
  color: #999;
  white-space: pre-line;
}
.signUp1 .sign_con ul li textarea {
  display: flex;
  width: 100%;
  height: 1.2rem;
  border: solid #222 2px;
  border-radius: 0.3rem;
  margin-top: 0.1rem;
  align-items: center;
  padding: 0.1rem 0.3rem;
  color: #999;
}
.signUp1 .sign_con ul li .btn1 {
  margin-top: 0.4rem;
  width: 100%;
  border: none;
  background: #222;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 0.3rem;
  height: 0.6rem;
  justify-content: center;
  text-transform: uppercase;
  font-family: ChunkFive-Roman;
}

.n_bg3 .signUp1 {
  position: static;
  background: none;
}
.n_bg3 .signUp1 .sbscroll {
  position: static;
}

.reg_bg {
  width: 100%;
  padding: 1.8rem 0;
  background: url(../images/w/reg1.jpg) center no-repeat;
  background-size: cover;
}
.reg_bg .reg_box1 {
  width: 12rem;
  height: auto;
  border-radius: 0.24rem;
  background: #fff;
  padding: 0.6rem 0.5rem;
  margin: 0 auto;
  position: relative;
}
.reg_bg .reg_box1 h2 {
  font-family: ChunkFive-Roman;
  color: #222;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.2rem;
}
.reg_bg .reg_box1 ul.ul1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.reg_bg .reg_box1 ul.ul1 li > span {
  margin-left: 0.1rem;
  display: flex;
  align-items: flex-end;
}
.reg_bg .reg_box1 ul.ul1 li > span i {
  color: #dc2424;
  margin-left: 0.15rem;
  line-height: 1;
}
.reg_bg .reg_box1 ul.ul1 li > input.input1 {
  display: flex;
  width: 100%;
  height: 0.6rem;
  border: solid #222 2px;
  border-radius: 0.3rem;
  margin-top: 0.1rem;
  align-items: center;
  padding: 0 0.3rem;
}
.reg_bg .reg_box1 ul.ul1 li > input.input1::placeholder {
  color: #999;
  white-space: pre-line;
}
.reg_bg .reg_box1 ul.ul1 .selbox {
  display: flex;
  width: 100%;
  height: 0.6rem;
  border: solid #222 2px;
  border-radius: 0.3rem;
  margin-top: 0.1rem;
  align-items: center;
  padding: 0 0.3rem;
}
.reg_bg .reg_box1 ul.ul1 .sitem1 {
  width: 100%;
  position: relative;
}
.reg_bg .reg_box1 ul.ul1 .sitem1 .select .select_ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.82rem;
  display: none;
  padding: 0.1rem 0.3rem 0.2rem;
  background: #ffffff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  max-height: 1.4rem;
  overflow-y: auto;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0.2rem 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
}
.reg_bg .reg_box1 ul.ul1 .sitem1 .select .select_ul li {
  line-height: 1.6;
  margin-top: 0.1rem;
}
.reg_bg .reg_box1 ul.ul1 .sitem1 .select_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
}
.reg_bg .reg_box1 ul.ul1 .sitem1 .select_input em img {
  width: 0.17rem;
}
.reg_bg .reg_box1 .radiobox1 {
  margin-top: 0.3rem;
}
.reg_bg .reg_box1 .radiobox1 .sp1 {
  display: block;
  margin-bottom: 0.2rem;
}
.reg_bg .reg_box1 .radiobox1 ul {
  display: none;
}
.reg_bg .reg_box1 ul.ul2 textarea {
  display: flex;
  width: 100%;
  height: 1.2rem;
  border: solid #222 2px;
  border-radius: 0.3rem;
  margin-top: 0.1rem;
  align-items: center;
  padding: 0.1rem 0.3rem;
  color: #999;
}
.reg_bg .reg_box1 .btn {
  text-align: center;
}
.reg_bg .reg_box1 .btn .btn1 {
  margin: 0.4rem auto 0;
  width: 50%;
  border: none;
  background: #222;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 0.3rem;
  height: 0.6rem;
  justify-content: center;
  text-transform: uppercase;
  font-family: ChunkFive-Roman;
}

.radio1 {
  display: none;
}

.radio1 + label {
  display: flex;
  align-items: center;
}
.radio1 + label i {
  width: calc(100% - 0.34rem);
}

.radio1 + label::before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/w/radio1.png) no-repeat;
  background-size: 100%;
  margin-right: 0.1rem;
}

.radio1:checked + label::before {
  background: url(../images/w/radio2.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1023px) {
  .mem_box1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
    padding: 0.4rem 0 0;
  }
  .signUp1 .sign_con {
    width: calc(100% - 0.4rem);
  }
  .reg_bg .reg_box1 {
    width: calc(100% - 0.4rem);
    background: #fff;
    padding: 0.3rem;
  }
  .reg_bg .reg_box1 ul.ul1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .radio1 + label {
    display: flex;
    align-items: flex-start;
  }
  .radio1 + label::before {
    margin-top: 0.1rem;
  }
}