@charset "UTF-8";
html {
  background: #040a28 center;
  background-size: 1920px;
  min-height: 100vh;
  color: #fff;
  font: 400 60px/1.5 "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}

#header::after {
  background: rgba(6, 30, 156, 0.8);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  max-width: 100vw;
}

#main {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  background: url("../_img/new2020/bg-top.jpg?v=3") top no-repeat, url("../_img/new2020/bg-center.jpg") center repeat;
  background-size: 1920px auto, 73px auto;
  background-position: top;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}

/*=====================*/
/* TOP SOCIAL-LINK BAR */
/*===================*/
/* MAIN PAGE CONTENT */
.dl-btn-container {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  max-width: 1000px;
  padding-top: 18.5em;
  padding-bottom: 1px;
}

.dl-btn, .play-btn, .station-btn {
  display: block;
  position: absolute;
  bottom: 0;
  width: 7.85em;
  padding-top: 3.55em;
  border-radius: 1.35em;
  -webkit-transition: -webkit-filter .3s .2s;
  transition: -webkit-filter .3s .2s;
  transition: filter .3s .2s;
  transition: filter .3s .2s, -webkit-filter .3s .2s;
}

.dl-btn:hover, .dl-btn:focus, .dl-btn:active, .play-btn:hover, .play-btn:focus, .play-btn:active, .station-btn:hover, .station-btn:focus, .station-btn:active {
  background-position: bottom;
}

.dl-btn {
  -webkit-transform-origin: 85% 0%;
          transform-origin: 85% 0%;
  position: absolute;
  left: 2.5%;
  background: url("../_img/new2020/btn-download.png?v=20230223") top no-repeat;
  background-size: cover;
}

.play-btn {
  -webkit-transform-origin: 15% 0%;
          transform-origin: 15% 0%;
  position: absolute;
  right: 2.25%;
  background: url("../_img/new2020/btn-play.png?v=20230223") top no-repeat;
  background-size: cover;
}

.content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.content img {
  display: block;
  width: 1000px;
  max-width: 100%;
}

.winner-btn {
  display: block;
  margin: 0 auto;
  background: url("../_img/new2020/winner-btn.png") top no-repeat;
  background-size: cover;
  width: 435px;
  height: 174px;
}

.winner-btn:hover, .winner-btn:focus, .winner-btn:active {
  background-position: bottom;
}

.s2 {
  margin: -.5em auto .25em;
}

.rules {
  position: relative;
  z-index: 2;
}

.rules::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #040a28;
  width: 200vw;
}

.content-padding {
  max-width: 976px;
  margin: 0 auto;
  height: 1250px;
  position: relative;
}

.content-padding a {
  font-size: .5em;
  position: absolute;
  bottom: 3.65em;
  right: .5em;
  width: 11em;
  height: 2em;
  cursor: pointer;
}

.sr-only {
  position: fixed;
  top: -9in;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@-webkit-keyframes flash {
  0% {
    background-position: top;
  }
  50% {
    background-position: center;
  }
}
@keyframes flash {
  0% {
    background-position: top;
  }
  50% {
    background-position: center;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 6vw;
    background-size: 192vw;
  }
  #main {
    background-size: 192vw auto, 7.3vw auto;
    background-position: top;
  }
  .content-padding {
    height: 125vw;
  }
  #carousel {
    top: 59vw;
    width: 40vw;
    height: 35vw;
  }
}

@media (max-width: 666px) {
  #main {
    background-image: url("../_img/new2020/bg-topm.jpg?v=02"), url("../_img/new2020/bg-center.jpg");
    background-size: 100vw auto, 7.3vw auto;
  }
  .dl-btn-container {
    padding-top: 21.35em;
  }
}

/*=======================*/
/* QR-CODE POP-UP WINDOW */
#QRcodeImg {
  position: relative;
  top: 167px;
  left: 290px;
  width: 100px;
}

#qrcodeArea {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
  max-width: 600px;
  min-width: 460px;
  background: url("../_img/new2020/qrcodeAreaBG.png") center center no-repeat;
  background: #fcffd7;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0.2em 0.05em rgba(55, 0, 88, 0.5);
          box-shadow: 0 0 0.2em 0.05em rgba(55, 0, 88, 0.5);
  display: none;
  z-index: 9;
  -webkit-animation: popup .5s;
          animation: popup .5s;
}

.qrcodeImg {
  margin: .5em 0 .25em;
}

.qrcodeImg img {
  width: 200px;
  height: 200px;
  border: 0;
  display: block;
  margin: 0 auto;
}

.qrcodeText {
  display: block;
  font-size: 20px;
  color: #281400;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: .25em 0 .5em;
  border-bottom: 2px dotted #98a411;
}

.qrcodeDownloadBtn {
  margin: .05em 0 .35em;
}

.qrcodeDownloadBtn a {
  width: 408px;
  height: 108px;
  margin: 0 auto;
  display: block;
  border: 0;
  background: url("../_img/new2020/qrdl-btn.png") top no-repeat;
  background-size: cover;
  cursor: pointer;
}

.qrcodeDownloadBtn a:hover {
  background-position: bottom;
}

.closeBtn {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: url("../_img/new2020/closeBtn.png") top left no-repeat;
  background: #e00;
  border-radius: 50%;
  cursor: pointer;
}

.closeBtn:hover {
  background: #f00;
  -webkit-box-shadow: 0 0 0.1em rgba(55, 0, 88, 0.5);
          box-shadow: 0 0 0.1em rgba(55, 0, 88, 0.5);
}

.closeBtn::before, .closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 12.5%;
  background: #fff;
  top: 50%;
  left: 50%;
}

.closeBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.closeBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 2;
  zoom: 1;
  opacity: 1;
  -webkit-animation: fadein .5s;
          animation: fadein .5s;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*彈跳教學*/
#teach {
  position: fixed;
  z-index: 2000;
  padding: 4%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
}

#teach > img {
  width: 100%;
}

#closeTeach {
  border: 3px solid #fff;
  border-radius: 90px;
  height: 30px;
  width: 30px;
  background-color: black;
  position: absolute;
  right: 2%;
  top: 2%;
}

#closeTeach > div {
  color: #fff;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  font-family: monospace;
  font-weight: bold;
}

.teachGroup {
  display: none;
}
/*# sourceMappingURL=main.css.map */