.join table strong {
  display: block;
  margin-bottom: 1.56vw;
  font-family: 'Spoqa Han Sans';
  font-size: 3.75vw;
  font-weight: 400;
  letter-spacing: -0.07em;
}

.join table textarea {
  height: 40vw;
  padding: 3.125%;
  background-color: #f7f7f7;
  font-family: 'Spoqa Han Sans';
  font-size: 2.81vw;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

.join table .check-agree-box {
  display: block;
  margin-top: 2.3vw;
}

.join table .check-agree-box .check-agree {
  display: block;
  width: 100%;
  font-family: 'Spoqa Han Sans';
  font-size: 3.4375vw;
}

.join table .check-agree-box .check-agree input {
  width: 6.25vw;
  height: 6.25vw;
  margin: 0;
  margin-right: 1vw;
  -webkit-appearance: none;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 0;
}

.join table .check-agree-box .check-agree input[type="checkbox"]:checked {
  width: 6.25vw;
  height: 6.25vw;
  background-color: #2b307c;
  border: none;
}

.join table .check-agree-box .check-agree span {
  display: inline-block;
  line-height: 6.25vw;
  vertical-align: top;
  letter-spacing: -0.06em;
  font-size: 3vw;
}

/*# sourceMappingURL=prod_userule.css.map */