/* 사전퀴즈 */

/* skin1 start */
.skin1#pretest .pretest {
  background: url(../images/quiz/skin1/background--pretest.png) no-repeat center center;
  width: 100%;
  height: 100%;
  max-height: 576px;
}

.skin1#pretest .pretest>.level {
  height: 0px;
  display: none;
}

.skin1#pretest .pretest>.question {
  height: 170px;
  box-sizing: border-box;
  padding: 90px 100px 0px 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.skin1#pretest .pretest>.question>.question__wrap {
  font-size: 3rem;
  color: white;
  font-family: DoHyeon;
  padding-right:10px;
  box-sizing: border-box;
}

.skin1#pretest .pretest>.question>.question__wrap>.marking {
  color: #f65656;
  position: absolute;
  font-family: Montserrat;
  font-size: 5rem;
  font-weight: bold;
}

.skin1#pretest .pretest>.question>.question__wrap>.marking>#marking__ico--correct {
  margin-top: -27px;
  margin-left: -12px;
}

.skin1#pretest .pretest>.question>.question__wrap>.marking>#marking__ico--incorrect {
  margin-top: -25px;
  margin-left: -5px;
}

.skin1#pretest .pretest>.question>.question__txt {
  font-size: 1.3rem;
  font-weight: bold;
  color: #4d4d4d;
  box-sizing: border-box;
  padding-bottom: 15px;
}

#example-img-1 {
  position: absolute;
  top:200px;
  left:400px;
}

#example-img-1 img{
  width:300px;
  height:300px;
}

#example-img-2 {
  position: absolute;
  top: 242px;
  left: 410px
}

#example-img-2 img{
  width: 550px;
  height: 100px;
}

.skin1#pretest .pretest>.example {
  height: 200px;
  box-sizing: border-box;
}

.skin1#pretest .pretest>.example>.example__list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
}

.skin1#pretest .pretest>.example>.example__list .list {
  width: 157px;
  height: 156px;
  font-size: 0px;
  margin: 30px 70px;
}

.skin1#pretest .pretest>.example>.example__list .list .btn-list {
  cursor: pointer;
}

.skin1#pretest .pretest>.example>.example__list .list .btn-list .symbol {
  width: 157px;
  height: 156px;
}

.skin1#pretest .pretest>.example>.example__list .list #btn-list0 .symbol {
  background: url(../images/quiz/skin1/o.png) no-repeat center center;
}

.skin1#pretest .pretest>.example>.example__list .list #btn-list0:hover .symbol
, .skin1#pretest .pretest>.example>.example__list .list #btn-list0.active .symbol {
  background: url(../images/quiz/skin1/o-hover.png) no-repeat center center;
}

.skin1#pretest .pretest>.example>.example__list .list #btn-list1 .symbol {
  background: url(../images/quiz/skin1/x.png) no-repeat center center;
}

.skin1#pretest .pretest>.example>.example__list .list #btn-list1:hover .symbol
, .skin1#pretest .pretest>.example>.example__list .list #btn-list1.active .symbol {
  background: url(../images/quiz/skin1/x-hover.png) no-repeat center center;
}

.skin1#pretest .pretest>.checking {
  width: 100%;
  height: 40px;
  position: absolute;
  margin-top: -12px;
  z-index: 800;
}

.skin1#pretest .pretest .button {
  width: 151px;
  height: 46px;
  background: #529d34;
  float: right;
  margin-right: 125px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  cursor: pointer;
}

.skin1#pretest .pretest .button#btn-checking {
  background: url(../images/quiz/skin1/button__checking.png) no-repeat center center;
}

.skin1#pretest .pretest .button#btn-next {
  background: url(../images/quiz/skin1/button__next.png) no-repeat center center;
}

.skin1#pretest .pretest .button#btn-checking:hover {
  background: url(../images/quiz/skin1/button__checking-hover.png) no-repeat center center;
}

.skin1#pretest .pretest .button#btn-next:hover {
  background: url(../images/quiz/skin1/button__next-hover.png) no-repeat center center;
}

.skin1#pretest .pretest>.feedback {
  height: 200px;
  background: url(../images/quiz/skin1/background--pretest__feedback.png) no-repeat center center;
  box-sizing: border-box;
  padding: 40px 120px 60px 120px;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.skin1#pretest .pretest>.feedback>.feedback__answer {
  display: flex;
  justify-content: flex-start;
  font-family: Nanum Barun Gothic;
  color: #363636;
  width: 100%;
  height: 30px;
}

.skin1#pretest .pretest>.feedback>.feedback__answer>.txt {
  font-size: 2rem;
  font-weight: bold;
  margin-top: -4px;
}

.skin1#pretest .pretest>.feedback>.feedback__answer>.symbol {
  width: 59px;
  height: 21px;
  margin-right: 5px;
  color: #11aea7;
  font-weight: bold;
}

.skin1#pretest .pretest>.feedback>.feedback__explanation {
  display: flex;
  justify-content: flex-start;
  color: #363636;
  width: 100%;
  height: 140px;
  overflow-y: auto;
}

.skin1#pretest .pretest>.feedback>.feedback__explanation>.symbol {
  width: 60px;
  height: 28px;
  margin-right: 5px;
  color: #11aea7;
  font-weight: bold;
}

.skin1#pretest .pretest> .feedback > .feedback__explanation .txtBox {
  width: 85%;
  height: 125px;
}

.skin1#pretest .pretest>.feedback>.feedback__nav {
  position: absolute;
  z-index: 900;
  top: -12px;
  right: 0px;
}

/* 평가하기 */

.skin1#evaluation .evaluation {
  background: url(../images/quiz/skin1/background--evaluation.png) no-repeat center center;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.skin1#evaluation #evaluation0 {
  background: url(../images/quiz/skin1/background--evaluation0.png) no-repeat center center;
  position: relative;
}

.skin1#evaluation #evaluation0>#start {
  width: 103px;
  height: 103px;
  color: white;
  font-size: 0px;
  position: absolute;
  top: 72%;
  left: 65%;
  cursor: pointer;
  background: url(../images/quiz/skin1/start.png) no-repeat;
}

.skin1#evaluation #evaluation0>#start:hover {
  background: url(../images/quiz/skin1/start_over.png) no-repeat;
}

.skin1#evaluation #evaluation1 {
  background: url(../images/quiz/skin1/q1_back.png) no-repeat center center;
  position: relative;
}

.skin1#evaluation #evaluation2 {
  background: url(../images/quiz/skin1/q2_back.png) no-repeat center center;
  position: relative;
}

.skin1#evaluation .evaluation>.example-img {
  
}

.skin1#evaluation .evaluation>.level {
  display: none;
}

.skin1#evaluation .evaluation>.question {
  width: 82%;
  height: 170px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 40px;
  
}

.skin1#evaluation .evaluation>.question>.question__wrap {
  float: left;
}

.skin1#evaluation .evaluation>.question .marking {
  position: absolute;
  box-sizing: border-box;
  margin-top: -82px;
  margin-left: -18px;
}

.skin1#evaluation .evaluation>.question .marking>.marking__ico {
  font-size: 10rem;
  position: absolute;
  font-family: Montserrat;
  font-weight: bold;
  left:30px;
  color: #fb5858;
}

.skin1#evaluation .evaluation>.question .marking>#marking__ico--correct {
  background: url(../images/quiz/skin1/image_right.png) no-repeat center;
  width:93px;
  height:93px
}

.skin1#evaluation .evaluation>.question .marking>#marking__ico--incorrect {
  background: url(../images/quiz/skin1/image_wrong.png) no-repeat center;
  width:86px;
  height:86px;
}

.skin1#evaluation .evaluation>.question .symbol {
  width: 80px;
  height: 100%;
  font-size:4rem;
  font-family: 'DoHyeon';
  text-align: right;
  color: #171717;
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: -23px;
}

.skin1#evaluation .evaluation>.question>.question__txt {
  font-size: 1.8rem;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left:20px;
  color: #000000;
  font-weight: bold;
}

.skin1#evaluation .evaluation>.example {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  padding: 80px 190px;
}

.skin1#evaluation .evaluation>.example>.example__list {
  list-style: none;
  padding: 0px;
  margin: 0px auto;
}

.skin1#evaluation .evaluation>.example .list {
  font-size: 1.2rem;
  margin-bottom: 17px;
}

.skin1#evaluation .evaluation>.example .list>.btn-list {}

.skin1#evaluation .evaluation>.example .list>.btn-list>.symbol {
  cursor: pointer;
  float: left;
  width: 24px;
  height: 24px;
  color: #d5edec;
  text-align: center;
  margin-right: 10px;
}

.skin1#evaluation .evaluation>.example .list>.btn-list>.symbol>.symbol__txt {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #000000;
  color:#ffffff;
}

.skin1#evaluation .evaluation>.example .list>.btn-list>.txt {
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
}

.skin1#evaluation .evaluation>.example .list>.btn-list:hover .symbol>.symbol__txt
, .skin1#evaluation .evaluation>.example .list>.btn-list.active .symbol>.symbol__txt {
  background: #369922;
}

.skin1#evaluation .evaluation>.example .list>.btn-list:hover>.txt
, .skin1#evaluation .evaluation>.example .list>.btn-list.active>.txt {
  color: #369922;
}


.skin1#evaluation .evaluation .checking {
  box-sizing: border-box;
  margin-top: 45px;
  right: 50px;
  position: absolute;
}

.skin1#evaluation .evaluation .button {
  width: 138px;
  height: 50px;
  background: #529d34;
  float: right;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  cursor: pointer;
}

.skin1#evaluation .evaluation .button#btn-checking {
  background: url(../images/quiz/skin1/button__checking.png) no-repeat center center;
  right: 60px;
  top: -10px;
}

.skin1#evaluation .evaluation .button#btn-next {
  background: url(../images/quiz/skin1/button__next.png) no-repeat center center;
  right: 60px;
  top: -10px;
}

.skin1#evaluation .evaluation .button#btn-report {
  background: url(../images/quiz/skin1/button__report.png) no-repeat center center;
  right: 60px;
  top: -10px;
}

.skin1#evaluation .evaluation .button#btn-checking:hover {
  background: url(../images/quiz/skin1/button__checking-hover.png) no-repeat center center;
}

.skin1#evaluation .evaluation .button#btn-next:hover {
  background: url(../images/quiz/skin1/button__next-hover.png) no-repeat center center;
}

.skin1#evaluation .evaluation .button#btn-report:hover {
  background: url(../images/quiz/skin1/button__report-hover.png) no-repeat center center;
}

.skin1#evaluation .evaluation .feedback {
  margin-top:55px;
  position: absolute;
  width: 100%;
  height: 230px;
  font-size: 1.2em;
  box-sizing: border-box;
  background: url(../images/quiz/skin1/image_result_2.png) no-repeat center center;
}

.skin1#evaluation .evaluation .feedback .symbol {
  float: left;
  box-sizing: border-box;
  font-size: 2rem;
  width: 80px;
  height: 21px;
  margin-right: 10px;
  color: white;
}

.skin1#evaluation .evaluation .feedback>.feedback__answer {
  margin-top: 35px;
  margin-left: 150px;
  width: 100%;
  height: 40px;
}

.skin1#evaluation .evaluation .feedback>.feedback__answer>.symbol {

}

.skin1#evaluation .evaluation .feedback>.feedback__answer>.txt {
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

.skin1#evaluation .evaluation .feedback>.feedback__explanation {
  margin-left:150px;
  height: 120px;
  color: white;
  padding-top: 10px;
  padding-right:50px;
}

.skin1#evaluation .evaluation .feedback > .feedback__explanation>.symbol {
  height: 120px;
  margin-top: -8px;
}

.skin1#evaluation .evaluation .feedback > .feedback__explanation .txtBox {
  width: 85%;
  height: 100px;
  overflow-y: auto;
}

.skin1#evaluation .evaluation .feedback>.feedback__nav {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding-right: 100px;
}

.skin1#evaluation .evaluation .feedback>.feedback__nav>.button {
  position: absolute;
  right: 50px;
  top: -45px;
}

.skin1#evaluation #evaluation99 {
  position: absolute;
  background: url(../images/quiz/skin1/background--evaluation99.png) no-repeat center center;
  top: 0px;
  left: 0px;
  display: none;
}

.skin1#evaluation #evaluation99 .report>.report__wrap {
  width: 100%;
  height: 100%;
}

.skin1#evaluation #evaluation99 .report .top {
  width: 100%;
  height: 300px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 210px;
  display: flex;
  justify-content: center;
}

.skin1#evaluation #evaluation99 .report .top>.top__title {
  display: none;
}

.skin1#evaluation #evaluation99 .report .top>.top__txt {
  width: 60%;
  font-size: 1.8rem;
  padding-top: -15px;
  color: white;

}

.skin1#evaluation #evaluation99 .report .top .yellow {
  color: #ffb402;
  font-size: 3rem;
  margin-right:120px;
  font-weight: bold;
}

.skin1#evaluation #evaluation99 .report .middle {
  width: 100%;
  height: 140px;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 20%;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skin1#evaluation #evaluation99 .report .middle>.middle__wrap {
  position: relative;
  width: 172px;
  height: 120px;
  color: #454545;
  font-family: "DoHyeon";
  position: relative;
  top: 60px;
}

div#middle__wrap2 {
  left: 45px;
}

.skin1#evaluation #evaluation99 .report .middle>.middle__wrap .symbol {
  width: 120px;
  height: 120px;
  font-size: 4rem;
  position: absolute;
  box-sizing: border-box;
  padding-top: 20px;
  color: white;
}

.skin1#evaluation #evaluation99 .report .middle>.middle__wrap .mark {
  width: 120px;
  height: 120px;
  padding-left:2px;
  box-sizing: border-box;
  position: absolute;
}

.skin1#evaluation #evaluation99 .report .middle .flag {
  width: 100%;
  height: 100%;
  position: absolute;
}

.skin1#evaluation #evaluation99 .report .middle #flag--correct {
  background: url(../images/quiz/skin1/reportO.png) no-repeat center;
}

.skin1#evaluation #evaluation99 .report .middle #flag--incorrect {
  background: url(../images/quiz/skin1/reportX.png) no-repeat center;
}

.skin1#evaluation #evaluation99 .report .bottom {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.skin1#evaluation #evaluation99 .report .bottom .diviser {
  width: 60%;
  height: 0px;
  background: gray;
  margin-bottom: 20px;
}

.skin1#evaluation #evaluation99 .report .bottom>.bottom__btn--retry {
  width: 138px;
  height: 50px;
  display: inline-block;
  background: url(../images/quiz/skin1/btn_retry01_nor.png) no-repeat center;
}

.skin1#evaluation #evaluation99 .report .bottom>.bottom__btn--retry:hover {
  background: url(../images/quiz/skin1/btn_retry01_over.png) no-repeat center;
}

/* 공통 */
.red {
  color: red;
}

.green {
  color: #23AF4F;
}

.yellow {
  color: yellow;
}

.skin1#pretest .bv-media>.pretest .alert
, .skin1#evaluation .bv-media>.evaluation .alert {
  width: 100%;
}

.skin1#pretest .bv-media>.pretest .alert>.alert__wrap
, .skin1#evaluation .bv-media>.evaluation .alert>.alert__wrap {
  width: 203px;
  height: 203px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/quiz/skin1/background-alert.png) no-repeat center center;
  display: none;
}

.skin1#pretest .bv-media>.pretest .alert .img
, .skin1#evaluation .bv-media>.evaluation .alert .img {
  display: none;
}

.skin1#pretest .bv-media>.pretest .alert .txt
, .skin1#evaluation .bv-media>.evaluation .alert .txt {
  width: 203px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* skin1 end */

/* skin2 start */
.skin2#pretest .pretest {
  background: url(../images/quiz/skin2/background--pretest.png) no-repeat center center;
  width: 100%;
  height: 100%;
  max-height: 576px;
}

.skin2#pretest .pretest>.level {
  height: 0px;
  display: none;
}

.skin2#pretest .pretest>.question {
  height: 155px;
  box-sizing: border-box;
  padding: 80px 100px 0px 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.skin2#pretest .pretest>.question>.question__wrap {
  font-size: 4rem;
  color: #054c6c;
  font-family: Arial Rounded MT Bold;
  padding-right:10px;
  box-sizing: border-box;
  letter-spacing: -3px;
}

.skin2#pretest .pretest>.question>.question__wrap>.marking {
  color: #f65656;
  position: absolute;
  font-family: Montserrat;
  font-size: 5rem;
  font-weight: bold;
}

.skin2#pretest .pretest>.question>.question__wrap>.marking>#marking__ico--correct {
  margin-top: -5px;
  margin-left: 6px;
}

.skin2#pretest .pretest>.question>.question__wrap>.marking>#marking__ico--incorrect {
  margin-top: -5px;
  margin-left: 15px;
}

.skin2#pretest .pretest>.question>.question__txt {
  font-size: 1.3rem;
  font-weight: bold;
  color: #4d4d4d;
  box-sizing: border-box;
  padding-bottom: 15px;
}

.skin2#pretest .pretest>.example-img {
  height: 0px;
  display: none;
}

.skin2#pretest .pretest>.example {
  height: 225px;
  box-sizing: border-box;
}

.skin2#pretest .pretest>.example>.example__list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  padding-right: 250px;
}

.skin2#pretest .pretest>.example>.example__list .list {
  width: 157px;
  height: 156px;
  font-size: 0px;
  margin: 20px 50px;
}

.skin2#pretest .pretest>.example>.example__list .list .btn-list {
  cursor: pointer;
}

.skin2#pretest .pretest>.example>.example__list .list .btn-list .symbol {
  width: 157px;
  height: 156px;
}

.skin2#pretest .pretest>.example>.example__list .list #btn-list0 .symbol {
  background: url(../images/quiz/skin2/o.png) no-repeat center center;
}

.skin2#pretest .pretest>.example>.example__list .list #btn-list0:hover .symbol
, .skin2#pretest .pretest>.example>.example__list .list #btn-list0.active .symbol {
  background: url(../images/quiz/skin2/o-hover.png) no-repeat center center;
}

.skin2#pretest .pretest>.example>.example__list .list #btn-list1 .symbol {
  background: url(../images/quiz/skin2/x.png) no-repeat center center;
}

.skin2#pretest .pretest>.example>.example__list .list #btn-list1:hover .symbol
, .skin2#pretest .pretest>.example>.example__list .list #btn-list1.active .symbol {
  background: url(../images/quiz/skin2/x-hover.png) no-repeat center center;
}

.skin2#pretest .pretest>.checking {
  width: 100%;
  height: 40px;
  position: absolute;
  margin-top: -50px;
  z-index: 800;
}

.skin2#pretest .pretest .button {
  width: 130px;
  height: 35px;
  background: white;
  float: right;
  margin-right: 400px;
  color: #19b4c9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 3px solid #19b4c9;
  border-radius: 8px;
  font-size: 1.1rem;
}

.skin2#pretest .pretest .button:hover {
  background: #19b4c9;
  color: white;
}

.skin2#pretest .pretest>.feedback {
  height: 196px;
  box-sizing: border-box;
  padding-top: 20px;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.skin2#pretest .pretest>.feedback>.feedback__answer {
  display: flex;
  justify-content: flex-start;
  font-family: Nanum Barun Gothic;
  color: tomato;
  width: 100%;
  height: 36px;
  font-size: 1.4rem;
}

.skin2#pretest .pretest>.feedback>.feedback__answer>.txt {
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: -2px;
  margin-left: 10px;
}

.skin2#pretest .pretest>.feedback>.feedback__answer>.symbol {
  width: 160px;
  height: 36px;
  background: url(../images/quiz/skin2/feedback-symbol.png) no-repeat;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skin2#pretest .pretest>.feedback>.feedback__explanation {
  display: flex;
  justify-content: flex-start;
  color: white;
  width: 100%;
  height: 130px;
  overflow-y: auto;
  margin-top: 10px;
}

.skin2#pretest .pretest>.feedback>.feedback__explanation>.symbol {
  width: 160px;
  height: 36px;
  background: url(../images/quiz/skin2/feedback-symbol.png) no-repeat;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skin2#pretest .pretest>.feedback>.feedback__explanation>.txt {
  width: 85%;
  margin-left: 10px;
  margin-top: 6px;
}

.skin2#pretest .pretest>.feedback>.feedback__nav {
  position: absolute;
  z-index: 900;
  top: -50px;
  right: 0px;
}

/* 평가하기 */

.skin2#evaluation .evaluation {
  background: url(../images/quiz/skin2/background--evaluation.png) no-repeat center center;
  width: 100%;
  height: 100%;
  max-height: 576px;
}

.skin2#evaluation #evaluation0 {
  background: url(../images/quiz/skin2/background--evaluation0.png) no-repeat center center;
  position: relative;
}

.skin2#evaluation #evaluation0>#start {
  width: 100px;
  height: 100px;
  color: #0AAFC5;
  background: white;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 34px;
  position: absolute;
  top: 41%;
  left: 62%;
  cursor: pointer;
  border-radius: 100px;
  border: 4px solid #0AAFC5;
  box-sizing: border-box;
}

.skin2#evaluation #evaluation0>#start:hover {
  color: white;
  background: #0AAFC5;
}

.skin2#evaluation .evaluation>.level {
  display: none;
}

.skin2#evaluation .evaluation>.question {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 0px 30px;
  padding-bottom: 10px;
}

.skin2#evaluation .evaluation>.question>.question__wrap {
  float: left;
}

.skin2#evaluation .evaluation>.question .marking {
  position: absolute;
  box-sizing: border-box;
  margin-top: -45px;
  padding-left: 65px;
  z-index: 800;
}

.skin2#evaluation .evaluation>.question .marking>.marking__ico {
  font-size: 6rem;
  position: absolute;
  font-family: Montserrat;
  font-weight: bold;
  color: #fb5858;
}

.skin2#evaluation .evaluation>.question .marking>#marking__ico--correct {
  margin-top: -16px;
  margin-left: -26px;
}

.skin2#evaluation .evaluation>.question .marking>#marking__ico--incorrect {
  box-sizing: border-box;
  margin-top: -16px;
  margin-left: -16px;
}

.skin2#evaluation .evaluation>.question .symbol {
  width: 80px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  top: -35px;
  left: 50px;
}

.skin2#evaluation .evaluation>.question .symbol .q1 {
  width: 78px;
  height: 64px;
  background: url(../images/quiz/skin2/q1.png) no-repeat;
}

.skin2#evaluation .evaluation>.question .symbol .q2 {
  width: 83px;
  height: 64px;
  background: url(../images/quiz/skin2/q2.png) no-repeat;
}

.skin2#evaluation .evaluation>.question .symbol .q3 {
  width: 82px;
  height: 64px;
  background: url(../images/quiz/skin2/q3.png) no-repeat;
}

.skin2#evaluation .evaluation>.question>.question__txt {
  font-size: 1.4rem;
  box-sizing: border-box;
  color: #333333;
  font-weight: bold;
  background: rgba(222, 243, 246, 0.8);
  padding: 20px;
  border-radius: 0px 30px;
  width: 85%;
}

.skin2#evaluation .evaluation > .question > .question__txt > .txt {
  margin-left: 50px;
}

.skin2#evaluation .evaluation>.example {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  padding: 20px 110px;
}

.skin2#evaluation .evaluation>.example>.example__list {
  list-style: none;
  padding: 0px;
  margin: 0px auto;
}

.skin2#evaluation .evaluation>.example .list {
  height: 34px;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.skin2#evaluation .evaluation>.example .list>.btn-list {}

.skin2#evaluation .evaluation>.example .list>.btn-list>.symbol {
  cursor: pointer;
  float: left;
  width: 24px;
  height: 24px;
  color: white;
  text-align: center;
  margin-right: 10px;
}

.skin2#evaluation .evaluation>.example .list>.btn-list>.symbol>.symbol__txt {
  width: 24px;
  height: 24px;
  background: url(../images/quiz/skin2/list-symbol.png) no-repeat;
}

.skin2#evaluation .evaluation>.example .list>.btn-list>.txt {
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
}

.skin2#evaluation .evaluation>.example .list>.btn-list:hover .symbol>.symbol__txt
, .skin2#evaluation .evaluation>.example .list>.btn-list.active .symbol>.symbol__txt {
  background: url(../images/quiz/skin2/list-symbol-hover.png) no-repeat;;
}

.skin2#evaluation .evaluation>.example .list>.btn-list:hover>.txt
, .skin2#evaluation .evaluation>.example .list>.btn-list.active>.txt {
  color: #cc3300;
}

.skin2#evaluation .evaluation .checking {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  margin-top: -45px;
  padding-right: 90px;
  position: absolute;
}

.skin2#evaluation .evaluation .button {
  width: 130px;
  height: 35px;
  background: white;
  float: right;
  color: #19b4c9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 3px solid #19b4c9;
  border-radius: 8px;
  font-size: 1.1rem;
}

.skin2#evaluation .evaluation .button:hover {
  background: #19b4c9;
  color: white;
}

.skin2#evaluation .evaluation>.feedback {
  height: 196px;
  box-sizing: border-box;
  padding-top: 20px;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-right: 100px;
}

.skin2#evaluation .evaluation>.feedback>.feedback__answer {
  display: flex;
  justify-content: flex-start;
  font-family: Nanum Barun Gothic;
  color: #cc3300;
  width: 100%;
  height: 36px;
  font-size: 1.4rem;
}

.skin2#evaluation .evaluation>.feedback>.feedback__answer>.txt {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 4px;
  margin-left: 10px;
}

.skin2#evaluation .evaluation>.feedback>.feedback__answer>.symbol {
  width: 160px;
  height: 36px;
  background: url(../images/quiz/skin2/feedback-symbol.png) no-repeat;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skin2#evaluation .evaluation>.feedback>.feedback__explanation {
  display: flex;
  justify-content: flex-start;
  color: white;
  width: 100%;
  height: 130px;
  overflow-y: auto;
  margin-top: 10px;
}

.skin2#evaluation .evaluation>.feedback>.feedback__explanation>.symbol {
  width: 160px;
  height: 36px;
  background: url(../images/quiz/skin2/feedback-symbol.png) no-repeat;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skin2#evaluation .evaluation>.feedback>.feedback__explanation>.txt {
  width: 85%;
  margin-left: 10px;
  margin-top: 6px;
}

.skin2#evaluation .evaluation .feedback>.feedback__nav {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding-right: 100px;
}

.skin2#evaluation .evaluation .feedback>.feedback__nav>.button {
  position: absolute;
  right: 90px;
  top: -45px;
}

.skin2#evaluation #evaluation99 {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  display: none;
  z-index: 801;
}

.skin2#evaluation #evaluation99 .report {
  height: 100%;
}

.skin2#evaluation #evaluation99 .report>.report__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.skin2#evaluation #evaluation99 .report .top {
  width: 80%;
  height: 100px;
  background: #de483f;
  color: white;
  box-sizing: border-box;
  border-radius: 15px 15px 0px 0px;
  border: 5px solid #de483f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  flex-direction: column;
}

.skin2#evaluation #evaluation99 .report .top>.top__txt {
  font-size: 1.4rem;
}

.skin2#evaluation #evaluation99 .report .top .yellow {
  color: #ffff66;
  font-size: 2rem;
  font-weight: bold;
}

.skin2#evaluation #evaluation99 .report .middle {
  width: 80%;
  height: 280px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 5px solid #de483f;
  border-right: 5px solid #de483f;
  background: white;
}

.skin2#evaluation #evaluation99 .report .middle>.middle__wrap {
  width: 180px;
  height: 240px;
  margin: 0px 20px;
  padding-top: 30px;
  box-sizing: border-box;
}

.skin2#evaluation #evaluation99 .report .middle>.middle__wrap .symbol {
  width: 180px;
  height: 85px;
  font-size: 0px;
  box-sizing: border-box;
  border: 10px solid #0aafc5;
  border-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
}

.skin2#evaluation #evaluation99 .report .middle>#middle__wrap1 .symbol {
  background: url(../images/quiz/skin2/reportQ1.png) no-repeat center center #0aafc5;
}

.skin2#evaluation #evaluation99 .report .middle>#middle__wrap2 .symbol {
  background: url(../images/quiz/skin2/reportQ2.png) no-repeat center center #0aafc5;
}

.skin2#evaluation #evaluation99 .report .middle>#middle__wrap3 .symbol {
  background: url(../images/quiz/skin2/reportQ3.png) no-repeat center center #0aafc5;
}

.skin2#evaluation #evaluation99 .report .middle>.middle__wrap .mark {
  width: 180px;
  height: 150px;
  box-sizing: border-box;
  position: absolute;
  border: 10px solid #0aafc5;
  border-radius: 0px 0px 20px 20px;
  background: white;
}

.skin2#evaluation #evaluation99 .report .middle .flag {
  width: 100%;
  height: 100%;
  position: absolute;
}

.skin2#evaluation #evaluation99 .report .middle #flag--correct {
  background: url(../images/quiz/skin2/reportO.png) no-repeat center;
}

.skin2#evaluation #evaluation99 .report .middle #flag--incorrect {
  background: url(../images/quiz/skin2/reportX.png) no-repeat center;
}

.skin2#evaluation #evaluation99 .report .bottom {
  width: 80%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  border-radius: 0px 0px 15px 15px;
  border-left: 5px solid #de483f;
  border-right: 5px solid #de483f;
  border-bottom: 5px solid #de483f;
  box-sizing: border-box;
}

.skin2#evaluation #evaluation99 .report .bottom .diviser {
  display: none;
}

.skin2#evaluation #evaluation99 .report .bottom>.bottom__btn--retry {
  width: 130px;
  height: 35px;
  display: inline-block;
  font-size: 1.1rem;
  cursor: pointer;
  color: #ff9900;
  box-sizing: border-box;
  border: 3px solid #ff9900;
  text-align: center;
  background: white;
  border-radius: 8px;
  padding-top: 5px;
}

.skin2#evaluation #evaluation99 .report .bottom>.bottom__btn--retry:hover {
  background: #ff9900;
  color: white;
}

.skin2#pretest .bv-media>.pretest .alert
, .skin2#evaluation .bv-media>.evaluation .alert {
  width: 100%;
}

.skin2#pretest .bv-media>.pretest .alert>.alert__wrap
, .skin2#evaluation .bv-media>.evaluation .alert>.alert__wrap {
  width: 194px;
  height: 240px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  font-size: 0px;
  z-index: 901;
}

.skin2#pretest .bv-media>.pretest .alert>#alert__wrap--correct
, .skin2#evaluation .bv-media>.evaluation .alert>#alert__wrap--correct {
  background: url(../images/quiz/skin2/background-alert--correct.png) no-repeat;
}

.skin2#pretest .bv-media>.pretest .alert>#alert__wrap--incorrect
, .skin2#evaluation .bv-media>.evaluation .alert>#alert__wrap--incorrect {
  background: url(../images/quiz/skin2/background-alert--incorrect.png) no-repeat;
}

.skin2#pretest .bv-media>.pretest .alert>#alert__wrap--again
, .skin2#evaluation .bv-media>.evaluation .alert>#alert__wrap--again {
  background: url(../images/quiz/skin2/background-alert--again.png) no-repeat;
}

.skin2#pretest .bv-media>.pretest .alert .img
, .skin2#evaluation .bv-media>.evaluation .alert .img {
  display: none;
}

.skin2#pretest .bv-media>.pretest .alert .txt
, .skin2#evaluation .bv-media>.evaluation .alert .txt {
  display: none;
}

/* skin2 end */

/* skin3 start */

/* 사전퀴즈 */
.skin3#pretest .pretest {
  background: url(../images/quiz/skin3/background--pretest.png) no-repeat center center;
  width: 100%;
  height: 100%;
  max-height: 576px;
}

.skin3#pretest .pretest>.level {
  height: 0px;
  display: none;
}

.skin3#pretest .pretest>.question {
  height: 170px;
  box-sizing: border-box;
  padding-top: 90px;
  padding-left: 240px;
  display: flex;
  justify-content: center;
}

.skin3#pretest .pretest>.question>.question__wrap {
  font-size: 6rem;
  color: #529d34;
  font-family: DoHyeon;
  padding-right:10px;
  box-sizing: border-box;
}

.skin3#pretest .pretest>.question>.question__wrap>.marking {
  color: #f65656;
  position: absolute;
  font-family: Montserrat;
  font-size: 7rem;
  font-weight: bold;
}

.skin3#pretest .pretest>.question>.question__wrap>.marking>#marking__ico--correct {
  margin-top: -27px;
  margin-left: -3px;
}

.skin3#pretest .pretest>.question>.question__wrap>.marking>#marking__ico--incorrect {
  margin-top: -23px;
  margin-left: 10px;
}

.skin3#pretest .pretest>.question>.question__txt {
  font-size: 1.3rem;
  color: #4d4d4d;
  box-sizing: border-box;
  padding-top: 15px;
}

.skin3#pretest .pretest>.example-img {
  height: 0px;
  display: none;
}

.skin3#pretest .pretest>.example {
  height: 180px;
  box-sizing: border-box;
  padding-left: 140px;
}

.skin3#pretest .pretest>.example>.example__list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
}

.skin3#pretest .pretest>.example>.example__list .list {
  width: 114px;
  height: 114px;
  font-size: 0px;
  margin: 30px 50px;
}

.skin3#pretest .pretest>.example>.example__list .list .btn-list {
  cursor: pointer;
}

.skin3#pretest .pretest>.example>.example__list .list .btn-list .symbol {
  width: 114px;
  height: 114px;
}

.skin3#pretest .pretest>.example>.example__list .list #btn-list0 .symbol {
  background: url(../images/quiz/skin3/o.png) no-repeat center center;
}

.skin3#pretest .pretest>.example>.example__list .list #btn-list0:hover .symbol
, .skin3#pretest .pretest>.example>.example__list .list #btn-list0.active .symbol {
  background: url(../images/quiz/skin3/o-hover.png) no-repeat center center;
}

.skin3#pretest .pretest>.example>.example__list .list #btn-list1 .symbol {
  background: url(../images/quiz/skin3/x.png) no-repeat center center;
}

.skin3#pretest .pretest>.example>.example__list .list #btn-list1:hover .symbol
, .skin3#pretest .pretest>.example>.example__list .list #btn-list1.active .symbol {
  background: url(../images/quiz/skin3/x-hover.png) no-repeat center center;
}

.skin3#pretest .pretest>.checking {
  width: 100%;
  height: 40px;
  position: absolute;
  margin-top: -40px;
  z-index: 800;
}

.skin3#pretest .pretest .button {
  width: 115px;
  height: 40px;
  background: #529d34;
  float: right;
  margin-right: 30px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
}

.skin3#pretest .pretest .button:hover {
  color: #f3ad00;
}

.skin3#pretest .pretest>.feedback {
  height: 226px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 350px;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.skin3#pretest .pretest>.feedback>.feedback__answer {
  display: flex;
  justify-content: flex-start;
  color: #3e9032;
  width: 100%;
  height: 30px;
}

.skin3#pretest .pretest>.feedback>.feedback__answer>.txt {
  font-size: 1.4rem;
}

.skin3#pretest .pretest>.feedback>.feedback__answer>.symbol {
  width: 59px;
  height: 21px;
  margin-right: 5px;
  font-size: 0px;
  background: url(../images/quiz/skin3/feedback__answer.png) no-repeat center center;
}

.skin3#pretest .pretest>.feedback>.feedback__explanation {
  display: flex;
  justify-content: flex-start;
  color: #4d4d4d;
  width: 100%;
  height: 140px;
}

.skin3#pretest .pretest>.feedback>.feedback__explanation>.symbol {
  width: 59px;
  height: 21px;
  margin-right: 5px;
  font-size: 0px;
  background: url(../images/quiz/skin3/feedback__explanation.png) no-repeat center center;
}

.skin3#pretest .pretest > .feedback > .feedback__explanation > .txtBox {
  width: 600px;
  overflow-y: auto;
}

.skin3#pretest .pretest>.feedback>.feedback__explanation>.txt {
  width: 85%;
}

.skin3#pretest .pretest>.feedback>.feedback__nav {
  position: absolute;
  z-index: 900;
  top: -40px;
  right: 0px;
}

/* 평가하기 */

.skin3#evaluation .evaluation {
  background: url(../images/quiz/skin3/background--evaluation.png) no-repeat center center;
  width: 100%;
  height: 100%;
  max-height: 576px;
}

.skin3#evaluation #evaluation0 {
  background: url(../images/quiz/skin3/background--evaluation0.png) no-repeat center center;
  position: relative;
}

.skin3#evaluation #evaluation0>#start {
  width: 135px;
  height: 40px;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  padding-top: 2px;
  position: absolute;
  top: 72%;
  left: 62%;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid white;
}

.skin3#evaluation #evaluation0>#start:hover {
  background: #2c413d;
  border-color: #7f7f7f;
}

.skin3#evaluation .evaluation>.level {
  display: none;
}

.skin3#evaluation .evaluation>.question {
  width: 100%;
  height: 136px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 60px;
}

.skin3#evaluation .evaluation>.question>.question__wrap {
  float: left;
}

.skin3#evaluation .evaluation>.question .marking {
  position: absolute;
  box-sizing: border-box;
  margin-top: -18px;
  padding-left: 23px;
}

.skin3#evaluation .evaluation>.question .marking>.marking__ico {
  font-size: 7rem;
  position: absolute;
  font-family: Montserrat;
  font-weight: bold;
  color: #fb5858;
}

.skin3#evaluation .evaluation>.question .marking>#marking__ico--correct {
}

.skin3#evaluation .evaluation>.question .marking>#marking__ico--incorrect {
  padding-left: 10px;
  box-sizing: border-box;
}

.skin3#evaluation .evaluation>.question .symbol {
  width: 110px;
  height: 100%;
  font-size:4rem;
  font-family: 'DoHyeon';
  text-align: right;
  color: #529d34;
  box-sizing: border-box;
  padding-right: 10px;
  padding-top: 20px;
}

.skin3#evaluation .evaluation>.question>.question__txt {
  font-size: 1.3rem;
  box-sizing: border-box;
  padding-right: 20px;
  color: #4d4d4d;
}

.skin3#evaluation .evaluation>.example {
  width: 100%;
  height: 260px;
  box-sizing: border-box;
  padding: 20px 70px 20px 70px;
}

.skin3#evaluation .evaluation>.example>.example__list {
  list-style: none;
  padding: 0px;
  margin: 0px auto;
}

.skin3#evaluation .evaluation>.example .list {
  height: 34px;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.skin3#evaluation .evaluation>.example .list>.btn-list {}

.skin3#evaluation .evaluation>.example .list>.btn-list>.symbol {
  cursor: pointer;
  float: left;
  width: 24px;
  height: 24px;
  color: white;
  text-align: center;
  margin-right: 10px;
}

.skin3#evaluation .evaluation>.example .list>.btn-list>.symbol>.symbol__txt {
  width: 24px;
  height: 24px;
  background: url(../images/quiz/skin3/list-symbol.png) no-repeat center center;
}

.skin3#evaluation .evaluation>.example .list>.btn-list>.txt {
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
}

.skin3#evaluation .evaluation>.example .list>.btn-list:hover .symbol>.symbol__txt
, .skin3#evaluation .evaluation>.example .list>.btn-list.active .symbol>.symbol__txt {
  background: url(../images/quiz/skin3/list-symbol-hover.png) no-repeat center center;
}

.skin3#evaluation .evaluation>.example .list>.btn-list:hover>.txt
, .skin3#evaluation .evaluation>.example .list>.btn-list.active>.txt {
  color: #cc3366;
}


.skin3#evaluation .evaluation .checking {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0px 240px;
  margin-top: -40px;
  position: absolute;
}

.skin3#evaluation .evaluation .button {
  width: 115px;
  height: 40px;
  float: right;
  margin-right: 30px;
  color: #529d34;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #529d34;
}

.skin3#evaluation .evaluation .button:hover {
  background: #529d34;
  color: white;
}

.skin3#evaluation .evaluation .feedback {
  position: absolute;
  width: 100%;
  height: 180px;
  font-size: 1.2em;
  box-sizing: border-box;
  padding: 20px 60px;
}

.skin3#evaluation .evaluation .feedback .symbol {
  float: left;
  box-sizing: border-box;
  font-size: 0px;
  width: 60px;
  height: 21px;
  margin-right: 10px;
}

.skin3#evaluation .evaluation .feedback>.feedback__answer {
  width: 100%;
  height: 30px;
  color: #3e9032;
}

.skin3#evaluation .evaluation .feedback>.feedback__answer>.symbol {
  background: url(../images/quiz/skin3/feedback__answer.png) no-repeat center center;
}

.skin3#evaluation .evaluation .feedback>.feedback__answer>.txt {
  font-weight: bold;
}

.skin3#evaluation .evaluation .feedback>.feedback__explanation {}

.skin3#evaluation .evaluation .feedback>.feedback__explanation>.symbol {
  background: url(../images/quiz/skin3/feedback__explanation.png) no-repeat top center;
  height: 120px;
}

.skin3#evaluation .evaluation .feedback>.feedback__nav {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0px;
  box-sizing: border-box;
  padding-right: 100px;
}

.skin3#evaluation .evaluation .feedback>.feedback__nav>.button {
  position: absolute;
  right: 300px;
  top: -40px;
}

.skin3#evaluation #evaluation99 {
  position: absolute;
  background: url(../images/quiz/skin3/background--evaluation99.png) no-repeat center center;
  top: 0px;
  left: 0px;
  display: none;
}

.skin3#evaluation #evaluation99 .report>.report__wrap {
  width: 100%;
  height: 100%;
}

.skin3#evaluation #evaluation99 .report .top {
  width: 100%;
  height: 300px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 210px;
  display: flex;
  justify-content: center;
}

.skin3#evaluation #evaluation99 .report .top>.top__title {
  display: none;
}

.skin3#evaluation #evaluation99 .report .top>.top__txt {
  width: 60%;
  font-size: 1.8rem;
  padding-top: 30px;
  color: white;
  border-top: 2px solid gray;
}

.skin3#evaluation #evaluation99 .report .top .yellow {
  color: #ffff66;
  font-size: 2.3rem;
  font-weight: bold;
}

.skin3#evaluation #evaluation99 .report .middle {
  width: 100%;
  height: 140px;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 20%;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skin3#evaluation #evaluation99 .report .middle>.middle__wrap {
  width: 100px;
  height: 90px;
  color: #454545;
  font-family: "DoHyeon";
  margin: 0px 20px;
}

.skin3#evaluation #evaluation99 .report .middle>.middle__wrap .symbol {
  width: 90px;
  height: 90px;
  font-size: 4rem;
  position: absolute;
  box-sizing: border-box;
  padding-top: 20px;
  color: #8bcf6f;
}

.skin3#evaluation #evaluation99 .report .middle>.middle__wrap .mark {
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  position: absolute;
}

.skin3#evaluation #evaluation99 .report .middle .flag {
  width: 100%;
  height: 100%;
  position: absolute;
}

.skin3#evaluation #evaluation99 .report .middle #flag--correct {
  background: url(../images/quiz/skin3/reportO.png) no-repeat center;
}

.skin3#evaluation #evaluation99 .report .middle #flag--incorrect {
  background: url(../images/quiz/skin3/reportX.png) no-repeat center;
}

.skin3#evaluation #evaluation99 .report .bottom {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.skin3#evaluation #evaluation99 .report .bottom .diviser {
  width: 60%;
  height: 2px;
  background: gray;
  margin-bottom: 20px;
}

.skin3#evaluation #evaluation99 .report .bottom>.bottom__btn--retry {
  width: 140px;
  height: 40px;
  display: inline-block;
  font-size: 1.6rem;
  cursor: pointer;
  color: white;
  box-sizing: border-box;
  border: 3px solid white;
  text-align: center;
}

.skin3#evaluation #evaluation99 .report .bottom>.bottom__btn--retry:hover {
  background: #1b2c26;
  border-color: gray;
}

.skin3 .bv-media>.pretest .alert
, .skin3 .bv-media>.evaluation .alert {
  width: 100%;
}

.skin3 .bv-media>.pretest .alert>.alert__wrap
, .skin3 .bv-media>.evaluation .alert>.alert__wrap {
  width: 203px;
  height: 203px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/quiz/skin3/background-alert.png) no-repeat center center;
  display: none;
}

.skin3 .bv-media>.pretest .alert .img
, .skin3 .bv-media>.evaluation .alert .img {
  display: none;
}

.skin3 .bv-media>.pretest .alert .txt
, .skin3 .bv-media>.evaluation .alert .txt {
  width: 203px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* skin3 end */
