.tacit-quiz {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.tacit-quiz .ad-wrap {
  width: 728px;
  margin-left: -64px;
  margin-bottom: 10px;
}
.tacit-quiz .question-index-list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.tacit-quiz .question-index-list span {
  display: block;
  padding: 5px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  width: 30px;
  line-height: 1.1;
  text-align: center;
}
.tacit-quiz .question-index-list span.active {
  background-color: var(--mainColor);
  color: #fff;
}
.tacit-quiz h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
}
.tacit-quiz .question-card {
  margin-top: 15px;
  padding: 20px 15px;
  border-radius: 20px;
  background-color: var(--mainColor);
  position: relative;
  margin-bottom: 20px;
}
.tacit-quiz .skip-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #29c369;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}
.tacit-quiz .skip-btn:hover {
  background-color: #ff005b;
  text-decoration: underline;
}
.tacit-quiz .option-list {
  display: flex;
  flex-flow: row wrap;
}
.tacit-quiz .option-list .option-item-wrap {
  padding: 10px;
}
.tacit-quiz .option-list .option-item-wrap.col-24 .option-item {
  padding-top: 10px;
}
.tacit-quiz .option-list .option-item-wrap .option-item {
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border: 1px var(--mainColor) solid;
  border-radius: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  user-select: none;
  overflow: hidden;
  height: 100%;
  text-align: center;
  color: #333;
}
.tacit-quiz .option-list .option-item-wrap .option-item.choiced,
.tacit-quiz .option-list .option-item-wrap .option-item:hover {
  color: #fff;
  background-color: #002253;
}
.tacit-quiz .option-list .option-item-wrap .option-item.choiced {
  font-weight: bold;
  border-color: #6c58f4;
}
.tacit-quiz .option-list .option-item-wrap .option-item .img-wrap {
  padding: 5px;
  width: 100%;
}
.tacit-quiz .option-list .option-item-wrap .option-item .img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.tacit-quiz .option-list .option-item-wrap .option-item .emoji {
  margin: 30px 0;
  font-size: 70px;
}
.tacit-quiz .option-list .option-item-wrap.others .option-item {
  height: 100%;
  min-height: 100px;
}
.tacit-quiz .option-list .option-item-wrap.others .option-item .others-div {
  width: 100%;
  flex: 1;
  background-color: #0bddb1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tacit-quiz .waiting-wrap {
  margin: 100px 0;
}
.tacit-quiz .waiting-wrap p {
  text-align: center;
  margin: 10px 0;
  color: #484f61;
}
.tacit-quiz .waiting-wrap .waiting {
  margin-bottom: 50px;
}
.tacit-quiz .waiting-wrap .waiting .icon {
  font-size: 70px;
}
.tacit-quiz .waiting-wrap .waiting .title {
  font-size: 32px;
  font-weight: bold;
}
.tacit-quiz .waiting-wrap .waiting .info {
  font-size: 22px;
}
.tacit-quiz .waiting-wrap .waiting.show-dots .title::after,
.tacit-quiz .waiting-wrap .waiting.show-dots .info::after {
  display: inline-block;
  text-align: left;
  width: 30px;
  content: '';
  animation: dots 2s infinite steps(3, start);
}
.tacit-quiz .tip {
  margin-top: 20px;
}
.tacit-quiz .tip p {
  margin: 10px 0;
  text-align: center;
  line-height: 1.5;
}
.tacit-quiz .tip p:first-child {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .tacit-quiz {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .tacit-quiz .ad-wrap {
    width: auto;
    margin-left: 0;
  }
  .tacit-quiz .ad-wrap.sort-height .advert-wrap .advert .ads-ins-wrap {
    height: 250px;
  }
  .tacit-quiz {
    margin: 10px 0;
  }
  .tacit-quiz .question-index-list {
    padding: 0 15px;
  }
  .tacit-quiz .question-index-list span {
    font-size: 16px;
    width: 25px;
    height: 25px;
  }
  .tacit-quiz .option-list {
    font-size: 12px;
    padding: 0 5px;
  }
  .tacit-quiz .option-list .option-item-wrap {
    padding: 5px;
  }
  .tacit-quiz .option-list .option-item-wrap.col-24 .option-item {
    padding-top: 10px;
  }
  .tacit-quiz .option-list .option-item-wrap .option-item .title {
    text-align: center;
  }
  .tacit-quiz .option-list .option-item-wrap .option-item .emoji {
    margin: 20px 0;
    font-size: 45px;
  }
  .tacit-quiz h2 {
    font-size: 18px;
    padding: 0 10px;
  }
  .tacit-quiz .waiting-wrap {
    margin: 30px 0 50px 0;
  }
  .tacit-quiz .tip {
    padding: 0 10px;
  }
  .tacit-quiz .skip-btn {
    padding: 2px 10px;
  }
  .common-btn3 {
    height: 38px;
    font-size: 16px;
  }
}

@keyframes dots {
  33.33% {
    content: '.';
  }
  66.67% {
    content: '..';
  }
  100% {
    content: '...';
  }
}
