@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap");
a {
  text-decoration: none;
}

ul, li, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-size: 1em;
  font-family: "Noto Sans TC" ,"Arial", sans-serif;
  background-color: #ffe100;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

#gotop {
  display: none;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 50px;
  border-radius: 100%;
  padding: 10px 15px;
  line-height: 1.2;
  font-size: 18px;
  background: rgba(255, 79, 79, 0.7);
  border: 1px;
  color: white;
  cursor: pointer;
  z-index: 99;
  -webkit-animation: gotopbackchange 6s linear infinite;
          animation: gotopbackchange 6s linear infinite;
}

@media screen and (max-width: 550px) {
  #gotop #gotop {
    right: 20px;
    bottom: 70px;
    padding: 11px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 880px) and (min-width: 551px) {
  #gotop #gotop {
    right: 20px;
    bottom: 70px;
    padding: 10px 15px;
    font-size: 18px;
  }
}

@-webkit-keyframes gotopbackchange {
  0% {
    background-color: rgba(255, 79, 79, 0.7);
  }
  20% {
    background-color: rgba(255, 209, 79, 0.7);
  }
  40% {
    background-color: rgba(79, 255, 117, 0.7);
  }
  60% {
    background-color: rgba(79, 214, 255, 0.7);
  }
  80% {
    background-color: rgba(231, 184, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 79, 79, 0.7);
  }
}

@keyframes gotopbackchange {
  0% {
    background-color: rgba(255, 79, 79, 0.7);
  }
  20% {
    background-color: rgba(255, 209, 79, 0.7);
  }
  40% {
    background-color: rgba(79, 255, 117, 0.7);
  }
  60% {
    background-color: rgba(79, 214, 255, 0.7);
  }
  80% {
    background-color: rgba(231, 184, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 79, 79, 0.7);
  }
}



.rellax {
  padding: 10vh 0;
  position: absolute;
  width: 100%;
  min-height: 9500px;
}

@media all and (max-width: 767px) {
  .rellax {
    min-height: 10000px;
  }
}

body {
  background: url("../img/top_a.gif"), url("../img/top_b.gif"), #ffe100;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top, right bottom, center;
}

@media all and (max-width: 767px) {
  body {
    background: #ffe100;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  body {
    background: #ffe100;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  body {
    background: url("../img/top_a.gif"), #ffe100;
    background-repeat: repeat-y;
  }
}

header {
  padding: 5vh 0;
  margin: 0 auto;
  text-align: center;
  background: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
}

header .imgs {
  text-align: center;
}

header > h2 {
  text-align: center;
  margin: 2vh 0 1vh 0;
  color: #fff;
}

header > h2 strong {
  font-size: 2em;
}

@media all and (max-width: 767px) {
  header {
    background-size: cover;
    background-attachment: local;
    background-position: center;
    padding: 3vh 0 0 0;
    background-size: cover;
  }
  header > h2 {
    margin: 3vh auto 0vh;
  }
  header > h2 strong {
    font-size: 16px;
    font-weight: normal;
  }
  header .imgs {
    padding: 0vh 0;
  }
  header img {
    width: 95%;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  header {
    padding: 3vh 0;
  }
  header img {
    width: 90%;
  }
  header > h2 {
    margin: 5vh auto 1vh;
  }
  header > h2 strong {
    font-size: 30px;
    font-weight: normal;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  header > h2 {
    margin: 2vh auto 1vh;
  }
  header > h2 strong {
    font-size: 30px;
  }
  header img {
    width: 85%;
  }
}

.video {
  width: 70vw;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video h2 {
  width: 100%;
  text-align: center;
}

.video .v_img {
  width: 32%;
  height: auto;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .video {
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video .v_img {
    width: 80vw;
    height: 32vh;
    margin: 1vh auto;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  .video {
    width: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .video .v_img {
    margin: 1vh 0;
  }
}

#debut {
  position: relative;
  z-index: 5;
  width: 75vw;
  margin: 3vh auto;
  padding: 0.5vh 0.5vw 0.5vh 0.5vw;
}

#debut h2 {
  text-align: center;
  color: #fff;
  font-size: 3em;
}

#debut .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2vh auto;
}

#debut .contents .box {
  margin: 0 0.5vw;
  text-align: center;
}

#debut .contents .box h3 {
  width: 14vw;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

#debut .contents .box h3 span {
  font-size: 1.5em;
  font-weight: 600;
}

#debut .contents .box a {
  width: 14vw;
  display: block;
  letter-spacing: 1.5px;
  padding: 1vh 5px;
  margin: 1vh auto;
  font-size: 1.5em;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff6400), color-stop(50%, transparent));
  background: linear-gradient(to right, #ff6400 50%, transparent 50%);
  background-size: 200%;
  background-position: right;
  background-color: #ffe100;
  font-weight: 600;
  color: #e60012;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#debut .contents .box a span {
  font-size: 1.2em;
}

#debut .contents .box a:hover {
  background-position: left;
  color: #fff;
}

@media all and (max-width: 767px) {
  #debut {
    width: 90%;
    padding: 5px;
    margin: 0vh auto;
  }
  #debut h2 {
    font-size: 20px;
  }
  #debut .contents {
    margin: 0vh auto;
  }
  #debut .contents .box {
    width: 100%;
    margin: 5px auto;
  }
  #debut .contents .box > h3 {
    width: 100%;
    font-size: 16px;
  }
  #debut .contents .box > h3 span {
    font-size: 16px;
    font-weight: normal;
  }
  #debut .contents .box > h3 strong {
    font-size: 18px;
  }
  #debut .contents .box a {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
    margin: 5px auto;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #debut {
    width: 95%;
  }
  #debut h2 {
    font-size: 25px;
  }
  #debut .contents {
    margin: 0vh auto;
  }
  #debut .contents .box {
    width: 23%;
    margin: 5px auto;
  }
  #debut .contents .box > h3 {
    width: 100%;
    font-size: 0.8em;
  }
  #debut .contents .box > h3 span {
    font-weight: normal;
  }
  #debut .contents .box > h3 strong {
    font-size: 22px;
  }
  #debut .contents .box a {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    padding: 5px;
    margin: 5px auto;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #debut {
    width: 80%;
  }
  #debut .contents {
    margin: 0vh auto;
  }
  #debut .contents .box {
    width: 23%;
    margin: 5px auto;
  }
  #debut .contents .box > h3 {
    width: 100%;
    font-size: 20px;
  }
  #debut .contents .box > h3 span {
    font-size: 20px;
    font-weight: normal;
  }
  #debut .contents .box > h3 strong {
    font-size: 20px;
  }
  #debut .contents .box a {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
    margin: 5px auto;
  }
}



#offers {
  width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 5vh auto;
}

#offers h2 {
  width: 100%;
}

#offers .offer_content {
  width: 46%;
  margin: 0 1vw;
}

#offers .offer_content .offer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5vh 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#offers .offer_content .offer_item img {
  width: 60px;
  margin: 0 1vw;
}

#offers .offer_content .offer_item p {
  font-size: 1.5em;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #036eb7;
  text-align: left;
}

#offers .offer_content .offer_item p strong {
  font-size: 1.5em;
  font-weight: 600;
  color: red;
}

#offers .offer_content .offer_item p span {
  font-size: 0.8em;
  color: #fff;
  background: red;
  padding: 2px 5px;
  border-radius: 25px;
  margin: 0 5px;
}

@media all and (max-width: 767px) {
  #offers {
    width: 100%;
  }
  #offers .offer_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fdd000;
    width: 100%;
    max-width: 530px;
  }
  #offers .offer_content > p {
    text-align: center;
    font-size: 90%;
    font-weight: 300;
  }
  #offers .offer_content .offer_item {
    margin: 0;
    padding: 2vh 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #offers .offer_content .offer_item img {
    width: 40px;
  }
  #offers .offer_content .offer_item p {
    letter-spacing: 1px;
    font-size: 16px;
  }
  #offers .offer_content .offer_item p strong {
    font-size: 18px;
  }
  #offers .offer_content .offer_item p span {
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #offers {
    width: 90%;
  }
  #offers .offer_content .offer_item p {
    letter-spacing: 1px;
    font-size: 20px;
  }
  #offers .offer_content .offer_item p strong {
    font-size: 24px;
  }
  #offers .offer_content .offer_item p span {
    font-size: 20px;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #offers {
    width: 90%;
  }
}

#best_list {
  width: 70vw;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  text-align: center;
}

#best_list .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#best_list .area .box {
  width: 48%;
  margin: 2vh 0vw;
  padding: 15px 30px;
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 0px #e1ad38;
  box-shadow: 5px 5px 0px #e1ad38;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#best_list .area .box > p {
  font-size: 1.2em;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: normal;
  color: #585858;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 1vh 0;
}

#best_list .area .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#best_list .area .box .title img {
  width: 120px;
}

#best_list .area .box .title .title_content {
  text-align: left;
  margin: 0 10px;
}

#best_list .area .box .title .title_content > h3 {
  font-size: 1.5em;
  color: #1d2088;
  font-weight: 600;
}

#best_list .area .box .title .title_content > h3 span {
  font-size: 0.8em;
  padding: 0 5px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 50px;
}

#best_list .area .box .title .title_content > h5 {
  font-size: 1.2em;
  color: #ff0000;
}

#best_list .area .box:hover {
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  -webkit-box-shadow: 8px 8px 0px #c0a14b;
  box-shadow: 8px 8px 0px #c0a14b;
}

@media all and (max-width: 767px) {
  #best_list {
    width: 90%;
  }
  #best_list .area .box {
    width: 100%;
    padding: 10px 20px;
    margin: 1vh 0vw;
  }
  #best_list .area .box > p {
    font-size: 14px;
    letter-spacing: 0px;
  }
  #best_list .area .box .title > img {
    width: 80px;
  }
  #best_list .area .box .title .title_content > h3 {
    font-size: 16px;
    font-weight: normal;
  }
  #best_list .area .box .title .title_content > h5 {
    font-size: 16px;
    font-weight: normal;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #best_list {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #best_list .area .box {
    width: 100%;
  }
  #best_list .area .box > p {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .title_content > h3 {
    font-size: 16px;
    font-weight: normal;
  }
  .title_content > h5 {
    font-size: 16px;
    font-weight: normal;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #best_list {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #best_list .area .box > p {
    font-size: 16px;
  }
  .title_content > h3 {
    font-size: 18px;
    font-weight: normal;
  }
  .title_content > h5 {
    font-size: 18px;
    font-weight: normal;
  }
}

#subject {
  text-align: center;
  background-position: center top;
  background-size: 90%;
  background-attachment: stinky;
  background-repeat: no-repeat;
  margin: 10vh 0;
}

#subject img {
  width: 40vw;
}

#subject .area {
  margin: -8vh 3vw 5vh 3vw;
  padding: 1vh 1vw;
  border-radius: 15px;
}

#subject .area > h3 {
  color: #00a0e9;
  font-size: 2em;
  padding-top: 7vh;
}

#subject .area > h4 {
  font-size: 2em;
  color: #ff0606;
  font-weight: 600;
  line-height: 3;
}

#subject .area > h3 span {
  padding: 0.5vh 1vw;
  background-color: #00a0e9;
  color: white;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#subject .area > h3 span strong {
  color: #fdd900;
  font-weight: 400;
}

#subject .area .test {
  margin: 5vh auto;
  width: 95vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#subject .area .test .box {
  width: 10vw;
  height: 35vh;
  font-size: 1.5em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#subject .area .test .box span {
  margin: 0 auto;
  background-color: #ff6500;
  padding: 0.5vh 1.5vw;
  border-radius: 15px;
}

#subject .area .test .box i {
  margin: 0 auto;
  color: #00a0e9;
}

#subject .area .test .box:nth-child(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#subject .area .test .box:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#subject .area .test .line {
  position: absolute;
  top: 50%;
  background-color: #c87503;
  width: 60%;
  height: 5px;
  border-radius: 100%;
}

#subject .area .testtwo {
  margin: 5vh auto;
  width: 95vw;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#subject .area .testtwo .box {
  width: 80vw;
  margin: 0 auto;
  font-size: 1.5em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#subject .area .testtwo .box span {
  padding: 0.5vh 2vw;
  background-color: #ff6500;
  border-radius: 15px;
}

#subject .area .testtwo .box i {
  margin: auto 1vw;
  color: #00a0e9;
}

#subject .area .testtwo .box:nth-child(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#subject .area .testtwo .box:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#subject .area .testtwo .line {
  position: absolute;
  top: 0%;
  left: 50%;
  background-color: #c87503;
  width: 5px;
  height: 100%;
  border-radius: 100%;
}

#subject .area .tablebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3vh 0;
}

#subject .area .tablebox table {
  color: #505050;
  background-color: white;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px 15px 0 0;
  width: 60vw;
  margin: 0 1vw;
}

#subject .area .tablebox table th {
  font-size: 1.5em;
  color: #fff;
  background-color: #00a0e9;
  border-radius: 15px 15px 0 0;
  padding: 1vh 0;
}

#subject .area .tablebox table th strong {
  font-size: 1.2em;
  color: #fdd900;
}

#subject .area .tablebox .one .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3vh 0;
}

#subject .area .tablebox .one .title h3 {
  font-size: 1.5em;
  color: #00a0e9;
}

#subject .area .tablebox .one .title h4 {
  background-color: #00a0e9;
  border-radius: 50px;
  color: #fdd900;
  font-size: 1.2em;
  padding: 0.5vh 0.5vw;
}

#subject .area .tablebox .one .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 3vh 0;
}

#subject .area .tablebox .one .contents h3 {
  font-size: 2em;
  color: #00a0e9;
  text-align: center;
}

#subject .area .tablebox .one .contents h3 strong {
  font-size: 1.2em;
  color: #ff0000;
}

#subject .area .tablebox .one .contents h3 span {
  font-size: 0.6em;
}

#subject .area .tablebox .two tr td:nth-child(1),
#subject .area .tablebox .two tr td:nth-child(2) {
  padding: 1.2vh 2vw;
  border-right: 1px solid #00a0e9;
  margin: 0 1vw;
}

#subject .area .tablebox .two tr td {
  border-bottom: 1px solid #00a0e9;
}

#subject .area .tablebox .two tr:last-child td {
  border-bottom: none;
}

#subject .area .tablebox .three tr:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#subject .area .tablebox .three tr:last-child td img {
  width: 40px;
}

#subject .area .tablebox .three tr:last-child td {
  padding: 2vh 2vw;
}

#subject .area .tablebox .three tr td strong {
  color: #00a0e9;
}

#subject .area .tablebox .four tr td {
  padding: 1.5vh 0;
}

#subject .area .tablebox .four tr:nth-child(2) td {
  border-bottom: 1px solid #00a0e9;
}

#subject .area .tablebox .four tr:nth-child(2) td:first-child,
#subject .area .tablebox .four tr:nth-child(3) td:first-child {
  border-right: 1px solid #00a0e9;
}

#subject .area .tablebox .one tr td {
  border-left: 1px solid #00a0e9;
  border-bottom: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
}

#subject .area .tablebox .two tr td:first-child {
  border-left: 1px solid #00a0e9;
}

#subject .area .tablebox .two tr td:last-child {
  border-right: 1px solid #00a0e9;
}

#subject .area .tablebox .two tr:last-child td {
  border-bottom: 1px solid #00a0e9;
}

#subject .area .tablebox .three tr td:first-child {
  border-left: 1px solid #00a0e9;
}

#subject .area .tablebox .three tr:last-child {
  border-bottom: 1px solid #00a0e9;
}

#subject .area .tablebox .three tr td:last-child {
  border-right: 1px solid #00a0e9;
}

#subject .area .tablebox .four tr td:first-child {
  border-left: 1px solid #00a0e9;
}

#subject .area .tablebox .four tr:last-child td {
  border-bottom: 1px solid #00a0e9;
}

#subject .area .tablebox .four tr td:last-child {
  border-right: 1px solid #00a0e9;
}

#subject .area .areas h4 {
  font-size: 3em;
  color: white;
  background: #00a0e9;
  border-radius: 15px 15px 0 0;
}

#subject .area .areas .areabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
  border-radius: 0 0 15px 15px;
}

#subject .area .areas .areabox .box {
  text-align: center;
  padding: 1vh 1vw;
  margin: 1vh 3vw;
}

#subject .area .areas .areabox .box img {
  width: 15vw;
}

#subject .area .areas .areabox .box p {
  font-size: 1.5em;
  color: #143c89;
  font-weight: 400;
}

#subject .area .areas .areabox > p {
  font-size: 2em;
  color: #0e029a;
  font-weight: 400;
  padding: 1vh 0.5vw;
}

@media screen and (max-width: 768px) and (min-width: 700px) {
  #subject .area .test .box {
    width: 15vw;
    height: 35vh;
    font-size: 1.3em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #subject .area .test .line {
    position: absolute;
    top: 50%;
    background-color: #c87503;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #subject {
    margin: 10vh 0;
  }
  #subject img {
    width: 95vw;
  }
  #subject .area {
    margin: -4vh 3vw 5vh 3vw;
  }
  #subject .area > h3 {
    color: #00a0e9;
    font-size: 1.1em;
    padding-top: 5vh;
  }
  #subject .area .tablebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #subject .area .tablebox table {
    width: 98%;
    margin-top: 2vh;
  }
  #subject .area .tablebox table th {
    font-size: 1.8em;
  }
  #subject .area .tablebox .one .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #subject .area .tablebox .one .title > h3,
  #subject .area .tablebox .one .title > h4 {
    font-size: 1em;
  }
  #subject .area .tablebox .one .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #subject .area .tablebox .one .contents > h3 {
    margin: 2vh 1vw;
  }
  #subject .area .tablebox .three tr:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #subject .area .areas .areabox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #subject .area .areas .areabox .box {
    width: 92%;
  }
  #subject .area .areas .areabox .box img {
    width: 90%;
  }
  #subject .area .areas .areabox > p {
    font-size: 1em;
  }
  #subject .area > h4 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1025px) {
  #subject img {
    width: 80vw;
  }
  #subject .area {
    margin: -13vh 3vw 5vh 3vw;
    padding: 9vh 1vw;
  }
  #subject .area .test {
    margin: 5vh auto;
    width: 90vw;
  }
  #subject .area .test .box {
    width: 15vw;
  }
  #subject .area .test .box {
    font-size: 1.4em;
  }
  #subject .area .test .line {
    width: 90%;
  }
  #subject .area .tablebox .one .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #subject .area .tablebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #subject .area .tablebox table {
    color: #505050;
    background-color: white;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px 15px 0 0;
    width: 98%;
    margin-top: 3vh;
  }
  #subject .area .test .box {
    width: 15vw;
  }
}

@media screen and (max-width: 700px) {
  #subject .area .test {
    display: none;
  }
}

@media screen and (max-width: 1399px) and (min-width: 701px) {
  #subject .area .test .box span {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 701px) {
  #subject .area .testtwo {
    display: none;
  }
}

a.civil {
  width: 70vw;
  display: block;
  margin: 3vh auto;
  color: #fff;
  font-size: 2em;
  padding: 2vh 0;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 1.5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #036eb7), color-stop(50%, red));
  background: linear-gradient(to right, #036eb7 50%, red 50%);
  background-size: 200%;
  background-position: right;
  background-color: #ffe100;
  font-weight: 600;
  -webkit-transition: 1s;
  transition: 1s;
}

a.civil:hover {
  background-position: left;
  color: #fff;
}

@media all and (max-width: 767px) {
  a.civil {
    width: 90%;
    font-size: 20px;
    padding: 1vh 0;
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media all and (min-width: 375px) {
  .br375 {
    display: none;
  }
}

@media all and (min-width: 405px) {
  .brhid405 {
    display: none;
  }
}

@media all and (min-width: 518px) {
  .brhid518 {
    display: none;
  }
}

@media all and (min-width: 767px) {
  .br767 {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .brhid768 {
    display: none;
  }
}

@media all and (min-width: 1355px) {
  .brhid1355 {
    display: none;
  }
}

a {
  text-decoration: none;
}

.red {
  color: #f00;
  font-weight: 600;
  font-family: "Arial Black", "Noto Sans TC", sans-serif;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.r_bg {
  background-color: #ff0000;
  padding: 1px 5px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.6);
}

/*tossing*/
.linefirend {
  font-size: 2.5em;
  animation-name: linefirend;
  -webkit-animation-name: linefirend;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes linefirend {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

@-webkit-keyframes linefirend {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}

@media (max-width: 767px) {
  .linefirend {
    font-size: 1em;
    animation-name: linefirend;
    -webkit-animation-name: linefirend;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
}

@media (max-width: 991px) {
  #mune #mainMenu:not(.menu-overlay) nav > ul > li.dropdown:before {
    display: none;
  }
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  cursor: pointer;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2em;
  line-height: 2;
  color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#text a {
  color: #1dcd00;
  font-weight: 600;
  padding: 2vh 3vw;
}

@media screen and (max-width: 50em) {
  #text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    line-height: 2;
    color: white;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#message {
  color: #333;
  text-align: center;
  padding: 5vh 10vw;
  margin: 5vh auto 0vh auto;
}

#message h2 {
  font-size: 2.2em;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 5px;
  color: #0033cc;
  font-weight: 600;
  text-align: center;
}

footer {
  position: relative;
  bottom: 0;
  color: #fff;
  padding: 8vh 8vw;
  background-color: #4d90fe;
}

footer h2 {
  font-size: 1.1em;
  line-height: 1.8;
  margin: 0 0px;
  text-align: left;
}

footer h3 {
  font-size: 1em;
  margin: 0 0;
  padding: 0 0 1vh 0.8vw;
  text-align: left;
}

.win {
  width: 38vw;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.add {
  width: 100%;
  color: #fff;
}

.add td {
  padding: 5px 1px;
}

footer nav {
  width: 11vw;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin: auto 0 auto 2vw;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}

footer a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

footer nav a {
  color: #fff;
  text-decoration: none;
  line-height: 1.8;
  display: block;
  text-align: left;
}

footer nav a:hover {
  font-weight: 600;
  color: #ffff00;
}

footer span {
  background-color: #fff;
  color: #4d90fe;
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 600;
}

.shere {
  display: inline-block;
  font-size: 2.2em;
}

footer i {
  color: #fff;
  margin: auto 1vw;
}

@media (max-width: 68em) {
  .win {
    width: 50vw;
    display: inline-block;
    vertical-align: top;
  }
  footer {
    color: #fff;
    padding: 8vh 5vw;
    background-color: #4d90fe;
  }
  footer nav {
    margin: auto 0 auto 6vw;
  }
  .add {
    font-size: 14px;
  }
}

@media (max-width: 50em) {
  .win {
    width: 100%;
    font-size: 14px;
    display: block;
  }
  footer {
    font-weight: 300;
    color: #fff;
    font-size: 13.5px;
    padding: 5vh 3vw 10vh 3vw;
    background-color: #4d90fe;
  }
  footer nav {
    width: 25vw;
    margin-top: 3vh;
    margin-left: 0vw;
    vertical-align: top;
  }
  .shere {
    vertical-align: bottom;
    font-size: 1.6em;
  }
}

#gotop {
  display: none;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 50px;
  border-radius: 15px;
  padding: 6px 15px;
  font-size: 18px;
  background: rgba(255, 79, 79, 0.7);
  border: 1px;
  color: white;
  cursor: pointer;
  z-index: 99;
  -webkit-animation: gotopbackchange 6s linear infinite;
          animation: gotopbackchange 6s linear infinite;
}

@media screen and (max-width: 550px) {
  #gotop {
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 12px;
    background: rgba(255, 79, 79, 0.7);
    border: 1px;
    color: white;
    cursor: pointer;
    z-index: 99;
  }
}

@media screen and (max-width: 880px) and (min-width: 551px) {
  #gotop {
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 18px;
    background: rgba(255, 79, 79, 0.7);
    border: 1px;
    color: white;
    cursor: pointer;
    z-index: 99;
  }
}

/* ---- particles.js container ---- */
canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  z-index: -1;
  font: normal 75% Arial, Helvetica, sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/*# sourceMappingURL=style.css.map */

  #ans{
  /*background-color:rgba(255,255,0,0.8);*/
  font-size:1.2em;
  line-height: 1.6;
  padding:6vh 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#ans h1{
  font-size: 22px;
  line-height: 1.6;
  padding-bottom:38px;
  font-weight: bold;
  letter-spacing:1px;
  color:#2196f3;
}
#ans strong{
  letter-spacing: -0.2px;
  background-color: #ff0000;
  color: #fff;
  padding:2px 3px;
  font-size:16px;
}
#ans p{
  font-size: 12px;
}
.tought{
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  display: inline-block;
}
@media screen and (max-width:680px){
  #ans h1{
  font-size: 20px;
  padding-bottom:0px;
/*transform: translateY(-20px);*/
}
#ans strong{
  letter-spacing: -0.2px;
  background-color: #ff0000;
  color: #fff;
  padding:2px 3px;
  font-size:16px;
}
}
.down{
  width:42vw;
  margin: 0px auto;
  background-color:rgba(255,255,255,0.9);
  color: #666;
  font-size:16px;
  border: 2px solid #fff;
  text-align: center;
  /*display: inline-block;*/

} 
.down_in{
  display: inline-block;
  vertical-align: top;
}
.down td {
  padding: 8px 3px;
  background-color: #fff;
  border-bottom: 1px solid rgb(77, 210, 255);
  border-left: 1px solid rgb(77, 210, 255);
}
.down td:nth-child(1):hover{
  background-color: rgba(255, 230, 230,0.8);
  color: #0033cc;
  font-weight: bold;
  cursor: pointer;
}
.down tr:nth-child(1) td,.down tr:nth-child(1) td:nth-child(1):hover{
  background-color: #0033cc;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.down td:nth-child(1) {
  text-align: left;
}
.number{
  font-size: 12px;
  background-color:rgb(77, 210, 255);
  color: #fff;
  border-radius: 50%;
  padding:2px 6px;
  font-family: "Courier New";
  margin: 0px 10px;
}
.pdf,.pdf_left{
  color: rgb(77, 210, 255);
  font-size:32px;
  cursor: pointer;
  /*line-height:1;*/
}
.pdf_left,.pdf_d_left{
  float: right;
  padding-right: 20px;
  left: auto;
}
.pdf_d,.pdf_d_left{
  color:#eee;
  font-size:32px;
  cursor: no-drop;
}

@media screen and (max-width:900px){
.down{
  width: 90%;
  font-size:15px;
}
.down_in {
  display: block;
}
.down td {
  padding: 6px 3px;
}
.down td:nth-child(1){
  width: 80%;
}
.number{
  padding:2px 5px;
  margin: 0px 3px;
}
.pdf{
  padding-right:5px;
  font-size:26px;
  /*line-height:1;*/
}
.pdf_d{
  color:#eee;
  font-size:26px;
}
}
.custom-select {
  padding: 0;
  border: 1px solid #27e6cc;
  width: 120px;
  margin: 5px auto 25px;
  overflow: hidden;
  font-size: 1.2em;
  /*background: transparent url(../img/top.png) no-repeat 94% 50%;*/
}

.custom-select select {
  padding: 10px 10px;
  cursor: pointer;
  width: 100%;
  color: #81c8ff;
  border: none;
  box-shadow: none;
  /*background-color: transparent;*/
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
    text-overflow: '';
}

.custom-select select:focus {
  outline: none;
}
select  {
font-size: 0.7em;
}
@media screen and (max-width: 765px) {
  .custom-select {
  width: 120px!important;
  margin: 5px auto 25px;
  overflow: hidden;
  font-size: 1.1em;
  /*background: transparent url(../img/top.png) no-repeat 94% 50%;*/
}

}





#sp{
  background-color:rgba(202,202,202,0.8);
  padding-top: 2vh;
  padding-bottom: 2vh;
  text-align: center;
}

.movie {
  display: inline-block;
  width: 30vw;
  height: auto;
  margin: 1vh 1vw;
  vertical-align: top;
  cursor: pointer;
  
}
#sp img, #sp iframe {
  width: 100%;
  height: auto;
  margin: auto auto;
  border:1px solid rgba(255,255,255,0.9)
}

.movie_ans i {
      font-size:5em;
      color: #f00;
    }
@media (max-width:55em){
.movie {
  display: inline-block;
  width: 80%;
  height: auto;
  margin: auto;
  vertical-align: top;
  
}
.movie img:hover {
  opacity: 0.6;
  }
  }

    
    #se {
      background: #24265b url(https://www.easywin.com.tw/AD/111/1123/img/bg.png) no-repeat;
      background-position: center;
      background-size:100%;
      cursor: pointer;
      vertical-align:top;
      position: relative;
      color: #fff;
    }
    #se img {
      width: 100%;
      display: inline-block;
      
    }
    .se {
      background: url(https://www.easywin.com.tw/AD/111/1123/img/t1.png) no-repeat;
      background-position: bottom left -3vw;
      background-size: 25%;
      padding: 0vh 0;
    
    }
    #se ul {
      width:80%;
      list-style-type: none;
      margin: auto;
      padding: 0;
      margin-right:0vw;
    }
    #se ul li{
      width: 45%;
      display: inline-block;
      vertical-align: middle;
    }
    #se ul li:last-child{
      width: 35%;
    }
    #se h3 {
      font-size:2em;
      line-height:1.2;
      color:rgba(0, 0, 0, 0.892);
      font-weight: 600;
      letter-spacing: 1px;
    }
  
    #se h3 strong {
      color:#fff;
      font-size: 180%;
    }
    #se i ,aside i {
      position: absolute;
      font-size: 5em;
      right: 8vw;
      bottom: 8vh;
      /* transform:rotate(-45deg); */
    }
    
    @media screen and (max-width: 55em) {
      #se {
        padding-top: 3vh;
      }
      #se img {
        width: 80%;
        
      }
      #se p {
        margin-bottom: 3vh;
      }
      #se ul {
        width:100%;
        margin: auto;
        text-align: center;
      
      }
      #se ul li{
        width: 100%;
        display: inline-block;
        vertical-align: middle;
      }
      #se ul li:last-child{
        width: 100%;
      }
      #se h3 {
        font-size:2em;
        line-height:1.2;
        color:#fff;
        font-weight: 600;
        letter-spacing: 1px;
        border-bottom: solid 1px #fff;
        border-top: solid 1px #fff;
        padding:0 0 2vh 0 ;
        
        
      }
      #se h3 span {
        border-bottom: solid 0px #fff;
        border-top: solid 0px #fff;
        padding:3vh 0 ;
      
      }
      #se i ,aside i {
        
        position: absolute;
        font-size: 5em;
        right: 8vw;
        bottom: 6vh;
        /* transform:rotate(-45deg); */
      }
    }
    @media screen and (max-width: 38em) {
    .se {
      background: url(https://www.easywin.com.tw/AD/111/1123/img/t1.png) no-repeat;
      background-position:bottom -20vh left -3vw;
      background-size: 60%;
      padding: 5vh 0 20vh;
    
    }
    }
  
  #op {
      /* background-color:rgba(32, 0, 129, 0.5); */
      text-align: center;
      
  }
  #op button {
    font-size: 2em;
    font-weight: 600;
    padding: 2vh 2vw;
    margin-top: 8vh;
    border-radius: 2em;
    border: solid 3px;
  }
  #op>section {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:flex-start;
    padding: 0;
   
  }
  #op>section div {
    width: 48%;
  }
  #op table{
      width: 100%;
      background-color: #fff;
      margin: auto;
      border-spacing: 0;
      /* font-family: "Mukta Vaani", "Noto Sans TC", "Arial", sans-serif; */
          
  }
  #op table caption  {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 2px;
  }
  #op th,
  #op td {
      border: 1px solid #c3c3c4;
  }
  
  /* 
  #op tbody {
      white-space: nowrap;
  } */
  
  #op th,
  #op td {
      padding:1.5vh 1vw;
      border-top-width: 0;
      border-left-width: 0;
      text-align: left;
      color: #000;
      font-family: "Mukta Vaani", "Noto Sans TC", "Arial", sans-serif;
  }
  
  #op th {
      position: sticky;
      top: 45px;
      background:#142152;
      vertical-align: bottom;
      color: #fff;
      text-align: center;
  }
  #op td:nth-child(1){
      text-align: center;
      width: 52%;
      
  }
  #op th:last-child,
  #op td:last-child {
      border-right-width: 0;
    
  }
  #op a, #op a:hover {
      color: #5b6cff;
     
  }
  #op a strong {
    font-size: 155%;
    font-weight: 600;
  } 
  #op tr:nth-child(2n-1) td {
      background-color:#f5f5f5;
  }
  #op iframe {
    width:90%;
    height:280px;
    margin:2vh 0;
    border: 3px solid #ffbfb9;
  }
  #op table ins,
  #op table strong {
    font-size:2em;
    line-height: 1.2;
    font-weight:900;
    color: #7b68f8;
  }
  #op table span {
    font-weight:600;
    color: #7b68f8;
  }
  #op h2 {
    color: #c9c6c6;
    font-weight: 600;
    padding-bottom: 1vh;
    padding-top: 1vh;
    margin-bottom: 3vh;
    letter-spacing: 1vw;
    text-align: center;
    border-bottom: solid 1px  rgba(255, 255, 255, 0.68);
  }
  @media (max-width:55em) {
    article {
    padding: 5vh 5vw
    }
  
  #op table{
    width: 100%;
  }
  #op th,
  #op td {
    padding:1.5vh 2vw;
    letter-spacing: 0;
  }
  #op th {
    position: sticky;
    top:0px;
  }
  #op td:nth-child(1){
      width: 42%;
      
  } 
  #op iframe {
    width:100%;
    height:220px;
    margin:2vh 0;
    border: 3px solid #ffbfb9;
  }
  #op button {
    font-size: 1.6em;
    padding: 2vh 3vw;
    margin-top: 6vh;
  }
  #op>section {
    flex-wrap: wrap;
   
  }
  #op>section div {
    width: 100%;
  }
  #op>section div:nth-child(2){
    margin-top: 6vh;
  }
  #op h2 {
    letter-spacing:1px;
    text-align: center;
    border-bottom: solid 1px  rgba(255, 255, 255, 0.68);
  }
  }
  #op>section {
    padding: 5vh 8vw;
  }
  #op>section h2 {
     color:#fff;
    font-size: 1.8em;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(18, 91, 150, 0.82);
  }
  #op>section h2 span{
    font-size: 1.8em;
    padding: 1vh 1vw;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  
  }
  @media screen and (max-width: 75em) {
    #op>section {
      padding: 3vh 5vw;
    }
  }
  @media screen and (max-width: 65em) {
  #op>section {
    padding: 3vh 3vw;
  }
  #op>section h2 {
    font-size: 1.6em;
    line-height: 1.6;
  }
  #op>section h2 span{
    font-size: 2em;
  }
  
  }
  @media screen and (max-width:38em) {
  
    #op>section h2 {
      font-size: 1.2em;
      line-height: 1.5;
    }
    #op>section h2 span{
      font-size: 1.8em;
    }
    
    }