.box.article .title {
  padding: 0 12px;
}

.box.article .title p {
  margin: 0;
  font-size: 12px;
}

.box.article .contents {
  padding: 28px 12px;
}

.box.article p {
  line-height: 1.7em;
}

.box.article .contents :is(ul, ol, li, p) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: justify;
  font-weight: 400;
}

.box.article .contents table {
  border-collapse: collapse;
}

.box.article .contents table td,
.box.article .contents table th {
  border: 1px solid #ccc;
  padding: 8px;
}

.box.article .contents table th {
  border-bottom: 2px solid #666;
  color: #666;
  text-align: left;
}

.box.article .contents img {
  max-width: 100%;
  box-sizing: border-box;
}

.article-metas {
  border-top: 1px solid #ccc;
}

.article-meta {
  display: flex;
  padding: 12px 8px;
  color: rgba(0, 0, 0, 0.5);
  gap: 8px;
  align-items: start;
}

.article-meta .icon::before {
  font-family: 'tabler-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 24px;
  text-transform: none;
  line-height: 1;
  color: var(--color-main-header);
}

.article-meta.deadline .icon::before {
  content: "\ea53";
}

.article-meta .meta-name {
  font-weight: bold;
  font-size: 16px;
  color: var(--color-main-header);
}

.article-meta .meta-value {
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .box.article .title,
  .box.article .contents {
    padding: 0 0;
  }
}