@charset "UTF-8";

.community .subVisulal {
  background: url('/lib/img/community/community_bg.jpg') 50% 50% /cover no-repeat;
}


.inquiry .autoJoin td {
  width: 100%;
}

.inquiry .autoJoin img {
  float: left;
  width: 102px;
  margin-top: 10px;
  margin-right: 20px;
}

.inquiry .autoJoin p {
  font-size: 14px;
}

.inquiry .autoJoin input {
  width: 150px;
  height: 24px;
  margin-top: 10px;
  box-sizing: border-box;
}


.form .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.form .btns button {
  flex: 0 1 30%;
  padding: 15px 0;
  margin: 0 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 20px;
  text-align: center;
}

.form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.form label {
  cursor: pointer;
}

.form table {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d5d5;
  font-size: 16px;
  table-layout: fixed;
}

.form table caption {
  font-size: 0;
  text-indent: -9999px;
}

.form table th,
.form table td {
  padding: 10px 0;
}

.form table th {
  width: 150px;
  padding: 0 15px;
  background: #f4f4f4;
  border-top: 1px solid #d7d5d5;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.form table th.top {
  padding-top: 10px;
  vertical-align: top;
}

.form table td {
  width: 650px;
  padding: 10px 15px;
  border-top: 1px solid #d7d5d5;
  box-sizing: border-box;
}

.form table td input[type="text"],
.form table td input[type="email"] {
  width: 250px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #a4a4a4;
  box-sizing: border-box;
}

.form table td textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #a4a4a4;
  box-sizing: border-box;
  line-height: 1.5;
  resize: none;
}

.form table .agreement {
  padding-left: 220px;
}

.form table .agreement label+input {
  margin-left: 20px;
}


.form .btns {
  margin-top: 50px;
}

.form .btns .cancel {
  background: #f4f4f4;
  color: #353535;
}



@media screen and (max-width: 1023px) {


  .paragraph {
    padding-bottom: 150px;
  }

  .form table {
    font-size: 14px;
  }

  .form table .th {
    width: 100px;
  }

  .form table .td {
    width: 100%;
  }

  .form table td {
    box-sizing: border-box;
  }

  .form table td input[type="text"],
  .form table td input[type="email"],
  .form table td input[type="file"] {
    width: 100%;
  }

  .form table td textarea {
    width: 100%;
  }

  .form table .agreement {
    padding-left: 0px;
  }

  .form table .agreement span {
    display: block;
    margin: 10px 0;
  }

  .form .btns button {
    flex: 0 1 40%;
    margin: 0 15px;
  }

  .form .btns button {
    padding: 15px 0;
    font-size: 14px;
  }

}