.fas_recommend {
  padding: 17.4rem 0 7.8rem;
}
.fas_recommend .head {
  gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.fas_recommend .head .subtitle {
  margin-top: 1.5rem;
}
.fas_recommend .head p {
  margin-top: 3.4rem;
}
.fas_recommend .lt {
  width: 32.142857%;
}
.fas_recommend .rt {
  flex: 1;
  max-width: 92.2rem;
}
.fas_recommend .swiper_box {
  gap: 3.6rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  max-width: 170.6rem;
  margin: 3.2rem auto 0;
  width: calc(100% - 6rem);
}
.fas_recommend .fas_recommend_swiper {
  overflow: hidden;
  padding: 5.2rem 0;
  border-radius: 3.5rem;
  background-color: #f4f4f4;
}
.fas_recommend .fas_recommend_swiper .content {
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fas_recommend .fas_recommend_swiper .img {
  width: 47.5%;
  border-radius: 2.8rem;
  --h: 72.180451%;
}
.fas_recommend .fas_recommend_swiper .img:hover img {
  transform: scale(1.03);
}
.fas_recommend .fas_recommend_swiper .text {
  flex: 1;
  max-width: 65.6rem;
}
.fas_recommend .fas_recommend_swiper .info {
  gap: 3rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.fas_recommend .fas_recommend_swiper .info strong {
  font-weight: 500;
  font-size: 3.4rem;
}
.fas_recommend .fas_recommend_swiper .info p {
  font-size: 2rem;
  margin-top: 1.8rem;
}
.fas_recommend .fas_recommend_swiper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.6rem;
  height: 13.6rem;
  border-radius: 50%;
  border: 1px solid #768ec1;
  background-color: #fff;
}
.fas_recommend .fas_recommend_swiper .logo img {
  display: block;
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.fas_recommend .fas_recommend_swiper .detail {
  margin-top: 2.6rem;
  padding-top: 3rem;
  border-top: 2px solid #bcc8ce;
}
.fas_recommend .fas_recommend_swiper .detail li + li {
  margin-top: 2.4rem;
}
.fas_recommend .fas_recommend_swiper .detail strong {
  font-weight: 600;
  font-size: 2.2rem;
}
.fas_recommend .fas_recommend_swiper .detail p {
  font-size: 2rem;
  margin-top: 1.2rem;
}
.fas_recommend .fas_recommend_swiper .btn {
  margin-top: 3.6rem;
}
.fas_recommend .swiper-pagination.swiper-pagination-bullets {
  justify-content: center;
  margin-top: 4.2rem;
  gap: 1.2rem;
}
.fas_recommend .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5.4rem;
  height: 1px;
  border-radius: 2px;
  background-color: #e0e0e0;
  transform: scale(1);
}
.fas_recommend .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  border-radius: 3px;
  background-color: var(--primary);
  margin-top: -1px;
}
.fas_recommend .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 3.3s linear;
}
.section_school {
  padding: 7.8rem 0;
  background-image: linear-gradient(to top, #fff, #f1f8fc, #fff);
}
.section_school .swiper_box {
  overflow: hidden;
}
.section_school .swiper_box + .swiper_box {
  margin-top: 1.2rem;
}
.section_school .section_school_swiper .swiper-wrapper {
  transition: linear;
}
.section_school .section_school_swiper .swiper-slide {
  max-width: 20rem;
}
.section_school .section_school_swiper .img {
  overflow: hidden;
  border-radius: 50%;
  padding-bottom: calc(100% - 2px);
  background-color: #fff;
  border: 1px solid transparent;
  position: relative;
}
.section_school .section_school_swiper .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.section_school .section_school_swiper .c1 {
  border-color: #9176c4;
}
.section_school .section_school_swiper .c2 {
  border-color: #768ec1;
}
.section_school .section_school_swiper .c3 {
  border-color: #76c1c1;
}
.section_school .section_school_swiper .c4 {
  border-color: #8cc5f9;
}
.section_school .section_school_swiper .c5 {
  border-color: #e6c2b3;
}
.fas_main {
  padding: 12.3rem 0 8.8rem;
}
.fas_main .head .subtitle {
  margin-bottom: 5.3rem;
}
.fas_main form {
  width: 49.5rem;
  display: grid;
  border-radius: 1rem;
  grid-template-columns: 1fr auto;
  border: 1px solid #dde0e9;
  transition: all 0.2s;
}
.fas_main form:focus-within {
  border-color: var(--primary);
}
.fas_main form input[type="text"] {
  font-size: 1.8rem;
  padding: 0 2.4rem;
  background-color: transparent;
}
.fas_main form input[type="text"]::placeholder {
  color: rgba(51, 52, 56, 0.8);
}
.fas_main form input[type="submit"] {
  width: 6.4rem;
  height: 6.4rem;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / 2.2rem;
}
.fas_main .main {
  margin-top: 5.5rem;
}
.fas_main .sidebar {
  width: 23.142857%;
}
.fas_main .sidebar .top {
  gap: 2rem;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr auto;
  margin-bottom: 1rem;
}
.fas_main .sidebar .top .label {
  font-weight: 600;
  font-size: 3.6rem;
}
.fas_main .sidebar .top .reset {
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 1.8rem;
}
.fas_main .sidebar .top .reset:hover {
  color: var(--primary);
}
.fas_main .sidebar .taxonomy + .taxonomy {
  border-top: 1px solid #e8eaea;
}
.fas_main .sidebar .taxonomy.active .name::after {
  transform: rotate(180deg);
}
.fas_main .sidebar .taxonomy .name {
  gap: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  font-weight: 600;
  font-size: 2.4rem;
  cursor: pointer;
  padding: 1em 0;
}
.fas_main .sidebar .taxonomy .name::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: all 0.3s;
  background: url(../img/select.svg) no-repeat center / contain;
}
.fas_main .sidebar .taxonomy .terms {
  display: none;
  padding-bottom: 2.8rem;
}
.fas_main .sidebar .taxonomy .terms li {
  color: #6e7077;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  position: relative;
  padding-left: 3.4rem;
}
.fas_main .sidebar .taxonomy .terms li::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
  transition: all 0.3s;
  box-sizing: border-box;
  border-radius: 0.4rem;
  border: 1px solid #d7d7d7;
  background: url(../img/icon-gou-w.svg) no-repeat center / 70%;
}
.fas_main .sidebar .taxonomy .terms li + li {
  margin-top: 1.6rem;
}
.fas_main .sidebar .taxonomy .terms li:hover {
  color: var(--primary);
}
.fas_main .sidebar .taxonomy .terms li:hover::before {
  border-color: var(--primary);
}
.fas_main .sidebar .taxonomy .terms li.active {
  font-weight: 600;
  color: var(--primary);
}
.fas_main .sidebar .taxonomy .terms li.active::before {
  border-color: var(--primary);
  background-color: var(--primary);
}
.fas_main .sidebar .taxonomy .terms .slider {
  height: 3px;
  background-color: #e8eaea;
  position: relative;
  margin: 2rem 0 4rem;
}
.fas_main .sidebar .taxonomy .terms .slider .ui-slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--primary);
}
.fas_main .sidebar .taxonomy .terms .slider .ui-slider-handle {
  display: block;
  width: 4px;
  height: 28px;
  position: absolute;
  transform: translate(-50%, -12px);
  background-color: var(--primary);
  outline: none;
  cursor: grab;
}
.fas_main .sidebar .taxonomy .terms .slider .ui-slider-handle:active {
  cursor: grabbing;
  z-index: 2;
}
.fas_main .sidebar .taxonomy .terms .label {
  font-weight: 500;
  font-size: 1.8rem;
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
.fas_main .sidebar .taxonomy .terms .label i {
  display: block;
  width: 2.6rem;
  height: 1px;
  background-color: #828282;
}
.fas_main .rt {
  width: 72.857143%;
}
.fas_main .rt .top {
  display: none;
}
.fas_main .list ul {
  display: grid;
  gap: 6.4rem 2.352941%;
  grid-template-columns: repeat(3, 1fr);
}
.fas_main .list .active .image .img_cv {
  opacity: 1;
  pointer-events: auto;
}
.fas_main .list .active .info .title {
  padding: 0 0 0 4rem;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.fas_main .list .active .info .title::before {
  transform: translateY(-50%);
}
.fas_main .list a:hover img {
  transform: scale(1.03);
}
.fas_main .list .image {
  position: relative;
}
.fas_main .list .image .img {
  border-radius: 1.6rem;
  border: 1px solid #dde0e9;
  padding-bottom: 69.753086%;
}
.fas_main .list .image .img_ct {
  position: relative;
}
.fas_main .list .image .img_ct img {
  display: block;
  width: 60%;
  height: 60%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fas_main .list .image .img_cv {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  border-color: var(--primary);
  outline: 1px solid var(--primary);
  box-shadow: 1rem 1rem 1rem rgba(216, 216, 216, 0.45);
}
.fas_main .list .info {
  margin-top: 3.4rem;
}
.fas_main .list .info .title {
  position: relative;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3rem;
  transition: all 0.3s;
  padding-right: 4rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  overflow: hidden;
  margin-top: 1.8rem;
}
.fas_main .list .info .title::before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: all 0.3s;
  border-radius: 50%;
  background: url(../img/arrow-cir-r.svg) no-repeat center / contain;
}
.fas_main .list .info .locations {
  color: var(--text);
  font-size: 1.5rem;
  margin-top: 2rem;
}
.fas_main .list .center:has(button) {
  margin-top: 9rem;
  min-height: 6.2rem;
}
@media screen and (max-width: 1220px) {
  .fas_recommend .head {
    gap: 2rem;
  }
  .fas_recommend .lt {
    width: 30%;
  }
  .fas_recommend .swiper_box {
    width: 100%;
    max-width: unset;
    gap: 2rem;
    padding: 0 3rem;
  }
  .fas_recommend .fas_recommend_swiper {
    padding: 3.6rem 0;
    border-radius: 2rem;
  }
  .fas_recommend .fas_recommend_swiper .info strong {
    font-size: 2.8rem;
  }
  .fas_recommend .fas_recommend_swiper .info p {
    font-size: 1.8rem;
  }
  .fas_recommend .fas_recommend_swiper .detail {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .fas_recommend .fas_recommend_swiper .detail strong {
    font-size: 2rem;
  }
  .fas_recommend .fas_recommend_swiper .detail p {
    font-size: 1.8rem;
  }
  .fas_main form {
    width: 42rem;
  }
  .fas_main .sidebar {
    width: 27rem;
  }
  .fas_main .sidebar .top .label {
    font-size: 3rem;
  }
  .fas_main .sidebar .taxonomy .name {
    font-size: 2.2rem;
  }
  .fas_main .sidebar .taxonomy .terms li {
    font-size: 1.7rem;
  }
  .fas_main .rt {
    width: calc(100% - 30rem);
  }
  .fas_main .list ul {
    gap: 4rem 2rem;
  }
  .fas_main .list .info {
    margin-top: 2.4rem;
  }
  .fas_main .list .info .title {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .fas_main .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .fas_recommend {
    padding: 5rem 0;
  }
  .fas_recommend .head {
    display: block;
  }
  .fas_recommend .head .subtitle {
    margin-top: 0;
  }
  .fas_recommend .head p {
    margin-top: 1.2rem;
  }
  .fas_recommend .lt,
  .fas_recommend .rt {
    width: 100%;
    max-width: unset;
  }
  .fas_recommend .swiper_box {
    gap: 1rem;
    padding: 0 1rem;
  }
  .fas_recommend .fas_recommend_swiper {
    padding: 0;
  }
  .fas_recommend .fas_recommend_swiper .content {
    display: block;
    border-radius: 1rem;
    background-color: #f4f4f4;
    padding: 2rem;
  }
  .fas_recommend .fas_recommend_swiper .img {
    width: 100%;
    border-radius: 1rem;
  }
  .fas_recommend .fas_recommend_swiper .text {
    max-width: unset;
    margin-top: 1.6rem;
  }
  .fas_recommend .fas_recommend_swiper .info {
    gap: 1.4rem;
    grid-template-columns: 1fr 6rem;
  }
  .fas_recommend .fas_recommend_swiper .info strong {
    font-size: 2rem;
  }
  .fas_recommend .fas_recommend_swiper .info p {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .fas_recommend .fas_recommend_swiper .logo {
    width: 6rem;
    height: 6rem;
  }
  .fas_recommend .fas_recommend_swiper .detail {
    margin-top: 1.4rem;
    padding-top: 1.4rem;
  }
  .fas_recommend .fas_recommend_swiper .detail li + li {
    margin-top: 1.2rem;
  }
  .fas_recommend .fas_recommend_swiper .detail strong {
    font-size: 1.6rem;
  }
  .fas_recommend .fas_recommend_swiper .detail p {
    font-size: 1.4rem;
    margin-top: 0.6rem;
    line-height: 1.5;
  }
  .fas_recommend .fas_recommend_swiper .btn {
    margin-top: 2rem;
  }
  .fas_recommend .swiper_btns.middle {
    display: none;
  }
  .fas_recommend .swiper-pagination.swiper-pagination-bullets {
    margin-top: 2rem;
  }
  .section_school {
    padding: 5rem 0;
  }
  .section_school .section_school_swiper .swiper-slide {
    max-width: 12rem;
  }
  .fas_main {
    padding: 5rem 0;
  }
  .fas_main .head .subtitle {
    margin-bottom: 2rem;
  }
  .fas_main form {
    width: 100%;
  }
  .fas_main form input[type="text"] {
    font-size: 1.4rem;
    padding: 0 1.6rem;
  }
  .fas_main form input[type="submit"] {
    width: 4.6rem;
    height: 4.6rem;
    background-size: 1.8rem;
  }
  .fas_main .main {
    margin-top: 2.4rem;
    display: block;
  }
  .fas_main .rt {
    width: 100%;
  }
  .fas_main .sidebar {
    width: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.3s;
    pointer-events: none;
  }
  .fas_main .sidebar.active {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .fas_main .sidebar.active .con {
    transform: translate(0);
  }
  .fas_main .sidebar .con {
    height: 100%;
    overflow: auto;
    padding: 30px 20px;
    width: min(30rem, 80vw);
    background-color: #fff;
    transform: translateX(-100%);
    transition: all 0.4s;
  }
  .fas_main .sidebar .top {
    margin-bottom: 1rem;
  }
  .fas_main .sidebar .top .label {
    font-size: 2.2rem;
  }
  .fas_main .sidebar .top .reset {
    font-size: 1.4rem;
  }
  .fas_main .sidebar .taxonomy .name {
    font-size: 1.8rem;
    padding: 1.2rem 0;
  }
  .fas_main .sidebar .taxonomy .terms {
    padding-bottom: 1.6rem;
  }
  .fas_main .sidebar .taxonomy .terms li {
    font-size: 1.4rem;
    padding-left: 2.8rem;
  }
  .fas_main .sidebar .taxonomy .terms li::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.2rem;
  }
  .fas_main .sidebar .taxonomy .terms .label {
    font-size: 1.4rem;
  }
  .fas_main .rt .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
  }
  .fas_main .rt .top .btn_menu_s {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../img/nav-btn-p.svg) no-repeat center / contain;
  }
  .fas_main .list ul {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
  .fas_main .list .image .img {
    border-radius: 1rem;
  }
  .fas_main .list .info {
    margin-top: 1.6rem;
  }
  .fas_main .list .info .title {
    font-size: 1.8rem;
    margin-top: 1rem;
    padding-right: 0;
  }
  .fas_main .list .info .title::before {
    width: 26px;
    height: 26px;
  }
  .fas_main .list .info .locations {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .fas_main .list .center:has(button) {
    margin-top: 4rem;
    min-height: 4.2rem;
  }
}
@media screen and (max-width: 576px) {
  .fas_recommend .swiper_box {
    display: block;
    padding: 0 20px;
  }
  .fas_recommend .swiper_btns {
    display: none;
  }
  .fas_recommend .fas_recommend_swiper .content {
    padding: 2rem;
  }
  .fas_recommend .fas_recommend_swiper .info strong {
    font-size: 1.8rem;
  }
  .section_school .section_school_swiper .swiper-slide {
    max-width: 9.2rem;
  }
  .fas_main .list .active .info .title {
    padding-left: 3rem;
  }
  .fas_main .list ul {
    grid-template-columns: 1fr;
  }
}
