#sub_container {
  width: 100%;
  margin-top: 60px;
  background: #f9f9f9;
}

#sub_container .contents {
  width: 95%;
  max-width: 800px;
  min-height: 850px;
  margin: 0 auto;
}

#sub_container .contents .top {
  padding-top: 50px;
}

#sub_container .contents .top h3 {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
}

#sub_container .con {
  width: 100%;
  max-width: 800px;
}

.join_icon_box {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 120px;
  /* background: #ffffff; */
}

.join_icon_box img {
  position: relative;
  float: left;
  display: block;
  /* background: #ffffff; */
}

.join_icon_box p {
  float: left;
  margin-top: 50px;
  width: 150px;
  height: 2px;
  background: #dddddd;
}

/* join button */

.join_button {
  width: fit-content;
  margin: 40px auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.join_button a {
  display: inline-block;
  box-sizing: border-box;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: #131313;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  margin: 0 10px;
}

.join_button a:last-child {
  background: #5e5e5e;
}

/* join */

.join_box {
  width: 100%;
  box-sizing: border-box;
}

.join_sub_tit h5 {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.join_sub_tit p {
  font-size: 16px;
  line-height: 20px;
  color: #7e7e7e;
  font-weight: 500;
}

#join_provision1,
#join_provision2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.join_provision_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 800px;
  height: 70%;
  background: #ffffff;
  box-sizing: border-box;
}

.join_provision_con .close {
  position: absolute;
  top: 0;
  right: -70px;
  display: block;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 999;
  width: 40px;
  height: 40px;
}

.join_provision_con .close span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 3px;
  background: #ffffff;
  transition: 0.3s;
}

.join_provision_con .close:hover span {
  background: red;
}

.join_provision_con .close span.X-1 {
  transform: translate(-50%, -50%) rotate(45deg);
}

.join_provision_con .close span.X-2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.join_provision_con h5 {
  width: 100%;
  background-color: #131313;
  color: #ffffff;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  font-weight: 500;
  box-sizing: border-box;
}

.join_provision_con textarea {
  background: #ffffff;
  width: 100%;
  height: calc(100% - 70px);
  box-sizing: border-box;
  outline: none;
  padding: 20px;
  font-size: 15px;
  word-break: keep-all;
}

.join_provision_con .join_provision_text {
  background: #ffffff;
  width: 100%;
  height: calc(100% - 70px);
  box-sizing: border-box;
  outline: none;
  padding: 20px;
  font-size: 15px;
  word-break: keep-all;
  overflow-y: scroll;
  line-height: normal;
}

.provision_box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-top: 1px solid #131313;
  margin-top: 20px;
}

.provision_box .r {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 20px;
  background: #ffffff;
}

.provision_box .r a {
  display: block;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #525252;
}

.provision_box .r a img {
  vertical-align: middle;
  padding-left: 5px;
}

.join_box label.border_label {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding: 20px 0;
  color: #7e7e7e;
}

.join_box label.border_label span {
  color: red;
}

.join_box .r > label {
  cursor: pointer;
}

.join_box input[id="checkbox"],
.join_box input[id="checkbox1"],
.join_box input[id="checkboxAll"] {
  display: none;
}

.join_box input[id="checkbox"] + label.border_checkbox,
.join_box input[id="checkbox1"] + label.border_checkbox {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #bcbcbc;
  border-radius: 2px;
}

.join_box input[id="checkbox"]:checked + label.border_checkbox,
.join_box input[id="checkbox1"]:checked + label.border_checkbox {
  background: #666666;
}

.join_box .checkboxAll_box {
  text-align: right;
  margin: 10px 0;
}

.join_box .checkboxAll_box > label {
  cursor: pointer;
}

.join_box .checkboxAll_box label.border_label {
  padding: 0;
  vertical-align: text-top;
}

.join_box .checkboxAll_box label.border_label span {
  color: #131313;
  font-weight: 500;
}

.join_box .checkboxAll_box input[id="checkboxAll"] + label.border_checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #bcbcbc;
  border-radius: 2px;
}

.join_box
  .checkboxAll_box
  input[id="checkboxAll"]:checked
  + label.border_checkbox {
  background: #666666;
}

/* join02 */

.join2_box {
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
  /* background: #ffffff; */
  box-sizing: border-box;
}

.join2_box h5 {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.join2_box table {
  border-top: 1px solid #131313;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}

.join2_box table td {
  width: 50%;
  padding: 50px 0;
}

.join2_box table td span {
  font-size: 18px;
  font-weight: 400;
}

.join2_box table td input {
  width: 65%;
  height: 40px;
  border: 1px solid #d2d2d2;
  margin-left: 15px;
  padding: 0 10px;
}

/* join03 */

.join_main h5 {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.join_main table {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #131313;
  border-bottom: 1px solid #dcdcdc;
}

.join_main table th,
.join_main table td {
  display: block;
  width: 100%;
  text-align: left;
}

.join_main table td {
  padding-bottom: 20px;
}

.join_main table tr:first-child th {
  margin-top: 20px;
}

.join_main table th {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

.join_main table td select {
  cursor: pointer;
}

.join_main table td input,
.join_main table td select {
  background-color: #ffffff;
  font-size: 15px;
  height: 40px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  /* margin-bottom: 20px; */
  width: 250px;
  padding: 0 10px;
}

.join_main table td input[type="password"] {
  margin-bottom: 0;
}

.join_main table td input[type="radio"] {
  display: none;
}

.join_main table td select.call_1,
.join_main table td input.call {
  width: 120px;
}

.join_main table tr.receive_mail th,
.join_main table tr.receive_mail td {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding-bottom: 5px;
}

.join_main table td {
  vertical-align: middle;
}

.join_main table tr.receive_mail th {
  margin-bottom: 20px;
  padding-right: 15px;
}

.join_main table td label {
  color: #6c6c6c;
  padding-left: 5px;
}

.join_main table td input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #6c6c6c;
  border-radius: 2px;
  margin-right: 5px;
}

.join_main table td input[type="radio"] + label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  transition: 0.2s;
  border-radius: 2px;
}

.join_main table td input[type="radio"]:checked + label span::after {
  width: 12px;
  height: 12px;
  background: #131313;
}

/* join4 */

.join_4 {
  width: 100%;
}

.join_4 h5 {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.join_4_box {
  border-top: 1px solid #131313;
  border-bottom: 1px solid #dcdcdc;
}

.join_4_box h5 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 15px;
}

.join_4_box p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.join_4_box img {
  display: block;
  margin: 40px auto;
}

@media screen and (max-width: 550px) {
  #sub_container .contents .top h3 {
    text-align: center;
    font-size: 35px;
  }

  #sub_container .contents {
    min-height: auto;
  }

  .join_sub_tit h5 {
    text-align: center;
    font-size: 25px;
  }

  .join_icon_box {
    margin-top: 45px;
    margin-bottom: 50px;
  }

  .join_icon_box img {
    width: 55px;
  }

  .join_icon_box p {
    margin-top: 30px;
    width: 75px;
  }

  .join_sub_tit p {
    word-break: keep-all;
    text-align: center;
    font-size: 14px;
  }

  .provision_box .r {
    padding-left: 10px;
  }

  .join_box label.border_label {
    font-size: 14px;
    padding: 15px 0;
  }

  .provision_box .r a {
    font-size: 12px;
    right: 55px;
    top: 53%;
  }

  .join_box label.border_label {
    font-size: 14px;
  }

  .join_button a {
    width: 120px;
  }

  .join2_box table td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .join2_box table td input {
    height: 35px;
  }

  .join2_box table td span {
    display: inline-block;
    width: 50px;
  }

  .join_main table td input,
  .join_main table td select {
    width: 100%;
  }

  .join_main table td select.call_1,
  .join_main table td input.call {
    width: 30%;
  }
}
