.contents > .quiz {
  transform-origin: 0 0;
  position: absolute;
  color: #252525;
  background: url(../img/quiz/background.png) no-repeat;
  font-family: NanumBarunGothic;
  background-size: 100% 100%;
  width: 1000px;
  height: 640px;
  z-index: 99;
  display: none;
  text-align: left;
}
.contents > .quiz.appraisal{
  color: #fff;
}

.contents > .quiz.pretest {
  background: url(../img/pretest/background.png) no-repeat;
}
.contents > .quiz.sudden {
  background: url(../img/sudden/background.png) no-repeat;
}

.contents > .quiz > .leftSymbol {
  background: url(../img/quiz/leftSymbol.png) no-repeat;
  background-size: 100% 100%;
  width: 206px;
  height: 33px;
  position: absolute;
  left : 1%;
  top : 2%;
}

.contents > .quiz > .wrong_answer {
  background: url(../img/quiz/wrong_answer.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  bottom: 0px;
  z-index: 300;
  display: none;
  position: absolute;
}

.contents > .quiz > .none_check {
  background: url(../img/quiz/none_check.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  bottom: 0px;
  z-index: 300;
  display: none;
  position: absolute;
}

.contents > .quiz > .relativeWrap {
  background: hsla(0, 0%, 10%, 0.7);
  width: 100%;
  height: 100%;
  z-index: 300;
  position: absolute;
  display: none;
}

.contents > .quiz > .relativeWrap > .pop_close {
  background: url(../img/quiz/pop_close.png) no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  z-index: 300;
  Right: 81px;
  top: 35px;
  cursor: pointer;
  position: absolute;
  border: solid #11768f
}

.contents > .quiz > .relativeWrap > .relative_pop {
  position: relative;
  margin: 0 auto;
  width: 877px;
  height: 530px;
  overflow: hidden;
  left: 50px;
  top: 21px;
  border: 0px;
}



.contents > .quiz > .page {
  width: 100%;
}

.contents > .quiz > .page > .question {
  top: 91px;
  left: 101px;
  position: absolute;
  width: 80%;
  color: #fff;
}

.contents > .quiz > .page > .question.pretest {
  top: 134px;
  left: 101px;
  position: absolute;
  width: 80%;
  color: #fff;
}

.contents > .quiz > .page > .question.sudden {
  top: 129px;
  left: 228px;
  position: absolute;
  width: 630px;
  color: #000;
}

.contents > .quiz > .page > .question > .text {
  line-height: 120%;
  position: relative;
  left: 110px;
  font-size: 24px;
  letter-spacing: -1px;
  width: 726px;
  height: 92px;
  display: table-cell;
  vertical-align: middle;
}
.contents > .quiz > .page > .question > .text.pretest {
  /*font-size: 25px;*/
  vertical-align: middle;
}
.contents > .quiz > .page > .question > .text.sudden {
  bottom: 0;
  left: 0;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.contents > .quiz > .page > .direction{
  background: url(../img/quiz/direction.png) no-repeat;
  top: 143px;
  left: 232px;
  position: absolute;
  width: 671px;
  height: 97px;
  color: #444;
  display: none;
}
.contents > .quiz > .page > .direction > .text {
  line-height: 120%;
  position: relative;
  left: 19px;
  top: 0px;
  width: 629px;
  height: 99px;
  font-size: 23px;
  letter-spacing: -1px;
  display: table-cell;
  vertical-align: middle;
}

.contents > .quiz > .page > .question > .symbol {
  font-family: sans-serif;
  position: relative;
  left: 0px;
  font-size: 0px;
}

.contents > .quiz > .page > .question > .symbol > .symbol_1 {
  background: url(../img/quiz/q1.png) no-repeat;
  width: 104px;
  height: 94px;
  position: absolute;
}

.contents > .quiz > .page > .question > .symbol > .symbol_2 {
  background: url(../img/quiz/q2.png) no-repeat;
  width: 104px;
  height: 94px;
  position: absolute;
}

.contents > .quiz > .page > .question > .symbol > .symbol_3 {
  background: url(../img/quiz/q3.png) no-repeat;
  width: 104px;
  height: 94px;
  position: absolute;
}


.contents > .quiz > .page > .question > .symbol.pretest {
  top: 17px;
  /* width: 81px;
  height: 59px; */
}

.contents > .quiz > .page > .question > .symbol > .symbol_1.pretest {
  background: url(../img/pretest/q1.png) no-repeat;
}
.contents > .quiz > .page > .question > .symbol > .symbol_2.pretest {
  background: url(../img/pretest/q2.png) no-repeat;
}
.contents > .quiz > .page > .question > .symbol > .symbol_3.pretest {
  background: url(../img/pretest/q3.png) no-repeat;
}

.contents > .quiz > .page > .question > .symbol.sudden {
  display: none;
}


.contents > .quiz > .page > .question > .symbol > .o_symbol {
  position: absolute;
  background: url(../img/quiz/o_mark.png) no-repeat;
  background-size: 100% 100%;
  width: 91px;
  height: 93px;
  left: 10px;
  top: 0px;
  display: none;
}
.contents > .quiz > .page > .question > .symbol > .x_symbol {
  position: absolute;
  background: url(../img/quiz/x_mark.png) no-repeat;
  background-size: 100% 100%;
  background-size: 100% 100%;
  width: 91px;
  height: 93px;
  left: 10px;
  top: 0px;
  display: none;
}
.contents > .quiz > .page > .question > .symbol > .o_symbol.pretest {
  background: url(../img/pretest/o_mark.png) no-repeat;
  background-size: 100% 100%;
  top: -17px;
}
.contents > .quiz > .page > .question > .symbol > .x_symbol.pretest {
  background: url(../img/pretest/x_mark.png) no-repeat;
  background-size: 100% 100%;
  top: -17px;
}

.contents > .quiz > .page > .question > .symbol > .o_symbol.sudden {
  background: url(../img/sudden/o_mark.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .question > .symbol > .x_symbol.sudden {
  background: url(../img/sudden/x_mark.png) no-repeat;
  background-size: 100% 100%;
}


.contents > .quiz > .page > .example {
  top: 209px;
  left: 162px;
  position: absolute;
  width: 63%;
  cursor: Pointer;
}
.contents > .quiz > .page > .example.half {
  top: 240px;
}
.contents > .quiz > .page > .half > .sudden{
  text-align: left !important;
}


.contents > .quiz > .page > .example.pretest {
  top: 245px;
  left: 150px;
}

.contents > .quiz > .page > .example.sudden {
  top: 245px;
  left: 155px;
}



.contents > .quiz > .page > .example > .multiple {
  list-style-type: none;
  left: 5px;
  /* font-size: 21px; */
  width: 111%;
  font-weight: 300;
  margin-bottom: 9px;
}
.contents > .quiz > .page > .example > .multiple:hover {
  color:#e39f4f;
}

.contents > .quiz > .page > .example > .multiple > div {
  position: absolute;
  border: 0px;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-top: 0;
}
.contents > .quiz > .page > .example > .multiple > .text {
  font-family: NanumBarunpen;
  left: 45px;
  top: 4px;
  height: 35px;
  position: relative;
  line-height: 135%;
  font-size: 21px;
  letter-spacing: -1px;
}
.contents > .quiz > .page > .example.pretest > .multiple > .text{
  left: 47px;
  top: 1px;
}

.contents > .quiz > .page > .example > .multiple > .btn1{
  background: url(../img/quiz/btn1.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn2{
  background: url(../img/quiz/btn2.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn3{
  background: url(../img/quiz/btn3.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn4{
  background: url(../img/quiz/btn4.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn5{
  background: url(../img/quiz/btn5.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn6{
  background: url(../img/quiz/btn6.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .multiple > .btn1.toggle{
  background: url(../img/quiz/check_btn1.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn2.toggle{
  background: url(../img/quiz/check_btn2.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn3.toggle{
  background: url(../img/quiz/check_btn3.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn4.toggle{
  background: url(../img/quiz/check_btn4.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn5.toggle{
  background: url(../img/quiz/check_btn5.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn6.toggle{
  background: url(../img/quiz/check_btn6.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn1.correct{
  background: url(../img/quiz/correct_btn1.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn2.correct{
  background: url(../img/quiz/correct_btn2.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn3.correct{
  background: url(../img/quiz/correct_btn3.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn4.correct{
  background: url(../img/quiz/correct_btn4.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn5.correct{
  background: url(../img/quiz/correct_btn5.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .multiple > .btn6.correct{
  background: url(../img/quiz/correct_btn6.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > div{
  width: 32px;
  height: 32px;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn1{
  background: url(../img/pretest/btn1.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn2{
  background: url(../img/pretest/btn2.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn3{
  background: url(../img/pretest/btn3.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn4{
  background: url(../img/pretest/btn4.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn1.toggle{
  background: url(../img/pretest/check_btn1.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn2.toggle{
  background: url(../img/pretest/check_btn2.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn3.toggle{
  background: url(../img/pretest/check_btn3.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn4.toggle{
  background: url(../img/pretest/check_btn4.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn1.correct{
  background: url(../img/pretest/correct_btn1.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn2.correct{
  background: url(../img/pretest/correct_btn2.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn3.correct{
  background: url(../img/pretest/correct_btn3.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example.pretest > .multiple > .btn4.correct{
  background: url(../img/pretest/correct_btn4.png) no-repeat;
  background-size: 100% 100%;
}



.contents > .quiz > .page > .example > .half {
  list-style-type: none;
  width: 135px;
  height: 135px;
  border: 0px;
  left: 69px;
  margin: 9px;
  margin-Right: 120px;
  cursor: pointer;
  position: relative;
}

.contents > .quiz > .page > .example > .half.pretest {
  width: 221px;
  height: 221px;
  margin: 25px;
}
.contents > .quiz > .page > .example > .half.sudden {
  width: 116px;
  height: 133px;
  margin: 15px 83px;
}

.contents > .quiz > .page > .example > .half > .symbol {
  font-family: NanumBarunpen;
  font-style: italic;
  left: 58px;
  top: 39px;
  height: 35px;
  position: absolute;
  font-size: 36px;
  color: red;
  transition-duration: 0.5s;
  display: none;
}

.contents > .quiz > .page > .example > .half > .symbol.pretest {
  background: url(../img/pretest/check_symbol.png) no-repeat;
  background-size: 100% 100%;
  left: 97px;
  top: 28px;
  width: 56px;
  height: 54px;
  font-size: 146px;
  color: #f67313;
}

.contents > .quiz > .page > .example > .half > .symbol.sudden {
  background: url(../img/sudden/check_symbol.png) no-repeat;
  background-size: 100% 100%;
  left: 25px;
  top: -14px;
  width: 85px;
  height: 90px;
  font-size: 146px;
  color: #f67313;
}

.contents > .quiz > .page > .example > .half > .symbol.appraisal.toggle  {
  background: url(../img/quiz/check_symbol.png) no-repeat;
  background-size: 100% 100%;
  left: 43px;
  top: 28px;
  width: 61px;
  height: 51px;
  font-size: 146px;
  color: #f67313;
  display: block;
}

.contents > .quiz > .page > .example > .half_1{
  background: url(../img/quiz/ox_o.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .half_1.toggle{
  background: url(../img/quiz/ox_o_toggle.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_2{
  background: url(../img/quiz/ox_x.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_2.toggle{
  background: url(../img/quiz/ox_x_toggle.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_1.pretest{
  background: url(../img/pretest/ox_o.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_2.pretest{
  background: url(../img/pretest/ox_x.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_1.pretest.toggle{
  background: url(../img/pretest/ox_o_toggle.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_2.pretest.toggle{
  background: url(../img/pretest/ox_x_toggle.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_1 > .symbol.toggle{
  display: block;
}
.contents > .quiz > .page > .example > .half_2 > .symbol.toggle{
  display: block;
}

.contents > .quiz > .page > .example > .half_1.sudden{
  background: url(../img/sudden/ox_o.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_2.sudden{
  background: url(../img/sudden/ox_x.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_1.sudden.toggle{
  background: url(../img/sudden/ox_o_toggle.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half_2.sudden.toggle{
  background: url(../img/sudden/ox_x_toggle.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .example > .half > .btn1.toggle{
  background: url(../img/quiz/check_btn1.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .half > .btn2.toggle{
  background: url(../img/quiz/check_btn2.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .half > .btn1.correct{
  background: url(../img/quiz/correct_btn1.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .example > .half > .btn2.correct{
  background: url(../img/quiz/correct_btn2.png) no-repeat;
  background-size: 100% 100%;
}


.contents > .quiz > .page > .confirm {
  bottom: 110px;
  Right: 40px;
  position: absolute;
  width: 102px;
  height: 31px;
  border: 0px;
  background: url(../img/quiz/confirm.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: none;
}

.contents > .quiz > .page >.confirm:hover {
  background: url(../img/quiz/confirm_over.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .confirm.pretest {
  top: 478px;
  left: 484px;
  width: 178px;
  height: 44px;
  background: url(../img/pretest/confirm.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page >.confirm.pretest:hover {
  background: url(../img/pretest/confirm.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page > .confirm.sudden {
  top: 478px;
  left: 490px;
  width: 169px;
  height: 47px;
  background: url(../img/sudden/confirm.png) no-repeat;
  background-size: 100% 100%;
}
.contents > .quiz > .page >.confirm.sudden:hover {
  background: url(../img/sudden/confirm.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .page > .feedback {
  background: url(../img/quiz/feedback.png) no-repeat;
  background-size: 100% 100%;
  width: 863px;
  height: 122px;
  bottom: 103px;
  left: 74px;
  position: absolute;
}

.contents > .quiz > .page > .feedback.pretest {
  background: none;
  width: 771px;
  height: 112px;
  bottom: 99px;
  left: 150px;
}
.contents > .quiz > .page > .feedback.sudden {
  background: url(../img/sudden/feedback.png) no-repeat;
  background-size: 100% 100%;
  width: 889px;
  height: 124px;
  bottom: 90px;
  left: 54px;
}

.contents > .quiz > .page > .feedback > .answer > .symbol {
  position: absolute;
  width:100%;
  height:100%;
  background: url(../img/quiz/dab_a.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text {
  position: absolute;
  width: 70px;
  height: 22px;
  left: 40px;
  top: 11px;
}

.contents > .quiz > .page > .feedback > .answer > .text.pretest {
  position: absolute;
  width: 54px;
  height: 26px;
  left: 0;
  top: 1px;
}
.contents > .quiz > .page > .feedback > .answer > .text.sudden {
  position: absolute;
  width: 185px;
  height: 67px;
  left: 18px;
  top: 29px;
}

.contents > .quiz > .page > .feedback > .answer > .text_1 {
  background: url(../img/quiz/dab1.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_2 {
  background: url(../img/quiz/dab2.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_3 {
  background: url(../img/quiz/dab3.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_4 {
  background: url(../img/quiz/dab4.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_5 {
  background: url(../img/quiz/dab5.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_6 {
  background: url(../img/quiz/dab6.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_O {
  background: url(../img/quiz/dab_o.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_X {
  background: url(../img/quiz/dab_x.png) no-repeat;
}

.contents > .quiz > .page > .feedback > .answer > .text_1.pretest {
  background: url(../img/pretest/dab_1.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_2.pretest {
  background: url(../img/pretest/dab_2.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_3.pretest {
  background: url(../img/pretest/dab_3.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .answer > .text_4.pretest {
  background: url(../img/pretest/dab_4.png) no-repeat;
}


.contents > .quiz > .page.half > .feedback > .answer > .text_1 {
  background: url(../img/quiz/dab_o.png) no-repeat;
}

.contents > .quiz > .page.half > .feedback > .answer > .text_2 {
  background: url(../img/quiz/dab_x.png) no-repeat;
}

.contents > .quiz > .page > .feedback > .answer > .text_1.sudden {
  background: url(../img/sudden/dab_o.png) no-repeat;
  width: 65px;
  height: 22px;
  top: 10px;
  left: 89px;
}

.contents > .quiz > .page > .feedback > .answer > .text_2.sudden {
  background: url(../img/sudden/dab_x.png) no-repeat;
  width: 65px;
  height: 22px;
  top: 10px;
  left: 89px;
}


.contents > .quiz > .page > .feedback > .explain {
  font-family: NanumBarunpen;
  font-size: 21px;
  line-height: 111%;
  color: #fff;
  left: 121px;
  top: 10px;
  width: 650px;
  height: 100px;
  position: relative;
  vertical-align: top;
  display: table-cell;
  /* overflow: auto; */
  letter-spacing: -2px;
}

.contents > .quiz > .page > .feedback > .explain.pretest {
  font-size: 21px;
  color: #000;
  left: 60px;
  top: 4px;
  width: 671px;
  height: 81px;
  vertical-align: top;
}
.contents > .quiz > .page > .feedback > .explain.sudden {
  font-size: 23px;
  color: #fff;
  left: 92px;
  top: 34px;
  width: 707px;
  height: 100px;
  vertical-align: top;
}
.contents > .quiz > .page > .feedback > .next_btn {
  background: url(../img/quiz/next_btn.png) no-repeat;
  width: 112px;
  height: 33px;
  top: -32px;
  Right: 40px;
  position: absolute;
  border: 0px;
  cursor: pointer;
}
.contents > .quiz > .page > .feedback > .next_btn:hover {
  background: url(../img/quiz/next_btn_over.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .next_btn.pretest {
  background: url(../img/pretest/next_btn.png) no-repeat;
  width: 89px;
  height: 89px;
  top: 11px;
  Right: 0;
  position: absolute;
  border: 0px;
  cursor: pointer;
}
.contents > .quiz > .page > .feedback > .result_btn {
  background: url(../img/quiz/result_btn.png) no-repeat;
  width: 112px;
  height: 33px;
  top: -32px;
  Right: 40px;
  position: absolute;
  border: 0px;
  cursor: pointer;
}
.contents > .quiz > .page > .feedback > .result_btn:hover {
  background: url(../img/quiz/result_btn_over.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .result_btn.pretest {
  background: url(../img/pretest/result_btn.png) no-repeat;
  width: 89px;
  height: 89px;
  top: 11px;
  Right: 0;
  position: absolute;
  border: 0px;
  cursor: pointer;
}
.contents > .quiz > .page > .feedback > .result_btn.pretest:hover {
  background: url(../img/pretest/result_btn_over.png) no-repeat;
}
.contents > .quiz > .page > .feedback > .relative_btn {
  background: url(../img/quiz/relative_btn.png) no-repeat;
  width: 112px;
  height: 33px;
  top: -32px;
  Right: 0px;
  position: absolute;
  border: 0px;
  cursor: pointer;
}
.contents > .quiz > .page > .feedback > .relative_btn:hover {
  background: url(../img/quiz/relative_btn_over.png) no-repeat;
}
.contents > .quiz > .board {
  width: 100%;
}
.contents > .quiz > .board > .top {
  color: #000;
}
.contents > .quiz > .board > .top > .symbol{
  position: absolute;
  left: 10%;
  top: 15%;
  font-size: 40px;

}
.contents > .quiz > .board > .top > .totPage{
  position: absolute;
  left: 365px;
  top: 159px;
  font-size: 36px;
  color: #000;
  width: 21px;
  height: 33px;
  display: block;
}
.contents > .quiz > .board.pretest > .top > .totPage{
  display: none;
}
.contents > .quiz > .board > .top > .explain{
  position: absolute;
  left: 46.8%;
  top: 194px;
  font-size: 38px;
  color: #ffa030;
  width: 21px;
  height: 33px;
}
.contents > .quiz > .board.pretest > .top > .explain{
  left: 44.8%;
  top: 156px;
}
/* .contents > .quiz > .board > .top > .explain_0{
  background: url(../img/quiz/0.png) no-repeat;
}

.contents > .quiz > .board > .top > .explain_1{
  background: url(../img/quiz/1.png) no-repeat;
}

.contents > .quiz > .board > .top > .explain_2{
  background: url(../img/quiz/2.png) no-repeat;
}

.contents > .quiz > .board > .top > .explain_3{
  background: url(../img/quiz/3.png) no-repeat;
} */

.contents > .quiz > .board > .middle{
  position: absolute;
  top: 296px;
  left: 262px;
  width: 90%;
  height: 50%;
}
.contents > .quiz > .board.pretest > .middle{
  position: absolute;
  top: 229px;
  left: 91px;
  width: 90%;
  height: 50%;
}
.contents > .quiz > .board > .middle > .line{
  border: dashed;
  border-color: #aaaaaa;
  border-width: 1px 3px 3px 1px;
  height: 50%;
  float: left;
  top: 10%;
  position: relative;
}

.contents > .quiz > .board > .middle > .result{
  position: relative;
  float: left;
  width: 25%;
  height: 30%;
  margin: -12px;
}
.contents > .quiz > .board > .middle > .result > .symbol {
  font-size: 50px;
  text-align: center;
  font-family: sans-serif;
  color: #000;
  bottom: 15%;
  position: relative;
}
.contents > .quiz > .board > .middle > .result > .checkSymbol {
  width: 113px;
  height: 113px;
}
.contents > .quiz > .board > .middle > .result > .o_symbol {
  background: url(../img/quiz/o_result.png);
  background-size: 100% 100%;
}
.contents > .quiz > .board > .middle > .result > .x_symbol {
  background: url(../img/quiz/x_result.png);
  background-size: 100% 100%;
}
.contents > .quiz > .board.pretest > .middle > .down_btn01{
  background: url(../img/pretest/down_btn01.png);
  background-size: 100% 100%;
  position: absolute;
  width: 419px;
  height: 295px;
  left: 410px;
}
.contents > .quiz > .board.pretest > .middle > .down_btn02{
  background: url(../img/pretest/down_btn02.png);
  background-size: 100% 100%;
  position: absolute;
  width: 419px;
  height: 295px;
}

.contents > .quiz > .board.pretest > .middle > .down_btn01.toggle{
  background: url(../img/pretest/down_btn01_over.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.contents > .quiz > .board.pretest > .middle > .down_btn02.toggle{
  background: url(../img/pretest/down_btn02_over.png);
  background-size: 100% 100%;
  cursor: pointer;
}



.contents > .quiz > .board > .explanation_btn  {
  background: url(../img/quiz/explanation_btn.png) no-repeat;
  background-size: 100% 100%;
  width: 249px;
  height: 47px;
  border: 0px;
  top: 78%;
  left: 53%;
  position: absolute;
  cursor: pointer;
}

.contents > .quiz > .board > .explanation_btn:hover  {
  background: url(../img/quiz/explanation_btn_over.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .board > .wrong_retry  {
  background: url(../img/quiz/wrong_retry.png) no-repeat;
  background-size: 100% 100%;
  width: 139px;
  height: 45px;
  border: 0px;
  top: 78%;
  left: 26%;
  position: absolute;
  cursor: pointer;
}

.contents > .quiz > .board > .wrong_retry:hover  {
  background: url(../img/quiz/wrong_retry_over.png) no-repeat;
  background-size: 100% 100%;
}

.contents > .quiz > .board > .retry  {
  background: url(../img/quiz/retry.png) no-repeat;
  background-size: 100% 100%;
  width: 112px;
  height: 33px;
  border: 0px;
  top: 72%;
  left: 44.5%;
  position: absolute;
  cursor: pointer;
}

.contents > .quiz > .board > .retry:hover  {
  background: url(../img/quiz/retry_over.png) no-repeat;
  background-size: 100% 100%;
}

.videoJump{
  background: url(../img/quiz/videoJump.png) no-repeat;
  background-size: 100% 100%;
  width: 129px;
  height: 38px;
  position: absolute;
  z-index: 51;
  bottom: 83px;
  left: 421px;
  cursor: pointer;
  display: none;
  border: 0px;
}
/* 
.contents > .quiz > .quizTitle {
  background: url(../../title/quizTitle.png) no-repeat;
  width: 1012px;
  height: 98px;
  position: absolute;
  top: 84%;
  left: 0px;
} */

.contents > .quiz > .page > .example > .word_input_1 {
  position: absolute;
  top: 30px;
  left: 145px;
  width: 300px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}

.contents > .quiz > .page > .example > .word_input_2 {
  position: absolute;
  top: 30px;
  left: 145px;
  width: 300px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}
.contents > .quiz > .page > .example > .word_input_3 {
  position: absolute;
  top: 30px;
  left: 145px;
  width: 300px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}

.contents > .quiz > .page > .example > .word_input_4 {
  position: absolute;
  top: 30px;
  left: 145px;
  width: 300px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}

.contents > .quiz > .page > .example > .word_input_5 {
  position: absolute;
  top: 30px;
  left: 145px;
  width: 300px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}




/*퀴즈 START 버튼*/
.quiz_start_btn{
  width: 15%;
  height: 10%;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 43%;
  bottom: 23%;
  z-index: 51;
  cursor: pointer;
}