/** @format */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
a,
em {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
}

em {
  font-weight: 800;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

.fixed_btn {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 999;
  max-height: 200px;
}

body {
  color: #000;
  background: #fff;
  font-size: 15px;
  min-width: 320px;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
.cp-tips,
.cp-tips-ie10 {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}
.cp-tips p,
.cp-tips-ie10 p {
  margin: 0;
}
.cp-tips a,
.cp-tips-ie10 a {
  color: #f75c61;
  text-decoration: underline;
}
.cp-tips .cp-tips-close,
.cp-tips-ie10 .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}
.cp-tips .cp-tips-close:before,
.cp-tips-ie10 .cp-tips-close:before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}
.cp-tips .cp-tips-close:after,
.cp-tips-ie10 .cp-tips-close:after {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

.cp-tips-ie10 {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cp-tips-ie10 {
    display: block;
  }
  .all-content {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
}

p {
  line-height: 1.4;
  margin-bottom: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.text-hidden {
  text-indent: -9999px;
  height: 0;
  margin: 0;
}

.header {
  border-bottom: 1px solid #ebebeb !important;
}

.twlogo p {
  display: none !important;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.all-content {
  background: url(../images/bg.jpg) no-repeat fixed center/auto 100dvh, #ffe4d3;
  font-size: 18px;
  overflow-x: hidden;
}

.kv {
  height: 100dvh;
  background: url("../images/kv.png") no-repeat top center/auto 100dvh;
  font-weight: 900;
  overflow: hidden;
}

.wang {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.wang .col-sm-5 img {
  max-width: 125px;
}
.wang .col-sm-7 {
  background: #ffe4d3;
  padding: 1.75em 1.2em;
  border-radius: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.wang .col-sm-7 .qt,
.wang .col-sm-7 .qb {
  max-width: 25px;
}
.wang .col-sm-7 .qb {
  -ms-flex-item-align: end;
      align-self: end;
}
.wang h3 {
  font-size: 1.25rem;
}
.wang figcaption {
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wang figcaption span {
  font-size: 1em;
}
.wang figcaption img {
  width: 90%;
  max-width: 100px;
}

.block_style {
  padding: 6em 0;
  padding-bottom: 0;
}

.block_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.block_title::before {
  content: "";
  width: 56px;
  height: 100px;
  background: url("../images/title_l.png") no-repeat center/100% auto;
}
.block_title::after {
  content: "";
  width: 56px;
  height: 100px;
  background: url("../images/title_r.png") no-repeat center/100% auto;
}
.block_title .title_wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}
.block_title .title_wrapper h1 {
  color: #ff6437;
}
.block_title .title_wrapper > *:first-child {
  position: relative;
  color: #ff6437;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.block_title .title_wrapper > *:first-child h1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-weight: 900;
}
.block_title .title_wrapper > *:first-child h1::before {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 0%;
  top: 50%;
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background: url("../images/title_star.png") no-repeat center/100% auto;
}
.block_title .title_wrapper > *:first-child h1::after {
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: 100%;
  top: 50%;
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background: url("../images/title_star.png") no-repeat center/100% auto;
}
.block_title .title_wrapper > *:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  border-radius: 50em;
  background: #ffaf7d;
}
.block_title .title_wrapper p {
  color: #4b4b4b;
  font-size: 1.5rem;
}

.feature {
  margin: auto;
}
.feature .content {
  width: 90%;
  max-width: 750px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  padding: 20px 40px;
  border-radius: 1rem;
}
.feature figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
.feature figure img {
  width: 20%;
}
.feature figure figcaption {
  font-size: 20px;
}
.feature figure figcaption h3 {
  font-size: 1rem;
  text-align: start;
  color: #3737c8;
}
.feature figure figcaption p {
  font-size: 1rem;
  text-align: start;
  font-weight: 300;
}

.methods .row {
  border-radius: 1rem;
  overflow: hidden;
}
.methods .row > div {
  min-height: 430px;
  padding: 1rem;
}
.methods .row > div figure {
  height: 100%;
  background: #fff;
  padding: 2.5rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.methods .row > div figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.methods .row > div figure h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
.methods .row > div figure h2,
.methods .row > div figure em {
  color: #3737c8;
}
.methods .row > div figure span {
  display: block;
  width: 80%;
  height: 2px;
  background-color: rgba(55, 55, 200, 0.5);
}
.methods .row > div figure p {
  margin-top: 1rem;
}
.methods .row > div:first-of-type {
  background: rgb(255, 98, 55);
  backdrop-filter: blur(16px);
}
.methods .row > div:first-of-type figure h2,
.methods .row > div:first-of-type figure em {
  color: #ff6437;
}
.methods .row > div:first-of-type figure span {
  background-color: rgba(255, 98, 55, 0.5);
}
.methods .row > div:nth-of-type(2) {
  background: rgb(255, 225, 55);
  backdrop-filter: blur(16px);
}
.methods .row > div:nth-of-type(2) figure h2,
.methods .row > div:nth-of-type(2) figure em {
  color: #ffaf00;
}
.methods .row > div:nth-of-type(2) figure span {
  background-color: hsla(51, 100%, 61%, 0.5);
}
.methods .row > div:nth-of-type(3) {
  background: rgb(125, 155, 255);
  backdrop-filter: blur(16px);
}
.methods .row > div:nth-of-type(3) figure h2,
.methods .row > div:nth-of-type(3) figure em {
  color: #3737c8;
}
.methods .row > div:nth-of-type(3) figure span {
  background-color: hsla(51, 100%, 61%, 0.5);
}

.testimony .content {
  max-width: 960px;
  margin: auto;
}
.testimony figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem 2rem;
  height: 100%;
}
.testimony figure img {
  width: 30%;
}
.testimony figure figcaption {
  font-size: 20px;
}
.testimony figure figcaption h3 {
  font-size: 1.2rem;
  font-weight: 800;
  text-align: start;
  color: #4b4bff;
}
.testimony figure figcaption h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #9be1ff;
}
.testimony figure figcaption p {
  font-size: 1rem;
  text-align: start;
  font-weight: 300;
}
.testimony figure figcaption p em {
  color: #ff6437;
}

.authority.block_style {
  padding-bottom: 6rem;
}
.authority .content {
  max-width: 720px;
  margin: auto;
  background: rgba(125, 157, 255, 0.9);
  backdrop-filter: blur(16px);
  border-radius: 10px;
  padding: 80px 40px;
}
.authority h2,
.authority h3,
.authority p {
  text-align: start;
  max-width: 60%;
}
.authority h2 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.authority h2::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../images/crown.png") no-repeat center bottom/100% auto;
  margin-right: 0.3rem;
}
.authority h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ff374b;
}
.authority figure {
  background: url("../images/corner.png") no-repeat left top/30px auto #fff;
  border: 4px solid #3737ff;
  padding: 2rem 3rem;
  position: relative;
}
.authority figure img {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 0%;
}

div[class^=info-] {
  position: relative;
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
  margin-top: -75px;
}
div[class^=info-] .title {
  position: absolute;
  left: 0;
  top: -54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
div[class^=info-] .title .brandtitle {
  background: #fff;
  padding: 20px 40px;
  border-radius: 50em;
}
div[class^=info-] .content {
  border-radius: 10px;
  padding: 60px;
}
div[class^=info-] h3 {
  font-size: 38px;
  color: #fff;
}
div[class^=info-] h3 b {
  font-weight: 900;
}
div[class^=info-] .info-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 25px;
}
div[class^=info-] .info-label li {
  padding: 5px 20px;
  border-radius: 50em;
  background: #fff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1100px;
  }
  .form_body .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1420px) {
  .kv {
    height: 60.7vw;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .all-content {
    font-size: 1.15em;
  }
  .block_title .title_wrapper > *:first-child h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .fixed_btn {
    max-width: 25%;
  }
  .all-content {
    font-size: 1.15em;
  }
  .kv {
    height: 100dvw;
  }
  div[class^=info-] .content {
    padding: 40px;
  }
  div[class^=info-] h3 {
    font-size: 32px;
  }
  div[class^=info-] .story h4 {
    font-size: 26px;
    margin-top: 20px;
  }
  .authority h2,
  .authority h3,
  .authority p {
    text-align: center;
    max-width: 100%;
  }
  .authority p {
    padding-bottom: 1rem;
  }
  .authority .content {
    padding: 0 10px 10px 10px;
  }
  .authority figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
  .authority figure img {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .all-content {
    font-size: 1.1em;
  }
  .block_style {
    padding: 4em 0;
    padding-bottom: 0;
  }
  .block_title .title_wrapper > *:first-child {
    position: relative;
    color: #ff6437;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .block_title .title_wrapper > *:first-child h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-weight: 900;
  }
  .block_title .title_wrapper > *:first-child h1::before {
    display: none;
  }
  .block_title .title_wrapper > *:first-child h1::after {
    display: none;
  }
  .block_title .title_wrapper > *:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 1px;
    border-radius: 50em;
    background: #ffaf7d;
  }
  .block_title .title_wrapper p {
    color: #4b4b4b;
    font-size: 1rem;
  }
  .brandInfo .block_style.top {
    padding-bottom: 5em;
  }
  div[class^=info-] {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -40px;
  }
  div[class^=info-] .title {
    top: -41px;
  }
  div[class^=info-] .title .brandtitle {
    padding: 15px 30px;
    border-width: 4px;
  }
  div[class^=info-] .title .brandtitle img {
    width: 160px;
  }
  div[class^=info-] .content {
    border-radius: 20px;
  }
  div[class^=info-] .content {
    padding: 30px;
  }
  div[class^=info-] h3 {
    font-size: 24px;
  }
  div[class^=info-] .story {
    padding: 30px;
  }
  div[class^=info-] .story h4 {
    font-size: 22px;
    border-width: 1px;
  }
  div[class^=info-] .info-label {
    font-size: 0.85em;
  }
  .info-kids,
  .info-Junior,
  .info-Teens {
    padding-bottom: 8em !important;
  }
  .info-TutorABC .block_title span {
    display: block;
  }
  .info-TutorABC .title {
    top: -33px !important;
  }
  .info-TutorABC .list {
    gap: 30px;
  }
  .info-TutorABC .list img:nth-child(1) {
    width: 175px;
  }
  .info-TutorABC .list img:nth-child(2) {
    width: 210px;
  }
  .info-TutorABC .list img:nth-child(3) {
    width: 140px;
  }
  .info-TutorABC .list img:nth-child(4) {
    width: 105px;
  }
}
@media only screen and (max-width: 460px) {
  .all-content {
    font-size: 1.1em;
  }
  .feature .wrapper::before {
    height: calc(100% - 75px);
  }
  .feature .brand {
    width: 150px;
    height: 150px;
    border-width: 8px;
    padding: 10px;
  }
}