#intro {
  position: relative;
  overflow: hidden;
}
#intro .intro-bg {
  background-image: url(../images/jo3hviyvpu.jpg);
  background-position-y: bottom;
}
#intro .intro-content {
  background-color: white;
  padding: 0 1rem;
}
#intro .intro-content .about-intro-sec-title {
  background-image: url(../images/6_x46talyb.png);
}
#intro .home-flower {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
#culture {
  padding-top: 1px;
  background-color: #f5f8fa;
}
#culture .about-culture-sec-title {
  background-image: url(../images/havlyrmzdx.png);
}
#culture .culture-content .culture-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#culture .culture-content .culture-card-wrapper .culture-card {
  width: 46.5%;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 7px #f3f3f3, -1px 1px 7px #f3f3f3, 1px -1px 7px #f3f3f3, -1px -1px 7px #f3f3f3;
}
.culture-card {
  background-color: white;
}
.culture-card .culture-img {
  display: block;
  width: 100%;
  max-height: 220px;
}
.culture-card .culture-desc {
  padding: 0.5rem 0.5rem 0;
}
.culture-card .culture-desc .culture-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  color: #363636;
}
.culture-card .culture-desc .culture-subtitle {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  color: #656565;
}
.culture-card .culture-desc .culture-items {
  font-size: 0.8rem;
  line-height: 1.4rem;
  /* padding-bottom: 0.5rem; */
  padding-left: 1.1rem;
  margin-bottom: 0;
  color: #969696;
}
#welfare .about-welfare-sec-title {
  background-image: url(../images/rn6w43n4-n.png);
}
#welfare .welfare-wrapper {
  background: url(../images/jo3hviyvpu.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 19.5rem;
  overflow: hidden;
}
#welfare .welfare-wrapper .welfare-card {
  padding: 1rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
  border: 0.8rem solid white;
  border-top: none;
  flex-grow: 1;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
}
#welfare .welfare-wrapper .welfare-card h2,
#welfare .welfare-wrapper .welfare-card h3 {
  text-align: center;
  transform: translateY(65%);
  transition: 0.5s all ease-in-out;
}
#welfare .welfare-wrapper .welfare-card h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
#welfare .welfare-wrapper .welfare-card h3 {
  font-size: 1rem;
  font-weight: 100;
  opacity: 0;
  height: 1.6rem;
}
#welfare .welfare-wrapper .welfare-card:hover h2,
#welfare .welfare-wrapper .welfare-card:hover h3 {
  transform: translateY(0);
}
#welfare .welfare-wrapper .welfare-card:hover h3 {
  opacity: 1;
}
#welfare .about-welfare-more {
  display: block;
  margin: 0.8rem auto;
}
.swiper-container {
  background-size: 70%;
  background-position: center 72%;
  background-repeat: no-repeat;
}
.swiper-container .swiper-wrapper {
  text-align: center;
}
.swiper-container .swiper-wrapper .swiper-slide .img-wrapper {
  position: relative;
  transform: scale(1.3);
  overflow: hidden;
  margin-top: 4rem;
}
.swiper-container .swiper-wrapper .swiper-slide .img-wrapper img {
  display: block;
  width: 100%;
  transform: scale(1.5);
  transition: 0.5s all ease-in-out;
}
.swiper-container .swiper-wrapper .swiper-slide .img-wrapper::before,
.swiper-container .swiper-wrapper .swiper-slide .img-wrapper::after {
  content: '';
  position: absolute;
  z-index: 1;
}
.swiper-container .swiper-wrapper .swiper-slide .img-wrapper::before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-container .swiper-wrapper .swiper-slide h4,
.swiper-container .swiper-wrapper .swiper-slide p {
  margin: 0.5rem -4rem 1rem;
  opacity: 0;
}
.swiper-container .swiper-wrapper .swiper-slide h4 {
  font-size: 1rem;
}
.swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 0.8rem;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .img-wrapper {
  transform: scale(1.5);
  margin-bottom: 4.5rem;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active h4,
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .img-wrapper::before,
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .img-wrapper::after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid white;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .img-wrapper::before {
  background-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .img-wrapper::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover img {
  transform: scale(1);
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover .img-wrapper::before {
  animation: borderAnimateOne 0.5s ease-out;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover .img-wrapper::after {
  animation: borderAnimateTwo 0.5s ease-out;
}
.swiper-container .swiper-pagination {
  display: block;
}
@keyframes borderAnimateOne {
  0% {
    bottom: 100%;
    right: 100%;
  }
  100% {
    bottom: 2px;
    right: 2px;
  }
}
@keyframes borderAnimateTwo {
  0% {
    top: 100%;
    left: 100%;
  }
  100% {
    top: 2px;
    left: 2px;
  }
}
.swiper-out-wrapper {
  position: relative;
}
.swiper-out-wrapper .swiper-btn {
  display: none;
  width: 1rem;
  background-size: contain;
}
.swiper-out-wrapper .swiper-button-prev {
  background-image: url(../images/efg9nrixvw.png);
  left: 0rem;
}
.swiper-out-wrapper .swiper-button-next {
  background-image: url(../images/2xcupn6vck.png);
  right: 0rem;
}
#staff {
  background-color: #f5f8fa;
}
#staff .about-staff-sec-title {
  background-image: url(../images/2qwohj-je7.png);
}
#office .about-environment-sec-title {
  background-image: url(../images/epdcayqp7l.png);
}
.side-nav {
  display: none;
  list-style: none;
  padding: 0;
  position: fixed;
  z-index: 1;
  top: 62%;
  transform: translateY(-50%);
  right: 3rem;
  width: 8rem;
}
.side-nav .side-nav-item {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 1.5rem;
  position: relative;
  font-size: 1rem;
  color: gray;
  background-color: transparent;
  border: none;
}
.side-nav .side-nav-item:after,
.side-nav .side-nav-item:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
}
.side-nav .side-nav-item:before {
  transform: translate(-100%, -50%) rotate(45deg);
  background-color: transparent;
}
.side-nav .side-nav-item:after {
  border: 1px solid #0f64ce;
  transform: translate(-100%, -50%) rotate(45deg);
}
.side-nav .side-nav-item.active {
  color: #0f64ce;
}
.side-nav .side-nav-item.active:before {
  background-color: #0f64ce;
}
.side-nav .side-nav-item.active:after {
  width: 1rem;
  height: 1rem;
  transform: translate(-42%, -50%) rotate(45deg);
}
.jump-btn {
  position: fixed;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  bottom: 1.5rem;
}
.jump-top {
  text-align: center;
  right: 3rem;
  bottom: 10rem;
}
.jump-next {
  display: none;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/33hdqcelfu.png) no-repeat center;
  cursor: pointer;
  animation: jump-next 2s ease-in-out infinite;
}
@keyframes jump-next {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
  }
}
@media (min-width: 765px) {
  #intro .intro-content {
    padding: 1rem 1rem 2rem;
  }
  #intro .intro-content p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
  #culture .culture-content .culture-card-wrapper .culture-card {
    margin: 0rem 1rem 2rem;
    width: 45%;
  }
  #culture .culture-content .culture-card-wrapper .culture-card .culture-desc {
    padding: 1rem;
  }
  #welfare .welfare-wrapper {
    height: auto!important;
  }
  #welfare .welfare-wrapper .welfare-card {
    padding: 3.5rem 0.8rem;
    box-sizing: border-box;
    border: 0.3rem solid white;
    flex-grow: 1;
    word-wrap: break-word;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
  #welfare .welfare-wrapper .welfare-card:nth-child(1) {
    width: 26%;
  }
  #welfare .welfare-wrapper .welfare-card:nth-child(2) {
    width: 32%;
  }
  #welfare .welfare-wrapper .welfare-card:nth-child(3) {
    width: 42%;
  }
  #welfare .welfare-wrapper .welfare-card:nth-child(4) {
    width: 42%;
  }
  #welfare .welfare-wrapper .welfare-card:nth-child(5) {
    width: 33%;
  }
  #welfare .welfare-wrapper .welfare-card:nth-child(6) {
    width: 25%;
  }
  #welfare .welfare-wrapper .welfare-card:nth-child(7) {
    width: 25%;
  }
  #welfare .welfare-wrapper .welfare-card:nth-child(8) {
    width: 50%;
  }
  #welfare .welfare-wrapper .welfare-card:nth-child(9) {
    width: 25%;
  }
  #welfare .about-welfare-more {
    display: none;
  }
  .swiper-out-wrapper .swiper-wrapper {
    padding: 1rem 0 0.5rem;
  }
  .swiper-out-wrapper .swiper-pagination {
    display: none;
  }
  .swiper-out-wrapper .swiper-btn {
    display: block;
    width: 1.1rem;
  }
  .swiper-out-wrapper .swiper-button-prev {
    left: -2rem;
  }
  .swiper-out-wrapper .swiper-button-next {
    right: -2rem;
  }
  #intro,
  #culture,
  #welfare,
  #staff,
  #office {
    padding-bottom: 6.5rem;
  }
  .jump-next {
    display: block;
  }
  .jump-hidden {
    opacity: 0;
    display: none;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .side-nav {
    display: block;
  }
}
@media (min-width: 1500px) {
  .swiper-container {
    padding: 1rem 0;
  }
  #welfare .welfare-wrapper .welfare-card {
    padding: 5rem 0.8rem;
  }
  #welfare .welfare-wrapper .welfare-card h2 {
    font-size: 1.5rem;
  }
  #welfare .welfare-wrapper .welfare-card h3 {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=about.f39240d961c57270ba0d.css.map*/