#inform_list_section {
  padding-top: 90px;
  padding-bottom: 120px;
}
.left_bg_img {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.right_bg_img {
  position: absolute;
  top: 30%;
  right: 0px;
}

.form_title {
  font-size: 24px;
  font-family: "SUIT-Regular";
  width: 100%;
  font-weight: bold;
  margin-bottom: 30px;
}
.form-title {
  width: 100%;
  height: 45px;
  border-top: 2px solid var(--point);
  background-color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 24px;
  padding: 0px 20px;
  box-sizing: border-box;
}

.board_table_topLine {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 80px;
  background-color: #f5f5f5;
  margin-top: 24px;
}
#todenter {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#todenter .goback_button {
  margin: 0px;
  margin-top: 12px;
}
.board_table_topLine .flex {
  background-color: var(--white);
  padding-right: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.board_table_top_item {
  width: 220px;
  height: 45px;
  background-color: var(--whtie);
  color: var(--dark);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.board_table_top_item label {
  color: var(--point);
}

.board_table_top_select {
  width: 138px;
  font-size: 16px;
  text-align: center;
  background-color: var(--white);
  height: 42px;
  outline: none;
  border: none;
  box-sizing: border-box;
}

.board_table_top_input {
  width: 515px;
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.board_table_top_input input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}
.board_table_top_input img {
  cursor: pointer;
  position: relative;
  z-index: 9995;
}

.board_table_headLine {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  border-top: 2px solid var(--point);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navi_line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 8px;
  text-align: center;
}
.navi_number.active {
  width: 24px;
  height: 24px;
  background-color: var(--point);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 14px;
}

.board_table_headItem_nor {
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.board_table_headItem_nor:first-child {
  width: 100px;
}
.board_table_headItem_lag {
  width: calc(100% - 550px);
  height: 100%;
  display: flex;
  align-items: center;

  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.board_table_headLine .board_table_headItem_lag {
  justify-content: center;
}

.board_table_contentLine {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.value_title {
  width: calc(100% - 36px);
  margin-top: 28px;
  font-size: 28px;
  font-weight: bold;
}
.value_contentBox {
  width: 100%;
  margin-top: 24px;
}
.value_content_top {
  display: flex;
  align-items: center;
  font-size: 14px;
  background-color: var(--form);
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  border-top: dotted 1px rgba(0, 0, 0, 0.5);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.5);
}
.button_write {
  margin-top: 60px;
  width: 220px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);

  font-weight: bold;
  background-color: var(--point);
  border-radius: 10px;
}
.value_content_top p {
  margin-right: 20px;
}

.goback_button {
  margin: auto;
  font-size: 16px;
  margin-top: 60px;
  width: 220px;
  outline: none;
  border: none;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);

  font-weight: bold;
  background-color: var(--point);
  border-radius: 10px;
}
.pw_hide_input {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-radius: 10px;
  padding-top: 6px;
  outline: none;
  padding-bottom: 6px;
  display: none;
  margin-left: 12px;
}
.qna_bottom_line label {
  font-size: 14px;
  margin-left: 8px;
}
.value_contentBox_brt_80 {
  margin-bottom: 60px;
}
.answer_zone {
  width: calc(100% - 40px);
  padding: 20px;
  min-height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 20px;
}
.no_answer {
  width: 100%;
  height: 100%;
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: center;
}
.submit_button_qna {
  margin: auto;
  margin-top: 60px;
  cursor: pointer;
  width: 220px;
  height: 45px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  outline: none;
  border: none;
  font-weight: bold;
  background-color: var(--point);
  border-radius: 10px;
}
.qna_bottom_line {
  margin-top: 20px;
  display: flex;
  height: 33px;
  align-items: center;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_line {
  display: none;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  padding-left: 0px;

  font-size: 14px;
}
.seemore_input {
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 45px;
  outline: none;
}
.mobile_line_top {
  display: flex;
  align-items: center;
  color: #d9d9d9;
  font-size: 12px;
}
.nava_line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.value_content_bottom {
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
}
.value_content_bottom img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
  padding: 24px;
  box-sizing: border-box;
}
.mobile_line_bottom {
  font-size: 14px;
}
#qna_title {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
}
.button-submit-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 956px) {
  .right_bg_img {
    height: 145px;
  }
  .left_bg_img {
    height: 100px;
  }
  #inform_list_section .inner {
    width: calc(100% - 40px);
  }
  .form_title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .flex {
    width: auto;
    gap: 8px;
  }
  .board_table_topLine {
    display: flex;
    padding: 12px;
    height: auto;
    gap: 8px;
    box-sizing: border-box;
  }
  .board_table_top_input {
    width: calc(100% - 40px);
  }
  .board_table_top_item,
  .board_table_top_select {
    width: 100%;
  }
  .board_table_top_select {
    width: 120px;
    font-size: 14px;
  }
  .board_table_headLine {
    display: none;
  }
  .mobile_line {
    display: block;
  }
  .board_table_contentLine {
    display: none;
  }
  .value_content_bottom img {
    max-width: 100%;
    height: auto !important;
  }
  .value_content_top {
    font-size: 12px;
  }
  .value_content_top p {
    margin-right: 10px;
  }
  .value_title {
    font-size: 16px;
  }
  .goback_button {
    height: 45px;
    width: 100%;
    margin-top: 12px;
  }

  #inform_list_section {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: calc(100vh - 60px);
  }

  .button_write_open {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    font-size: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  .button-submit-row {
    gap: 8px;
  }
  .button-submit-row button,
  .button-submit-row a {
    width: calc((100% - 8px) / 2);
  }
}
