@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: normal;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Noto Sans TC", "sans-serif;", Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, li, ul, i {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  font-family: "Noto Sans TC", "sans-serif;", Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

p {
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

strong, th {
  font-weight: bold;
}

em {
  font-style: normal;
}

ul, li, img {
  border: 0 none;
  list-style-type: none;
}

img, input, select {
  vertical-align: middle;
} /*讓圖片跟文字垂直置中對齊*/
input[type=radio] {
  vertical-align: baseline;
}

input[type=checkbox] {
  vertical-align: middle;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type=button], input[type=submit], input[type=image], button {
  cursor: pointer;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
}

button {
  width: auto;
  overflow: visible;
}

img {
  max-width: 100%;
  height: auto;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* table */
table {
  border-spacing: 0px; /*cellspacing*/
  border: 0px none; /*border*/
}

table tr td, table tr th {
  padding: 0px; /*cellpadding*/
  border: 0px none; /*border*/
}

div, p, a, ul, li {
  zoom: 1;
}

table, th, td {
  zoom: 1;
}

.modal-header {
  border-bottom: 1px solid transparent;
}
.modal-header h5 {
  font-size: 1.5em;
}

.modal-footer {
  border-top: 1px solid transparent;
}

.modal-body h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

body {
  overflow-x: hidden;
}

.main-content {
  overflow: hidden;
}

.container {
  max-width: 1600px;
  width: 80%;
}
@media (max-width: 500px) {
  .container {
    width: 98%;
  }
}

.index_bg {
  background: #9dffad url("../imgaes/index-bg.jpg") top center no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
}

.logo {
  width: 10%;
  min-width: 180px;
}
@media (max-width: 500px) {
  .logo {
    width: 10%;
    min-width: 150px;
  }
}

.btn-star {
  width: 20%;
  min-width: 350px;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .btn-star {
    min-width: 250px;
  }
}
.btn-star:hover {
  transition: 0.3s;
  transform: scale(0.9);
}

.completed_bg {
  background: #9dffad url("../imgaes/completed-bg.png") top center no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
}
.completed_bg .completed-title {
  width: 70%;
  margin-top: 8%;
}
@media (max-width: 500px) {
  .completed_bg .completed-title {
    width: 100%;
  }
}

.page_bg {
  width: 100%;
  position: relative;
  min-height: 100vh;
  background: url("../imgaes/page_bg.jpg") top center no-repeat;
  background-size: cover;
  background-position: center center;
}
.page_bg.ill-dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 1960px;
  height: 40%;
  bottom: 20%;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../imgaes/bg-dot.png");
  background-size: contain;
  opacity: 0.5;
}

.question {
  width: 800px;
  position: relative;
  z-index: 5;
}
@media (max-width: 990px) {
  .question {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .question {
    width: 80%;
  }
}
@media (max-width: 990px) {
  .question {
    width: 100%;
  }
}
.question.w-900 {
  width: 900px;
}
@media (max-width: 1200px) {
  .question.w-900 {
    width: 80%;
  }
}
@media (max-width: 990px) {
  .question.w-900 {
    width: 100%;
  }
}
.question.w-1200 {
  width: 1200px;
}
@media (max-width: 1200px) {
  .question.w-1200 {
    width: 80%;
  }
}
@media (max-width: 990px) {
  .question.w-1200 {
    width: 100%;
  }
}
.question.w-1600 {
  width: 1600px;
}
@media (max-width: 1200px) {
  .question.w-1600 {
    width: 80%;
  }
}
@media (max-width: 990px) {
  .question.w-1600 {
    width: 100%;
  }
}
.question .q_num {
  display: block;
  width: 180px;
  margin-bottom: 40px;
  margin-left: -5px;
}
@media (max-width: 500px) {
  .question .q_num {
    margin-bottom: 20px;
  }
}
.question h1 {
  font-size: 2.2em;
  line-height: 1.5;
  color: #006000;
}
@media (max-width: 1400px) {
  .question h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 500px) {
  .question h1 {
    font-size: 1.5em;
  }
}
.question ul {
  margin-top: 50px;
}
@media (max-width: 500px) {
  .question ul {
    margin-top: 30px;
  }
}
.question ul li {
  font-size: 1.8em;
}
@media (max-width: 500px) {
  .question ul li {
    font-size: 1.3em;
  }
}
.question ul li a {
  display: inline-block;
  color: #58595b;
  margin-left: -15px;
  padding: 10px 15px 10px 50px;
  border-radius: 10px;
  transition: 0.2s;
}
@media (max-width: 500px) {
  .question ul li a {
    padding: 5px 15px 5px 50px;
  }
}
.question ul li a:hover {
  transition: 0.2s;
  font-weight: 600;
  color: #006000;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 500px) {
  .question ul li a:hover {
    font-weight: normal;
    background-color: transparent;
    color: #58595b;
  }
}
.question ul li a span {
  margin-left: -1.3em;
  margin-right: 10px;
}

.picture {
  position: relative;
  z-index: 1;
  padding: 2%;
}
.picture.ill {
  position: relative;
}
.picture.ill::before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 60vh;
  right: -20%;
  bottom: -20%;
  background: url("../imgaes/bg-ill.png") right bottom no-repeat;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 500px) {
  .picture.ill::before {
    width: 100%;
    bottom: 3%;
  }
}
.picture .zoom-sm {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .picture .zoom-sm {
    transform: scale(1);
  }
}
.picture .zoom {
  transform: scale(1.4);
}
@media (max-width: 1200px) {
  .picture .zoom {
    transform: scale(1);
  }
}
.picture .zoom-lg {
  transform: scale(1.8);
}
@media (max-width: 1200px) {
  .picture .zoom-lg {
    transform: scale(1);
  }
}

.wrong .modal-content {
  background-color: transparent;
  border: none;
  margin-top: -10%;
}
.wrong .modal-content img {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: auto;
}
.wrong .modal-content button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  margin: auto;
  margin-top: -150px;
  transition: 0.3s;
  width: 300px;
}
.wrong .modal-content button:hover {
  transition: 0.3s;
  transform: scale(0.9);
}
@media (max-width: 500px) {
  .wrong .modal-content button {
    margin-top: -80px;
    width: 250px;
  }
}

.correct .modal-content {
  background-color: transparent;
  border: none;
}
.correct .modal-content .correct-bg {
  width: 100%;
  max-width: 1200px;
  background: url("../imgaes/correct.png") 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  padding: 5% 0;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .correct .modal-content .correct-bg {
    background: url("../imgaes/correct.png") top 0 no-repeat;
  }
}
@media (max-width: 767px) {
  .correct .modal-content .correct-bg {
    padding: 10% 0;
  }
}
.correct .modal-content .correct-bg .correct-title {
  max-width: 350px;
  display: block;
  margin: 0 5%;
}
@media (max-width: 500px) {
  .correct .modal-content .correct-bg .correct-title {
    max-width: 50%;
  }
}
.correct .modal-content .correct-bg .ans {
  margin-top: -10%;
}
@media (max-width: 767px) {
  .correct .modal-content .correct-bg .ans {
    margin-top: 0%;
  }
}
@media (max-width: 500px) {
  .correct .modal-content .correct-bg .ans {
    max-width: 20%;
  }
}
.correct .modal-content .correct-bg h2 {
  text-align: center;
  font-size: 3em;
  margin-top: 20px;
  color: #00b140;
  padding: 15px;
}
@media (max-width: 500px) {
  .correct .modal-content .correct-bg h2 {
    margin-top: 5px;
    font-size: 1.8em;
  }
}
.correct .modal-content .correct-bg a {
  display: block;
  background-color: transparent;
  margin: auto;
  margin-top: 50px;
  transition: 0.3s;
  width: 350px;
}
@media (max-width: 500px) {
  .correct .modal-content .correct-bg a {
    margin-top: 10px;
    width: 300px;
  }
}
.correct .modal-content .correct-bg a:hover {
  transition: 0.3s;
  transform: scale(0.9);
}/*# sourceMappingURL=all.css.map */