/* 게시판 */


.nice-select {
    padding: 7px 25px 6px 10px;
    border-color: #ccc;
}

table.list {
  width:100%;
}
table.list thead th {
  text-align:center;
  height:40px;
  background-image:url('/images/common/board_list_top_center.png');
}

table.list thead th.left {
  width:2px;
  background-image:url('/images/common/board_list_top_left.png');
}
table.list thead th.right {
  width:2px;
  background-image:url('/images/common/board_list_top_right.png');
} 
table.list tbody td:not(.left),
table.list tbody td:not(.right) {
  padding:5px 0;
  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.link>a {
  display:inline-block;
  padding:10px 30px 10px 10px;
}
table.list tbody td.link,
table.list tbody td.link a {
	display:flex;
	align-items: center;
	position:relative;
}
table.list tbody td.link a .modifyBtn {
  position:absolute;
  top:8px;
  display:none;
  right:-70px;
}
table.list tbody td.link a .modifyBtn.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('/images/common/ico_new.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;
}




/* 포스트 내용 읽기 시작 */
.content_wrap { padding:10px; }
.post_read_container { background:#fff;border: 1px solid #efefef; }
.post_title {
	display: table;
	width: 100%;
	padding: 15px;
	background: #f7f7f7;
	border-top:1px solid #999999;
	border-bottom:1px solid #dbdbdb;
}
.post_title .post_subject {
	display: flex;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	font-size: 14px;
	word-break: break-all;
	padding: 5px 0 3px;
	margin:0;
	text-align: left;
	font-weight: 400;
	color:#111111;
}  
.post_title .post_subject .hit_wrap span,
.post_title .post_subject .hit_wrap strong { color:#fff; }

.post_title .post_category {
	color: #78909C;
	float: left;
	font-size: 17px;
}  
.post_title .post_category:after {
	content:"|";
	font-size:18px;
	color: #b6d2e0;
	font-weight: bold;
	padding:0 10px 0 7px;
}
.post_view_info_wrap {
    overflow: hidden;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #dbdbdb;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post_view_info_wrap span { font-size:12px;font-weight: 300;color:#8d8d8d; }
.post_view_info_wrap .pipes { display:inline-block;margin:0 10px;width:1px;height:10px;background:#c9c9c9;vertical-align: middle; }




.post_info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: #FAFAFA;
	border-bottom: 1px solid #efefef;
	padding:0 10px;
}
.post_info .view_info {
	position:absolute;
	right:10px;
	top:15px;
}  
.post_contact {
	display:block;
	width:100%;
	padding:15px 0;
	font-size:12px;
}



.post_view {
	position: relative;
	padding: 0px;
	min-height: 300px;
}
.post_view .post_author {
	position:relative;
	margin-bottom:10px;
	font-size:13px;
	padding: 10px 15px;
	border-bottom: 1px dashed #eee;
}  
.post_view .post_author .show_ip {
	position:absolute;
	right:10px;
}
.post_view .post_content {
	word-break: break-all;
	padding:20px;
}  
.post_view .post_content img {
	width:100%;
	max-width:800px;
	margin:0 auto;
}
/* 공지사항일때만 내용안에 보이는 회사 로고 */
.post_view .post_content_logo {
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.post_view .post_content_logo .logo_cover_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.7);
	z-index: 1;
	top: 0;
	right: 0;
}
.post_view .post_content_logo img { width:120px; }


.upFile_list { margin:0; }
.upFile_list a {
	display:inline-block;
	padding:5px 0px;
	margin-left: 5px;
}
.upFile_list a:first-child { margin-left:0; }



.comment_wrap {
	margin:10px 0;
}
.comment_wrap .textarea_wrap {
	padding:10px;
	background:#E5E9EC;
}
.comment_wrap .textarea_wrap textarea {
	margin-right:150px;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}





.post_btn_wrap {
	text-align:center;
	margin-top:100px;
}
.post_btn_wrap .left_btn {
	border-radius: 0.2rem 0 0 0.2rem;
}
.post_btn_wrap .right_btn {
	cursor:default !important;
	border-radius: 0 0.2rem 0.2rem 0;
}


.board_btn_wrap {
	margin:10px 0;
}
.board_btn_wrap:after { content:'';clear:both;display:block; }



.comment_list_wrap { margin-bottom:30px; }
.comment_write_wrap {
	margin:10px 0;
}
.comment_modify_wrap {
	margin:0 0 20px;
	display:none;
}
.comment_reply_wrap {
	position:relative;
	display:none;
	margin:0 0 20px 40px;
}   
/*
.comment_reply_wrap .add_comment:before,
.comment_list_row.re:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: -16px;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	border-radius: 0 0 0 2px;
}
*/
.comment_list_row.re.width_1 { padding-left:30px !important; }
.comment_list_row.re.width_2 { padding-left:60px !important; }
.comment_list_row.re.width_3 { padding-left:90px !important; }
.comment_list_row.re.width_4 { padding-left:120px !important; }



.add_comment {
	position: relative;
	padding: 15px;
	border-radius: 0 0 2px 2px;
	background-color: rgba(81,107,130,0.15);
}
.add_comment .cmt_content {
	padding-right:110px;
	margin: 0;
}
.comment_write_btn {
	position: absolute;
	top: 16px;
	right: 15px;
	float: right;
	color: #fff;
	font-size: 13px;
	padding: 40px 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 0 2px 2px 0 !important;
	border: 0;
}



#comment_total {
}
.comment_list_row {
	position: relative;
	padding: 0;
}
.comment_list_row .comment_button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-size:12px;
}
.comment_list_row .comment_button .comment_time {
	padding: 0 10px 0 0;
	border-right: 1px dotted #ccc;
}
.comment_list_row .comment_button .comment_ip, 
.comment_list_row .comment_button .comment_time {
	position: relative;
	display: block;
	font-size: 11px;
	color: #666;
	cursor: default;
	margin: 0 10px 0 0;
}
.timestamp, 
.ip_address {
	display: none;
	position: absolute;
	color: #fff;
	white-space: nowrap;
	line-height: 17px;
	padding: 0 5px;
	text-align: center;
	border-radius: 2px;
	background-color: #999;
	right:7px;
	top:0;
}
.ip_address {
	right:0;
}
.comment_list_row .comment_button .comment_menu a { font-size:12px; }
.comment_list_row .comment_button .comment_menu .cnt {
	color:#d52a1a;
}

.comment_info {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	background-color: #F1F8FF;
	border-radius: 2px;
	border-left:3px solid #D3E5F6;
}
.comment_info .cmt_name span {
	font-weight:bold;
}

.comment_list_row .comment_content {
	position:relative;
	min-height: 35px;
	font-size: 13px;
	word-wrap: break-word;
	word-break: break-word;
	padding: 10px 10px 15px;
}
.comment_list_row .comment_content .comment_view {
margin-right:100px;
}
.comment_list_row .comment_content .btn_wrap {
	position:absolute;
	right:10px;
	top:10px;
}
/* 포스트 내용 읽기 종료 */