﻿@charset "utf-8";

.join-env {
  margin-top: 50px;
}

#join-pcSwiper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

#join-pcSwiper .swiper-slide {
  /* width: 520px;
  height: 408px; */
  width: 720px;
  height: 408px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#join-pcSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: 408px; */
	/* height: 100%; */
}
#join-pcSwiper .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#join-pcSwiper .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

/* #join-pcSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#join-pcSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
} */
#join-pcSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
} 

#join-pcSwiper .swiper-nav {
  display: none;
}
#join-pcSwiper .current-swiper:hover .swiper-nav {
  display: block;
}
#join-pcSwiper .swiper-button-prev,
#join-pcSwiper .swiper-button-next {
  position: absolute;
  z-index: 9;
  width: 46px;
  height: 46px;
  background: url(../images/join/curr_prev.png) no-repeat center center;
  background-size: contain;
}
#join-pcSwiper .swiper-button-prev {
  left: 250px;
}
#join-pcSwiper .swiper-button-next {
  right: 250px;
  transform: rotate(180deg);
}
#join-pcSwiper .swiper-button-next:after,
#join-pcSwiper .swiper-button-prev:after {
  display: none;
}
