.bgColor {
  background: #0d4f79;
  transition: 2s;
  position: fixed;
  width: 100%;
  height: 100vh;
}

#page .contents main #people {
  position: fixed;
  width: calc(786 / 1500 *100vw);
  height: calc(1000 / 1500 *100vw);
  max-height: 90vh;
  background: url("/assets/images/works/shadow_works.svg") no-repeat left bottom;
  background-size: contain;
  bottom: 0;
  left: 10%;
  mix-blend-mode: color-burn;
  transition: 1s;
  z-index: 20;
}
#page .contents main #people.none {
  opacity: 0;
  transition: 1s;
}
#page .contents main section {
  padding: calc(150 / 1500 *100vw) calc(260 / 1500 *100vw) 0 calc(130 / 1500 *100vw);
}
#page .contents main section h2 {
  margin-bottom: calc(110 / 1500 *100vw);
}

.swiper {
  padding-bottom: 50px;
  height: 70vh;
  max-height: 600px;
  min-height: 400px;
}
@media (min-width: 1500px) {
  .swiper {
    height: 80vh;
  }
}

.swSlide {
  position: relative;
}

.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.swiper-slide img {
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}
@media (min-width: 1500px) {
  .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}

.swiper-pagenation {
  bottom: initial !important;
  margin-top: 12px;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 8px !important;
  height: 8px !important;
  margin: 0 0 0 15px !important;
  background: #fff !important;
  border: 1px solid #B1B1B1;
}

.swiper-pagination-bullet-active {
  background: #044974 !important;
  border: 1px solid #044974;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.pagenationPosition {
  position: fixed;
  top: 0px;
  bottom: auto;
}

#works .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(100 / 1500 *100vw);
}
#works .cont .imgWrap {
  max-width: 1000px;
  background: #fff;
  width: 100%;
}
#works .cont .slideWrap {
  margin-top: calc(60 / 1500 *100vw);
  margin-left: calc(96 / 1500 *100vw);
  margin-right: calc(96 / 1500 *100vw);
}
@media (min-width: 1500px) {
  #works .cont .slideWrap {
    margin-top: calc(40 / 1500 *100vw);
    margin-left: calc(60 / 1500 *100vw);
    margin-right: calc(60 / 1500 *100vw);
  }
}
#works .cont h3, #works .cont .crWrap {
  text-align: center;
  opacity: 0.8;
  padding: 0 20px;
}
#works .cont h3 span, #works .cont .crWrap span {
  display: block;
}
#works .cont h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 31px;
  text-align: center;
  color: #000;
  margin-top: 20px;
  margin-bottom: 34px;
}
#works .cont .crWrap, #works .cont a {
  color: #747474;
}
#works .cont .crWrap {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 56px;
}
#works .cont .crWrap a {
  text-decoration: underline;
}
#works .cont .crWrap a:hover {
  opacity: 0.7;
  transition: all 0.5s ease 0s;
}

#gblFooter {
  padding-top: calc(110 / 1500 *100vw);
}

@media (max-width: 1024px) {
  #page .contents main section {
    padding: calc(180 / 1500 *100vw) calc(240 / 1500 *100vw) calc(150 / 1500 *100vw) calc(90 / 1500 *100vw);
  }
  #page .contents main section h2 {
    margin-bottom: calc(150 / 1500 *100vw);
  }

  #works .cont .imgWrap {
    max-width: 680px;
  }
  #works .cont .slideWrap {
    margin-top: calc(40 / 1024 *100vw);
    margin-left: calc(36 / 1024 *100vw);
    margin-right: calc(36 / 1024 *100vw);
  }
  #works .cont h3 {
    margin-top: 0;
    margin-bottom: 18px;
  }
  #works .cont .crWrap {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .swiper {
    padding-bottom: 40px;
    min-height: 300px;
    height: 40vh;
  }

  #page .contents main section {
    padding: calc(180 / 1500 *100vw) 60px calc(150 / 1500 *100vw) calc(60 / 1500 *100vw);
  }
  #page .contents main section h2 {
    margin-bottom: calc(80 / 1500 *100vw);
  }

  #works .cont .slideWrap {
    margin-top: calc(20 / 1024 *100vw);
    margin-left: calc(16 / 375 *100vw);
    margin-right: calc(16 / 375 *100vw);
  }
  #works .cont h3 {
    font-size: 1.4rem;
  }
  #works .cont h3 span.detailInfo {
    font-size: 1.2rem;
  }
  #works .cont .crWrap {
    font-size: 1.2rem;
  }
}