@charset "UTF-8";
/* temp */
.n_board {
  /* style_n */ }
.n_board .button-check {
  padding-left: 20px;
  background: url("../img/ico_check.png") no-repeat 7px center;
  background-size: 9px; }
.n_board .button-write {
  padding-left: 22px;
  background: url("../img/ic_pen.png") no-repeat 7px center;
  background-size: 9px; }
.n_board .button-reply {
  padding-left: 23px;
  background: url("../img/i_reply.png") no-repeat 7px center;
  background-size: 12px; }
.n_board .line {
  position: relative;
  padding-right: 8px; }
.n_board .line:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #ddd; }
.n_board .board_added_module .search_wrap {
  position: static;
  float: right;
  margin-top: 0;
  /* board_added_module - 테이블 상단 드롭다운 버튼 리디자인 */ }
.n_board .board_added_module .search_wrap form {
  height: auto;
  line-height: 1; }
.n_board .board_added_module .search_wrap form .sort_dropdown {
  min-width: auto;
  margin-right: 0; }
.n_board .board_added_module .search_wrap form .sort_dropdown button {
  border: none;
  background: url("../img/btn_user_option.gif") no-repeat right center;
  height: auto;
  line-height: 1;
  padding-right: 15px; }
.n_board .board_added_module .search_wrap form .sort_dropdown ul {
  top: 15px; }
.n_board .board_added_module .search_wrap label {
  margin-right: 5px; }
.n_board .board_added_module .search_wrap label input[type="checkbox"] {
  margin-top: -2px; }
.n_board table.list thead th {
  border-top: 2px solid #cfcfcf;
  color: #555; }
.n_board table.list .bullet_new {
  background: url("../img/ico_new_2.gif") no-repeat; }
.n_board table.list tfoot td {
  padding: .5em;
  text-align: right; }
.n_board table.write {
  border-top: 0;
  border-bottom: 0;
  padding: 10px 0; }
.n_board table.write th, .n_board table.write td {
  border-bottom: none;
  padding: 10px 0; }
.n_board table.write th {
  background: none;
  vertical-align: top; }
.n_board .board_write h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }
.n_board .board_write .btn_wrap {
  border-top: 1px solid #ddd;
  padding-top: 20px; }
.n_board .search_wrap {
  border: none;
  padding: 0;
  text-align: center;
  margin-top: 20px; }
.n_board .board_detail {
  /* board_detail */ }
.n_board .board_detail .board_detail_header {
  position: relative; }
.n_board .board_detail .board_detail_header h4 {
  padding-bottom: 10px; }
.n_board .board_detail .board_detail_header .board_deatil_meta {
  position: absolute;
  top: 0;
  right: 0;
  /* board_deatil_meta */ }
.n_board .board_detail .board_detail_header .board_deatil_meta li {
  display: inline-block;
  padding: 0 10px 0 6px;
  line-height: 1; }
.n_board .board_detail .board_detail_header .board_deatil_meta li time {
  color: #929292; }
.n_board .board_detail .board_detail_header .board_deatil_user_info {
  border-top: 1px dotted #cfcfcf;
  padding: 10px 0;
  /* board_deatil_user_info */ }
.n_board .board_detail .board_detail_header .board_deatil_user_info:before, .n_board .board_detail .board_detail_header .board_deatil_user_info:after {
  content: "";
  display: table; }
.n_board .board_detail .board_detail_header .board_deatil_user_info:after {
  clear: both; }
.n_board .board_detail .board_detail_content {
  padding: 20px 0 30px; }

/*# sourceMappingURL=board.css.map */
