@charset "utf-8";
body{
  /* background: url(../images/universe_2.png) center / 100% 100% no-repeat; */
  background-color: black;
}
main{
  background-color: transparent;
}
header{
  visibility: hidden;
  pointer-events: none;
}
.gameMainBox{
  display: none;
  /* background: url(../images/planetbg_1.png) center / contain no-repeat; */
  background: url(../images/planetbg_3.png) center / contain no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.gameMainBox.on{
  display: block;
  overflow: hidden;
}
/* .gameMainBox::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */
.gameUnitBox{
  /* background: url(../images/planetintroboard.png) center / contain no-repeat; */
  background: url(../images/planetintroboard.svg) center / contain no-repeat;
  position: absolute;
  top: 100px;
  left: 185px;
  width: 904px;
  height: 536px;
  padding: 174px 108px 0 382px;
}
.flex-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-box.colum{
  flex-direction: column;
}
.flex-box.j-center{
  justify-content: center;
}
.planetUnit > div{
  background: url(../images/rocketintronumbtn.png) center / contain no-repeat;
  width: 96px;
  height: 69px;
  line-height: 72px;
  margin: 0px 5px 18px 0px;
  text-align: center;
  color: #2D1302;
  /* font-family: NanumS; */
  /* text-shadow: rgb(45, 19, 2) 1px 0px 0px, rgb(45, 19, 2) 0.540302px 0.841471px 0px, rgb(45, 19, 2) -0.416147px 0.909297px 0px, rgb(45, 19, 2) -0.989992px 0.14112px 0px, rgb(45, 19, 2) -0.653644px -0.756802px 0px, rgb(45, 19, 2) 0.283662px -0.958924px 0px, rgb(45, 19, 2) 0.96017px -0.279415px 0px; */
  cursor: pointer;
  /* font-size: 32px; */
  font-size: 26px;
}
/* .planetUnit > div:nth-child(2),
.planetUnit > div:nth-child(3),
.planetUnit > div:nth-child(6),
.planetUnit > div:nth-child(7){
  margin-right: 18px;
} */
.planetUnit > div.on,
.flyingUnit > div.on{
  background: url(../images/rocketintronumbtn_on.png) center / contain no-repeat;
  color: #fff;
}
.planetBoomSection{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
}
.planetBoomSection.on{
  visibility: visible;
  pointer-events: auto;
}

#wrap{
  display: block;
  position: absolute;
  background: none;
  top: 0px;
  /* left: 0px !important; */
  width: 1280px;
  height: 720px;
  background: url(../images/universe_2.png) center / 100% 100% no-repeat !important;
}
main{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  border-radius: 0px;
}
.homeBtn{
  /* background: url(../images/homebtn.png) center / contain no-repeat; */
  background: url(../images/homebtn.svg) center / contain no-repeat;
  position: absolute;
  top: 38px;
  left: 27px;
  width: 56px;
  height: 57px;
  z-index: 100;
  cursor: pointer;
}
.page1,
.page2{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page1 { display: none; }
.page1.on {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(256, 256, 256, 0.5);
  z-index: 1;
}
.page2 {
  /* background: url(../images/planetbg_2.png) 0px 0px / contain no-repeat; */
  background: url(../images/planetbg_3.png) 0px 0px / contain no-repeat;
  width: 100%;
  height: 100%;
}
/* .page2::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */
.wholeObj {
  position: absolute;
  top: 20px;
  left: 70px;
  width: 1135px;
  height: 600px;
  outline: 1px solid red;
}

.popuplayer{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.popuplayer::after{
  content: '점수';
  position: absolute;
  top: 188px;
  left: 604px;
  color: #5BFAFC;
  font-family: OneMobilePop;
  z-index: 301;
}
.popuplayer.on{
    display: block;
    background-color: rgba(0,0,0,0.5);
    /* pointer-events: none; */
}
.popup{
    /* background: url(../images/rocketgamepopup.png) center / contain no-repeat; */
    background: url(../images/gamepopup.svg) center / contain no-repeat;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 168px;
    left: 409px;
    width: 461px;
    height: 458px;
    color: #FEF863;
    text-align: center;
    /* font-size: 130px; */
    z-index: 200;
}
.reStartBtn{
  /* background: url(../images/rocketgamepopupbtn.png) center / contain no-repeat; */
  background: url(../images/gamepopupbtn.svg) center / contain no-repeat;
  position: absolute;
  top: 244px;
  left: 129px;
  width: 208px;
  height: 110px;
  line-height: 104px;
  letter-spacing: -0.9px;
  font-family: BMJUA;
  cursor: pointer;
}

/*  */
.wordBox{
  display: flex;
  flex-direction: column-reverse;
  /* position: absolute; */
  position: relative;
  left: 50%;
  /* top: 0px; */
  /* top: -836px; */
  top: -583px;
  transform: translateX(-50%);
  /* top: 140px; */
  transition: all 0.7s;
  transition-timing-function: linear;
  z-index: 3;
}
.textBoxs{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 1360px;
  /* height: 266px; */
  height: 179px;
  pointer-events: none;
}
.textBoxs.off{
  /* display: none;
  opacity: 0; */
  /* -webkit-animation: textBoxsOffAction 0.15s 3 forwards;
  -ms-animation: textBoxsOffAction 0.15s 3 forwards;
  animation: textBoxsOffAction 0.15s 3 forwards; */
  -webkit-animation: textBoxsOffAction 0.6s forwards;
  -ms-animation: textBoxsOffAction 0.6s forwards;
  animation: textBoxsOffAction 0.6s forwards;
  display: none;
}
@keyframes textBoxsOffAction{
  from{
    opacity: 1;
    display: block;
  }
  to{
    opacity: 0;
    display: none;
  }
}

.textBoxs.on{
  pointer-events: auto;
}
.textBoxs.clickNone{
  pointer-events: none;
}
.textBox{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  /* width: 338px;
  height: 345px; */
  width: 255px;
  height: 251px;
  /* margin: 20px 20px;
  margin-bottom: 0px; */
  /* margin: 0px 20px; */
  padding-top: 15px;
  color: #fff;
  /* -webkit-text-stroke: 0.1px #000; */

  text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
  /* font-weight: bold; */
  font-family: FZKai;
  /* font-size: 90px; */
  font-size: 38px;
}
/* .textBox.on{
  -webkit-animation: textBoxOffAction 0.2s 3 forwards;
  -ms-animation: textBoxOffAction 0.2s 3 forwards;
  animation: textBoxOffAction 0.2s 3 forwards;
  display: none;
} */

@keyframes textBoxOffAction{
  from{
    opacity: 1;
    visibility: visible;
    /* display: block; */
  }
  to{
    opacity: 0;
    visibility: visible;
    /* display: none; */
  }
}
/*  */

.tb_1,
.tb_5,
.tb_9,
.tb_13{
  /* left: -22px; */
  left: 3px;
}
.tb_2,
.tb_6,
.tb_10,
.tb_14{
  /* left: 171px; */
  left: 175px;
}
.tb_3,
.tb_7,
.tb_11,
.tb_15{
  /* left: 362px; */
  left: 343px;
}
.tb_4,
.tb_8,
.tb_12,
.tb_16{
  /* left: 538px; */
  left: 516px;
}

/* .tb_1{
  background-color: red;
  background: url(../images/planet_1.svg) center / contain no-repeat;
}
.tb_2{
  background-color: blue;
  background: url(../images/planet_2.svg) center / contain no-repeat;
}
.tb_3{
  background-color: green;
  background: url(../images/planet_3.svg) center / contain no-repeat;
}
.tb_4{
  background-color: yellow;
  background: url(../images/planet_4.svg) center / contain no-repeat;
}

.tb_5{
  background-color: blue;
  background: url(../images/planet_2.svg) center / contain no-repeat;
}
.tb_6{
  background-color: red;
  background: url(../images/planet_1.svg) center / contain no-repeat;

}
.tb_7{
  background-color: yellow;
  background: url(../images/planet_4.svg) center / contain no-repeat;

}
.tb_8{
  background-color: green;
  background: url(../images/planet_3.svg) center / contain no-repeat;
}

.tb_9{
  background-color: red;
  background: url(../images/planet_1.svg) center / contain no-repeat;
}
.tb_10{
  background-color: yellow;
  background: url(../images/planet_4.svg) center / contain no-repeat;
}
.tb_11{
  background-color: green;
  background: url(../images/planet_3.svg) center / contain no-repeat;
}
.tb_12{
  background-color: blue;
  background: url(../images/planet_2.svg) center / contain no-repeat;
}

.tb_13{
  background-color: yellow;
  background: url(../images/planet_4.svg) center / contain no-repeat;
}
.tb_14{
  background-color: blue;
  background: url(../images/planet_2.svg) center / contain no-repeat;
}
.tb_15{
  background-color: green;
  background: url(../images/planet_3.svg) center / contain no-repeat;
}
.tb_16{
  background-color: red;
  background: url(../images/planet_1.svg) center / contain no-repeat;
} */
.txtB_1{
  background: url(../images/planet_1.svg) center / contain no-repeat;
  padding: 26px 9px 0px 0px;
}
.txtB_2{
  background: url(../images/planet_2.svg) center / contain no-repeat;
  padding: 12px 0px 0px 12px;
}
.txtB_3{
  background: url(../images/planet_3.svg) center / contain no-repeat;
  padding: 24px 10px 0px 0px;
}
.txtB_4{
  background: url(../images/planet_4.svg) center / contain no-repeat;
  padding: 12px 0px 0px 8px;
}
/* .wordBox .textBoxs:nth-child(1) .textBox:nth-child(1){ padding: 28px 6px 0px 0px;}
.wordBox .textBoxs:nth-child(1) .textBox:nth-child(2){ padding: 16px 0px 0px 7px;}
.wordBox .textBoxs:nth-child(1) .textBox:nth-child(3){ padding: 23px 4px 0px 0px;}
.wordBox .textBoxs:nth-child(1) .textBox:nth-child(4){ padding: 21px 0px 0px 9px;}
.wordBox .textBoxs:nth-child(2) .textBox:nth-child(1){ padding: 22px 0px 0px 8px;}
.wordBox .textBoxs:nth-child(2) .textBox:nth-child(2){ padding: 22px 13px 0px 0px;}
.wordBox .textBoxs:nth-child(2) .textBox:nth-child(3){ padding: 15px 0px 0px 9px;}
.wordBox .textBoxs:nth-child(2) .textBox:nth-child(4){ padding: 21px 3px 0px 0px;} */
.spaceshipBox{
  display: flex;
  justify-content: center;
  /* align-items: center; */
  align-items: flex-start;
  background-color: cornflowerblue;
  /* background: url(../images/우주선_1.png) center / contain no-repeat; */
  background: url(../images/spaceship_ani.png) 0px 0px / 10750px 245px no-repeat;
  position: absolute;
  top: 391px;
  left: 399px;
  /* width: 429px;
  height: 490px; */
  width: 215px;
  height: 245px;
  margin-right: 10px;
  /* transition: all 0.2s; */
  /* width: 400px;
  height: 400px; */
  /* margin-top: 200px; */
  font-weight: bold;
  font-size: 30px;
  opacity: 0;
  -webkit-animation: spaceshipAction 1.5s infinite steps(49) forwards;
  -ms-animation: spaceshipAction 1.5s infinite steps(49) forwards;
  animation: spaceshipAction 1.5s infinite steps(49) forwards;
  /* transform: rotate(-30deg); */
}
.spaceshipBox.on{
  opacity: 1;
}
/* .spaceshipBox.action{
  
} */
@keyframes spaceshipAction{
  from{
    background-position: 0px 0px;
    /* transform: scale(0.5); */
  }
  to{
    background-position: -10535px 0px;
    /* transform: scale(0.5); */
  }
}
.spaceshipBox.answer{
  background: url(../images/spaceship_answerani.png) 0px 0px / 10750px 245px no-repeat;
  -webkit-animation: spaceshipAnswerAction 0.5s steps(49) forwards;
  -ms-animation: spaceshipAnswerAction 0.5s steps(49) forwards;
  animation: spaceshipAnswerAction 0.5s steps(49) forwards;
}
@keyframes spaceshipAnswerAction{
  from{
    background-position: 0px 0px;
    /* transform: scale(0.5); */
  }
  to{
    background-position: -10535px 0px;
    /* transform: scale(0.5); */
  }
}
.spaceshipBox.wrong{
  background: url(../images/spaceship_wrongani.png) 0px 0px / 10750px 245px no-repeat;
  -webkit-animation: spaceshipWrongAction 0.5s steps(49) forwards;
  -ms-animation: spaceshipWrongAction 0.5s steps(49) forwards;
  animation: spaceshipWrongAction 0.5s steps(49) forwards;
}
@keyframes spaceshipWrongAction{
  from{
    background-position: 0px 0px;
    /* transform: scale(0.5); */
  }
  to{
    background-position: -10535px 0px;
    /* transform: scale(0.5); */
  }
}
/* @keyframes spaceshipAction{
  50%{
    transform: rotate(0deg);
  }
} */
.answerBox_2{
  background: url(../images/planetquiz_2.png) center / contain no-repeat;
  position: absolute;
  top: 614px;
  right: -76px;
  width: 342px;
  height: 126px;
  z-index: 3;
}
.answerBox_3{
  background: url(../images/planetquiz_3.png) center bottom / contain no-repeat;
  position: absolute;
  right: 28px;
  bottom: 68px;
  width: 154px;
  height: 200px;
  transition: all 0.7s;
  z-index: 3;
  -webkit-animation: answerBox_3_Action 0.7s infinite steps(10) alternate forwards;
  -ms-animation: answerBox_3_Action 0.7s infinite steps(10) alternate forwards;
  animation: answerBox_3_Action 0.7s infinite steps(10) alternate forwards;
}
@keyframes answerBox_3_Action{
  from{
    height: 200px;
    opacity: 0.8;
  }
  to{
    height: 160px;
    opacity: 0.2;
  }
}
.answerBox_3.off{
  display: none;
}
.answerBox{
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: url(../images/planetquiz.png) center / contain no-repeat; */
  background: url(../images/planetquiz.svg) center / contain no-repeat;
  position: absolute;
  top: 393px;
  right: 6px;
  width: 199px;
  height: 166px;
  /* border-radius: 50%; */
  padding-top: 41px;
  z-index: 3;
  color: #fff;
  animation: answerMove ease-in-out infinite .7s alternate;
  transition: all 0.7s;
  /* font-weight: bold; */
  font-family: gRegula;
  /* font-size: 55px; */
  font-size: 17px;
}
@keyframes answerMove{
  0%{
    top: 393px;
  }
  100%{
    top: 403px;
  }
}
.answerBox.off{
  top: 479px;
  animation: none;
  opacity: 1;
  font-size: 0 !important;
}
.planetCloud{
  display: block;
  background: url(../images/planetAnswer_ani.png) 0px 0px / 6968px 215px no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 268px;
  height: 215px;
  -webkit-animation: planetCloudAction 0.7s steps(25) infinite forwards;
  -ms-animation: planetCloudAction 0.7s steps(25) infinite forwards;
  animation: planetCloudAction 0.7s steps(25) infinite forwards;
}
@keyframes planetCloudAction{
  from{
    background-position: 0px 0px;
  }
  to{
    background-position: -6700px 0px;
  }
}
.score{
  position: absolute;
  top: 105px;
  font-size: 112px;
}
.satellite{
  position: absolute;
  /* top: -40px;
  left: -163px; */
  /* top: 400px;
  left: 100px; */
  top: 378px;
  left: 26px;
  /* right: 0px; */
  /* background: url(../images/satellite.png) center / contain no-repeat; */
  /* background: url(../images/satellite_ani_3.png) 0px 0px / 4295px 230px no-repeat; */
  background: url(../images/satellite_ani_2.png);
  /* width: 226px; */
  width: 229px;
  /* height: 230px; */
  height: 232px;
  /* animation: satelliteMove 10s infinite forwards;
  animation-timing-function: linear; */
  /* offset: path('M454.68,316.56c-58.4,0-124.69-11.41-191.7-33.01C97.53,230.23-18.99,130.77,3.22,61.83,9.55,42.2,26.26,26.82,52.9,16.13,78.39,5.9,112.6,.5,151.86,.5c58.4,0,124.69,11.41,191.7,33.01,165.45,53.32,281.98,152.78,259.76,221.71-6.33,19.64-23.04,35.02-49.68,45.71-25.48,10.22-59.7,15.63-98.96,15.63Z') auto;
  backface-visibility: visible;
  animation: moveto 10s linear infinite forwards; */
  -webkit-animation: satelliteAction 1.6s infinite steps(39) forwards;
  -ms-animation: satelliteAction 1.6s infinite steps(39) forwards;
  animation: satelliteAction 1.6s infinite steps(39) forwards;
  pointer-events: none;
}
@keyframes satelliteAction{
  from{
    background-position: 0px 0px;
    transform: scale(0.5);
  }
  to{
    background-position: -8931px 0px;
    transform: scale(0.5);
  }
}
@keyframes moveto{
    0%{
      /* transform: rotateY(0deg); */
      offset-distance: 0%;
    }
    25%{
      transform: scale(1.2);
    }
    75%{
      transform: scale(0.8);
    }
    100%{
      /* transform: rotateY(360deg); */
      offset-distance: 100%;
    }
}
/* @keyframes satelliteMove{
  0%{
    transform: translate(0px, 0px), rotateY(0deg);
  }
  25%{
    transform: translate(100px, -100px) rotateY(180deg);
  }
  50%{
    transform: translate(200px, 0px) rotateY(360deg);
  }
  75%{
    transform: translate(100px, 100px) rotateY(180deg);
  }
  100%{
    transform: translate(0px, 0px), rotateY(0deg);
  }
} */
/* .satelliteCanvas{
  position: absolute;
  top: 300px;
  left: 200px;
  width: 300px;
  height: 300px;
} */
[class ^="star_"]{
  position: absolute;
  /* width: 52px;
  height: 46px; */
  width: 30px;
  height: 30px;
  opacity: 0.2;
}
.star_1{
  /* background: url(../images/star_1.png) center / contain no-repeat; */
  background: url(../images/star_1.svg) center / contain no-repeat;
  top: 94px;
  left: 128px;
  width: 28px;
  height: 28px;
  animation: starOn linear infinite 2.3s;
}
.star_2{
  /* background: url(../images/star_2.png) center / contain no-repeat; */
  background: url(../images/star_2.svg) center / contain no-repeat;
  top: 282px;
  left: -9px;
  width: 30px;
  height: 30px;
  animation: starOn ease-in-out infinite 3.7s;
}
.star_3{
  /* background: url(../images/star_3.png) center / contain no-repeat; */
  background: url(../images/star_3.svg) center / contain no-repeat;
  top: 369px;
  left: 54px;
  width: 22px;
  height: 22px;
  animation: starOn ease-out infinite 3.3s;
}
.star_4{
  /* background: url(../images/star_4.png) center / contain no-repeat; */
  background: url(../images/star_4.svg) center / contain no-repeat;
  top: -6px;
  left: 858px;
  width: 23px;
  height: 23px;
  animation: starOn ease-in infinite 2.7s;
}
.star_5{
  /* background: url(../images/star_5.png) center / contain no-repeat; */
  background: url(../images/star_5.svg) center / contain no-repeat;
  top: 302px;
  left: 808px;
  animation: starOn ease infinite 2.6s;
}
.star_6{
  /* background: url(../images/star_6.png) center / contain no-repeat; */
  background: url(../images/star_6.svg) center / contain no-repeat;
  top: 583px;
  left: 961px;
  width: 25px;
  height: 25px;
  animation: starOn linear infinite 2.8s;
}
.star_7{
  /* background: url(../images/star_7.png) center / contain no-repeat; */
  background: url(../images/star_7.svg) center / contain no-repeat;
  top: 654px;
  left: 1040px;
  width: 30px;
  height: 30px;
  animation: starOn ease-in-out infinite 2.2s;
}
.star_8{
  /* background: url(../images/star_8.png) center / contain no-repeat; */
  background: url(../images/star_8.svg) center / contain no-repeat;
  top: 405px;
  left: 1130px;
  width: 20px;
  height: 20px;
  animation: starOn ease-out infinite 1.8s;
}
.star_9{
  /* background: url(../images/star_9.png) center / contain no-repeat; */
  background: url(../images/star_9.svg) center / contain no-repeat;
  top: 258px;
  left: 1219px;
  width: 25px;
  height: 25px;
  animation: starOn ease-in infinite 2.1s;
}
[class ^="whitestar_"]{
  position: absolute;
  /* background: url(../images/whitestar.png) center / contain no-repeat; */
  background: url(../images/white_star.svg) center / contain no-repeat;
  opacity: 0.2;
}
.whitestar_1{
  top: 4px;
  left: 228px;
  width: 16px;
  height: 16px;
  animation: starOn ease-in infinite 4.1s;
}
.whitestar_2{
  top: 51px;
  left: 24px;
  width: 19px;
  height: 19px;
  animation: starOn ease infinite 3.4s;
}
.whitestar_3{
  top: 315px;
  left: 170px;
  width: 18px;
  height: 18px;
  animation: starOn 1s ease infinite, starDelay 4s ease infinite;
}
.whitestar_4{
  top: 569px;
  left: 323px;
  width: 19px;
  height: 19px;
  animation: starOn ease-in-out infinite 1.3s;
}
.whitestar_5{
  top: 652px;
  left: 452px;
  width: 23px;
  height: 23px;
  animation: starOn ease-out infinite 3.3s;
}
.whitestar_6{
  top: 492px;
  left: 836px;
  width: 20px;
  height: 20px;
  animation: starOn ease-in infinite 3.1s;
}
.whitestar_7{
  top: 625px;
  left: 874px;
  width: 23px;
  height: 23px;
  animation: starOn linear infinite 1.8s;
}
.whitestar_8{
  top: 87px;
  left: 852px;
  width: 20px;
  height: 20px;
  animation: starOn ease infinite 2.2s;
}
.whitestar_9{
  top: 142px;
  left: 934px;
  width: 22px;
  height: 22px;
  animation: starOn ease-in-out infinite 2s;
}
.whitestar_10{
  top: 349px;
  left: 904px;
  width: 23px;
  height: 23px;
  animation: starOn ease-out infinite 1.5s;
}
.whitestar_11{
  top: 33px;
  left: 1026px;
  width: 18px;
  height: 18px;
  animation: starOn ease-in infinite 3s;
}
.whitestar_12{
  top: 350px;
  left: 1227px;
  width: 17px;
  height: 17px;
  animation: starOn linear infinite 2s;
}
@keyframes starOn{
  50%{
    opacity: 1;
  }
}
.fallingPlanet_1{
  position: absolute;
  top: 100px;
  left: 300px;
  width: 1px;
  height: 0px;
  background-color: #820A07;
  box-shadow: 1px 2px 10px 2px #820A07;
  transform: rotate(38deg);
  -webkit-animation: fallingPlanet_1_Action 5s ease infinite normal both;
  -ms-animation: fallingPlanet_1_Action 5s ease infinite normal both;
  animation: fallingPlanet_1_Action 5s ease infinite normal both;
}
@keyframes fallingPlanet_1_Action{
  0%{
    top: 100px;
    left: 300px;
    height: 0px;
    opacity: 1;
  }
  60%{
    top: 500px;
    left: 30px;
    height: 100px;
    opacity: 0;
  }
  100%{
    top: 500px;
    left: 30px;
    height: 100px;
    opacity: 0;
  }
}

.fallingPlanet_2{
  position: absolute;
  top: 100px;
  left: 800px;
  width: 1px;
  height: 0px;
  background-color: #076982;
  box-shadow: 1px 2px 10px 2px #076982;
  transform: rotate(35deg);
  -webkit-animation: fallingPlanet_2_Action 4s ease infinite normal both;
  -ms-animation: fallingPlanet_2_Action 4s ease infinite normal both;
  animation: fallingPlanet_2_Action 4s ease infinite normal both;
}
@keyframes fallingPlanet_2_Action{
  0%{
    top: 100px;
    left: 800px;
    height: 0px;
    opacity: 1;
  }
  60%{
    top: 700px;
    left: 200px;
    height: 100px;
    opacity: 0;
  }
  100%{
    top: 700px;
    left: 200px;
    height: 100px;
    opacity: 0;
  }
}

.fallingPlanet_3{
  position: absolute;
  top: 100px;
  left: 1200px;
  width: 1px;
  height: 0px;
  background-color: #078259;
  box-shadow: 1px 2px 10px 2px #078259;
  transform: rotate(28deg);
  -webkit-animation: fallingPlanet_3_Action 6s ease infinite normal both;
  -ms-animation: fallingPlanet_3_Action 6s ease infinite normal both;
  animation: fallingPlanet_3_Action 6s ease infinite normal both;
}
@keyframes fallingPlanet_3_Action{
  0%{
    top: 100px;
    left: 1200px;
    height: 0px;
    opacity: 1;
  }
  60%{
    top: 900px;
    left: 600px;
    height: 100px;
    opacity: 0;
  }
  100%{
    top: 900px;
    left: 600px;
    height: 100px;
    opacity: 0;
  }
}
.earth{
  background: url(../images/earth.svg) center / contain no-repeat;
  position: absolute;
  left: 0px;
  bottom: -129px;
  width: 1291px;
  height: 984px;
  /* -webkit-animation: earthAction 0.8s infinite steps(10) forwards;
  -ms-animation: earthAction 0.8s infinite steps(10) forwards;
  animation: earthAction 0.8s infinite steps(10) forwards; */
}
/* @keyframes earthAction{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
} */
/* [class*="star_bg"]{
  position: absolute;
} */
/* .star_bg_1{
  background: url(../images/star_bg_1.png);
  top: -324px;
  left: -336px;
  width: 2010px;
  height: 1298px;
  -webkit-animation: starbg_1_Action 1.2s infinite steps(149) forwards;
  -ms-animation: starbg_1_Action 1.2s infinite steps(149) forwards;
  animation: starbg_1_Action 1.2s infinite steps(149) forwards;
}
@keyframes starbg_1_Action{
  from{
    background-position: 0px 0px;
    transform: scale(0.5);
  }
  to{
    background-position: -299490px 0px;
    transform: scale(0.5);
  }
} */
/*  */
.quizBox li{
  width: 100%;
  height: 100%;
  position: absolute;
  /* visibility: hidden;
  pointer-events: none; */
  display: none;
}
/* .quizBox li.none{
  display: none;
} */
.quizBox li .dropArea{
  display: none;
}
.quizBox li.on{
  /* visibility: visible;
  pointer-events: auto; */
  display: block;
}
.quizBox li.on .dropArea{
  display: block;
}

.dropArea{
  width: 200px;
  height: 100px;
  background-color: #ccc;
  border-radius: 20px;
  margin-left: 20px;
}
.js-dragObj{
  position: absolute;
  width: 200px;
  height: 100px;
  border-radius: 20px;
  background-color: black;
  color: #fff;
  text-align: center;
  line-height: 100px;
}
/* .js-dragObj[data-drag-obj-answer="1"]{
  top: 300px;
  left: 10px;
}
.js-dragObj[data-drag-obj-answer="2"]{
  top: 300px;
  left: 250px;
}

.js-dragObj[data-drag-obj-answer="3"]{
  top: 300px;
  left: 10px;
}
.js-dragObj[data-drag-obj-answer="4"]{
  top: 300px;
  left: 250px;
}
.js-dragObj[data-drag-obj-answer="5"]{
  top: 300px;
  left: 490px;
}

.js-dragObj[data-drag-obj-answer="6"]{
  top: 300px;
  left: 10px;
}
.js-dragObj[data-drag-obj-answer="7"]{
  top: 300px;
  left: 250px;
}
.js-dragObj[data-drag-obj-answer="8"]{
  top: 300px;
  left: 490px;
}
.js-dragObj[data-drag-obj-answer="9"]{
  top: 300px;
  left: 730px;
} */
.js-dragObj.dragObjComplete{
  opacity: 0;
  pointer-events: none;
}
.js-dropArea .js-dragObj.dragObjComplete{
  position: static;
  opacity: 1;
  pointer-events: auto;
}
.timeBox{
  background: url(../images/timerbar.png) 0px 0px / contain no-repeat;
  position: absolute;
  /* top: 79px;
  left: 552px;
  width: 834px;
  height: 38px; */
  top: 54px;
  left: 353px;
  width: 573px;
  height: 31px;
  padding-top: 3px;
  pointer-events: none;
  z-index: 3;
  /* padding-left: 34px; */
  
}
.timeBar,
.timePlanet{
  display: none;
}
.on .timeBar{
  background: url(../images/timerbargauge.png) 0px 0px / 100% 100% no-repeat;
  display: block;
  position: relative;
  /* width: 1000px; */
  height: 20px;
  /* padding-left: 34px; */
  border-radius: 11px 0 0 11px;
  margin-left: 5px;
  transition: all 1s;
  transition-timing-function: linear;
}
.on .timePlanet{
  display: block;
  position: absolute;
  top: -94px;
  right: -189px;
  /* width: 214px;
  height: 193px; */
  transition: all 0.6s;
  /* display: block;
  position: absolute;
  top: -95px;
  right: -156px;
  background: url(../images/timerplanet.png) center / contain no-repeat;
  width: 214px;
  height: 193px; */
}
.on .timePlanetChild{
  display: block;
  position: relative;
  /* top: -10px; */
  top: 44px;
  right: 1px;
  /* background: url(../images/timerplanet_ani.png) center / 1200px 102px no-repeat; */
  /* background: url(../images/timerplanet_ani.png) center / 1150px 98px no-repeat; */
  background: url(../images/timerplanet_ani.png) 0px center / 1150px 98px no-repeat;
  /* width: 120px;
  height: 102px; */
  width: 115px;
  height: 98px;
  font-size: 0;
  pointer-events: none;
  -webkit-animation: timerplanetAction 0.4s infinite steps(9) forwards;
  -ms-animation: timerplanetAction 0.4s infinite steps(9) forwards;
  animation: timerplanetAction 0.4s infinite steps(9) forwards;
}
@keyframes timerplanetAction{
  from{
    background-position: 0px 0px;
  }
  to{
    background-position: -1035px 0px;
  }
}
.lifeBox{
  /* display: flex;
  flex-direction: row-reverse;
  align-items: center; */
  background: url(../images/planetlifeboard.png) center / contain no-repeat;
  position: absolute;
  top: 29px;
  right: 28px;
  width: 183px;
  height: 84px;
  /* padding-right: 21px; */
  padding: 0px 21px 0 5px;
}
.lifeStar{
  /* background: url(../images/lifestar_off.png) center / contain no-repeat; */
  background: url(../images/lifestar_off_ani.png);
  position: absolute;
  top: -94px;
  width: 272px;
  height: 267px;
  margin-left: 7px;
  margin-bottom: 12px;
  -webkit-animation: lifestarAction 0.7s steps(25) forwards;
  -ms-animation: lifestarAction 0.7s steps(25) forwards;
  animation: lifestarAction 0.7s steps(25) forwards;
}
.lifeBox > div:nth-child(1){
  left: 1px;
}
.lifeBox > div:nth-child(2){
  left: -51px;
}
.lifeBox > div:nth-child(3){
  left: -104px;
}
@keyframes lifestarAction{
  from{
    background-position: 0px 0px;
    transform: scale(0.5);
  }
  to{
    background-position: -6800px 0px;
    transform: scale(0.5);
  }
}
.lifeStar.on{
  /* background: url(../images/lifestar_on.png) center / contain no-repeat; */
  background: url(../images/lifestar_on.svg) center / contain no-repeat;
  top: -21px;
  width: 115px;
  height: 117px;
  animation: none;
}
.lifeBox > div.on:nth-child(1){
  left: 80px;
}
.lifeBox > div.on:nth-child(2){
  left: 26px;
}
.lifeBox > div.on:nth-child(3){
  left: -25px;
}
.fireBox{
  display: none;
  position: relative;
  top: 0px;
  /* left: 0px; */
  /* width: 20px;
  height: 60px; */
}
/* .fireBox.on{
  display: block;
  transition: all 0.6s;
  animation-timing-function: linear;
  transition-timing-function: linear;
  background-color: red;
} */
.fireBox.wrong{
  display: block;
  transition: all 0.6s;
  animation-timing-function: linear;
  transition-timing-function: linear;
  /* background-color: red; */
  background: url(../images/laser_wrong_ani_2.png);
  width: 96px;
  height: 60px;
  -webkit-animation: fireBoxWrong_2_Action 0.6s steps(22) forwards;
  -ms-animation: fireBoxWrong_2_Action 0.6s steps(22) forwards;
  animation: fireBoxWrong_2_Action 0.6s steps(22) forwards; 
  /* background: url(../images/laser_wrong_ani.png) 0px 0px / 3312px 166px no-repeat;
  display: block;
  top: -99px;
  width: 114px;
  height: 166px;
  margin-right: 20px;
  -webkit-animation: fireBoxWrongAction 0.6s steps(22) forwards;
  -ms-animation: fireBoxWrongAction 0.6s steps(22) forwards;
  animation: fireBoxWrongAction 0.6s steps(22) forwards; */
}
.fireBox.wrong.fast{
  -webkit-animation: fireBoxWrong_2_Action 0.2s steps(22) forwards;
  -ms-animation: fireBoxWrong_2_Action 0.2s steps(22) forwards;
  animation: fireBoxWrong_2_Action 0.2s steps(22) forwards; 
}
@keyframes fireBoxWrong_2_Action{
  from{
    background-position: 0px 0px;
  }
  to{
    background-position: -1892px 0px;
  }
}
@keyframes fireBoxWrongAction{
  from{
    background-position: 0px 0px;
  }
  to{
    background-position: -3198px 0px;
  }
}
.fireBox.answer{
  display: block;
  transition: all 0.6s;
  animation-timing-function: linear;
  transition-timing-function: linear;
  /* background-color: red; */
  background: url(../images/laser_answer_ani_2.png);
  width: 33px;
  height: 60px;
  -webkit-animation: fireBoxAnswer_2Action 0.6s steps(11) forwards;
  -ms-animation: fireBoxAnswer_2Action 0.6s steps(11) forwards;
  animation: fireBoxAnswer_2Action 0.6s steps(11) forwards; 
  /* background: url(../images/laser_answer_ani.png) 0px 0px / 552px 252px no-repeat;
  display: block;
  top: -89px;
  width: 46px;
  height: 252px;
  margin-right: 0px;
  -webkit-animation: fireBoxAnswerAction 0.6s steps(11) forwards;
  -ms-animation: fireBoxAnswerAction 0.6s steps(11) forwards;
  animation: fireBoxAnswerAction 0.6s steps(11) forwards; */
}
.fireBox.answer.fast{
  -webkit-animation: fireBoxAnswer_2Action 0.2s steps(11) forwards;
  -ms-animation: fireBoxAnswer_2Action 0.2s steps(11) forwards;
  animation: fireBoxAnswer_2Action 0.2s steps(11) forwards; 
}
@keyframes fireBoxAnswer_2Action{
  from{
    background-position: 0px 0px;
  }
  to{
    background-position: -363px 0px;
  }
}
@keyframes fireBoxAnswerAction{
  from{
    background-position: 0px 0px;
  }
  to{
    background-position: -506px 0px;
  }
}
.gameStart{
  /* background: url(../images/rocketintrobtn.png) center / contain no-repeat; */
  background: url(../images/rocketintrobtn.svg) center / contain no-repeat;
  position: absolute;
  top: 484px;
  left: 347px;
  width: 215px;
  height: 82px;
  pointer-events: none;
  font-size: 40px;
}
.gameStart.on{
  cursor: pointer;
  pointer-events: auto;
}
.gameStart.on:hover{
  /* background: url(../images/rocketintrobtn_on.png) center / contain no-repeat; */
  background: url(../images/rocketintrobtn_on.svg) center / contain no-repeat;
}
.explanation{
  /* background: url(../images/explanation.png) center / contain  no-repeat; */
  background: url(../images/explanation.svg) center / contain  no-repeat;
  position: absolute;
  top: 22px;
  right: 19px;
  width: 120px;
  height: 123px;
  cursor: pointer;
  /* color: #fff;
  font-size: 30px; */
}
.explanation:hover{
  /* background: url(../images/explanation_on_ani.png) center / contain no-repeat; */
  background: url(../images/explanation_on_ani.png) 0px 0px / 1375px  131px no-repeat;
  /* width: 272px; */
  /* height: 299px; */
  top: 11px;
  right: 16px;
  width: 125px;
  height: 131px;
  -webkit-animation: explanatAction 0.4s steps(10) forwards;
  -ms-animation: explanatAction 0.4s steps(10) forwards;
  animation: explanatAction 0.4s steps(10) forwards;
}
@keyframes explanatAction{
  from{
    background-position: 0px 0px;
  }
  to{
    background-position: -1250px 0px;
  }
}
/* .explanation.on{
  background: url(../images/explanation_on.png) center / contain no-repeat;
} */
.explanationPopup{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.explanationPopup.on{
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.explanationPopupBox{
  /* background-color: #000; */
  background: url(../images/planetpopup_1.png) center / contain no-repeat;
  position: absolute;
  top: 32px;
  left: 49px;
  z-index: 2;
  width: 1195px;
  height: 663px;
  color: #000000;
  font-family: BMJUA;
  font-size: 37px;
}
.popupTextBox{
  padding: 106px 0 0 158px;
}
.popupTextBox h2{
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
}
.cicle{
  display: inline-block;
  background-color: #214A7C;
  width: 46px;
  height: 46px;
  margin-right: 16px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 35px;
}
.popuptitle_1{
  margin-right: 7px;
  margin-top: 24px;
  color: #EA382F;
  -webkit-text-stroke: 3px #820A07;
  font-family: OneMobilePop;
  letter-spacing: -2px;
  font-size: 43px;
}
.popuptitle_2{
  margin-top: 24px;
  color: #F2AE14;
  -webkit-text-stroke: 3px #7A3D00;
  font-family: OneMobilePop;
  letter-spacing: -2px;
  font-size: 43px;
}
.popuppanda{
  display: inline-block;
  background: url(../images/popuppandatitle.png) 0px -14px / contain no-repeat;
  /* width: 82px;
  height: 84px; */
  width: 829px;
  height: 90px;
}
.popupText{
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -1.3px;
  margin-bottom: 30px;
}
.mb_33{
  margin-bottom: 33px;
}
.mb_32{
  margin-bottom: 32px;
}
.textColor.red{
  display: inline-block;
  color: #EA382F;
}
.popupstartbtn{
  display: inline-block;
  background: url(../images/rocketintrobtn.svg) center / contain no-repeat;
  width: 107px;
  height: 42px;
  margin-right: 8px;
}
.pageClose{
  background: url(../images/planetpopupcanclebtn.svg) center / contain no-repeat;
  position: absolute;
  top: 9px;
  right: 40px;
  width: 78px;
  height: 69px;
  cursor: pointer;
}
.pageClose:hover{
  background: url(../images/planetpopupcanclebtn_on.svg) center / contain no-repeat;
}
.popupline{
  background: url(../images/planetpopupline.svg) center /contain no-repeat;
  position: absolute;
  top: 578px;
  left: 312px;
  width: 62px;
  height: 17px;
}
.intropanda{
  background: url(../images/planetintropanda_ani.png) 0px 0px / 10150px 215px no-repeat; 
  position: absolute;
  top: 131px;
  left: 110px;
  /* width: 215px;
  height: 211px; */
  width: 203px;
  height: 215px;
  -webkit-animation: pandaAction 2s infinite steps(49) forwards;
  -ms-animation: pandaAction 2s infinite steps(49) forwards;
  animation: pandaAction 2s infinite steps(49) forwards;
}
@keyframes pandaAction{
  from{
    background-position: 0px 0px;
  }
  to{
    background-position: -9947px 0px;
  }
}
.planetrabbit{
  /* background: url(../images/planet_rabbit.png) center / contain no-repeat; */
  /* background: url(../images/introrabbit_ani.png); */
  background: url(../images/planetgamerabbit_ani.png);
  position: absolute;
  top: 493px;
  right: -19px;
  /* width: 225px;
  height: 245px; */
  width: 205px;
  height: 222px;
  /* -webkit-animation: introrabbittAction 5.5s infinite steps(149) forwards;
  -ms-animation: introrabbittAction 5.5s infinite steps(149) forwards;
  animation: introrabbittAction 5.5s infinite steps(149) forwards; */
  -webkit-animation: planetgamerabbitAction 3.2s infinite steps(89) forwards;
  -ms-animation: planetgamerabbitAction 3.2s infinite steps(89) forwards;
  animation: planetgamerabbitAction 3.2s infinite steps(89) forwards;
}
@keyframes introrabbittAction{
  from{
    background-position: 0px 0px;
    transform: scale(0.5);
  }
  to{
    background-position: -33525px 0px;
    transform: scale(0.5);
  }
}
.planetmoon{
  background: url(../images/planet_moon.png) center / contain no-repeat;
  position: absolute;
  top: 35px;
  right: 30px;
  width: 93px;
  height: 89px;
}

.page2 .planetrabbit{
  /* background: url(../images/planet_rabbit.png) center / contain no-repeat; */
  background: url(../images/planetgamerabbit_ani.png);
  position: absolute;
  top: 303px;
  right: 280px;
  width: 205px;
  height: 222px;
  -webkit-animation: planetgamerabbitAction 3.2s infinite steps(89) forwards;
  -ms-animation: planetgamerabbitAction 3.2s infinite steps(89) forwards;
  animation: planetgamerabbitAction 3.2s infinite steps(89) forwards;
}
@keyframes planetgamerabbitAction{
  from{
    background-position: 0px 0px;
    transform: scale(0.5);
  }
  to{
    background-position: -18245px 0px;
    transform: scale(0.5);
  }
}
.page2 .planetmoon{
  background: url(../images/planet_moon.png) center / contain no-repeat;
  position: absolute;
  top: 153px;
  right: 172px;
  width: 90px;
  height: 85px;
}
.backImg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0.3;
  pointer-events: none;
  z-index: 100;
}
.bgMusicOn{
  position: absolute;
  top: 657px;
  left: 27px;
  background: url(../images/musicOn.svg) 0px 0px / contain no-repeat;
  width: 48px;
  height: 48px;
  z-index: 10;
}
.bgMusicOff{
  position: absolute;
  top: 657px;
  left: 27px;
  background: url(../images/musicOff.svg) 0px 0px / contain no-repeat;
  width: 48px;
  height: 48px;
  z-index: 10;
}
.bgMusicOn.off,
.bgMusicOff.off{
  display: none;
}