@charset "UTF-8";
/* temp */
/* temp */
.post_array {
  padding: 10px;
  border: 1px solid #ddd;
  /* *zoom: 1; */ }
.post_array:after {
  content: '';
  clear: both;
  display: block; }
.post_array select {
  width: auto !important; }
.post_array .search {
  float: right;
  border: 1px solid #ddd; }
.post_array .search input {
  float: left;
  width: 138px;
  padding: 0 5px;
  width: 138px;
  padding: 0 5px;
  -webkit-transition: width .5s;
  transition: width .5s;
  border: none; }
.post_array .search a {
  float: left; }

/* temp */
.feed_gallery {
  position: relative;
  margin-left: 10px; }
.feed_gallery > ul > li {
  float: left;
  margin-right: 5px;
  padding-left: 0;
  width: 180px; }
.feed_gallery > ul > li.m0 {
  margin-right: 0; }
.feed_gallery .fancybox {
  display: block;
  margin-bottom: 10px;
  height: 150px;
  background: #f8f8f8; }
.feed_gallery .feed_user_info {
  /* zoom: 1; */
  height: 1%; }
.feed_gallery .feed_user_info:after {
  display: block;
  clear: both;
  content: ''; }
.feed_gallery .feed_user_info strong {
  font-size: 12px;
  color: #f8f8f8;
  background-color: black; }
.feed_gallery .feed_user_info span {
  float: right;
  font-size: 12px;
  color: #f8f8f8;
  background-color: black; }
.feed_gallery .feed_good_div {
  float: none; }
.feed_gallery .feed_good {
  text-align: center; }

/* temp */
.feed_hide_area {
  margin-top: 20px;
  /* clear: both;
  margin: 30px 0 15px;
  overflow: hidden;
  border: solid 1px #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; */ }

.feed_hide_cont {
  border-top: 1px solid #e2e2e2; }

.feed_hide_btn {
  /* zoom: 1; */
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 30%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcfcfc), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 30%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 30%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 30%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 30%, #f2f2f2 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 ); */}
.feed_hide_btn button {
  margin: 0;
  padding: 0 20px 0 25px;
  height: 25px;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  border: 0;
  border-right: 1px solid #d4d4d4;
  background: transparent url(../img/i_chat.png) no-repeat 8px -63px;
  filter: none;
  -webkitbox-shadow: 1px 0px white;
  -moz-box-shadow: 1px 0px white;
  box-shadow: 1px 0px white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.feed_hide_btn button:hover {
  margin: 0;
  padding: 0 20px 0 25px;
  height: 25px;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  border: 0;
  border-right: 1px solid #d4d4d4;
  background: transparent url(../img/i_chat.png) no-repeat 8px -63px;
  filter: none;
  -webkitbox-shadow: 1px 0px white;
  -moz-box-shadow: 1px 0px white;
  box-shadow: 1px 0px white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.feed_hide_area.hide .feed_hide_cont {
  display: none; }

.feed_hide_btn button:focus {
  padding: 0 20px 0 24px;
  background-position: 7px -64px; }

.feed_hide_area.hide .feed_hide_btn button {
  background-position: 8px -502px; }
.feed_hide_area.hide .feed_hide_btn button:hover {
  background-position: 8px -502px; }

.feed_hide_cont .post_up .input_write textarea {
  width: 100%; }

/* temp */
.feed_input {
  position: relative;
  z-index: 30;
  /* zoom: 1; */
  margin: 10px 0 0;
  padding-bottom: 20px;
  padding-right: 117px;
  border-bottom: 1px solid #ddd; }
.feed_input:after {
  content: '';
  display: block;
  clear: both; }
.feed_input .ulComment {
  position: absolute;
  top: 0;
  right: 0; }
.feed_input .ulComment li a, .feed_input .ulComment li img {
  height: 30px;
  line-height: 1.9;
  vertical-align: top; }
.feed_input .ulComment li .btn {
  border-color: #a6a6a6;
  /* margin-top: -1px; */
  padding-left: 28px;
  background: url(../img/svg/icon_write.svg) no-repeat 10px center;
  background-size: 12px; }
  .feed_input .ulComment li {
  	float: left;
  	margin-left: 3px;
  }
.feed_input .ulComment li.comment_file, .feed_input .ulComment li.comment_link {
  cursor: pointer;
  border: 1px solid #a6a6a6 !important;}
.feed_input .ulComment li.comment_file:hover, .feed_input .ulComment li.comment_link:hover {
  border-color: #1f61b9; }
.feed_input .ulComment li.comment_file img, .feed_input .ulComment li.comment_link img {
  width: 28px;
  height: 28px; }
.feed_input .ulComment li.comment_file:before, .feed_input .ulComment li.comment_link:before {
  display: none; }
.feed_input .feed_input_txt {
  float: left;
  width: 100%; }
.feed_input .feed_input_txt textarea {
  height: 30px;
  line-height: 1.3;
  font-size: 11px;
  padding: 7px 10px 0 10px;
  resize: none;
  background: none; }
.feed_input .feed_input_txt .btn-comment {
  position: absolute;
  top: 0;
  right: 70px;
  width: 70px;
  background: #fff;
  border: 1px solid #a6a6a6;
  text-align: center;
  line-height: 22px;
  height: 30px; }
.feed_input .feed_input_txt .comment_file_up {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  bottom: -10px; }
.feed_input .feed_input_txt .comment_file_up strong {
  display: none; }
.feed_input .feed_input_txt .comment_link_url {
  position: relative;
  margin-bottom: 5px;
  margin-right: -30px;
  padding-right: 30px; }
.feed_input .feed_input_txt .comment_link_url a {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 26px; }

/* temp */
.photo_profile_layer {
  z-index: 80;
  position: absolute;
  top: 0;
  left: 27px;
  margin: -1px 0 0 5px;
  width: 398px;
  background: #fff;
  border: 1px solid #cecece; }
.photo_profile_layer .thumb {
  padding: 3px;
  background: #fff;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 15px;
  left: 15px; }
.photo_profile_layer .thumb a {
  overflow: hidden;
  display: block;
  width: 120px;
  height: 120px;
  background: #f8f8f8; }
.photo_profile_layer .thumb img {
  width: 120px; }
.photo_profile_layer .tit {
  margin: -1px 0 16px -1px;
  padding-left: 160px;
  padding-top: 25px;
  height: 60px;
  color: #fff;
  background: #1f61b9; }
.photo_profile_layer.on .tit {
  background: #4c93c4 url(../img/ic_alarmtap.png) no-repeat 190px 0; }
.photo_profile_layer .name {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold; }
.photo_profile_layer .bt_opt a {
  display: inline-block;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #67aad6;
  border: 1px solid #3c7ca9; }
.photo_profile_layer .userInfo {
  min-height: 58px; }
.photo_profile_layer .userInfo dt {
  display: none; }
.photo_profile_layer .userInfo dd {
  font-size: 11px;
  line-height: 20px;
  padding-left: 160px; }
.photo_profile_layer .part {
  font-size: 12px;
  margin-bottom: 10px; }
.photo_profile_layer .tx {
  clear: both;
  margin: 15px 15px 0;
  padding: 10px 0;
  border-top: 1px solid #ddd; }
.photo_profile_layer .mess {
  position: absolute;
  top: 80px;
  right: 13px;
  width: 22px;
  height: 17px;
  background: url(../img/i_mess.png) no-repeat;
  text-indent: -9999px; }
.photo_profile_layer .count {
  overflow: hidden;
  padding: 7px 15px;
  color: #9e9e9e;
  background: #f4f5f6;
  border-top: 1px solid #ebebeb; }
.photo_profile_layer .count li {
  float: left; }
.photo_profile_layer .count li strong {
  font-weight: normal; }
.photo_profile_layer .count li span {
  margin: 0 20px 0 10px;
  font-weight: bold;
  color: #000; }
.photo_profile_layer .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 0; }
.photo_profile_layer .btn a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center; }
.photo_profile_layer .arrow {
  position: absolute;
  top: 23px;
  left: -6px;
  width: 6px;
  height: 12px;
  background: url(../img/i_photoLayer_arrow.png) no-repeat 0 0;
  display: none; }

/* temp */
/*링크url 입력*/
.link_url {
  position: relative;
  margin: 5px 0;
  padding-right: 30px !important;
  height: 26px;
  border: 1px solid #ddd; }
.link_url input {
  height: 26px;
  padding: 0 10px;
  color: #666;
  vertical-align: middle;
  border: none 0;
  background: none; }
.link_url a {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px; }

/* 링크url 내용리스트 */
.link_url_list li {
  margin-bottom: 10px; }
.link_url_list li .link_mov, .link_url_list li .link_txt {
  margin: 0; }

/*링크url 동영상*/
.link_mov, .link_txt {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  padding: 5px;
  background-color: #f4f4f4;
  border: solid 1px #dddddd; }

.link_mov .img {
  float: left;
  margin-right: 10px;
  width: 175px;
  height: 100px;
  background-color: #ddd;
  border: 1px solid #d4d4d4; }
.link_mov .info {
  float: left;
  width: 330px; }
.link_mov .info .tit {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  letter-spacing: -1px; }

.link_txt .tit {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  letter-spacing: -1px; }

.link_mov .descrip, .link_txt .descrip {
  padding-top: 5px;
  line-height: 20px; }

.link_mov .close, .link_txt .close {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 5px; }

.link_mov .preview {
  position: absolute;
  top: 5px;
  left: 5px;
  overflow: hidden;
  width: 175px;
  height: 100px;
  border: 1px solid #d4d4d4; }
.link_mov .preview img {
  width: 160px; }

.youtubeWrap iframe {
  width: 100%;
  height: 100px;
  border: 0; }

.link_txt {
  padding: 20px; }
.link_txt .tit {
  width: 97%; }
.link_txt .descrip {
  width: 97%;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word; }

/* temp */
.feed_wrap > ul > li {
  padding: 15px 0 0 60px; }
.feed_wrap .list_wrap {
  position: relative;
  /* zoom: 1; */ }
.feed_wrap li:hover .list_wrap {
  z-index: 10; }

.feed_wrap > ul > li > .photo {
  position: relative;
  float: left;
  margin: 0 0 0 -60px; }
.feed_wrap > ul > li > .photo span {
  display: block;
  overflow: hidden;
  width: 46px;
  height: 46px;
  background: #f5f5f5;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50%; }
.feed_wrap > ul > li > .photo span img {
  width: 100%;
  height: auto; }

.user_list .photo {
  float: left;
  margin: 0 0 0 -77px;
  overflow: hidden;
  width: 60px;
  height: 59px;
  border: 1px solid #eee;
  border-radius: 50%; }

.feed_wrap .photo span img, .user_list .photo img {
  width: 60px;
  height: 100%; }

.feed_wrap .photoBt {
  display: none;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -11px;
  overflow: hidden;
  width: 23px;
  height: 23px;
  background: url(../img/research_add.png) no-repeat 0 0;
  text-indent: -9999px; }

.feed_user_info {
  /* padding-right: 100px; */
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 160px; }
.feed_user_info strong {
  font-size: 13px;
  font-weight: bold;
  color: #fd922c;
  cursor: pointer; }
.feed_user_info span {
  position: relative;
  font-size: 11px;
  color: #696868; }
.feed_user_info .date {
  float: right; }
.feed_user_info a:hover strong {
  text-decoration: underline; }

.feed_txt {
  padding: 7px 0 10px;
  min-height: 35px;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  word-break: break-all; }
.feed_txt a {
  color: #4C93C4; }
.feed_txt a:hover {
  text-decoration: underline; }

.feed_more {
  display: inline-block !important;
  margin: 4px 0 10px;
  padding: 0 8px;
  width: auto !important;
  font-size: 0.88em;
  color: #555 !important;
  border: 1px solid #d8dadb;
  background: #f5f5f5;
  vertical-align: top; }
.feed_more:hover {
  color: #4C93C4 !important;
  text-decoration: none !important; }

.readmore-js-toggle {
  margin: 5px 0 10px;
  color: #43c7f5; }

.feed_good {
  position: relative;
  /* zoom: 1; */
  z-index: 80;
  margin: 10px 0; }
.feed_good:after {
  content: '';
  display: block;
  clear: both; }

.feed_good_div {
  float: left;
  position: relative;
  top: 2px;
  margin-right: 5px; }
.feed_good_div a {
  float: left; }
.feed_good_div .good1, .feed_good_div .good2, .feed_good_div .good3 {
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  display: inline-block;
  /* *display: inline;
  *zoom: 1; */
  padding-top: 20px;
  width: 20px;
  height: 0;
  vertical-align: middle;
  margin-top: -2px; }
.feed_good_div .good1 {
  background: url(../img/ic_reply22.png) no-repeat; }
.feed_good_div .good2, .feed_good_div .good3 {
  width: 17px;
  background: url(../img/ic_good.png) no-repeat; }
.feed_good_div .good2.on, .feed_good_div .good3.on {
  background: url(../img/ic_good_over.png) no-repeat; }
.feed_good_div .good1_num, .feed_good_div .good2_num, .feed_good_div .good3_num {
  display: inline-block;
  min-width: 10px;
  margin-right: 5px;
  padding-right: 5px;
  height: 15px;
  font: normal 10px/15px tahoma, verdana, sans-serif;
  text-align: center;
  text-indent: 0;
  background: url(../img/bg_reply.png) no-repeat right 0; }

.feed_reply .reply_txt .good .good2 {
  overflow: hidden;
  display: inline-block;
  /* *display: inline;
  *zoom: 1; */
  padding-top: 20px;
  width: 20px;
  height: 0;
  vertical-align: middle; }

.feed_reply .reply_txt .good {
  overflow: hidden;
  margin-top: 5px; }
.feed_reply .reply_txt .good .good2 {
  padding-top: 15px;
  width: 15px;
  background: url(../img/ic_good2.png) no-repeat; }
.feed_reply .reply_txt .good .good2.on {
  background-image: url(../img/ic_good2_over.png); }
.feed_reply .reply_txt .good .good2_num {
  display: inline-block;
  margin-left: 2px;
  color: #AFAFAf; }
.feed_reply .reply_txt .good a:hover {
  color: #4C93C4; }

.feed_good .date {
  /* float: right; */ }
.feed_good .layerUI2.g1 {
  left: 20px;
  top: 27px; }
.feed_good .layerUI2.g2 {
  left: 20px;
  top: 27px; }
.feed_good .layerUI2.g3 {
  left: 35px;
  top: 27px; }

.feed_manage {
  position: absolute;
  top: 0;
  right: 0; }
.feed_manage a {
  display: inline-block;
  overflow: hidden;
  padding-top: 22px;
  width: 22px;
  height: 0; }
.feed_manage .bookmark {
  background: url(../img/btn_bookmark_off.gif) no-repeat 0 0; }
.feed_manage .bookmark.on, .feed_manage .bookmark:hover {
  background: url(../img/btn_bookmark_on.gif) no-repeat 0 0; }
.feed_manage .del {
  background: url(../img/btn_feed_delete.gif) no-repeat 0 0; }

.feed_topic {
  padding: 6px 0px;
  font-size: 11px; }
.feed_topic a {
  color: #4C93C4; }

.feed_wrap .list_wrap .link_mov {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0; }
.feed_wrap .list_wrap .link_mov .info {
  width: 310px;
  height: 100px;
  overflow: hidden; }
.feed_wrap .list_wrap .link_mov .close {
  display: none; }
.feed_wrap .list_wrap .link_mov .preview {
  top: 0;
  left: 0;
  width: 175px;
  height: 100px;
  /* iframe {
  	width: 100%;
  	height: 100px;
  } */ }
.feed_wrap .list_wrap .link_txt {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0; }
.feed_wrap .list_wrap .link_txt .info {
  width: 290px; }
.feed_wrap .list_wrap .link_txt .close {
  display: none; }

/* .ulManualBoxWrap {
	height: $feedSliderHeight;
} */
.attachBox .overview {
  position: static !important;
  text-align: left;
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  height: 112px;
  /* overview */ }
.attachBox .overview .up_file {
  /* up_file */ }
.attachBox .overview .up_file .ulManual {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  /* ulManual */ }
.attachBox .overview .up_file .ulManual li {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 10px; }
.attachBox .overview .up_file .ulManual li:first-child {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 8px;
  padding: .2em; }
.attachBox .overview .up_file .ulManual li .ulManual {
  position: relative;
  width: 100%;
  height: auto;
  border: none;
  overflow: hidden;
  /* ulManual */ }
.attachBox .overview .up_file .ulManual li .ulManual li:first-child {
  border-bottom: 0; }
.attachBox .overview .up_file .ulManual li .ulManual li img {
  min-height: 32px; }
.attachBox .overview .up_file .ulManual li .ulManual li.liBtn {
  background: #f8f8f8;
  border-top: 1px dotted #ddd;
  padding: 3px 0;
  height: 24px;
  /* liBtn */ }
.attachBox .overview .up_file .ulManual li .ulManual li.liBtn .borderNone {
  /* float: left; */
  display: inline-block;
  width: 48.5%;
  height: 16px;
  border-radius: 2px;
  border-left: 1px solid #ddd;
  /* borderNone */ }
.attachBox .overview .up_file .ulManual li .ulManual li.liBtn .borderNone:first-child {
  border-left: 0; }
.attachBox .overview .up_file .ulManual li .ulManual li.liBtn .borderNone a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }
.attachBox .overview .up_file .ulManual li .ulManual li.liBtn .borderNone a span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
.attachBox .overview .up_file .ulManual li .ulManual li.liBtn .borderNone a span.icon_download {
  background: url("../img/ico_down.png") no-repeat center center;
  background-size: 13px; }
.attachBox .overview .up_file .ulManual li .ulManual li.liBtn .borderNone a span.icon_view {
  background: url("../img/ico_zoom.png") no-repeat center center;
  background-size: 11px; }

.comment_file_up .viewport {
  width: 100% !important;
  height: 100px !important; }

/* .board_wrap, .infobox_content {

} */
.ulManualBoxWrap .ulManualBox {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #e0e0e0;
  text-align: center;
  overflow: hidden; }
.ulManualBoxWrap .ulManualBox .fs11 {
  display: block;
  padding: .2em;
  margin-bottom: 9px;
  border-bottom: 1px dotted #ddd;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ulManualBoxWrap .ulManualBox li {
  display: block; }
.ulManualBoxWrap .ulManualBox li.liBtn {
  float: left;
  width: 100%;
  margin-top: 9px;
  padding: 4px 0;
  background: #f8f8f8;
  border-top: 1px dotted #ddd;
  text-align: center; }
.ulManualBoxWrap .ulManualBox li .ulManual {
  display: block;
  height: auto !important; }
.ulManualBoxWrap .ulManualBox li img {
  min-height: 32px; }
.ulManualBoxWrap .ulManualBox li a {
  position: relative;
  display: inline-block;
  width: 48%;
  height: 16px;
  text-indent: -99999px;
  /* background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px; */
  border-left: 1px solid #ddd; }
.ulManualBoxWrap .ulManualBox li a:first-of-type {
  border-left: 0; }
.ulManualBoxWrap .ulManualBox li a span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
.ulManualBoxWrap .ulManualBox li a .icon_download {
  background: url("../img/ico_down.png") no-repeat center center;
  background-size: 13px; }
.ulManualBoxWrap .ulManualBox li a .icon_view {
  background: url("../img/ico_zoom.png") no-repeat center center;
  background-size: 11px; }

.attachFileBox .borderNone {
  display: inline-block;
  margin-right: 10px; }
.attachFileBox a {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle; }
.attachFileBox a .fa {
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  margin-left: 2px; }
.attachFileBox a .fa-download {
  background: url("../img/ico_down.png") no-repeat center center;
  background-size: 90%; }
.attachFileBox a .fa-search-plus {
  background: url("../img/ico_zoom.png") no-repeat center center;
  background-size: 90%; }

.topicCommentBox {
  padding: 15px 0 10px;
  margin: 11px 0 20px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ddd; }
.topicCommentBox .commentBox {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px; }
.topicCommentBox .commentBox:last-child {
  border: 0;
  margin: 0;
  padding: 0; }
.topicCommentBox .commentBox h4 {
  font-size: 16px;
  margin: 0; }
.topicCommentBox .commentBox p {
  position: relative;
  font-size: 11px;
  margin-top: 5px; }
.topicCommentBox .commentBox p span {
  display: block;
  color: #fd922c;
  font-size: 10px;
  line-height: 1.4; }
.topicCommentBox .commentBox .btn_wrap {
  margin-top: 10px;
  margin-bottom: 0; }
.topicCommentBox .commentBox button {
  height: 22px;
  line-height: 20px;
  font-size: 12px; }
.topicCommentBox .commentBox .company_recommend_result {
  margin-top: 0;
  border-bottom: 0; }
.topicCommentBox .commentBox .company_recommend_result ul {
  margin: 5px 0; }
.topicCommentBox .commentBox .company_recommend_result ul li {
  padding: 2px 0;
  border-top: 0; }
.topicCommentBox .commentBox .company_recommend_result ul li .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 142px;
  display: inline-block;
  vertical-align: middle; }

.topic_display {
  float: right;
  position: relative;
  top: -2px;
  max-width: 240px; }
.topic_display .topicWord {
  position: relative;
  margin-right: 3px;
  color: #999;
  font-size: 11px; }
.topic_display .delete_topic {
  position: absolute;
  top: -1px;
  right: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/bu5_close.gif) no-repeat center -1px;
  margin-left: 2px; }

.addTopic {
  float: right;
  margin-left: 4px;
  color: #fd922c !important;
  font-weight: 700;
  font-size: 11px; }

.addTopicForm {
  position: relative;
  padding-right: 49px; }
.addTopicForm .form {
  height: 32px;
  line-height: 30px; }
.addTopicForm .addTopicSubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #1f61b9;
  border-radius: 0;
  background: #1f61b9;
  color: #fff; }
.addTopicForm .recommendTopic {
  position: absolute;
  top: 31px;
  left: 0;
  border: 1px solid #1f61b9;
  background: #fff;
  width: 460px;
  z-index: 99; }
.addTopicForm .recommendTopic li {
  font-size: 12px;
  line-height: 20px;
  padding: 2px 10px; }
.addTopicForm .recommendTopic li span {
  float: right;
  color: #929292;
  font-size: 90%; }
.addTopicForm .recommendTopic li:hover, .addTopicForm .recommendTopic li:focus {
  background-color: #fffcef; }
.addTopicForm.noTopic {
  background: #fffcef;
  border: 1px solid #f4efd8;
  padding: 5px 10px; }
.addTopicForm.noTopic a {
  color: #43c7f5;
  font-weight: 700; }
.addTopicForm.noTopic a:hover {
  text-decoration: underline; }

.feed_tag {
  display: inline-block;
  position: relative;
  background: #a6a6a6;
  color: #fff;
  border-radius: 2px;
  padding: 1px 4px;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 8px; }
.feed_tag:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -5px;
  width: 6px;
  height: 6px;
  border: 4px solid #a6a6a6;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: none; }

/* temp */
.poll_wrap {
  margin-bottom: 10px; }
.poll_wrap h5 {
  margin-bottom: 4px;
  font-weight: bold; }
.poll_wrap h5 em {
  margin-right: 6px;
  padding: 0px 6px;
  background: #4CC3C4;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.poll_wrap .bt {
  margin-top: 10px; }
.poll_wrap .poll_num {
  margin-right: 10px; }

.poll_choice {
  padding: 10px 12px;
  border: 1px solid #d4d4d4; }
.poll_choice ul {
  /* zoom: 1; */ }
.poll_choice:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.'; }
.poll_choice li {
  line-height: 22px;
  margin-right: 25px; }

.poll_result {
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid #d4d4d4;
  background: #f8f8f8; }
.poll_result h5 em {
  background: #4CC3C4; }
.poll_result ul li {
  margin-bottom: 5px; }
.poll_result .graph .g_bar {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 80%;
  height: 6px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #e9e9e9;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px white;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px white;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px white; }
.poll_result .graph .g_bar .g_action {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  /* *display: inline;
  zoom: 1; */
  height: 6px;
  background: #4CC3C4; }
.poll_result .graph .g_percent {
  font-weight: bold;
  line-height: normal; }
.poll_result .graph .g_percent span {
  margin-left: 3px;
  font-weight: normal; }

.poll_wrap .bt .button {
  margin-right: 3px; }

.poll_result .layerUI2 {
  left: 360px; }
.poll_result .graph + .layerUI2 {
  margin-top: 5px; }

/* temp */
.feed_reply {
  position: relative;
  z-index: 50;
  margin-top: -1px;
  /* .feed_good_div {
  	top: 20px;
  	right: 0;
  } */ }
.feed_reply > ul > li {
  clear: both;
  padding: 15px 0 0 50px;
  margin-top: 15px;
  vertical-align: top;
  border-top: 1px dotted #ddd; }
.feed_reply .thumb {
  float: left;
  margin-left: -50px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff; }
.feed_reply .thumb img {
  width: 100%;
  height: auto; }
.feed_reply .reply_txt {
  position: relative;
  width: auto;
  height: auto; }
.feed_reply .reply_txt .name {
  margin-right: 10px;
  font-weight: bold; }
.feed_reply .reply_txt .para {
  width: 100%;
  font-size: 12px; }
.feed_reply .reply_txt a {
  color: #fd922c; }
.feed_reply .reply_txt a em {
  color: #333; }
.feed_reply .reply_txt .para a:hover {
  text-decoration: underline; }
.feed_reply .reply_txt .para span {
  font-size: 1em;
  color: #4C93C4; }
.feed_reply .feed_good {
  border: 0; }
.feed_reply .reply_txt .bt {
  position: absolute;
  top: 0;
  right: 0; }
.feed_reply .readmore-js-toggle {
  width: auto !important;
  display: inline-block !important; }

/* temp */
.feed_all_search .title {
  margin-top: 20px; }
.feed_all_search .title h4 {
  float: left;
  margin-top: 4px; }
.feed_all_search .title h4 em {
  margin-left: 3px;
  font-size: 11px; }
.feed_all_search .thumbInfo .thumb {
  width: 40px;
  height: 40px; }

.monitor .thumbInfo .thumb {
  width: 40px;
  height: 40px; }

.feed_all_search .thumbInfo .thumb img, .monitor .thumbInfo .thumb img {
  width: 40px; }

.feed_all_search .file_follow_list {
  margin-top: 15px; }
.feed_all_search .button {
  font-size: 11px;
  padding: 0 7px; }
.feed_all_search table {
  margin-top: 10px; }

.monitor {
  padding: 5px 10px;
  border: 1px solid #d4d4d4; }
.monitor h4 {
  padding: 0 0 5px;
  background: none;
  border-bottom: 1px solid #eee; }
.monitor.person {
  margin-top: 15px; }
.monitor li {
  padding: 5px 0 !important; }
.monitor .thumbInfo dd {
  width: 115px; }

.closedAlert {
  padding: 10px 10px 10px 38px;
  border: 1px solid #4CC3C4;
  background: #FFFCD5 url(../img/ic_waring.png) no-repeat 10px center; }
.closedAlert strong {
  display: block; }
.closedAlert a {
  margin-left: 10px;
  color: #4CC3C4;
  text-decoration: underline; }

/* temp */
td .feed_slider {
  margin: 0; }

.feed_slider {
  margin-bottom: 20px;
  padding: 10px 10px 0;
  border: 1px solid #ececec;
  background: #fafafa; }

.feed_slider_wrap {
  /* overflow: auto; */
  padding-right: 0 !important;
  height: 112px; }
.feed_slider_wrap:focus {
  outline: none; }
.feed_slider_wrap .viewport {
  /* overflow: auto !important;
  overflow-y: auto !important; */
  height: 112px !important;
  max-width: 820px; }
.feed_slider_wrap .viewport .overview {
  position: static !important; }
.feed_slider_wrap .viewport .overview .feed_slider_box {
  float: left; }

.feed_slider_box ul {
  float: left; }
.feed_slider_box ul li {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
  padding: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #DDD;
  text-align: center;
  word-break: break-all;
  background: #fff; }
.feed_slider_box ul li div {
  position: relative;
  width: inherit;
  height: inherit;
  display: block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 13px;
  height: 70px;
  margin-top: 5px;
  text-align: center;
  background: #f8f8f8;
  padding: 4px 0;
  border-top: 1px dotted #ddd; }
.feed_slider_box ul li div.up_file {
  padding-top: 8px;
  background: #fff;
  height: 75px;
  border-top: 0;
  margin-top: 0; }
.feed_slider_box ul li div.c_d1 {
  float: left;
  width: 100%;
  margin-top: 0;
  height: auto;
  margin-top: 10px; }
.feed_slider_box ul li div img {
  width: auto !important;
  height: 32px; }
.feed_slider_box ul li div a {
  float: left;
  width: 50%;
  height: 16px;
  text-indent: -99999px;
  border-right: 1px solid #ddd;
  /* border: 1px solid #ddd; */ }
.feed_slider_box ul li div a:last-child {
  border-right: 0; }
.feed_slider_box ul li div a.file_down {
  background: url("../img/ico_down2.png") no-repeat center center; }
.feed_slider_box ul li div a.file_delete_FILE, .feed_slider_box ul li div a.file_delete, .feed_slider_box ul li div a.file_delete_GNL {
  background: url("../img/i_close3.png") no-repeat center center; }
.feed_slider_box ul li div .c_d1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .4em;
  border-top: 1px dotted #ccc;
  height: 25px;
  background: #f8f8f8; }
.feed_slider_box ul li label {
  font-size: 10px;
  display: block;
  padding: .2em;
  border-bottom: 1px dotted #ddd;
  height: 23px;
  line-height: 20px; }
.feed_slider_box ul li > p {
  width: 100%;
  height: 73px; }
.feed_slider_box ul li > p + .c_d1.c_d11 {
  margin-top: 0; }
.feed_slider_box ul li img {
  margin: 0 !important; }
.feed_slider_box .up_img img {
  width: 100px; }
.feed_slider_box .up_file span {
  display: block;
  margin: 5px auto 0;
  width: 80px;
  font-size: 11px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  margin-bottom: 15px; }
.feed_slider_box li.up_file {
  /* *padding-top: 20px;
  *height: 78px;  */}
.feed_slider_box .up_file span {
  /* *display: block; */ }
.feed_slider_box .upload_btn {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  border: 0 none;
  background: url(../img/file_upload_btn.gif) no-repeat 0 0; }
.feed_slider_box .upload_btn:hover {
  background: url(../img/file_upload_btn_on.gif) no-repeat 0 0; }
.feed_slider_box .upload_btn label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -99999px;
  font-size: 0; }
.feed_slider_box .upload_btn input {
  cursor: pointer;
  width: 100px;
  height: 100px;
  opacity: 0;
  filter: alpha(opacity=0); }
.feed_slider_box .upload_btn input:focus + label {
  border: 2px solid #73afec; }

.file_addlist {
  float: left;
  width: 100%;
  padding: 10px 10px 0;
  border: 1px solid #ddd;
  background: #fafafa; }
.file_addlist .feed_slider_wrap {
  border-bottom: 0;
  padding: 0 !important; }
.file_addlist .feed_slider_box ul li .upload_btn {
  margin-top: 0;
  background-position: center center;
  width: 98px;
  height: 98px; }
.file_addlist .feed_slider_box ul li .upload_btn > label {
  top: 4px;
  height: 98px; }
.file_addlist .feed_slider_box ul li p span {
  display: block;
  padding: .2em;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  background: #fff;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* .attachBox .feed_slider_wrap .viewport {
	height: 112px !important;
} */
button.select_file_template {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  line-height: 2;
  font-size: 12px;
  color: #a6a6a6; }
button.select_file_template img {
  opacity: .2;
  margin-bottom: 10px; }
button.select_file_template b {
  font-weight: normal; }
button.select_file_template:hover {
  color: #999;
  border-color: #a6a6a6; }
button.select_file_template:hover img {
  opacity: .4; }
button.select_file_template:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #eee;
  z-index: -1; }

.file_template {
  float: left;
  width: 100%;
  border: 1px solid #a6a6a6;
  margin-top: 10px;
  padding: 8px 6px 4px 7px; }
.file_template ul li {
  float: left;
  width: 105px;
  height: 83px;
  margin: 0 2px 4px;
  border: 1px solid #ddd; }
.file_template ul li img {
  width: 100%;
  height: auto;
  margin: 0; }
.file_template ul li.template_add {
  border: 1px dotted #ddd; }
.file_template ul li.template_add .template_add_btn {
  width: 103px;
  height: 81px;
  text-indent: -99999px;
  background: url(../img/file_upload_btn.gif) no-repeat center center;
  background-size: 102%; }

/* temp */
.file_up {
  position: relative;
  margin: 5px 0;
  padding: 10px 10px 0;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fafafa; }
.file_up .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 7px; }
.file_up .tit {
  display: block;
  margin-bottom: 6px;
  padding-left: 11px;
  font-weight: bold;
  background: url(../img/ic_file.gif) no-repeat 0 center; }

.doc_filelist .file_up {
  margin: 0; }
.doc_filelist .file_up .feed_slider_wrap {
  border-bottom: 0;
  padding-bottom: 0; }

/* temp */
.post_write {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  z-index: 70; }
.post_write .optBt {
  margin-right: 5px; }
.post_write .optBt li {
  float: left;
  border: 1px solid #a6a6a6;
  border-left: 0; }
.post_write .optBt li:first-child {
  border-left: 1px solid #a6a6a6; }
.post_write .optBt li a {
  overflow: hidden;
  display: block;
  padding-top: 30px;
  width: 30px;
  height: 0; }
.post_write .optBt li.write a, .post_write .optBt li.file a {
  background: url(../img/ic_option1.gif) no-repeat 0 0; }
.post_write .optBt li.write a:hover, .post_write .optBt li.write a.on, .post_write .optBt li.file a:hover, .post_write .optBt li.file a.on {
  background: url(../img/ic_option1_on.gif) no-repeat 0 0; }
.post_write .optBt li.link a {
  background: url(../img/ic_option2.gif) no-repeat 0 0; }
.post_write .optBt li.link a:hover, .post_write .optBt li.link a.on {
  background: url(../img/ic_option2_on.gif) no-repeat 0 0; }
.post_write .optBt li.poll a {
  background: url(../img/ic_option3.gif) no-repeat 0 0; }
.post_write .optBt li.poll a:hover, .post_write .optBt li.poll a.on {
  background: url(../img/ic_option3_on.gif) no-repeat 0 0; }

.target_select {
  position: relative;
  text-align: right;
  z-index: 55; }
.target_select > div, .target_select .optBt {
  display: inline-block;
  vertical-align: middle; }
.target_select .optBt {
  float: left; }
.target_select select {
  width: 30%;
  min-width: 180px; }
.target_select .button, .target_select .btn {
  font-size: 14px;
  height: 32px;
  line-height: 24px;
  color: #fff;
  padding-left: 28px;
  background: #fd922c url(../img/svg/icon_check_white.svg) no-repeat 10px center;
  background-size: 12px;
  border: none; }
.target_select .button:hover, .target_select .btn:hover {
  background-color: #ef413a; }
.target_select .multi {
  float: left;
  margin-right: 5px; }
.target_select .multi select.form {
  height: 32px;
  line-height: 30px;
  padding-left: 10px;
  border-color: #a6a6a6;
  max-width: 120px; }
.target_select .multi select.form:first-child {
  position: relative;
  width: auto;
  min-width: auto;
  border-color: #1f61b9;
  color: #1f61b9;
  background: #fff;
  padding: 0 10px;
  text-align: center;
  z-index: 1;
  margin-right: -1px; }
.target_select .multi select.form:first-child:hover, .target_select .multi select.form:first-child:focus {
  background: #1f61b9;
  color: #fff; }
.target_select .msgSendInputForm {
  position: relative;
  float: left;
  width: 129px; }
.target_select .msgSendInputForm input {
  height: 32px;
  line-height: 30px;
  padding-right: 32px; }
.target_select .msgSendInputForm .i_groupline {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px; }
.target_select .msgSendInputForm .i_groupline b {
  font-size: 0;
  opacity: 0; }

.post_up {
  position: relative; }
.post_up .title {
  border-bottom: 2px solid #333;
  margin-bottom: 15px;
  min-height: 75px; }
.post_up .poll_form, .post_up .file_up {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f5f5f5; }
.post_up .file_up {
  padding: 5px;
  height: 112px; }
.post_up .poll_form {
  border: 1px solid #a6a6a6; }
.post_up .input_write {
  margin-bottom: 5px;
  height: 100%; }
.post_up .input_write label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  clip: rect(0, 0, 0, 0);
  text-indent: -9999px; }
.post_up .input_write textarea {
  height: 60px;
  padding: 5px 10px;
  resize: none;
  border-color: #ddd;
  background-color: #fff; }
.post_up h3 {
  background: url(../img/ic_file.gif) no-repeat 0 center;
  font-weight: 800;
  padding-left: 11px;
  margin-bottom: 6px; }
.post_up .file_up .tit {
  display: none; }
.post_up .poll_form p {
  margin-bottom: 6px;
  padding-left: 20px;
  font-weight: normal;
  color: #7a7a7a;
  background: url(../img/ic_poll.png) no-repeat 0 center; }
.post_up .poll_form p label {
  margin-left: 10px; }
.post_up .poll_form li {
  margin-bottom: 5px; }
.post_up .poll_form li:last-of-type {
  margin-bottom: 0; }
.post_up .poll_form li input {
  margin-right: 3px;
  width: 518px; }
.post_up .poll_form .poll_add {
  display: inline-block;
  background: #fff;
  border-radius: 50%; }
