.quiz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  color: white;
  overflow-y: scroll;
  background:rgba(0, 0, 0, 0.8);
  z-index: 110;
}

.swiper-button-disabled {
  display: none !important;
}

.quiz-section .swiper-wrapper {
  justify-content: space-around;
}

.quiz img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 400px;
  min-height: 300px;
  background-color: #fff5e5;
}

.quiz .quiz-title-img img {
  background-color: unset;
  min-height: unset;
}

.img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quiz-container {
  position: relative;
  width: 70%;
  height: 100%;
  max-width: 860px;
  min-width: 640px;
  margin: auto;
  margin-bottom: 2rem;
}

.quiz-buttons {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.quiz-true-buttons {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.quiz-button {
  border: 1px solid white;
  border-radius: 16px;
  padding: 0;
  margin: 0.4rem;
  min-width: 160px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quiz-start-view {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz-false-title, .quiz-true-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz-ans-section .exhibition-container {
  width: 100%;
  margin-top: unset;
}

.choice-text {
  font-size: 40px;
  margin-top: 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.result-english {
  font-size: 24px;
}

.quiz-title-img {
  margin-top: 2rem;
  width: 50%;
}

.false-text {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
}

.result-description-english {
  margin-top: 1rem;
}

.quiz-title-description {
  margin: 2rem 0 3rem 0;
  font-size: 24px;
  text-align: center;
}

.question-title {
  margin-top: 7rem;
}

.quiz-title-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 24px;
  padding-bottom: 3rem;
}

.quiz-title-button {
  width: 40%;
  min-width: 180px;
  padding: 0;
  margin: 1rem 0;
  border: 1px  solid white;
  border-radius: 16px;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.quiz-title-eng-button {
  font-size: 14px;
}

.swiper-quiz-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.quiz-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.quiz-section-container {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
}

.quiz-section-works {
  width: 100%;
  height: 100%;
  max-width: 400px;
}

.quiz-section-works-img {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 0 1rem; */
  max-height: 300px;
}

.slide-false-right {
  width: 50%;
  height: 100%;
  justify-content: flex-end;
}

.copyright-quiz {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 11px;
}

.quiz .exhibition-description-en {
  margin-bottom: unset;
}

.quiz .exhibition-works {
  padding-bottom: 5rem;
}

.true-end {
  margin-top: 48px;
  width: 100%;
}


.false-end {
  margin-top: 16px;
  width: 100%;
  align-items: baseline;
}


.quiz .swiper-exhibition {
  min-height: unset;
}

@media screen and (max-width: 767px) {
  .quiz-section {
    width: 100%;
    display: flex;
    flex-wrap: unset;
    justify-content: unset;
  }

  .quiz-title-description {
    margin: 5\7rem 0 1.6rem 0;
    font-size: 16px;
    text-align: center;
  }

  .choice-text {
    font-size: 40px;
    margin: 3rem 0 0 0;
  }

  .false-text {
    margin: 1em 0;
  }

  .quiz-title-img {
    width: 80%;
    max-width: 200px;
  }
  .quiz-container {
    width: 90vw;
    min-width: unset;
  }

  .quiz-container .close-button {
    right: 0px;
    top: 15px;
  }

  .quiz .slide-left {
    margin: 2rem 0 1rem 0;
    width: 81%;
  }

  .quiz-title-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
  }

  .quiz-title-button {
    width: 90%;
    padding: 0.4rem 0;
    margin: 0.8rem 0;
    border: 1px solid white;
  }

  .quiz-section-container .quiz-title-button {
    margin: 3rem 0;
    max-width: 300px;
  }

  .quiz .swiper-slider-button-prev, .quiz .swiper-slider-button-next {
    top: 300px;
    width: 20px;
    height: 20px;
  }

  .quiz-section {
    display: unset;
    flex-direction: column;
    align-items: center;
  }

  .quiz-section-works {
    width: 100%;
    height: 100%;
    max-width: unset;
  }

  .true-end {
    margin-top: unset;
  }

  .quiz-section-container {
    width: 90%;
    margin: unset;
  }

  .quiz img {
    max-height: 300px;
  }

  .quiz-section-works-img {
    max-height: 300px;
    max-width: 300px;
    margin: auto;
  }

  .quiz-section-works {
    width: 300px;
    height: auto;
  }

  .copyright-quiz {
    font-size: 10px;
  }

  .quiz-section .swiper-wrapper {
    justify-content: unset;
  }

  .quiz .exhibition-works {
    padding-bottom: 0;
  }

  .copyright-quiz {
    font-size: 10px;
  }

  .false-end {
    margin-top: unset;
    align-items: center;
  }
 
  .slide-false-right {
    width: 100%;
  }
}

.is-hidden {
  display: none;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}