@charset "UTF-8";
.video_camal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  align-items: flex-end; }
  .video_camal video {
    width: 100%; }

.bg_survey {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200; }
  .bg_survey .popup_survey {
    max-width: 70vw;
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    z-index: -5;
    transition: 0.3s; }
    .bg_survey .popup_survey .btn_survey {
      width: 200px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      background-color: #0035b6;
      color: #fff;
      transition: 0.3s; }
    .bg_survey .popup_survey .error {
      color: red; }
    .bg_survey .popup_survey .btn-closem {
      color: #ccc;
      font-size: 1.5rem;
      background-color: transparent;
      width: 2em;
      height: 2em;
      padding: 0.25em 0.25em;
      position: absolute;
      right: -2rem;
      top: -2rem;
      border: 0;
      border-radius: 0.25rem;
      z-index: 5;
      /* opacity: 1; */ }

.modal_game#modal-bigbang .bg_home {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.modal_game#modal-bigbang .game_content {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1; }
  .modal_game#modal-bigbang .game_content .home {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center; }
    .modal_game#modal-bigbang .game_content .home .box_all {
      width: 50%;
      display: flex;
      flex-flow: column;
      align-items: center; }
    .modal_game#modal-bigbang .game_content .home .text {
      width: 65%;
      height: auto; }
    .modal_game#modal-bigbang .game_content .home .btn {
      width: 25%;
      margin-top: 1rem;
      transition: 0.3s; }
      .modal_game#modal-bigbang .game_content .home .btn:hover {
        transform: scale(1.1);
        transition: 0.3s; }
  .modal_game#modal-bigbang .game_content .step_1,
  .modal_game#modal-bigbang .game_content .step_2,
  .modal_game#modal-bigbang .game_content .step_3,
  .modal_game#modal-bigbang .game_content .step_4,
  .modal_game#modal-bigbang .game_content .step_5,
  .modal_game#modal-bigbang .game_content .question_1,
  .modal_game#modal-bigbang .game_content .question_2,
  .modal_game#modal-bigbang .game_content .step_videos {
    width: 100%; }
    .modal_game#modal-bigbang .game_content .step_1 .title img,
    .modal_game#modal-bigbang .game_content .step_2 .title img,
    .modal_game#modal-bigbang .game_content .step_3 .title img,
    .modal_game#modal-bigbang .game_content .step_4 .title img,
    .modal_game#modal-bigbang .game_content .step_5 .title img,
    .modal_game#modal-bigbang .game_content .question_1 .title img,
    .modal_game#modal-bigbang .game_content .question_2 .title img,
    .modal_game#modal-bigbang .game_content .step_videos .title img {
      width: 20%; }
    .modal_game#modal-bigbang .game_content .step_1 .title video,
    .modal_game#modal-bigbang .game_content .step_2 .title video,
    .modal_game#modal-bigbang .game_content .step_3 .title video,
    .modal_game#modal-bigbang .game_content .step_4 .title video,
    .modal_game#modal-bigbang .game_content .step_5 .title video,
    .modal_game#modal-bigbang .game_content .question_1 .title video,
    .modal_game#modal-bigbang .game_content .question_2 .title video,
    .modal_game#modal-bigbang .game_content .step_videos .title video {
      width: 100%; }
    .modal_game#modal-bigbang .game_content .step_1 .btn_back_videos,
    .modal_game#modal-bigbang .game_content .step_2 .btn_back_videos,
    .modal_game#modal-bigbang .game_content .step_3 .btn_back_videos,
    .modal_game#modal-bigbang .game_content .step_4 .btn_back_videos,
    .modal_game#modal-bigbang .game_content .step_5 .btn_back_videos,
    .modal_game#modal-bigbang .game_content .question_1 .btn_back_videos,
    .modal_game#modal-bigbang .game_content .question_2 .btn_back_videos,
    .modal_game#modal-bigbang .game_content .step_videos .btn_back_videos {
      width: 150px;
      transition: 0.3s;
      cursor: pointer; }
      .modal_game#modal-bigbang .game_content .step_1 .btn_back_videos:hover,
      .modal_game#modal-bigbang .game_content .step_2 .btn_back_videos:hover,
      .modal_game#modal-bigbang .game_content .step_3 .btn_back_videos:hover,
      .modal_game#modal-bigbang .game_content .step_4 .btn_back_videos:hover,
      .modal_game#modal-bigbang .game_content .step_5 .btn_back_videos:hover,
      .modal_game#modal-bigbang .game_content .question_1 .btn_back_videos:hover,
      .modal_game#modal-bigbang .game_content .question_2 .btn_back_videos:hover,
      .modal_game#modal-bigbang .game_content .step_videos .btn_back_videos:hover {
        transform: scale(1.05);
        transition: 0.3s; }
    .modal_game#modal-bigbang .game_content .step_1 .btn_step3,
    .modal_game#modal-bigbang .game_content .step_1 .btn_step4,
    .modal_game#modal-bigbang .game_content .step_1 .btn_step5,
    .modal_game#modal-bigbang .game_content .step_2 .btn_step3,
    .modal_game#modal-bigbang .game_content .step_2 .btn_step4,
    .modal_game#modal-bigbang .game_content .step_2 .btn_step5,
    .modal_game#modal-bigbang .game_content .step_3 .btn_step3,
    .modal_game#modal-bigbang .game_content .step_3 .btn_step4,
    .modal_game#modal-bigbang .game_content .step_3 .btn_step5,
    .modal_game#modal-bigbang .game_content .step_4 .btn_step3,
    .modal_game#modal-bigbang .game_content .step_4 .btn_step4,
    .modal_game#modal-bigbang .game_content .step_4 .btn_step5,
    .modal_game#modal-bigbang .game_content .step_5 .btn_step3,
    .modal_game#modal-bigbang .game_content .step_5 .btn_step4,
    .modal_game#modal-bigbang .game_content .step_5 .btn_step5,
    .modal_game#modal-bigbang .game_content .question_1 .btn_step3,
    .modal_game#modal-bigbang .game_content .question_1 .btn_step4,
    .modal_game#modal-bigbang .game_content .question_1 .btn_step5,
    .modal_game#modal-bigbang .game_content .question_2 .btn_step3,
    .modal_game#modal-bigbang .game_content .question_2 .btn_step4,
    .modal_game#modal-bigbang .game_content .question_2 .btn_step5,
    .modal_game#modal-bigbang .game_content .step_videos .btn_step3,
    .modal_game#modal-bigbang .game_content .step_videos .btn_step4,
    .modal_game#modal-bigbang .game_content .step_videos .btn_step5 {
      transition: 0.3s;
      cursor: pointer; }
      .modal_game#modal-bigbang .game_content .step_1 .btn_step3:hover,
      .modal_game#modal-bigbang .game_content .step_1 .btn_step4:hover,
      .modal_game#modal-bigbang .game_content .step_1 .btn_step5:hover,
      .modal_game#modal-bigbang .game_content .step_2 .btn_step3:hover,
      .modal_game#modal-bigbang .game_content .step_2 .btn_step4:hover,
      .modal_game#modal-bigbang .game_content .step_2 .btn_step5:hover,
      .modal_game#modal-bigbang .game_content .step_3 .btn_step3:hover,
      .modal_game#modal-bigbang .game_content .step_3 .btn_step4:hover,
      .modal_game#modal-bigbang .game_content .step_3 .btn_step5:hover,
      .modal_game#modal-bigbang .game_content .step_4 .btn_step3:hover,
      .modal_game#modal-bigbang .game_content .step_4 .btn_step4:hover,
      .modal_game#modal-bigbang .game_content .step_4 .btn_step5:hover,
      .modal_game#modal-bigbang .game_content .step_5 .btn_step3:hover,
      .modal_game#modal-bigbang .game_content .step_5 .btn_step4:hover,
      .modal_game#modal-bigbang .game_content .step_5 .btn_step5:hover,
      .modal_game#modal-bigbang .game_content .question_1 .btn_step3:hover,
      .modal_game#modal-bigbang .game_content .question_1 .btn_step4:hover,
      .modal_game#modal-bigbang .game_content .question_1 .btn_step5:hover,
      .modal_game#modal-bigbang .game_content .question_2 .btn_step3:hover,
      .modal_game#modal-bigbang .game_content .question_2 .btn_step4:hover,
      .modal_game#modal-bigbang .game_content .question_2 .btn_step5:hover,
      .modal_game#modal-bigbang .game_content .step_videos .btn_step3:hover,
      .modal_game#modal-bigbang .game_content .step_videos .btn_step4:hover,
      .modal_game#modal-bigbang .game_content .step_videos .btn_step5:hover {
        transform: scale(1.06);
        transition: 0.3s; }
    .modal_game#modal-bigbang .game_content .step_1 .question,
    .modal_game#modal-bigbang .game_content .step_2 .question,
    .modal_game#modal-bigbang .game_content .step_3 .question,
    .modal_game#modal-bigbang .game_content .step_4 .question,
    .modal_game#modal-bigbang .game_content .step_5 .question,
    .modal_game#modal-bigbang .game_content .question_1 .question,
    .modal_game#modal-bigbang .game_content .question_2 .question,
    .modal_game#modal-bigbang .game_content .step_videos .question {
      border: 2px solid #fff;
      border-radius: 10px;
      padding: 1rem;
      transition: 0.3s; }
      .modal_game#modal-bigbang .game_content .step_1 .question video,
      .modal_game#modal-bigbang .game_content .step_2 .question video,
      .modal_game#modal-bigbang .game_content .step_3 .question video,
      .modal_game#modal-bigbang .game_content .step_4 .question video,
      .modal_game#modal-bigbang .game_content .step_5 .question video,
      .modal_game#modal-bigbang .game_content .question_1 .question video,
      .modal_game#modal-bigbang .game_content .question_2 .question video,
      .modal_game#modal-bigbang .game_content .step_videos .question video {
        width: 100%; }
    .modal_game#modal-bigbang .game_content .step_1 .new1,
    .modal_game#modal-bigbang .game_content .step_1 .new2,
    .modal_game#modal-bigbang .game_content .step_1 .new3,
    .modal_game#modal-bigbang .game_content .step_2 .new1,
    .modal_game#modal-bigbang .game_content .step_2 .new2,
    .modal_game#modal-bigbang .game_content .step_2 .new3,
    .modal_game#modal-bigbang .game_content .step_3 .new1,
    .modal_game#modal-bigbang .game_content .step_3 .new2,
    .modal_game#modal-bigbang .game_content .step_3 .new3,
    .modal_game#modal-bigbang .game_content .step_4 .new1,
    .modal_game#modal-bigbang .game_content .step_4 .new2,
    .modal_game#modal-bigbang .game_content .step_4 .new3,
    .modal_game#modal-bigbang .game_content .step_5 .new1,
    .modal_game#modal-bigbang .game_content .step_5 .new2,
    .modal_game#modal-bigbang .game_content .step_5 .new3,
    .modal_game#modal-bigbang .game_content .question_1 .new1,
    .modal_game#modal-bigbang .game_content .question_1 .new2,
    .modal_game#modal-bigbang .game_content .question_1 .new3,
    .modal_game#modal-bigbang .game_content .question_2 .new1,
    .modal_game#modal-bigbang .game_content .question_2 .new2,
    .modal_game#modal-bigbang .game_content .question_2 .new3,
    .modal_game#modal-bigbang .game_content .step_videos .new1,
    .modal_game#modal-bigbang .game_content .step_videos .new2,
    .modal_game#modal-bigbang .game_content .step_videos .new3 {
      border: 2px solid #fff;
      border-radius: 10px;
      padding: 1rem;
      transition: 0.3s;
      cursor: pointer; }
      .modal_game#modal-bigbang .game_content .step_1 .new1.select,
      .modal_game#modal-bigbang .game_content .step_1 .new2.select,
      .modal_game#modal-bigbang .game_content .step_1 .new3.select,
      .modal_game#modal-bigbang .game_content .step_2 .new1.select,
      .modal_game#modal-bigbang .game_content .step_2 .new2.select,
      .modal_game#modal-bigbang .game_content .step_2 .new3.select,
      .modal_game#modal-bigbang .game_content .step_3 .new1.select,
      .modal_game#modal-bigbang .game_content .step_3 .new2.select,
      .modal_game#modal-bigbang .game_content .step_3 .new3.select,
      .modal_game#modal-bigbang .game_content .step_4 .new1.select,
      .modal_game#modal-bigbang .game_content .step_4 .new2.select,
      .modal_game#modal-bigbang .game_content .step_4 .new3.select,
      .modal_game#modal-bigbang .game_content .step_5 .new1.select,
      .modal_game#modal-bigbang .game_content .step_5 .new2.select,
      .modal_game#modal-bigbang .game_content .step_5 .new3.select,
      .modal_game#modal-bigbang .game_content .question_1 .new1.select,
      .modal_game#modal-bigbang .game_content .question_1 .new2.select,
      .modal_game#modal-bigbang .game_content .question_1 .new3.select,
      .modal_game#modal-bigbang .game_content .question_2 .new1.select,
      .modal_game#modal-bigbang .game_content .question_2 .new2.select,
      .modal_game#modal-bigbang .game_content .question_2 .new3.select,
      .modal_game#modal-bigbang .game_content .step_videos .new1.select,
      .modal_game#modal-bigbang .game_content .step_videos .new2.select,
      .modal_game#modal-bigbang .game_content .step_videos .new3.select {
        box-shadow: white 0px 2px 8px 0px;
        background-color: rgba(255, 255, 255, 0.5); }
      .modal_game#modal-bigbang .game_content .step_1 .new1.unselect,
      .modal_game#modal-bigbang .game_content .step_1 .new2.unselect,
      .modal_game#modal-bigbang .game_content .step_1 .new3.unselect,
      .modal_game#modal-bigbang .game_content .step_2 .new1.unselect,
      .modal_game#modal-bigbang .game_content .step_2 .new2.unselect,
      .modal_game#modal-bigbang .game_content .step_2 .new3.unselect,
      .modal_game#modal-bigbang .game_content .step_3 .new1.unselect,
      .modal_game#modal-bigbang .game_content .step_3 .new2.unselect,
      .modal_game#modal-bigbang .game_content .step_3 .new3.unselect,
      .modal_game#modal-bigbang .game_content .step_4 .new1.unselect,
      .modal_game#modal-bigbang .game_content .step_4 .new2.unselect,
      .modal_game#modal-bigbang .game_content .step_4 .new3.unselect,
      .modal_game#modal-bigbang .game_content .step_5 .new1.unselect,
      .modal_game#modal-bigbang .game_content .step_5 .new2.unselect,
      .modal_game#modal-bigbang .game_content .step_5 .new3.unselect,
      .modal_game#modal-bigbang .game_content .question_1 .new1.unselect,
      .modal_game#modal-bigbang .game_content .question_1 .new2.unselect,
      .modal_game#modal-bigbang .game_content .question_1 .new3.unselect,
      .modal_game#modal-bigbang .game_content .question_2 .new1.unselect,
      .modal_game#modal-bigbang .game_content .question_2 .new2.unselect,
      .modal_game#modal-bigbang .game_content .question_2 .new3.unselect,
      .modal_game#modal-bigbang .game_content .step_videos .new1.unselect,
      .modal_game#modal-bigbang .game_content .step_videos .new2.unselect,
      .modal_game#modal-bigbang .game_content .step_videos .new3.unselect {
        opacity: 0.5; }
      .modal_game#modal-bigbang .game_content .step_1 .new1:hover,
      .modal_game#modal-bigbang .game_content .step_1 .new2:hover,
      .modal_game#modal-bigbang .game_content .step_1 .new3:hover,
      .modal_game#modal-bigbang .game_content .step_2 .new1:hover,
      .modal_game#modal-bigbang .game_content .step_2 .new2:hover,
      .modal_game#modal-bigbang .game_content .step_2 .new3:hover,
      .modal_game#modal-bigbang .game_content .step_3 .new1:hover,
      .modal_game#modal-bigbang .game_content .step_3 .new2:hover,
      .modal_game#modal-bigbang .game_content .step_3 .new3:hover,
      .modal_game#modal-bigbang .game_content .step_4 .new1:hover,
      .modal_game#modal-bigbang .game_content .step_4 .new2:hover,
      .modal_game#modal-bigbang .game_content .step_4 .new3:hover,
      .modal_game#modal-bigbang .game_content .step_5 .new1:hover,
      .modal_game#modal-bigbang .game_content .step_5 .new2:hover,
      .modal_game#modal-bigbang .game_content .step_5 .new3:hover,
      .modal_game#modal-bigbang .game_content .question_1 .new1:hover,
      .modal_game#modal-bigbang .game_content .question_1 .new2:hover,
      .modal_game#modal-bigbang .game_content .question_1 .new3:hover,
      .modal_game#modal-bigbang .game_content .question_2 .new1:hover,
      .modal_game#modal-bigbang .game_content .question_2 .new2:hover,
      .modal_game#modal-bigbang .game_content .question_2 .new3:hover,
      .modal_game#modal-bigbang .game_content .step_videos .new1:hover,
      .modal_game#modal-bigbang .game_content .step_videos .new2:hover,
      .modal_game#modal-bigbang .game_content .step_videos .new3:hover {
        transform: scale(1.01);
        transition: 0.3s;
        box-shadow: white 0px 2px 8px 0px;
        background-color: rgba(255, 255, 255, 0.2); }
      .modal_game#modal-bigbang .game_content .step_1 .new1 video,
      .modal_game#modal-bigbang .game_content .step_1 .new2 video,
      .modal_game#modal-bigbang .game_content .step_1 .new3 video,
      .modal_game#modal-bigbang .game_content .step_2 .new1 video,
      .modal_game#modal-bigbang .game_content .step_2 .new2 video,
      .modal_game#modal-bigbang .game_content .step_2 .new3 video,
      .modal_game#modal-bigbang .game_content .step_3 .new1 video,
      .modal_game#modal-bigbang .game_content .step_3 .new2 video,
      .modal_game#modal-bigbang .game_content .step_3 .new3 video,
      .modal_game#modal-bigbang .game_content .step_4 .new1 video,
      .modal_game#modal-bigbang .game_content .step_4 .new2 video,
      .modal_game#modal-bigbang .game_content .step_4 .new3 video,
      .modal_game#modal-bigbang .game_content .step_5 .new1 video,
      .modal_game#modal-bigbang .game_content .step_5 .new2 video,
      .modal_game#modal-bigbang .game_content .step_5 .new3 video,
      .modal_game#modal-bigbang .game_content .question_1 .new1 video,
      .modal_game#modal-bigbang .game_content .question_1 .new2 video,
      .modal_game#modal-bigbang .game_content .question_1 .new3 video,
      .modal_game#modal-bigbang .game_content .question_2 .new1 video,
      .modal_game#modal-bigbang .game_content .question_2 .new2 video,
      .modal_game#modal-bigbang .game_content .question_2 .new3 video,
      .modal_game#modal-bigbang .game_content .step_videos .new1 video,
      .modal_game#modal-bigbang .game_content .step_videos .new2 video,
      .modal_game#modal-bigbang .game_content .step_videos .new3 video {
        width: 100%; }

.modal_game#modal-bigbang .bg {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative; }
  .modal_game#modal-bigbang .bg img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }

.modal_game#modal-tools-of-ancient-human img {
  width: 100%; }

.modal_game#modal-tools-of-ancient-human .btn_start {
  transition: 0.3s;
  cursor: pointer; }
  .modal_game#modal-tools-of-ancient-human .btn_start:hover {
    transform: scale(1.05);
    transition: 0.3s; }

.modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human {
  padding-top: 56.25%;
  position: relative; }
  .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1; }
    .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .score_box {
      position: absolute;
      top: 2%;
      right: 2%;
      z-index: 300;
      width: 14%; }
      .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .score_box .score {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .score_box .score p {
          position: absolute;
          margin: 0;
          color: #fff;
          font-size: 1.4rem; }
    .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .detail_page {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(15px);
      display: flex;
      justify-content: center;
      align-items: center; }
      .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .detail_page .detail_list {
        width: 100%;
        display: flex;
        justify-content: center; }
        .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .detail_page .detail_list .image_detail {
          width: 70%;
          position: relative; }
          .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .detail_page .detail_list .image_detail .btn_next {
            width: 20%;
            position: absolute;
            bottom: 5%;
            right: 3%;
            transition: 0.3s;
            cursor: pointer; }
            .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .detail_page .detail_list .image_detail .btn_next:hover {
              transform: scale(1.04);
              transition: 0.3s; }
    .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .home_page {
      width: 100%;
      height: 100%;
      position: relative;
      top: 0;
      left: 0; }
      .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .home_page .logo {
        width: 40%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        transition: 1s;
        margin: 0 auto;
        margin-top: 10%;
        z-index: 300; }
        .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .home_page .logo .logotext {
          position: absolute;
          width: 120%;
          bottom: 0; }
        .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_content .home_page .logo .logoimage {
          animation: scale_loop 5s infinite; }

@keyframes scale_loop {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.01); }
  100% {
    transform: scale(1); } }
  .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .howto_page {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100; }
    .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .howto_page .bg_howto {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
      backdrop-filter: blur(15px); }
    .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .howto_page .howto {
      width: 40%;
      height: auto;
      position: relative;
      display: flex;
      justify-content: center;
      flex-flow: column;
      align-items: center;
      z-index: 2; }
      .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .howto_page .howto .btn_start {
        position: absolute;
        bottom: 0;
        width: 40%;
        margin-bottom: 2rem; }
  .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .box_human {
      display: flex;
      justify-content: space-between; }
      .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .box_human .image {
        width: 50%; }
      .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .box_human .tools {
        width: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .box_human .tools .box {
          position: absolute;
          width: 80%; }
          .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .box_human .tools .box .box_over.active {
            animation: scale_loop2 1s infinite; }

@keyframes scale_loop2 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }
          .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .box_human .tools .box .tools_in {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center; }
            .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .box_human .tools .box .tools_in img {
              width: 50%; }
    .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .tools_q {
      width: 70%;
      position: relative; }
      .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .tools_q .tools .tools_in {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .tools_q .tools .tools_in.scal_down {
          transform: scale(0.6);
          transition: 0.1s; }
        .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .game_page .tools_q .tools .tools_in img {
          width: 50%; }
  .modal_game#modal-tools-of-ancient-human .bg-tools-of-ancient-human .bg {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0; }

.modal_game#modal-durian .bg-durian {
  padding-top: 56.25%;
  position: relative; }
  .modal_game#modal-durian .bg-durian .game_content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2; }
    .modal_game#modal-durian .bg-durian .game_content .home {
      width: 100%;
      height: 100%;
      z-index: 30; }
      .modal_game#modal-durian .bg-durian .game_content .home .durian_2 {
        width: 25%;
        position: absolute;
        bottom: 11%;
        left: 27%; }
      .modal_game#modal-durian .bg-durian .game_content .home .logo {
        width: 35%;
        position: absolute;
        top: 20%;
        right: 15%;
        display: flex;
        flex-flow: column;
        align-items: center; }
        .modal_game#modal-durian .bg-durian .game_content .home .logo .logo_th {
          width: 100%; }
        .modal_game#modal-durian .bg-durian .game_content .home .logo .logo_en {
          width: 90%; }
        .modal_game#modal-durian .bg-durian .game_content .home .logo .btn_next {
          width: 40%;
          cursor: pointer;
          transition: 0.3s; }
          .modal_game#modal-durian .bg-durian .game_content .home .logo .btn_next:hover {
            transform: scale(1.1);
            transition: 0.3s; }

.modal_game#modal-durian .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff3bf;
  z-index: 1; }
  .modal_game#modal-durian .bg .home {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .modal_game#modal-durian .bg .star {
    width: 50px;
    animation: scale_loop2 1s infinite;
    position: absolute; }

@keyframes scale_loop2 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
    .modal_game#modal-durian .bg .star.star_1 {
      width: 70px;
      top: 30%;
      right: 7%; }
    .modal_game#modal-durian .bg .star.star_2 {
      width: 30px;
      bottom: 30%;
      right: 20%; }
    .modal_game#modal-durian .bg .star.star_3 {
      width: 60px;
      top: 20%;
      left: 7%; }
    .modal_game#modal-durian .bg .star.star_4 {
      width: 80px;
      top: 10%;
      left: 77%; }
    .modal_game#modal-durian .bg .star.star_5 {
      width: 60px;
      bottom: 10%;
      left: 10%; }
    .modal_game#modal-durian .bg .star.star_6 {
      width: 60px;
      top: 40%;
      left: 50%; }
  .modal_game#modal-durian .bg .durian {
    width: 50px;
    position: absolute; }
    .modal_game#modal-durian .bg .durian.durian_1 {
      width: 11%;
      top: 28%;
      left: 9%;
      animation: rotate_loop1 1s infinite; }

@keyframes rotate_loop1 {
  0% {
    transform: rotate(160deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(160deg); } }
    .modal_game#modal-durian .bg .durian.durian_2 {
      width: 14%;
      top: 11%;
      left: 30%;
      animation: rotate_loop2 1.2s infinite; }

@keyframes rotate_loop2 {
  0% {
    transform: rotate(20deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(20deg); } }
    .modal_game#modal-durian .bg .durian.durian_3 {
      width: 10%;
      top: 59%;
      left: 16%;
      animation: rotate_loop3 1.1s infinite; }

@keyframes rotate_loop3 {
  0% {
    transform: rotate(270deg); }
  50% {
    transform: rotate(300deg); }
  100% {
    transform: rotate(270deg); } }
    .modal_game#modal-durian .bg .durian.durian_4 {
      width: 8%;
      bottom: 10%;
      right: 16%;
      animation: rotate_loop4 1.1s infinite; }

@keyframes rotate_loop4 {
  0% {
    transform: rotate(170deg); }
  50% {
    transform: rotate(200deg); }
  100% {
    transform: rotate(170deg); } }
    .modal_game#modal-durian .bg .durian.durian_5 {
      width: 8%;
      top: 10%;
      right: 16%;
      animation: rotate_loop4 1.1s infinite; }

@keyframes rotate_loop4 {
  0% {
    transform: rotate(70deg); }
  50% {
    transform: rotate(100deg); }
  100% {
    transform: rotate(70deg); } }
  .modal_game#modal-durian .bg .ingame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.modal_game#modal-durian .how_to_play {
  position: relative;
  width: 100%;
  height: 100%; }
  .modal_game#modal-durian .how_to_play .image {
    width: 35%;
    position: absolute;
    left: 12%;
    top: 15%; }
  .modal_game#modal-durian .how_to_play .image_durian {
    width: 30%;
    position: absolute;
    right: 15%;
    bottom: 10%; }
  .modal_game#modal-durian .how_to_play .image_btn_next {
    width: 12%;
    position: absolute;
    right: 3%;
    bottom: 6%;
    transition: 0.3s;
    cursor: pointer; }
    .modal_game#modal-durian .how_to_play .image_btn_next:hover {
      transform: scale(1.1);
      transition: 0.3s; }
  .modal_game#modal-durian .how_to_play .image_btn_back {
    width: 12%;
    position: absolute;
    left: 3%;
    top: 6%;
    cursor: pointer; }
  .modal_game#modal-durian .how_to_play .howtoplay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal_game#modal-durian .how_to_play .howtoplay img {
      width: 70%;
      margin-top: 5%; }

.modal_game#modal-durian .game_play {
  position: relative;
  width: 100%;
  height: 100%; }
  .modal_game#modal-durian .game_play .page_1 {
    width: 100%;
    height: 100%; }
    .modal_game#modal-durian .game_play .page_1 .ans_box {
      width: 100%;
      height: 100%;
      display: flex;
      overflow: hidden; }
      .modal_game#modal-durian .game_play .page_1 .ans_box .box_left {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center; }
        .modal_game#modal-durian .game_play .page_1 .ans_box .box_left .box_durian_twin {
          padding: 1.5rem;
          border-radius: 20px;
          display: flex;
          flex-flow: column;
          align-items: center;
          width: 90%;
          justify-content: center; }
          .modal_game#modal-durian .game_play .page_1 .ans_box .box_left .box_durian_twin .durian_1 {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: flex-end; }
            .modal_game#modal-durian .game_play .page_1 .ans_box .box_left .box_durian_twin .durian_1 img {
              width: 45%; }
          .modal_game#modal-durian .game_play .page_1 .ans_box .box_left .box_durian_twin .durian_2 {
            width: 100%;
            display: flex;
            justify-content: center; }
            .modal_game#modal-durian .game_play .page_1 .ans_box .box_left .box_durian_twin .durian_2 img {
              width: 70%; }
      .modal_game#modal-durian .game_play .page_1 .ans_box .box_right {
        width: 100%;
        height: 100%;
        display: flex; }
        .modal_game#modal-durian .game_play .page_1 .ans_box .box_right .box {
          width: 100%;
          display: flex;
          padding-top: 5rem;
          justify-content: center; }
          .modal_game#modal-durian .game_play .page_1 .ans_box .box_right .box .image_ {
            width: 50%; }
          .modal_game#modal-durian .game_play .page_1 .ans_box .box_right .box.box_3 {
            flex-flow: column;
            padding-top: 0rem;
            justify-content: flex-start; }
            .modal_game#modal-durian .game_play .page_1 .ans_box .box_right .box.box_3 .image_ {
              width: 85%;
              margin: 0.5rem 0; }
          .modal_game#modal-durian .game_play .page_1 .ans_box .box_right .box.box_fail {
            padding-top: 3rem; }
            .modal_game#modal-durian .game_play .page_1 .ans_box .box_right .box.box_fail .image_ {
              width: 75%;
              margin: 0.5rem 0; }
    .modal_game#modal-durian .game_play .page_1 .note_box {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 2rem; }
      .modal_game#modal-durian .game_play .page_1 .note_box .box_1 {
        width: 40%; }
      .modal_game#modal-durian .game_play .page_1 .note_box .box_2 {
        width: 20%;
        margin-top: 10rem;
        transform: scale(1.2); }
    .modal_game#modal-durian .game_play .page_1 .game_box {
      width: 100%;
      height: 100%;
      display: flex; }
      .modal_game#modal-durian .game_play .page_1 .game_box .box_left {
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal_game#modal-durian .game_play .page_1 .game_box .box_left .box {
          padding: 1.5rem;
          background-color: rgba(255, 255, 255, 0.6);
          border-radius: 20px;
          display: flex;
          flex-flow: column;
          align-items: center;
          width: 90%; }
          .modal_game#modal-durian .game_play .page_1 .game_box .box_left .box .head {
            width: 60%; }
          .modal_game#modal-durian .game_play .page_1 .game_box .box_left .box .durian {
            width: 90%;
            display: flex;
            align-items: flex-end;
            justify-content: space-between; }
            .modal_game#modal-durian .game_play .page_1 .game_box .box_left .box .durian .left,
            .modal_game#modal-durian .game_play .page_1 .game_box .box_left .box .durian .right {
              width: 45%; }
      .modal_game#modal-durian .game_play .page_1 .game_box .box_right {
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal_game#modal-durian .game_play .page_1 .game_box .box_right .box {
          padding: 1.5rem;
          border-radius: 20px;
          display: flex;
          flex-flow: column;
          align-items: center;
          width: 90%; }
          .modal_game#modal-durian .game_play .page_1 .game_box .box_right .box .list_1 {
            width: 90%;
            display: flex;
            align-items: flex-end; }
            .modal_game#modal-durian .game_play .page_1 .game_box .box_right .box .list_1 .list_durian {
              width: 50%;
              background-color: unset; }
  .modal_game#modal-durian .game_play .image_btn_back {
    width: 12%;
    position: absolute;
    left: 3%;
    top: 6%;
    cursor: pointer; }
  .modal_game#modal-durian .game_play .image_btn_play_again,
  .modal_game#modal-durian .game_play .image_btn_next_step {
    width: 12%;
    position: absolute;
    right: 3%;
    bottom: 3%;
    z-index: 200;
    pointer-events: all;
    cursor: pointer; }

.modal_game#modal-camera_trap .flash {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 1; }

.modal_game#modal-camera_trap .home {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal_game#modal-camera_trap .home .box_home {
    width: 40%; }

.modal_game#modal-camera_trap .how_to_play {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal_game#modal-camera_trap .how_to_play .box_how {
    padding: 1rem;
    width: 80%;
    display: flex;
    flex-flow: column;
    align-items: center; }
    .modal_game#modal-camera_trap .how_to_play .box_how .text {
      width: 20%; }
    .modal_game#modal-camera_trap .how_to_play .box_how .how {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .modal_game#modal-camera_trap .how_to_play .box_how .how img {
        width: 48%; }
    .modal_game#modal-camera_trap .how_to_play .box_how .btn_start {
      width: 14%;
      cursor: pointer; }
      .modal_game#modal-camera_trap .how_to_play .box_how .btn_start img {
        transition: 0.3s; }
      .modal_game#modal-camera_trap .how_to_play .box_how .btn_start:hover img {
        transform: scale(1.04);
        transition: 0.3s; }

.modal_game#modal-camera_trap .bg-camera_trap {
  padding-top: 56.25%;
  position: relative; }
  .modal_game#modal-camera_trap .bg-camera_trap .game_content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2; }
    .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play {
      width: 100%;
      height: 100%;
      position: relative; }
      .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
        overflow: hidden; }
        .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .bl {
          position: absolute;
          bottom: 1%;
          left: 1%;
          height: 10%;
          width: 15%;
          display: flex;
          align-items: flex-end; }
          .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .bl .item_list {
            width: 33.33%;
            z-index: 101;
            pointer-events: all; }
        .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .br {
          position: absolute;
          bottom: 1%;
          right: 1%;
          width: 7%; }
          .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .br .item_list {
            width: 100%;
            z-index: 101;
            pointer-events: all; }
            .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .br .item_list.sound {
              cursor: pointer;
              transition: 0.3s; }
              .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .br .item_list.sound:hover {
                transform: scale(1.03);
                transition: 0.3s; }
        .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .tr {
          position: absolute;
          top: 5%;
          right: 1%;
          width: 6%;
          background-color: #f0e7d8;
          padding: 0.5rem;
          border-radius: 5px;
          pointer-events: all;
          cursor: pointer; }
          .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .tr .item_list {
            width: 100%;
            z-index: 101; }
          .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .tr .text {
            text-align: center;
            font-weight: bold; }
        .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal {
          position: absolute;
          top: 5%;
          right: 8%;
          width: 20%;
          z-index: 101;
          border-radius: 10px;
          overflow: hidden;
          pointer-events: all; }
          .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .head {
            padding: 0.5rem;
            background-image: url("../image/cameratrap/Group 425.png");
            background-size: cover;
            display: flex;
            justify-content: space-between; }
            .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .head .btn_back {
              width: 60%;
              transition: 0.3s; }
              .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .head .btn_back:hover {
                transform: scale(1.02);
                cursor: pointer;
                transition: 0.3s; }
            .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .head .btn_camera {
              width: 15%; }
          .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list {
            width: 100%;
            background-image: url("../image/cameratrap/Group 422.png");
            background-color: #fff; }
            .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ {
              display: flex; }
              .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image {
                width: 50%;
                display: flex;
                flex-flow: column;
                align-items: center;
                position: relative;
                justify-content: center; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image .image_shadow {
                  position: absolute; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image img {
                  width: 80%; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image .image {
                  width: 100%;
                  height: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image .image_show {
                  opacity: 0; }
                  .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image .image_show img {
                    width: 100%; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image:hover {
                  background-color: #facd7c;
                  transition: 0.3s;
                  cursor: pointer; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image.b_t {
                  border-top: 1px solid #000; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image.b_b {
                  border-bottom: 1px solid #000; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image.b_r {
                  border-right: 1px solid #000; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image.b_l {
                  border-left: 1px solid #000; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image .text_name {
                  padding-top: 0.5rem;
                  position: absolute;
                  bottom: 0.2rem; }
                  .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image .text_name p {
                    margin: 0; }
                    .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .content_list .row_ .box_image .text_name p.fix-stroke {
                      paint-order: stroke fill; }
          .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .detail_animal {
            width: 100%;
            background-image: url("../image/cameratrap/Group 422.png");
            background-color: #fff; }
            .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .detail_animal .head2 {
              padding: 0.5rem;
              display: flex;
              background-image: unset;
              justify-content: space-between;
              position: absolute; }
              .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .detail_animal .head2 .btn_back {
                width: 60%;
                cursor: pointer;
                transition: 0.3s; }
                .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .detail_animal .head2 .btn_back:hover {
                  transform: scale(1.02);
                  transition: 0.3s; }
              .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .ui .box_detail_animal .detail_animal .head2 .btn_camera {
                width: 15%; }
      .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .game {
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 2; }
        .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .game .map {
          transform: scale(3);
          position: relative;
          width: 100%;
          height: 100%; }
          .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .game .map .bg_map {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
          .modal_game#modal-camera_trap .bg-camera_trap .game_content .game_play .game .map .animal {
            width: 3%;
            position: absolute;
            cursor: url(../image/cameratrap/cusor.png) 15 15, move; }

.modal_game#modal-oak_tree .bg-oak_tree {
  padding-top: 56.25%;
  position: relative; }
  .modal_game#modal-oak_tree .bg-oak_tree .home {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .modal_game#modal-oak_tree .bg-oak_tree .home .model_ {
      width: 100%;
      height: 100%;
      z-index: 2; }
    .modal_game#modal-oak_tree .bg-oak_tree .home .bear {
      position: absolute;
      width: 17%;
      z-index: 5;
      bottom: 9%;
      left: 26%;
      cursor: pointer; }
      .modal_game#modal-oak_tree .bg-oak_tree .home .bear .mouse_click {
        width: 20%;
        position: absolute;
        bottom: 15%;
        left: 38%;
        animation-name: click_me;
        animation-iteration-count: infinite;
        animation-duration: 1s; }

@keyframes click_me {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.8); }
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }
      .modal_game#modal-oak_tree .bg-oak_tree .home .bear video {
        width: 100%; }
    .modal_game#modal-oak_tree .bg-oak_tree .home .text {
      position: absolute;
      width: 25%;
      z-index: 5;
      top: 46%;
      right: 5%; }
    .modal_game#modal-oak_tree .bg-oak_tree .home .btn {
      width: 55%;
      margin-top: 2rem;
      padding: 0;
      cursor: pointer;
      transition: 0.3s; }
      .modal_game#modal-oak_tree .bg-oak_tree .home .btn:hover {
        transform: scale(1.1);
        transition: 0.3s; }
    .modal_game#modal-oak_tree .bg-oak_tree .home .video_active {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 30; }
      .modal_game#modal-oak_tree .bg-oak_tree .home .video_active video {
        width: 100%; }
  .modal_game#modal-oak_tree .bg-oak_tree .game_play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10;
    display: flex;
    justify-content: center; }
    .modal_game#modal-oak_tree .bg-oak_tree .game_play .close {
      width: 3%;
      position: absolute;
      right: 5%;
      top: 5%; }
    .modal_game#modal-oak_tree .bg-oak_tree .game_play .content_show {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(10px);
      z-index: 20;
      display: flex;
      justify-content: center;
      align-items: center; }
      .modal_game#modal-oak_tree .bg-oak_tree .game_play .content_show .content {
        width: 38%; }
      .modal_game#modal-oak_tree .bg-oak_tree .game_play .content_show .close_show {
        width: 3%;
        position: absolute;
        right: 5%;
        top: 5%;
        cursor: pointer;
        transition: 0.3s;
        opacity: 0.5; }
        .modal_game#modal-oak_tree .bg-oak_tree .game_play .content_show .close_show:hover {
          opacity: 1;
          transition: 0.3s; }
    .modal_game#modal-oak_tree .bg-oak_tree .game_play .text_main {
      width: 42%;
      z-index: 11;
      margin: 2rem; }
    .modal_game#modal-oak_tree .bg-oak_tree .game_play .postcart {
      z-index: 12;
      position: absolute;
      transition: 0.3s !important;
      cursor: pointer; }
      .modal_game#modal-oak_tree .bg-oak_tree .game_play .postcart:hover {
        transform: rotate(10deg) !important;
        transition: 0.3s !important; }
    .modal_game#modal-oak_tree .bg-oak_tree .game_play .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .modal_game#modal-oak_tree .bg-oak_tree .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.modal_game#modal-tundar .bg-tundar {
  padding-top: 56.25%;
  position: relative; }
  .modal_game#modal-tundar .bg-tundar .home {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .modal_game#modal-tundar .bg-tundar .home .bg_video {
      width: 100%; }
      .modal_game#modal-tundar .bg-tundar .home .bg_video video {
        width: 100%; }
    .modal_game#modal-tundar .bg-tundar .home .text {
      width: 30%;
      position: absolute;
      right: 7%;
      top: 12%; }
    .modal_game#modal-tundar .bg-tundar .home .btn {
      width: 13%;
      position: absolute;
      right: 9%;
      bottom: 10%;
      transition: 0.3s;
      cursor: pointer; }
      .modal_game#modal-tundar .bg-tundar .home .btn:hover {
        transform: scale(1.02);
        transition: 0.3s; }
  .modal_game#modal-tundar .bg-tundar .game_play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .modal_game#modal-tundar .bg-tundar .game_play .ui {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .modal_game#modal-tundar .bg-tundar .game_play .ui .lt {
        position: absolute;
        top: 1%;
        left: 1%;
        width: 15%; }
        .modal_game#modal-tundar .bg-tundar .game_play .ui .lt .score .text_ {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          display: flex;
          align-items: center;
          padding-left: 35%; }
          .modal_game#modal-tundar .bg-tundar .game_play .ui .lt .score .text_ h4 {
            margin: 0;
            color: #fce81e; }
      .modal_game#modal-tundar .bg-tundar .game_play .ui .rt {
        position: absolute;
        top: 1%;
        right: 5%;
        display: flex;
        justify-content: space-between;
        width: 15%; }
        .modal_game#modal-tundar .bg-tundar .game_play .ui .rt .life {
          width: 30%; }
      .modal_game#modal-tundar .bg-tundar .game_play .ui .ct {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        top: 1%; }
        .modal_game#modal-tundar .bg-tundar .game_play .ui .ct .time {
          width: 11%; }
          .modal_game#modal-tundar .bg-tundar .game_play .ui .ct .time .bg {
            position: relative;
            align-items: center;
            z-index: 1; }
            .modal_game#modal-tundar .bg-tundar .game_play .ui .ct .time .bg .text_ {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              .modal_game#modal-tundar .bg-tundar .game_play .ui .ct .time .bg .text_ h4 {
                margin: 0;
                color: #fce81e; }
    .modal_game#modal-tundar .bg-tundar .game_play .game {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .modal_game#modal-tundar .bg-tundar .game_play .game .fox {
        width: 10%;
        position: absolute;
        top: 40%;
        left: 40%;
        transform-origin: center center;
        z-index: 10; }
        .modal_game#modal-tundar .bg-tundar .game_play .game .fox.run {
          animation-name: run_ani;
          animation-duration: 0.5s;
          animation-iteration-count: infinite; }

@keyframes run_ani {
  0% {
    transform: rotate(-10deg); }
  25% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(10deg); }
  100% {
    transform: rotate(-10deg); } }
      .modal_game#modal-tundar .bg-tundar .game_play .game .box_fox_hide {
        width: 10%;
        height: 15%;
        position: absolute;
        pointer-events: all;
        z-index: 100; }
      .modal_game#modal-tundar .bg-tundar .game_play .game .victim {
        width: 3%;
        height: 5%;
        position: absolute;
        transition: 0.3s; }
      .modal_game#modal-tundar .bg-tundar .game_play .game .fox_killer {
        width: 13%;
        height: 16%;
        position: absolute;
        top: 40%;
        right: -15%; }
        .modal_game#modal-tundar .bg-tundar .game_play .game .fox_killer.run {
          animation-name: run_ani;
          animation-duration: 0.5s;
          animation-iteration-count: infinite; }

@keyframes run_ani {
  0% {
    transform: rotate(-10deg); }
  25% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(10deg); }
  100% {
    transform: rotate(-10deg); } }
      .modal_game#modal-tundar .bg-tundar .game_play .game .popup_end {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        z-index: 20;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal_game#modal-tundar .bg-tundar .game_play .game .popup_end .popup {
          width: 80%;
          position: relative; }
          .modal_game#modal-tundar .bg-tundar .game_play .game .popup_end .popup .content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content: center; }
            .modal_game#modal-tundar .bg-tundar .game_play .game .popup_end .popup .content .video {
              width: 60%; }
              .modal_game#modal-tundar .bg-tundar .game_play .game .popup_end .popup .content .video video {
                width: 100%; }
            .modal_game#modal-tundar .bg-tundar .game_play .game .popup_end .popup .content .btn {
              width: 15%; }
      .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        z-index: 20;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup {
          width: 70%;
          position: relative; }
          .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .btn_pass {
              width: 100%;
              position: absolute;
              bottom: 8%;
              display: flex;
              justify-content: center;
              cursor: pointer;
              transition: 0.3s; }
              .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .btn_pass:hover {
                transform: scale(1.1);
                transition: 0.3s; }
              .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .btn_pass img {
                width: 15%; }
            .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .btn_pass_no {
              width: 100%;
              position: absolute;
              bottom: 8%;
              display: flex;
              justify-content: center;
              cursor: pointer;
              transition: 0.3s; }
              .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .btn_pass_no:hover {
                transform: scale(1.1);
                transition: 0.3s; }
              .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .btn_pass_no img {
                width: 15%; }
            .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .life {
              width: 100%;
              position: absolute;
              top: 28%;
              display: flex;
              justify-content: center; }
              .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .life .list_ {
                display: flex;
                justify-content: center; }
                .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .life .list_ .life_list {
                  width: 20%;
                  margin: 0 10px; }
            .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .score {
              width: 100%;
              position: absolute;
              top: 45%;
              display: flex;
              justify-content: center; }
              .modal_game#modal-tundar .bg-tundar .game_play .game .popup_success .popup .content .score .text {
                color: #fff;
                font-size: 4rem;
                width: 25%;
                text-align: right; }
  .modal_game#modal-tundar .bg-tundar .how_to_play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    .modal_game#modal-tundar .bg-tundar .how_to_play .winter,
    .modal_game#modal-tundar .bg-tundar .how_to_play .summer {
      width: 80%;
      position: relative; }
      .modal_game#modal-tundar .bg-tundar .how_to_play .winter .two .btn,
      .modal_game#modal-tundar .bg-tundar .how_to_play .summer .two .btn {
        width: 12%;
        position: absolute;
        bottom: 8%;
        right: 5%; }
      .modal_game#modal-tundar .bg-tundar .how_to_play .winter .content,
      .modal_game#modal-tundar .bg-tundar .how_to_play .summer .content {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center; }
        .modal_game#modal-tundar .bg-tundar .how_to_play .winter .content .text,
        .modal_game#modal-tundar .bg-tundar .how_to_play .summer .content .text {
          width: 70%;
          position: absolute;
          bottom: 10%; }
        .modal_game#modal-tundar .bg-tundar .how_to_play .winter .content .btn,
        .modal_game#modal-tundar .bg-tundar .how_to_play .summer .content .btn {
          width: 15%;
          position: absolute;
          bottom: 5%;
          right: 5%; }
        .modal_game#modal-tundar .bg-tundar .how_to_play .winter .content .video,
        .modal_game#modal-tundar .bg-tundar .how_to_play .summer .content .video {
          width: 50%;
          position: absolute;
          top: 20%; }
          .modal_game#modal-tundar .bg-tundar .how_to_play .winter .content .video video,
          .modal_game#modal-tundar .bg-tundar .how_to_play .summer .content .video video {
            width: 100%; }

.modal_game#modal-plant_on_right_place .bg-plant_on_right_place {
  padding-top: 56.25%;
  position: relative; }

.modal_game#modal-plant_on_right_place .game_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.modal_game#modal-plant_on_right_place .home {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal_game#modal-plant_on_right_place .home .box_home {
    width: 40%;
    z-index: 2; }
  .modal_game#modal-plant_on_right_place .home .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .modal_game#modal-plant_on_right_place .home .bg_blur {
    position: absolute;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.modal_game#modal-plant_on_right_place .game_detail {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 2; }
  .modal_game#modal-plant_on_right_place .game_detail .bg {
    width: 100%;
    height: 100%;
    position: absolute; }
  .modal_game#modal-plant_on_right_place .game_detail .bg_blur {
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2); }
  .modal_game#modal-plant_on_right_place .game_detail .content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal_game#modal-plant_on_right_place .game_detail .content .book {
      width: 90%;
      position: relative; }
      .modal_game#modal-plant_on_right_place .game_detail .content .book .text_content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: flex; }
        .modal_game#modal-plant_on_right_place .game_detail .content .book .text_content .left {
          width: 50%;
          padding-right: 10%; }
        .modal_game#modal-plant_on_right_place .game_detail .content .book .text_content .right {
          width: 50%;
          padding: 0 5%;
          padding-top: 2.4%; }
        .modal_game#modal-plant_on_right_place .game_detail .content .book .text_content .btn_close {
          position: absolute;
          right: 0;
          top: 0;
          transition: 0.3s;
          width: 6%; }
          .modal_game#modal-plant_on_right_place .game_detail .content .book .text_content .btn_close:hover {
            transform: scale(1.2);
            transition: 0.3s;
            cursor: pointer; }

.modal_game#modal-plant_on_right_place .game_play {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden; }
  .modal_game#modal-plant_on_right_place .game_play .logo_game {
    width: 6%;
    position: absolute;
    top: 2%;
    left: 1%;
    z-index: 1; }
  .modal_game#modal-plant_on_right_place .game_play .bg {
    width: 100%;
    height: 100%;
    position: absolute; }
  .modal_game#modal-plant_on_right_place .game_play .box_area {
    width: 100%;
    height: 100%;
    position: absolute; }
    .modal_game#modal-plant_on_right_place .game_play .box_area .area_1 {
      width: 68%;
      position: absolute;
      bottom: -3%;
      right: 2%; }
      .modal_game#modal-plant_on_right_place .game_play .box_area .area_1 .box_drop {
        position: absolute;
        width: 8%;
        top: 16%;
        right: 72%;
        display: flex;
        flex-flow: column;
        align-items: center; }
        .modal_game#modal-plant_on_right_place .game_play .box_area .area_1 .box_drop img {
          transition: 0.3s; }
        .modal_game#modal-plant_on_right_place .game_play .box_area .area_1 .box_drop::before {
          width: 140%;
          text-align: center;
          content: "พื้นที่ชุ่มน้ำ";
          color: #fff;
          display: flex;
          justify-content: center; }
    .modal_game#modal-plant_on_right_place .game_play .box_area .area_2 {
      width: 20%;
      position: absolute;
      top: 43%;
      left: 12%; }
      .modal_game#modal-plant_on_right_place .game_play .box_area .area_2 .box_drop {
        position: absolute;
        width: 27%;
        top: -5%;
        right: 45%;
        display: flex;
        flex-flow: column;
        align-items: center; }
        .modal_game#modal-plant_on_right_place .game_play .box_area .area_2 .box_drop img {
          transition: 0.3s; }
        .modal_game#modal-plant_on_right_place .game_play .box_area .area_2 .box_drop::before {
          width: 140%;
          text-align: center;
          content: "บ่อประดิษฐ์";
          color: #fff;
          display: flex;
          justify-content: center; }
    .modal_game#modal-plant_on_right_place .game_play .box_area .area_3 {
      width: 15%;
      position: absolute;
      top: 31%;
      left: 5%; }
      .modal_game#modal-plant_on_right_place .game_play .box_area .area_3 img {
        transition: 0.3s; }
      .modal_game#modal-plant_on_right_place .game_play .box_area .area_3 .box_drop {
        position: absolute;
        width: 36%;
        top: -4%;
        right: 38%;
        display: flex;
        flex-flow: column;
        align-items: center; }
        .modal_game#modal-plant_on_right_place .game_play .box_area .area_3 .box_drop::before {
          width: 140%;
          text-align: center;
          content: "พื้นที่ป่าชายเลน";
          color: #fff;
          display: flex;
          justify-content: center; }
  .modal_game#modal-plant_on_right_place .game_play .box_list {
    position: absolute;
    right: 0;
    top: 10%;
    width: 26%; }
    .modal_game#modal-plant_on_right_place .game_play .box_list .all_list {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      padding-top: 18%; }
      .modal_game#modal-plant_on_right_place .game_play .box_list .all_list .item_row {
        display: flex;
        padding: 0 2rem;
        justify-content: space-between;
        margin-bottom: 6%; }
        .modal_game#modal-plant_on_right_place .game_play .box_list .all_list .item_row .item_no_active {
          pointer-events: none;
          opacity: 0.3; }
        .modal_game#modal-plant_on_right_place .game_play .box_list .all_list .item_row .item {
          width: 25%; }
          .modal_game#modal-plant_on_right_place .game_play .box_list .all_list .item_row .item .image {
            cursor: grab; }
          .modal_game#modal-plant_on_right_place .game_play .box_list .all_list .item_row .item .name {
            transform: scale(1.4); }

.modal_game .animate__delay-1_5s {
  animation-delay: 1.5s; }
