* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
  text-size-adjust: none;
  font-size: 15px;
}
ul {
  margin: 0;
  padding: 0;

  list-style: none;
}
.co01 {
  color: #00d8ff;
}
.co02 {
  color: #f00;
}
.co03 {
  color: #ff2e8a;
} /*紅*/
.co04 {
  color: #00a0e9;
} /*藍*/
.co05 {
  color: #00d14a;
} /*綠*/
.co06 {
  color: #00c5c3;
}
p {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
input {
  display: none;
}

/*置頂按鈕*/
.gotop {
  position: fixed;
  right: 5px;
  bottom: 405px;
  width: 55px;
  height: 55px;
  background-color: #fed300;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 999;
  border-radius: 50%;
}
.gotop a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.gotop:active {
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5) inset;
  transition: all 0s;
}

/* == 桌機版優先 ============================================================================= */

/* ==刊頭== */
.head {
  width: 100%;
  padding-bottom: 23.95%;
  background-image: url(../images/image-headbg01.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.head .head-img {
  position: absolute;
  top: 105px;
  left: calc((100% - 405px) / 2);
  max-width: 100%;
}

/* ==區塊01== */
.con01 {
  padding: 0px calc((100% - 1200px) / 2) 60px;
  background-image: url(../images/image01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
}
.con01-wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 70%;
  height: auto;
}
.con01-btn {
  margin: 2% auto 0;
  padding: 0;
  height: auto;
  text-align: center;
}
.con01-btn .btn {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 5%;
  height: auto;
  background-color: #070203;
  border-radius: 20px;
  font-size: 2.3rem;
  color: #23ea3e;
}
.con01-btn .btn a {
  display: block;
  text-decoration: none;
  color: #23ea3e;
}
.con01-btn p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: #333;
}
.con01 h3 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 1% 0;
}
.con01 strong {
  margin: 0 0 2% 0;
  display: block;
  font-size: 2rem;
  font-weight: normal;
  color: #333333;
}
.con01 .con01sublist {
  display: none;
}
.con01 strong span {
  background: linear-gradient(transparent 60%, #e9ec66 0%);
}
.con01 .con01-btn .picwrap {
  display: flex;
  justify-content: center;
  gap: 1%;
  align-items: center;
}
.con01 .con01-btn .table-S {
  width: 30%;
}
.con01 .con01-btn .table-S table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  font-size: 1.8rem;
  color: #333;
}
.con01 .con01-btn .table-S table th {
  width: 30%;
  padding: 2%;
  background-color: #15d630;
  color: #fff;
  border-radius: 10px;
}
.con01 .con01-btn .table-S table td {
  padding: 2%;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.con01 .con01-btn .picwrap .chart01 {
  width: 70%;
}

/* ==區塊08== */
.con08 {
  padding: 60px calc((100% - 1200px) / 2) 60px;
  background-color: #44de59;
  text-align: center;
}
.con08-warp h2 {
  font-size: 3.3rem;
}
.con08-warp ul {
  margin: 30px 0px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.con08-warp li {
  width: 30%;
}
.con08-warp li .pic {
  padding-bottom: 20px;
}
.con08-warp li .pic img {
  max-width: 66%;
}
.con08-warp li .box {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 15px;
}
.con08-warp li .box h4 {
  padding-bottom: 10px;
  font-size: 1.7rem;
  color: #ff6600;
}
.con08-warp li .box p {
  padding: 10px 0 0 0;
  margin: 0;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.5;
  border-top: 1px dashed #c7c7c7;
  text-align: justify;
}
.con08-btn {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.con08-btn .btn {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 5%;
  height: auto;
  background-color: #070203;
  border-radius: 20px;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
}

.con08-btn .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/* ==區塊07== */
.con07 {
  padding: 60px calc((100% - 1200px) / 2) 60px;
  background-color: #44de59;
  text-align: center;
}
.con07-warp h2 {
  font-size: 3.3rem;
  margin: 0;
}
.con07-warp ul {
  margin: 30px 0px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.con07-warp ul li {
  width: 32%;
}
.con07-warp ul li .informationtitle {
  margin: 0 0 10px 0;
  background-color: #333333;
  padding: 2% 5%;
  border-radius: 10px;
}
.con07-warp ul li .informationtitle h4 {
  font-size: 2.5rem;
  margin: 0;
  color: #fbb03b;
}
.con07-warp ul li .informationtitle h4 span {
  font-weight: 700;
  font-size: 2rem;
  color: #ff6600;
  font-style: italic;
}
.con07-warp ul li .box {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 10px;
}
.con07-warp ul li .box table {
  width: 100%;
  font-size: 1.5rem;
  color: #333;
  line-height: 2;
}
.con07-warp ul li .box table td {
}
.con07-btn p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: #333;
}
.con07-btn {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.con07-btn .btn {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 5%;
  height: auto;
  background-color: #070203;
  border-radius: 20px;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
}
.con07-btn .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/* 2025.4/18新增區塊 */
/* 方向測驗 */
.direction {
  padding: 60px calc((100% - 1200px) / 2) 60px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.direction .container h2 {
  font-size: 3.3rem;
  margin: 0;
}
.question h5 {
  display: block;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-weight: 700;
}
.question h5 span {
  display: inline-block;
  overflow: hidden;
  padding: 8px 15px 8px 0px;
  border-radius: 50px;
  background: #ffce00;
}
.question h5 b {
  padding: 8px;
  margin-right: 8px;
  border-radius: 50px;
  color: #fff;
  background: #3fb1ff;
}
.direction .container .quiz-container {
  margin: 50px 0 0;
}
.options .btn {
  padding-bottom: 20px;
  border-radius: 100px;
  color: #333;
  box-shadow: 5px 5px 0px rgba(51, 51, 51, 0.5);
  font-size: 1rem;
  font-weight: 700;
}
.options .btn b {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}
.options .btn:nth-child(1) {
  background: #ffacd5;
}
.options .btn:nth-child(2) {
  background: #a5d967;
}
.options .btn:nth-child(3) {
  background: #64d5ff;
}
.options .btn:nth-child(1):hover {
  background: #c95b91;
}
.options .btn:nth-child(2):hover {
  background: #639626;
}
.options .btn:nth-child(3):hover {
  background: #2a91b7;
}
.options .btn:nth-child(1).active {
  background: #c95b91;
}
.options .btn:nth-child(2).active {
  background: #639626;
}
.options .btn:nth-child(3).active {
  background: #2a91b7;
}
.restbtn .btn,
.question .nextbtn {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  color: #333;
  background: #ffce00;
  font-size: 1rem;
  font-weight: 700;
}
.restbtn .btn:hover,
.question .nextbtn:hover {
  background: #edbf00;
}
.result {
  margin-top: 30px;
}
.result .fn {
  padding: 20px;
  border: 5px solid #ffce00;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 0px rgba(51, 51, 51, 0.5);
}
.result .fn .txt {
  padding: 10px 0px;
  color: #333;
  text-align: justify;
  font-size: 1rem;
}
.result .fn .title {
  position: relative;
  top: -10px;
  width: 50%;
  padding: 10px 0px;
  margin: -40px auto 0 auto;
  border-radius: 50px;
  background: #ffce00;
  box-shadow: 5px 5px 0px rgba(51, 51, 51, 0.5);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
}
.result .fn .txt {
  position: relative;
  margin-left: 20px;
}
.result .fn .txt b {
  color: #ff9d00;
  font-size: 1.1rem;
  font-weight: 700;
}
.result .fn .txt::before {
  position: absolute;
  top: 15px;
  left: -20px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/check-solid.svg) no-repeat;
  background-size: 100%;
  content: "";
}
.restbtn .tips {
  padding: 20px 0px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.restbtn .tips .s1 {
  color: #036eb7;
}
.restbtn .tips .s2 {
  color: #ff9d00;
}
.restbtn .tips strong {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 100px;
  color: #fff;
  background: #ff9d00;
  text-align: center;
}

/* 旋轉動畫的 CSS */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 旋轉動畫的樣式 */
.loadicon {
  position: absolute;
  top: 50%;
  left: calc((100% / 2) - 50px);
  width: 100px;
  transform: translate(-50%, -50%);
  animation: spin 2s linear infinite;
}

/* ==區塊02== */
.con02 {
  padding: 60px calc((100% - 1200px) / 2) 60px;
  background-color: #3a99f2;
  text-align: center;
}
.con02-warp h2 {
  margin: 0;
  font-size: 3.3rem;
  color: #fff;
}
.con02-warp h2 span {
  color: #23ea3e;
}
.con02-warp ul {
  margin: 30px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.con02-warp li {
  width: 31.5%;
}
.con02-warp li img {
  max-width: 66%;
}
.con02-warp li h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.6rem;
  color: #ff0;
  font-weight: bolder;
}
.con02-warp li p {
  margin: 0;
  padding: 5%;
  text-align: justify;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.5rem;
  color: #3a99f2;
}
.con02-btn {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.con02-btn .btn {
  display: inline-block;
  padding: 10px 3%;
  height: auto;
  background-color: #070203;
  border-radius: 20px;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
}

.con02-btn .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/* == 區塊03 == */
/*輪播*/
.student {
  padding: 60px calc((100% - 1200px) / 2) 60px;
  text-align: center;
}
.student h2 {
  margin: 0;
  font-size: 3.3rem;
  color: #333333;
}
.student h2 span {
  color: #23ea3e;
}
.student-swiper-fn,
.teacher-swiper-fn {
  position: relative;
  margin: 30px 0px;
}

.student-swiper-fn .swiper-wrapper,
.teacher-swiper-fn .swiper-wrapper {
  height: auto;
}

.student-swiper-fn .swiper-slide,
.teacher-swiper-fn .swiper-slide {
  margin: 0px;
  padding: 10px 30px 0px 30px;
}

.student-swiper-fn .swiper-button-next,
.teacher-swiper-fn .swiper-button-next {
  position: absolute;
  z-index: 57;
  top: calc(100% / 2);
  background: #0071bc99;
  right: -10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.student-swiper-fn .swiper-button-next:hover,
.teacher-swiper-fn .swiper-button-next:hover {
  background: #0071bccc;
  transition: all 0.3s;
}

.student-swiper-fn .swiper-button-prev,
.teacher-swiper-fn .swiper-button-prev {
  position: absolute;
  z-index: 57;
  background: #0071bc99;
  left: -10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.student-swiper-fn .swiper-button-prev:hover,
.teacher-swiper-fn .swiper-button-prev:hover {
  background: #0071bccc;
  transition: all 0.3s;
}

.student-swiper-fn .swiper-button-next img,
.teacher-swiper-fn .swiper-button-next img {
  position: absolute;
  z-index: 57;
  left: 15px;
  top: 12px;
  width: 50%;
}

.student-swiper-fn .swiper-button-prev img,
.teacher-swiper-fn .swiper-button-prev img {
  position: absolute;
  z-index: 57;
  right: 15px;
  top: 12px;
  width: 50%;
}

.student-swiper-fn .swiper-pagination,
.teacher-swiper-fn .swiper-pagination {
  position: relative;
  z-index: 56;
  width: 100%;
  margin: 20px auto 0px auto;
}

.student-swiper-fn .swiper-pagination-bullet,
.teacher-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,
.teacher-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: 50%;
}
.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;
}
.student .container .student-swiper-fn .ooba p b {
  font-size: 1.2rem;
  color: #ff6600;
}
.con03-btn {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.con03-btn .btn {
  display: inline-block;
  padding: 10px 3%;
  height: auto;
  background-color: #070203;
  border-radius: 20px;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
}

.con03-btn .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/* == 區塊04 == */
.con04 {
  padding: 60px calc((100% - 1200px) / 2) 60px;
  text-align: center;
  background-color: #3a99f2;
}
.con04-warp {
}
.con04-warp h2 {
  font-size: 3.3rem;
  font-weight: normal;
}
.con04-warp h2 span {
  color: #77f962;
}
.con04 .con04-warp ul {
  margin-bottom: 0;
  margin: 30px 0;
  padding: 0;
}
.con04 .con04-warp ul li:nth-child(odd) {
  padding: 0;
  margin: 0;
  width: 245px;
  height: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
.con04 .con04-warp ul li:nth-child(even) {
  padding: 0;
  margin: 0;
  width: 45px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff7800;
  font-size: 2.6rem;
}
.con04 .con04-warp ul li p {
  margin: 0;
  font-size: 2.3rem;
  font-weight: bolder;
  line-height: 1.1;
}
.con04-warp h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
}

.con04-btn {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.con04-btn .btn {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 5%;
  height: auto;
  background-color: #070203;
  border-radius: 20px;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
}
.con04-btn .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.con04-btn p {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  color: #77f962;
}

/* 方向測驗 */
.con05-btn {
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.con05-btn .btn {
  display: inline-block;
  padding: 10px 3%;
  height: auto;
  background-color: #070203;
  border-radius: 20px;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
}

.con05-btn .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/* == 留單 == */
.con06 {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.con06 img {
  width: 100%;
  height: auto;
}
.con06_2 {
  display: none;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.con06_2 img {
  width: 100%;
  height: auto;
}

/* == 志系班址 2024.04.03修改== */
.footer {
  padding: 50px calc((100% - 1200px) / 2);
  width: 100%;
  background-color: #e10000;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.footer ul li {
  width: 20%;
  margin: 8px 0;
}
.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%;
}

/* == other ============================================================================= */
@media (max-width: 1680px) {
  .head {
    width: 100%;
    padding-bottom: 26.95%;
    background-image: url(../images/image-headbg01.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
  }
}
@media (max-width: 1536px) {
  .head {
    width: 100%;
    padding-bottom: 29.95%;
    background-image: url(../images/image-headbg01.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
}
@media (max-width: 1440px) {
  .head {
    width: 100%;
    padding-bottom: 31.95%;
    background-image: url(../images/image-headbg01.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
}
@media (max-width: 1366px) {
  .head {
    width: 100%;
    padding-bottom: 23.95%;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .head .head-img {
    top: 85px;
    max-width: 20%;
    left: calc((100% - 20%) / 2);
  }
  .con01-wrap {
    max-width: 50%;
  }
}

@media (max-width: 1200px) {
  .footer {
    padding: 50px 5%;
  }
  .footer li {
    text-align: center;
  }
}

/* == 平版版型區 ============================================================================= */
@media (max-width: 1180px) {
  .head .head-img {
    top: 66px;
    max-width: 20%;
    left: calc((100% - 20%) / 2);
  }
  /* ==區塊01== */
  .con01 {
    padding: 0 5% 60px;
  }
  .con01-btn {
    margin: 4% auto 0;
  }
  .con01-btn .btn {
    font-size: 2rem;
  }
  .con01-btn p {
    font-size: 1.3rem;
  }
  .con01 strong {
    font-size: 1.5rem;
  }
  .con01 .con01-btn .table-S table {
    font-size: 1.5rem;
  }

  /* ==區塊08== */
  .con08 {
    padding: 30px 5%;
  }
  .con08-warp h2 {
    font-size: 2.8rem;
  }
  .con08-warp li .box p {
    font-size: 1.2em;
  }

  /* ==區塊07== */
  .con07 {
    padding: 30px 5%;
  }
  .con07-warp h2 {
    font-size: 2.8rem;
  }
  .con07-warp ul li .informationtitle h4 {
    font-size: 2.3rem;
  }
  .con07-warp ul li .informationtitle h4 span {
    font-size: 1.8rem;
  }
  .con07-warp ul li .box table {
    font-size: 1.3rem;
  }
  .con07-btn {
    margin: 4% auto 0;
  }
  .con07-btn .btn {
    font-size: 2rem;
  }

  /* 方向測驗 */
  .direction {
    padding: 30px 5%;
  }
  .direction .container h2 {
    font-size: 2.8rem;
  }

  /* ==區塊02== */
  .con02 {
    padding: 30px 5%;
  }
  .con02-warp h2 {
    font-size: 2.8rem;
  }
  .con02-warp li p {
    font-size: 1.2rem;
  }
  .con02-btn .btn {
    font-size: 2rem;
  }
  /* ==區塊03== */
  .student {
    padding: 30px 5%;
  }
  .student h2 {
    font-size: 2.8rem;
  }
  .student .container .student-swiper-fn .ooba div h4 {
    font-size: 1.3rem;
  }
  .student .container .student-swiper-fn .ooba div strong {
    font-size: 1.3rem;
  }
  .student .container .student-swiper-fn .ooba div span {
    font-size: 1rem;
  }
  .con03-btn .btn {
    font-size: 2rem;
  }

  /* ==區塊04== */
  .con04 {
    padding: 30px 5%;
  }
  .con04-warp h2 {
    font-size: 2.8rem;
  }
  .con04 .con04-warp ul li:nth-child(odd) {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 914px) {
  .head .head-img {
    top: 46px;
    max-width: 20%;
    left: calc((100% - 20%) / 2);
  }
  /* ==區塊07== */
  .con07-warp ul li .informationtitle h4 {
    font-size: 1.9rem;
  }
  .con07-warp ul li .informationtitle h4 span {
    font-size: 1.4rem;
  }
  /* 區塊03 */
  .student .container .student-swiper-fn .ooba div {
    flex-wrap: wrap;
  }
  .student .container .student-swiper-fn .ooba div span {
    width: 100%;
    font-size: 1.3rem;
  }

  /* ==區塊04== */
  .con04 .con04-warp ul li:nth-child(odd) {
    width: 145px;
    height: 145px;
  }
  .con04 .con04-warp ul li:nth-child(even) {
    width: 18px;
    height: 200px;
    font-size: 1.2rem;
  }
  .con04 .con04-warp ul li p {
    margin: 0;
    font-size: 1.7rem;
  }
}

@media (max-width: 820px) {
}
@media (max-width: 768px) {
  /* ==區塊01== */
  .con01 {
    padding: 30px 5%;
    background-image: url(../images/image01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    background-size: contain;
  }
  .con01-wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 60%;
  }
  .con01 .con01-btn .table-S table {
    font-size: 1.5rem;
  }

  /* ==區塊07== */
  .con07-warp ul li {
    width: 30%;
  }
  .con07-warp ul li .informationtitle h4 {
    font-size: 1.7rem;
  }
  .con07-warp ul li .informationtitle h4 span {
    font-size: 1.3rem;
  }
  .con07-warp ul li .box {
    padding: 20px;
  }
  .con07-warp ul li .box table {
    font-size: 1.2rem;
  }

  /* == 區塊05 == */
  .con05 {
    margin: 0 auto;
    padding: 80px 5% 0 5%;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .con05 h2 {
    font-size: 3.1em;
    color: #000;
    font-weight: normal;
  }
  .con05 .bimg01 {
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
  }
  .con05 .bimg02 {
    display: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }

  /* == 留單 == */
  .con06 {
    display: block;
    margin: 0 auto;
    padding: 20px 2% 60px 2%;
    width: 100%;
    text-align: center;
  }
  .con06 img {
    width: 100%;
    height: auto;
  }
  .con06_2 {
    display: none;
    margin: 0 auto;
    padding: 60px 2%;
    width: 100%;
    text-align: center;
  }
  .con06_2 img {
    width: 100%;
    height: auto;
  }

  /* footer */
  .footer {
    padding: 30px 4%;
  }
  .footer ul li {
    text-align: center;
  }
}

/* == 手機版型區 ============================================================================= */
@media screen and (max-width: 600px) {
  /* ==刊頭== */
  .head {
    width: 100%;
    height: auto;
    padding-bottom: 70.3%;
    background-image: url(../images/head-S0.jpg);
    background-color: #fff;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  .head .head-img {
    display: none;
  }

  /* ==區塊01== */
  .con01 {
    padding: 1.5vh 5% 3vh;
    overflow: hidden;
    background-image: url(../images/image01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    background-size: cover;
  }
  .con01-wrap {
    max-width: 100%;
  }
  .con01-btn {
    margin: 2vh auto 0;
    text-align: center;
  }
  .con01-btn .btn {
    margin: 2vh auto 1vh auto;
    padding: 2% 6%;
    background-color: #070203;
    border-radius: 20px;
    font-size: 1.8rem;
    color: #23ea3e;
  }
  .con01-btn p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
  }
  .con01 strong {
    font-size: 1.3rem;
  }
  .con01 .con01-btn .picwrap {
    display: block;
  }
  .con01 .con01-btn .table-L {
    width: 100%;
  }
  .con01 .con01-btn .table-L table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    font-size: 1rem;
    color: #333;
  }
  .con01 .con01-btn .table-L table th {
    padding: 1%;
    background-color: #fbb03b;
    color: #fff;
  }
  .con01 .con01-btn .table-L table td {
    width: 22%;
    padding: 1%;
    background-color: #f2f2f2;
  }

  /* == line連結展開區塊 == */
  .line-wrap {
    display: none;
    width: 100%;
    padding: 50px 5vw;
  }
  .line-wrap .linebox p {
    padding-bottom: 20px;
    font-size: 2em;
  }
  .line-wrap .linebox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .line-wrap .linebox ul li {
    width: 25vw;
    margin: 5px;
  }
  .line-wrap .linebox ul a {
    font-size: 1.2em;
  }

  /* ==區塊08== */
  .con08 {
    padding: 3vh 5%;
  }

  .con08-warp h2 {
    font-size: 1.7rem;
  }
  .con08-warp ul {
    padding: 15px 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5vh;
  }
  .con08-warp li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
  }
  .con08-warp li .pic {
    padding-bottom: 15px;
    width: 35%;
  }
  .con08-warp li .pic img {
    max-width: 65px;
  }
  .con08-warp li .box {
    width: 100%;
    padding: 3%;
    border-radius: 15px;
  }
  .con08-warp li .box h4 {
    padding-bottom: 10px;
    font-size: 1.2rem;
    color: #ff6600;
  }
  .con08-warp li .box h4 br {
    display: none;
  }
  .con08-warp li .box p {
    padding: 10px 0 0 0;
    font-size: 1rem;
  }
  .con08-btn {
    margin: 2vh auto 0;
    text-align: center;
  }
  .con08-btn .btn {
    margin: 1vh 0 0 0;
    padding: 2% 5%;
    background-color: #070203;
    border-radius: 20px;
    font-size: 1.8rem;
    color: #23ea3e;
  }

  /* ==區塊07== */
  .con07 {
    padding: 3vh 5%;
  }
  .con07-warp {
  }
  .con07-warp h2 {
    font-size: 1.7rem;
  }
  .con07-warp ul {
    margin: 15px 0px;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5vh;
  }
  .con07-warp ul li {
    width: 100%;
  }
  .con07-warp ul li .informationtitle {
    margin: 0 0 5px 0;
    border-radius: 0px;
  }
  .con07-warp ul li .informationtitle h4 {
    font-size: 2rem;
  }
  .con07-warp ul li .informationtitle h4 span {
    font-size: 1.5rem;
  }
  .con07-warp ul li .box {
    padding: 10px;
    border-radius: 0px;
  }
  .con07-warp ul li .box table {
    font-size: 1rem;
    line-height: 1.6;
  }
  .con07-btn p {
    font-size: 1.2rem;
  }
  .con07-btn {
    margin: 2vh auto 0;
    text-align: center;
  }
  .con07-btn .btn {
    margin: 1vh 0 0 0;
    padding: 2% 5%;
    background-color: #070203;
    border-radius: 20px;
    font-size: 1.8rem;
    color: #23ea3e;
  }

  /* 方向測驗 */
  .direction {
    padding: 3vh 5%;
  }
  .direction .container h2 {
    font-size: 1.7rem;
  }
  .direction .container .quiz-container {
  }
  .question h5 {
    font-size: 1rem;
  }
  .con05-btn {
    flex-wrap: wrap;
    gap: 1vh;
  }
  .con05-btn .btn {
    padding: 2% 5%;
    font-size: 1.8em;
  }


  /* ==區塊02== */
  .con02 {
    padding: 3vh 5%;
  }
  .con02-warp h2 {
    font-size: 1.7rem;
  }
  .con02-warp ul {
    margin: 15px 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5vh;
  }
  .con02-warp li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
  }

  .con02-warp li picture {
    width: 20%;
  }
  .con02-warp li img {
    max-width: 65px;
  }
  .con02-warp li div {
    width: 80%;
  }
  .con02-warp li h3 {
    font-size: 1.3rem;
  }
  .con02-warp li p {
    font-size: 1rem;
  }
  .con02-btn {
    flex-wrap: wrap;
    gap: 1vh;
  }
  .con02-btn .btn {
    padding: 2% 5%;
    font-size: 1.8em;
  }

  /* 區塊03 */
  .student {
    padding: 3vh 5%;
  }
  .student h2 {
    font-size: 1.7rem;
  }
  .student .container .student-swiper-fn .ooba div {
    justify-content: center;
    gap: 2%;
  }
  .student .container .student-swiper-fn .ooba div h4 {
    font-size: 1.3rem;
  }
  .student .container .student-swiper-fn .ooba div strong {
    font-size: 1.3rem;
  }
  .student .container .student-swiper-fn .ooba div span {
    font-size: 1rem;
  }
  .student .container .student-swiper-fn .ooba p,
  .student .container .student-swiper-fn .ooba p b {
    font-size: 1rem;
  }

  .con03-btn {
    flex-wrap: wrap;
    gap: 1vh;
  }

  .con03-btn .btn {
    padding: 2% 5%;
    font-size: 1.8em;
  }

  /* == 區塊04 == */
  .con04 {
    padding: 3vh 5%;
  }
  .con04-warp {
  }
  .con04-warp h2 {
    font-size: 1.7rem;
  }

  .con04-warp h3 {
    font-size: 1.1rem;
  }
  .con04 .con04-warp ul li:nth-child(1),
  .con04 .con04-warp ul li:nth-child(2) {
    display: none;
  }
  .con04 .con04-warp ul li:nth-child(odd) {
    width: 85px;
    height: 85px;
  }
  .con04 .con04-warp ul li:nth-child(even) {
    width: 15px;
    height: 100px;
  }
  .con04 .con04-warp ul li p {
    font-size: 1rem;
  }

  .con04-btn {
    margin: 2vh auto 0;
    text-align: center;
  }
  .con04-btn .btn {
    margin: 1vh 0 0 0;
    padding: 2% 5%;
    background-color: #070203;
    border-radius: 20px;
    font-size: 1.8rem;
    color: #23ea3e;
  }
  .con04-btn p {
    font-size: 1rem;
  }

  /* == 區塊05 == */
  .con05 {
    margin: 0 auto;
    padding: 40px 4% 0 4%;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .con05 h2 {
    font-size: 1.8em;
    color: #000;
    font-weight: normal;
  }
  .con05 .bimg01 {
    display: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }
  .con05 .bimg02 {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }

  /* == 留單 == */
  .con06 {
    display: block;
    margin: 0 auto;
    padding: 20px 5%;
    width: 100%;
    text-align: center;
  }
  .con06 img {
    width: 100%;
    height: auto;
  }
  .con06_2 {
    display: block;
    margin: 0 auto;
    padding: 10px 5%;
    width: 100%;
    text-align: center;
  }
  .con06_2 img {
    width: 100%;
    height: auto;
  }

  /* footer */
  .footer {
    padding: 30px 2% 70px;
  }
  .footer ul li {
    width: 33%;
    text-align: center;
  }
  .footer ul li a {
    font-size: 16px;
  }
}
