@charset "utf-8";
/* 게시판 버튼 CSS Document */

.board_button {
    display: block;
    margin: 55px 0;
}
.board_button ul {
    float: right;
    margin-right: 0;
}

.board_button ul li {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    padding-left: 0 !important;
}

.board_button a {
      display: inline-block;
      margin-right: 3px;
      background-color: #f25c05;
      padding: 12px 34px;
      text-align: center;
      color: #fff;
      line-height: 24px;
}
#btn_form_submit {
      display: inline-block;
      margin-right: 3px;
      background-color: #333;
      border: 0;
      padding: 12px 34px;
      text-align: center;
      color: #fff;
      line-height: 24px;
}
#btn_form_submit:hover{
	cursor: pointer;
	padding: 11px 33px;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
}
.board_button a#btn_write {
    background-position: -58px 0;
    width: 58px;
}
.board_button a#btn_write:hover {
    width: 58px;
	background-color:#f25c05;
}

/*회원사제품검색 쓰기 추가*/
#content li> a#btn_write {
      background-position: -58px 0;
      width: max-content;
      margin-right: 3px;
      background-color: #333;
      padding: 12px 34px;
      text-align: center;
      color: #fff;
      line-height: 24px;
      list-style: none;
}


.board_button a#btn_list {
    width: max-content;
}
.board_button a#btn_list:hover {
    background-color: #222;
}
.board_button a#btn_remove {
    width: max-content;
    background-color:#333 !important;
}
.board_button a#btn_remove:hover {
    background-color:#000;
}
.board_button a#btn_modify {
    width: max-content;
    background-color:#333 !important;
}
.board_button a#btn_modify:hover {
    background-color:#000;
}
.board_button a#btn_reply {
    width: 58px;
}
.board_button a#btn_reply:hover {
    background-color:#333;
}

.board_button a#btn_config {
    width: max-content;
    background-color:#666;
}

.board_button a#btn_config:hover {
    background-color:#000;
}