.contestpage-categorys {
  margin-bottom: 32px;
}
.contestpage-categorys .category-item {
  flex: 1;
  text-align: center;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 10px;
  transition: all 0.3s;
}
.contestpage-categorys .category-item:last-child {
  margin-right: unset;
}
.contestpage-categorys .category-item:hover {
  transform: scale(1.05);
}
.contestpage-categorys .category-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 6px 10px 6px;
}
.contestpage-categorys .category-item__icon {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  fill: currentColor;
}
.contestpage-categorys .category-item:nth-child(1) {
  background-color: #FBEEE9;
}
.contestpage-categorys .category-item:nth-child(1) a {
  color: #FF6F38;
}
.contestpage-categorys .category-item:nth-child(2),
.contestpage-categorys .category-item:nth-child(4) {
  background-color: #E6FBF9;
}
.contestpage-categorys .category-item:nth-child(2) a,
.contestpage-categorys .category-item:nth-child(4) a {
  color: #02D8BF;
}
.contestpage-categorys .category-item:nth-child(3) {
  background-color: #ECEDFD;
}
.contestpage-categorys .category-item:nth-child(3) a {
  color: #7563FD;
}
.contestpage-pager {
  padding: 10px 0 30px;
}
.contestpage-detail__header {
  text-align: center;
  margin: -2em -2em 0;
}
.contestpage-detail__header h1 {
  font-size: 26px;
  line-height: 1.2;
  padding: 1em;
}
.contestpage-detail__header .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  vertical-align: top;
}
.contestpage-detail__body img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
}
.contestpage-detail__body p,
.contestpage-detail__body h1,
.contestpage-detail__body h2,
.contestpage-detail__body h3,
.contestpage-detail__body h4,
.contestpage-detail__body h5,
.contestpage-detail__body h6,
.contestpage-detail__body ul,
.contestpage-detail__body ol,
.contestpage-detail__body li,
.contestpage-detail__body dl,
.contestpage-detail__body dt,
.contestpage-detail__body dd {
  margin: 0 0 24px;
  text-align: justify;
}
.contestpage-detail__body h1,
.contestpage-detail__body h2 {
  padding: 8px 0;
  font-size: 22px;
  border-bottom: 1px solid #EFEFEF;
}
.contestpage-detail__body h3,
.contestpage-detail__body h4,
.contestpage-detail__body h5,
.contestpage-detail__body h6 {
  padding: 5px 0 5px 15px;
  font-size: 1.125em;
  position: relative;
}
.contestpage-detail__body h3::before,
.contestpage-detail__body h4::before,
.contestpage-detail__body h5::before,
.contestpage-detail__body h6::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f7694a;
}
.contestpage-detail__container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 2em;
}
.contestpage-detail__container .contestpage-detail__line {
  border-bottom: 1px solid var(--gray-01);
  margin: 0 0 2em;
}
