@media screen and (min-width: 762px) {
  .commission_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px;
  }

  .commission_list a {
    display: flex;
    flex-direction: column;
    width: 20%;
    padding: 20px 10px;
  }

  .commission_list a:last-child {
    margin-right: 0;
  }

  .commission_list .thumbnail {
    width: 100%;
    height: 240px;
    position: relative;
    border-radius: 8px;
    border: solid 1px #1b1b1b;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
  }

  .commission_list .thumbnail > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
  }

  .commission_list .thumbnail .adult {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 5px 8px;
    object-fit: contain;
    border-radius: 16px;
    border: solid 1px #000;
    background-color: #ff5252;
    font-family: Pretendard;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }

  .commission_list .thumbnail .badge {
    position: absolute;
    left: 8px;
    bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 8px;
    border-radius: 16px;
    border: solid 1px #000;
    background-color: #fbff50;
  }

  .commission_list .thumbnail .badge > img {
    width: 14px;
    height: 14px;
    margin-right: 2px;
  }

  .commission_list .thumbnail .badge p {
    font-family: Pretendard;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }

  .commission_list .t {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .commission_list .seller {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }

  .commission_list .seller > img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
  }

  .commission_list .seller p {
    font-family: Pretendard;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
  }
}

/* 모바일 */
@media screen and (max-width: 762px) {
  .commission_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px -5px;
  }

  .commission_list a {
    display: flex;
    flex-direction: column;
    float: left;
    width: 50%;
    padding: 10px 5px;
  }

  .commission_list a:last-child {
    margin-right: 0;
  }

  .commission_list .thumbnail {
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 8px;
    border: solid 1px #1b1b1b;
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
  }

  .commission_list .thumbnail > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
  }

  .commission_list .thumbnail .adult {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 5px 8px;
    object-fit: contain;
    border-radius: 16px;
    border: solid 1px #000;
    background-color: #ff5252;
    font-family: Pretendard;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }

  .commission_list .thumbnail .badge {
    position: absolute;
    left: 5px;
    bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 8px;
    border-radius: 16px;
    border: solid 1px #000;
    background-color: #fbff50;
  }

  .commission_list .thumbnail .badge > img {
    width: 12px;
    height: 12px;
    margin-right: 2px;
  }

  .commission_list .thumbnail .badge p {
    font-family: Pretendard;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }

  .commission_list .t {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .commission_list .seller {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }

  .commission_list .seller > img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
  }

  .commission_list .seller p {
    font-family: Pretendard;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
  }
}

.commission_list .bluh {
  filter: blur(24px);
  -webkit-filter: blur(24px);
}
