* {
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#contents_right {
  position: relative;
  width: 280px;
  min-width: 100px;
  height: 100vh;
  margin: 0;
  padding: 0 0 0 7px;
  background: #5A5A64;
  color: #dfdfdf;
  transition: all 500ms 0s ease;
}

.item_pict img {
  margin-right: 4px;
}

.link-list ul li a span.trunc {
  position: relative;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#contents_left #latestlist {
  display: none;
}
#contents_left #teamlist {
  display: none;
}
#contents_left #teamview {
  display: none;
}

.list .list-item:last-child .module-talkgrplist {
  border-bottom: 0;
}

#contents_main > div {
  display: none;
}

.chat-content img.uploadimg {
  height: auto;
  max-width: 300px;
  max-height: 300px;
}

.archive_list {
  display: none;
}

.sub_modal {
  display: none;
}

div.viewimage_main .viewimage_item img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

@media all and (-ms-high-contrast: none) {
  #contents_right .link-list li a span.trunc {
    display: block;
    overflow: hidden;
    max-height: 4.4em;
  }
}/*# sourceMappingURL=mock.css.map */