@charset "UTF-8";
*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
  -o-transition: background-color 0.2s linear, border-color 0.1s linear;
  -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
  transition: background-color 0.2s linear, border-color 0.1s linear;
}

/* ------- 標頭設計(字級,字距,顏色) ------- */
/* ------- 數學 Math ------- */
html {
  font-size: 10px;
}

@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-xl-0 {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

  .border-lg-0 {
    border: none !important;
  }

  .border-lg-bottom-0 {
    border-bottom: none !important;
  }

  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media (max-width: 992px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }

  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md-0 {
    border: none !important;
  }
}
@media (max-width: 575px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm-0 {
    border: none !important;
  }
}
.border-gray {
  border-color: #757575 !important;
}

.rounded-10 {
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rounded-15 {
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.line-hight-fit {
  line-height: 1 !important;
}

.lt-0 {
  letter-spacing: 0;
}

/* Shadow 0dp */
.shadow-0 {
  box-shadow: none !important;
}

/* Shadow 1dp */
.shadow-1 {
  box-shadow: 0 1px 1px 0 rgba(113, 130, 255, 0.14), 0 2px 1px -1px rgba(113, 130, 255, 0.12), 0 1px 3px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 2dp */
.shadow-2 {
  box-shadow: 0 2px 2px 0 rgba(113, 130, 255, 0.14), 0 3px 1px -2px rgba(113, 130, 255, 0.12), 0 1px 5px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 3dp */
.shadow-3 {
  box-shadow: 0 3px 4px 0 rgba(113, 130, 255, 0.14), 0 3px 3px -2px rgba(113, 130, 255, 0.12), 0 1px 8px 0 rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 4dp */
.shadow-4 {
  box-shadow: 0 4px 5px 0 rgba(113, 130, 255, 0.14), 0 1px 10px 0 rgba(113, 130, 255, 0.12), 0 2px 4px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 6dp */
.shadow-6 {
  box-shadow: 0 6px 10px 0 rgba(113, 130, 255, 0.14), 0 1px 18px 0 rgba(113, 130, 255, 0.12), 0 3px 5px -1px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 8dp */
.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(113, 130, 255, 0.14), 0 3px 14px 2px rgba(113, 130, 255, 0.12), 0 5px 5px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 9dp */
.shadow-9 {
  box-shadow: 0 9px 12px 1px rgba(113, 130, 255, 0.14), 0 3px 16px 2px rgba(113, 130, 255, 0.12), 0 5px 6px -3px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 12dp */
.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(113, 130, 255, 0.14), 0 5px 22px 4px rgba(113, 130, 255, 0.12), 0 7px 8px -4px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 16dp */
.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(113, 130, 255, 0.14), 0 6px 30px 5px rgba(113, 130, 255, 0.12), 0 8px 10px -5px rgba(113, 130, 255, 0.2) !important;
}

/* Shadow 24dp */
.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(113, 130, 255, 0.14), 0 9px 46px 8px rgba(113, 130, 255, 0.12), 0 11px 15px -7px rgba(113, 130, 255, 0.2) !important;
}

.shadow-hover-effect-1 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-1:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

.shadow-hover-effect-2 {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0);
}
.shadow-hover-effect-2:hover {
  box-shadow: 0 3px 6px rgba(113, 130, 255, 0.04), 0 3px 6px rgba(113, 130, 255, 0.04);
}

@media (min-width: 991px) {
  .shadow-lg-0 {
    box-shadow: none !important;
  }

  .shadow-lg-block {
    box-shadow: 0 0.125rem 0.25rem rgba(113, 130, 255, 0.075) !important;
  }
}
.img-cover {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-contain {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.img-user-word {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  line-height: 1;
}

img.lazy-image {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s;
  background-color: #333;
}

img.lazy-image.loaded {
  opacity: 1;
}

.img-6-5,
.img-4-3,
.img-3-2,
.img-3-1,
.img-1-1,
.img-1-2,
.img-2-1,
.img-16-9 {
  width: 100%;
  position: relative;
  background: #EBEBEB url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.img-6-5:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 80%;
}

.img-4-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 70%;
}

.img-3-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 66.6666667%;
}

.img-3-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 33.3333333%;
}

.img-1-2:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 120%;
}

.img-2-3:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 150%;
}

.img-1-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 100%;
}

.img-2-1:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 50%;
}

.img-16-9:before {
  display: block;
  pointer-events: none;
  content: "";
  padding-top: 56.25%;
}

#preview {
  position: absolute;
  border: 1px solid #979797;
  background: #979797;
  padding: 1px;
  display: none;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
}
#preview img {
  width: 100%;
}

.--img-card .img-wrap {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.--img-card .img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.--img-card .img-wrap:after, .--img-card .img-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.--img-card .img-wrap:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.5;
}
.--img-card .img-wrap:before {
  background: -moz-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
  background: -webkit-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
  background: linear-gradient(to bottom, rgba(161, 2, 39, 0) 0%, #a10227 100%);
  opacity: 0;
}
.--img-card:hover {
  text-decoration: none;
}
.--img-card:hover .img-wrap {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
  box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
}
.--img-card:hover .img-wrap:after {
  opacity: 0;
}
.--img-card:hover .img-wrap:before {
  opacity: 1;
}
.--img-card:hover .img-wrap img {
  width: 120%;
  height: 120%;
  transition-delay: 0.2s;
}

.--type .type {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0 -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
}
.--type .type li {
  text-transform: uppercase;
  color: #666;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.--type .type li + li {
  border-left: 1px solid #666;
}

@media (min-width: 768px) {
  .bg-md-white {
    background-color: #fff !important;
  }
}
@media (min-width: 992px) {
  .bg-lg-light {
    background-color: #f7f7f7 !important;
  }

  .bg-lg-white {
    background-color: #fff !important;
  }

  .bg-lg-transparent {
    background-color: transparent !important;
  }

  .bg-lg-misty-grey {
    background-color: #EBEBEB !important;
  }
}
@media (min-width: 1200px) {
  .bg-xl-light {
    background-color: #f7f7f7 !important;
  }

  .bg-xl-transparent {
    background-color: transparent !important;
  }
}
@media (max-width: 992px) {
  .alert-xs-transparent {
    background-color: transparent !important;
  }
}
.bg-none {
  background: none;
}

.bg-FB {
  background-color: #3b5998;
}

.bg-line {
  background-color: #00c200;
}

.bg-twitter {
  background-color: #76a9ea;
}

.bg-gray {
  background-color: #9b9b9b;
}

.bg-lt-gray {
  background-color: #EBEBEB;
}

.bg-lt-gray2 {
  background-color: #f3f3f3;
}

.bg-silver {
  background-color: #dae2ea;
}

.bg-squarePattern-gradient {
  background-color: #fad5e5;
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}
.bg-squarePattern-gradient .location-operation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  color: #fff;
}
.bg-squarePattern-gradient .location-operation .fa-map-marker-alt {
  color: #fad5e5;
  font-size: 3.2rem;
  margin-right: 1rem;
  position: relative;
  top: -4px;
}
.bg-squarePattern-gradient .location-operation p {
  font-size: 2rem;
  margin-bottom: 0;
}
.bg-squarePattern-gradient .bg-left-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #FF2B85;
}
.bg-squarePattern-gradient .bg-left-pattern span.squarePattern {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100px;
  height: 100px;
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  background-color: #FF2B85;
  -ms-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
}
.bg-squarePattern-gradient .bg-left-pattern span.squarePattern:after, .bg-squarePattern-gradient .bg-left-pattern span.squarePattern:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 100px;
  -ms-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #FF2B85;
  display: block;
  opacity: 0.4;
}
.bg-squarePattern-gradient .bg-left-pattern span.squarePattern:after {
  -moz-transform: translate(1.5rem, -1.5rem);
  -webkit-transform: translate(1.5rem, -1.5rem);
  -o-transform: translate(1.5rem, -1.5rem);
  -ms-transform: translate(1.5rem, -1.5rem);
  transform: translate(1.5rem, -1.5rem);
}
.bg-squarePattern-gradient .bg-left-pattern span.squarePattern:before {
  -moz-transform: translate(3rem, -3rem);
  -webkit-transform: translate(3rem, -3rem);
  -o-transform: translate(3rem, -3rem);
  -ms-transform: translate(3rem, -3rem);
  transform: translate(3rem, -3rem);
}

.scrollBar-theme {
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.scrollBar-theme::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0);
}
.scrollBar-theme::-webkit-scrollbar-track {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.scrollBar-theme::-webkit-scrollbar-thumb {
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(85, 85, 85, 0.6);
}
.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(85, 85, 85, 0.6);
}

@media (max-width: 992px) {
  .overflow-xs-hidden {
    overflow: hidden;
  }
}
.SVG-basic-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@keyframes education-star-twinkle {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes education-pickup-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes education-sign-sway {
  0%, 100% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
}
.content-education {
  position: relative;
  padding-bottom: 5rem;
}
.content-education .education-tags {
  position: fixed;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.content-education .education-tags .tag-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  box-sizing: border-box;
  width: 168px;
  height: 90px;
  padding: 20px 30px;
  margin-bottom: -2px;
  background-color: #FFECF4;
  border: 2px solid #f8c1d9;
  border-left: none;
  -ms-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  color: #FF2B85;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-education .education-tags .tag-item > span {
  flex-shrink: 0;
  white-space: nowrap;
}
.content-education .education-tags .tag-item:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  width: 32px;
  height: 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../assets/img/education/tag-arrow-active.svg) no-repeat center center;
  background-size: contain;
}
.content-education .education-tags .tag-item:hover, .content-education .education-tags .tag-item.active {
  width: 184px;
  background-color: #fff;
  border-color: #FF2B85;
  font-weight: 700;
  text-decoration: none;
  color: #FF2B85;
  z-index: 1;
}
.content-education .education-tags .tag-item:hover:after, .content-education .education-tags .tag-item.active:after {
  background-image: url(../../assets/img/education/tag-arrow.svg);
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .content-education .education-tags .tag-item {
    width: 124px;
    height: 72px;
    padding: 12px 8px 12px 16px;
    font-size: 16px;
  }
  .content-education .education-tags .tag-item:after {
    right: -14px;
    width: 28px;
    height: 26px;
  }
  .content-education .education-tags .tag-item:hover, .content-education .education-tags .tag-item.active {
    width: 132px;
  }
}
@media (max-width: 1439px) {
  .content-education .education-tags .tag-item {
    width: 104px;
    height: 64px;
    padding: 10px 4px 10px 12px;
    font-size: 14px;
  }
  .content-education .education-tags .tag-item:after {
    right: -12px;
    width: 24px;
    height: 22px;
  }
  .content-education .education-tags .tag-item:hover, .content-education .education-tags .tag-item.active {
    width: 112px;
  }
}
@media (max-width: 1199px) {
  .content-education .education-tags .tag-item {
    width: 88px;
    height: 56px;
    padding: 8px 2px 8px 10px;
    font-size: 12px;
  }
  .content-education .education-tags .tag-item:after {
    right: -10px;
    width: 20px;
    height: 19px;
  }
  .content-education .education-tags .tag-item:hover, .content-education .education-tags .tag-item.active {
    width: 96px;
  }
}
.content-education .education-kv {
  position: relative;
  padding: 2rem 0 3rem;
}
.content-education .education-kv .share-social {
  position: absolute;
  top: 46px;
  right: 1px;
  z-index: 5;
}
.content-education .education-kv .kv-main {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: 507px;
  margin: 0 auto;
}
.content-education .education-kv .kv-sign {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 393px;
  height: 233px;
  margin: 0;
  z-index: 3;
  transform-origin: right bottom;
}
.content-education .education-kv .kv-sign img {
  display: block;
  width: 100%;
  height: 100%;
}
.content-education .education-kv .kv-visual {
  position: absolute;
  top: 0;
  left: 227px;
  width: 462px;
  height: 478px;
  z-index: 2;
}
.content-education .education-kv .kv-visual .kv-people {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-education .education-kv .kv-visual .kv-people img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-education .education-kv .kv-visual .kv-star {
  position: absolute;
  display: block;
  z-index: 3;
  transform-origin: center;
  pointer-events: none;
}
.content-education .education-kv .kv-visual .star-pink {
  color: #FF2B85;
}
.content-education .education-kv .kv-visual .star-gold {
  color: #E6C773;
}
.content-education .education-kv .kv-visual .star-dark {
  color: #363636;
}
.content-education .education-kv .kv-visual .star-1 {
  top: 10px;
  left: 293px;
  width: 28px;
  height: 26px;
  animation-delay: 0.15s;
}
.content-education .education-kv .kv-visual .star-2 {
  top: 29px;
  left: 265px;
  width: 42px;
  height: 39px;
  animation-delay: 0.75s;
}
.content-education .education-kv .kv-visual .star-3 {
  top: 53px;
  left: 124px;
  width: 37px;
  height: 35px;
  animation-delay: 1.35s;
}
.content-education .education-kv .kv-visual .star-4 {
  top: 108px;
  left: 391px;
  width: 52px;
  height: 49px;
  animation-delay: 1.95s;
}
.content-education .education-kv .kv-visual .kv-pickup {
  position: absolute;
  top: 261px;
  left: -227px;
  width: 244px;
  height: 246px;
  z-index: 2;
}
@media (prefers-reduced-motion: no-preference) {
  .content-education .education-kv .kv-sign {
    animation: education-sign-sway 4s ease-in-out infinite;
  }
  .content-education .education-kv .kv-star {
    animation-name: education-star-twinkle;
    animation-duration: 2.4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  .content-education .education-kv .kv-pickup {
    animation: education-pickup-float 3.2s ease-in-out infinite;
  }
}
.content-education .education-kv .kv-intro {
  position: absolute;
  top: 115px;
  left: 631px;
  width: 488px;
  height: 352px;
  z-index: 3;
}
.content-education .education-kv .kv-intro .quote-icon {
  position: absolute;
  width: 80px;
  height: 53px;
  z-index: 2;
  pointer-events: none;
}
.content-education .education-kv .kv-intro .quote-start {
  top: 105px;
  left: -10px;
}
.content-education .education-kv .kv-intro .quote-end {
  right: 10px;
  bottom: -40px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-education .education-kv .kv-intro .pau-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 371px;
  height: 142px;
  overflow: hidden;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.content-education .education-kv .kv-intro .pau-img {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  width: 378px;
  max-width: none;
  height: auto;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-education .education-kv .kv-intro .intro-box {
  position: absolute;
  top: 142px;
  left: 0;
  width: 100%;
  min-height: 210px;
  background-color: #fff0eb;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 30px 24px;
  z-index: 1;
}
.content-education .education-kv .kv-intro .intro-box h6 {
  margin: 0 0 0.25em;
  color: #FF2B85;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.content-education .education-kv .kv-intro .intro-box p {
  margin: 0;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .content-education .education-kv {
    padding-top: 6rem;
  }
  .content-education .education-kv .share-social {
    top: 3rem;
  }
  .content-education .education-kv .kv-main {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 100%;
    height: auto;
  }
  .content-education .education-kv .kv-sign {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    height: auto;
    max-width: 320px;
    margin-bottom: 1rem;
  }
  .content-education .education-kv .kv-visual {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-width: 462px;
    margin-bottom: 1.5rem;
  }
  .content-education .education-kv .kv-visual .kv-people {
    height: auto;
  }
  .content-education .education-kv .kv-visual .kv-people img {
    height: auto;
  }
  .content-education .education-kv .kv-visual .kv-pickup {
    top: auto;
    left: -5%;
    bottom: 0;
    width: 32%;
    height: auto;
  }
  .content-education .education-kv .kv-intro {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-width: none;
    padding-top: 120px;
  }
  .content-education .education-kv .kv-intro .pau-wrap {
    width: 280px;
    height: 120px;
  }
  .content-education .education-kv .kv-intro .pau-img {
    width: 286px;
  }
  .content-education .education-kv .kv-intro .intro-box {
    position: relative;
    top: auto;
    min-height: 0;
  }
  .content-education .education-kv .kv-intro .quote-start {
    top: 90px;
    left: -5px;
  }
  .content-education .education-kv .kv-intro .quote-end {
    right: 5px;
    bottom: -30px;
  }
}
.content-education .education-menu {
  padding: 2rem 0 4rem;
}
.content-education .education-menu .education-menu-item {
  position: relative;
  padding-left: 36px;
  margin-bottom: 30px;
}
.content-education .education-menu .education-menu-item:last-child {
  margin-bottom: 0;
}
.content-education .education-menu .menu-head {
  position: relative;
}
.content-education .education-menu .menu-head.active {
  position: sticky;
  top: var(--education-menu-sticky-top, 80px);
  z-index: 5;
}
.content-education .education-menu .menu-num {
  position: absolute;
  left: -36px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 72px;
  height: 72px;
  background-color: #FF2B85;
  -ms-border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 2;
}
.content-education .education-menu .menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  height: 72px;
  padding: 16px 30px 16px 66px;
  background-color: #FFECF4;
  border: 2px solid #f8c1d9;
  border-left: none;
  -ms-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  color: #FF2B85;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-education .education-menu .menu-btn:hover {
  text-decoration: none;
  color: #FF2B85;
  background-color: #ffddeb;
}
.content-education .education-menu .menu-btn .menu-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.content-education .education-menu .menu-btn .menu-icon {
  font-size: 24px;
  line-height: 1;
}
.content-education .education-menu .menu-head.active .menu-btn,
.content-education .education-menu .menu-btn[aria-expanded=true] {
  background-color: #FF2B85;
  border-color: #FF2B85;
  color: #fff;
}
.content-education .education-menu .menu-body {
  padding: 1.5rem 2rem 1.5rem 66px;
  background-color: #fff;
  border: 2px solid #f8c1d9;
  border-top: none;
  -ms-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.content-education .education-menu .menu-body .editor-content p {
  margin-bottom: 1rem;
  color: #666;
  line-height: 1.6;
}
.content-education .education-menu .menu-body .editor-content iframe {
  display: block;
  width: 100% !important;
  max-width: 730px;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 73/41;
  margin: 0 auto 20px;
  border: 10px solid transparent;
  background: linear-gradient(#333, #333) padding-box, linear-gradient(120deg, #f287b7, #f8c1d9) border-box;
  box-sizing: border-box;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.content-education .education-menu .menu-body .editor-content hr {
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  .content-education .education-menu .education-menu-item {
    padding-left: 24px;
    margin-bottom: 20px;
  }
  .content-education .education-menu .menu-head.active {
    position: relative;
    top: auto;
  }
  .content-education .education-menu .menu-num {
    width: 48px;
    height: 48px;
    left: -24px;
    font-size: 20px;
  }
  .content-education .education-menu .menu-btn {
    height: 56px;
    padding: 12px 16px 12px 40px;
  }
  .content-education .education-menu .menu-btn .menu-title {
    font-size: 18px;
  }
  .content-education .education-menu .menu-btn .menu-icon {
    font-size: 18px;
  }
  .content-education .education-menu .menu-body {
    padding: 1rem 1rem 1rem 40px;
  }
}
.content-education .education-sec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}
.content-education .education-sec-title h3 {
  margin: 0 20px;
  color: #FF2B85;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 8px #fad5e5;
  paint-order: stroke fill;
  white-space: nowrap;
}
.content-education .education-sec-title img {
  width: 43px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .content-education .education-sec-title h3 {
    font-size: 24px;
    margin: 0 10px;
  }
  .content-education .education-sec-title img {
    width: 28px;
    height: 26px;
  }
}
.content-education .education-talk {
  position: relative;
  padding: 3rem 0 2.5rem;
}
.content-education .education-talk .talk-card {
  position: relative;
  min-height: 480px;
  isolation: isolate;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 58px 80px 0;
  margin-top: -35px;
}
.content-education .education-talk .talk-card:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 80%;
  background-color: #fff8f5;
  border-radius: inherit;
  z-index: -1;
}
.content-education .education-talk .talk-badge {
  position: absolute;
  top: 33px;
  left: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 12px 24px;
  background-color: #FF2B85;
  border: 1px solid #FF2B85;
  -ms-border-radius: 99px 99px 99px 0;
  -moz-border-radius: 99px 99px 99px 0;
  -webkit-border-radius: 99px 99px 99px 0;
  border-radius: 99px 99px 99px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
}
.content-education .education-talk .talk-badge img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.content-education .education-talk .talk-inner {
  position: relative;
  background-color: #fff;
  border: 10px solid #fad5e5;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-flex-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.content-education .education-talk .talk-pau {
  position: absolute;
  right: -20px;
  bottom: -100px;
  width: 170px;
  z-index: 2;
  transform: scale(1.5);
  transform-origin: right bottom;
  pointer-events: none;
}
.content-education .education-talk .talk-note {
  margin: 72px 0 0;
  padding: 0 80px;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.content-education .education-talk .talk-note b {
  font-weight: 300;
}
@media (max-width: 991px) {
  .content-education .education-talk .talk-card {
    padding: 40px 24px 60px;
  }
  .content-education .education-talk .talk-badge {
    left: 24px;
    font-size: 14px;
  }
  .content-education .education-talk .talk-note {
    padding: 0;
  }
  .content-education .education-talk .talk-pau {
    width: 110px;
    right: 0;
    bottom: 0;
  }
}
.content-education .education-training {
  position: relative;
  padding: 3rem 0 2rem;
}
.content-education .education-training .training-card {
  min-height: 340px;
  background-color: #fff7e8;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 32px 80px 40px;
  text-align: center;
  margin-top: -35px;
}
.content-education .education-training .training-subtitle {
  margin: 0 0 1.5rem;
  color: #FF2B85;
  font-size: 24px;
  font-weight: 700;
  -webkit-text-stroke: 6px #fad5e5;
  paint-order: stroke fill;
}
.content-education .education-training .training-txt {
  text-align: left;
  margin: 4rem 0;
}
.content-education .education-training .training-txt p {
  margin-bottom: 0.75rem;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.content-education .education-training .training-txt p:last-child {
  margin-bottom: 0;
}
.content-education .education-training .btn-quiz {
  display: inline-block;
  min-width: 240px;
  padding: 16px 40px;
  background-color: #fff;
  border: 1px solid #FF2B85;
  -ms-border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 4px 4px 0 #FF2B85;
  -ms-box-shadow: 4px 4px 0 #FF2B85;
  box-shadow: 4px 4px 0 #FF2B85;
  color: #FF2B85;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-education .education-training .btn-quiz:hover {
  background-color: #FF2B85;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 0 #f70069;
  -ms-box-shadow: 2px 2px 0 #f70069;
  box-shadow: 2px 2px 0 #f70069;
}
@media (max-width: 767px) {
  .content-education .education-training .training-card {
    padding: 40px 24px 30px;
  }
  .content-education .education-training .training-subtitle {
    font-size: 18px;
  }
  .content-education .education-training .btn-quiz {
    min-width: 180px;
    padding: 12px 30px;
  }
}
@media (max-width: 767px) {
  .content-education {
    padding-top: 100px;
    padding-bottom: 3rem;
  }
  .content-education > .container {
    width: auto;
    max-width: none;
    margin: 0 20px;
    padding: 0;
  }
  .content-education .education-tags {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    overflow-x: auto;
    background-color: #fff;
    z-index: 1020;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -ms-transform: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
  .content-education .education-tags::-webkit-scrollbar {
    display: none;
  }
  .content-education .education-tags .tag-item {
    flex: 0 0 110px;
    width: 110px;
    height: 80px;
    padding: 10px;
    margin: 0;
    border: 2px solid #f8c1d9;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
  }
  .content-education .education-tags .tag-item:after {
    display: none;
  }
  .content-education .education-tags .tag-item:hover, .content-education .education-tags .tag-item.active {
    width: 110px;
    border-color: #FF2B85;
    background-color: #fff;
  }
  .content-education .education-kv {
    padding: 0;
  }
  .content-education .education-kv .share-social {
    top: 0;
    right: 0;
  }
  .content-education .education-kv .kv-main {
    display: block;
    height: 835px;
  }
  .content-education .education-kv .kv-sign {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 276px;
    max-width: none;
    margin: 0;
  }
  .content-education .education-kv .kv-visual {
    position: absolute;
    top: 160px;
    left: 2px;
    width: 242px;
    height: 250px;
    margin: 0;
    overflow: visible;
  }
  .content-education .education-kv .kv-visual .kv-people {
    width: 242px;
    height: 250px;
    overflow: visible;
  }
  .content-education .education-kv .kv-visual .kv-people img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.2);
    transform-origin: left bottom;
  }
  .content-education .education-kv .kv-visual .kv-pickup {
    top: 0;
    left: 230px;
    bottom: auto;
    width: 142px;
    height: 143px;
    max-width: none;
  }
  .content-education .education-kv .kv-visual .star-1 {
    top: 25px;
    left: 148px;
    width: 15px;
    height: 14px;
  }
  .content-education .education-kv .kv-visual .star-2 {
    top: 35px;
    left: 133px;
    width: 24px;
    height: 22px;
  }
  .content-education .education-kv .kv-visual .star-3 {
    top: 52px;
    left: 67px;
    width: 18px;
    height: 17px;
  }
  .content-education .education-kv .kv-visual .star-4 {
    display: none;
  }
  .content-education .education-kv .kv-intro {
    position: absolute;
    top: 430px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 100px 20px 0;
  }
  .content-education .education-kv .kv-intro .pau-wrap {
    top: 0;
    width: 267px;
    height: 100px;
  }
  .content-education .education-kv .kv-intro .pau-img {
    width: 267px;
  }
  .content-education .education-kv .kv-intro .intro-box {
    position: relative;
    top: auto;
    width: 100%;
    padding: 24px 16px;
    min-height: 0;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .content-education .education-kv .kv-intro .intro-box h6,
.content-education .education-kv .kv-intro .intro-box p {
    font-size: 18px;
  }
  .content-education .education-kv .kv-intro .quote-icon {
    width: 61px;
    height: 40px;
  }
  .content-education .education-kv .kv-intro .quote-start {
    top: 76px;
    left: 0;
  }
  .content-education .education-kv .kv-intro .quote-end {
    right: 0;
    bottom: -28px;
  }
  .content-education .education-menu {
    padding: 0 0 3rem;
  }
  .content-education .education-menu .education-menu-item {
    padding-left: 24px;
    margin-bottom: 20px;
  }
  .content-education .education-menu .menu-num {
    top: -2px;
    left: -26px;
  }
  .content-education .education-menu .menu-btn {
    height: 48px;
    padding: 10px 20px 10px 44px;
    border-left: 2px solid #f8c1d9;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .content-education .education-menu .menu-btn .menu-title {
    font-size: 20px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .content-education .education-menu .menu-btn .menu-icon {
    font-size: 20px;
  }
  .content-education .education-menu .menu-head.active .menu-btn,
.content-education .education-menu .menu-btn[aria-expanded=true] {
    background-color: #fff;
    border-color: #FF2B85;
    color: #FF2B85;
  }
  .content-education .education-menu .collapse,
.content-education .education-menu .collapsing {
    width: calc(100% + 24px);
    margin-left: -24px;
  }
  .content-education .education-menu .menu-body {
    padding: 20px 0 0;
    margin-bottom: 45px;
    background: none;
    border: 0;
  }
  .content-education .education-menu .menu-body .editor-content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .content-education .education-sec-title {
    gap: 12px;
    margin-bottom: 30px;
  }
  .content-education .education-sec-title h3 {
    margin: 0;
    font-size: 28px;
    -webkit-text-stroke-width: 6px;
  }
  .content-education .education-sec-title img {
    width: 30px;
    height: 28px;
  }
  .content-education .education-talk {
    padding: 1rem 0 0;
  }
  .content-education .education-talk .talk-card {
    min-height: 570px;
    padding: 10px 10px 60px;
    margin: 0;
    background-color: #fff8f5;
    -ms-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
  .content-education .education-talk .talk-card:after {
    display: none;
  }
  .content-education .education-talk .talk-badge {
    top: -10px;
    left: 10px;
    padding: 12px 24px;
    font-size: 18px;
    -ms-border-radius: 99px 99px 99px 0;
    -moz-border-radius: 99px 99px 99px 0;
    -webkit-border-radius: 99px 99px 99px 0;
    border-radius: 99px 99px 99px 0;
  }
  .content-education .education-talk .talk-inner {
    display: block;
    padding: 54px 10px 24px;
    border-width: 10px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .content-education .education-talk .talk-pau {
    right: 0;
    bottom: -39px;
    width: 170px;
  }
  .content-education .education-talk .talk-note {
    margin: 0;
    padding: 23px 20px 15px;
    background-color: transparent;
    -ms-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    font-size: 14px;
  }
  .content-education .education-training {
    padding: 36px 0 1rem;
  }
  .content-education .education-training .training-card {
    min-height: 467px;
    padding: 24px 20px 27px;
    margin: 0;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .content-education .education-training .training-subtitle {
    margin-bottom: 1.5rem;
    font-size: 18px;
    white-space: nowrap;
  }
  .content-education .education-training .training-txt p {
    font-size: 16px;
  }
  .content-education .education-training .btn-quiz {
    min-width: 240px;
    padding: 16px 40px;
  }
}

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