@charset "utf-8";

body {
  overflow: hidden;
}
.media-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  background-color: rgba(255,255,255,.95);
  border: 1px solid #3c3d3b;
}
.media-image-wrapper > * {
  width: 100%;
}
.media-grid .media-list-item .media-image-wrapper .media-board-info {
  margin-top: 0 !important;
  padding: 16px 20px !important;
}
.media-grid .media-list-item .media-image-wrapper .thumbnail {
  border: none !important;
}
.scrollarea .thumbnail-wrapper {
  margin-left: 4px;
  margin-right: 4px;
}

@media screen and (max-width: 960px) {
  .media-grid {
    display: block !important;
  }
  .media-grid li {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .media-image-wrapper > *.thumbnail-wrapper {
    width: 238px;
  }
  .media-image-wrapper > *.media-board-info {
    flex: 1;
    width: calc(100% - 238px);
  }
}
@media screen and (max-width: 600px) {
  .media-image-wrapper > *.thumbnail-wrapper {
    width: 158px;
  }
  .media-image-wrapper > *.media-board-info {
    width: calc(100% - 158px);
  }
}
@media screen and (max-width: 560px) {
  .media-grid .media-list-item .media-image-wrapper .media-board-info {
    padding: 8px 16px !important;
  }
  .media-grid .media-list-item .media-image-wrapper .media-board-info a {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media screen and (min-width: 320px) and (max-width: 560px) {
  .profile {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .media-grid .media-list-item .media-image-wrapper .media-board-info .profile-name {
    width: auto !important;
    margin-left: 6px;
  }
}
@media screen and (max-width: 320px) {
  .media-grid .media-list-item .media-image-wrapper .media-board-info a {
    -webkit-line-clamp: 3;
  }
}