@charset "UTF-8";
@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+TC:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@1,300&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 {
  font-family: 'Roboto', 'Noto Sans TC', Arial, '微軟正黑體', sans-serif !important;
}

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

.ie6 img {
  width: 100%;
}

body {
  background: #fff;
  color: #201F1F;
  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;
}

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: #EDF1FF;
  padding: 10px;
  text-align: center;
}

.kv_section {
  position: relative;
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(57.63%, #FFFFFF), color-stop(140.92%, #EDF1FF));
  background: linear-gradient(180deg, #FFFFFF 57.63%, #EDF1FF 140.92%);
  overflow: hidden;
}

.kv_section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/kv_bg1.png), url(../images/kv_bg2.png);
  background-repeat: no-repeat;
  background-position: right top, right bottom;
  background-size: 30% auto, 27% auto;
}

.kv_section .circle__1 {
  position: absolute;
  top: -14.5vw;
  left: -11.2vw;
  width: 33vw;
  height: 33vw;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#92FFFF), to(#8A52FE));
  background: linear-gradient(90deg, #92FFFF 0%, #8A52FE 100%);
  -webkit-animation: circle__1 linear 4s infinite;
          animation: circle__1 linear 4s infinite;
}

.kv_section .circle__1::before {
  content: '';
  width: 82%;
  height: 82%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 9%;
  left: 9%;
}

@-webkit-keyframes circle__1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle__1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.kv_section .container {
  position: relative;
}

.kv_section .top {
  font-size: 1.4em;
  color: #003BFF;
}

.kv_section h1 {
  font-size: 1.2em;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 5px 15px;
}

.kv_section .t__2 p {
  font-family: 'IBM Plex Serif', serif !important;
  margin: 20px 0 5px;
}

.kv_section .t__3 {
  background: linear-gradient(-45deg, #003BFF 0%, #4A9EFF 45%, #7BE0FF 50%, #4A9EFF 65%, #003BFF 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: move 4s ease infinite;
          animation: move 4s ease infinite;
}

@-webkit-keyframes move {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

@keyframes move {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

.kv_section .t__3 span {
  margin: 0 12px 0 20px;
  font-weight: lighter;
}

.kv_section .t__3 .fst-italic {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 120%;
}

.kv_section .brand {
  margin: 40px auto 0;
  width: 800px;
  max-width: 85%;
}

.kv_section .brand img {
  max-width: 200px;
}

.kv_section #brand_t1 {
  position: relative;
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 20px;
}

.kv_section #brand_t1 p {
  line-height: 1.2;
}

.kv_section #brand_t1 span {
  color: #EE325F;
}

.kv_section #brand_t1 b {
  font-size: 160%;
}

.kv_section #brand_t2 {
  font-size: 1.1em;
  margin-top: 30px;
}

.kv_section #brand_t2 p {
  line-height: 1.2;
}

.kv_section .promo {
  margin-top: 10px;
}

.kv_section .promo b {
  background: #6b6b6b;
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  margin-left: 6px;
}

.kv_section .lesson_list {
  width: 960px;
  max-width: 100%;
  margin: 30px auto 0;
}

.kv_section .lesson_list .box {
  position: relative;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.kv_section .lesson_list .box.box_adult {
  border: 1px solid #042DB4;
}

.kv_section .lesson_list .box.box_adult .ltitle,
.kv_section .lesson_list .box.box_adult .link a {
  background: #042DB4;
}

.kv_section .lesson_list .box.box_adult .lcontent .c__2 {
  color: #042DB4;
}

.kv_section .lesson_list .box.box_junior {
  border: 1px solid #8255E4;
}

.kv_section .lesson_list .box.box_junior .ltitle,
.kv_section .lesson_list .box.box_junior .link a {
  background: #8255E4;
}

.kv_section .lesson_list .box.box_junior .lcontent .c__2 {
  color: #8255E4;
}

.kv_section .lesson_list .box.box_chinese {
  border: 1px solid #EE325F;
}

.kv_section .lesson_list .box.box_chinese .ltitle,
.kv_section .lesson_list .box.box_chinese .link a {
  background: #EE325F;
}

.kv_section .lesson_list .box.box_chinese .lcontent .c__2 {
  color: #EE325F;
}

.kv_section .lesson_list .ltitle {
  padding: 12px 25px;
  font-size: 1.2em;
  color: #fff;
}

.kv_section .lesson_list .lcontent {
  padding: 25px;
  height: 180px;
}

.kv_section .lesson_list .c__1 {
  font-size: 1.3em;
}

.kv_section .lesson_list .c__2 {
  font-size: 1.7em;
  margin: 0 0 15px;
  font-weight: bold;
  line-height: 1.2;
}

.kv_section .lesson_list .c__3 {
  color: #b999ff;
  line-height: 1.2;
}

.kv_section .lesson_list .link {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.kv_section .lesson_list .link a {
  display: inline-block;
  color: #fff;
  border-radius: 50em;
  padding: 8px;
  width: 180px;
  max-width: 80%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.kv_section .lesson_list .link a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.kv_section .ctl a {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  color: #fff;
  padding: 15px;
  border-radius: 50em;
  background: #003BFF;
  font-size: 1.2em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.kv_section .ctl a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sc__block {
  padding: 6em 0;
}

.sc__title {
  margin-bottom: 2em;
}

.sc__title h3 {
  font-family: 'Roboto', 'Noto Sans TC', sans-serif !important;
  font-weight: 700;
  font-size: 2em;
  color: #003BFF;
}

.sc__title p {
  color: #003BFF;
  margin-top: 10px;
}

.reasons {
  background-color: #fff;
  background-image: url(../images/cbg_7.png), url(../images/cbg_7.png);
  background-size: 800px auto, 400px auto;
  background-position: -400px calc(100% + 400px), 91% 33%;
  background-repeat: no-repeat;
}

.reasons .reasons_list {
  max-width: 1140px;
  margin: 0 auto;
}

.reasons .reasons_list > .row {
  row-gap: 20px;
}

.reasons .list {
  position: relative;
  z-index: 2;
  padding: 0 30px 30px;
  height: 100%;
  font-size: 15px;
  font-weight: 300;
}

.reasons .list::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 88%;
  background: #EDF1FF;
  border-radius: 0px 50px 0px 0px;
}

.reasons .num {
  color: #003BFF;
  font-size: 4.2em;
  font-weight: 600;
  line-height: 1;
}

.reasons .re_title {
  position: relative;
  color: #003BFF;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 10px 0 15px;
}

.reasons .re_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 4px;
  background: #003BFF;
}

.reasons .re_content > * {
  line-height: 1.2;
}

.reasons .re_content .col-sm-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .9em;
}

.reasons .re_content .col-sm-4:not(:last-child) {
  border-right: 1px solid rgba(0, 59, 255, 0.4);
}

.reasons .re_content .col-sm-4 > :first-child {
  color: #003BFF;
  font-size: 1.8em;
  font-weight: bold;
}

.reasons .re_content ol {
  padding-left: 1.2em;
}

.reasons .re_content ol li {
  list-style-type: disc;
}

.reasons .re_content ol li:not(:first-child) {
  margin-top: 5px;
}

.type {
  position: relative;
  overflow: hidden;
  background: #EDF1FF;
}

.type::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/cbg_1.png), url(../images/cbg_2.png);
  background-size: 20% auto, 34% auto;
  background-position: left 5%, 96% 35%;
  background-repeat: no-repeat;
}

.type .container {
  position: relative;
}

.type .row {
  margin-left: -20px;
  margin-right: -20px;
}

.type [class^='col-md-'] {
  padding-left: 20px;
  padding-right: 20px;
}

.type .type__ul {
  max-width: 1140px;
  margin: 0 auto;
}

.type .type__ul li {
  position: relative;
  border-top-right-radius: 50px;
  padding: 40px;
  background: #fff;
}

.type .type__ul li:not(:first-child) {
  margin-top: 2.6em;
}

.type .type__ul li:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.type .txt h4 {
  font-family: 'Roboto', 'Noto Sans TC', sans-serif !important;
  font-weight: 700;
  font-size: 2.2em;
  color: #003BFF;
  margin-bottom: 30px;
}

.type .txt p {
  margin-top: 18px;
  line-height: 1.2;
}

.type .txt b {
  display: block;
  font-family: 'Roboto', 'Noto Sans TC', sans-serif !important;
  font-weight: 700;
  font-size: 1.2em;
  color: #003BFF;
  margin-bottom: 5px;
}

.type .image_wrapper .img {
  padding-bottom: 55%;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

.type .image_wrapper p {
  font-family: 'Roboto', 'Noto Sans TC', sans-serif !important;
  font-weight: 500;
  font-size: 1em;
  color: #003BFF;
  margin-top: 10px;
}

.partner {
  background: url(../images/cbg_5.png) no-repeat center/auto 100%;
  margin-top: 4em;
}

.partner .partner_list {
  max-width: 1000px;
  margin: 0 auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}

.teacher {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDF1FF));
  background: linear-gradient(180deg, #FFFFFF 0%, #EDF1FF 100%);
}

.teacher .circle {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 30%;
  -webkit-animation: circle__1 linear 4s infinite;
          animation: circle__1 linear 4s infinite;
}

.teacher::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/cbg_3.png), url(../images/cbg_4.png);
  background-repeat: no-repeat;
  background-position: 60px 60px, calc(100% - 60px) calc(100% - 60px);
  background-size: 12.8%;
}

.teacher .container {
  position: relative;
  max-width: 1470px;
}

.teacher .num_list {
  max-width: 800px;
  margin: 4em auto 0;
  color: #003BFF;
}

.teacher .num_list .row {
  row-gap: 30px;
}

.teacher .num {
  font-family: 'Roboto', 'Noto Sans TC', sans-serif !important;
  font-weight: 700;
  font-size: 3.6em;
  color: inherit;
}

.teacher .num small {
  font-size: 50%;
}

.teacher span {
  display: block;
  font-family: 'Roboto', 'Noto Sans TC', sans-serif !important;
  font-weight: 400;
  font-size: 1.2em;
  color: inherit;
}

.teacher .teacher_list {
  margin-top: 6em;
}

.teacher .teacher_list > .row > .col-xl-6:first-child {
  border-right: 2px solid #fff;
  padding-right: 30px;
}

.teacher .teacher_list > .row > .col-xl-6:last-child {
  padding-left: 30px;
}

.teacher .teacher_list .title span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  border-radius: 50em;
  color: #003BFF;
}

.teacher .teacher_list .img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

.teacher .teacher_list .img.img__1 {
  background-image: url(../images/teacher/AmandaE.jpg);
}

.teacher .teacher_list .img.img__2 {
  background-image: url(../images/teacher/DillonR.jpg);
}

.teacher .teacher_list .img.img__3 {
  background-image: url(../images/teacher/NicoleK.jpg);
}

.teacher .teacher_list .img.img__4 {
  background-image: url(../images/teacher/BelaW.jpg);
}

.teacher .teacher_list .img.img__5 {
  background-image: url(../images/teacher/ShellyJ.jpg);
}

.teacher .teacher_list .img.img__6 {
  background-image: url(../images/teacher/GinnyL.jpg);
}

.teacher .teacher_list h4 {
  font-size: 1.15em;
  margin: 15px 0 0;
}

.teacher .teacher_list .location {
  display: inline-block;
  font-size: .8em;
  padding-left: 25px;
  background: url(../images/location.svg) no-repeat left center/auto 100%;
}

.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 url(../images/kv_bg1.png) no-repeat right bottom/40% auto;
  text-align: center;
  padding: 30px;
  font-size: 1.2em;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

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

#ans_pop p {
  margin-top: 10px;
}

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-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) {
  .kv_section .lesson_list .col-lg-4 {
    margin-top: 30px;
  }
  .kv_section .lesson_list .ltitle {
    padding: 12px 25px;
  }
  .teacher .teacher_list .img {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 1199px) {
  .teacher .teacher_list > .row > .col-xl-6:first-child {
    border-right: 0;
    padding-right: 0.75rem;
  }
  .teacher .teacher_list > .row > .col-xl-6:last-child {
    padding-left: 0.75rem;
  }
}

@media screen and (max-width: 991px) {
  .all-content {
    /*16px*/
    font-size: 1.06em;
  }
  .questionnaire .right .t__1 i {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .n_header img {
    width: 110px;
    height: 32px;
  }
  .kv_section .top {
    font-size: 1.2em;
  }
  .break_m {
    display: block;
  }
  .sc__block {
    padding: 4em 0;
  }
  .sc__title h3 {
    font-size: 1.8em;
  }
  .reasons {
    background-size: 400px auto, 200px auto;
    background-position: -200px calc(100% + 200px), calc(100% + 30px) 3.5%;
  }
  .reasons .reasons_list > .row {
    row-gap: 10px;
  }
  .type .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .type .type__ul li {
    overflow: hidden;
    padding: 0;
  }
  .type .txt {
    padding: 22px;
    font-size: .9em;
  }
  .type .txt h4 {
    margin-bottom: 15px;
  }
  .type .txt b {
    font-weight: 400;
    font-size: 1.1em;
  }
  .type .image_wrapper p {
    display: none;
  }
  .type .image_wrapper .img {
    border-radius: 0;
  }
  .partner {
    background-size: 100% auto;
  }
  .teacher .circle {
    display: none;
  }
}

@media screen and (max-width: 620px) {
  .kv_section h1 {
    font-size: 1em;
  }
  .kv_section .t__3 span {
    margin: 0 6px 0 10px;
  }
  .kv_section .t__3 .fst-italic {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 575px) {
  .n_header {
    padding: 5px;
  }
  .break_s {
    display: block;
  }
  .kv_section::before {
    background-size: 50% auto, 27% auto;
  }
  .kv_section .circle__1 {
    top: -23.5vw;
    left: -16.2vw;
    width: 46vw;
    height: 46vw;
  }
  .kv_section .t__3 .fst-italic {
    font-size: 1.6em;
  }
  .kv_section .brand img {
    max-width: 40%;
  }
  .kv_section .lesson_list {
    margin-top: 20px;
    width: 340px;
  }
  .kv_section .lesson_list .box {
    border-width: 1px !important;
    border-radius: 12px;
  }
  .kv_section .lesson_list .ltitle {
    font-size: 1.2em;
    line-height: 1;
    padding: 12px 20px;
  }
  .kv_section .lesson_list .lcontent {
    height: auto;
    padding: 20px;
  }
  .kv_section .lesson_list .col-lg-4 {
    margin-top: 12px;
  }
  .reasons .list {
    padding: 0 20px 20px;
  }
  .reasons .list::before {
    border-radius: 0 25px 0 0;
  }
  .reasons .re_title {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .reasons .re_title::after {
    display: none;
  }
  .reasons .num {
    font-size: 3.6em;
  }
  .reasons .re_content .col-sm-4 {
    border: none !important;
  }
  .type::before {
    display: none;
  }
  .partner {
    background-size: 120% auto;
  }
  .teacher .num {
    font-size: 2.8em;
    line-height: 1.2;
  }
  .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.6em;
  }
  .kv_section .lesson_list .c__1 {
    font-size: 1.1em;
  }
  .kv_section #brand_t1 {
    font-size: 1.4em;
  }
  .kv_section #brand_t2 {
    font-size: 1em;
  }
  .kv_section .promo {
    font-size: 1.1em;
  }
  .type .txt h4 {
    font-size: 1.8em;
  }
  .partner {
    padding: 0;
  }
  .partner .partner_list {
    gap: 30px;
  }
  .partner .partner_list img:nth-child(1) {
    width: 170px;
  }
  .partner .partner_list img:nth-child(2) {
    width: 210px;
  }
  .partner .partner_list img:nth-child(3) {
    width: 143px;
  }
  .partner .partner_list img:nth-child(4) {
    width: 111px;
  }
  .partner .partner_list img:nth-child(5) {
    width: 152px;
  }
  .teacher {
    margin-top: 0;
  }
  .teacher::before {
    background-position: 30px 30px, calc(100% - 30px) calc(100% - 30px);
    background-size: 22% auto;
  }
  #ans_pop {
    font-size: 1em;
  }
}

@media screen and (max-width: 400px) {
  .type .sc__title h3 .d-block {
    display: inline-block !important;
  }
  .teacher .teacher_list .img {
    width: 135px;
    height: 135px;
  }
}
