@charset "UTF-8";
.notes {
  padding: 10px 15px;
}

.notes p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2%;
}

.mt-2 {
  margin-top: 2%;
}

.mobonly {
  display: block;
}

.wave {
  position: absolute;
  margin: 0 auto;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

.wave:before {
  content: "";
  width: 100vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../../assets/image/wave.png);
  background-size: 1000px;
  position: absolute;
  z-index: 0;
  height: 150px;
  -webkit-animation: move_wave 5s linear infinite;
          animation: move_wave 5s linear infinite;
}

.mcenter {
  float: none;
  margin: 0 auto;
}

.mcenter .select {
  padding: 13px 25px 8px 25px !important;
}

@-webkit-keyframes move_wave {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-position-x: 0px;
  }
}

@keyframes move_wave {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-position-x: 0px;
  }
}

.smokarea {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  left: 0;
}

.smokarea .leftsmoke, .smokarea .rightsmoke, .smokarea .downsmoke {
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.smokarea .leftsmoke {
  left: 0%;
  z-index: 1;
  top: 0%;
}

.smokarea .rightsmoke {
  right: 0;
  z-index: 1;
}

.toplogo {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 12px 0 2px 40px;
}

.toplogo img {
  max-width: 150px;
}

.indexpage {
  height: auto;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.indexpage .toparea {
  padding: 10vh 0vw 0px 0vw;
}

.indexpage .toparea .top-sm {
  padding: 0px 28% 0px 28%;
}

.indexpage .toparea .hrline {
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,555555+50,000000+100 */
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #555555), to(#000000));
  background: linear-gradient(to right, #000000 0%, #555555 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
  margin: 0 0 10px 0;
}

.indexpage .logo {
  margin: 0 0 10px 0;
}

.indexpage .logo img {
  max-width: 245px;
}

.indexpage .alllocation {
  height: 100vh;
}

.indexpage .openmap {
  position: relative;
  margin: 0% auto 0 auto;
  z-index: 3;
  width: 60%;
}

.indexpage .openmap .popup {
  padding: 0px 0%;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  width: 100%;
}

.indexpage .openmap p {
  font-size: 1.2rem;
  letter-spacing: 0px;
  -webkit-transform: translate(0%, -115%);
          transform: translate(0%, -115%);
}

.indexpage .mainview {
  width: 95%;
  margin: 0 auto;
  max-width: 700px;
  z-index: 3;
  position: relative;
}

.indexpage .q-title img {
  width: 100%;
  max-width: 245px;
}

.topindex .smokarea {
  position: fixed;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}

.topindex .smokarea .leftsmoke, .topindex .smokarea .rightsmoke, .topindex .smokarea .downsmoke, .topindex .smokarea .downroad {
  position: absolute;
  z-index: 1;
}

.topindex .smokarea .downsmoke {
  bottom: -15px;
}

.topindex .smokarea .leftsmoke {
  left: 0%;
  top: 0%;
}

.topindex .smokarea .rightsmoke {
  right: 0;
}

.topindex .smokarea .downroad {
  bottom: 0;
}

.qusetiontime .smokarea {
  z-index: -1;
  height: 100%;
  overflow: hidden;
}

.qusetiontime .smokarea .leftsmoke, .qusetiontime .smokarea .rightsmoke, .qusetiontime .smokarea .downsmoke, .qusetiontime .smokarea .downroad {
  position: absolute;
  z-index: 1;
}

.qusetiontime .smokarea .downsmoke {
  bottom: -15px;
}

.qusetiontime .smokarea .leftsmoke {
  left: 0%;
  top: 0%;
}

.qusetiontime .smokarea .rightsmoke {
  right: 0;
}

.qusetiontime .smokarea .downroad {
  bottom: 0;
}

.qusetiontime .q-title img {
  width: 100%;
  max-width: 245px;
}

/*.specificimg{

    position: absolute;
    bottom: -25vh;
    left:0;
    z-index: -1;
    width: 100%;

    //img{
    //  transform: translate(0%, -20%);
    //  transform: scale(2.5);
    //  position: relative;
    //}
  
}*/
.btnarea {
  position: relative;
}

.board {
  width: 100%;
  /*background: aqua;*/
  height: 50px;
  margin: 0% auto;
  max-width: 600px;
  z-index: 2;
  position: relative;
}

.board .myhead {
  position: relative;
  margin: 0 auto 30px auto;
  z-index: 2;
  /*top: 0%;
      left: 50%;
      width: 70%;
      transform: translate(-50%, -50%);*/
}

.board .que-topic {
  padding: 4.5% 0;
  color: #fff;
  border-radius: 40px 40px 0 0;
  font-size: 1.2rem;
}

.board .que-ansarea {
  padding: 25px 0px;
  border-radius: 0px 0px 40px 40px;
  font-size: 1.2rem;
}

.board .que-word {
  width: 85%;
  margin: 0 auto;
}

.board .que-word p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #e7d8b1;
  font-size: 1rem;
}

.board .que-ans {
  width: 85%;
  margin: 0 auto;
}

.board .que-ans .select {
  padding: 18px 10px;
  text-align: center;
  color: #000;
  margin: 0 0 8% 0;
  letter-spacing: 0px;
  font-size: 1rem;
  z-index: 1;
  position: relative;
  font-weight: bold;
}

.board .que-ans .select:before {
  content: "";
  position: absolute;
  width: 98%;
  border: 2px solid #000;
  z-index: 2;
  left: 1%;
  top: 5%;
  height: 90%;
}

.board .que-ans .select:hover:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#beae79), to(#c4a76f));
  background: linear-gradient(to top, #beae79, #c4a76f);
}

.board .que-ans .select:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e7d8b1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #333333;
}

.board .pages {
  color: #fff;
  margin: 5% auto 5% auto;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  padding: 0 15px;
  width: 80px;
  text-align: center;
}

.score {
  width: 95%;
  /*background: aqua;*/
  height: 50px;
  margin: 1% auto;
  max-width: 800px;
  /*.score-topic{//問題區塊
      
     
    }*/
  /*.xbg{
      position: absolute;
      width: 100%;
      height:auto;
      max-width: 1000px;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
    }*/
}

.score .specific {
  position: relative;
  z-index: 5;
}

.score .score-top, .score .score-down {
  width: 100%;
  margin: 2% auto 4% auto;
  padding: 3px 0px 3px 0;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.score .score-down {
  font-size: 1rem;
  color: #aaa;
}

.score .score-content {
  color: #fff;
  border-radius: 20px;
  margin: 1% 0 1% 0;
}

.score .score-content p {
  color: #fff;
  letter-spacing: 0;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 5px 0;
}

.score .score-content p.familiar {
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 1px;
  font-style: italic;
  text-shadow: 0px 0px 8px #1bb5e8;
}

.score .score-content #c-word {
  text-align: left;
}

.score .score-content .leftside {
  padding: 0 0px 0 0;
}

.score .score-content .rightside {
  padding: 0 0px 0 10px;
}

.score .score-content .types {
  margin: 0 0 0px 0;
}

.score .score-content .types p:first-child {
  margin: 0 0 5px 0;
}

.score .score-content .endword {
  color: #e7d8b1;
  padding: 5px 0;
  font-size: 1.2rem;
  border-radius: 50px;
  width: 90%;
  margin: 0 auto 1% auto;
  letter-spacing: 5px;
}

.score .score-content .shoesarea p {
  font-size: 0.9rem;
}

.score .score-content .shoesarea p:last-child {
  margin: 6% 0 0 0;
}

.score .links {
  padding: 0 10px;
}

.score .select {
  text-align: center;
  color: #111;
  letter-spacing: 0px;
  font-size: 1.1rem;
  /*&:hover{
        color: #fff;
        margin: -10px 0 3% 0;
      }
      &.nomove{
        margin: 0px 0 3% 0;
      }*/
}

#knowmore {
  max-width: 620px;
  padding: 0px 0px;
  margin: 0 auto;
}

.knowbtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*.xbgbefore{
    &:before{
      content:"";
      width: 100%;
      height: 100%;
      background: url(../../../assets/image/x-bg.png) no-repeat center 0%;
      position: absolute;
      top:0;
      left:0;

    }
  }*/
.video {
  width: 100%;
  height: 300px;
}

.picarea {
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px #000;
          box-shadow: 0px 0px 5px #000;
  padding: 3% 0;
}

.step {
  color: #ffc000;
  margin: 10px 0 0 0;
}

.stepword {
  color: #fff;
  margin: 15px 0 0 0;
}

.saves {
  padding: 5% 4%;
}

.copylink {
  color: #fff;
}

.copylink:hover {
  color: #fff;
}

.btnarea {
  position: relative;
  z-index: 5;
  width: 100%;
  left: 0;
  bottom: 0px;
}

.btnarea .score {
  margin: 0% auto;
  max-width: 430px;
  height: unset;
}

.resultpage:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: url(../../../assets/image/mbbg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.resultpage .smokarea {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: -1;
  height: 100vh;
  overflow: hidden;
}

.resultpage .smokarea .leftsmoke, .resultpage .smokarea .rightsmoke, .resultpage .smokarea .downsmoke, .resultpage .smokarea .downroad, .resultpage .smokarea .downsmokesmo {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.resultpage .smokarea .downsmoke {
  top: 0px;
}

.resultpage .smokarea .downsmokesmo {
  bottom: 0px;
}

.resultpage .smokarea .leftsmoke {
  left: 0%;
  z-index: 1;
}

.resultpage .smokarea .rightsmoke {
  right: 0;
  z-index: 1;
  bottom: -5px;
}

.resultpage .smokarea .downroad {
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .toplogo img {
    max-width: 195px;
  }
  .notes {
    padding: 10px 0px;
    margin: 0 auto;
  }
  .notes p {
    font-size: 12px;
  }
  .indexpage {
    height: 88vh;
    max-width: 570px;
  }
  .indexpage .toparea {
    padding: 80px 0px 0px 0;
  }
  .indexpage .toparea.top-sm {
    padding: 20px 33% 0px 33%;
  }
  .indexpage .openmap {
    width: 55%;
    max-width: 350px;
    /*@-webkit-keyframes pulse{
        0%{-webkit-box-shadow:0 0 0 0 rgba(45,69,113,.5)}
        50%{-webkit-box-shadow:0 0 0 10px rgba(45,69,113,.4)}
        70%{-webkit-box-shadow:0 0 0 15px rgba(45,69,113,0)}
        100%{-webkit-box-shadow:0 0 0 15px rgba(45,69,113,0)}}
      
      @keyframes pulse{
        0%{-moz-box-shadow:0 0 0 0 rgba(45,69,113,.5);box-shadow:0 0 0 0 rgba(45,69,113,.7)}
        50%{-moz-box-shadow:0 0 0 5px rgba(45,69,113,.4);box-shadow:0 0 0 5px rgba(45,69,113,.4)}
        70%{-moz-box-shadow:0 0 0 10px rgba(45,69,113,0);box-shadow:0 0 0 10px rgba(45,69,113,0)}
        100%{-moz-box-shadow:0 0 0 10px rgba(45,69,113,0);box-shadow:0 0 0 10px rgba(45,69,113,0)}}*/
  }
  .indexpage .openmap p {
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-transform: translate(0%, -190%);
            transform: translate(0%, -190%);
  }
  .indexpage .logo {
    margin: 0 0 10px 0;
  }
  .indexpage .logo img {
    max-width: 300px;
  }
  .qusetiontime .smokarea {
    position: absolute;
  }
  .qusetiontime .q-title img {
    width: 100%;
    max-width: 340px;
  }
  /*.specificimg{
  img{
   // max-width: 100%;
    //transform: translate(0%,10%);
   //transform: scale(1);
  }

}*/
  /*.btnarea{
  position: relative;
    z-index: 5;
    width: 100%;
    left: 0;
    bottom: 0px;
    .score{
      margin: 0% auto;
      max-width: 480px;
      height: unset;
    }
}*/
  /*.wave {
    &:before{
       content:"";
       width: 50vw;
     }
    //animation: move_wave 5s linear infinite;
   }*/
  .score .score-content p {
    font-size: 1.1rem;
  }
  .score .score-content .shoesarea p {
    font-size: 1.12rem;
  }
  .score .score-content .endword {
    width: 80%;
  }
  .board .que-ans {
    width: 70%;
  }
  .board .que-ans .select {
    font-size: 1.28rem;
  }
  .board .que-word {
    width: 80%;
  }
  .board .que-word p {
    font-size: 1.3rem;
  }
  .video {
    width: 100%;
    height: 500px;
  }
}

@media screen and (min-width: 1000px) {
  .mobonly {
    display: none;
  }
  .webonly {
    display: block;
  }
  .indexpage {
    max-width: 1000px;
  }
  .indexpage .q-title img {
    width: 100%;
    max-width: 340px;
  }
  .resultpage .smokarea .downsmoke {
    background: url(../../../assets/image/smoke.png) center center;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .resultpage .smokarea .downsmokesmo {
    bottom: 0px;
    background: url(../../../assets/image/smoke_down.jpg) center center;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}

@media (min-width: 2000px) {
  .indexpage .mainview {
    max-width: unset;
  }
  .smokarea {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 100vh;
    overflow: hidden;
    max-width: 1920px;
  }
}
/*# sourceMappingURL=page.css.map */