news-detail.scss 761 Bytes
@import '@/styles/_support';

.content {
  // padding-bottom: 8.5rem;
  padding-bottom: 2.33rem;
}

.box {
  position: relative;
  max-width: $articleWidth;
  // max-width: 64rem;
}

.top-space {
  height: 3rem;
}

.tit {
  text-align: center;
  font-size: $fontSizeTitle;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.back {
  text-align: right;
  margin-top: .75rem;
  cursor: pointer;
}

.dat {
  margin-top: 2.5rem;
  display: flex;

  .date {
    display: flex;
    margin-right: 4rem;

    .icon-clock {
      height: 1.25rem;
      margin-right: .5rem;
    }
  }
}

.desc {
  max-width: $articleWidth;
  margin-top: 2.5rem;
  line-height: 2;
  letter-spacing: 1.2px;
}

@media (max-width: 1200px) {
  .content {
    @include content-percent();
  }
}