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

.slogan {
  position: absolute;
  opacity: 0;
}

.bannerArea {
  overflow: hidden;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 62% 0;
  }
}
.bannerArea .bannerBox img {
  width: 37%;
  display: block;
  margin: 0 auto 4% auto;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox img {
    max-width: 427px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox img {
    width: 280px;
    margin-bottom: 3rem;
  }
}
.bannerArea .bannerBox .title {
  text-align: center;
  color: #fff;
}
.bannerArea .bannerBox .title h2 {
  letter-spacing: 3.7px;
  font-size: 2.2rem;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .title h2 {
    font-size: 1.2rem;
    letter-spacing: 2.5px;
  }
}
.bannerArea .bannerBox .title .subTitle {
  letter-spacing: 5.2px;
  margin-top: 1.2rem;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .title .subTitle {
    letter-spacing: 5px;
    margin-top: 2%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .title .subTitle {
    letter-spacing: 2px;
  }
}
.bannerArea .bannerBox .title .subTitle small {
  font-size: 1rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  padding: 2px 0 4px 4px;
  margin-left: 1px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .title .subTitle small {
    font-size: 0.7rem;
    padding: 2px 4px 3px 4px;
    letter-spacing: 0;
  }
}
.bannerArea .bannerBox .title b {
  font-size: 2.5rem;
  letter-spacing: 4px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .title b {
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .title b {
    font-size: 1.5rem;
  }
}
.bannerArea .bannerBox .title a {
  color: #fff;
}

.Txt {
  z-index: 2;
}
.Txt b {
  font-family: "Belleza", sans-serif;
  color: rgba(255, 255, 255, 0.5058823529);
  letter-spacing: 4px;
  margin-bottom: 1.5rem;
  display: block;
  line-height: 1;
  font-size: 4rem;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .Txt b {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .Txt b {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    letter-spacing: 3px;
  }
}
.Txt h4 {
  letter-spacing: 2px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  .Txt h4 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
.Txt p {
  letter-spacing: 1px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .Txt p {
    letter-spacing: 0px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1550px;
  }
}

.zoom-loop {
  display: inline-block;
  animation: zoom-in-out 6s ease-in-out infinite;
}
@media (max-width: 991px) {
  .zoom-loop {
    animation: zoom-in-out 5s ease-in-out infinite;
  }
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.shine {
  animation-name: shine-animate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@media (max-width: 991px) {
  .shine {
    animation-name: shine-animate-m;
    animation-duration: 3s;
  }
}

@keyframes shine-animate {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.1;
  }
}
.light {
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center 0%;
  -webkit-mask-image: url(../images/img/mark-light.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center 0%;
  animation-name: light-animate;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear(1.12 -70.12%, -0.37 89.17%);
  animation-fill-mode: both;
}

.light2 {
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center 0%;
  -webkit-mask-image: url(../images/img/mark-light.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center 0%;
  animation-name: light-animate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear(1 16.28%, 0.45 139.13%);
  animation-fill-mode: both;
}

.light3 {
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center 0%;
  -webkit-mask-image: url(../images/img/mark-light.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center 0%;
  animation-name: light-animate;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear(-0.66 29.72%, 0.94 119.42%);
  animation-fill-mode: both;
}

@keyframes light-animate {
  0%, 100% {
    mask-position: 0 0%;
    -webkit-mask-position: 0 -200%;
  }
  50% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 300%;
  }
}
.page .Txt b {
  color: rgba(166, 124, 82, 0.7137254902);
}
.page .Txt h4 {
  color: #4d4d4d;
}
.page .Txt p {
  color: #4d4d4d;
}

.slider {
  position: relative;
  display: block;
}
.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
  opacity: 0;
  z-index: 1;
  transform: scale(1) translate(-7%, 0);
}
@media (max-width: 1500px) {
  .slider .slide {
    transform: scale(0.85) translate(-7%, 0);
  }
}
@media (max-width: 991px) {
  .slider .slide {
    transform: scale(0.85) translate(0, 0);
    left: -4%;
  }
}
.slider .slide.active {
  position: relative;
  opacity: 1;
  z-index: 3;
}
.slider .slide.next {
  opacity: 0.5;
  z-index: 2;
  transform: scale(0.9) translate(120px, 120px);
}
@media (max-width: 1500px) {
  .slider .slide.next {
    transform: scale(0.75) translate(110px, 130px);
  }
}
@media (max-width: 991px) {
  .slider .slide.next {
    transform: scale(0.7) translate(80px, 110px);
  }
}
.slider .arrow {
  position: absolute;
  bottom: -8%;
  left: -7%;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .slider .arrow {
    left: 1.5%;
    bottom: -1%;
  }
}
@media (max-width: 991px) {
  .slider .arrow {
    position: absolute;
    bottom: -0.5rem;
    left: 4%;
  }
}
.slider .arrow img {
  width: 13%;
}
@media (max-width: 1500px) {
  .slider .arrow img {
    width: 11%;
  }
}
@media (max-width: 991px) {
  .slider .arrow img {
    width: 20%;
  }
}

.page01 {
  overflow: hidden;
}
.page01 .Txt {
  color: rgba(255, 255, 255, 0.7843137255);
  padding-top: 10%;
}
@media (max-width: 1600px) {
  .page01 .Txt {
    padding-top: 5%;
  }
}
@media (max-width: 991px) {
  .page01 .Txt {
    padding-top: 20%;
    padding-left: 3%;
  }
}

@media (max-width: 991px) {
  .page02 {
    padding-top: 45%;
    background: #015fc2;
  }
}
.page02 .Txt {
  color: rgba(255, 255, 255, 0.7843137255);
  display: flex;
  align-items: start;
  padding-top: 8%;
}
@media (max-width: 1600px) {
  .page02 .Txt {
    padding-top: 5%;
  }
}
@media (max-width: 991px) {
  .page02 .Txt {
    display: block;
    padding-top: 18%;
    padding-left: 3%;
  }
}
.page02 .Txt b {
  margin-top: -7px;
}
@media (max-width: 991px) {
  .page02 .Txt b {
    margin-top: 0;
  }
}
.page02 .Img .innerImg {
  padding-top: 56%;
}

.page03, .page06 {
  padding-top: 10%;
  margin-bottom: 10%;
}
@media (max-width: 991px) {
  .page03, .page06 {
    padding-top: 15%;
    margin-bottom: 25%;
  }
}
@media (max-width: 991px) {
  .page03 .Txt, .page06 .Txt {
    padding-left: 3%;
  }
}
@media (max-width: 991px) {
  .page03 .Txt h4, .page06 .Txt h4 {
    line-height: 1.5;
  }
}
.page03 .Img .innerImg, .page06 .Img .innerImg {
  padding-top: 65%;
}

.page04 {
  overflow: hidden;
  padding: 5% 0 10% 0;
}
@media (max-width: 991px) {
  .page04 {
    padding: 5% 3% 15% 3%;
  }
}
.page04 .Txt {
  padding-left: 5%;
}
@media (max-width: 1500px) {
  .page04 .Txt {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .page04 .Txt {
    margin-bottom: 2rem;
  }
}
.page04 .subTxt {
  border-top: 1px solid #4c4948;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .page04 .subTxt {
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.page04 .subTxt ul {
  list-style: none;
  padding-left: 0;
}
.page04 .subTxt ul li {
  letter-spacing: 1px;
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
  text-align: justify;
}
.page04 .subTxt ul li span {
  color: #946134;
  border: 1px solid #946134;
  padding: 1px 10px;
  margin-right: 16px;
  min-width: 90px;
}
@media (max-width: 991px) {
  .page04 .subTxt ul li span {
    min-width: 77px;
    padding: 1px 7px;
  }
}
.page04 .Img .innerImg {
  padding-top: 77%;
}

.page05 {
  padding: 5% 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page05 {
    padding: 15% 5%;
  }
}
.page05 .Txt {
  color: rgba(255, 255, 255, 0.7843137255);
  padding-left: 5%;
}
@media (max-width: 1500px) {
  .page05 .Txt {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .page05 .Txt {
    margin-bottom: 2rem;
  }
}
.page05 .row:first-child .Img .innerImg {
  padding-top: 58%;
}
@media (max-width: 991px) {
  .page05 .row:first-child .Img .innerImg {
    padding-top: 70%;
  }
}
.page05 .row:first-child .Img .infoImg {
  text-shadow: 0 0 0;
  color: #333;
}

.page07 {
  overflow: hidden;
}
@media (max-width: 991px) {
  .page07 {
    padding-top: 80%;
    background: #0279c8;
  }
}
.page07 .Txt {
  color: rgba(255, 255, 255, 0.7843137255);
  padding-top: 10%;
  padding-left: 70%;
}
@media (max-width: 1600px) {
  .page07 .Txt {
    padding-top: 5%;
  }
}
@media (max-width: 1300px) {
  .page07 .Txt {
    padding-left: 63%;
  }
}
@media (max-width: 991px) {
  .page07 .Txt {
    padding-top: 20%;
    padding-left: 3%;
  }
}

.page08 {
  overflow: hidden;
}
.page08 .Txt {
  padding-top: 43%;
}
@media (max-width: 1600px) {
  .page08 .Txt {
    padding-top: 35%;
  }
}
@media (max-width: 991px) {
  .page08 .Txt {
    padding-top: 15%;
    padding-left: 5%;
  }
}
.page08 .Txt .name {
  color: #8c6239;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.page09 {
  padding: 5% 0;
}
@media (max-width: 991px) {
  .page09 {
    padding: 15% 3%;
  }
}
@media (min-width: 1400px) {
  .page09 .container {
    max-width: 1390px;
  }
}
@media (min-width: 1700px) {
  .page09 .container {
    max-width: 1550px;
  }
}
.page09 .Txt {
  margin-bottom: 2rem;
}
.page09 .Txt h4 {
  color: #8c6239;
}
.page09 .Txt .title {
  padding-top: 5%;
}
.page09 .Txt .title h4 {
  color: #4d4d4d;
}
.page09 .Txt .subTitle {
  width: 75%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #4c4948;
  margin-bottom: 14px;
}
@media (max-width: 1600px) {
  .page09 .Txt .subTitle {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .page09 .Txt .subTitle {
    width: 100%;
  }
}
.page09 .Txt .subTitle h4 {
  margin-bottom: 10px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .page09 .Txt .subTitle h4 {
    font-size: 1rem;
  }
}
.page09 .Txt .subTitle img {
  width: 25%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .page09 .listBox {
    margin-top: 1rem;
  }
}
.page09 .listBox .Txt {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page09 .listBox .Txt {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }
}
.page09 .listBox .Txt h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #4c4948;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .page09 .listBox .Txt h4 {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }
}
.page09 .listBox .Txt p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page09 .listBox .Txt p {
    text-align: justify;
  }
}
@media (max-width: 991px) {
  .page09 .listBox .Txt p br {
    display: none;
  }
}

@media (max-width: 991px) {
  body {
    margin-bottom: 57px;
  }
}/*# sourceMappingURL=style.css.map */