@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&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 {
  font-family: 'Roboto', Arial, sans-serif !important;
}

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

.ie6 img {
  width: 100%;
}

body {
  background: #fff;
  color: #464646;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: .04em;
  min-width: 320px;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

a,
a:hover {
  text-decoration: none !important;
  color: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
  font-size: 1em;
}

.cp-tips {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p {
  margin: 0;
}

.cp-tips a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .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 {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

.all-content {
  font-size: 1.2em;
  overflow: hidden;
}

.all-content ul,
.all-content ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.all-content address,
.all-content dl,
.all-content fieldset,
.all-content figure,
.all-content ol,
.all-content p,
.all-content pre,
.all-content ul {
  margin: 0;
}

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

.n_header {
  background: #fff;
  padding: 20px;
}

.sc__block {
  padding: 4em 0;
}
.enroll_block{
  padding: 4em 0 1rem 0;
  background-color: #eee;
}

.sc__title {
  max-width: 800px;
  margin: 0 auto 2em;
}

.sc__title h3 {
  padding: 0 30px;
  font-size: 2em;
  color: #EE325F;
  font-weight: bold;
}

.sc__title p {
  font-size: 1.4em;
  margin-top: 10px;
}

.sc__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 180%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background: #EE325F;
  color: #fff;
  border-radius: 50em;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  min-width: 104px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.sc__button:hover {
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.kv_section {
  padding: 2.5em 0;
  background-color: #E9325F;
  background-image: url(../images/kv-c1.png), url(../images/kv-c2.png);
  background-repeat: no-repeat;
  background-position: right 10%, left bottom;
  background-size: 373px auto, 452px auto;
  color: #fff;
  font-size: 1.3em;
  overflow: hidden;
}

.kv_section h1 {
  font-size: 2em;
  font-weight: bold;
}

.kv_section h2 {
  font-size: 1.3em;
}

.kv_section .feature {
  margin-top: 4em;
}

.kv_section [class^="f__"] {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.kv_section [class^="f__"] + p {
  line-height: 1.2;
}

.kv_section .f__1 {
  background: #FFC908 url(../images/kv-i1.png) no-repeat center/70px auto;
}

.kv_section .f__2 {
  background: #FF787A url(../images/kv-i2.svg) no-repeat center/70px auto;
}

.kv_section .f__3 {
  background: #FFA9BD url(../images/kv-i3.svg) no-repeat center/70px auto;
}

.lessons {
  background: #fff url(../images/lessons_bg.jpg) no-repeat center/cover;
  overflow: hidden;
}

.lessons ol {
  padding-left: 1.2em;
  max-width: 740px;
  margin: 0 auto;
}

.lessons ol li {
  list-style-type: decimal;
  font-weight: 600;
}

.lessons .lesson_list {
  max-width: 920px;
  margin: 4em auto 0;
}

.lessons .lesson_swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lessons .lessonSwiper {
  width: 34%;
  height: 100%;
}

.lessons .lessonSwiper .swiper-slide {
  height: auto;
  border: 3px solid #f1a4b6;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f1a4b6;
  gap: 10px;
  cursor: pointer;
  font-size: .9em;
}

.lessons .lessonSwiper .swiper-slide img {
  width: 60px;
}

.lessons .lessonSwiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #E9325F;
  color: #E9325F;
}

.lessons .lessonSwiper2 {
  width: calc(66% - 120px);
  text-align: center;
}

.lessons .swiper-button-next,
.lessons .swiper-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  color: #777777;
  margin: 0;
}

.lessons .swiper-button-next::after,
.lessons .swiper-button-prev::after {
  font-size: 16px;
}

.lessons .swiper-button-prev {
  left: auto;
}

.lessons .swiper-button-next {
  right: auto;
}

.info {
  background-color: #FFC908;
  background-image: url(../images/info_bg1.png), url(../images/info_bg2.png);
  background-repeat: no-repeat;
  background-position: right 10%, left bottom;
  background-size: 147px auto, 263px auto;
  overflow: hidden;
}

.info .wrapper {
  border-radius: 50em;
  padding: 20px;
  font-size: 1.1em;
  padding-left: 130px;
  border: 1px solid #FFC908;
}

.info .wrapper.wrapper__1 {
  background: #fff url(../images/info-i1.svg) no-repeat 40px center/67px auto;
}

.info .wrapper.wrapper__2 {
  background: #fff url(../images/info-i2.svg) no-repeat 40px center/67px auto;
}

.info .wrapper.wrapper__3 {
  background: #fff url(../images/info-i3.svg) no-repeat 40px center/67px auto;
}

.info .wrapper.wrapper__4 {
  background: #fff url(../images/info-i4.svg) no-repeat 40px center/67px auto;
}

.info h4 {
  font-weight: bold;
  color: #EE325F;
  font-size: 1.2em;
}

.goal {
  overflow: hidden;
}

.goal .wrapper {
  height: 400px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 40px;
}

.goal .wrapper > * {
  max-width: 50%;
  text-align: center;
}

.goal h5 {
  font-size: 1.6em;
  font-weight: bold;
}

.goal [class^="col-"]:nth-child(1) .wrapper {
  background: #FF787A url(../images/goal_bg1.png) no-repeat center/contain;
}

.goal [class^="col-"]:nth-child(2) .wrapper {
  background: #F0325F url(../images/goal_bg2.png) no-repeat center/contain;
}

.goal [class^="col-"]:nth-child(2) .wrapper > * {
  max-width: 340px;
}

.goal [class^="col-"]:nth-child(3) .wrapper {
  background: #5F1871 url(../images/goal_bg3.png) no-repeat center/contain;
}

.n_footer {
  background: #fff;
  padding: 10px 20px;
  min-height: 90px;
  gap: 10px;
}

.n_footer .copyright {
  color: #112F82;
  font-size: 13px;
  letter-spacing: .05em;
}

.n_footer .social {
  gap: 10px;
}

.n_footer a {
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.n_footer a.youtube {
  background-image: url(../images/youtube.svg);
}

.n_footer a.instagram {
  background-image: url(../images/instagram.svg);
}

.n_footer a.line {
  background-image: url(../images/line.svg);
}

.n_footer a.facebook {
  background-image: url(../images/facebook.svg);
}

#ans_pop {
  position: relative;
  width: 500px;
  max-width: 95%;
  margin: 100px auto;
  background: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

#ans_pop h5 {
  font-size: 1.4em;
  color: #EE325F;
  font-weight: bold;
}

#ans_pop h5 + p {
  font-size: 1.2em;
  margin-top: 10px;
}

#ans_pop .qrcode {
  margin-top: 20px;
}

#ans_pop .qrcode .img {
  max-width: 50%;
  border: 1px solid #dcdcdc;
  padding: 2px;
  display: inline-block;
}

#ans_pop .qrcode p {
  font-size: .9em;
  margin-top: 10px;
}

#ans_pop .qrcode a {
  color: #0037cc;
  text-decoration: underline;
  border-bottom: 1px solid;
}

.wow.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.white_card{
  padding: 35px;
  min-height: 400.97px;
  border-radius: 35px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
.ch_title{
  color: #000;
font-feature-settings: 'clig' off, 'liga' off;
/* 2023 new/CN/Destop/Subtitle/Bold-M */
font-family: Noto Sans TC;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 33.6px */
}
.eng_des{
  color: var(--tutor-abc-2023-chinese-chinese-red, #F0325F);
font-feature-settings: 'clig' off, 'liga' off;

/* 2023 new/EN/Destop/Body/Regular-L */
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 26px */
margin-bottom: 0.5rem;
}

.img_lion{
  position: absolute;
  top: 0%;
  transform: translateY(-30%);
  


}
.img_kf{
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
}
.invisible_box{
  display: none;
  height: 10vw;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 1399px) {
  .info .wrapper {
    font-size: 1em;
  }
  .white_card{
  min-height: 340px;
  }
  
}
@media screen and (max-width: 1200px) {
  
}

@media screen and (max-width: 991px) {
  .all-content {
    /*16px*/
    font-size: 1.06em;
  }
  .img_lion{
    top: 100%;
  left: 0%;
    max-width: 306;
    transform: translateX(-30%) translateY(-90%);
    z-index: 1;
  }

  .img_kf{
    position: absolute;
    top: 0%;
    right: 0%;
    max-width: 306px;
    transform: translateY(-30%) translateX(50%);
    z-index: 1;
  }
  .invisible_box{
    display: block;
    
  }
  .white_card{
    min-height: 380px;
  }
}

@media screen and (min-width: 768px) {
  .lessons .lessonSwiper .swiper-wrapper {
    -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;
    padding-right: 20px;
    gap: 8px;
  }
  .lessons .lessonSwiper .swiper-slide {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .n_header img {
    width: 110px;
    height: 33px;
  }
  .break_m {
    display: block;
  }
  .sc__block {
    padding: 2.5em 0;
  }
  .sc__title h3 {
    font-size: 1.8em;
  }
  .kv_section {
    background-size: 40% auto, 50% auto;
  }
  .kv_section [class^="f__"] {
    width: 100px;
    height: 100px;
    background-size: 50px !important;
  }
  .lessons .lesson_swiper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lessons .lessonSwiper {
    width: 100%;
    padding: 0 80px;
    margin-bottom: 20px;
  }
  .lessons .lessonSwiper2 {
    width: calc(100% - 120px);
  }

  .white_card{
    min-height: 300px;
  }
 
}

@media screen and (max-width: 575px) {
  .all-content {
    font-size: 1em;
  }
  .n_header {
    padding: 10px;
  }
  .break_s {
    display: block;
  }
  .kv_section .feature {
    width: 320px;
    max-width: 100%;
    margin: 2em auto 0;
  }
  .kv_section .col-sm-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    text-align: left;
  }
  .kv_section .col-sm-4 p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.15em;
  }
  .kv_section [class^="f__"] {
    width: 70px;
    height: 70px;
    margin: 0;
    background-size: 40px !important;
  }
  .lessons .lessonSwiper .swiper-slide {
    border-width: 1px;
  }
  .info {
    background-size: 147px auto, 0 auto;
  }
  .info .wrapper {
    padding-left: 100px;
    background-size: 50px auto !important;
    background-position: 30px center !important;
  }
  .goal .wrapper {
    height: 64vw;
    min-height: 240px;
  }
  .n_footer {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .sc__title {
    margin-bottom: 1em;
  }
  .sc__title h3 {
    font-size: 1.5em;
  }
  .kv_section {
    font-size: 1.1em;
  }
  #ans_pop {
    font-size: 1em;
  }
}
