*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

#team {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #CCCCCC;
  display: block;
  overflow: hidden;
}

.st0 {
  fill: none;
  stroke: none;
  stroke-miterlimit: 10;
}

.ball_moving {
  position: absolute;
  width: 1560px;
  height: 520px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

.ball_moving .tip {
  position: relative;
  font-size: 16px;
  display: block;
  text-align: center;
  top: -123px;
  letter-spacing: 2px;
  opacity: 1;
  -webkit-animation: opacity-round 5s linear infinite;
          animation: opacity-round 5s linear infinite;
}

.ball_moving .tip::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  top: 55px;
}

.ball_moving .line_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ball_moving .line_box .top {
  background-image: url(../images/team/line02.svg);
}

.ball_moving .line_box .top svg {
  width: 1525px;
  display: block;
  margin: 0 auto;
  top: 0;
  position: relative;
  height: 533px;
  left: -12px;
}

.ball_moving .line_box .bottom {
  background-image: url(../images/team/line01.svg);
}

.ball_moving .line_box .bottom svg {
  width: 1528px;
  display: block;
  margin: 0 auto;
  top: 10px;
  position: relative;
  height: 500px;
}

.ball_moving .line_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ball_moving .line_box div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1528px;
}

.ball_moving .line_box div.run .s1 {
  -webkit-animation: circle-run 10s linear infinite;
          animation: circle-run 10s linear infinite;
}

.ball_moving .line_box div.run .s2 {
  -webkit-animation: circle-run 5s linear infinite;
          animation: circle-run 5s linear infinite;
}

.ball_moving .line_box div.run .s3 {
  -webkit-animation: circle-run 4s linear infinite;
          animation: circle-run 4s linear infinite;
}

.ball_moving .line_box div.run .s4 {
  -webkit-animation: circle-run 15s linear infinite;
          animation: circle-run 15s linear infinite;
}

.ball_moving .line_box div.run .s5 {
  -webkit-animation: circle-run 12s linear infinite;
          animation: circle-run 12s linear infinite;
}

.ball_moving .line_box div.run .s6 {
  -webkit-animation: circle-run 8s linear infinite;
          animation: circle-run 8s linear infinite;
}

.ball_moving .line_box div.run .s7 {
  -webkit-animation: circle-run 6s linear infinite;
          animation: circle-run 6s linear infinite;
}

.ball_moving .line_box div.run .s8 {
  -webkit-animation: circle-run 9s linear infinite;
          animation: circle-run 9s linear infinite;
}

.ball_moving .line_box div.run .s9 {
  -webkit-animation: circle-run 18s linear infinite;
          animation: circle-run 18s linear infinite;
}

.ball_moving .line_box div.run .b1 {
  -webkit-animation: circle-run 10s linear infinite;
          animation: circle-run 10s linear infinite;
}

.ball_moving .line_box div.run .b2 {
  -webkit-animation: circle-run 5s linear infinite;
          animation: circle-run 5s linear infinite;
}

.ball_moving .line_box div.run .b3 {
  -webkit-animation: circle-run 4s linear infinite;
          animation: circle-run 4s linear infinite;
}

.ball_moving .line_box div.run .b4 {
  -webkit-animation: circle-run 15s linear infinite;
          animation: circle-run 15s linear infinite;
}

.ball_moving .line_box div.run .b5 {
  -webkit-animation: circle-run 12s linear infinite;
          animation: circle-run 12s linear infinite;
}

.ball_moving .line_box div.run .b6 {
  -webkit-animation: circle-run 8s linear infinite;
          animation: circle-run 8s linear infinite;
}

.ball_moving .line_box div.run .b7 {
  -webkit-animation: circle-run 6s linear infinite;
          animation: circle-run 6s linear infinite;
}

.ball_moving .line_box div.run .b8 {
  -webkit-animation: circle-run 9s linear infinite;
          animation: circle-run 9s linear infinite;
}

.ball_moving .line_box div.run .b9 {
  -webkit-animation: circle-run 18s linear infinite;
          animation: circle-run 18s linear infinite;
}

.ball_moving .ball_section {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 1;
  visibility: visible;
}

.ball_moving .ball_section.hide {
  visibility: hidden;
  opacity: 0;
}

.ball_moving .ball_section .ball_box {
  position: relative;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 0;
}

.ball_moving .ball_section .ball_box:last-child {
  padding-left: 143px;
}

.ball_moving .ball_section .ball_box .ball_line {
  height: 100%;
  width: 75px;
  position: relative;
}

@media all and (min-width: 1025px) {
  .ball_moving .ball_section .ball_box .ball_line:hover div {
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
  }
  .ball_moving .ball_section .ball_box .ball_line:hover div::before,
  .ball_moving .ball_section .ball_box .ball_line:hover div::after {
    background-color: #00C78B !important;
  }
}

.ball_moving .ball_section .ball_box .ball_line div {
  position: relative;
  width: 100%;
  height: 5%;
  top: 44%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.ball_moving .ball_section .ball_box .ball_line div::before {
  content: '';
  position: absolute;
  top: -10px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ball_moving .ball_section .ball_box .ball_line div.black::before {
  background-color: black;
}

.ball_moving .ball_section .ball_box .ball_line div.gray::before {
  background-color: #707070;
}

.ball_moving .ball_section .ball_box .ball_line div.white::before {
  background-color: white;
}

.ball_moving .ball_section .ball_box .ball_line div.black::after {
  background-color: black;
}

.ball_moving .ball_section .ball_box .ball_line div.gray::after {
  background-color: #707070;
}

.ball_moving .ball_section .ball_box .ball_line div.white::after {
  background-color: white;
}

.ball_moving .ball_section .ball_box .ball_line div::after {
  content: '';
  height: 100%;
  width: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ball_moving .ball_section .ball_box .ball_line div:last-child {
  position: absolute;
}

.ball_moving .ball_section .ball_box .ball_line div:last-child::before {
  bottom: -10px;
  top: auto;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style1 div {
  height: 5%;
  top: 44%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style1 div:last-child {
  top: 50%;
  height: 5%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style2 div {
  height: 15%;
  top: 34%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style2 div:last-child {
  top: 50%;
  height: 15%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style3 div {
  height: 25%;
  top: 24%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style3 div:last-child {
  top: 50%;
  height: 25%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style4 div {
  height: 32%;
  top: 17%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style4 div:last-child {
  top: 50%;
  height: 32%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style5 div {
  height: 35%;
  top: 14%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style5 div:last-child {
  top: 50%;
  height: 35%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style6 div {
  height: 30%;
  top: 19%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style6 div:last-child {
  top: 50%;
  height: 30%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style7 div {
  height: 22%;
  top: 27%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style7 div:last-child {
  top: 50%;
  height: 22%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style8 div {
  height: 11%;
  top: 38%;
}

.ball_moving .ball_section .ball_box .ball_line.ball_style8 div:last-child {
  top: 50%;
  height: 11%;
}

@-webkit-keyframes opacity-round {
  0%, 100% {
    opacity: 0;
  }
  40%, 70% {
    opacity: 1;
  }
}

@keyframes opacity-round {
  0%, 100% {
    opacity: 0;
  }
  40%, 70% {
    opacity: 1;
  }
}

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

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

@-webkit-keyframes circle-run {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  15% {
    opacity: 1;
    visibility: visible;
  }
  85% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes circle-run {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  15% {
    opacity: 1;
    visibility: visible;
  }
  85% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.round_circle2 {
  offset-path: path("M3,152.4l.79-.61C77.31,95.57,160.6,31.84,263.92,11.51,381.71-11.68,504,27,637.79,129.78c21.14,16.24,74,57.84,125,98.06l.29.23c51,40.14,103.69,81.65,124.8,97.87,135,103.7,258.6,142.69,377.88,119.22C1370.26,424.59,1454,360.49,1528,303.94l.79-.61-3-4-.79.61c-73.48,56.22-156.77,119.94-260.09,140.29C1147,463.44,1024.75,424.75,891,322c-21.15-16.24-74-57.83-125-98.06l-.29-.23c-51-40.14-103.69-81.65-124.8-97.87C530.62,41.16,429.1,0,330.46,0A350.44,350.44,0,0,0,263,6.6C158.49,27.16,74.71,91.26.79,147.82l-.79.61Z");
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: 10;
  top: 9px;
  border-radius: 50%;
  offset-distance: 0%;
  -webkit-animation: circle-run 12s linear infinite;
          animation: circle-run 12s linear infinite;
}

#jump_team {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  z-index: 14;
}

#jump_team.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#team_box {
  position: ABSOLUTE;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 50;
  pointer-events: none;
  background-color: #cccccc;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#team_box.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#team_box .close {
  position: absolute;
  right: -15px;
  top: 0;
  width: 50px;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 50;
}

#team_box .close img {
  width: 15px;
}

@media all and (min-width: 1025px) {
  #team_box .close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#team_box .dot {
  position: absolute;
  left: 60px;
  top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 460px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  visibility: visible;
}

#team_box .dot.hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#team_box .dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 16px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
  opacity: 1;
  background-color: #808080;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#team_box .dot .swiper-pagination-bullet.show {
  background-color: #808080;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#team_box .dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00C387;
}

.team-container, .innerteam-container {
  width: 400px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.team-container .swiper-slide-active, .innerteam-container .swiper-slide-active {
  z-index: 5;
}

.team-container .people, .innerteam-container .people {
  position: relative;
  background-color: #cccccc;
  width: 400px;
  padding-bottom: 30px;
}

.team-container .people .imgs, .innerteam-container .people .imgs {
  position: relative;
  width: 370px;
  height: 370px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: 4px solid black;
  margin: 25px auto 0;
}

.team-container .people .name, .innerteam-container .people .name {
  position: relative;
  font-size: 18px;
  padding-top: 32px;
  padding-bottom: 11px;
  line-height: 28px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 6px;
  padding-left: 8px;
}

.team-container .people .en_title, .innerteam-container .people .en_title {
  position: relative;
  font-size: 14px;
  padding-bottom: 18px;
  line-height: 22px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.team-container .people .title, .innerteam-container .people .title {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.team-container .circle, .innerteam-container .circle {
  position: absolute;
  width: 385px;
  height: 385px;
  border-radius: 50%;
  z-index: 10;
  -webkit-animation: circle-round 5s linear infinite;
          animation: circle-round 5s linear infinite;
  top: 17px;
  left: 8px;
}

.team-container .circle::after, .innerteam-container .circle::after {
  content: '';
  width: 23px;
  height: 23px;
  border: 4px solid black;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}

.team-container .swiper-button-next, .innerteam-container .swiper-button-next {
  top: 478px;
  BACKGROUND-IMAGE: NONE;
  OPACITY: 1;
  width: 40px;
  height: 40px;
  right: -0;
}

.team-container .swiper-button-next::before, .innerteam-container .swiper-button-next::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  left: 14px;
  top: 11px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.team-container .swiper-button-next.swiper-button-disabled, .innerteam-container .swiper-button-next.swiper-button-disabled {
  opacity: .15;
}

@media all and (min-width: 1025px) {
  .team-container .swiper-button-next:hover::before, .innerteam-container .swiper-button-next:hover::before {
    border-color: transparent transparent transparent #00C387;
  }
}

.team-container .swiper-button-prev, .innerteam-container .swiper-button-prev {
  top: 478px;
  BACKGROUND-IMAGE: NONE;
  OPACITY: 1;
  width: 40px;
  height: 40px;
  left: -0;
}

.team-container .swiper-button-prev::before, .innerteam-container .swiper-button-prev::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  left: 14px;
  top: 11px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.team-container .swiper-button-prev.swiper-button-disabled, .innerteam-container .swiper-button-prev.swiper-button-disabled {
  opacity: .15;
}

@media all and (min-width: 1025px) {
  .team-container .swiper-button-prev:hover::before, .innerteam-container .swiper-button-prev:hover::before {
    border-color: transparent #00C387 transparent transparent;
  }
}

@media only screen and (max-height: 900px) and (min-width: 1024px) {
  .ball_moving .tip {
    top: 16px;
  }
  #team_box .main_type {
    bottom: 135px;
    left: 35px;
  }
  h1.head_title {
    left: 35px;
  }
  #team_box .dot {
    left: 30px;
  }
}

@media only screen and (max-height: 750px) and (min-width: 1024px) {
  .team-container, .innerteam-container {
    -webkit-transform: scale(0.85) translate(-50%, -50%);
            transform: scale(0.85) translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin-top: -28px;
    margin-left: -31px;
  }
  .ball_moving .ball_section {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .ball_moving .tip {
    top: 85px;
  }
}

@media only screen and (max-height: 600px) and (min-width: 1024px) {
  .ball_moving .ball_section {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .ball_moving .tip {
    top: 135px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .team-container, .innerteam-container {
    -webkit-transform: scale(0.75) translate(-50%, -50%);
            transform: scale(0.75) translate(-50%, -50%);
    margin-top: -50px;
    margin-left: -50px;
  }
}

@media only screen and (max-width: 1600px) {
  .ball_moving .ball_section {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #team_box .dot {
    width: 420px;
  }
}

@media only screen and (max-width: 1350px) {
  #team_box .dot {
    width: 290px;
  }
  .ball_moving .ball_section {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media all and (max-width: 1024px) {
  #team {
    height: auto;
    min-height: 100vh;
  }
  .ball_moving {
    -webkit-transform: none;
            transform: none;
    display: block;
    left: 0;
    margin-top: 325px;
    width: 100%;
    position: relative;
  }
  .ball_moving .tip {
    top: 40px;
  }
  .ball_moving .ball_section {
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
    width: 1560px;
    left: 50%;
    margin-left: -780px;
  }
  .team-container .people, .innerteam-container .people,
  .team-container, .innerteam-container {
    width: 370px;
  }
  .team-container .people .imgs, .innerteam-container .people .imgs {
    width: 345px;
    height: 345px;
  }
  .team-container .circle, .innerteam-container .circle {
    width: 365px;
    height: 365px;
    left: 4px;
    top: 15px;
  }
  .team-container .circle::after, .innerteam-container .circle::after {
    width: 28px;
    height: 28px;
    border: 2px solid black;
  }
  #team_box .main_type .name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .team-container .swiper-button-next, .innerteam-container .swiper-button-next {
    right: 0;
    top: 522px;
  }
  .team-container .swiper-button-prev, .innerteam-container .swiper-button-prev {
    left: 0;
    top: 522px;
  }
  h1.head_title.move {
    top: 25px;
  }
  #team_box .main_type {
    left: 5%;
    bottom: auto;
  }
  #team_box .main_type {
    left: 5%;
    bottom: auto;
    top: 175px;
    margin-left: 3px;
  }
  #team_box .dot {
    width: 90%;
    top: auto;
    bottom: 45px;
    left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 700px) {
  .ball_moving {
    margin-top: 170px;
    height: 910px;
  }
  .ball_moving .tip {
    top: 0;
    display: block !important;
  }
  .ball_moving .tip::after {
    top: 40px;
  }
  .ball_moving .ball_section {
    -webkit-transform: scale(0.45) rotate(90deg);
            transform: scale(0.45) rotate(90deg);
    top: 190px;
    height: 516px;
  }
  #team_box .dot {
    display: none;
  }
  .team-container, .innerteam-container {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-top: 240px;
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
    position: relative;
  }
  .team-container .people, .innerteam-container .people {
    width: 264px;
    height: auto;
    margin: 0 auto 0;
  }
  .team-container .people .imgs, .innerteam-container .people .imgs {
    width: 265px;
  }
  .team-container .people .imgs, .innerteam-container .people .imgs {
    width: 265px;
    height: 265px;
    margin-top: 10px;
    border: 3px solid black;
  }
  .team-container .circle::after, .innerteam-container .circle::after {
    width: 16px;
    height: 16px;
    border: 2px solid black;
  }
  .team-container .circle, .innerteam-container .circle {
    width: 280px;
    height: 280px;
    top: 244px;
    left: 50%;
    margin-left: -140px;
  }
  h1.head_title.move {
    top: 60px;
  }
  #team_box .main_type {
    top: 146px;
  }
  #team_box .close {
    background-image: url(images/close.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50% 20px;
  }
  #team_box .close img {
    width: 12px;
  }
  .team-container .people .name, .innerteam-container .people .name {
    width: 90%;
    padding-top: 18px;
    font-size: 24px;
  }
  .team-container .people .title, .innerteam-container .people .title {
    width: 90%;
    font-size: 14px;
    line-height: 18px;
  }
  .team-container .people .en_title, .innerteam-container .people .en_title {
    width: 90%;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
  }
  .team-container .swiper-button-next::before, .innerteam-container .swiper-button-next::before {
    border-width: 11px 0 11px 11px;
    top: 13px;
  }
  .team-container .swiper-button-prev::before, .innerteam-container .swiper-button-prev::before {
    border-width: 11px 11px 11px 0;
    top: 13px;
    left: 23px;
  }
  .team-container .swiper-button-next, .innerteam-container .swiper-button-next {
    right: 0;
    top: 586px;
  }
  .team-container .swiper-button-prev, .innerteam-container .swiper-button-prev {
    left: 0;
    top: 586px;
  }
}
/*# sourceMappingURL=w_team.css.map */