
.collapes[data-v-ff2dd48e]{
  background-color: var(--secondary);
  border-radius: 1.06vw;
}
.head[data-v-ff2dd48e]{
  height: 8.8vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1.06vw;
  border: 1px solid #F7B341;
  color: #000;
}
.icons[data-v-ff2dd48e]{
  width: 3vw;
  height: 3vw;
  display: inline-block;
  position: absolute;
  right: 15vw;
}
.icons img[data-v-ff2dd48e]{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.bottom[data-v-ff2dd48e]{
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.bottom-content[data-v-ff2dd48e]{
  padding: 2.13vw;
}
.open[data-v-ff2dd48e]{
  height: auto;
  transition: 0.3s;
  max-height: 9999px;
}


.winnerList .head{
  justify-content: flex-start;
  padding-left: 3.2vw;
  padding-right: 3.2vw;
  border: 2px solid var(--secondary);
}
.winnerList .icons{
  right: 3.2vw;
}
.winnerList {
  color: #000;
}
.winnerList+.winnerList{
  margin-top: 2vw;
}
.winnerList ul{
  padding-left: 11vw;
}

