.post-view__category {
  font-size: 16rem;
}
@media (max-width: 1280px) {
  .post-view__category {
    font-size: calc(16rem / 1.05);
  }
}
@media (max-width: 1024px) {
  .post-view__category {
    font-size: calc(16rem / 1.08);
  }
}
@media (max-width: 800px) {
  .post-view__category {
    font-size: calc(16rem / 1.15);
  }
}
@media (max-width: 445px) {
  .post-view__category {
    font-size: calc(16rem / 1.12);
  }
}
.post-view__category {
  color: var(--color-gray);
  font-weight: 500;
}
.post-view__title {
  word-break: break-all;
  font-size: 40rem;
}
@media (max-width: 1280px) {
  .post-view__title {
    font-size: calc(40rem / 1.08);
  }
}
@media (max-width: 1024px) {
  .post-view__title {
    font-size: calc(40rem / 1.22);
  }
}
@media (max-width: 800px) {
  .post-view__title {
    font-size: calc(40rem / 1.3);
  }
}
@media (max-width: 445px) {
  .post-view__title {
    font-size: calc(40rem / 1.4);
  }
}
.post-view__title {
  font-weight: 800;
  text-align: center;
}
.post-view__files:not(:first-child) {
  margin-top: 16rem;
}
@media (max-width: 640px) {
  .post-view__files:not(:first-child) {
    margin-top: 12rem;
  }
}
.post-view__files-container, .post-view__attachment {
  padding: 24rem;
  border-radius: 8rem;
  background-color: var(--color-gray-100);
}
.post-view__files-container + .post-view__files-container, .post-view__attachment + .post-view__files-container, .post-view__files-container + .post-view__attachment, .post-view__attachment + .post-view__attachment {
  margin-top: 15rem;
}
.post-view__files-title {
  font-size: 18rem;
}
@media (max-width: 1280px) {
  .post-view__files-title {
    font-size: calc(18rem / 1.05);
  }
}
@media (max-width: 1024px) {
  .post-view__files-title {
    font-size: calc(18rem / 1.08);
  }
}
@media (max-width: 800px) {
  .post-view__files-title {
    font-size: calc(18rem / 1.15);
  }
}
@media (max-width: 445px) {
  .post-view__files-title {
    font-size: calc(18rem / 1.18);
  }
}
.post-view__files-item {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: 100%;
  min-width: 1px;
}
.post-view__files-item + .post-view__files-item {
  margin-top: 5rem;
}
.post-view__files-icon {
  flex-shrink: 0;
  margin-right: 10rem;
}
.post-view__files-link {
  display: flex;
  align-items: center;
  max-width: 100%;
  min-width: 1px;
  font-size: 16rem;
}
@media (max-width: 1280px) {
  .post-view__files-link {
    font-size: calc(16rem / 1.05);
  }
}
@media (max-width: 1024px) {
  .post-view__files-link {
    font-size: calc(16rem / 1.08);
  }
}
@media (max-width: 800px) {
  .post-view__files-link {
    font-size: calc(16rem / 1.15);
  }
}
@media (max-width: 445px) {
  .post-view__files-link {
    font-size: calc(16rem / 1.12);
  }
}
.post-view__files-link {
  color: var(--color-555);
  transition: color 0.3s;
}
@media (hover: hover) {
  .post-view__files-link:focus, .post-view__files-link:hover {
    color: var(--color-222);
  }
  .post-view__files-link:focus .post-view__files-name, .post-view__files-link:hover .post-view__files-name {
    text-decoration: underline;
  }
}
.post-view__files-name {
  word-break: break-all;
}
.post-view__files-size {
  flex-shrink: 0;
  align-self: flex-end;
  margin-left: 5rem;
  color: var(--color-999);
  font-size: 13rem;
}
@media (max-width: 1280px) {
  .post-view__files-size {
    font-size: calc(13rem / 1.05);
  }
}
@media (max-width: 1024px) {
  .post-view__files-size {
    font-size: calc(13rem / 1.08);
  }
}
@media (max-width: 800px) {
  .post-view__files-size {
    font-size: calc(13rem / 1.15);
  }
}
@media (max-width: 445px) {
  .post-view__files-size {
    font-size: calc(13rem / 1.1);
  }
}
.post-view__attachment-item {
  min-width: 1px;
}
.post-view__attachment-item + .post-view__attachment-item {
  margin-top: 10rem;
}
.post-view__attachment-inner {
  font-size: 0;
  line-height: 1;
}
.post-view__attachment-img {
  max-width: 100%;
}
.post-view__contents {
  min-height: 300rem;
  padding: 56rem 40rem;
}
@media (max-width: 1024px) {
  .post-view__contents {
    padding: 44rem 28rem;
  }
}
@media (max-width: 640px) {
  .post-view__contents {
    padding: 40rem 24rem;
  }
}
.post-view__contents .editor-contents {
  overflow-x: auto;
}
.post-view__contents .editor-contents > * {
  max-width: 100%;
}
.post-view__contents .editor-contents p {
  font-size: 18rem;
}
@media (max-width: 1280px) {
  .post-view__contents .editor-contents p {
    font-size: calc(18rem / 1.05);
  }
}
@media (max-width: 1024px) {
  .post-view__contents .editor-contents p {
    font-size: calc(18rem / 1.08);
  }
}
@media (max-width: 800px) {
  .post-view__contents .editor-contents p {
    font-size: calc(18rem / 1.15);
  }
}
@media (max-width: 445px) {
  .post-view__contents .editor-contents p {
    font-size: calc(18rem / 1.18);
  }
}