.notebook-style {
  background-image: url(../img/notebook/notebook_bg.png);
  background-size: cover;
  background-position: 0 -250px;
  border-top: 3px solid #666;
}
.notebook-style .notebook__wrapper {
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin: 0 auto auto;
  max-width: 1400px;
  padding: 55px 0;
}
.notebook-style .notebook__wrapper .notebook__header {
  margin-bottom: 60px;
  text-align: center;
}
.notebook-style .notebook__wrapper .notebook__header .notebook__header-smalltitle {
  color: #434446;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.notebook-style .notebook__wrapper .notebook__header .notebook__header-title {
  color: #434446;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.notebook-style .notebook__wrapper .notebook__header .notebook__header-desc {
  color: #434446;
  font-size: 22px;
}
.notebook-style .notebook__wrapper .notebook__header .notebook__header-btn .btn {
  font-weight: 700;
}
.notebook-style .notebook__wrapper .notebook__body {
  max-width: 1400px;
  margin-bottom: 50px;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content {
  background-image: url(../img/notebook/notebook_main.png);
  background-repeat: repeat-y;
  background-size: 100% 100%;
  display: grid;
  position: relative;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__body-content-header {
  background-image: url(../img/notebook/notebook_header.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 35px;
  transform: translateY(-23px);
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__body-content-footer {
  background-image: url(../img/notebook/notebook_footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  padding-bottom: 110px;
  transform: translateY(67px);
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__body-content-main {
  padding: 0 5%;
  padding: 0 5%;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__body-content-main .scroll-content {
  min-height: 450px;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__body-content-main .scroll-content > div {
  -ms-grid-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  grid-column-gap: 80px;
  -ms-grid-rows: minmax(0, auto) 5;
  -moz-column-gap: 80px;
  column-gap: 80px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, auto));
}
> .notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__body-content-main .scroll-content > div:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__box-wrapper {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__box-wrapper .notebook__item .notebook__item-content .username {
  align-items: center;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__box-wrapper .notebook__item .notebook__item-content .username img {
  margin-right: 5px;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__box-wrapper .notebook__item .notebook__item-content .LinesEllipsis {
  overflow: hidden;
  max-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__box-wrapper .notebook__item .notebook__item-content .LinesEllipsis-ellipsis {
  color: gray;
  cursor: pointer;
  font-size: 15px;
  font-style: italic;
  display: none;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__box-wrapper .notebook__item .notebook__item-content .LinesEllipsis-ellipsis.show {
  display: block;
}
.notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__box-wrapper .notebook__item .notebook__item-content .content {
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
.notebook-style .notebook__wrapper .notebook__paginate {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.notebook-style .notebook__wrapper .notebook__paginate .pagination a {
  border: 1px solid #434446;
  border-radius: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 1;
}
.notebook-style .notebook__wrapper .notebook__paginate .comment_total-count {
  align-items: center;
  display: flex;
  font-size: 15px;
  margin-left: 30px;
}
.notebook-style .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.notebook-style .box-comments .comments-area .comments-form {
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.notebook-style .box-comments .comments-area .comments-not-login .quick-comments-btn {
  margin-left: 0 !important;
  background-color: #333;
  padding: 6px 25px;
  min-width: 150px;
  border: none;
}

.notebook__compose {
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(../img/notebook/notebook_compose_icon.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
}

@media (min-width: 992px) {
  .notebook-style .notebook__wrapper .notebook__header {
    position: relative;
    z-index: 1;
  }
  .notebook-style .notebook__wrapper .notebook__header .notebook__header-title br {
    display: none;
  }
  .notebook-style .notebook__wrapper .notebook__header .notebook__header-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .notebook-style {
    background-position: -250px -100px;
  }
  .notebook-style .notebook__wrapper {
    margin-top: 25px;
    padding: 0 15px;
  }
  .notebook-style .notebook__wrapper .notebook__header {
    margin-bottom: 40px;
  }
  .notebook-style .notebook__wrapper .notebook__header .notebook__header-smalltitle {
    font-size: 18px;
  }
  .notebook-style .notebook__wrapper .notebook__header .notebook__header-title {
    font-size: 22px;
    line-height: 28px;
  }
  .notebook-style .notebook__wrapper .notebook__header .notebook__header-desc {
    font-size: 18px;
    line-height: 24px;
  }
  .notebook-style .notebook__wrapper .notebook__body .notebook__body-content {
    background-image: url(../img/notebook/notebook_main_mb.png);
  }
  .notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__body-content-main .scroll-content > div {
    display: block;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__body-content-header {
    background-image: url(../img/notebook/notebook_header_mb.png);
    padding-top: 0;
    transform: translateY(-5px);
  }
  .notebook-style .notebook__wrapper .notebook__body .notebook__body-content .notebook__body-content-footer {
    background-image: url(../img/notebook/notebook_footer_mb.png);
    background-position-y: bottom;
    padding-bottom: 45px;
    transform: translateY(40px);
  }
}