.companys_banner {
  position: relative;
  z-index: 2;
  max-width: 256rem;
  margin: 0 auto;
  padding: 21rem 0 16.6rem;
  overflow: hidden;
  background-image: linear-gradient(to top, transparent 50%, #F7F5F2 50%);
}
.companys_banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.companys_banner .bg img {
  width: 113.958333%;
  margin: 0 -6.979166%;
}
.companys_banner .head p {
  font-size: 2rem;
  line-height: 3.5rem;
}
.companys_banner .rt {
  padding-bottom: 1.8rem;
}
.companys_banner .swiper_boxs {
  padding-top: 5rem;
}
.companys_banner .swiper_box {
  overflow: hidden;
  position: relative;
}
.companys_banner .swiper_box::before,
.companys_banner .swiper_box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 21.6rem;
  pointer-events: none;
  background-image: linear-gradient(to right, #F7F5F2, #F7F5F2, transparent);
}
.companys_banner .swiper_box::after {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
.companys_banner .companys_banner_swiper {
  max-width: 256rem;
  margin: 1.4rem auto 0;
}
.companys_banner .companys_banner_swiper .swiper-wrapper {
  transition: linear;
}
.companys_banner .companys_banner_swiper .swiper-slide {
  max-width: 20rem;
}
.companys_banner .companys_banner_swiper .img {
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.63);
}
.companys_banner .companys_banner_swiper .img:hover {
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(255, 255, 255, 0.1);
}
.companys_category {
  padding: 14.6rem 0 13.8rem;
}
.companys_category .items {
  width: calc(100% + 3.6rem);
  margin: 5.5rem -1.8rem 0;
}
.companys_category .syeditorlist {
  gap: 1.6rem 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.companys_category .item {
  gap: 6.004619%;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  transition: all 0.3s;
  border-radius: 1.8rem;
  border: 2px solid transparent;
  padding: 1.5rem 7.172131% 1.5rem 1.6rem;
}
.companys_category .item.active,
.companys_category .item:hover {
  border-color: var(--secondary);
}
.companys_category .item .icon {
  width: 11rem;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  background-color: #F9F9F9;
}
.companys_category .item .icon img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.companys_category .item .syedittext h3 {
  font-weight: 500;
  font-size: 2.6rem;
}
.companys_category .item .syedittext p {
  color: var(--text);
  margin-top: 1rem;
}
.companys_category .item::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1rem;
  background: url(../img/arrow-r-b.svg) no-repeat center / contain;
}
.companys_sticky {
  overflow: hidden;
}
.companys_sticky .wrap {
  width: calc(100% - 6rem);
  max-width: 172rem;
  margin: 0 auto;
  position: relative;
  padding: 2.6rem 0 6rem;
}
.companys_sticky .svg1 {
  position: absolute;
  left: -9.534884%;
  bottom: 0;
  width: 24.302326%;
}
.companys_sticky .svg2 {
  position: absolute;
  right: -13.023256%;
  top: 0;
  width: 25.988372%;
}
.companys_sticky .swiper_box {
  margin-top: 2.6rem;
}
.companys_sticky .companys_sticky_swiper {
  width: 94.651163%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4.6rem;
  background-color: #F7F5F2;
  position: relative;
}
.companys_sticky .companys_sticky_swiper .svg {
  width: 4.60688%;
  position: absolute;
  left: 2.825553%;
  top: 8.280255%;
  z-index: 2;
}
.companys_sticky .companys_sticky_swiper .swiper-slide {
  padding: 4.054054% 0;
}
.companys_sticky .companys_sticky_swiper .img_cv {
  --h: 72.794118%;
  width: 47.222222%;
  border-radius: 2.8rem;
}
.companys_sticky .companys_sticky_swiper .img_cv:hover img {
  transform: scale(1.03);
}
.companys_sticky .companys_sticky_swiper .info {
  flex: 1;
  max-width: 65.4rem;
  padding-bottom: 2.083333%;
}
.companys_sticky .companys_sticky_swiper .info .top {
  gap: 3rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.companys_sticky .companys_sticky_swiper .info .title {
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 5.6rem;
  margin-top: 2.4rem;
}
.companys_sticky .companys_sticky_swiper .info .cat {
  max-width: max-content;
  font-size: 1.8rem;
  border-radius: 100px;
  border: 1px solid #808A95;
  padding: 0.6rem 1.6rem 0.9rem;
  margin-top: 2.2rem;
}
.companys_sticky .companys_sticky_swiper .info .img {
  width: 15.6rem;
  height: 15.6rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.companys_sticky .companys_sticky_swiper .info .desc {
  color: var(--text);
  margin-top: 3.8rem;
  padding-top: 2.8rem;
  border-top: 2px solid #E0E0E0;
}
.companys_sticky .companys_sticky_swiper .info .btn {
  margin-top: 6.5rem;
}
.companys_sticky .swiper_btns {
  width: 100%;
}
.companys_sticky .swiper_btns .swiper-button-disabled {
  background-color: #fff;
}
.companys_sticky div.swiper-pagination {
  position: static;
  gap: 1.5rem;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.companys_sticky div.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  width: 5.4rem;
  height: 2px;
  transition: all 0.3s;
  border-radius: 0;
  background-color: #E0E0E0;
}
.companys_sticky div.swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--secondary);
}
.companys_sticky div.swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 5.3s linear;
}
.companys_main {
  overflow: hidden;
  padding: 12.6rem 0 17.8rem;
}
.companys_main .svg {
  position: absolute;
  right: -6%;
  top: -10rem;
  width: 9.583333%;
}
.companys_main .flex {
  margin-top: 4.6rem;
}
.companys_main .filter {
  gap: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.companys_main .filter .label {
  font-size: 1.8rem;
  margin-right: 1.6rem;
}
.companys_main .filter select {
  min-width: 23.8rem;
  height: 6rem;
  border-radius: 1.2rem;
  border: 1px solid #D4D5D6;
  font-size: 1.8rem;
  padding: 0 4rem 0 2.6rem;
  background: url(../img/icon-select.svg) no-repeat right 2.5rem center / 1.2rem;
}
.companys_main .search form {
  width: 50rem;
  display: grid;
  grid-template-columns: 1fr auto;
  transition: all 0.3s;
  border-radius: 1.2rem;
  border: 1px solid #D4D5D6;
}
.companys_main .search form:hover {
  border-color: var(--secondary);
}
.companys_main .search input[type="text"] {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  color: var(--title);
  background-color: transparent;
  padding: 0 6.542056%;
}
.companys_main .search input[type="text"]::placeholder {
  color: var(--title);
}
.companys_main .search input[type="submit"] {
  cursor: pointer;
  display: block;
  width: 7rem;
  height: 5.8rem;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / 32%;
}
.companys_main .list {
  margin-top: 7.8rem;
}
.companys_main .list .company_list {
  display: grid;
  gap: 8.8rem 1.574074%;
  grid-template-columns: repeat(4, 1fr);
}
.companys_main .center:has(button) {
  margin-top: 11.2rem;
  min-height: 6.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .companys_category .items {
    width: 100%;
    margin: 5rem auto 0;
  }
  .companys_category .syeditorlist {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .companys_banner {
    padding: 130px 0 50px;
  }
  .companys_banner .head {
    align-items: flex-start;
  }
  .companys_banner .head p {
    font-size: 16px;
    line-height: 1.5;
  }
  .companys_banner .rt {
    padding: 0;
  }
  .companys_banner .swiper_boxs {
    padding-top: 10px;
  }
  .companys_banner .swiper_box::before,
  .companys_banner .swiper_box::after {
    width: 30px;
  }
  .companys_banner .companys_banner_swiper {
    margin-top: 10px;
  }
  .companys_banner .companys_banner_swiper .swiper-slide {
    max-width: 100px;
  }
  .companys_category {
    padding: 50px 0;
  }
  .companys_category .items {
    margin-top: 30px;
  }
  .companys_category .item {
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
  }
  .companys_category .item .icon {
    width: 50px;
    height: 50px;
  }
  .companys_category .item .syedittext h3 {
    font-size: 16px;
  }
  .companys_category .item .syedittext p {
    margin-top: 8px;
  }
  .companys_sticky .wrap {
    padding: 30px 0;
    width: calc(100% - 40px);
  }
  .companys_sticky .swiper_box {
    margin-top: 30px;
  }
  .companys_sticky .companys_sticky_swiper {
    border-radius: 20px;
  }
  .companys_sticky .companys_sticky_swiper .img_cv {
    border-radius: 20px;
  }
  .companys_sticky .companys_sticky_swiper .info .title {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
  }
  .companys_sticky .companys_sticky_swiper .info .cat {
    font-size: 14px;
    padding: 8px 17px 9px;
    margin-top: 12px;
  }
  .companys_sticky .companys_sticky_swiper .info .img {
    width: 80px;
    height: 80px;
  }
  .companys_sticky .companys_sticky_swiper .info .desc {
    margin-top: 20px;
    padding-top: 15px;
  }
  .companys_sticky .companys_sticky_swiper .info .btn {
    margin-top: 20px;
  }
  .companys_sticky div.swiper-pagination {
    margin-top: 20px;
    gap: 8px;
  }
  .companys_sticky div.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .companys_main {
    padding: 50px 0;
  }
  .companys_main .flex {
    margin-top: 20px;
  }
  .companys_main .filter {
    gap: 10px;
  }
  .companys_main .filter .label {
    font-size: 14px;
    margin-right: 5px;
  }
  .companys_main .filter select {
    font-size: 14px;
    min-width: 120px;
    height: 42px;
    border-radius: 8px;
    padding: 0 15px;
    background-size: 10px;
    background-position: right 10px center;
  }
  .companys_main .search form {
    width: 300px;
    border-radius: 8px;
  }
  .companys_main .search form input[type="text"] {
    font-size: 14px;
    padding: 0 15px;
  }
  .companys_main .search form input[type="submit"] {
    width: 50px;
    height: 40px;
  }
  .companys_main .list {
    margin-top: 30px;
  }
  .companys_main .list .company_list {
    gap: 40px 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .companys_main .center:has(button) {
    margin-top: 40px;
    min-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .companys_banner {
    padding: 50px 0;
  }
  .companys_banner .head {
    display: block;
  }
  .companys_banner .head p {
    margin-top: 12px;
  }
  .companys_category .syeditorlist {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .companys_category .items {
    width: 100%;
    margin: 30px 0 0;
  }
  .companys_sticky .wrap {
    width: 100%;
  }
  .companys_sticky .swiper_box {
    padding: 0 20px;
  }
  .companys_sticky .companys_sticky_swiper {
    width: 100%;
  }
  .companys_sticky .companys_sticky_swiper .swiper-slide {
    padding: 30px 0;
  }
  .companys_sticky .companys_sticky_swiper .flex {
    display: block;
  }
  .companys_sticky .companys_sticky_swiper .img_cv {
    width: 100%;
    margin-bottom: 20px;
  }
  .companys_sticky .swiper_btns {
    display: none;
  }
  .companys_main .search {
    flex: 1;
  }
  .companys_main .search form {
    width: 100%;
  }
  .companys_main .list .company_list {
    grid-template-columns: 1fr 1fr;
  }
}
