.creator-list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 24px;
}
.creator-list-box > a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 182px;
}
.creator-list-box > a > .app-grid-checkbox {
  position: relative;
  top: 40px;
  left: 10px;
  z-index: 2;
}
.creator-list-box > a .img-box {
  width: 182px;
  height: 182px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: filter 0.2s ease;
}
.creator-list-box > a .img-box:hover {
  filter: brightness(90%);
}
.creator-list-box > a .category {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* G6 */
  color: #888888;
}
.creator-list-box > a .item {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* B */
  color: #444444;
}
.creator-list-box > a .creator {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #444444;
  display: flex;
  gap: 8px;
}
.creator-list-box > a .creator .thumb {
  border-radius: 100%;
  width: 22px;
  height: 22px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background-color: #F1F3F5;
}
.creator-list-box > a .creator .thumb img {
  border-radius: 100%;
}
.creator-list-box > a .creator .nick_name {
  display: inline-block;
  vertical-align: middle;
}
.creator-list-box > a .creator ion-icon {
  font-size: 1.4rem;
  bottom: -3px;
  color: #ADB5BD;
  position: relative;
}
.creator-list-box > a .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* pur1 */
  color: #6D22A8;
}
.creator-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creator-footer .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  /* B */
  color: #444444;
}
.creator-footer .btn-more .ico.more {
  background: url("../../../../modules/board/skins/slow_market_publish/templates/grid/ico-chevron-down.svg") no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 4px;
}
@media (max-width: 1024px) {
  .app-board-section {
    margin: 1rem;
  }
  .creator-list-box > a {
    max-width: 100%;
    width: calc(33.333% - 8px);
  }
  .creator-list-box > a .img-box {
    width: 100%;
    height: calc(100vw / 3 - 16px);
  }
  .creator-list-box > a .img-box img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .creator-list-box {
    flex-wrap: wrap;
  }
  .creator-list-box > a {
    width: calc(50% - 12px);
    max-width: unset;
  }
  .creator-list-box > a .img-box {
    width: 100%;
    height: calc(100vw / 2 - 25px);
  }
  .creator-list-box > a .img-box img {
    width: 100%;
  }
}
/*# sourceMappingURL=0985857bbae8e9a038833f8732eed10088ac6280.compose-view.scss.map */
