.moduleAnswerBox, .endArea .formBox, .answerList .answerText, .answerList .checkBox::before, .questionList .questionItem, .startArea,
.endArea,
.questionArea {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding: 0;
}

.bread {
  margin-bottom: 0;
}

.gameArea {
  position: relative;
  width: 100%;
  height: calc(100dvh - var(--headerHeight));
  background-image: url("../images/deco/game-bg.png");
  background-size: cover;
  background-position: center top;
  overflow-x: clip;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .gameArea {
    height: 100%;
    min-height: calc(100dvh - var(--headerHeight));
    padding: 80px 0;
  }
}
.gameArea .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.gameArea .decoBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 470px;
  height: auto;
  background-color: rgba(238, 179, 175, 0.5);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  right: auto;
  bottom: auto;
  left: -7%;
  translate: -50% 0;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  z-index: -1;
}
@media (max-width: 1180px) {
  .gameArea .decoBox::before {
    width: 370px;
  }
}
.gameArea .decoBox::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 470px;
  height: auto;
  background-color: rgba(238, 179, 175, 0.5);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: -7%;
  bottom: 0;
  left: auto;
  translate: 50% 0;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  z-index: -1;
}
@media (max-width: 1180px) {
  .gameArea .decoBox::after {
    width: 370px;
  }
}
.gameArea .decoBox .chainsBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gameArea .decoBox .chainsBox .bottomLeft {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 6%;
  left: 6.8%;
}
@media (max-width: 1536px) {
  .gameArea .decoBox .chainsBox .bottomLeft {
    width: 190px;
    left: 30px;
  }
}
@media (max-width: 1366px) {
  .gameArea .decoBox .chainsBox .bottomLeft {
    width: 150px;
  }
}
@media (max-width: 1180px) {
  .gameArea .decoBox .chainsBox .bottomLeft {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .gameArea .decoBox .chainsBox .bottomLeft {
    width: 100px;
    bottom: 20px;
    left: 20px;
  }
}
.gameArea .decoBox .chainsBox .bottomRight {
  position: absolute;
  top: auto;
  right: 8.8%;
  bottom: 10.5%;
  left: auto;
}
@media (max-width: 1536px) {
  .gameArea .decoBox .chainsBox .bottomRight {
    width: 210px;
    right: 7%;
  }
}
@media (max-width: 1366px) {
  .gameArea .decoBox .chainsBox .bottomRight {
    width: 160px;
    right: 60px;
  }
}
@media (max-width: 1180px) {
  .gameArea .decoBox .chainsBox .bottomRight {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .gameArea .decoBox .chainsBox .bottomRight {
    width: 90px;
    right: 30px;
  }
}
.gameArea .decoBox .chainsBox .topRight {
  position: absolute;
  top: 13%;
  right: 9.5%;
  bottom: auto;
  left: auto;
}
@media (max-width: 1536px) {
  .gameArea .decoBox .chainsBox .topRight {
    width: 160px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 1366px) {
  .gameArea .decoBox .chainsBox .topRight {
    width: 120px;
  }
}
@media (max-width: 1180px) {
  .gameArea .decoBox .chainsBox .topRight {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .gameArea .decoBox .chainsBox .topRight {
    width: 80px;
    top: 20px;
    right: 20px;
  }
}
.gameArea .decoBox .erythrocyteBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gameArea .decoBox .erythrocyteBox .topLeft {
  position: absolute;
  top: 8%;
  right: auto;
  bottom: auto;
  left: 7%;
}
@media (max-width: 1536px) {
  .gameArea .decoBox .erythrocyteBox .topLeft {
    width: 120px;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 1180px) {
  .gameArea .decoBox .erythrocyteBox .topLeft {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .gameArea .decoBox .erythrocyteBox .topLeft {
    width: 80px;
    left: 20px;
  }
}
.gameArea .decoBox .erythrocyteBox .bottomRight {
  position: absolute;
  top: auto;
  right: 3%;
  bottom: 35%;
  left: auto;
}
@media (max-width: 1536px) {
  .gameArea .decoBox .erythrocyteBox .bottomRight {
    width: 70px;
  }
}
@media (max-width: 1180px) {
  .gameArea .decoBox .erythrocyteBox .bottomRight {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .gameArea .decoBox .erythrocyteBox .bottomRight {
    width: 30px;
  }
}
.gameArea .decoBox .erythrocyteBox .bottom {
  position: absolute;
  top: auto;
  right: 25%;
  bottom: 20px;
  left: auto;
}
@media (max-width: 1536px) {
  .gameArea .decoBox .erythrocyteBox .bottom {
    width: 140px;
  }
}
@media (max-width: 1180px) {
  .gameArea .decoBox .erythrocyteBox .bottom {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .gameArea .decoBox .erythrocyteBox .bottom {
    width: 90px;
  }
}
.gameArea .decoBox .circle {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1180px) {
  .gameArea .decoBox .circle {
    width: 590px;
  }
}
@media (max-width: 768px) {
  .gameArea .decoBox .circle {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .gameArea .decoBox .circle {
    width: 450px;
  }
}
@media (max-width: 480px) {
  .gameArea .decoBox .circle {
    width: 420px;
  }
}
.gameArea .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.startArea,
.endArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: clip;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .startArea,
  .endArea {
    opacity: 1;
  }
}
.startArea .startContentBox,
.startArea .endContentBox,
.endArea .startContentBox,
.endArea .endContentBox {
  position: relative;
}
.startArea .startContentBox .wrap,
.startArea .endContentBox .wrap,
.endArea .startContentBox .wrap,
.endArea .endContentBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.startArea .startContentBox .decoBox,
.startArea .endContentBox .decoBox,
.endArea .startContentBox .decoBox,
.endArea .endContentBox .decoBox {
  width: 100dvw;
  height: calc(100dvh - var(--headerHeight));
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  right: unset;
  bottom: unset;
}
.startArea .startContentBox .decoBox::before, .startArea .startContentBox .decoBox::after,
.startArea .endContentBox .decoBox::before,
.startArea .endContentBox .decoBox::after,
.endArea .startContentBox .decoBox::before,
.endArea .startContentBox .decoBox::after,
.endArea .endContentBox .decoBox::before,
.endArea .endContentBox .decoBox::after {
  display: none;
}
.startArea .titleBox,
.endArea .titleBox {
  margin-bottom: 0;
}
.startArea .titleBox .textBox:not(.noLine)::before,
.endArea .titleBox .textBox:not(.noLine)::before {
  width: 90px;
}
@media (max-width: 1180px) {
  .startArea .titleBox .textBox:not(.noLine)::before,
  .endArea .titleBox .textBox:not(.noLine)::before {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .startArea .titleBox .textBox:not(.noLine)::before,
  .endArea .titleBox .textBox:not(.noLine)::before {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .startArea .titleBox .textBox:not(.noLine)::before,
  .endArea .titleBox .textBox:not(.noLine)::before {
    width: 40px;
  }
}
.startArea .titleBox .subtitle,
.endArea .titleBox .subtitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #be2b19;
}
@media (max-width: 1180px) {
  .startArea .titleBox .subtitle,
  .endArea .titleBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .startArea .titleBox .subtitle,
  .endArea .titleBox .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .startArea .titleBox .subtitle,
  .endArea .titleBox .subtitle {
    font-size: 16px;
  }
}
.startArea .titleBox .title,
.endArea .titleBox .title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #4b4b4b;
}
@media (max-width: 1366px) {
  .startArea .titleBox .title,
  .endArea .titleBox .title {
    font-size: 52px;
  }
}
@media (max-width: 1180px) {
  .startArea .titleBox .title,
  .endArea .titleBox .title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .startArea .titleBox .title,
  .endArea .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .startArea .titleBox .title,
  .endArea .titleBox .title {
    font-size: 32px;
  }
}

.startArea,
.endArea,
.questionArea {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
}
.startArea.show,
.endArea.show,
.questionArea.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 5;
}

.questionArea {
  padding: 0 50px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .questionArea {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .questionArea {
    position: relative;
  }
}
.questionArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  height: 100%;
  padding: 0;
}

.questionList {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .questionList {
    position: relative;
  }
}
.questionList .questionItem {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  top: 0;
  left: 0;
  translate: 0 20px;
  pointer-events: none;
}
.questionList .questionItem.show {
  pointer-events: auto;
  opacity: 1;
  translate: 0 0;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
@media (max-width: 991px) {
  .questionList .questionItem.show {
    position: relative;
  }
}
.questionList .questionItem > .item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1180px) {
  .questionList .questionItem > .item {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .questionList .questionItem > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2rem;
  }
}
.questionList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  max-width: 600px;
  border-radius: 3.375rem;
  background-color: #fff;
  border: 3px solid rgba(190, 43, 25, 0.2);
  padding: 2.625rem;
}
@media (max-width: 1180px) {
  .questionList .Txt {
    max-width: 560px;
    padding: 2.25rem 2rem;
    row-gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .questionList .Txt {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .questionList .Txt {
    padding: 2rem 1.75rem;
    border-radius: 2.25rem;
  }
}
@media (max-width: 480px) {
  .questionList .Txt {
    padding: 1.5rem 1.25rem;
  }
}
.questionList .Txt .btnBox {
  width: 100%;
  margin-top: 0;
}
.questionList .intro {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #434343;
}
.questionList .questionText {
  position: relative;
  width: 100%;
}
.questionList .questionText .numText {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #be2b19;
  margin-bottom: 0.625rem;
}
@media (max-width: 1180px) {
  .questionList .questionText .numText {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .questionList .questionText .numText {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .questionList .questionText .numText {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}
.questionList .questionText .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #4b4b4b;
}
@media (max-width: 1180px) {
  .questionList .questionText .title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .questionList .questionText .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .questionList .questionText .title {
    font-size: 18px;
  }
}
.questionList .Img {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .questionList .Img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.questionList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.answerList {
  position: relative;
  width: 100%;
}
.answerList .answerItem {
  position: relative;
}
.answerList .answerItem + .answerItem {
  margin-top: 1rem;
}
@media (max-width: 1180px) {
  .answerList .answerItem + .answerItem {
    margin-top: 0.75rem;
  }
}
.answerList .answerItem.selected .item {
  background-color: #be2b19;
  border-color: #be2b19;
}
.answerList .answerItem.selected .item .checkBox {
  border-color: #fff;
  background-color: #be2b19;
}
.answerList .answerItem.selected .item .checkBox::before {
  opacity: 1;
  width: 50%;
}
.answerList .answerItem.selected .item .answerText {
  color: #fff;
}
.answerList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding: 0.625rem 1rem;
  cursor: pointer;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
@media (max-width: 1180px) {
  .answerList .item {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 575px) {
  .answerList .item {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    padding: 0.375rem 0.875rem;
  }
}
@media (min-width: 1181px) {
  .answerList .item:hover {
    background-color: #be2b19;
    border-color: #be2b19;
  }
  .answerList .item:hover .checkBox {
    border-color: #fff;
    background-color: #be2b19;
  }
  .answerList .item:hover .checkBox::before {
    opacity: 1;
    width: 50%;
  }
  .answerList .item:hover .answerText {
    color: #fff;
  }
}
.answerList .checkBox {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1180px) {
  .answerList .checkBox {
    width: 16px;
  }
}
@media (max-width: 575px) {
  .answerList .checkBox {
    width: 14px;
  }
}
.answerList .checkBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: auto;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.answerList .answerText {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #707070;
}
@media (max-width: 1180px) {
  .answerList .answerText {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .answerList .answerText {
    font-size: 14px;
  }
}
.answerList .answerText .letter {
  width: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.answerList .answerText .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.endArea.show .formBox {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}
.endArea .formBox {
  border-radius: 3.375rem;
  background-color: #fff;
  border: 3px solid rgba(190, 43, 25, 0.2);
  padding: 2.625rem;
  opacity: 0;
  translate: 0 20px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .endArea .formBox {
    padding: 2.25rem 2rem;
  }
}
@media (max-width: 575px) {
  .endArea .formBox {
    padding: 2rem 1.75rem;
    border-radius: 2.25rem;
  }
}
@media (max-width: 480px) {
  .endArea .formBox {
    padding: 1.5rem 1.25rem;
    border-radius: 1.75rem;
  }
}

.moduleAnswerBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  translate: 0 20px;
  pointer-events: none;
}
.moduleAnswerBox.show {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
  z-index: 9;
}
@media (max-width: 1180px) {
  .moduleAnswerBox.show {
    width: 100%;
  }
}
.moduleAnswerBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .moduleAnswerBox .moduleWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.moduleAnswerBox .moduleContent {
  position: relative;
  width: 100%;
}
.moduleAnswerBox .answerOuterBox {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 3.375rem;
  border: 3px solid rgba(190, 43, 25, 0.2);
  padding: 2.625rem;
}
@media (max-width: 1180px) {
  .moduleAnswerBox .answerOuterBox {
    padding: 2.25rem 2rem;
  }
}
@media (max-width: 575px) {
  .moduleAnswerBox .answerOuterBox {
    padding: 2rem 1.75rem;
    border-radius: 2.25rem;
  }
}
@media (max-width: 480px) {
  .moduleAnswerBox .answerOuterBox {
    padding: 1.5rem 1.25rem;
  }
}
.moduleAnswerBox .answerBox {
  position: relative;
  max-height: 47dvh;
  padding-right: 0.625rem;
  overflow: auto;
}
.moduleAnswerBox .answerBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.moduleAnswerBox .answerBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.moduleAnswerBox .answerBox::-webkit-scrollbar-thumb {
  background: #be2b19;
}
@media (max-width: 1180px) {
  .moduleAnswerBox .answerBox {
    max-height: 50dvh;
  }
}
@media (max-width: 480px) {
  .moduleAnswerBox .answerBox {
    max-height: 60dvh;
  }
}
.moduleAnswerBox .answerTop {
  position: relative;
}
.moduleAnswerBox .answerTop .answerText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #434343;
}
@media (max-width: 768px) {
  .moduleAnswerBox .answerTop .answerText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.25rem;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .moduleAnswerBox .answerTop .answerText {
    font-size: 15px;
  }
}
.moduleAnswerBox .answerTop .answerText .defaultText {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.moduleAnswerBox .answerTop .answerText .userText,
.moduleAnswerBox .answerTop .answerText .correctText {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.moduleAnswerBox .answerTop .correctAnswer {
  position: relative;
  color: #be2b19;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .moduleAnswerBox .answerTop .correctAnswer {
    margin-top: 0.75rem;
  }
}
.moduleAnswerBox .answerContent {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 1180px) {
  .moduleAnswerBox .answerContent {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .moduleAnswerBox .answerContent {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.moduleAnswerBox .nextBox {
  position: relative;
}
/*# sourceMappingURL=game.css.map */