@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
  background-color: #FFB000;
}

.wrapper, *:before, *:after {
  position: relative;
  margin: 0;
  font-family: "Noto Sans TC", sans-serif, Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}

.wrapper {
  padding-top: 65px;
  background-color: #f6f0d8;
}
.wrapper .pointer {
  cursor: pointer;
}
.wrapper .kv {
  height: 43.49vw;
}
.wrapper .kv .girlYounger {
  width: 25%;
  top: 44%;
  left: 6%;
}
.wrapper .kv .girlOlder {
  width: 54%;
  top: 25%;
  right: 0;
}
.wrapper .kv .programming {
  width: 15%;
  top: 13%;
  left: 67%;
}
.wrapper .kv .englishMath {
  width: 17%;
  top: 5%;
  left: 19%;
}
.wrapper .kv .titleBottom {
  width: 44%;
  top: 28%;
  left: 28%;
}
.wrapper .kv .titleTop {
  width: 34%;
  top: 8%;
  left: 33%;
}
.wrapper .kv .buttonJr {
  width: 21%;
  top: 51%;
  left: 31%;
}
.wrapper .kv .buttonElm {
  width: 21%;
  top: 51%;
  left: 48%;
}
@media screen and (max-width: 992px) {
  .wrapper .kv {
    height: 127.5vw;
  }
  .wrapper .kv .girlYounger {
    width: 44%;
    top: 67.5%;
    left: 0%;
  }
  .wrapper .kv .girlOlder {
    width: 89%;
    top: 56%;
    right: -4%;
  }
  .wrapper .kv .programSP {
    width: 94%;
    top: 2%;
    left: 3%;
  }
  .wrapper .kv .titleBottom {
    width: 86%;
    top: 30%;
    left: 7%;
  }
  .wrapper .kv .titleTop {
    width: 64%;
    top: 17%;
    left: 18%;
  }
  .wrapper .kv .buttonJr {
    width: 46%;
    top: 45%;
    left: 8%;
  }
  .wrapper .kv .buttonElm {
    width: 46%;
    top: 45%;
    left: 46%;
  }
}
.wrapper .fillform .mt {
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  .wrapper .fillform .mt {
    margin-top: unset;
  }
}
.wrapper .fillform .whiteBg {
  background-color: white;
  border-radius: 20px;
}
.wrapper .fillform .whiteBg .formImg {
  width: 80%;
  margin: 5% auto 0 auto;
}
.wrapper .fillform .whiteBg .formTable {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .wrapper .fillform .whiteBg .formTable {
    width: 90%;
  }
}
.wrapper .fillform .whiteBg .w-49 {
  width: 49%;
}
@media screen and (max-width: 992px) {
  .wrapper .fillform .whiteBg .w-49 {
    width: 100%;
  }
}
.wrapper .fillform .whiteBg .btnColor {
  background-color: red;
  color: white;
}
.wrapper .fillform .whiteBg select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/arrowBlack.png") no-repeat right center transparent;
  background-size: 30px;
  background-color: #ffffff;
  outline: none;
  border-radius: 0px;
  border: #d4d4d4 1px solid;
}
.wrapper .fillform .whiteBg a {
  color: rgb(0, 119, 255);
}
.wrapper .schedule .whiteBg {
  background-color: white;
  border-radius: 20px;
  /* intro-table */
}
.wrapper .schedule .whiteBg .intro-table {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.wrapper .schedule .whiteBg .intro-table .menuCont {
  position: sticky;
  width: 28%;
  top: 65px;
}
@media screen and (max-width: 992px) {
  .wrapper .schedule .whiteBg .intro-table .menuCont {
    display: none;
  }
}
.wrapper .schedule .whiteBg .intro-table .menuCont .menu {
  color: black;
  font-size: 18px;
  text-align: center;
  border-radius: 12px;
  background-image: url(../images/menuBody.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.wrapper .schedule .whiteBg .intro-table .menuCont .menu .list {
  margin-left: 13%;
  width: 60%;
  padding: 8px 0;
  border: solid black;
  border-width: 1px 0;
}
.wrapper .schedule .whiteBg .intro-table .menuCont .menu .list li {
  cursor: pointer;
  margin: 4px;
  list-style: none;
  display: block;
  width: 100%;
  padding: 4px;
  color: black;
  font-size: 1em;
  text-decoration: unset;
  border-radius: 30px;
}
.wrapper .schedule .whiteBg .intro-table .menuCont .menu .list li:hover, .wrapper .schedule .whiteBg .intro-table .menuCont .menu .list li.active {
  background-color: #ffdb45;
}
.wrapper .schedule .whiteBg .intro-table .menuCont .menu .top-btn {
  margin-left: -10%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0861a;
  font-size: 1.2em;
  text-decoration: unset;
}
.wrapper .schedule .whiteBg .intro-table .menuCont .menu .top-btn:hover {
  color: #0070d6;
  animation: top-btn-roll 0.8s linear infinite;
}
.wrapper .schedule .whiteBg .intro-table .menuCont .menu .top-btn i {
  font-size: 13px;
  transform: rotate(90deg);
}
.wrapper .schedule .whiteBg .intro-table .table-list {
  width: 82%;
}
@media screen and (max-width: 992px) {
  .wrapper .schedule .whiteBg .intro-table .table-list {
    width: 100%;
  }
}
.wrapper .schedule .whiteBg .intro-table .table-list .item {
  padding: 2.5em;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .wrapper .schedule .whiteBg .intro-table .table-list .item {
    padding: 1rem 0;
  }
}
.wrapper .schedule .whiteBg .intro-table .table-list .item h1 {
  font-weight: bold;
  margin: unset;
  font-size: unset;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item .name {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  padding-bottom: 1rem;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tb-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border: solid #cccccc;
  border-width: 0 0 1px;
  cursor: default;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex {
  width: 88%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .title {
  font-weight: bold;
  text-align: start;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .title span {
  display: inline-block;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .title {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .title {
    width: unset;
    flex-direction: column;
  }
}
.wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .desc {
  color: #555555;
  text-align: start;
  font-size: 1rem;
  width: 40%;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .time {
  text-align: start;
  font-size: 1rem;
  font-weight: bold;
  width: 30%;
}
@media screen and (max-width: 992px) {
  .wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .time {
    padding-top: 0.2rem;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 992px) {
  .wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex {
    width: 70%;
    flex-direction: column;
  }
  .wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .title {
    width: 100%;
  }
  .wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .desc {
    width: 100%;
  }
  .wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .tableflex .time {
    width: 100%;
  }
}
.wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .courseBt {
  cursor: pointer;
  width: 12%;
  text-align: center;
  font-size: 1rem;
  white-space: nowrap;
  text-decoration: none;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .wrapper .schedule .whiteBg .intro-table .table-list .item .row-list .courseBt {
    width: 30%;
  }
}
.wrapper .schedule .whiteBg .intro-table .table-list .item {
  /* class theme color */
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+1) .name {
  color: #0070d6;
  border-color: #0070d6;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+1) .row-list .tb-row:hover {
  background-color: #0070d610;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+1) .row-list .title {
  color: #0070d6;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+1) .row-list .timeColor {
  color: #0070d6;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+1) .courseBt {
  background-color: #0070d6;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+1) .courseBt:hover {
  background-color: rgb(61, 162.5327102804, 255);
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+2) .name {
  color: #9d53bc;
  border-color: #9d53bc;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+2) .row-list .tb-row:hover {
  background-color: #9d53bc10;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+2) .row-list .title {
  color: #9d53bc;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+2) .row-list .timeColor {
  color: #9d53bc;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+2) .courseBt {
  background-color: #9d53bc;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+2) .courseBt:hover {
  background-color: rgb(198.8242677824, 156.4058577406, 216.5941422594);
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+3) .name {
  color: #b31f30;
  border-color: #b31f30;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+3) .row-list .tb-row:hover {
  background-color: #b31f3010;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+3) .row-list .title {
  color: #b31f30;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+3) .row-list .timeColor {
  color: #b31f30;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+3) .courseBt {
  background-color: #b31f30;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+3) .courseBt:hover {
  background-color: rgb(225.7714285714, 86.2285714286, 102.2571428571);
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+4) .name {
  color: #4e8c33;
  border-color: #4e8c33;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+4) .row-list .tb-row:hover {
  background-color: #4e8c3310;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+4) .row-list .title {
  color: #4e8c33;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+4) .row-list .timeColor {
  color: #4e8c33;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+4) .courseBt {
  background-color: #4e8c33;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+4) .courseBt:hover {
  background-color: rgb(126.6178010471, 197.057591623, 95.942408377);
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+5) .name {
  color: #d66500;
  border-color: #d66500;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+5) .row-list .tb-row:hover {
  background-color: #d6650010;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+5) .row-list .title {
  color: #d66500;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+5) .row-list .timeColor {
  color: #d66500;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+5) .courseBt {
  background-color: #d66500;
}
.wrapper .schedule .whiteBg .intro-table .table-list .item:nth-child(5n+5) .courseBt:hover {
  background-color: rgb(255, 152.5607476636, 61);
}
.wrapper .students {
  padding: 3rem 0 8rem 0;
  background-image: url(../images/classroom.png);
  background-size: cover;
  background-position: center bottom;
}
.wrapper .students .dot {
  position: relative;
  display: inline-block;
}
.wrapper .students .dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -100%);
}
.wrapper .students .dot.blue::before {
  background-color: #26b8d8;
}
.wrapper .students .dot.yellow::before {
  background-color: #e7c121;
}
.wrapper .students .dot.green::before {
  background-color: #5eb62f;
}
.wrapper .students .dot.orange::before {
  background-color: #f0861a;
}
.wrapper .students .swiper .studentFrameBody {
  cursor: pointer;
  background-color: white;
  padding: 1rem;
  margin: 0.5rem;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: justify;
  color: black;
  font-weight: bold;
  min-height: 410px;
  font-size: 1.1rem;
}
.wrapper .students .swiper .studentFrameBody .score {
  border: #000000 1px solid;
  border-radius: 5px;
  padding: 0 0.3rem;
}
.wrapper .students .swiper a {
  text-decoration: none;
}
.wrapper .students .swiper hr {
  opacity: 1;
  margin: 0.5rem 0;
}
.wrapper .students .swiper .orange {
  color: #ff8a00;
}
.wrapper .students .swiper .swiper-button-prev,
.wrapper .students .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.wrapper .students .swiper .swiper-button-prev::after,
.wrapper .students .swiper .swiper-button-next::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrapper .students .swiper .swiper-button-prev.swiper-button-prev::after,
.wrapper .students .swiper .swiper-button-next.swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
}
.wrapper .students .swiper .swiper-button-prev.swiper-button-next::after,
.wrapper .students .swiper .swiper-button-next.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
}
.wrapper .students .swiper .swiper-button-prev:hover,
.wrapper .students .swiper .swiper-button-next:hover {
  background-color: #ff6b00;
}
.wrapper .students .swiper .swiper-button-prev:hover::after,
.wrapper .students .swiper .swiper-button-next:hover::after {
  filter: invert(1);
}

/* keyframes */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */