#mune #mainMenu-trigger {
  display: none;
}
.gotop {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  display: inline-block;
  margin: 5vh 0 0 0;
  padding: 1vh 5vw;
  font-weight: bolder;
  color: #fff;
  background: #000;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}
.btn::after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
.btn:hover {
  color: #666bff;
  transform: scale(1.1);
}
.btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn a {
  font-size: 1.5rem;
}
.btn a:hover {
  /* background-color: #fff; */
}
/* header */
header {
  background: #cfd0ff;
  text-align: center;
}

header img.headerImg {
  max-width: 100%;
  display: block;
  margin: 0 auto 1%;
}
header img.headerImgMobile {
  display: none;
}
header .h1Wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
header .textWrap {
  margin: 2vh 0 5vh;
}
header .textWrap p {
  margin: 0 0 2vh 0;
  line-height: 1.5;
}
header .textWrap strong {
  display: inline-block;
  line-height: 1;
  color: #666bff;
  padding: 1% 2%;
  border-radius: 999px;
  outline: #666bff 1px solid;
}

/* == 20250522新增影片輪播 == */
/*輪播*/
.Video {
  position: relative;
}
.viedo-swiper-fn {
  position: relative;
  margin: 0 0 5% 0;
}

.video-swiper-fn .swiper-wrapper {
  height: auto;
}
.video-swiper-fn .swiper-slide {
  margin: 0px;
  padding: 0 3%;
}
.video-swiper-fn .swiper-button-next {
  position: absolute;
  z-index: 57;
  top: calc(100% / 2);
  background: #0071bc99;
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-swiper-fn .swiper-button-next:hover {
  background: #0071bccc;
  transition: all 0.3s;
}

.video-swiper-fn .swiper-button-prev {
  position: absolute;
  z-index: 57;
  background: #0071bc99;
  left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-swiper-fn .swiper-button-prev:hover {
  background: #0071bccc;
  transition: all 0.3s;
}

.video-swiper-fn .swiper-button-next img {
  max-width: 50%;
  z-index: 57;
}

.video-swiper-fn .swiper-button-prev img {
  max-width: 50%;
  z-index: 57;
}

.swiper-button-next {
  background-image: none;
}

.video-swiper-fn .swiper-pagination {
  position: relative;
  z-index: 56;
  width: 100%;
  margin: 20px auto 0px auto;
}

.video-swiper-fn .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #595757;
  position: relative;
  top: 0px;
  margin: 0px 5px;
}
.video-swiper-fn .swiper-pagination-bullet-active {
  color: #fff;
  background: #4eb376;
}
.video-swiper-fn .ooba img {
  max-width: 100%;
}
.video-swiper-fn .ooba div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
}
/* == 20250522新增影片輪播 == */

/* 20250522新增考試介紹 */
.recommend {
  background-color: #ffd3d4;
  text-align: center;
  width: 95%;
  margin: auto;
  margin-top: 5vh;
  border-radius: 5em;
  padding: 10vh 15vw;
}
.recommend h2 {
  font-size: 2.8em;
}
.recommend ul {
  margin: 5vh 0 0 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 5%;
}
.recommend ul li {
  width: 100%;
  list-style: none;
  text-align: center;
}
.recommend ul li i {
  font-size: 3em;
  color: #000;
  animation: arrowmove 1s linear infinite alternate;
}

@keyframes arrowmove {
  0% {
    transform: translateY(-8px);
  }
  20% {
    /*從 20% 的地方才開始變形*/
  }
  50% {
    transform: translateY(0px);
  }
  80% {
  }
  100% {
    transform: translateY(-10px);
  }
}

.recommend ul li a {
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  padding: 0;
}
.recommend a::before {
  display: none;
}
.recommend ul li img {
  max-width: 100%;
}
.recommend ul li .recommendTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}
.recommend ul li .recommendTitle h3 {
  font-size: 2.6em;
  color: #3c3c3c;
}
.recommend ul li .recommendTitle h4 {
  font-size: 2em;
  color: #e94a49;
  font-weight: 500;
}
.recommend ul li .sublist {
  display: none;
}
.recommend ul li .sublist .sublistWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommend ul li .sublist .suject {
  width: 100%;
}
.recommend ul li .sublist .suject .sujectWrap {
  list-style: block;
  text-align: justify;
}
.recommend ul li .sublist .suject .sujectWrap {
  margin: 0;
  line-height: 2.2;
  color: #3c3c3c;
  text-align: justify;
}
.recommend ul li .sublist .suject .sujectWrap small {
  font-size: 0.85rem;
}
.recommend ul li .sublist .suject h5 {
  margin: 1% 0;
  text-align: justify;
  color: #3c3c3c;
  font-size: 0.85rem;
}
.recommend ul li .sublist .sublistWrap .recommendTest {
  display: flex;
  flex-direction: column;
  margin: 3vh 0;
}
.recommend ul li .sublist .sublistWrap .recommendTest a {
  display: inline-block;
  background-color: #3c3c3c;
  padding: 1vh 2vw;
  font-size: 1.2rem;
  color: #fff;
}
.recommend ul li .sublist .sublistTable {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommend ul li .sublist .sublistTable table {
  width: 100%;
  border: #6b6a6a solid 1px;
  background-color: #fff;
  text-align: left;
  color: #3c3c3c;
  font-size: 1rem;
}
.recommend ul li .sublist .sublistTable table:first-child {
  margin-bottom: 3vh;
  text-align: center;
}
.recommend ul li .sublist .sublistTable table td {
  border: 1px solid #6b6a6a;
  padding: 0.5vh 0.5vw;
}
.recommend ul li .sublist .sublistTable table td:nth-child(odd) {
  background-color: #f6f6f6;
  text-align: center;
}
.recommend ul li .sublist .sublistTable table:nth-child(2) td:nth-child(2) {
  width: 85%;
}
.recommend ul li .sublist div.colyellow {
  background-color: #fed300;
}
.recommend ul li .sublist div.colgreen {
  background-color: #3ed7b7;
}

/* == 20250520新增師資輪播 == */
/*輪播*/
.student {
  padding: 60px calc((100% - 1200px) / 2) 60px;
  text-align: center;
}
.student .container {
}
.student h2 {
  font-size: 2.8em;
}
.student-swiper-fn {
  position: relative;
  margin: 5vh 0 0 0;
}
.student-swiper-fn .swiper-wrapper {
  height: auto;
}

.student-swiper-fn .swiper-slide {
  margin: 0px;
  padding: 0 1vw;
}

.student-swiper-fn .swiper-button-next {
  position: absolute;
  z-index: 57;
  top: calc(100% / 2);
  background: #0071bc99;
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.student-swiper-fn .swiper-button-next:hover {
  background: #0071bccc;
  transition: all 0.3s;
}
.student-swiper-fn .swiper-button-prev {
  position: absolute;
  z-index: 57;
  background: #0071bc99;
  left: -10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
.student-swiper-fn .swiper-button-prev:hover {
  background: #0071bccc;
  transition: all 0.3s;
}
.student-swiper-fn .swiper-button-next img {
  max-width: 50%;
  position: absolute;
}
.student-swiper-fn .swiper-button-prev img {
  max-width: 50%;
  position: absolute;
}
.swiper-button-next {
  background-image: none;
}
.student-swiper-fn .swiper-pagination {
  position: relative;
  z-index: 56;
  width: 100%;
  margin: 20px auto 0px auto;
}
.student-swiper-fn .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #595757;
  position: relative;
  top: 0px;
  margin: 0px 5px;
}
.student-swiper-fn .swiper-pagination-bullet-active {
  color: #fff;
  background: #4eb376;
}
.student .container .student-swiper-fn .ooba {
}
.student .container .student-swiper-fn .ooba img {
  max-width: 100%;
}
.student .container .student-swiper-fn .ooba div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
}
.student .container .student-swiper-fn .ooba div h4 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #333333;
}
.student .container .student-swiper-fn .ooba div strong {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #3a99f2;
}
.student .container .student-swiper-fn .ooba div span {
  margin: 10px 0;
  padding: 0.5% 3%;
  font-size: 1.3rem;
  border-radius: 999px;
  background-color: #fbb03b;
  color: #333333;
}
.student .container .student-swiper-fn .ooba p {
  font-size: 1.2rem;
  text-align: justify;
  margin: 0;
}
/* == 20250520新增師資輪播 == */

/* 上榜生熱門課程推薦 */
.point {
  background-color: #ffd5c0;
  text-align: center;
  width: 95%;
  margin: auto;
  margin-top: 5vh;
  border-radius: 5em;
  padding: 10vh 15vw;
}
.point h2 {
  font-size: 2.8em;
}
.point section {
  margin: 5vh 0 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5%;
}
.point section div {
  width: 48%;
  padding: 2vh 2vw;
  background: #fff;
  color: #3e2e5b;
  border-radius: 2em;
  border: solid 1px #b6e8ff;
  background-color: #fff;
}
.point section div h3 {
}
.point section div ul {
  text-align: justify;
  padding: 0;
}
.point section div ul li {
  list-style: none;
  font-size: 1.2rem;
  color: #3c3c3c;
}
.point section div ul li .fas {
  color: #e94a49;
}
.point section div img {
  max-width: 40%;
}

/* 20250523新增經驗談 */
.experience {
  background-color: #ffe972;
  text-align: center;
  width: 95%;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
  border-radius: 5em;
  padding: 10vh 15vw;
}
.experience h2 {
  font-size: 2.8em;
}
.experience ul {
  margin: 5vh 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.experience ul li {
  list-style: none;
  width: 45%;
}
.experience ul li > img {
  max-width: 100%;
}
.experience ul li .experienceWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience ul li .experienceWrap h3 {
  color: #000;
}
.experience ul li .experienceWrap strong {
  display: inline-block;
  padding: 1vh 1vw;
  background-color: #000;
  color: #e94a49;
  line-height: 1;
  border-radius: 999px;
}
.experience ul li p {
  font-size: 1.2rem;
  text-align: justify;
  color: #3c3c3c;
}
/* 2025053新增FAQ */
#faq-tabs button {
  padding: 8px 12px;
  margin-right: 6px;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  cursor: pointer;
}
#faq-tabs button:hover {
  background-color: #e0e0e0;
}
#faq-content h4 {
  margin-top: 16px;
  color: #333;
}
/* 2025053新增FAQ */

/* 置底班址 */
.footer {
  padding: 50px calc((100% - 1200px) / 2);
  background-color: #666bff;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.footer ul li {
  width: 20%;
  margin: 8px 0;
  list-style: none;
}
.footer ul li a {
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.footer ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 45%;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.8s;
}
.footer ul li a:hover::after {
  left: 0;
  width: 99%;
}

/* == 平板版型區 ============================================================================= */
@media screen and (max-width: 1180px) {
  header {
    padding: 8vh 5% 30px;
  }
  header h1 {
    font-size: 5.5rem;
  }

  /* 20250522新增考試介紹 */
  .recommend {
    padding: 60px 5%;
  }
  .recommend h2 {
    font-size: 2.8em;
  }
  .recommend ul {
    margin: 40px 0 0;
  }
  /* == 20250520新增師資輪播 == */
  /*輪播*/
  .student {
    padding: 60px 5%;
  }

  /* 20250523新增經驗談 */
  .experience ul li .experienceWrap {
    flex-direction: column;
  }

  /* 置底班址 */
  .footer {
    padding: 50px 5%;
  }
  .footer li {
    text-align: center;
  }
}

@media screen and (max-width: 820px) {
  header h1 {
    font-size: 4.5rem;
  }

  /* 20250522新增考試介紹 */
  .recommend ul li .recommendTitle {
    flex-direction: column;
  }

  /* footer */
  .footer {
    padding: 30px 4%;
  }
  .footer ul li {
    text-align: center;
  }
}
/* == 手機版型區 ============================================================================= */
@media screen and (max-width: 600px) {
  .btn a {
    font-size: 1.3rem;
  }
  header nav {
    width: 100%;
    position: fixed;
    padding: 2vh 0vw;
    font-size: 0.9em;
    top: 5vh;
    bottom: auto;
    left: 0;
    border-radius: 0em;
    background: #666bff;
    display: flex;
    color: #000;
  }
  /* header */
  header img.headerImg {
    display: none;
  }
  header img.headerImgMobile {
    max-width: 100%;
    display: block;
    margin: 0 auto 1%;
  }
  header .h1Wrap {
    display: flex;
    flex-direction: column;
  }
  header h1 {
    font-size: 4rem;
  }
  header .textWrap p {
    font-size: 1rem;
    text-align: justify;
  }
  header .textWrap p br {
    display: none;
  }
  header .textWrap strong {
    display: block;
    font-size: 1rem;
    padding: 1.2vh 2vw;
    margin: 1vh 0 0 0;
  }
  .video-swiper-fn .swiper-button-next {
    right: -5px;
    width: 40px;
    height: 40px;
  }
  .video-swiper-fn .swiper-button-prev {
    left: -5px;
    width: 40px;
    height: 40px;
  }

  /* 20250522新增考試介紹 */
  .recommend {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    padding: 30px 5%;
  }
  .recommend h2 {
    font-size: 1.8em;
  }
  .recommend ul {
    margin: 0;
    flex-wrap: wrap;
  }
  .recommend ul li {
    margin: 10px 0;
    width: 100%;
  }
  .recommend ul li i {
    font-size: 2em;
  }
  .recommend ul li img {
    max-width: 60%;
  }
  .recommend ul li .recommendTitle {
    flex-direction: row;
  }
  .recommend ul li .recommendTitle h3 {
    font-size: 2rem;
  }
  .recommend ul li .recommendTitle h4 {
    font-size: 1.5rem;
  }
  .recommend ul li .sublist .sublistWrap {
    flex-direction: column;
  }
  .recommend ul li .sublist .suject {
    width: 100%;
  }
  .recommend ul li .sublist .suject .sujectWrap {
    font-size: 1rem;
  }
  .recommend ul li .sublist .sublistWrap .recommendTest {
    margin: 5% 0;
  }
  .recommend ul li .sublist .sublistTable {
    flex-direction: column;
    gap: 5%;
  }
  .recommend ul li .sublist .sublistTable table {
    width: 100%;
    font-size: 0.85rem;
  }
  .recommend ul li .sublist .sublistTable table:first-child {
    margin: 5% 0;
  }
  /* == 20250520新增師資輪播 == */
  .student {
    padding: 30px 5%;
  }
  .student h2 {
    font-size: 1.8em;
  }
  .student-swiper-fn .swiper-button-next {
    right: -5px;
    width: 40px;
    height: 40px;
  }
  .student-swiper-fn .swiper-button-prev {
    left: -5px;
    width: 40px;
    height: 40px;
  }
  /* 上榜生熱門課程推薦 */
  .point {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    padding: 30px 5%;
  }
  .point h2 {
    font-size: 1.8em;
  }
  .point section {
    flex-direction: column;
  }
  .point section div {
    width: 100%;
    padding: 2vh 10vw;
  }
  .point section div:last-child {
    margin-top: 3vh;
  }
  .point section div ul li {
    font-size: 1rem;
  }
  /* 20250523新增經驗談 */
  .experience {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    padding: 30px 5%;
  }
  .experience h2 {
    font-size: 1.8em;
  }
  .experience ul {
    flex-direction: column;
  }
  .experience ul li {
    width: 100%;
  }
  .experience ul li > img {
    max-width: 60%;
  }
  .experience ul li .experienceWrap strong {
    padding: 1vh 5vw;
    font-size: 0.85rem;
  }
  .experience ul li p {
    font-size: 1rem;
    text-align: justify;
    color: #3c3c3c;
  }

  /* footer */
  .footer {
    padding: 30px 2% 70px;
  }
  .footer ul li {
    width: 33%;
    text-align: center;
  }
  .footer ul li a {
    font-size: 16px;
  }
}
