@charset "UTF-8";
@import url(reset.css);
@import url(font.css);

/* Common */
.main-blue-color {
  color: #246af4;
}
.main-red-color {
  color: #df0808;
}

/* Layout */
:root {
  --vh: 100%;
}
html {
  height: -webkit-fill-available;
  /* font-size: 1.8vw; */
}
body {
  font-family: 'Noto Sans KR', Dotum, 'Apple SD Gothic Neo', sans-se rif;
  color: black;
  background: #fff;
  word-break: keep-all;
  height: -webkit-fill-available;
  overflow: hidden;
}
@media all and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media all and (max-width: 500px) {
  html {
    font-size: 15px;
  }
}
@media all and (max-width: 430px) {
  html {
    font-size: 13px;
  }
}
@media all and (max-width: 350px) {
  html {
    font-size: 12px;
  }
}

button {
  cursor: pointer;
}
.wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(0deg, #DBDBF6 0%, #F3F3FF 100%);
  /* F3F3FF */
}

.bg {
  position: absolute;
  top: -0.25rem;
  left: calc(50% - 8.25rem);
  clear: both;
  display: block;
  width: 12.5rem;
  height: 5.5rem;
  background: url(../img/bg-deco.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

/* Container */
.container {
  position: relative;
  /* width: 100%; */
  /* height: 100%; */
  width: 90%;
  margin: 0 auto;
  padding: 0.83rem 0 1.66rem;
  /* background: #fff; */
  box-sizing: border-box;
  z-index: 1;
}
.container header {
  height: 2.91rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container header .header-left .quiz {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.75rem;
  height: 2.25rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #6759D4;
  border: 1px solid #4F44A4;
  border-radius: 50px;
}
.container header .header-left .quiz .ox_title {
  display: flex;
  align-items: center;
  width: 2.15rem;
  padding-right: 1px;
}
.container header .header-left .quiz span {
  display: block;
  height: 1.05rem;
  line-height: 1.05rem;
  padding-bottom: 0.165rem;
}
.container header .header-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.container header .header-right p {
  display: inline-block;
}
.container header .header-right .title {
  display: flex;
  align-items: center;
  font-family: 'NanumBarunpen';
  font-size: 1.2rem;
  font-weight: bold;
  color: #231815;
}
.container header .header-right .title .title-rome-num {
  height: 1rem;
  padding-right: 0.1rem;
  padding-top: 0.1rem;
}
.container header .header-right .title .title-mid-line {
  padding-top: 0.25rem;
}
.container header .header-right .title .title-mid-num {
  padding-top: 0.25rem;
}
.container header .header-right .semi-title {
  font-size: 0.92rem;
  color: #fff;
}

/* Box-container */
.box-container {
  position: relative;
  margin-top: 0.83rem;
  height: calc(var(--vh) - 9.8rem);
  overflow: hidden;
}
.scroll-wrap {
  background: #fff;
  padding: 1.125rem;
  border: 0.115rem solid #D4D4FF;
  border-radius: 0.95rem;
  /* padding-bottom: 0; */
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(var(--vh) - 12.2rem);
}

.scroll-wrap::-webkit-scrollbar {
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.25);
}

.scroll-wrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(200, 200, 200, 0.8);
}

.scroll-wrap::-webkit-scrollbar-track:hover {
  background: rgba(255, 255, 255, 0.25);
}

.box-container .box-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.83rem;
  border-radius: 1.55rem;
  padding: 0.52rem 0.7rem;
  background-color: #EEF8F9;
}
.box-container .box-header .quiz-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.box-container .box-header .quiz-title .right-small {
  padding: 0.12rem 0.12rem 0 0.32rem;
  width: 0.945rem;
  height: 0.945rem;
}

.box-container .box-header .quiz-title .wrong-small {
  padding: 0.11rem 0.12rem 0 0.32rem;
  width: 0.945rem;
  height: 0.945rem;
}
.circle-area {
}
.circle-area svg {
  position: absolute;
  top: 1.16rem;
  left: 0.36rem;
}
.circle-area .circle svg {
  width: 4rem;
  height: 4rem;
  /* transform: translate(20px, 0px); */
}
.circle-area .check svg {
  width: 4.2rem;
  height: 4rem;
}

.circle-area.incorrect {
  position: absolute;
  top: -0.41rem;
  left: 1.25rem !important;
}

.box-container .quiz-question {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.52rem;
}

.box-container .quiz-question .quiz-num-wrap {
  position: relative;
  flex: 0 0 2rem;
  padding: 0;
  margin-top: -4px;
  width: 2rem;
  height: 2rem;
}

.box-container .quiz-question .quiz-num-wrap .circle {
}

.box-container .quiz-question .quiz-num-wrap .check {
}

.box-container .quiz-question .quiz-num-wrap .quiz-num {
  flex: 0 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.65rem;
  border: 1px solid #06939C;
  padding: 0;
  width: 2rem;
  height: 2rem;
  background-color: #1AA5AF;
  font-family: 'yg-jalnan';
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}

.mobile .box-container .quiz-question .quiz-num-wrap .quiz-num .quiz-num-text {
  display: block;
  padding-top: 0.15rem;
}

.box-container .quiz-question .quiz-question-text {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 1.1rem;
}

.box-container .quiz-question .quiz-question-text .line-break {
  display: inline-block;
}

.box-container .quiz-question .quiz-question-text .quiz-question-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.box-container .quiz-question .quiz-question-text .quiz-question-img-wrap .quiz-question-img {
  display: block;
}

.box-container .quiz-question .quiz-question-text .katex-code-func {
  display: inline-block;
  padding-right: 0.09rem;
}

.box-container .quiz-question .quiz-question-text .katex-code-var {
  display: inline-block;
  padding-right: 0.09rem;
}

.box-container .quiz-subTitle {
  margin-top: 1.25rem;
  display: flex;
  font-size: 15px;
  font-weight: 500;
}
.box-container .quiz-subTitle .quiz-num {
  width: 1.83rem;
  font-size: 10px;
  position: relative;
}
.box-container .quiz-subTitle .quiz-num .prob-area .circle svg {
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
}
.box-container .quiz-subTitle .quiz-num .prob-area .check svg {
  top: 0;
  left: 0;
  width: 3.41rem;
  height: 3.25rem;
}
.box-container .quiz-num-area {
  display: flex;
  font-size: 1rem;
  margin-top: 1.25rem;
  flex-direction: column;
  gap: 0.83rem;
}
.box-container .quiz-num-area .quiz-num-box {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.83rem 1.66rem;
  font-weight: 500;
  font-size: 12px;
  border-radius: 1.25rem;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  padding-left: 2.08rem;
  text-align: center;
}

.box-container .quiz-num-area .quiz-num-box.select {
  color: #fff;
  background: #000;
}
.box-container .quiz-num-area .quiz-num-box.select .quiz-num {
  background: #fff;
  color: #000;
}
.box-container .quiz-num-area .quiz-num-box.incorrect {
  border-color: #df0808;
  color: #df0808;
  background: #fff0ef;
}
.box-container .quiz-num-area .quiz-num-box.incorrect .quiz-num {
  border-color: #df0808;
  background: #fff0ef;
  color: #df0808;
}
.box-container .quiz-num-area .quiz-num-box.correct {
  border-color: #028804;
  color: #fff;
  background: #028804;
}
.box-container .quiz-num-area .quiz-num-box.correct .quiz-num {
  border-color: #028804;
  background: #fff;
  color: #028804;
}

.box-container .quiz-num-area .quiz-num-box .quiz-num {
  margin-right: 0.83rem;
  padding: 0.08rem 0.45rem;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* bottom-menu */
.bottom-menu {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  bottom: 0.8rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  z-index: 99;
}

/* PC styles */
@media screen and (min-width: 1025px) {
  .container {
    width: 60%;
  }
  .bottom-menu {
    width: 60%;
  }
}

.bottom-menu svg {
  width: 0.58rem;
  height: 1rem;
}

#answer-btn {
  display: flex;
}

.btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  width: 9.85rem;
  height: 3rem;
  font-size: 1.083rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1.66rem;
  background: url(../img/btn-check-bg.svg) no-repeat center center;
  background-size: contain;
}

.btn button::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon/btn-check-character.svg) no-repeat center center;
  background-size: contain;
}

#answer-btn-text {
  line-height: 1.14rem;
  font-weight: 400;
  font-family: 'JalnanGothic';
  border: 0;
}

#answer-btn-text .answer-btn-text {
  display: flex;
  height: 1.4rem;
  justify-content: center;
  align-items: flex-end;
}

.btn_answer.type2 button {
  background: #664ef7;
  color: #fff;
}
.btn_answer.retry button {
  color: #fff !important;
  background: url(../img/btn-check-bg-restart.svg) no-repeat center center;
  background-size: contain;
}
.btn_answer.disabled button {
  color: #fff;
  background: url(../img/btn-check-bg-disable.svg) no-repeat center center;
  background-size: contain;
}

.btn_answer.retry button::before {
  background: url(../img/icon/btn-check-character-restart.svg) no-repeat center center;
  background-size: contain;
}
.btn_answer.disabled button::before {
  background: url(../img/icon/btn-check-character.svg) no-repeat center center;
  background-size: contain;
  filter: grayscale(100%);
}

.bottom-menu .arrow-btn {
  display: inline-block;
  padding: 0.83rem 1.25rem;
  font-size: 1.083rem;
  font-weight: 700;
  border: 0.115rem solid #D4D4FF;
  border-radius: 0.95rem;
  background: #fff;
}

/* answer-box */
.answer-box {
  display: none;
  position: absolute;
  left: 50%;
  /* bottom: 70px; */
  bottom: -0%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  padding: 1.2rem;
  /* margin-top: 1.66rem; */
  background: #fff;
  border: 0.35rem solid #03B4C2;
  border-radius: 2.91rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: 0px -0.3rem 0.15rem rgba(0, 0, 0, 0.1);
}
.answer-box .answer-container {
  font-size: 1rem;
}
.answer-box .answer-container .answer-header {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.25rem;
  margin-bottom: 0.83rem;
  gap: 0.83rem;
  /* border-bottom: 1px solid #bfbfbf; */
}
.answer-box .answer-container .answer-header .answer-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}
.answer-box .answer-container .answer-header .answer-content {
  font-size: 1.8rem;
  font-weight: 700;
  color: #03B4C2;
}
.answer-box .answer-container .answer-content {
  max-height: 6.5rem;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
}
.answer-box .answer-container .answer-content::-webkit-scrollbar {
  width: 0.33rem;
}
.answer-box .answer-container .answer-content::-webkit-scrollbar-thumb {
  border-radius: 0.16rem;
  background: #767676;
}
.answer-box .answer-container .answer-content::-webkit-scrollbar-track {
  border-radius: 0.16rem;
  background: #dadada;
}
.answer-box .answer-container .answer-content .answer-title {
  width: 1.83rem;
  word-break: keep-all;
  font-weight: 700;
}
.answer-box .answer-container .answer-content .answer-desc {
  font-size: 12px;
  width: calc(100% - 2.66rem);
  font-weight: 500;
}
.answer-box .answer-container .answer-content.type2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
}
.answer-box .answer-container .answer-content.type2 .answer-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.answer-box .answer-container .answer-header .answer-content.O,
.answer-box .answer-container .answer-header .answer-content.X {
  font-size: 0;
  line-height: 0;
}

.answer-box .answer-container .answer-header .answer-content.O::before {
  content: '';
  margin-top: 0.18rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon/o.svg) no-repeat center center;
  background-size: contain;
}

.answer-box .answer-container .answer-header .answer-content.X::before {
  content: '';
  margin-top: 0.08rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon/x.svg) no-repeat center center;
  background-size: contain;
}

.answer-box .btn-close-wrap {
  position: absolute;
  width: 4.16rem;
  height: 4.16rem;
  top: -2.3rem;
  left: calc(50% - 1.5rem);
}
.answer-box .btn-close-wrap .btn-close {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0.58rem;
  background: #03B4C2;
  line-height: 1;
  border-radius: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 50%);
}
.answer-box .btn-close-wrap .btn-close img {
  position: absolute;
  left: calc(50% - 0.875rem);
  top: 16%;
  width: 1.75rem;
  height: 1rem;
}

/* retry-bubble */
.retry-bubble {
  display: none;
  position: absolute;
  left: 60%;
  bottom: 7.06rem;
  transform: translateX(-60%);
  padding: 0.7rem 1.2rem;
  width: 60%;
  background: #01B8C7;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.33rem;
  box-shadow: 0 0.2rem 0 #0BA2AE;
  z-index: 99;
}
.retry-bubble .one-more {
  color: #FFF940;
  font-weight: 700;
}
.retry-bubble .retry-bubble-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -1rem; /* 세모를 하단에 위치시킵니다. */
  left: 50%;
  margin-left: -0.83rem; /* 세모의 가운데를 맞추기 위한 조정 */
  width: 1.3rem;
  height: 2.2rem;
  z-index: 100;
  filter: drop-shadow(0 0.27rem 0 #0BA2AE);
}
.retry-bubble .retry-bubble-arrow::after {
  content: '';
  background: #01B8C7;
  width: 1.3rem;
  height: 2.2rem;
  clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
}

/* 초성 */
.quiz-prob {
  margin-top: 0.83rem;
  padding: 1.33rem 1rem 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #f7fafc;
  border-radius: 0.66rem;
  border: 1px solid #cfdce5;
}
.quiz-prob .prob-ex {
  width: 1.66rem;
  height: 1.66rem;
  margin-right: 0.41rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
  background: #664ef7;
  margin-top: 7px;
}
.quiz-prob .prob-box {
  width: calc(100% - 2.08rem);
  display: inline;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
}
.quiz-prob .prob-inpBox {
  margin: 4px 0rem;
  display: inline-flex;
  gap: 0.16rem;
}
.quiz-prob .prob-inpBox.ml0 {
  margin-left: 0;
}
.quiz-prob .prob-inpBox.mr0 {
  margin-right: 0;
}
.quiz-prob .prob-inpBox input {
  width: 2rem;
  height: 2rem;
  border: 1px solid #767676;
  border-radius: 0.33rem;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  text-align: center;
  font-family: 'Noto Sans KR';
}
.quiz-prob .prob-inpBox input.value {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.quiz-prob .prob-inpBox input:focus,
.quiz-prob .prob-inpBox input:focus-visible {
  border: 1px solid #246af4;
  color: #246af4;
  outline: unset;
  background: transparent;
}
.quiz-prob .prob-inpBox input.incorrect {
  border: 1px solid #df0808;
  background: #fff0ef;
  color: #df0808;
}
.quiz-prob .prob-inpBox input.correct {
  border: 1px solid #028804;
  background: #028804;
  color: #fff;
}

/* 선택형 */
.quiz-select {
  margin-top: 0.33rem;
  display: inline-block;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 500;
}
.quiz-select p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.quiz-select p.mr8 {
  margin-right: 0.33rem;
}
.quiz-select p.ml8 {
  margin-left: 0.33rem;
}
.quiz-select .quiz-selector {
  margin: 0 0.33rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.quiz-select .quiz-selector input {
  display: none;
}
.quiz-select .quiz-selector label {
  padding: 0.5rem 0.75rem;
  font-size: 15px;
  min-width: 6.66rem;
  font-weight: 500;
  color: #000;
  display: inline-flex;
  font-family: 'Noto Sans KR';
  align-items: center;
  justify-content: center;
  border-radius: 0.66rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #767676;
}
.quiz-select .quiz-selector label.select {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.quiz-select .quiz-selector label.incorrect {
  background: #fff0ef;
  border: 1px solid #df0808;
  color: #df0808;
}
.quiz-select .quiz-selector label.correct {
  background: #028804;
  border: 1px solid #028804;
  color: #fff;
}

.quiz-select .quiz-shorttext-selector input {
  padding: 0.5rem 0.75rem;
  font-size: 15px;
  display: inline-flex;
  width: 2rem;
  text-align: center;
  font-weight: 500;
  color: #000;
  font-family: 'Noto Sans KR';
  align-items: center;
  justify-content: center;
  border-radius: 0.66rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #767676;
  color: #2c6be7;
}

.quiz-select .quiz-shorttext-selector input.select {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.quiz-select .quiz-shorttext-selector input.correct {
  background: #028804;
  border: 1px solid #028804;
  color: #fff;
}

.quiz-select .quiz-shorttext-selector input.incorrect {
  background: #fff0ef;
  border: 1px solid #df0808;
  color: #df0808;
}
/* 서술형 */
.quiz-desc {
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-top: 1.25rem;
  gap: 20px;
}
.quiz-desc .quiz-desc-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.quiz-desc .quiz-desc-box + .quiz-desc-box {
  margin-top: 1.66rem;
}
.quiz-desc .quiz-desc-box.one-line {
  height: 3.33rem;
}
.quiz-desc .quiz-desc-box.two-line {
  height: 5.13rem;
}
.quiz-desc .quiz-desc-box.three-line {
  height: 6.3rem;
}

.quiz-desc .quiz-desc-num {
  width: 1.83rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  display: flex;
  position: relative;
}
.quiz-desc .quiz-desc-text {
  width: calc(100% - 1.83rem);
  height: 100%;
  position: relative;
  padding: 1rem;
  border-radius: 0.66rem;
  border: 1px solid #767676;
  background: #f6f6f6;
}
.quiz-desc .quiz-desc-text.focus {
  background: #eef7ff;
  border: 1px solid #2c6be7;
}
.quiz-desc .quiz-desc-text textarea {
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.7rem;
  font-weight: 500;
  color: #2c6be7;
  font-family: 'Noto Sans KR';
  height: 100%;
  overflow-y: auto;
  max-height: max-content;
  box-sizing: border-box;
  resize: none;
  display: block;
  border: 0;
  background: transparent;
}
.quiz-desc .quiz-desc-text textarea::-webkit-scrollbar {
  width: 0.33rem;
}
.quiz-desc .quiz-desc-text textarea::-webkit-scrollbar-thumb {
  border-radius: 0.16rem;
  background: #767676;
}
.quiz-desc .quiz-desc-text textarea::-webkit-scrollbar-track {
  border-radius: 0.16rem;
  background: #dadada;
}
.quiz-desc .quiz-desc-text textarea:focus,
.quiz-desc .quiz-desc-text textarea:focus-visible {
  outline: none;
}

.hidden {
  display: none;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.blink-animation {
  animation: blink 1s linear 2;
}

.inactive {
  pointer-events: none;
}

.quiz-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.quiz-line .quiz-line-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 100px;
}

.quiz-line .quiz-line-content .left {
  margin-right: auto;
  width: 106px;
  font-size: 15px;
  display: flex;
  flex-direction: row;
}

.quiz-line .quiz-line-content .left .circle {
  display: absolute;
  margin-top: 6px;
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  z-index: 40;
}

.quiz-line .quiz-line-content .right {
  margin-left: auto;
  width: 149px;
  font-size: 15px;
  display: flex;
  flex-direction: row;
}

.quiz-line .quiz-line-content .right .circle {
  margin-top: 6px;
  min-width: 10px;
  min-height: 10px;
  width: 10px;
  height: 10px;
  margin-right: auto;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  z-index: 40;
}

.quiz-line .quiz-line-content .right .txt {
  margin-left: 8px;
}

.quiz-line-svg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 44;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.select-box {
  /* text-box */

  display: block !important;
  box-sizing: border-box !important;

  /* Auto layout */
  justify-content: center !important;
  align-items: center !important;

  font-size: 16px !important;
  padding: 2px 2px !important;

  background: #ffffff;
  border: 1px solid #767676 !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px !important;
  width: 24px !important;
  height: 24px !important;
}

.selection {
  display: flex;

  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.select-box.select {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.select-box.correct {
  background: #028804;
  border: 1px solid #028804;
  color: #fff;
}

.select-box.incorrect {
  background: #fff0ef;
  border: 1px solid #df0808;
  color: #df0808;
}

.quiz-progress {
  font-family: 'Noto Sans KR', Dotum, 'Apple SD Gothic Neo', sans-se rif;
  line-height: 1rem;
  font-size: 0.825rem;
  font-weight: 500;
}

.quiz-progress #prog-left {
  color: #0A8F98;
}

.quiz-new-subtitle {
  font-family: 'Noto Sans KR', Dotum, 'Apple SD Gothic Neo', sans-se rif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.shorttext-problem {
  display: inline-block;
  margin-top: 0.83rem;
  font-size: 15px;
}

.shorttext-problem .quiz-shorttext-selector {
  display: inline-flex;
}

.shorttext-problem .quiz-shorttext-selector input {
  padding: 0.5rem 0.75rem;
  font-size: 15px;
  display: inline-flex;
  width: 6.66rem;
  text-align: center;
  font-weight: 500;
  color: #000;
  font-family: 'Noto Sans KR';
  align-items: center;
  justify-content: center;
  border-radius: 0.66rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #767676;
  color: #2c6be7;
}

.shorttext-problem2 {
  display: inline-block;
  margin-top: 0.83rem;
  font-size: 15px;
}

.shorttext-problem2 .quiz-shorttext-selector {
  display: inline-flex;
  align-items: center;
}

.shorttext-problem2 .quiz-shorttext-selector input {
  padding: 6px 0px 6px 0px;
  font-size: 15px;
  display: inline-flex;
  width: 100px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  color: #000;
  font-family: 'Noto Sans KR';
  align-items: center;
  justify-content: center;
  border-radius: 0.66rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #767676;
  color: #2c6be7;
}

.touch-quiz-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.dnd-box {
  width: 60px;
  height: 14px;
  border-radius: 8px;
  border: 1px #616b70 solid;
  background: #f7fafc;
  padding: 8px 10px 8px 10px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.quiz-prob2 {
  margin-top: 0.83rem;
  padding: 1.33rem 1rem 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  gap: 0.83rem;
  background: #f7fafc;
  border-radius: 0.66rem;
  border: 1px solid #cfdce5;
}

.noto-fam {
  font-family: 'Noto Sans KR', Dotum, 'Apple SD Gothic Neo', sans-se rif;
}

.exp-content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 0.83rem;
  font-weight: 500;
}

@media all and (min-width: 1200px) {
  .circle-area .circle svg {
    top: 0.83rem;
    left: 0.25rem;
  }

  .circle-area .check svg {
    top: 0.82rem;
    left: 0.25rem;
  }

  .box-container .scroll-wrap .circle-area .quiz-question .quiz-question-text .line-break-landscape {
    display: block;
    height: 0;
    line-height: 0;
  }
}
@media all and (max-width: 768px) {
  .circle-area .circle svg {
    top: 0.83rem;
    left: 0.25rem;
    width: 6.15rem;
    height: 5.9rem;
  }

  .circle-area .check svg {
    top: 0.82rem;
    left: 0.25rem;
    width: 6.12rem;
    height: 5.8rem;
  }
}
@media all and (max-width: 500px) {
  .circle-area .circle svg {
    top: 0.75rem;
    left: 0.25rem;
    width: 5.55rem;
    height: 5.15rem;
  }

  .circle-area .check svg {
    top: 0.72rem;
    left: 0.21rem;
    width: 5.82rem;
    height: 5.2rem;
  }
}
@media all and (max-width: 420px) {
  .circle-area .circle svg {
    top: 0.83rem;
    left: 0.25rem;
    width: 6.15rem;
    height: 5.9rem;
  }

  .circle-area .check svg {
    top: 0.82rem;
    left: 0.25rem;
    width: 6.12rem;
    height: 5.8rem;
  }

  .box-container .quiz-question .quiz-question-text .line-break {
    display: block;
    height: 0;
    line-height: 0;
  }
  
}
@media all and (max-width: 350px) {
}

.mobile.landscape .container {
  width: 60%;
  padding: 0.6rem 0 0.55rem;
}

.mobile.landscape .container header {
  height: 1.4rem;
}
.mobile.landscape .container header .header-left .quiz {
  width: 3.85rem;
  height: 1.35rem;
  font-size: 0.7rem;
  border-radius: 1.925rem;
}
.mobile.landscape .container header .header-left .quiz .ox_title {
  width: 1.23rem;
  padding-right: 1px;
}
.mobile.landscape .container header .header-left .quiz span {
  font-size: 0.65rem;
  height: 0.65rem;
  line-height: 0.65rem;
  padding-bottom: 0.085rem;
}
.container header .header-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.container header .header-right .title {
  font-size: 0.9rem;
}

.mobile.landscape .box-container {
  margin-top: 0.45rem;
  height: calc(var(--vh) - 5.8rem);
}

.mobile.landscape .box-container .scroll-wrap {
  height: calc(var(--vh) - 8.2rem)
}

.mobile.landscape .box-container .quiz-question .quiz-num-wrap .quiz-num {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.9rem;
}

.mobile.landscape .box-container .quiz-question .quiz-question-text {
  font-size: 0.9rem;
}

.mobile.landscape .box-container .OX-area .OX-button-wrap {
  margin-top: 1rem;
}

.mobile.landscape .bottom-menu {
  width: 60%;
  padding: 0 !important;
}

.mobile.landscape .bottom-menu svg {
  width: 0.42rem;
  height: 0.725rem;
}

.mobile.landscape .bottom-menu .arrow-btn {
  border-radius: 0.7rem;
  padding: 0.3rem 0.8rem;
  font-size: 0.85rem;
}

.mobile.landscape .bottom-menu .btn_answer.btn button {
  height: 2.05rem;
}

.mobile.landscape .bottom-menu .btn_answer.btn #answer-btn-text .answer-btn-text {
  font-size: 0.8rem;
}

.mobile.landscape .bottom-menu .btn_answer.btn button::before {
  width: 1.2rem;
  height: 1.2rem;
}