.back-btn-back-btn--5fnry {
  position: fixed;
  bottom: 10vh;
  z-index: 99;
  right: 3.2vw;
  width: 14.4vw;
  height: 14.4vw;
  background: url(https://meituxxdownload.sbs/_next/static/media/back-top-btn.62b4ce44.png) no-repeat
    50% / contain;
}

.academy-item-academy-item--M1OKX {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}

.academy-item-list--IeGGI {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(371px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.academy-item-header--fE5Vu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  margin-bottom: 30px;
}

.academy-item-header--fE5Vu .academy-item-button--H7AbX {
  padding: 0 17px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  border-radius: 14px;
  background: #f2f3f7;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.2px;
  cursor: pointer;
}

.academy-item-item--C5mOq {
  border-radius: 16px;
  border: 1px solid rgba(2, 8, 48, 0.15);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  text-align: left;
}

.academy-item-info--tlD1M {
  text-align: left;
}

.academy-item-cover--XSVlP {
  flex: 0 0 208px;
  height: 208px;
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #f5f5f5;
}

.academy-item-cover--XSVlP img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.academy-item-header-title--3zhnW {
  margin: 8px 0;
  line-height: 1.4;
  overflow: hidden;
  color: #111;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.academy-item-date--5ezUP {
  color: #bbb;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.academy-item-pagination--ekiHo {
  display: flex;
  justify-content: center;
}

.academy-item-category-name--BWgh0 {
  border-radius: 8px;
  padding: 6px 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.academy-item-category-name--BWgh0,
.academy-item-explore-btn--QptsA {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  line-height: normal;
}

.academy-item-explore-btn--QptsA {
  width: 170px;
  height: 61px;
  border-radius: 50px;
  background: #000;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.academy-item-explore-btn--QptsA:hover {
  background: #55627d;
}

.academy-item-card-content--NZh9J {
  display: flex;
  padding: 23px 16px 20px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.academy-item-card-content--NZh9J .academy-item-update-time--5xQA1 {
  color: #9da2ad;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.3px;
}

.academy-item-card-content--NZh9J .academy-item-title--57yAj {
  color: #111;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 9px;
  font-weight: 600;
  line-height: 129%;
}

@media screen and (max-width: 767px) {
  .academy-item-academy-item--M1OKX {
    padding: 0 0 14.66667vw;
  }
  .academy-item-list--IeGGI {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.26667vw;
    padding: 0;
    margin-bottom: 8vw;
  }
  .academy-item-header--fE5Vu {
    margin-bottom: 7.73333vw;
  }
  .academy-item-item--C5mOq {
    width: 100%;
    height: 28.8vw;
    aspect-ratio: 1/1;
    flex-direction: row;
    border-radius: 2.13333vw;
    border: 0.5px solid rgba(2, 8, 48, 0.15);
    background: rgba(35, 39, 49, 0);
  }
  .academy-item-cover--XSVlP {
    flex: 0 0 41.06667vw;
    height: 28.8vw;
    border-radius: 2.13333vw 0 0 2.13333vw;
    margin-bottom: 4.26667vw;
  }
  .academy-item-header-title--3zhnW {
    font-size: 5.33333vw;
  }
  .academy-item-card-content--NZh9J {
    padding: 0 3.2vw;
  }
  .academy-item-card-content--NZh9J .academy-item-update-time--5xQA1 {
    font-size: 2.93333vw;
    line-height: 4.26667vw;
    letter-spacing: 0.08vw;
  }
  .academy-item-card-content--NZh9J .academy-item-title--57yAj {
    font-size: 3.46667vw;
    line-height: 129%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 1.6vw;
  }
  .academy-item-explore-btn--QptsA {
    width: 43.73333vw;
    height: 12.8vw;
    font-size: 4.8vw;
  }
}

.in-view-image-image-wrapper--GWCch {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.in-view-image-image-wrapper--GWCch.in-view-image-loaded--44wxV {
  background-color: transparent;
}

.in-view-image-image--aK863 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.in-view-image-loaded--44wxV .in-view-image-image--aK863 {
  opacity: 1;
}

.in-view-image-placeholder--MzMkz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.in-view-image-placeholder--MzMkz:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #f5f5f5, #e0e0e0, #f5f5f5);
  animation: in-view-image-loading--j-o-WP 1.5s infinite;
}

@keyframes in-view-image-loading--j-o-WP {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

.mobilecategory-container--uHMAv {
  padding: 0 7.46667vw;
  margin-top: 52.26667vw;
  height: 296px;
  --swiper-theme-color: #000;
  --swiper-pagination-bottom: useMobileVW(0px);
}

.mobileswiper--AjDIR {
  width: 84.8vw;
  height: 78.93333vw;
  box-shadow: 0 1.84853vw 3.69707vw 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.3864vw;
}

.mobilemobile-card----lg-t {
  background: #fff;
}

.mobilecategory-item--Yx63i,
.mobilemobile-card----lg-t {
  display: flex;
  border-radius: 1.3864vw;
  flex-direction: column;
}

.mobilecategory-item--Yx63i {
  height: 100%;
}

.mobilecard-inner--USebb {
  flex: 0 0 47.2vw;
  height: 47.2vw;
}

.mobilecard-inner--USebb .mobilecover---i-zlP {
  border-radius: 1.3864vw 1.3864vw 0 0;
}

.mobilecategory-item-content--4jFn1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5.6vw;
}

.mobilecategory-item-content--4jFn1 .mobiletitle---5g6R {
  color: #1a1b1c;
  font-family: Montserrat;
  font-size: 6.13333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 5.5456vw;
  margin-bottom: 1.33333vw;
}

.mobilecategory-item-content--4jFn1 .mobiledescription---ogiV {
  font-size: 3.73333vw;
  line-height: 6.46987vw;
  letter-spacing: 0.06933vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mobilecustom-pagination--EHkha {
  display: flex;
  justify-content: center;
  gap: 2.13333vw;
  margin-top: 6.13333vw;
}

.mobilepagination-bullet--ItA2k {
  width: 2.13333vw;
  height: 2.13333vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.mobilepagination-bullet--ItA2k.mobileactive--o4dCh {
  background: #000;
}

.academy-category-header-category-container--lE5ff {
  display: flex;
  justify-content: space-between;
  margin: 400px auto 0;
  padding: 0 40px;
  max-width: 1242px;
  position: relative;
  z-index: 3;
}

.academy-category-header-category-item--ydJed {
  width: calc(33.3333333333% - 32px);
  aspect-ratio: 367/342;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
}

.academy-category-header-category-item-content--2k3Cd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 25px 0 24px;
}

.academy-category-header-category-item-title--bCJ8N {
  color: #1a1b1c;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 14px;
}

.academy-category-header-category-item-image--vAy9s {
  flex: 0 0 204px;
  height: 204px;
  border-radius: 6px 6px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.academy-category-header-category-item-description--HTX3j {
  color: #414751;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 767px) and (max-width: 1365px) {
  .academy-category-header-category-item-title--bCJ8N {
    font-size: 2.13333vw;
    margin-bottom: 1.06667vw;
  }
  .academy-category-header-category-item-content--2k3Cd {
    padding: 1.33333vw 2.66667vw;
  }
  .academy-category-header-category-item-description--HTX3j {
    font-size: 1.33333vw;
    line-height: 1.6vw;
    letter-spacing: 0.08vw;
  }
}

.academyacademy--M6wZt .academyheader--h6yNi {
  width: 100%;
  height: 318px;
  background: url(../image/top-bg.e3b0d238.jpg) 50%/100% 100%
    no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.academyacademy--M6wZt .academyheader--h6yNi .academytitle--IvV9t {
  color: #111;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  line-height: 36px;
  margin-bottom: 13px;
}

.academyacademy--M6wZt .academyheader--h6yNi .academysubtitle--y7aVl {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  line-height: 36px;
}

.academyacademy--M6wZt .academyheader--h6yNi .academysubtitle--y7aVl,
.academyacademy--M6wZt .academyheader--h6yNi .academytitle--IvV9t {
  text-align: center;
  position: relative;
  z-index: 1;
}

.academyacademy--M6wZt .academyheader--h6yNi:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 264px;
  height: 265px;
  background: url(../image/round-left.b57af588.png) 50%/100%
    100% no-repeat;
}

.academyacademy--M6wZt .academyheader--h6yNi:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 229px;
  height: 318px;
  background: url(../image/round-right.baeffcef.png) 50%/100%
    100% no-repeat;
}

.academyacademy--M6wZt
  .academyheader--h6yNi
  .academyheader-content--SLM4s {
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3;
}

.academyacademy--M6wZt .academycontent--w9-IS {
  max-width: 1242px;
  margin: 0 auto;
  padding: 236px 40px 0;
}

@media screen and (max-width: 767px) {
  .academyacademy--M6wZt {
    padding-top: 0;
  }
  .academyacademy--M6wZt .academycontent--w9-IS {
    padding: 46.13333vw 7.46667vw 0;
  }
  .academyacademy--M6wZt .academyheader--h6yNi:before {
    width: 39.46667vw;
    height: 41.6vw;
    background: url(https://meituxxdownload.sbs/_next/static/media/round-left--mobile.452bc503.png)
      50%/100% 100% no-repeat;
  }
  .academyacademy--M6wZt .academyheader--h6yNi:after {
    width: 39.46667vw;
    height: 41.6vw;
    background: url(https://meituxxdownload.sbs/_next/static/media/round-right--mobile.b42b0b67.png)
      50%/100% 100% no-repeat;
  }
  .academyacademy--M6wZt .academyheader--h6yNi .academytitle--IvV9t {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 8vw;
  }
  .academyacademy--M6wZt .academyheader--h6yNi .academysubtitle--y7aVl {
    font-size: 3.46667vw;
    color: #111;
    line-height: normal;
  }
  .academyacademy--M6wZt
    .academyheader--h6yNi
    .academyheader-content--SLM4s {
    top: 8.53333vw;
  }
}