/* Crisp board controls aligned to the original 2013 Bug board geometry. */
#divSubBoard {
  color: #7d5d36;
  font-family: "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: auto;
}

#divSubBoard *,
#divSubBoard *:before,
#divSubBoard *:after {
  box-sizing: border-box;
}

#divSubBoard .sa-bug-summary {
  width: 580px;
  height: 30px;
  table-layout: fixed;
}

#divSubBoard .sa-bug-summary td {
  height: 30px;
  padding: 0;
  vertical-align: middle;
}

#divSubBoard .sa-bug-summary .sa-bug-summary-text {
  padding: 1px 0 0 10px;
  color: #7d5d36;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  letter-spacing: 0;
}

#divSubBoard .sa-bug-summary .sa-bug-summary-action {
  width: 50px;
  text-align: right;
}

#divSubBoard .sa-cji-btn.sa-bug-write-button,
#divSubBoard .sa-cji-btn.sa-bug-search-button {
  box-sizing: border-box;
  min-width: 0;
  height: 20px;
  padding: 0;
  color: #fff !important;
  font: 700 11px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-synthesis: none;
  text-align: center;
  text-decoration: none;
  text-rendering: auto;
  white-space: nowrap;
}

#divSubBoard .sa-cji-btn.sa-bug-write-button {
  width: 50px;
}

#divSubBoard .sa-cji-btn.sa-bug-search-button {
  width: 40px;
}

#divSubBoard .sa-bug-list {
  width: 580px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

#divSubBoard .sa-bug-list .bbs_bg_header {
  display: grid;
  grid-template-columns: 46px 296px 93px 81px 64px;
  width: 580px;
  height: 28px;
  border-top: 2px solid #876135;
  border-bottom: 1px solid #e2be61;
  background: #f4e0ab;
}

#divSubBoard .sa-bug-list .bbs_bg_header td {
  display: block;
  width: auto;
  height: 26px;
  padding: 5px 0 0;
  border-right: 1px solid #d3a343;
  background: transparent;
  color: #7d5d36;
  font: 400 12px/16px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  font-synthesis: none;
  text-align: center;
  text-rendering: auto;
  white-space: nowrap;
}

#divSubBoard .sa-bug-list .bbs_bg_header td:last-child {
  border-right: 0;
}

#divSubBoard .sa-bug-list .sa-empty-row td {
  height: 70px;
  padding: 1px 0 0;
  border-bottom: 1px solid #e2be61;
  color: #7d5d36;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}

#divSubBoard .sa-bug-list .sa-bug-post-row td {
  height: 31px;
  padding: 0 5px;
  border-bottom: 1px solid #ead19a;
  color: #7d5d36;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}

#divSubBoard .sa-bug-list .sa-bug-post-row .sa-bug-post-title {
  text-align: left;
}

#divSubBoard .sa-bug-list .sa-bug-post-title button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6f4f27;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

#divSubBoard .sa-bug-write-panel,
#divSubBoard .sa-bug-detail-panel {
  width: 580px;
  margin-top: 8px;
  color: #7d5d36;
}

#divSubBoard .sa-bug-write-table,
#divSubBoard .sa-bug-detail-table {
  width: 580px;
  border-collapse: collapse;
  border-top: 2px solid #876135;
  border-bottom: 1px solid #e2be61;
  table-layout: fixed;
}

#divSubBoard .sa-bug-write-table th,
#divSubBoard .sa-bug-detail-table th {
  width: 90px;
  padding: 8px 10px;
  border-right: 1px solid #d3a343;
  border-bottom: 1px solid #e2be61;
  background: #f4e0ab;
  color: #7d5d36;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  text-align: center;
}

#divSubBoard .sa-bug-write-table td,
#divSubBoard .sa-bug-detail-table td {
  padding: 7px 10px;
  border-bottom: 1px solid #ead19a;
  background: #fffdf7;
  color: #6f4f27;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  text-align: left;
}

#divSubBoard .sa-bug-write-table input,
#divSubBoard .sa-bug-write-table textarea {
  width: 100%;
  margin: 0;
  padding: 5px 6px;
  border: 1px solid #d7b66e;
  border-radius: 0;
  background: #fff;
  color: #5d421f;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

#divSubBoard .sa-bug-write-table textarea {
  height: 150px;
  resize: vertical;
}

#divSubBoard .sa-bug-write-actions,
#divSubBoard .sa-bug-detail-actions {
  padding-top: 12px;
  text-align: center;
}

#divSubBoard .sa-bug-write-actions button,
#divSubBoard .sa-bug-detail-actions button {
  margin: 0 2px;
  border: 1px solid #9a6a25;
  border-radius: 3px;
  background: linear-gradient(#bd8b3d, #8b581b);
  color: #fff;
  font: 700 11px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  cursor: pointer;
}

#divSubBoard .sa-bug-write-actions button {
  width: 50px;
  height: 22px;
}

#divSubBoard .sa-bug-detail-actions button {
  min-width: 50px;
  height: 22px;
  padding: 0 8px;
}

#divSubBoard .sa-bug-detail-content {
  min-height: 130px;
  white-space: pre-wrap;
  word-break: break-word;
}

#divSubBoard .sa-bug-footer-controls {
  width: 580px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

#divSubBoard .sa-bug-lower-write td {
  height: 30px;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}

#divSubBoard .sa-bug-pagination-row td {
  height: 30px;
  padding: 0;
  border-bottom: 1px solid #e2be61;
  text-align: center;
  vertical-align: middle;
}

#divSubBoard .sa-bug-pagination-row .bbs_num {
  margin: 0 auto;
}

#divSubBoard .sa-bug-search-row > td {
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#divSubBoard .sa-bug-search-form {
  width: 305px;
  height: 20px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

#divSubBoard .sa-bug-search-form td {
  height: 20px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

#divSubBoard .sa-bug-search-form .sa-bug-search-option {
  width: 60px;
  padding-right: 5px;
}

#divSubBoard .sa-bug-search-form .sa-bug-search-input {
  width: 205px;
  padding-right: 5px;
}

#divSubBoard .sa-bug-search-form .sa-bug-search-action {
  width: 40px;
}

#divSubBoard .sa-bug-search-form select {
  width: 55px;
  height: 20px;
  margin: 0;
  padding: 0 2px;
  border: 1px solid #aa9a7f;
  border-radius: 0;
  background: #fff;
  color: #6f4f27;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  vertical-align: top;
}

#divSubBoard .sa-bug-search-form input[type="text"] {
  width: 200px;
  height: 20px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #e2be61;
  border-radius: 0;
  background: #fff;
  color: #6f4f27;
  font: 400 12px/18px "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  vertical-align: top;
}
