@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;
}

body {
  margin: 0;
  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);
  }
}

#tnsrsale > h2, #stu > h2, #newcls > h2, #hist > h2, #goodlist > h2, #hotcls h2, #vide_stu h2, #student h2, #vide h2, #othcls h2 {
  text-align: center;
  margin: 8vh 0 3vh 0;
  letter-spacing: 1px;
}

#tnsrsale > h2 > span, #stu > h2 > span, #newcls > h2 > span, #hist > h2 > span, #goodlist > h2 > span, #hotcls h2 > span, #vide_stu h2 > span, #student h2 > span, #vide h2 > span, #othcls h2 > span {
  position: relative;
  font-size: 1.6em;
  border-radius: 50px;
  background-color: #ff0000;
  padding: 0.2vh 2vw 0.5vh 2vw;
  color: #fff;
}

#tnsrsale > h2 > span::before, #stu > h2 > span::before, #newcls > h2 > span::before, #hist > h2 > span::before, #goodlist > h2 > span::before, #hotcls h2 > span::before, #vide_stu h2 > span::before, #student h2 > span::before, #vide h2 > span::before, #othcls h2 > span::before {
  content: "\f100";
  display: block;
  position: absolute;
  top: -30%;
  left: 5%;
  font-size: 35px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffbb00;
}

#tnsrsale > h2 > span::after, #stu > h2 > span::after, #newcls > h2 > span::after, #hist > h2 > span::after, #goodlist > h2 > span::after, #hotcls h2 > span::after, #vide_stu h2 > span::after, #student h2 > span::after, #vide h2 > span::after, #othcls h2 > span::after {
  content: "\f101";
  display: block;
  position: absolute;
  top: 72%;
  right: 5%;
  font-size: 35px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffbb00;
}

@media all and (max-width: 767px) {
  #tnsrsale > h2, #stu > h2, #newcls > h2, #hist > h2, #goodlist > h2, #hotcls h2, #vide_stu h2, #student h2, #vide h2, #othcls h2 {
    margin: 5vh 0 3vh 0;
    letter-spacing: 0px;
  }
  #tnsrsale > h2 > span, #stu > h2 > span, #newcls > h2 > span, #hist > h2 > span, #goodlist > h2 > span, #hotcls h2 > span, #vide_stu h2 > span, #student h2 > span, #vide h2 > span, #othcls h2 > span {
    font-size: 20px;
  }
  #tnsrsale > h2 > span::before, #stu > h2 > span::before, #newcls > h2 > span::before, #hist > h2 > span::before, #goodlist > h2 > span::before, #hotcls h2 > span::before, #vide_stu h2 > span::before, #student h2 > span::before, #vide h2 > span::before, #othcls h2 > span::before {
    content: "\f100";
    display: block;
    position: absolute;
    top: -30%;
    left: 5%;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffbb00;
  }
  #tnsrsale > h2 > span::after, #stu > h2 > span::after, #newcls > h2 > span::after, #hist > h2 > span::after, #goodlist > h2 > span::after, #hotcls h2 > span::after, #vide_stu h2 > span::after, #student h2 > span::after, #vide h2 > span::after, #othcls h2 > span::after {
    content: "\f101";
    display: block;
    position: absolute;
    top: 72%;
    right: 5%;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffbb00;
  }
}

.rellax {
  padding: 10vh 0;
  position: absolute;
  width: 100%;
  min-height: 9500px;
}

@media all and (max-width: 767px) {
  .rellax {
    min-height: 10000px;
  }
}

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 img {
  width: 60vw;
  margin: 5vh auto;
  text-align: center;
}

header h2 {
  text-align: center;
  margin: 2vh 0 1vh 0;
  color: #fff;
}

header h2 span {
  font-size: 2em;
  letter-spacing: 1px;
}

header h2 strong {
  font-size: 1.2em;
}

@media all and (max-width: 767px) {
  header {
    background-size: cover;
    background-attachment: local;
    background-position: center;
    padding: 3vh 0;
    background-size: cover;
  }
  header img {
    width: 90%;
  }
  header h2 {
    margin: 0vh auto;
  }
  header h2 span {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  header {
    padding: 3vh 0;
  }
  header img {
    width: 90%;
  }
  header h2 {
    margin: 1vh auto;
  }
  header h2 span {
    font-size: 30px;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  header img {
    width: 80%;
  }
  header h2 {
    margin: 2vh auto;
  }
  header h2 span {
    font-size: 35px;
  }
}

#debut {
  position: relative;
  z-index: 5;
  width: 60vw;
  margin: 3vh auto;
  padding: 0.5vh 0.5vw 0.5vh 0.5vw;
  background: #fffbdd;
  border-radius: 15px;
  -webkit-box-shadow: 6px 6px 0px #f7ad00;
          box-shadow: 6px 6px 0px #f7ad00;
}

#debut h2 {
  text-align: center;
  color: #3c6aff;
  font-size: 3em;
}

#debut h2 i {
  color: #d80c18;
}

#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 {
  text-align: center;
}

#debut .contents .box h3 {
  font-weight: 500;
  font-size: 1.2em;
  color: #d80c18;
}

#debut .contents .box h3 span {
  font-size: 1.2em;
  font-weight: 600;
}

#debut .contents .box h3 strong {
  font-size: 1.8em;
  font-weight: 600;
}

#debut .contents .box a {
  letter-spacing: 1.5px;
  display: block;
  width: 300px;
  padding: 1vh 5px;
  margin: 1vh auto;
  font-size: 1.5em;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffe100), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffe100 50%, transparent 50%);
  background-size: 200%;
  background-position: right;
  background-color: #d80c18;
  font-weight: 600;
  color: #fff;
  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: #d80c18;
}

@media all and (max-width: 767px) {
  #debut {
    width: 90%;
    padding: 5px;
  }
  #debut h2 {
    font-size: 18px;
  }
  #debut .contents {
    margin: 0vh auto;
  }
  #debut .contents .box {
    margin: 5px auto;
  }
  #debut .contents .box > h3 {
    font-size: 14px;
  }
  #debut .contents .box > h3 span {
    font-size: 18px;
    font-weight: normal;
  }
  #debut .contents .box > h3 strong {
    font-size: 18px;
  }
  #debut .contents .box a {
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    margin: 5px auto;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #debut {
    width: 90%;
  }
  #debut h2 {
    font-size: 30px;
  }
  #debut .contents {
    margin: 0vh auto;
  }
  #debut .contents .box {
    margin: 5px auto;
  }
  #debut .contents .box > h3 {
    font-size: 18px;
  }
  #debut .contents .box > h3 span {
    font-size: 22px;
    font-weight: normal;
  }
  #debut .contents .box > h3 strong {
    font-size: 22px;
  }
  #debut .contents .box a {
    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 h2 {
    font-size: 35px;
  }
  #debut .contents {
    margin: 0vh auto;
  }
  #debut .contents .box {
    margin: 5px auto;
  }
  #debut .contents .box > h3 {
    font-size: 22px;
  }
  #debut .contents .box > h3 span {
    font-size: 26px;
    font-weight: normal;
  }
  #debut .contents .box > h3 strong {
    font-size: 26px;
  }
  #debut .contents .box a {
    font-size: 22px;
    font-weight: normal;
    padding: 5px;
    margin: 5px auto;
  }
}

#info {
  margin: 5vh auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#info section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 200px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#info section h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3em;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.8;
}

#info section h2 span {
  font-weight: 500;
  font-size: 0.5em;
}

#info section img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 767px) {
  #info {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #info section {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #info {
    width: 720px;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #info {
    width: 950px;
  }
}

#super {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#super h2 {
  text-align: center;
  margin: 2vh 0 1vh 0;
}

#super h2 span {
  font-size: 2.5em;
  letter-spacing: 1px;
}

#super p {
  text-align: left;
  color: #fff;
  font-size: 1.5em;
  padding: 0.2vh 0vw;
}

#super p i {
  color: #ffff00;
}

#super p span {
  font-size: 1.2em;
  font-weight: 500;
}

#super p strong {
  font-size: 1.2em;
  color: #ffff00;
}

@media all and (max-width: 767px) {
  #super {
    width: 90%;
  }
  #super h2 {
    margin: 1vh auto;
  }
  #super h2 span {
    font-size: 20px;
    letter-spacing: 0px;
  }
  #super p {
    font-size: 12px;
  }
  #super p span {
    font-size: 12px;
  }
  #super p strong {
    font-size: 12px;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #super {
    letter-spacing: 1px;
  }
  #super h2 {
    margin: 1vh auto;
  }
  #super h2 span {
    font-size: 30px;
  }
  #super p {
    font-size: 1.1em;
    padding: 0.2vh 0vw;
  }
  #super p i {
    color: #ffff00;
  }
  #super p span {
    font-size: 1em;
    font-weight: 500;
  }
  #super p strong {
    font-size: 1em;
    color: #ffff00;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #super {
    width: 65%;
    letter-spacing: 1.5px;
  }
  #super h2 {
    margin: 2vh auto;
  }
  #super h2 span {
    font-size: 35px;
  }
  #super p {
    font-size: 1.25em;
    padding: 0.1vh 0vw;
  }
  #super p i {
    color: #ffff00;
  }
  #super p span {
    font-size: 1em;
    font-weight: 500;
  }
  #super p strong {
    font-size: 1em;
    color: #ffff00;
  }
}

#tnsrsale {
  width: 60vw;
  text-align: center;
  margin: 0 auto;
}

#tnsrsale > p {
  padding: 1vh 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  color: #fff;
  background-color: #3c6aff;
}

#tnsrsale .area2 {
  width: 60vw;
  margin: 0 auto;
  text-align: center;
}

#tnsrsale .area2 .sale2 {
  width: 60vw;
  font-size: 1.2em;
  letter-spacing: 2px;
  background-color: white;
  margin: 0 auto;
  text-align: center;
}

#tnsrsale .area2 .sale2 td {
  border-bottom: 1px solid #59abff;
  border-right: 1px solid #59abff;
  padding: 1.5vh 1vw;
}

#tnsrsale .area2 .sale2 tr:last-child td:last-child {
  color: #fff;
  background-color: #ff0000;
}

#tnsrsale .area2 .sale2 tr td:first-child {
  width: 25%;
  border-left: 1px solid #59abff;
}

#tnsrsale .area2 .sale2 tr:first-child td {
  border-top: 1px solid #59abff;
}

#tnsrsale .area2 .sale2 tr:first-child td {
  background-color: #3c6aff;
  color: #fff;
}

#tnsrsale .area2 .sale2 tr:first-child td:first-child {
  font-size: 1.5em;
  font-weight: 600;
  color: #ffff00;
}

#tnsrsale .area2 .sale2 tr:first-child td:nth-child(6) {
  font-weight: 600;
  color: #ffff00;
}

#tnsrsale .area2 .sale2 td span {
  font-size: 1.5em;
  font-weight: 600;
  color: #ff0000;
}

#tnsrsale .area2 .sale3 {
  display: none;
}

@media all and (max-width: 767px) {
  #tnsrsale {
    width: 90%;
  }
  #tnsrsale > p {
    padding: 0.5vh 0;
    font-size: 12px;
    letter-spacing: 0px;
  }
  #tnsrsale .area2 {
    width: 100%;
  }
  #tnsrsale .sale2 {
    display: none;
  }
  #tnsrsale .sale3 {
    display: table !important;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    background-color: white;
  }
  #tnsrsale .sale3 td {
    border-bottom: 1px solid #59abff;
    border-right: 1px solid #59abff;
    padding: 1vh 1vw;
    font-weight: 400;
    color: #3c6aff;
  }
  #tnsrsale .sale3 tr:last-child td:last-child {
    color: #fff;
    background-color: #ff0000;
  }
  #tnsrsale .sale3 tr td:first-child {
    width: 30%;
    border-left: 1px solid #59abff;
  }
  #tnsrsale .sale3 tr:first-child td {
    border-top: 1px solid #59abff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #3c6aff;
    color: #ffff00;
  }
  #tnsrsale .sale3 tr td:nth-child(5) {
    color: #ff0000;
    font-weight: 600;
  }
  #tnsrsale .sale3 tr:first-child td:nth-child(5) {
    color: #ffff00;
    font-weight: 600;
  }
  #tnsrsale .sale3 td strong {
    font-size: 14px;
  }
  #tnsrsale .sale3 td span {
    font-size: 10px;
  }
  #tnsrsale .area > section h3 {
    font-size: 14px;
    font-weight: 500;
  }
  #tnsrsale .area > section h3 span {
    padding: 0 1vw;
    background-color: #ff0000;
  }
  #tnsrsale .area > section img {
    width: 220px;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #tnsrsale {
    width: 100%;
  }
  #tnsrsale > h2 {
    margin: 5vh auto 3vh;
  }
  #tnsrsale > h2 span {
    font-size: 30px;
  }
  #tnsrsale .area2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #tnsrsale .area2 .sale2 {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #tnsrsale {
    width: 100%;
  }
  #tnsrsale > h2 {
    margin: 5vh auto 3vh;
  }
  #tnsrsale > h2 span {
    font-size: 30px;
  }
  #tnsrsale .area2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #tnsrsale .area2 .sale2 {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
  }
}

#stu {
  width: 60vw;
  text-align: center;
  margin: 0 auto;
}

#stu > h2 strong {
  color: #ffff00;
}

#stu > h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin: 2vh 0;
}

#stu > h3 span {
  color: #ff0000;
}

#stu .ares {
  margin: 0vh auto;
  text-align: center;
}

#stu .ares .stu_ares {
  width: 60vw;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: white;
}

#stu .ares .stu_ares td {
  border-bottom: 1px solid #59abff;
  border-right: 1px solid #59abff;
  padding: 2vh 1vw;
  color: #000000;
}

#stu .ares .stu_ares td span {
  color: #fff;
  background-color: #ff0000;
}

#stu .ares .stu_ares tr td:first-child {
  width: 15%;
  border-left: 1px solid #59abff;
}

#stu .ares .stu_ares tr td:nth-child(2) {
  text-align: center;
}

#stu .ares .stu_ares tr td:nth-child(3) {
  width: 70%;
  text-align: left;
}

#stu .ares .stu_ares tr td:last-child {
  text-align: left;
}

#stu .ares .stu_ares tr:first-child td {
  background-color: #3c6aff;
  color: #ffff00;
  text-align: center;
  padding: 1vh 1vw;
  border-top: 1px solid #59abff;
}

@media all and (max-width: 767px) {
  #stu {
    width: 90%;
  }
  #stu > h2 {
    position: relative;
    background-color: #ff0000;
  }
  #stu > h2 span {
    background-color: transparent;
  }
  #stu > h2 span::before {
    display: none;
  }
  #stu > h2 span::after {
    display: none;
  }
  #stu > h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 1vh 0;
  }
  #stu .ares .stu_ares {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0px;
  }
  #stu .ares .stu_ares td {
    padding: 1vh 1vw;
  }
  #stu .ares .stu_ares tr:first-child td {
    font-size: 14px;
    font-weight: normal;
  }
  #stu .ares .stu_ares tr td:first-child {
    width: 20%;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #stu {
    width: 90%;
  }
  #stu > h2 span {
    font-size: 30px;
  }
  #stu .ares .stu_ares {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
  }
  #stu .ares .stu_ares td {
    padding: 0.5vh 1vw;
  }
  #stu .ares .stu_ares tr:first-child td {
    font-size: 14px;
    font-weight: normal;
  }
  #stu .ares .stu_ares tr td:first-child {
    width: 20%;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #stu {
    width: 80%;
  }
  #stu > h2 span {
    font-size: 35px;
  }
  #stu .ares .stu_ares {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
  #stu .ares .stu_ares td {
    padding: 1vh 1vw;
  }
  #stu .ares .stu_ares tr:first-child td {
    font-size: 16px;
    font-weight: normal;
  }
  #stu .ares .stu_ares tr td:first-child {
    width: 20%;
  }
}

#newcls {
  text-align: center;
}

#newcls table {
  width: 60vw;
  margin: 0 auto;
  background-color: white;
}

#newcls table tr td {
  width: 33%;
  text-align: center;
  border-bottom: 1px solid #59abff;
  border-right: 1px solid #59abff;
  padding: 2vh 1vw;
  font-size: 1.4em;
  font-weight: 300;
}

#newcls table tr td:first-child {
  border-left: 1px solid #59abff;
}

#newcls table tr td:first-child {
  border-left: 1px solid #59abff;
}

#newcls table tr:first-child td {
  border-top: 1px solid #59abff;
}

#newcls table tr:nth-child(-n + 2) td {
  background-color: #3c6aff;
  color: #ffff00;
  font-weight: 300;
}

#newcls table tr:first-child td:first-child {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
}

#newcls table tr:nth-child(2) td {
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  #newcls table {
    width: 90%;
  }
  #newcls table tr td {
    padding: 1vh 1vw;
    font-size: 16px;
    font-weight: normal;
  }
  #newcls table tr:first-child td:first-child {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  #newcls table tr:nth-child(2) td {
    font-size: 16px;
    font-weight: normal;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #newcls > h2 span {
    font-size: 30px;
  }
  #newcls table {
    width: 90%;
    margin: 0 auto;
    background-color: white;
  }
  #newcls table tr td {
    width: 33%;
    padding: 1vh 1vw;
    font-size: 16px;
  }
  #newcls table tr td:first-child {
    border-left: 1px solid #59abff;
  }
  #newcls table tr:first-child td:first-child {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }
  #newcls table tr:nth-child(2) td {
    font-size: 16px;
    font-weight: normal;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #newcls > h2 span {
    font-size: 35px;
  }
  #newcls table {
    width: 80%;
    margin: 0 auto;
    background-color: white;
  }
  #newcls table tr td {
    width: 33%;
    padding: 1vh 1vw;
    font-size: 18px;
  }
  #newcls table tr td:first-child {
    border-left: 1px solid #59abff;
  }
  #newcls table tr:first-child td:first-child {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
  }
  #newcls table tr:nth-child(2) td {
    font-size: 18px;
    font-weight: normal;
  }
}

#hist {
  padding: 5vh 0 8vh 0;
}

#hist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hist ul li {
  width: 20vw;
  border: 1px solid #4da9ff;
}

#hist ul li a {
  text-align: center;
  padding: 2vh 1vw;
  display: block;
  font-size: 1.5em;
  color: white;
  background-color: #5079ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#hist ul li a:hover {
  background-color: #3363ff;
  color: #ffff00;
}

#hist ul li i {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: big 1s linear infinite;
          animation: big 1s linear infinite;
  font-size: 0.8em;
}

@media all and (max-width: 767px) {
  #hist {
    padding: 1vh 0;
  }
  #hist ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hist ul li {
    width: 90%;
  }
  #hist ul li a {
    padding: 1vh 1vw;
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #hist {
    width: 90%;
    margin: 0 auto;
  }
  #hist > h2 span {
    font-size: 30px;
  }
  #hist ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hist ul li {
    width: 100%;
  }
  #hist ul li a {
    padding: 1vh 1vw;
    font-size: 18px;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #hist {
    width: 80%;
    margin: 0 auto;
  }
  #hist > h2 span {
    font-size: 35px;
  }
  #hist ul li {
    width: 100%;
  }
  #hist ul li a {
    padding: 1vh 1vw;
    font-size: 18px;
  }
}

#goodlist {
  width: 75vw;
  margin: 0 auto;
}

#goodlist > h3 {
  text-align: center;
}

#goodlist > h3 span {
  color: #ff0000;
  font-size: 1.5em;
}

#goodlist > h3 i {
  font-size: 0.8em;
  vertical-align: inherit;
}

#goodlist > section {
  padding: 2vh 1vw;
}

#goodlist > section ul {
  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;
}

#goodlist > section ul li {
  width: 250px;
  font-size: 1.2em;
  line-height: 1.8;
  margin: 2vh 1vw;
  padding: 2vh 1vw;
  text-align: center;
  border-radius: 50px 0px 50px 0px;
  color: white;
  background-color: #ff0000;
}

#goodlist > section ul li .good_a {
  color: #ffff00;
  font-size: 1.2em;
  font-weight: 600;
}

#goodlist > section ul li strong {
  color: #ffff00;
  border-radius: 5px;
  font-weight: 600;
}

#goodlist > section p {
  font-size: 2em;
  font-weight: 600;
  color: #ff0000;
  margin: 2vh auto;
  text-align: center;
}

@media all and (max-width: 767px) {
  #goodlist {
    width: 90%;
    padding: 0vh 0vw;
  }
  #goodlist > h3 span {
    font-size: 20px;
  }
  #goodlist section ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #goodlist section ul li {
    width: 40vw;
    font-size: 14px;
    line-height: 1.6;
    display: block;
    border-radius: 25px 0px 25px 0px;
    margin: 0.5vh 1vw;
    padding: 1.5vh 1vw;
  }
  #goodlist section p {
    font-size: 14px;
    margin: 1vh auto;
    font-weight: normal;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #goodlist {
    width: 90%;
    padding: 0vh 0vw;
  }
  #goodlist > h2 span {
    font-size: 30px;
  }
  #goodlist > h3 span {
    font-size: 25px;
  }
  #goodlist section ul li {
    width: 25vw;
    font-size: 16px;
    line-height: 1.6;
    margin: 1vh 1vw;
  }
  #goodlist section p {
    font-size: 16px;
    margin: 1vh auto;
    font-weight: normal;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #goodlist {
    width: 90%;
    padding: 0vh 0vw;
  }
  #goodlist > h2 span {
    font-size: 35px;
  }
  #goodlist > h3 span {
    font-size: 30px;
  }
  #goodlist section ul li {
    width: 25vw;
    font-size: 20px;
    line-height: 1.6;
    margin: 1vh 1vw;
  }
  #goodlist section p {
    font-size: 20px;
    margin: 1vh auto;
    font-weight: normal;
  }
}

#hotcls {
  text-align: center;
}

#hotcls h2 {
  margin: 0vh 0 3vh;
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #hotcls h2 span {
    font-size: 30px;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #hotcls h2 span {
    font-size: 35px;
  }
}

#vide_stu {
  text-align: center;
  margin: 0 0 8vh 0;
}

#vide_stu iframe {
  width: 800px;
  height: 800px;
}

#vide_stu > .box > h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin: 2vh 0;
}

#vide_stu > .box > h3 span {
  color: #ff0000;
}

@media all and (max-width: 767px) {
  #vide_stu iframe {
    width: 320px;
    height: 350px;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #vide_stu iframe {
    width: 560px;
    height: 580px;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #vide_stu iframe {
    width: 720px;
    height: 750px;
  }
}

#best_list {
  width: 60vw;
  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;
  }
}

#student {
  padding: 5vh 0vw;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#student .name_st {
  width: 55vw;
  line-height: 2;
  margin-left: 2vw;
  display: inline-block;
  text-align: left;
}

#student .name_st h3 {
  font-size: 2.5em;
  color: #3c6aff;
  font-weight: 600;
  margin: 0px 10px 0px 0px;
}

#student .name_st h3 span {
  color: #fff;
  background-color: #ff0000;
  border-radius: 50px;
  padding: 1px 20px;
  font-size: 0.7em;
  display: inline-block;
}

#student .name_st h4 {
  font-size: 1.4em;
  color: #3c6aff;
  font-weight: normal;
}

#student .name_st p {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 100;
}

#student .line_3 {
  width: 50%;
  border-top: solid 1px #2196f3;
  margin: 15vh auto;
}

#student h2 {
  margin-bottom: 10vh;
}

#student img {
  border-radius: 50%;
  width: 15vw;
  height: 15vw;
  vertical-align: top;
  z-index: 300;
}

@media (max-width: 38em) {
  #student {
    margin-bottom: 0vh;
    padding: 3vh 0vw;
    text-align: center;
  }
  #student img {
    width: 100px;
    height: 100px;
    margin-left: 0px;
  }
  .name_st {
    width: 100%;
    padding: 2vh 0vw;
    margin: 0 auto;
    margin-left: 0vw;
  }
  .name_st h3 {
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    display: block;
  }
  .name_st h3 span {
    font-size: 14px;
    border-radius: 10px;
    padding: 0px 5px;
  }
  .name_st h4 {
    font-size: 10px;
    display: block;
  }
  .name_st p {
    font-size: 14px;
  }
  .line_3 {
    width: 75%;
    margin: 3vh auto;
  }
}

@media (max-width: 65em) {
  #student {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    padding: 5vh 5vw;
  }
}

#vide_stu {
  text-align: center;
  margin: 0 0 8vh 0;
}

#vide_stu iframe {
  width: 800px;
  height: 800px;
}

#vide_stu > .box > h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin: 2vh 0;
}

#vide_stu > .box > h3 span {
  color: #ff0000;
}

@media all and (max-width: 767px) {
  #vide_stu iframe {
    width: 320px;
    height: 350px;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #vide_stu iframe {
    width: 560px;
    height: 580px;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #vide_stu iframe {
    width: 720px;
    height: 750px;
  }
}

#vide {
  text-align: center;
  margin: 0 0 8vh 0;
}

#vide iframe {
  width: 800px;
  height: 450px;
}

#vide > .box > h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin: 2vh 0;
}

#vide > .box > h3 span {
  color: #ff0000;
}

@media all and (max-width: 767px) {
  #vide iframe {
    width: 320px;
    height: 180px;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #vide iframe {
    width: 560px;
    height: 315px;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #vide iframe {
    width: 720px;
    height: 405px;
  }
}

#othcls {
  padding: 5vh 5vw;
}

#othcls > h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  margin: 2vh 0;
}

#othcls > h3 span {
  color: #ff0000;
}

#othcls .area {
  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;
}

#othcls .area .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#othcls .area .boxs .box {
  padding: 2vh 0.5vw;
  margin: 1vh 1vw;
  width: 25vw;
  background-color: white;
  border-radius: 15px;
}

#othcls .area .boxs .box h3 {
  text-align: center;
  font-size: 1.5em;
  padding: 1vh 1vw;
  background-color: #5079ff;
  color: #ffff00;
  border-radius: 15px 15px 0 0;
}

#othcls .area .boxs .box h3 span {
  font-weight: 400;
  font-size: 0.75em;
}

#othcls .area .boxs .box ul {
  border: 1px solid #5079ff;
  border-radius: 0 0 15px 15px;
  padding: 1vh 2vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#othcls .area .boxs .box ul li {
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 1.1em;
  color: #3b3b3b;
}

#othcls .area .boxs .box ul:hover {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

@media all and (max-width: 767px) {
  #othcls {
    padding: 5vh 2vw;
  }
  #othcls > h3 {
    font-size: 16px;
  }
  #othcls .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #othcls .area .boxs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #othcls .area .boxs .box {
    width: 90%;
    margin: 0vh auto;
  }
  #othcls .area .boxs .box > h3 {
    font-size: 16px;
    font-weight: normal;
  }
  #othcls .area .boxs .box ul > li {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #othcls .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #othcls .area .boxs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #othcls .area .boxs .box {
    width: 48%;
  }
}

@media all and (max-width: 1399px) and (min-width: 1025px) {
  #othcls .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #othcls .area .boxs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #othcls .area .boxs .box {
    width: 48%;
  }
}

@-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;
  }
}

#qa {
  width: 75vw;
  text-align: center;
  margin: 3vh auto;
}

#qa > h2 {
  border-radius: 50px;
  position: relative;
  color: #fff;
  background-color: #ff0000;
  padding: 1vh 0;
  margin: 0vh 0;
}

#qa > h2 span {
  background-color: transparent;
}

#qa > h2 span::before {
  display: none;
}

#qa > h2 span::after {
  display: none;
}

#qa > h2 strong {
  color: #ffff00;
}

#qa .imgbox {
  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;
}

#qa .imgbox img {
  margin: 1vh 1vw;
}

@media all and (max-width: 767px) {
  #qa {
    width: 90%;
  }
}

#message {
  color: #333;
  text-align: center;
  margin: 0 auto;
  background: #ffffff86;
  height: 400px;
}

#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 {
  background-color: #6248db;
  position: relative;
  bottom: 0px;
  padding: 5vh 6vw;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8;
  text-align: center;
}

footer h2 {
  text-align: center;
}

footer h3 {
  margin: 0 0;
  font-size: 2.6vw;
}

footer h4 {
  margin: 0 0;
  font-size: 1.6vw;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

footer table,
.me {
  width: 38vw;
  display: inline-block;
  text-align: left;
  margin: auto 2vw;
  vertical-align: top;
}

footer table td {
  padding: 0.2vh 1vw;
}

footer a:hover,
footer a {
  color: #fff;
}

footer i {
  font-size: 2vw;
  margin: 2vh 1vw;
}

@media (max-width: 75em) {
  footer table,
  .me {
    width: 100%;
    padding-bottom: 3vh;
    font-size: 0.75em;
  }
  footer {
    padding: auto 0.5vw;
    padding-bottom: 15vh;
  }
  footer table td {
    padding: auto 2px;
  }
  footer h2 {
    font-size: 1em;
  }
  footer h3 {
    margin: 0 0;
    font-size: 1.6em;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
  }
  footer h4 {
    margin: 0 0;
    font-size: 1.2em;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
  }
  footer i {
    font-size: 6vw;
  }
}

#talk {
  line-height: 1.5;
  text-align: center;
  position: fixed;
  top: 10vh;
  vertical-align: middle;
  left: 0px;
  text-align: left;
  color: #fff;
}

#talk ul {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
}

#talk ul li {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
  margin-top: 5px;
  color: #0033cc;
  font-weight: 600;
}

#talk ul li:nth-child(4) {
  background-color: #ff0000;
  padding-top: 13px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: -0.5px;
  font-weight: bold;
}

#talk ul li i {
  font-size: 3em;
  padding-top: 0px !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 38em) {
  #talk {
    width: 100%;
    background-color: rgba(176, 161, 161, 0.8);
    line-height: 1.5;
    color: #999;
    padding: 0px 0px 0px 0px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: auto;
  }
  #talk ul li {
    width: 55px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    margin: 0px 5px 0px 5px;
    display: inline-block;
    font-size: 1em;
  }
  .fb_icon {
    font-size: 2.3em;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  #talk ul li:nth-child(4) {
    background-color: #ff0000;
    padding-top: 10px;
    border: 1px solid #ff0000;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: bold;
    font-size: 0.9em;
  }
}

/* ---- 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 */