@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto&family=Noto+Serif+TC:wght@400;500;600&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a, input, select {
  -webkit-tap-highlight-color: transparent;
}

a:focus, input:focus, select:focus {
  outline: 0;
}

a:active, a:hover, input:active, input:hover, select:active, select:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
  background-color: transparent;
  border: none;
}

button, select {
  text-transform: none;
}

select, input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

html,
body {
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-family: "Noto Sans TC";
  font-size: 100px;
  width: 100%;
}

body {
  background-image: url(../images/bg.png);
  background-size: contain;
}

body.show {
  background-size: cover;
}

#wrapper {
  overflow: hidden;
}

#wrapper #main {
  position: relative;
  font-size: 5.333vw;
  width: 100vw;
  margin: auto;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}

.section {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
  background-image: url(../images/bg.png);
  background-size: contain;
}

header {
  position: absolute;
  top: 0;
  padding: 0.7em 0.9em;
  z-index: 1;
}

header .logo {
  width: 3.724em;
}

.button {
  border-radius: 100px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.2) -5px -5px 6px 0px inset;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.2) -5px -5px 6px 0px inset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fed900), color-stop(12%, #f5b300), to(#fecd00));
  background-image: linear-gradient(to bottom, #fed900, #f5b300 12%, #fecd00);
  padding: 1.2087em 0;
  width: 63.974%;
  margin: auto;
  text-align: center;
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-size: 1em;
  color: #235612;
  font-weight: 500;
  border: solid 1px #f5b300;
}

.loading {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #125e2e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loading.hidden {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.loading .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading .container .dot {
  width: 1.1em;
  height: 1.1em;
  border-radius: 99999px;
  background-color: #fff;
  -webkit-animation-name: aniLoading;
          animation-name: aniLoading;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  margin: 0 0.25em;
}

.loading .container .dot:first-of-type {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading .container .dot:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.loading .container .dot:last-of-type {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 94, 46, 0.9);
  z-index: 999;
  display: none;
}

.popup .container {
  text-align: center;
  background-color: #ffffff;
  padding: 1.5em 1em 1em 1em;
  border-radius: 15px;
  width: 12em;
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.popup .container .error-alert {
  font-size: 0.92em;
  color: #235612;
}

.popup .container .error-alert::before {
  content: attr(data-alert);
  display: block;
}

.popup .container .button {
  margin-top: 1.5em;
  padding: 0.8em 0;
  width: 40%;
  font-size: 0.86em;
}

.section.kv {
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}

.section.kv .darkBg {
  position: absolute;
  top: -0.95em;
}

.section.kv .title {
  width: 16.999em;
  margin: auto;
  position: relative;
  z-index: 1;
}

.section.kv .box {
  position: relative;
}

.section.kv .box .rule {
  width: 16.1666em;
  margin: auto;
  margin-left: 0.8em;
  margin-top: 0.4em;
}

.section.kv .box .people {
  position: absolute;
  right: -36%;
  top: -20.5%;
  width: 12.9245em;
  z-index: 1;
}

.section.kv .box .ball {
  position: absolute;
  left: 0;
  bottom: -58%;
  width: 9.77em;
  -webkit-transform: rotateY(180deg) rotate(45deg);
          transform: rotateY(180deg) rotate(45deg);
  z-index: 2;
}

.section.kv .box.text {
  padding: 0 1em;
  margin-top: 3.86em;
}

.section.kv .box.text .darkBg {
  top: -66%;
  width: 100%;
  left: 0;
  height: 15.56em;
  -webkit-clip-path: polygon(0% 22%, 100% 0, 100% 81%, 0 100%);
          clip-path: polygon(0% 22%, 100% 0, 100% 81%, 0 100%);
  background-color: rgba(0, 0, 0, 0.25);
}

.section.kv .box.text .item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2em;
}

.section.kv .box.text .item p {
  color: #ffffff;
  font-size: 0.82em;
}

.section.kv .box.text .item .icon {
  width: 1.709em;
  margin-right: 0.5em;
}

.section.kv .box.videoBox {
  padding: 0 1em;
  margin-top: 1.25em;
  padding-bottom: 2em;
}

.section.kv .box.videoBox .subtitle {
  width: 12.4865em;
}

.section.kv .box.videoBox .content {
  width: 16.6485em;
  margin: auto;
  margin-top: 2em;
}

.section.kv .box.videoBox .content .video {
  width: 100%;
  display: block;
  position: relative;
  margin: auto;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  background-color: transparent;
  z-index: 1;
}

.section.kv .box.videoBox .content .video::after {
  content: "";
  display: block;
  width: 104%;
  height: 108%;
  background-image: linear-gradient(121deg, #d5b235 3%, #fced8e 38%, #c1a22e 76%, #fff6b9 102%);
  position: absolute;
  top: -3.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px;
  z-index: -1;
}

.section.kv .box.videoBox .content .video video {
  width: 100%;
}

.section.kv .box.videoBox .content .video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.section.kv .box.videoBox .product {
  position: absolute;
  width: 4.789em;
  top: -20%;
  right: 2.5%;
}

.section.kv .pic {
  width: 100%;
}

.section.kv .pic.darkTop {
  margin-top: -1em;
}

.section.kv .pic.darkBottom {
  margin-top: 0.2em;
}

.section.kv .button {
  width: 84.82%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section.kv .button.lock {
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #6b965d;
  background-color: #000000;
  opacity: 0.4;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section.topic {
  display: none;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.section.topic .block {
  position: relative;
  z-index: 1;
}

.section.topic .block .content {
  padding: 0 1.5em;
}

.section.topic .block .content .num {
  width: 100%;
  position: relative;
}

.section.topic .block .content .num .pic {
  width: 5.345em;
  margin: auto;
}

.section.topic .block .content .num .pic.tenth {
  width: 7em;
}

.section.topic .block .content .num::after {
  content: "";
  display: block;
  background-image: url("../images/ball.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -17%;
  top: -165%;
  width: 100%;
  height: 11.2em;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 2;
}

.section.topic .block .content .title {
  color: #ffffff;
  font-size: 0.96em;
  padding: 0 1.2em;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 1.4em;
}

.section.topic .block .content .title .line {
  position: relative;
  height: 1em;
  width: 8.5em;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  margin-right: 0.1em;
}

.section.topic .block .content .title .highlight {
  position: relative;
}

.section.topic .block .content .title .highlight::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4565em;
  background-color: #f5b300;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.section.topic .block .content .title .smTxt {
  color: #fed900;
  font-size: 0.66em;
  font-weight: 300;
}

.section.topic .block .content .item {
  margin-bottom: 0.45em;
}

.section.topic .block .content .item:last-child {
  margin-bottom: 0;
}

.section.topic .block .content .item input[type="radio"],
.section.topic .block .content .item input[type="checkbox"] {
  display: none;
}

.section.topic .block .content .item input[type="radio"] + label,
.section.topic .block .content .item input[type="checkbox"] + label {
  border: 2px solid #ffffff;
  border-radius: 15px;
  padding: 0.815em 1.8em;
  line-height: 1.6;
  background-color: rgba(35, 86, 18, 0.65);
  cursor: pointer;
  color: #ffffff;
  width: 81.655%;
  font-size: 0.76em;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.28);
  display: inline-block;
  position: relative;
}

.section.topic .block .content .item input[type="radio"] + label::after,
.section.topic .block .content .item input[type="checkbox"] + label::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section.topic .block .content .item input[type="radio"] + label.correct::after,
.section.topic .block .content .item input[type="checkbox"] + label.correct::after {
  background-image: url(../images/ic-correct.svg);
  width: 1.845em;
  height: 1.713em;
}

.section.topic .block .content .item input[type="radio"] + label.error::after,
.section.topic .block .content .item input[type="checkbox"] + label.error::after {
  background-image: url(../images/ic-wrong.svg);
  width: 1.73em;
  height: 1.73em;
}

.section.topic .block .content .item input[type="radio"] + label.tabCorrect::after,
.section.topic .block .content .item input[type="checkbox"] + label.tabCorrect::after {
  top: 65%;
}

.section.topic .block .content .item input[type="radio"]:checked + label,
.section.topic .block .content .item input[type="checkbox"]:checked + label {
  background-color: #ffffff;
  color: #235612;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border: none;
  padding: 0.93em 1.915em;
}

.section.topic .block .content .answer {
  border: 2px dashed #f5b300;
  padding: 1.185em 0.8em;
  border-radius: 10px;
  position: relative;
  margin-top: 2em;
  display: none;
}

.section.topic .block .content .answer.show {
  display: block;
}

.section.topic .block .content .answer span {
  background-color: #f5b300;
  color: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: -8%;
  right: 3%;
  padding: 0.291em 0.857em;
  font-size: 0.72em;
}

.section.topic .block .content .answer p {
  color: #ffffff;
  font-size: 0.78em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.section.topic .block .bottom {
  position: relative;
}

.section.topic .block .bottom .darkBg {
  position: absolute;
  bottom: -23%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.section.topic .block .bottom .darkBg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -172.3%;
  left: 0;
  width: 100%;
  height: 13.5em;
  background-color: rgba(0, 0, 0, 0.25);
}

.section.topic .block .bottom .button {
  margin-top: 1.4em;
  width: 53.74%;
}

.section.topic .block .bottom .button.next {
  display: none;
}

.section.topic .block .bottom .button.next.show {
  display: block;
}

.section.topic .block .bottom .button.send.hide {
  display: none;
  pointer-events: none;
}

.section.topic .block .bottom .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}

.section.topic .block .bottom .bar .dot {
  width: 0.3em;
  height: 0.88em;
  border-radius: 100px;
  background-color: #235612;
  margin-right: 0.9em;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.section.topic .block .bottom .bar .dot:last-child {
  margin-right: 0;
}

.section.topic .block .bottom .bar .dot.active {
  background-color: #fed900;
}

.section.topic .block[data-part="Q2"],
.section.topic .block[data-part="Q3"],
.section.topic .block[data-part="Q4"],
.section.topic .block[data-part="Q5"],
.section.topic .block[data-part="Q6"],
.section.topic .block[data-part="Q7"],
.section.topic .block[data-part="Q8"],
.section.topic .block[data-part="Q9"],
.section.topic .block[data-part="Q10"] {
  display: none;
}

.section.finish {
  display: none;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
}

.section.finish .darkBgTop {
  position: absolute;
  top: -4%;
}

.section.finish .scoreBox {
  position: relative;
}

.section.finish .scoreBox .pic {
  position: relative;
  z-index: 1;
  width: 14.1em;
  margin: auto;
  margin-left: 2.8em;
}

.section.finish .scoreBox .score {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 16%;
  width: 4.4em;
  z-index: 1;
}

.section.finish .scoreBox .score.ten {
  width: 5.2em;
  top: 27%;
}

.section.finish .scoreBox .ball {
  position: absolute;
  width: 10.1em;
  right: -16%;
  top: -22%;
  z-index: 1;
}

.section.finish .box {
  margin-top: -1em;
  display: none;
}

.section.finish .box h3 {
  color: #fed900;
  font-size: 1.36em;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.4em;
}

.section.finish .box p {
  text-align: center;
  font-size: 0.86em;
  font-weight: 600;
  color: #ffffff;
}

.section.finish .text {
  margin-top: 1em;
  padding: 0 1.5em;
}

.section.finish .text h3 {
  color: #235612;
  font-size: 0.78em;
  margin-bottom: 0.65em;
  text-align: center;
  background-color: #ffffff;
  padding: 0.68em 0;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.section.finish .text p {
  color: #ffffff;
  font-size: 0.7em;
  line-height: 1.6;
}

.section.finish .bottom {
  position: relative;
  margin-top: 1.2em;
}

.section.finish .bottom .button {
  width: 78.04%;
  display: none;
  position: relative;
  z-index: 1;
}

.section.finish .bottom .darkBgBtm {
  position: absolute;
  bottom: -130%;
}

.section.finish .bottom .darkBgBtm::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -171.8%;
  left: 0;
  width: 100%;
  height: 13.5em;
  background-color: rgba(0, 0, 0, 0.25);
}
/*# sourceMappingURL=main.css.map */