<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 3px;
  line-height: 1.75;
  color: #323334;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  html,
body {
    letter-spacing: 2px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  letter-spacing: 2px;
  padding: 0.375rem 1rem;
}

.btn-accent {
  color: #fff;
  background-color: #f8333c;
  border-color: #f8333c;
}
.btn-accent:hover {
  background-color: #f00813;
  border-color: #f00813;
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #54be1e;
  border-color: #54be1e;
}
.btn-secondary:hover {
  background-color: #4aa81b;
  border-color: #4aa81b;
  color: #fff;
}

.btn-outline-accent {
  color: #f8333c;
  border-color: #f8333c;
  border-width: 2px;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.btn-outline-accent:hover {
  background-color: #f00813;
  border-color: #f00813;
  color: #fff;
}

.btn-outline-secondary {
  color: #54be1e;
  border-color: #54be1e;
  background-color: #fff;
  border-width: 2px;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.btn-outline-secondary:hover {
  background-color: #419217;
  border-color: #419217;
  color: #fff;
}

.text-sb-primary {
  color: #f67e11;
}

a.text-sb-primary:hover {
  color: #f8333c;
}

.text-sb-accent {
  color: #f8333c;
}

.verify-btn,
.trial-submit,
.back-btn {
  color: #fff;
  background-color: #54be1e;
  border-color: #54be1e;
}
.verify-btn:hover,
.trial-submit:hover,
.back-btn:hover {
  background-color: #4aa81b;
  border-color: #4aa81b;
  color: #fff;
}

@media (max-width: 767.98px) {
  .verify-btn {
    padding: 0.375rem 0.5rem;
  }
}
.trial-submit {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  letter-spacing: 6px;
  background-color: rgba(240, 144, 48, 0.85);
  -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.fixed .v-line {
  padding-left: 10px;
  padding-right: 10px;
}
.fixed .btn {
  background-color: #f8333c;
  border: 1px solid #f00813;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.fixed .btn:hover {
  background-color: #f00813;
}
@media (max-width: 767.98px) {
  .fixed {
    font-size: 1rem;
    padding: 5px 0px;
  }
  .fixed .v-line {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.logo {
  position: absolute;
  top: 0.5rem;
  left: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 142px;
  height: 82px;
  background-image: url(../images/logo.png);
  background-size: cover;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .logo {
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (max-width: 767.98px) {
  .logo {
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 90px;
    height: 48px;
  }
}

header {
  position: relative;
  background-image: url(../images/banner.jpg?v=20221019);
  background-size: cover;
  background-position: center;
  height: 740px;
}
@media (max-width: 1024px) {
  header {
    height: unset;
    background-image: none;
  }
}

.btn-trial {
  position: absolute;
  left: 50%;
  bottom: 3.5rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
  color: #fff;
  border: 3px solid #fff;
  background-color: #39B44A;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.btn-trial:hover {
  color: #fff;
  border: 3px solid #fff;
  background-color: #33a142;
}
.btn-trial i {
  position: absolute;
  left: 45%;
  top: 107%;
  -webkit-transform: rotate(90deg) translateX(0px);
      -ms-transform: rotate(90deg) translateX(0px);
          transform: rotate(90deg) translateX(0px);
  color: #fff;
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 991.98px) {
  .btn-trial {
    font-size: 1.125rem;
    bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .btn-trial {
    display: none;
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotate(90deg) translateX(0px);
            transform: rotate(90deg) translateX(0px);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(10px);
            transform: rotate(90deg) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0px);
            transform: rotate(90deg) translateX(0px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: rotate(90deg) translateX(0px);
            transform: rotate(90deg) translateX(0px);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(10px);
            transform: rotate(90deg) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0px);
            transform: rotate(90deg) translateX(0px);
  }
}
section {
  padding-top: 130px;
  padding-bottom: 100px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-bg:nth-child(even) {
  position: relative;
  z-index: 5;
}

.section-list .section-bg:nth-child(even) .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fefaf5;
  z-index: -5;
}

section iframe {
  z-index: 1;
}

.section-title,
.feature-title,
.course-title {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .section-title,
.feature-title,
.course-title {
    font-size: 1.5rem;
  }
}

.feature-desc,
.course-desc {
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 991.98px) {
  .feature-desc,
.course-desc {
    font-size: 1rem;
  }
}

h2.section-title {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  color: #fff;
  background-color: #f6a33e;
  background-image: url(../images/title_bg.png);
  border-radius: 15px;
  margin-bottom: 40px;
  font-size: 2.25rem;
}
@media (max-width: 991.98px) {
  h2.section-title {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  h2.section-title {
    font-size: 1.5rem;
  }
}

h3.section-title {
  color: #f8333c;
  margin-bottom: 90px;
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  h3.section-title {
    font-size: 1.675rem;
  }
}
@media (max-width: 767.98px) {
  h3.section-title {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}

h2.section-title::before {
  position: absolute;
  content: "";
  left: 6px;
  bottom: 6px;
  width: 100%;
  height: 100%;
  border: 1px solid #f67e11;
  border-radius: 15px;
  z-index: -1;
}

.feature {
  position: relative;
  border: 5px solid #54be1e;
  border-radius: 30px;
  background-color: #fff;
}
.feature:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  width: 100%;
  height: 100%;
  border-radius: 37px;
  background-color: rgba(84, 190, 30, 0.5);
  z-index: -1;
}
.feature-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  height: 270px;
}
@media (max-width: 991.98px) {
  .feature-img {
    height: 210px;
  }
}
.feature-content {
  padding: 40px 25px 60px;
}
@media (max-width: 991.98px) {
  .feature-content {
    padding: 40px 15px 60px;
  }
}
@media (max-width: 767.98px) {
  .feature-content {
    padding: 40px 15px 30px;
  }
}
.feature-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #f67e11;
}
.feature-title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  border: 1px solid #f67e11;
}

.course {
  margin-bottom: 50px;
}
.course-img {
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 230px;
}
.course-img::before, .course-img::after {
  position: absolute;
  content: "";
  width: 107%;
  height: 107%;
  border-radius: 50%;
  border: 2px solid #54be1e;
}
.course-img::before {
  left: -10px;
  top: -8px;
}
.course-img::after {
  left: 0px;
  top: -10px;
}
.course-title {
  color: #54be1e;
  margin-top: 50px;
  margin-bottom: 20px;
}

.course:nth-child(odd) .course-content {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 767.98px) {
  .course:nth-child(odd) .course-content {
    padding-left: 0;
    text-align: center;
  }
}

.course:nth-child(even) .course-content {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .course:nth-child(even) .course-content {
    padding-right: 0;
    text-align: center;
  }
}

.video {
  position: relative;
  border: 2px solid #54be1e;
  background-color: #fff;
}
.video::before {
  position: absolute;
  content: "";
  left: 8px;
  top: -8px;
  width: 100%;
  height: 100%;
  border: 2px solid #54be1e;
  z-index: -1;
}
.video-content {
  position: relative;
  padding: 15px;
  cursor: pointer;
}
.video-content .play {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(50, 50, 50, 0.8);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
}
.video-content .play::before {
  position: absolute;
  content: "";
  left: calc(50% + 15px);
  top: calc(50% + 15px);
  -webkit-transform: translate(calc(-50% - 10px), calc(-50% - 13px));
      -ms-transform: translate(calc(-50% - 10px), calc(-50% - 13px));
          transform: translate(calc(-50% - 10px), calc(-50% - 13px));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
}
.video-content:hover .play, .video-content:active .play {
  background-color: rgba(84, 190, 30, 0.9);
}
.video-title {
  background-color: #54be1e;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #fff;
}

.literacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.literacy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 190px;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 500;
  color: #54be1e;
  border: 2px solid #54be1e;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  padding: 1rem;
}
.literacy-cross {
  width: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .literacy-item {
    width: 150px;
    height: 150px;
    font-size: 1.25rem;
  }
  .literacy-cross {
    width: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .literacy-item {
    width: 140px;
    height: 140px;
    font-size: 1.125rem;
  }
  .literacy-cross {
    width: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 320px) {
  .literacy-item {
    width: 130px;
    height: 130px;
    font-size: 1rem;
  }
  .literacy-cross {
    width: 1rem;
  }
}

.compare-table {
  line-height: 1.5;
  border: 5px solid #f67e11;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .compare-table {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}
.compare-table p {
  margin-bottom: 0;
}
.compare-table th,
.compare-table td {
  white-space: nowrap;
}
.compare-table thead th,
.compare-table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.compare-table thead tr {
  background-color: #f67e11;
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .compare-table thead tr {
    font-size: 1.125rem;
  }
}
.compare-table thead th {
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .compare-table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.compare-table tbody tr:nth-child(odd) {
  background-color: #fcf6e3;
}
.compare-table tbody tr:nth-child(even) {
  background-color: #fff;
}
.compare-table tbody tr th {
  vertical-align: middle;
  padding-left: 20px;
  color: #505152;
}
@media (max-width: 767.98px) {
  .compare-table tbody tr th {
    padding-left: 10px;
  }
}
.compare-table tbody tr th h3 {
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .compare-table tbody tr th h3 {
    font-size: 0.875rem;
  }
}
.compare-table tbody tr:nth-child(1) td {
  font-size: 1.25rem;
  color: #54be1e;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .compare-table tbody tr:nth-child(1) td {
    font-size: 1rem;
  }
}
.compare-table tbody tr:not(:nth-child(1)) td {
  color: #ff6112;
  padding: 12px 15px;
}
@media (max-width: 767.98px) {
  .compare-table tbody tr:not(:nth-child(1)) td {
    padding: 5px 15px;
  }
}
.compare-table tbody tr td:nth-child(3) {
  border-right: 1px solid #54be1e;
}
.compare-table tbody tr:last-child td {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .compare-table tbody tr:last-child td {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
.compare-table tbody tr:last-child td:nth-child(2) {
  color: #f8333c;
  font-weight: 900;
}
.compare-table .shape {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 7px solid #f8333c;
}
.compare-table .compare-logo {
  height: 70px;
}
.compare-table .compare-img {
  width: 28px;
  height: 28px;
}
@media (max-width: 767.98px) {
  .compare-table .compare-img {
    width: 20px;
    height: 20px;
  }
}
.compare-table .compare-cafe {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
@media (max-width: 1199.98px) {
  .compare-table .compare-cafe {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .compare-table .compare-logo {
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .form {
    padding-left: 10px;
    padding-right: 10px;
  }
}

input:-webkit-autofill:disabled {
  -webkit-box-shadow: 0 0 0 30px #e9ecef inset !important;
          box-shadow: 0 0 0 30px #e9ecef inset !important;
  -webkit-text-fill-color: #505050 !important;
}

.form-group {
  margin-bottom: 2px;
}

.form-group &gt; label {
  margin-bottom: 3px;
  padding-left: 3px;
}
@media (max-width: 767.98px) {
  .form-group &gt; label {
    font-size: 0.875rem;
    margin-bottom: 1px;
  }
}

.form-control,
.custom-select {
  height: auto;
  padding: 0.6rem 1.25rem;
  border-color: #98be85;
  letter-spacing: 2px;
}
@media (max-width: 767.98px) {
  .form-control,
.custom-select {
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
}

.custom-select {
  background: #fff url(../images/icons_down.png) no-repeat right 11px center;
}

.form-step {
  margin-left: -1rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #f8333c;
}

.grade-desc {
  font-size: 14px;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767.98px) {
  .grade-desc {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.5;
  }
}

.read_check {
  letter-spacing: 1px;
}

.inner-error {
  height: 18px;
  font-size: 0.8rem;
  color: #f8333c;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .inner-error {
    height: 16px;
    padding-left: 10px;
  }
}

.custom-control-label::before {
  width: 1.25rem;
  height: 1.25rem;
}

.custom-control-label::after {
  top: 0.25rem;
  left: -1.5rem;
  width: 1.25rem;
  height: 1.25rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #54be1e;
  border-color: #54be1e;
}

.custom-control-label::before {
  border-color: #54be1e;
}

::-webkit-input-placeholder {
  letter-spacing: 2px;
  color: #b4b4b4 !important;
}

::-moz-placeholder {
  letter-spacing: 2px;
  color: #b4b4b4 !important;
}

:-ms-input-placeholder {
  letter-spacing: 2px;
  color: #b4b4b4 !important;
}

:-moz-placeholder {
  letter-spacing: 2px;
  color: #b4b4b4 !important;
}

footer {
  color: #fff;
  background-color: #54be1e;
  padding-top: 50px;
  padding-bottom: 80px;
}

.footer-title {
  padding-right: 20px;
  padding-bottom: 15px;
}
.footer-desc {
  text-align: center;
}
.footer-content p {
  margin-bottom: 10px;
}

.thanks header {
  height: 500px;
  background-image: url(../images/thanks_banner.jpg?v=20221019);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}
@media (max-width: 991.98px) {
  .thanks header {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .thanks header {
    background-size: unset;
    background-image: unset;
    height: unset;
  }
}

.thanks header .logo {
  top: 0.5rem;
}
@media (max-width: 991.98px) {
  .thanks header .logo {
    width: 122px;
    height: 72px;
  }
}
@media (max-width: 575.98px) {
  .thanks header .logo {
    width: 90px;
    height: 42px;
  }
}

.thanks section {
  background-color: #fefaf5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .thanks section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.thanks-content {
  border: 1px solid #54be1e;
}
.thanks-content h2 {
  color: #54be1e;
}

.thanks-login {
  background-color: rgba(0, 0, 0, 0.05);
}
.thanks-login-content {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.thanks-login .btn-lg {
  padding: 0.375rem 2.5rem;
  letter-spacing: 3px;
}

.thanks footer {
  padding-bottom: 30px;
}</pre></body></html>