@charset "UTF-8";
@keyframes animate03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate04 {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loading {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 100; /* 線條順時針偏移 */
  }
}
@keyframes animate02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animate04 {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animate05 {
  0% {
    top: -72%;
    width: 105%;
  }
  100% {
    top: -75%;
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}

.column-xs-6 {
  display: block;
  width: 350px;
  height: 500px;
}

.top-text {
  margin-bottom: 1.4rem;
}

.top-text::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 40px);
}

.top-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  background: #5cb874;
  bottom: 0;
  left: calc(50% - 15px);
}

.newPage01 .easyParts,
.page01,
.page02,
.page03,
.page04,
.page05,
.page06,
.page07 {
  visibility: hidden;
}

.newPage01 .easyParts.ready,
.page01.ready,
.page02.ready,
.page03.ready,
.page04.ready,
.page05.ready,
.page06.ready,
.page07.ready {
  visibility: initial;
}

.newPage01 .serchBox {
  animation: animate02 0.4s linear 0.2s, animate03 0.3s linear 0.2s;
  animation-fill-mode: both;
}
.newPage01 .hotSerch {
  animation: animate02 0.4s linear 0.4s, animate03 0.3s linear 0.4s;
  animation-fill-mode: both;
}
.newPage01 .easyButtons {
  animation: animate04 0.4s linear 0.75s, animate03 0.3s linear 0.75s;
  animation-fill-mode: both;
}
.newPage01 .first img {
  animation: animate05 1.2s linear 0.6s, animate03 1s linear 0.6s;
  animation-fill-mode: both;
}
.newPage01 .easyParts.ready .tittle {
  animation: animate04 0.4s linear 0.1s, animate03 0.3s linear 0.1s;
  animation-fill-mode: both;
}
.newPage01 .easyParts.ready .part {
  animation: animate02 0.25s linear 0.4s, animate03 0.1s linear 0.4s;
  animation-fill-mode: both;
}
.newPage01 .easyParts.ready .local-button {
  animation: animate04 0.25s linear 0.6s, animate03 0.1s linear 0.6s;
  animation-fill-mode: both;
}

.page01.ready .contain01 {
  animation: animate02 0.4s linear 0.3s, animate03 0.3s linear 0.3s;
  animation-fill-mode: both;
}

.page02.ready,
.page03.ready,
.page04.ready,
.page05.ready,
.page06.ready,
.page07.ready {
  animation: animate02 0.4s linear 0.2s, animate03 0.3s linear 0.2s;
  animation-fill-mode: both;
}

.innerHtml {
  display: flex;
  width: 100%;
  min-height: 100%;
  height: fit-content;
  flex-direction: column;
  align-items: center;
}
.innerHtml .newPage01 {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  flex-direction: column;
}
.innerHtml .newPage01 > .crtl-nav {
  margin-top: 1rem;
  display: flex;
  position: relative;
  z-index: 1;
}
.innerHtml .newPage01 > .crtl-nav h1 {
  color: #3c6579;
  padding: 3rem 3rem;
  background-color: white;
  border-radius: 10px;
  font-size: 1.3rem;
  box-shadow: rgba(36, 30, 56, 0.18) 0px 2px 7px 3px;
}
.innerHtml .newPage01 > .background {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
}
.innerHtml .newPage01 > .background > .first {
  width: 100%;
  overflow: hidden;
  height: 18rem;
  position: relative;
  background-color: rgba(62, 106, 87, 0.8901960784);
}
.innerHtml .newPage01 > .background > .first img:nth-child(1) {
  position: absolute;
  width: 100%;
  height: fit-content;
  right: 0%;
  top: -75%;
}
.innerHtml .newPage01 > .background > .first img:nth-child(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: -120%;
  opacity: 0.8;
}
.innerHtml .newPage01 > .inner {
  width: 1400px;
  margin: 0 2%;
  display: flex;
  position: relative;
  flex-direction: column;
}
.innerHtml .newPage01 > .inner input, .innerHtml .newPage01 > .inner select {
  border-radius: 10px;
  height: 3.5rem;
  border: 1px solid transparent;
  color: #3e667a;
  font-size: 1.1rem;
  padding: 0 1rem 0 3rem;
  cursor: pointer;
  font-weight: bold;
  background-color: white;
}
.innerHtml .newPage01 > .inner .inputs {
  margin-bottom: 0.8rem;
}
.innerHtml .newPage01 > .inner .inputs.text {
  width: 100%;
}
.innerHtml .newPage01 > .inner .inputs.text input {
  width: 100%;
  font-size: 1.1rem;
  background-image: url("/image/serch_input.svg");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 1rem center;
}
.innerHtml .newPage01 > .inner .inputs.text input::placeholder {
  color: rgba(62, 102, 122, 0.6431372549);
}
.innerHtml .newPage01 > .inner .inputs.text input:focus {
  outline: 2px solid #0189f8;
}
.innerHtml .newPage01 > .inner .inputs.select {
  display: flex;
  gap: 0.7rem;
}
.innerHtml .newPage01 > .inner .inputs.select :nth-child(1) {
  flex: 1;
  background-image: url("/image/mid-icon01.svg");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 1.5rem center;
}
.innerHtml .newPage01 > .inner .inputs.select :nth-child(2) {
  flex: 3;
  background-image: url("/image/mid-icon02.svg");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 1.5rem center;
  padding: 0 1rem 0 3.5rem;
}
.innerHtml .newPage01 > .inner .serchBox {
  display: flex;
  width: 100%;
  max-width: 1300px;
  box-shadow: rgba(36, 30, 56, 0.18) 0px 2px 7px 3px;
  border-radius: 15px;
  padding: 2rem 3rem;
  background-color: #e1ebe8;
  flex-direction: column;
  margin: 3rem auto 1.5rem;
  position: relative;
  z-index: 1;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.text {
  position: relative;
  z-index: 3;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.text #all-lessons {
  position: absolute;
  padding: 0 0 1rem 0;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f0f8ff; /* 自定義背景色 */
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  z-index: 3;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.text #all-lessons .options-wrapper {
  padding: 0;
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: thin; /* 細捲軸 */
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.1); /* (滑塊, 軌道) */
}
.innerHtml .newPage01 > .inner .serchBox .inputs.text #all-lessons .options-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.text #all-lessons .options-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05); /* 柔和的背景色 */
  border-radius: 10px;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.text #all-lessons .options-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4); /* 半透明滑塊 */
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1); /* 內邊框，讓滑塊更精緻 */
}
.innerHtml .newPage01 > .inner .serchBox .inputs.text #all-lessons .options-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6); /* 懸停時增加不透明度 */
}
.innerHtml .newPage01 > .inner .serchBox .inputs.text #all-lessons .lesson-item {
  padding: 12px 15px;
  cursor: pointer;
  font-size: 2rem;
  transition: background-color 0.2s;
  border-bottom: 2px solid white;
  color: #259797;
  font-weight: bold;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.text #all-lessons .lesson-item:hover {
  background-color: #d4e6f1;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.class-option {
  display: flex;
  width: 100%;
  gap: 1rem;
  position: relative;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.class-option label {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.class-option input {
  display: none;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.class-option > div {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 1.1rem;
  text-align: center;
  border-radius: 15px;
  height: 3rem;
  cursor: pointer;
  color: #3e667a;
  font-weight: bold;
  border: 1px solid #b9b9b9;
}
.innerHtml .newPage01 > .inner .serchBox .inputs.class-option > div:has(input:checked) {
  background-color: #f5dfe0;
  border: 1px solid #ab3500;
}
.innerHtml .newPage01 > .inner .serchBox .button {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 2rem);
  width: 100%;
  display: flex;
  justify-content: center;
}
.innerHtml .newPage01 > .inner .serchBox .button input {
  border-radius: 15px;
  border: none;
  background-color: #ab3500;
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  width: 100%;
  max-width: 35rem;
  box-shadow: rgba(0, 0, 0, 0.103) 0px 2px 8px 3px;
}
.innerHtml .newPage01 > .inner .hotSerch {
  display: flex;
  margin: 2rem 0;
}
.innerHtml .newPage01 > .inner .hotSerch > .tittle {
  margin-right: 1rem;
}
.innerHtml .newPage01 > .inner .hotSerch > .tittle h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #259797;
  text-wrap: nowrap;
}
.innerHtml .newPage01 > .inner .hotSerch .hotbox {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.innerHtml .newPage01 > .inner .hotSerch .hotbox h2 {
  line-height: initial;
  background-color: #e1ebe8;
  padding: 0.3rem 1.2rem;
  border-radius: 5px;
  font-weight: bold;
  text-wrap: nowrap;
}
.innerHtml .newPage01 > .inner .easyButtons {
  display: grid;
  width: 100%;
  margin: 1rem auto;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  z-index: 0;
  grid-template-columns: repeat(3, minmax(0, 15rem));
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton {
  display: flex;
  width: 15rem;
  height: 15rem;
  border-radius: 15%;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  background-image: url("/image/button_bg.png");
  background-repeat: no-repeat;
  transition: color 0.25s;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton p {
  font-size: 1.8rem;
  font-weight: bold;
  z-index: 1;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton > div {
  height: 6rem;
  margin-bottom: 0.5rem;
  z-index: 1;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton > div svg {
  height: 100%;
  width: 100%;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton span {
  z-index: 0;
  border-radius: 100%;
  position: absolute;
  display: flex;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: white;
  transition: background-color 0.25s;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton01 {
  background-color: #9c7c9c;
  color: #5c1e5c;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton01 svg path {
  transition: fill 0.25s;
  fill: #5c1e5c;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton01 svg rect {
  transition: stroke 0.25s;
  stroke: #9c7c9c;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton01:hover {
  color: white;
  background-color: rgba(92, 30, 92, 0.7803921569);
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton01:hover svg path {
  fill: white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton01:hover svg rect {
  stroke: white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton01:hover span {
  background-color: #5c1e5c;
  border: 5px solid white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton02 {
  background-color: #27aabf;
  color: #037d8d;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton02 svg rect {
  fill: #037d8d;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton02 svg path, .innerHtml .newPage01 > .inner .easyButtons .easyButton02 svg polyline {
  fill: #037d8d;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton02:hover {
  color: white;
  background-color: #0e94a8;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton02:hover svg path {
  fill: white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton02:hover svg rect {
  stroke: white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton02:hover span {
  background-color: #037d8d;
  border: 5px solid white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton03 {
  background-color: #bdc790;
  color: #8a9752;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton03 svg circle, .innerHtml .newPage01 > .inner .easyButtons .easyButton03 svg path:nth-child(2), .innerHtml .newPage01 > .inner .easyButtons .easyButton03 svg path:nth-child(1) {
  fill: #8a9752;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton03 svg path {
  fill: #bdc790;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton03:hover {
  color: white;
  background-color: #a6b36c;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton03:hover svg path {
  fill: white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton03:hover svg rect {
  stroke: white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton03:hover span {
  background-color: #8a9752;
  border: 5px solid white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton04 {
  background-color: #325068;
  color: #10283c;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton04 svg path:nth-child(1),
.innerHtml .newPage01 > .inner .easyButtons .easyButton04 svg path:nth-child(3),
.innerHtml .newPage01 > .inner .easyButtons .easyButton04 svg path:nth-child(5),
.innerHtml .newPage01 > .inner .easyButtons .easyButton04 svg path:nth-child(7),
.innerHtml .newPage01 > .inner .easyButtons .easyButton04 svg path:nth-child(9),
.innerHtml .newPage01 > .inner .easyButtons .easyButton04 svg path:nth-child(11),
.innerHtml .newPage01 > .inner .easyButtons .easyButton04 svg path:nth-child(12) {
  fill: #10283c;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton04 svg path {
  fill: #325068;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton04:hover {
  color: white;
  background-color: #2d5a80;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton04:hover svg path {
  fill: white;
  stroke: #10283c;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton04:hover span {
  background-color: #10283c;
  border: 5px solid white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton05 {
  background-color: #e996a3;
  color: #9d3948;
  font-size: 1.5rem;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton05 svg path:nth-child(1), .innerHtml .newPage01 > .inner .easyButtons .easyButton05 svg path:nth-child(2) {
  fill: #bb616f;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton05 svg path {
  fill: #e996a3;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton05:hover {
  color: white;
  background-color: #d66173;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton05:hover svg path {
  fill: white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton05:hover span {
  background-color: #bb616f;
  border: 5px solid white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton06 {
  background-color: #a62972;
  color: #6e1647;
  font-size: 1.5rem;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton06 svg path:nth-child(2),
.innerHtml .newPage01 > .inner .easyButtons .easyButton06 svg path:nth-child(3),
.innerHtml .newPage01 > .inner .easyButtons .easyButton06 svg circle {
  fill: #6e1647;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton06 svg path {
  fill: #a62972;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton06:hover {
  color: white;
  background-color: #bb1b78;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton06:hover svg path {
  fill: white;
}
.innerHtml .newPage01 > .inner .easyButtons .easyButton06:hover span {
  background-color: #a62972;
  border: 5px solid white;
}
.innerHtml .newPage01 > .inner .easyParts {
  display: flex;
  width: 100%;
  margin: 2rem 0 3rem;
  gap: 2rem;
  position: relative;
  z-index: 0;
}
.innerHtml .newPage01 > .inner .easyParts .parts {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px 10px 0 0;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.innerHtml .newPage01 > .inner .easyParts .parts h5 {
  font-size: 1.3rem;
}
.innerHtml .newPage01 > .inner .easyParts .parts .svg {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 55rem;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  display: none;
}
.innerHtml .newPage01 > .inner .easyParts .parts .svg02 {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 20rem;
  top: 0rem;
  left: -23%;
  z-index: 0;
  opacity: 0.5;
}
.innerHtml .newPage01 > .inner .easyParts .parts .tittle {
  display: flex;
  justify-content: flex-start;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  width: 100%;
  color: #259797;
  font-weight: 600;
  padding: 0.5rem 0rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
  border-bottom: 1px solid #259797;
}
.innerHtml .newPage01 > .inner .easyParts .parts .local-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.innerHtml .newPage01 > .inner .easyParts .parts .local-button p {
  color: #259797;
  border: 1px solid #259797;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.innerHtml .newPage01 > .inner .easyParts .parts .local-button.none {
  display: none;
}
.innerHtml .newPage01 > .inner .easyParts .parts .local-ans {
  display: none;
  animation: animate03 0.25s linear, animate04 0.3s linear;
}
.innerHtml .newPage01 > .inner .easyParts .parts .local-ans.active {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.innerHtml .newPage01 > .inner .easyParts .parts .local-ans.active p {
  color: #259797;
  font-weight: bold;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part {
  padding: 1rem 1.5rem;
  cursor: pointer;
  background: #f3f2c9;
  margin: 0 0.5rem 0.7rem 0;
  border-radius: 5px;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: fit-content;
  transition: 0.25s all;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part:hover {
  transform: translateY(-5px);
  box-shadow: rgba(36, 30, 56, 0.07) 0px 2px 3px 1px;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part:hover h5 {
  color: #259797;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part > span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  margin-top: 1rem;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part .info {
  margin-top: 0.5rem;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part .info .line {
  margin-bottom: 0.5rem;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part .info .line p {
  display: table-cell;
  vertical-align: top;
  color: #3b3b3b;
  font-size: 1rem;
  padding: 0 0 0 1rem;
  word-break: break-all;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part .info .line p:nth-child(1) {
  border-right: 1px solid #919191;
  padding: 0 1rem;
  text-wrap: nowrap;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part h5 {
  display: inline-flex;
  color: #444546;
  font-weight: bold;
  align-items: center;
  transition: 0.25s color;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part h5::before {
  content: "";
  background-image: url("/image/array_circle.svg");
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.5rem;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part .partButtons {
  display: flex;
  gap: 1rem;
  margin-top: 0.3rem;
  width: fit-content;
  display: none;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part .partButtons p {
  font-size: 1rem;
  background-color: #006611;
  padding: 0.3rem 2rem;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part02 {
  display: none;
  margin: 0;
}
.innerHtml .newPage01 > .inner .easyParts .parts .part02.active {
  display: flex;
}
.innerHtml .newPage01 > .inner .easyParts .parts.mid .tittle::after {
  width: 100%;
}
.innerHtml .newPage01 > .inner .easyParts .parts.south .tittle::after {
  width: 100%;
}
.innerHtml .commonly {
  width: 100%;
  display: none;
  height: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.innerHtml .commonly > .commonly-buttons {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 30%;
  z-index: 0;
  cursor: pointer;
}
.innerHtml .commonly > .commonly-buttons .coomonly-Button {
  background: white;
  width: 190px;
  height: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  flex-direction: column;
  transform: translateY(13%);
  transition: box-shadow 0.5s, width 0.35s, transform 0.15s;
}
.innerHtml .commonly > .commonly-buttons .coomonly-Button h1 {
  color: #57a859;
  margin: 0 0 6% 0;
  transition: color 0.5s;
  font-size: 0.95rem;
  font-weight: initial;
}
.innerHtml .commonly > .commonly-buttons .coomonly-Button div {
  display: flex;
  width: 60px;
  max-width: 10vw;
  height: 60px;
  max-height: 10vw;
  transition: background 0.75s, width 0.4s, height 0.4s;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 35%;
}
.innerHtml .commonly > .commonly-buttons .coomonly-Button div svg {
  width: 70px;
  height: 65px;
}
.innerHtml .commonly > .commonly-buttons .coomonly-Button div svg path {
  fill: #14b119;
}
.innerHtml .page01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  background-image: url(/image/topbar-back.png);
  background-repeat: no-repeat;
  background-position: 41% 1%;
  height: fit-content;
  background-size: auto;
}
.innerHtml .contain01 {
  margin: 4vh 0 5vh;
  width: 100%;
  max-width: 1400px;
  display: flex;
}
.innerHtml .contain01 > div:nth-child(1) {
  flex: 2.8;
}
.innerHtml .contain01 > div:nth-child(1) .slider {
  display: flex;
  max-width: 1025px;
  width: 98%;
  height: 460px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .button {
  display: flex;
  width: 100%;
  height: 0;
  position: absolute;
  top: 40%;
  justify-content: space-between;
  z-index: 1;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .button button {
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0 4%;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  z-index: 1;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .button button .fa {
  font-size: 1.8rem;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .button button:active {
  transform: scale(0.8);
  transform: all 1s;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot {
  display: flex;
  width: 100%;
  height: fit-content;
  position: absolute;
  bottom: 5%;
  justify-content: center;
  align-items: center;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot span {
  margin: 0 1.5%;
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot span .pointer {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0.5;
  z-index: 1;
  transition: background 0.25s, opacity 0.25s;
  z-index: 2;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot span div.svg {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  display: none;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot span div.svg svg {
  width: 20px;
  height: 20px;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot span div.svg svg circle {
  stroke: #1f9b23;
  animation: loading 7.3s 0s ease-out;
  will-change: transform;
  transform: rotateZ(270deg);
  transform-origin: center;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot span:after {
  position: absolute;
  content: "";
  width: 16.5px;
  height: 16.5px;
  border-radius: 100%;
  border: 1px solid #1f9b23;
  opacity: 0;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot span.active:after {
  opacity: 1;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot span.active .pointer {
  opacity: 1;
  background: white;
}
.innerHtml .contain01 > div:nth-child(1) .slider > .navBot span.active div.svg {
  opacity: 1;
  display: flex;
}
.innerHtml .contain01 > div:nth-child(1) .slider .cotain {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transform: translateX(0);
}
.innerHtml .contain01 > div:nth-child(1) .slider .cotain .inner {
  width: 20%;
}
.innerHtml .contain01 > div:nth-child(1) .slider .cotain .inner a {
  display: block;
  width: 100%;
  height: 100%;
}
.innerHtml .contain01 > div:nth-child(1) .slider .cotain .inner:nth-child(1),
.innerHtml .contain01 > div:nth-child(1) .slider .cotain .inner:nth-child(4) {
  background-color: saddlebrown;
}
.innerHtml .contain01 > div:nth-child(1) .slider .cotain .inner:nth-child(2),
.innerHtml .contain01 > div:nth-child(1) .slider .cotain .inner:nth-child(5) {
  background-color: darkmagenta;
}
.innerHtml .contain01 > div:nth-child(1) .slider .cotain .inner:nth-child(3) {
  background-color: aqua;
}
.innerHtml .contain01 > div:nth-child(1) .slider .cotain.active {
  transition: left 0.3s;
}
.innerHtml .contain01 > div:nth-child(2) {
  display: flex;
  justify-items: center;
  align-items: center;
  flex: 1;
}
.innerHtml .contain01 > div:nth-child(2) > .facebook-Coatin {
  display: block;
  width: 350px;
  height: 460px;
  margin: 0 auto;
}
.innerHtml .page02 {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
  align-items: center;
  margin: 6vh 0 10vh;
}
.innerHtml .page02 .inner {
  width: 1300px;
  margin: 0 2%;
  display: flex;
  position: relative;
  flex-direction: column;
}
.innerHtml .page02 .inner .allNews {
  display: flex;
  visibility: hidden;
  position: absolute;
  min-height: 100%;
  height: fit-content;
  max-width: 1300px;
  width: 100%;
  border: 1px solid #f2f2f2;
  box-shadow: rgba(38, 49, 100, 0.0784313725) 0px 0px 6px 1px;
  border-radius: 5px;
  background: white;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.25s, visibility 0s 0.25s;
  flex-direction: column;
  padding: 2rem 1rem;
  align-items: flex-end;
}
.innerHtml .page02 .inner .allNews .close {
  display: flex;
  height: fit-content;
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 2.2rem;
  width: 2.2rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.innerHtml .page02 .inner .allNews .top-title {
  display: flex;
  height: 4rem;
  width: 100%;
  align-items: center;
}
.innerHtml .page02 .inner .allNews .top-title h1 {
  font-size: 1.4rem;
  color: #464646;
  font-weight: bold;
  margin: 0;
}
.innerHtml .page02 .inner .allNews .pre {
  display: flex;
  height: 1.8rem;
}
.innerHtml .page02 .inner .allNews .pre g {
  stroke: #464646;
  transition: stroke 0.25s;
}
.innerHtml .page02 .inner .allNews .innerHTML {
  display: flex;
  min-height: 400px;
  width: 100%;
  flex-direction: column;
  padding-bottom: 1rem;
}
.innerHtml .page02 .inner .allNews .innerHTML img {
  margin-top: 1rem;
  gap: 1.5rem;
  padding: 0 3rem;
  object-fit: contain;
}
.innerHtml .page02 .inner .allNews .backNews {
  display: flex;
  cursor: pointer;
  margin: 0.5rem;
}
.innerHtml .page02 .inner .allNews .backNews h4 {
  color: #0BB986;
  transition: color 0.25s;
}
.innerHtml .page02 .inner .allNews .backNews .fa {
  padding-left: 0.5rem;
  transform: translateY(12%);
  color: #0BB986;
}
.innerHtml .page02 .inner .allNews.active {
  visibility: visible;
  transform: scale(1);
  transition: transform 0.25s;
}
.innerHtml .page02 .inner .top-text02 {
  padding: 15px 0px 25px;
}
.innerHtml .page02 .inner .content ul li:last-child {
  border-bottom: 1px solid #cccccc;
}
.innerHtml .page02 .inner .content ul li {
  padding: 0.5rem 0 0.7rem;
  border-top: 1px solid #cccccc;
}
.innerHtml .page02 .inner .content ul li .contain div {
  display: inline-block;
  border-radius: 5px;
}
.innerHtml .page02 .inner .content ul li .contain div h2 {
  color: white;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 14pt;
}
.innerHtml .page02 .inner .content ul li div.lesson {
  background-color: rgb(255, 134, 0);
}
.innerHtml .page02 .inner .content ul li div.isha {
  background-color: rgb(92, 184, 116);
}
.innerHtml .page02 .inner .content ul li div.government {
  background-color: rgb(0, 116, 255);
}
.innerHtml .page02 .inner .content ul li div.employment {
  background-color: rgb(196, 43, 255);
}
.innerHtml .page02 .inner .content ul li a {
  transition: color 0.3s;
}
.innerHtml .page02 .inner .content ul li .bot-text {
  display: flex;
  height: fit-content;
  align-items: center;
  margin: 0.3rem 0;
}
.innerHtml .page02 .inner .content ul li .green-a {
  text-decoration: none;
  color: #5cb874;
  margin-left: 0.5rem;
  transition: color 0.3s;
}
.innerHtml .page02 .inner .content ul li .readMore {
  display: inline;
  cursor: pointer;
  transition: color 0.3s;
}
.innerHtml .page02 .inner .content ul li .date {
  display: inline-flex;
  align-items: center;
  height: fit-content;
  transform: translateY(-8.5%);
  margin: 0 0.5rem;
}
.innerHtml .page02 .inner .content ul li .date p {
  color: #5E625D;
  font-size: 0.9rem;
  transition: color 0.3s;
}
.innerHtml .page02 .inner .content ul li h6 {
  align-items: center;
}
.innerHtml .page02 .inner .content .more-button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.innerHtml .page02 .inner .content .more-button.hide {
  visibility: hidden;
}
.innerHtml .page02 .inner .content button {
  background: #0BB986;
  padding: 5px 40px 5px 40px;
  transition: background 0.3s;
  transform: skewX(-40deg);
}
.innerHtml .page02 .inner .content button h2 {
  transform: skewX(40deg);
  text-align: center;
  color: white;
  font-size: 0.95rem;
  font-weight: bold;
}
.innerHtml .page03 {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
}
.innerHtml .page03 .inner {
  display: flex;
  width: 100%;
  max-width: 1300px;
  height: fit-content;
  flex-direction: column;
  justify-content: center;
}
.innerHtml .page03 .inner .top-text {
  display: flex;
  justify-content: center;
  position: relative;
}
.innerHtml .page03 .inner .top-text h5 {
  font-size: 32px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  padding-bottom: 20px;
}
.innerHtml .page03 .inner .content {
  margin-top: 30px;
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
}
.innerHtml .page03 .inner .content div {
  display: flex;
  height: 48vh;
  max-height: 380px;
  width: 48%;
}
.innerHtml .page04 {
  margin: 12vh 0 7vh;
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
}
.innerHtml .page04 .inner {
  display: flex;
  width: 100%;
  max-width: 1300px;
  height: fit-content;
  flex-direction: column;
  justify-content: center;
  margin: 0 2%;
}
.innerHtml .page04 .inner .top-text {
  display: flex;
  justify-content: center;
  position: relative;
}
.innerHtml .page04 .inner .top-text h5 {
  font-size: 32px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  padding-bottom: 20px;
}
.innerHtml .page04 .inner .content {
  margin-top: 30px;
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
}
.innerHtml .page04 .inner .content div {
  display: flex;
  min-height: 38vh;
}
.innerHtml .page04 .inner .content div:nth-child(1) {
  flex: 1.15;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
}
.innerHtml .page04 .inner .content div:nth-child(1) h3 {
  font-weight: 700;
  font-size: 28px;
  color: rgb(68, 68, 68);
  margin-bottom: 1rem;
}
.innerHtml .page04 .inner .content div:nth-child(1) h6 {
  font-size: 0.91rem;
  margin-bottom: 0.95rem;
  line-height: 1.4rem;
  text-indent: 0.5rem;
}
.innerHtml .page04 .inner .content div:nth-child(2) {
  background-image: url(/image/熱門課程adj.jpg);
  flex: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.innerHtml .page05 {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
  background-color: #f8fcf9;
}
.innerHtml .page05 .inner {
  margin: 5.7vh;
  display: flex;
  width: 100%;
  max-width: 1300px;
  height: fit-content;
  flex-direction: column;
  justify-content: center;
}
.innerHtml .page05 .inner .top-text {
  display: flex;
  justify-content: center;
  position: relative;
}
.innerHtml .page05 .inner .top-text h5 {
  font-size: 32px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  padding-bottom: 20px;
}
.innerHtml .page05 .inner .content {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  flex-direction: column;
}
.innerHtml .page05 .inner .content ul {
  display: flex;
}
.innerHtml .page05 .inner .content ul li {
  flex: 1;
  height: 300px;
  margin: 0.6rem 0;
}
.innerHtml .page05 .inner .content ul li .box {
  background: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 40px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.innerHtml .page05 .inner .content ul li .box > div {
  position: relative;
}
.innerHtml .page05 .inner .content ul li .box > div > svg path {
  transition: 0.5s fill;
}
.innerHtml .page05 .inner .content ul li .box span {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
}
.innerHtml .page05 .inner .content ul li .box span svg {
  height: 2.2rem;
  width: 2.2rem;
  transition: 0.5s color;
}
.innerHtml .page05 .inner .content ul li .box span .svg01 {
  color: #47aeff;
}
.innerHtml .page05 .inner .content ul li .box span .svg02 {
  color: #ffa76e;
}
.innerHtml .page05 .inner .content ul li .box span .svg03 {
  color: #e80368;
}
.innerHtml .page05 .inner .content ul li .box span .svg04 {
  color: #ffbb2c;
}
.innerHtml .page05 .inner .content ul li .box span .svg05 {
  color: #ff5828;
}
.innerHtml .page05 .inner .content ul li .box span .svg06 {
  color: #11dbcf;
}
.innerHtml .page05 .inner .content ul li .box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  color: #222222;
}
.innerHtml .page05 .inner .content ul li:nth-child(2) {
  margin: 0.6rem 1.2rem;
}
.innerHtml .page05 .inner .content ul:nth-child(1) {
  flex: 1;
  display: flex;
}
.innerHtml .page05 .inner .content ul:nth-child(2) {
  flex: 1;
}
.innerHtml .page06 {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
}
.innerHtml .page06 .inner {
  margin: 6vh;
  display: flex;
  width: 100%;
  max-width: 1300px;
  height: fit-content;
  flex-direction: column;
  justify-content: center;
}
.innerHtml .page06 .inner .top-text {
  display: flex;
  justify-content: center;
  position: relative;
}
.innerHtml .page06 .inner .top-text h5 {
  font-size: 32px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  padding-bottom: 20px;
}
.innerHtml .page06 .inner .content {
  margin-top: 30px;
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  flex-direction: column;
}
.innerHtml .page06 .inner .content > ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.innerHtml .page06 .inner .content > ul li {
  height: 90px;
  margin: 0 0.8rem 0.8rem;
  background-color: #f2f2f2;
}
.innerHtml .page06 .inner .content > ul li img {
  background-color: white;
  margin: 0 0.5rem;
  height: 80%;
}
.innerHtml .page06 .inner .content > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.innerHtml .page06 .inner .content > ul:nth-child(1) li:nth-child(4) img {
  background: #1996BA;
  transform: scale(0.9);
}
.innerHtml .page06 .inner .content > ul:nth-child(1) li:nth-child(4) span {
  background: #1996BA;
  width: 92%;
  height: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerHtml .page07 {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
  background-color: #F8FCF9;
}
.innerHtml .page07 .inner {
  margin: 6vh 2% 7vh;
  display: flex;
  width: 100%;
  max-width: 1300px;
  height: fit-content;
  flex-direction: column;
  justify-content: center;
}
.innerHtml .page07 .inner .top-text {
  display: flex;
  justify-content: center;
  position: relative;
}
.innerHtml .page07 .inner .top-text h5 {
  font-size: 32px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  padding-bottom: 20px;
}
.innerHtml .page07 .inner .content {
  margin-top: 30px;
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
}
.innerHtml .page07 .inner .content div.map {
  display: flex;
  width: 100%;
  background: white;
  border-top: 3px solid #5cb874;
  border-bottom: 3px solid #5cb874;
  box-shadow: 0 0 24px 0 rgb(216, 225, 218);
  flex-direction: column;
  align-items: center;
}
.innerHtml .page07 .inner .content div.map > div svg {
  max-height: 20px;
  max-width: 20px;
  height: 100%;
  width: 100%;
}
.innerHtml .page07 .inner .content div.map > div:nth-child(1),
.innerHtml .page07 .inner .content div.map > div:nth-child(2) {
  display: flex;
  width: 95%;
  align-items: center;
  margin-top: 2rem;
}
.innerHtml .page07 .inner .content div.map > div:nth-child(1) div,
.innerHtml .page07 .inner .content div.map > div:nth-child(2) div {
  margin-left: 0.8rem;
}
.innerHtml .page07 .inner .content div.map > div:nth-child(1) div h2,
.innerHtml .page07 .inner .content div.map > div:nth-child(2) div h2 {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.innerHtml .page07 .inner .content div.map > div:nth-child(1) div p,
.innerHtml .page07 .inner .content div.map > div:nth-child(2) div p {
  font-size: 12pt;
  color: #555555;
  margin: 0.4rem 0 0 0.6rem;
}
.innerHtml .page07 .inner .content div.map > div:nth-child(3) {
  width: 95%;
  max-height: 290px;
  height: 30vh;
  margin: 2rem 0 3rem;
}
.innerHtml .page07 .inner .content div.map > div > span {
  color: #5cb874;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innerHtml .commonly > .commonly-buttons .coomonly-Button:hover > div {
  background: #5ecb62;
  width: 105px;
  height: 105px;
}

.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(1):hover > div svg path,
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(2):hover > div svg path,
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(2):hover > div svg rect,
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(3):hover > div svg path,
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(3):hover > div svg circle,
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(4):hover > div svg rect,
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(4):hover > div svg path,
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(4):hover > div svg polyline,
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(5):hover > div svg path,
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(6):hover > div svg path {
  fill: white;
  stroke: #5ecb62;
}

.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(2):hover > div svg rect:nth-child(8),
.innerHtml .commonly > .commonly-buttons .coomonly-Button:nth-child(2):hover > div svg rect:nth-child(9) {
  stroke: white;
}

.innerHtml .commonly > .commonly-buttons .coomonly-Button:hover > h1 {
  color: #5ecb62;
}

.innerHtml .commonly > .commonly-buttons .coomonly-Button:hover {
  box-shadow: rgba(20, 177, 25, 0.11) 0px 2px 8px 0px;
  transform: scale(1.1, 1.1) translateY(13%);
  transform-origin: center;
}

.innerHtml .page02 .inner .content ul li .bot-text a:hover,
.innerHtml .page02 .inner .content ul li .bot-text:hover p,
.innerHtml .page02 .inner .content ul li .bot-text .readMore:hover {
  color: #4aa161;
}

.innerHtml .page02 .inner .content button:hover {
  background: #0ed198;
}

.innerHtml .page02 .inner .allNews .pre:hover g {
  stroke: #4aa161;
}

.innerHtml .page02 .inner .allNews .backNews:hover h4 {
  color: #0ed198;
}

.innerHtml .page05 .inner .content ul li:hover .box span svg {
  color: white;
}

.innerHtml .page05 .inner .content ul:nth-child(1) li:nth-child(1):hover .svg > svg path {
  fill: #47aeff;
}

.innerHtml .page05 .inner .content ul:nth-child(1) li:nth-child(2):hover .svg > svg path {
  fill: #ffa76e;
}

.innerHtml .page05 .inner .content ul:nth-child(1) li:nth-child(3):hover .svg > svg path {
  fill: #e80368;
}

.innerHtml .page05 .inner .content ul:nth-child(2) li:nth-child(1):hover .svg > svg path {
  fill: #ffbb2c;
}

.innerHtml .page05 .inner .content ul:nth-child(2) li:nth-child(2):hover .svg > svg path {
  fill: #ff5828;
}

.innerHtml .page05 .inner .content ul:nth-child(2) li:nth-child(3):hover .svg > svg path {
  fill: #11dbcf;
}

/* 只有平板以上有 */
/* 平板與大手機 RWD*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .innerHtml .contain01 {
    margin: 4vh 1% 5vh;
  }
  .innerHtml .commonly > .commonly-buttons .coomonly-Button {
    width: 15%;
    height: 100px;
  }
  .innerHtml .commonly > .commonly-buttons .coomonly-Button div svg {
    width: 87%;
    height: 93%;
  }
  .innerHtml .commonly > .commonly-buttons {
    bottom: 40%;
  }
  .innerHtml .newPage01 .inner {
    width: 98%;
    max-width: 1400px;
  }
  .innerHtml .newPage01 .inner .easyParts .parts .tittle::before {
    left: -6%;
    top: 29%;
    width: 7rem;
    height: 7rem;
  }
  .innerHtml .newPage01 .inner .easyParts .parts .part .partButtons {
    flex-direction: column;
    gap: 0.3rem;
  }
  .innerHtml .newPage01 .inner .easyParts {
    margin: 2rem 0;
  }
  .innerHtml .page02 {
    margin: 0vh 0 10vh;
  }
  .innerHtml .page03 .inner {
    margin: 0 2%;
  }
  .innerHtml .page04 {
    margin: 12vh 0 15vh;
  }
  .innerHtml .page05 .inner .content ul li {
    flex: 1;
    height: 22vw;
  }
  .innerHtml .page05 .inner .content ul li .box > div > svg {
    height: 10vw;
    width: 10vw;
  }
  .innerHtml .page05 .inner .content ul li .box h4 {
    font-size: 1.3rem;
  }
  .innerHtml .page06 .inner .content > ul {
    flex-wrap: wrap;
  }
  .innerHtml .page07 .inner .content div.map > div:nth-child(3) {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  h6 {
    font-size: 17px;
  }
  .top-text {
    margin-bottom: 0.5rem;
  }
  .innerHtml .newPage01 .inner {
    width: 98%;
    max-width: 1400px;
  }
  .innerHtml {
    width: 100vw;
    overflow-x: hidden;
  }
  .innerHtml .newPage01 .inner .serchBox {
    padding: 1rem 1rem;
    margin: 1rem auto 1.5rem;
  }
  .innerHtml .newPage01 .inner .inputs.select {
    flex-direction: column;
  }
  .innerHtml .newPage01 .inner .inputs.select :nth-child(1),
  .innerHtml .newPage01 .inner .inputs.select :nth-child(2) {
    flex: initial;
  }
  .innerHtml .newPage01 .inner .serchBox .inputs.class-option {
    gap: 0rem;
  }
  .innerHtml .newPage01 .inner .serchBox .inputs.class-option > div,
  .innerHtml .newPage01 .inner .serchBox .inputs.class-option > div.active::after {
    border-radius: 0;
  }
  .innerHtml .newPage01 .inner .serchBox .inputs.class-option > div:nth-child(1) {
    border-radius: 8px 0 0 8px;
  }
  .innerHtml .newPage01 .inner .serchBox .inputs.class-option > div:nth-child(3) {
    border-radius: 0px 8px 8px 0px;
  }
  .innerHtml .newPage01 .inner .serchBox .button input {
    width: 80%;
  }
  .innerHtml .newPage01 .inner .serchBox .button {
    transform: translate(0, 2.5rem);
  }
  .innerHtml .newPage01 .inner .hotSerch {
    flex-direction: column;
  }
  .innerHtml .newPage01 .inner .hotSerch > .tittle {
    margin: 1rem 0;
  }
  .innerHtml .newPage01 .inner .hotSerch > .tittle h4 {
    font-size: 1.4rem;
  }
  .innerHtml .newPage01 .inner .hotSerch .hotbox h2 {
    font-size: 1.1rem;
  }
  .innerHtml .newPage01 .inner .easyButtons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2%;
    margin: 0rem auto 0rem;
  }
  .innerHtml .newPage01 .inner .easyButtons .easyButton {
    width: initial;
    aspect-ratio: 1/1;
    height: fit-content;
  }
  .innerHtml .newPage01 .inner .easyButtons .easyButton05,
  .innerHtml .newPage01 .inner .easyButtons .easyButton06 {
    font-size: 1.4rem;
  }
  .innerHtml .newPage01 .inner .easyButtons .easyButton.easyButton04 > div {
    height: 45%;
  }
  .innerHtml .newPage01 .inner .easyButtons .easyButton > div {
    height: 35%;
  }
  .innerHtml .newPage01 .inner .easyParts {
    flex-direction: column;
    margin-top: 4rem;
  }
  .innerHtml .newPage01 .inner .easyParts .parts .tittle {
    font-size: 1.7rem;
  }
  .innerHtml .newPage01 .inner .easyParts .parts .tittle::before {
    top: 20%;
  }
  .innerHtml .newPage01 .inner .easyParts .parts {
    padding: 2% 0%;
  }
  .innerHtml .newPage01 .inner .easyParts .parts h5 {
    font-size: 1.5rem;
  }
  .innerHtml .newPage01 .inner .easyParts .parts .part .partButtons p {
    font-size: 1.3rem;
    padding: 2dvw 11dvw;
  }
  .innerHtml .contain01 {
    flex-direction: column;
    margin: 0;
  }
  .innerHtml .contain01 > div:nth-child(1) {
    flex: initial;
    width: 100%;
  }
  .innerHtml .contain01 > div:nth-child(1) .slider {
    width: 100%;
    height: 250px;
  }
  .innerHtml .contain01 > div:nth-child(1) .slider > .button button {
    width: 2.5rem;
    height: 5rem;
    margin: 0;
  }
  .innerHtml .contain01 > div:nth-child(2) {
    flex: initial;
    width: 100%;
    padding: 2.5vh 1%;
  }
  .innerHtml .contain01 > div:nth-child(2) > .facebook-Coatin {
    width: 500px;
    height: 400px;
    overflow-y: hidden;
    background: white;
    border: 3px solid white;
  }
  .innerHtml .commonly {
    height: fit-content;
    margin: 0vh 0 4vh 0;
  }
  .innerHtml .commonly > .commonly-buttons {
    bottom: 0;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-evenly;
  }
  .innerHtml .commonly > .commonly-buttons .coomonly-Button {
    width: 32vw;
    height: 80px;
    margin: 0.5% 0;
  }
  .innerHtml .commonly > .commonly-buttons .coomonly-Button div svg {
    width: 40px;
    height: 45px;
  }
  .innerHtml .commonly > .commonly-buttons .coomonly-Button h1 {
    margin: 0 0 3% 0;
  }
  .innerHtml .commonly > .commonly-buttons .coomonly-Button div {
    height: fit-content;
  }
  .innerHtml .page02 {
    width: 96%;
    display: flex;
    margin: 3vh 0 10vh;
  }
  .innerHtml .page02 .inner {
    margin: 0;
  }
  .innerHtml .page02 .inner .content ul li .contain div h2 {
    font-size: 12pt;
  }
  .innerHtml .page02 .inner .content button {
    transform: skewX(-40deg) translateX(-10px);
  }
  .innerHtml .page02 .inner .allNews .close {
    right: 0.5rem;
    top: 0.5rem;
  }
  .innerHtml .page02 .inner .allNews .backNews .fa {
    transform: translateY(20%);
  }
  .innerHtml .page02 .inner .allNews {
    padding: 3rem 1rem 1rem;
  }
  .innerHtml .page02 .inner .allNews .backNews h4 {
    font-size: 1.1rem;
    font-weight: normal;
  }
  .innerHtml .page03 {
    width: 96%;
  }
  .innerHtml .page03 .inner {
    display: flex;
    margin: 0;
  }
  .innerHtml .page03 .inner .top-text h5 {
    font-size: 2.1rem;
    padding-bottom: 20px;
  }
  .innerHtml .page03 .inner .content {
    flex-direction: column;
  }
  .innerHtml .page03 .inner .content div {
    display: flex;
    height: 200px;
    margin: 0 0 2% 0;
    width: 100%;
  }
  .innerHtml .page04 {
    width: 96%;
  }
  .innerHtml .page04 .inner {
    margin: 0 0 5vw;
  }
  .innerHtml .page04 .inner .top-text h5 {
    font-size: 2.1rem;
    padding-bottom: 20px;
  }
  .innerHtml .page04 .inner .content {
    flex-direction: column;
  }
  .innerHtml .page04 .inner .content div:nth-child(1) {
    margin-right: 0rem;
  }
  .innerHtml .page04 .inner .content div:nth-child(1) h3 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .innerHtml .page04 .inner .content div:nth-child(1) h6 {
    font-size: 1.1rem;
  }
  .innerHtml .page04 .inner .content div:nth-child(2) {
    height: 200px;
    width: 100%;
    flex: initial;
    margin-top: 1rem;
  }
  .innerHtml .page05 {
    width: 100%;
  }
  .innerHtml .page05 .inner {
    margin: 15% 2%;
  }
  .innerHtml .page05 .inner .top-text h5 {
    font-size: 2.1rem;
    padding-bottom: 20px;
  }
  .innerHtml .page05 .inner .content ul li .box > div > svg {
    height: 13vw;
    width: 13vw;
  }
  .innerHtml .page05 .inner .content ul li {
    height: 30vw;
  }
  .innerHtml .page05 .inner .content ul li .box h4 {
    font-size: 1.2rem;
    margin: 1% 0;
  }
  .innerHtml .page06 .inner {
    margin: 6vh 0;
    display: flex;
    width: 96%;
  }
  .innerHtml .page06 .inner .top-text h5 {
    font-size: 2.1rem;
    padding-bottom: 20px;
  }
  .innerHtml .page06 .inner .content > ul {
    flex-direction: column;
  }
  .innerHtml .page06 .inner .content > ul li {
    margin: 0 0 1.2rem 0;
    height: 70px;
  }
  .innerHtml .page06 .inner .content > ul:nth-child(2) > li:last-child img {
    width: 98%;
    height: initial;
  }
  .innerHtml .page06 .inner .content > ul li a {
    justify-content: center;
  }
  .innerHtml .page07 .inner .top-text h5 {
    font-size: 2.1rem;
    padding-bottom: 20px;
  }
  .innerHtml .page07 .inner .content div.map > div:nth-child(1) div h2, .innerHtml .page07 .inner .content div.map > div:nth-child(2) div h2 {
    font-size: 1.3rem;
  }
  .innerHtml .page07 .inner .content div.map > div:nth-child(3) {
    height: 300px;
  }
  .innerHtml .page07 .inner {
    margin: 15% 2% 22%;
  }
}

/*# sourceMappingURL=index.css.map */
