/* 게시판 */


.nice-select {
    padding: 7px 40px 6px 10px;
}

table.list {
	width:100%;
	border: 1px solid #d7d5d5;
	border-left: 0;
	border-right: 0;
}
table.list thead th {
	padding: 11px 0 10px;
	border-bottom: 1px solid #d7d5d5;
	background:#f9f9f9;
	color: #353535;
	text-align:center;
	/* background-image:url('/images/common/board_list_top_center.png'); */
}

table.list thead th.left {
  width:2px;
  border-left: 0;
  /* background-image:url('/images/common/board_list_top_left.png'); */
}
table.list thead th.right {
  width:2px;
  border-right: 0;
  /* background-image:url('/images/common/board_list_top_right.png'); */
} 
table.list tbody td:not(.left),
table.list tbody td:not(.right) {
  text-align:center;
  border-bottom:1px solid #E6ECF0;
}
table.list tbody td.no_data_td {
  padding:20px;
  color:#989898;
}
table.list tbody tr:hover {
  background:#f1f1f1;
}
table.list tbody td a.post_link {
	display:flex;
	align-items: center;
	position:relative;
	padding:15px 5px;
}
table.list tbody td a.post_link > .title { margin: 0 5px;text-align:left; }
table.list tbody td a.post_link > .comment_cnt { font-size:11px;font-weight:normal; }
table.list tbody td .post_edit_wrap {
  position:absolute;
  top:8px;
  display:;
  right:-70px;
}
table.list tbody td .post_edit_wrap .del {
  margin-right:-50px;
}

.board_top_wrap { margin-bottom:5px; }
.board_top_wrap,
.board_top_wrap .searchWrap { display:flex;align-items: flex-start;justify-content: space-between; }
.board_top_wrap .searchWrap .btn_searchCancel { display:none; }


.btn_wrap { display:flex;justify-content: space-between; }

.icon {
    display: inline-block;
    font-size: 0;
    margin: 0 5px;
    vertical-align: middle;
    width: 11px;
    height: 11px;
}
.icon.new {
	background: url('../../assets/images/ico_new_909d4d0546.gif');
}


.read_icon { padding:3px 0px 4px;font-weight:400;display: flex;align-items: center;justify-content: center;font-size:10px;width:50px;margin:0 auto; }
.read_icon i { color:#fff;margin-left:5px; }


.h_30 {
  height:30px !important;
}
.h_40 {
  height:40px !important;
}
.h_50 {
  height:50px !important;
}
.h_60 {
  height:60px !important;
}
.h_70 {
  height:70px !important;
}
.h_80 {
  height:80px !important;
}
.h_90 {
  height:90px !important;
}
.h_100 {
  height:100px !important;
}
.h_110 {
  height:110px !important;
}
.h_120 {
  height:120px !important;
}
.h_130 {
  height:130px !important;
}
.h_140 {
  height:140px !important;
}
.h_150 {
  height:150px !important;
}
.h_160 {
  height:160px !important;
}
.h_170 {
  height:170px !important;
}
.h_180 {
  height:180px !important;
}
.h_190 {
  height:190px !important;
}
.h_200 {
  height:200px !important;
}
.w_50 {
  width:50px !important;
}
.w_60 {
  width:60px !important;
}
.w_70 {
  width:70px !important;
}
.w_80 {
  width:80px !important;
}
.w_90 {
  width:90px !important;
}
.w_100 {
  width:100px !important;
}
.w_110 {
  width:110px !important;
}
.w_120 {
  width:120px !important;
}
.w_130 {
  width:130px !important;
}
.w_140 {
  width:140px !important;
}
.w_150 {
  width:150px !important;
}
.w_160 {
  width:160px !important;
}
.w_170 {
  width:170px !important;
}
.w_180 {
  width:180px !important;
}
.w_190 {
  width:190px !important;
}
.w_200 {
  width:200px !important;
}
.w_full {
  width:100% !important;
}




/* 포스트 내용 읽기 시작 */

/* 포스트 내용 읽기 종료 */