@charset "UTF-8";

.A1-1 {
  background-image: url(../images/A/A1-1.jpg);
  background-size: cover;
  background-position: center;
}

.LihPaoBox {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.LihPaoBox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding-top: 80%;
  border-radius: 50%;
  border: 3px solid #fff;
}

.LihPaoBox::after {
  content: '';
  width: 30%;
  padding-top: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/A/logo-LihPaoGroup.svg);
  background-repeat: no-repeat;
}

.LihPaoBox li {
  position: absolute;
  text-align: center;
  transform: scale(0.9);
  width: 25%;
  padding-top: 25%;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
}

.LihPaoBox li::before {
  content: '';
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.327);
}

.LihPaoBox li::after {
  content: '';
  width: 90%;
  padding-top: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #85754e;
}

.LihPaoBox li:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.LihPaoBox li:nth-child(2) {
  top: 15%;
  right: 5%;
}

.LihPaoBox li:nth-child(3) {
  bottom: 25%;
  right: 0%;
}

.LihPaoBox li:nth-child(4) {
  bottom: 0;
  right: 55%;
}

.LihPaoBox li:nth-child(5) {
  bottom: 0;
  left: 55%;

}

.LihPaoBox li:nth-child(6) {
  bottom: 25%;
  left: 0%;
}

.LihPaoBox li:nth-child(7) {
  top: 20%;
  left: 5%;
}


.LihPaoBox li a {
  display: block;
  position: absolute;
  padding-top: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  color: #85754e;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}

.LihPaoBox li:hover {
  transform: scale(1.1);
  cursor: pointer;

}

.LihPaoBox li:nth-child(1):hover {
  transform: translateX(-50%) scale(1.1);
}

.LihPaoBox li a::before {
  content: '';
  display: block;
  width: 30%;
  padding-top: 30%;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-image: url(../images/A/icon-LihPaoGroup.svg);
}








.page .pageBox {
  overflow: hidden;
  min-height: 100vh;
  align-content: center;
}

.page .stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page .stage .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.display-1 {
  font-size: calc(5rem + 5vw);
}

.text p span {
  display: block;
}

.A1 .display-1 {
  transform: translateX(-50%);
}

.A2 {
  padding: 5% 0;
  background-color: #f5f5f7;

  background: -webkit-linear-gradient(right, #fff 0%, #f5f5f7 100%);
  background: -o-linear-gradient(right, #fff 0%, #f5f5f7 100%);
  background: linear-gradient(to left, #fff 0%, #f5f5f7 100%);
}

.A2:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 85%;
  background-color: #f5f5f7;
  box-shadow: -1px -1px 30px 0px rgb(0 0 0 / 10%);
}

.A2 .swiper-wrapper {
  align-items: center;
}

.caseSwiper .caseArea {
  display: block;
  font-size: .9rem;
}

.caseSwiper .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.caseSwiper .text {
  padding: 1rem 2rem;
  color: #333;
}

.caseSwiper .innerImg {
  padding-top: 110%;
}

.caseSwiper .innerImg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background: linear-gradient(0,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.2),
      transparent,
      rgba(255, 255, 255, 0.4),
      #fff);
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
  padding: 1rem;
}

.swiper-slide {
  width: calc(100% / 4);
}

.A3 .col {
  background: rgba(255, 255, 255, 0.815) !important;
}

.A3 .title h1 {
  line-height: 1;
}

.A3 .text {
  margin-top: 3rem;
  padding-left: 20%;
}

.A3.page .stage {
  overflow: hidden;
}

.A3.page .stage .layer:nth-child(3) {
  animation-name: light;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform-origin: center;
}

@keyframes light {

  0%,
  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.05) rotate(2deg);
    opacity: 0;
  }
}



.A4 {
  padding-bottom: 0;
}

.A4 .title:before {
  content: '';
  width: 30%;
  padding-top: 30%;
  position: absolute;
  background-image: url(../images/A/A4-bg01.png);
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  background-repeat: no-repeat;
}

.A4 .text {
  margin-top: 10%;
  padding: 5% 0 10%;
  background: -webkit-linear-gradient(top,
      rgba(230, 230, 230, 0.7) 0%,
      rgba(230, 230, 230, 0) 100%);
  background: -o-linear-gradient(top,
      rgba(230, 230, 230, 0.7) 0%,
      rgba(230, 230, 230, 0) 100%);
  background: linear-gradient(to bottom,
      rgba(230, 230, 230, 0.7) 0%,
      rgba(230, 230, 230, 0) 100%);
}

@media (max-width: 991px) {
  .display-1 {
    font-size: 4rem;
  }

  .text p {
    text-align: justify;
  }

  .text p span {
    display: inline;
  }

  .A1 .display-1 {
    transform: translateX(0);
  }

  .A1 .text {
    transform: translateY(-30%);
  }

  .A1.page .pageBox {
    align-content: start;
    padding-top: 20vh;

  }

  .A1.page .stage .layer {
    background-position: 7% 140%;
    background-size: 254%;

  }

  .swiper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .A2:before {
    display: none;
  }

  .A1-1.page .pageBox {
    justify-content: center !important;
  }

  .A1-1.page .text {
    text-align: center;
  }

  .A3 .col{
    padding: 25% 0;
  }
  .A4 .title:before {
    width: 50%;
    padding-top: 50%;
  }

  .A4 .text {
    padding: 10%;
    background: none;
  }
}