@media all and (max-width: 767px) {
  .category-quiz {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6980392157);
    color: #1A1A1A;
    z-index: 20;
  }
}
@media all and (max-width: 767px) {
  .category-quiz__content {
    width: 89vw;
    height: 143.8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.category-quiz__close {
  top: -48px;
  width: 108px;
  column-gap: 4px;
}
@media all and (max-width: 767px) {
  .category-quiz__close {
    position: absolute;
    width: 26vw;
    top: -9vw;
    right: 0;
    column-gap: 1.25vw;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
    z-index: 6;
  }
}
.category-quiz__close-text {
  font-size: 18px;
  line-height: 13px;
}
@media all and (max-width: 767px) {
  .category-quiz__close-text {
    font-weight: 500;
    font-size: 4.1vw;
    letter-spacing: 0vw;
    color: white;
  }
}
@media all and (max-width: 767px) {
  .category-quiz__svg {
    flex-shrink: 0;
    width: 6.5vw;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .category-quiz__down-block {
    width: 91%;
    position: absolute;
    transform: translate(-50%, 0%);
    bottom: 2.5%;
    left: 50%;
  }
}
@media all and (max-width: 767px) {
  .category-quiz__button {
    width: 100%;
    background-color: #E03638;
    padding-block: 3.7vw;
    border-radius: 4.7vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.3vw;
    font-weight: 500;
  }
}
@media all and (max-width: 767px) {
  .category-quiz__block {
    height: 100%;
    background: #fff;
    padding: 3.8vw;
    border-radius: 5vw;
    background-color: #FFFFFF;
  }
}
@media all and (max-width: 767px) {
  .category-quiz__block_form {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .category-quiz.active-modal {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
  }
}

@media all and (max-width: 767px) {
  .greeting__img {
    height: auto;
    width: 100%;
    margin-bottom: 5vw;
    border-radius: 2.5vw;
  }
}
@media all and (max-width: 767px) {
  .greeting__figcaption-item {
    font-size: 4.4vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0vw;
  }
}
@media all and (max-width: 767px) {
  .greeting__figcaption-item_bold {
    font-weight: 700;
  }
}