.table_board_for {
  width: 100%;
}

.table_board_for thead {
  border-top: 1px solid #999;
}

.table_board_for thead tr th {
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.35px;
  text-align: center;
  color: #333;
}

.table_board_for tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.table_board_for tbody tr td {
  height: 50px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.35px;
  text-align: center;
  color: #666;
}

.table_board_for tbody tr td.no_data {
  height: 100px;
  border-top: 1px solid #ddd;
}

.table_board_for tbody tr td:nth-child(2) {
  padding: 0 30px;
  text-align: left;
}

.table_board_for tbody tr td:nth-child(2) .link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table_board_for tbody tr td:nth-child(2) .link span {
  display: flex;
  align-items: center;
}

.table_board_for tbody tr td:nth-child(2) .link:hover span {
  text-decoration: underline;
}

.board_write_btn_bx {
  margin-top: 50px;
}

.board_write_btn_bx a {
  background: #fff;
  color: #666;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
}

.board_write_btn_bx a:hover {
  border: 1px solid #666;
}

.form_bx {
  width: 100%;
}

.form_bx .input_bx {
  display: flex;
  align-items: center;
  padding: 12px 35px 12px 16px;
  border-top: 1px solid #ddd;
}

.form_bx .input_bx.type2 {
  display: flex;
  align-items: flex-start;
}

.form_bx .input_bx.type2 h3 {
  display: flex;
  align-items: center;
  height: 36px;
}

.form_bx .input_bx.type2 textarea {
  width: 100%;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.8 !important;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666;
  text-indent: 0;
  padding: 5px 10px !important;
  appearance: none;
}

.form_bx .input_bx.type2 >div {
  width: 100%;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666;
  text-indent: 0;
  padding: 0px !important;
  appearance: none;
}

.form_bx .input_bx.type2 textarea:focus {
  outline: none;
  box-shadow: none;
}

.form_bx .input_bx h3 {
  width: 115px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666;
}

.form_bx .input_bx h3 span {
  color: #ff0000;
  margin-left: 5px;
}

.form_bx .input_bx input {
  width: 100%;
  max-width: 310px;
  height: 36px !important;
  border: 1px solid #ddd;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666;
  text-indent: 0;
  padding: 0 10px;
}

.form_bx .check_bx {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666;
}

.form_bx .check_bx input {
  margin-right: 10px;
}

.form_bx .check_bx label {
  cursor: pointer;
}

.form_bx .info {
  border: 1px solid #ddd;
  padding: 28px 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666;
}

.form_bx .submit_bx {
  margin: 110px auto 0;
  width: 160px;
  height: 40px;
}

.form_bx .submit_bx input {
  width: 100%;
  height: 100%;
  background: #3e8ddc;
  border: 1px solid #3e8ddc;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.form_bx .submit_bx input:hover {
  background: #fff;
  color: #3e8ddc;
}

.form_bx.type2 .input_bx.type2 {
  padding: 40px 35px 40px 16px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  align-items: center;
}

.form_bx.type2 .input_bx >div {
  width: 100%;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.8 !important;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666;
  text-indent: 0;
  padding: 10px;
  appearance: none;
}

.form_bx.type2 .answer_bx {
  margin-top: 100px;
}

.form_bx.type2 .answer_bx h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: left;
  color: #666;
  padding: 0 16px 20px;
  border-bottom: 2px solid #ddd;
}

.form_bx.type2 .answer_bx>div {
  padding: 40px 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: -0.35px;
  text-align: left;
  color: #666;
  border-bottom: 1px solid #ddd;
}

.form_bx.type2 .list_bx {
  margin: 60px auto 0;
  width: 100px;
  height: 30px;
}

.form_bx.type2 .list_bx .link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.35px;
  color: #666;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
}

.form_bx.type2 .list_bx .link:hover {
  border: 1px solid #666;
}

.pw_check_bx {
  margin-top: 40px;
  border-top: 1px solid #999;
  padding-top: 60px;
}

.pw_check_bx h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.pw_check_bx p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.35px;
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}

.pw_check_bx .input_bx {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.pw_check_bx .input_bx h3 {
  flex-shrink: 0;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: left;
  color: #666;
}

.pw_check_bx .input_bx input {
  width: 260px;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: left;
}

.pw_check_bx .list_bx {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  width: 200px;
  height: 30px;
}

.pw_check_bx .list_bx .link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.35px;
  color: #666;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
  box-sizing: border-box;
}

.pw_check_bx .list_bx .link:hover {
  border: 1px solid #666;
}

.pw_check_bx .list_bx input.link {
  background: #666;
  border: 1px solid transparent !important;
  color: #fff;
}

.pw_check_bx .list_bx input.link:hover {
  background: #3e8ddc;
}