* {
  box-sizing: border-box; }

#page {
  max-height: 100vh; }

.sr-only {
  display: none; }

.sr-only-focusable:focus {
  display: block; }

.d-flex {
  display: flex; }

a {
  border: none; }

a:focus, a:hover {
  border: none; }

img {
  width: auto;
  max-width: 100%; }

.btn {
  transform: translateY(0px);
  transition: .5s all; }
  .btn img {
    filter: drop-shadow(0px 5px 0px #C5C9C9) drop-shadow(0px 5px 2px rgba(187, 196, 182, 0.5));
    transition: .5s all; }
    @media (max-width: 767px) {
      .btn img {
        max-width: 150px; } }
  .btn:hover {
    transform: translateY(5px);
    transition: .5s all; }
    .btn:hover img {
      filter: none;
      transition: .5s all; }

.nogame.sr-only-focusable:focus {
  position: absolute;
  top: 80px;
  left: 10px;
  opacity: 1;
  width: auto;
  height: auto;
  z-index: 999999999;
  color: #fff; }

#volume {
  color: white;
  font-size: 10px;
  position: absolute;
  right: 15%;
  top: 22%;
  color: white;
  display: block;
  border: 2px solid white;
  border-radius: 200px;
  text-shadow: 1px 1px 5px gray;
  padding: 15px;
  transition: all 0.7s ease;
  -webkit-animation-delay: 0.5s;
  cursor: pointer;
  display: block;
  z-index: 9; }

.block_home {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: 99;
  background: url("../images/work_block_bg.png") no-repeat center bottom;
  background-size: cover; }
  @media (max-width: 991px) {
    .block_home {
      background-size: auto 100%; } }
  @media (max-width: 767px) {
    .block_home {
      background-size: auto 120%; } }
  .block_home .car {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: flex-end; }
    @media (max-width: 1024px) {
      .block_home .car {
        align-items: center; } }
    .block_home .car img {
      width: 85%;
      max-width: 1500px;
      margin-bottom: 5vh; }
      @media (max-height: 767px) and (min-width: 768px) and (max-width: 992px) {
        .block_home .car img {
          margin-bottom: 8vh; } }
      @media (max-width: 767px) {
        .block_home .car img {
          max-height: 95vh;
          margin-bottom: 25vh; } }
  .block_home .index_tit {
    position: absolute;
    bottom: 27%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    max-width: 600px;
    text-align: center;
    opacity: 1;
    animation: tit 1s  1; }
    @media (max-width: 1024px) {
      .block_home .index_tit {
        bottom: 36%; } }
    @media (max-width: 767px) {
      .block_home .index_tit {
        width: 80%;
        top: 16%;
        bottom: auto; } }
    .block_home .index_tit:before {
      content: url("../images/light1.png");
      position: absolute;
      top: -1%;
      left: 29%;
      opacity: 0;
      animation: light 1.5s 2s infinite; }
      @media (max-width: 767px) {
        .block_home .index_tit:before {
          top: -12%; } }
    .block_home .index_tit:after {
      content: url("../images/light2.png");
      position: absolute;
      bottom: -3%;
      left: 29%;
      opacity: 0;
      animation: light2 1.5s 2s infinite; }
      @media (max-width: 767px) {
        .block_home .index_tit:after {
          bottom: -15%;
          left: 24%; } }
    .block_home .index_tit .magnifier {
      position: absolute;
      right: -10%;
      top: -21%;
      width: 25%;
      animation: cat-head 1s -2.5s ease infinite;
      transform-origin: 70% bottom; }
  .block_home .start {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15vh;
    text-align: center;
    z-index: 2; }
    @media (max-width: 767px) {
      .block_home .start {
        bottom: auto;
        width: 60%;
        top: 55vh; } }
    .block_home .start .startGame {
      display: inline-block; }

.cat {
  position: absolute;
  left: 12%;
  bottom: 5%;
  width: 17%; }
  @media (max-width: 767px) {
    .cat {
      width: 38%;
      left: 8%;
      max-width: 200px; } }
  .cat span {
    display: inline-block;
    position: relative;
    text-align: center;
    max-width: 100%; }
    .cat span img {
      margin: auto;
      position: relative;
      z-index: 1;
      width: 54%;
      margin-top: -13%; }
    .cat span .c-head {
      margin: 0;
      animation: cat-head 1s ease infinite;
      z-index: 2;
      width: 100%; }
    .cat span::before {
      content: '';
      width: 30%;
      height: 28%;
      background: url(../images/cat-hand2.png) no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 27%;
      left: -49%;
      right: 0;
      margin: auto;
      z-index: 3; }
    .cat span::after {
      content: '';
      width: 30%;
      height: 14%;
      background: url(../images/cat-hand.png) no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 18%;
      right: 17%;
      margin: auto;
      z-index: 0;
      animation: cat-hand 1s -.5s ease infinite; }

.bear {
  position: absolute;
  right: 10%;
  bottom: 5%;
  width: 25%; }
  @media (max-width: 767px) {
    .bear {
      width: 48%;
      right: 8%;
      max-width: 250px; } }
  .bear img {
    margin: auto;
    margin-top: -27%; }
  .bear .b-head {
    position: relative;
    left: -3px;
    margin-top: 0;
    animation: cat-head  -1s 1s ease infinite;
    width: 67%; }

@keyframes tit {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0) scale(1.2); }
  100% {
    opacity: 1;
    transform: translate3d(0) scale(1); } }
@keyframes light {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes light2 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes cat-head {
  0% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(5deg); } }
@keyframes cat-hand {
  0% {
    transform: rotate(20deg); }
  50% {
    transform: rotate(-20deg); }
  100% {
    transform: rotate(20deg); } }
@media screen and (max-width: 768px) and (min-width: 400px) {
  #contentBox .container {
    padding-top: 2vw; } }

.game3 .btnBox .btn {
  width: auto;
  height: auto; }

#contentBox.game3 {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 10px 0 0; }
  @media screen and (max-width: 768px) {
    #contentBox.game3 {
      padding: 0 0 0; } }
  @media screen and (max-width: 370px) {
    #contentBox.game3 {
      padding: 0; } }

#contentBox .container {
  max-width: 1440px; }

.game3 article.startBox, .game3 article.result1, .game3 article#gift {
  max-width: 1440px; }
  @media (max-height: 767px) and (min-height: 768px) and (max-width: 992px) {
    .game3 article.startBox, .game3 article.result1, .game3 article#gift {
      max-height: 86vh;
      margin-top: -2vh; } }

.game3 article.startBox {
  margin-top: 8%; }
  @media screen and (min-width: 768px) and (min-height: 768px) and (max-width: 992px) {
    .game3 article.startBox {
      margin-top: 1%; } }
  @media screen and (max-width: 767px) {
    .game3 article.startBox {
      margin-top: 5%; } }

.gameBar {
  z-index: 5;
  position: relative;
  height: 60px; }
  @media screen and (max-width: 768px) {
    .gameBar {
      height: 75px; } }
  .gameBar .timeBox {
    width: 155px;
    height: 85px; }
    @media screen and (max-width: 768px) {
      .gameBar .timeBox {
        width: 115px; } }
    .gameBar .timeBox #countdown {
      width: 56%;
      color: #707070;
      text-shadow: none; }
      @media screen and (max-width: 1366px) {
        .gameBar .timeBox #countdown {
          font-size: .8rem; } }

.alert2 {
  margin-left: -22%;
  margin-top: 2%; }
  @media screen and (max-width: 768px) {
    .alert2 {
      margin-left: -50%;
      width: 100px; } }

.game3#contentBox .gameboard {
  border-radius: 15px;
  position: relative;
  max-width: 55vw;
  width: 100%;
  min-height: 200px; }
  @media screen and (max-width: 1440px) {
    .game3#contentBox .gameboard {
      width: auto; } }
  @media screen and (max-height: 767px) and (min-height: 768px) and (max-width: 992px) {
    .game3#contentBox .gameboard {
      width: 35vw; } }
  @media screen and (max-height: 767px) and (max-width: 767px) {
    .game3#contentBox .gameboard {
      min-height: 0px;
      position: initial; } }
  @media screen and (max-width: 767px) {
    .game3#contentBox .gameboard {
      max-width: none; } }
  .game3#contentBox .gameboard h2 {
    margin: 0;
    color: #A12626;
    text-align: center;
    background: none;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: .9rem;
    text-shadow: none; }
    @media screen and (max-width: 768px) {
      .game3#contentBox .gameboard h2 {
        margin: 0 0 10px; } }

.instructions {
  color: #613C1B;
  font-size: 0.6rem;
  line-height: 1.4;
  padding: 0 1rem; }
  @media screen and (max-width: 1440px) {
    .instructions {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .instructions {
      font-size: .4rem; } }

.game3 article {
  background: url("../images/gamecar.png") no-repeat center;
  padding: 23vh 11vw 17vh 25vw;
  background-size: 95% 100%; }
  @media screen and (max-width: 1440px) {
    .game3 article {
      padding: 23vh 20vw 17vh 27vw; } }
  @media screen and (max-width: 992px) {
    .game3 article {
      padding: 21vw 10vw 23vw 10vw;
      background-size: auto 100%; } }
  @media screen and (max-width: 370px) {
    .game3 article {
      padding: 7vh 6vw 10vh 6vw; } }
  @media (max-height: 767px) and (min-width: 768px) {
    .game3 article {
      padding: 19vh 19vw 22vh 31vw; } }

.parenter {
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .parenter {
      position: absolute;
      bottom: 4%;
      width: 100%; } }
  .parenter .bear {
    right: 4%;
    max-width: 400px;
    width: 20%; }
    @media screen and (max-width: 1440px) {
      .parenter .bear {
        right: 0;
        max-width: 250px; } }
    @media screen and (max-width: 767px) {
      .parenter .bear {
        bottom: 2vh;
        width: 40%;
        right: 8%; } }
  .parenter .cat {
    max-width: 300px;
    left: 10%; }
    @media screen and (max-width: 767px) {
      .parenter .cat {
        bottom: 2vh;
        width: 30%; } }
    @media screen and (max-width: 370px) {
      .parenter .cat {
        width: 30%; } }

@media screen and (max-height: 767px) and (min-width: 768px) and (max-width: 992px) {
  .game3 .qBox div {
    max-width: 120px;
    margin: 0 1%; } }

.alertDrag, .game3 .btnBox #startBtn {
  z-index: 5; }

.alertDrag {
  margin: 0;
  margin-top: -5%; }
  .alertDrag img {
    width: 50%; }

.dragAlert {
  z-index: 4; }

.game3 .levelBox .btnBox, .game3 #gift .btnBox {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .game3 .levelBox .btnBox, .game3 #gift .btnBox {
      bottom: 40px; } }
  @media screen and (max-height: 767px) and (min-width: 768px) and (max-width: 992px) {
    .game3 .levelBox .btnBox, .game3 #gift .btnBox {
      bottom: 2%; } }

#contentBox .container.level1 {
  max-width: 1680px; }
  @media screen and (max-width: 1024px) {
    #contentBox .container.level1 {
      width: 100%; } }
  #contentBox .container.level1 .levelBox {
    padding: 20vh 19vw 14vh 27vw;
    position: relative;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      #contentBox .container.level1 .levelBox {
        padding: 15vh 9vw 10vh 9vw;
        margin-top: -6vw; } }
    @media screen and (max-height: 767px) and (min-width: 768px) {
      #contentBox .container.level1 .levelBox {
        padding: 17vh 22vw 18vh 31vw; } }

.game3 .qBox {
  text-align: center;
  padding: 0; }
  .game3 .qBox .point img {
    width: 100%;
    border: 0; }
    .game3 .qBox .point img.cross {
      width: auto; }

.game3 h3 {
  font-size: .6rem;
  max-width: none;
  margin: 0;
  position: absolute;
  color: #613C1B;
  top: 11vh;
  left: 40%; }
  @media screen and (max-width: 767px) {
    .game3 h3 {
      top: 12.3vw;
      left: 18%;
      width: 90%;
      font-size: 20px; } }
  @media screen and (max-width: 374px) {
    .game3 h3 {
      font-size: 18px; } }

.game3 .ansBox {
  padding: 0;
  text-align: center;
  padding-left: 5%; }
  @media screen and (max-width: 1024px) {
    .game3 .ansBox {
      min-height: 0; } }

.game3 .ansBox .lev1A {
  width: 20%;
  margin-left: -5%;
  vertical-align: top; }
  .game3 .ansBox .lev1A img {
    margin: auto; }
  .game3 .ansBox .lev1A:nth-child(even) {
    position: relative;
    top: 5vh; }

@media screen and (max-width: 767px) {
  .game3 .lev1Q, .game3 .lev2Q {
    width: 21%;
    margin: 0%; }

  .game3 .ansBox .lev2A:last-child {
    margin-top: -8%; } }
.game3 #level2 .ansBox {
  padding-left: 7%;
  padding-bottom: 7%; }
  @media screen and (max-width: 1024px) {
    .game3 #level2 .ansBox {
      min-height: 0; } }

@media screen and (max-height: 767px) and (min-width: 768px) {
  .game3#contentBox #level2 .gameboard {
    padding-bottom: 0; }

  .game3 #level2 h3 {
    top: 15.3vw; }

  #contentBox .container.level1 #level2 {
    padding: 17vh 22vw 21vh 31vw; }

  #contentBox .container.level1 #level3 {
    padding: 21vh 20vw 16vh 29vw; } }
.game3 .ansBox .lev2A {
  width: 25.5%;
  margin-left: -7%;
  vertical-align: top; }
  .game3 .ansBox .lev2A img {
    margin: auto; }
  .game3 .ansBox .lev2A:nth-child(even) {
    position: relative;
    top: 6vw;
    left: -1vw; }
  @media screen and (max-width: 767px) {
    .game3 .ansBox .lev2A {
      width: 32%;
      margin-left: 0; } }

.game3 #level3 .ansBox {
  padding-left: 7%;
  padding-bottom: 7%; }
  @media screen and (max-width: 1024px) {
    .game3 #level3 .ansBox {
      min-height: 0; } }

.game3 .ansBox .lev3A {
  width: 18%;
  margin-left: -7%;
  vertical-align: top; }
  .game3 .ansBox .lev3A img {
    margin: auto; }
  @media screen and (max-width: 767px) {
    .game3 .ansBox .lev3A {
      width: 24%; } }
  .game3 .ansBox .lev3A:nth-child(even) {
    position: relative;
    top: 4vw; }

.ebag {
  position: absolute;
  top: 27%;
  width: 14%;
  left: 14%; }
  @media screen and (max-width: 767px) {
    .ebag {
      top: 100%;
      width: 20%;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; } }

#contentBox .result1 section {
  padding: .4rem 1rem; }
  @media screen and (max-width: 767px) {
    #contentBox .result1 section {
      padding: .4rem;
      padding: 0 0.5rem; } }
  #contentBox .result1 section p {
    text-indent: 0;
    font-size: .54rem;
    margin: 0.5rem 0; }
    @media screen and (max-height: 767px) {
      #contentBox .result1 section p {
        font-size: .4rem; } }

.game3 .btnBox {
  position: absolute;
  left: 0;
  right: 0; }

@media screen and (min-width: 768px) {
  .game3 ul li .passLevel {
    font-size: 23px; } }
@media screen and (max-width: 767px) {
  .game3 ul li .passLevel {
    font-size: 18px; } }
#passLev, #failLev {
  text-align: center; }
  #passLev img, #failLev img {
    margin: auto; }
    @media screen and (max-height: 767px) {
      #passLev img, #failLev img {
        max-height: 80px; } }

.game3 ul {
  display: flex;
  max-width: 600px; }
  @media screen and (max-width: 767px) {
    .game3 ul {
      padding: 0;
      margin-bottom: 0; } }
  .game3 ul li {
    display: flex;
    align-items: center;
    justify-content: center; }
    .game3 ul li .border {
      border-radius: 5px;
      margin-right: 10px; }
      @media screen and (max-width: 370px) {
        .game3 ul li .border {
          margin-right: 5px; } }

.game3 .btnBox .btn {
  background: none; }

.game3 #gift > section {
  padding: 15px; }
  @media screen and (max-width: 767px) {
    .game3 #gift > section {
      padding: 0; } }

.game3 #medal {
  width: 100%;
  max-width: none; }

.game3 article#gift {
  padding: 21vh 14vw 16vh 23vw; }
  @media (max-height: 767px) and (min-height: 768px) and (max-width: 992px) {
    .game3 article#gift {
      padding: 22vh 18vw 20vh 29vw; } }
  @media screen and (max-width: 767px) {
    .game3 article#gift {
      padding: 12vh 0vw 10vh 0vw; } }

.game3 #medal {
  position: relative;
  display: inline-block;
  width: auto;
  background: transparent; }
  .game3 #medal input {
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
    transform: none;
    height: 60px;
    font-size: 50px;
    color: #fff;
    padding: 0px 0 14px; }
    @media screen and (max-width: 767px) {
      .game3 #medal input {
        top: 44%;
        font-size: 25px; } }
  .game3 #medal img {
    max-width: 35vw;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .game3 #medal img {
        max-width: 100%; } }
  .game3 #medal ::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .game3 #medal :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .game3 #medal ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

#contentBox #gift .gameboard {
  padding: 0 0 10px; }

/*# sourceMappingURL=newgame.css.map */
