@import "animate.css";
body {
  font-size: 12px;
}
#pagepiling {
  width: 100%;
  max-width: 600px;
  height: 100vh;
  margin: auto;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
img {
  max-width: 100%;
}
.btn-pagemove {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  margin: auto;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: transparent !important;
  border: 0;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  background-size: 50px;
}

.btn-pagemove.hide {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#moveUp {
  top: 0;
  background-image: url("../images/btn-up.png");
  background-position: center bottom;
}

#moveDown {
  bottom: 0;
  background-image: url("../images/btn-down.png");
  background-position: center top;
}

#moveUp.btn-pagemove.hide {
  transform: translateY(-10px);
}

#moveDown.btn-pagemove.hide {
  transform: translateY(10px);
}

.section {
  opacity: 0;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.section.active {
  opacity: 1;
}

.section > div {
  position: relative;
  z-index: 4;
}

#section1 {
  background-color: #fff;
  background-image: url("../images/cover-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#section1 img {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cv-tit {
  transform: translateY(-30px);
}

.window-border {
  opacity: 0;
  bottom: 47vw;
}

.cv-cloud-l {
  transform: translateX(-40px);
}

.cv-cloud-r {
  transform: translateX(40px);
}

#section1.active img {
  opacity: 1;
}

#section1.active .cv-slogan {
  -webkit-transition: all 0.8s ease 0.9s;
  -moz-transition: all 0.8s ease 0.9s;
  -ms-transition: all 0.8s ease 0.9s;
  -o-transition: all 0.8s ease 0.9s;
  transition: all 0.8s ease 0.9s;
}

#section1.active .cv-img-l {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  animation-delay: 1s;
  animation-direction: 1s;
}

#section1.active .cv-img-r {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  animation-delay: 1.4s;
  animation-direction: 1s;
}

#section1.active .cv-tit {
  transform: translateY(0);
  -webkit-transition: all 1s ease 1.4s;
  -moz-transition: all 1s ease 1.4s;
  -ms-transition: all 1s ease 1.4s;
  -o-transition: all 1s ease 1.4s;
  transition: all 1s ease 1.4s;
}

#section1.active .window-border {
  opacity: 1;
  bottom: 20px;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

#section1.active .cv-cloud-l,
#section1.active .cv-cloud-r {
  transform: translateX(0);
  -webkit-transition: all 1s ease 1.9s;
  -moz-transition: all 1s ease 1.9s;
  -ms-transition: all 1s ease 1.9s;
  -o-transition: all 1s ease 1.9s;
  transition: all 1s ease 1.9s;
}

#section1 .sd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 30vw;
  background: rgba(47, 147, 214, 1);
  background: -moz-linear-gradient(
    top,
    rgba(47, 147, 214, 1) 0%,
    rgba(24, 127, 196, 0) 71%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(47, 147, 214, 1)),
    color-stop(71%, rgba(24, 127, 196, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(47, 147, 214, 1) 0%,
    rgba(24, 127, 196, 0) 71%
  );
  background: -o-linear-gradient(
    top,
    rgba(47, 147, 214, 1) 0%,
    rgba(24, 127, 196, 0) 71%
  );
  background: -ms-linear-gradient(
    top,
    rgba(47, 147, 214, 1) 0%,
    rgba(24, 127, 196, 0) 71%
  );
  background: linear-gradient(
    to bottom,
    rgba(47, 147, 214, 1) 0%,
    rgba(24, 127, 196, 0) 71%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f93d6', endColorstr='#187fc4', GradientType=0 );
}

#section1 .mountain {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/cover-mountain.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#section1 .window-border {
  position: absolute;
  left: 20px;
  top: 47vw;
  right: 20px;
  bottom: 20px;
}

.window-border,
.sec-content .info {
  border-width: 4px;
  border-style: solid;
  border-color: #bb923a;
  border-image: linear-gradient(to right, #a56a23, #bb923a) 1;
}

.section-end {
}

.sec-content {
}

.sec-content .pp-tableCell {
  vertical-align: top;
}

.sec-content-mt .pp-tableCell {
  vertical-align: middle;
}

.sec-content .inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 40px 0 15px;
}

.sec-content .inner:before,
.sec-content .inner:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
}

.sec-content .inner:before {
  background-image: url("../images/content-cloud-l.png");
  background-position: center top;
  top: 0;
  transform: translateX(-40px);
}

.sec-content .inner:after {
  background-image: url("../images/content-cloud-r.png");
  background-position: center bottom;
  bottom: 0;
  transform: translateX(40px);
}

.sec-content.active .inner:before,
.sec-content.active .inner:after {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 0.9s ease-in-out 1.5s;
  -moz-transition: all 0.9s ease-in-out 1.5s;
  -ms-transition: all 0.9s ease-in-out 1.5s;
  -o-transition: all 0.9s ease-in-out 1.5s;
  transition: all 0.9s ease-in-out 1.5s;
}

.pg-tit,
.pg-tit-s {
  font-family: Heiti TC, Microsoft JhengHei;
  font-size: 8vw;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
  opacity: 0;
}

.pg-tit {
  color: #c30d23;
}

.pg-tit-s {
  color: #036eb8;
}

.sec-content.active .pg-tit {
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}

.sec-content.active .pg-tit-s {
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.7s;
  -moz-transition: all 0.8s ease 0.7s;
  -ms-transition: all 0.8s ease 0.7s;
  -o-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
}

.sec-content .info {
  position: absolute;
  left: 15px;
  top: 33vw;
  right: 15px;
  bottom: 15px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding: 10px;
  opacity: 0;
}

.sec-content.section-end .info {
  top: 15px;
  display: flex;
  align-items: center;
  opacity: 0;
}

.sec-content.active .info {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0.9s;
  -moz-transition: all 0.5s ease-in-out 0.9s;
  -ms-transition: all 0.5s ease-in-out 0.9s;
  -o-transition: all 0.5s ease-in-out 0.9s;
  transition: all 0.5s ease-in-out 0.9s;
}

.sec-content:nth-child(even) .info {
  background-image: url("../images/content-bg-img-1.jpg");
}

.sec-content:nth-child(odd) .info {
  background-image: url("../images/content-bg-img-2.jpg");
}
div#slider {
  border-bottom: 4px solid #fff;
  position: relative;
}

.sec-content .info .img-wrap {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sec-content.active .info .img-wrap {
  opacity: 1;
  -webkit-transition: all 0.8s ease 1s;
  -moz-transition: all 0.8s ease 1s;
  -ms-transition: all 0.8s ease 1s;
  -o-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s;
}

.sec-content .info .txt {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #111;
  text-align: justify;
  transform: translateX(80px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sec-content.active .info .txt {
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 1.2s;
  -moz-transition: all 0.5s ease-in-out 1.2s;
  -ms-transition: all 0.5s ease-in-out 1.2s;
  -o-transition: all 0.5s ease-in-out 1.2s;
  transition: all 0.5s ease-in-out 1.2s;
}

.txt .divider {
  position: relative;
  padding: 5px 0;
}

.txt .divider:before,
.txt .divider:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #bb923a;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
}

.txt .divider:before {
  background-color: #bb923a;
  left: calc(50% - 4px);
}

.txt .divider:after {
  background-color: white;
  left: calc(50% + 4px);
}

.txt .divider hr {
  height: 1px;
  width: 100%;
  border: 0;
  background: #bb923a;
}

@keyframes gradbg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes gradbg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col:first-child {
  padding-right: 1px;
}

.col:nth-child(2) {
  padding-left: 1px;
}

.end-txt {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: auto;
  padding-bottom: 30vw;
  opacity: 0;
}

.sec-content.active .end-txt {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 1.2s;
  -moz-transition: all 0.5s ease-in-out 1.2s;
  -ms-transition: all 0.5s ease-in-out 1.2s;
  -o-transition: all 0.5s ease-in-out 1.2s;
  transition: all 0.5s ease-in-out 1.2s;
}

.end-txt h3 {
  font-size: 8vw;
  font-weight: bold;
  color: #c30d23;
  margin: 5px 0;
}

.sec-content div#slider {
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-width: 600px;
  max-height: 337px;
}
.sec-content div#slider div {
  position: relative;
  margin: 0;
  left: 0;
  font-size: 0;
}
.sec-content.active div#slider.slider-2 div {
  width: 200%;
  animation: 10s slider2 infinite;
  -webkit-animation: 10s slider2 infinite;
}
.sec-content.active div#slider.slider-4 div {
  width: 500%;
  animation: 20s slider4 infinite;
  -webkit-animation: 20s slider4 infinite;
}
.sec-content.active div#slider div img {
  float: left;
}
.sec-content.active div#slider.slider-2 div img {
  width: 50%;
}
.sec-content.active div#slider.slider-4 div img {
  width: 20%;
}
@keyframes slider2 {
  0% {
    left: 0%;
  }
  45% {
    left: 0%;
  }
  50% {
    left: -100%;
  }
  95% {
    left: -100%;
  }
}
@-webkit-keyframes slider2 {
  0% {
    left: 0%;
  }
  45% {
    left: 0%;
  }
  50% {
    left: -100%;
  }
  95% {
    left: -100%;
  }
}
@keyframes slider4 {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
}
@-webkit-keyframes slider4 {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
}

.pagination {
  position: fixed;
  left: 20px;
  bottom: 15px;
  z-index: 5;
  opacity: 0;
  font-size: 0.8rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 10px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.section.active .pagination {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 1.5s;
  -moz-transition: all 0.5s ease-in-out 1.5s;
  -ms-transition: all 0.5s ease-in-out 1.5s;
  -o-transition: all 0.5s ease-in-out 1.5s;
  transition: all 0.5s ease-in-out 1.5s;
}

.sec-content-mt .inner {
  padding: 0 20px;
}

.sec-content-mt .inner:before {
  /* content:''; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  height: 35vh;
  background-color: rgba(255, 255, 255, 0.6);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: skewY(-20deg);
  transform-origin: center;
}

.sec-content-mt .img-wrap {
  position: relative;
  z-index: 1;
}

.sec-content-mt .txt {
  position: relative;
  z-index: 0;
}

.sec-content-mt img {
  border: 4px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sec-content-mt.active .info-top img {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -ms-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.sec-content-mt.active .info-bottom img {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 1s;
  -moz-transition: all 0.5s ease-in-out 1s;
  -ms-transition: all 0.5s ease-in-out 1s;
  -o-transition: all 0.5s ease-in-out 1s;
  transition: all 0.5s ease-in-out 1s;
}

.sec-content-mt .txt {
  color: #a25204;
}

.sec-content-mt .txt > div {
  font-size: 0.8rem;
  border-radius: 6px;
  color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 10px #a25204;
  opacity: 0;
  transform: translateX(40px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sec-content-mt.active .info-top .txt > div {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 0.5s ease-in-out 1s;
  -moz-transition: all 0.5s ease-in-out 1s;
  -ms-transition: all 0.5s ease-in-out 1s;
  -o-transition: all 0.5s ease-in-out 1s;
  transition: all 0.5s ease-in-out 1s;
}

.sec-content-mt.active .info-bottom .txt > div {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 0.5s ease-in-out 1.5s;
  -moz-transition: all 0.5s ease-in-out 1.5s;
  -ms-transition: all 0.5s ease-in-out 1.5s;
  -o-transition: all 0.5s ease-in-out 1.5s;
  transition: all 0.5s ease-in-out 1.5s;
}

.sec-content-mt .info-top .txt > div {
  padding: 25px 15px 15px;
  margin-top: -20px;
  background: rgba(230, 69, 124, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(230, 69, 124, 1) 45%,
    rgba(173, 33, 98, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(45%, rgba(230, 69, 124, 1)),
    color-stop(100%, rgba(173, 33, 98, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(230, 69, 124, 1) 45%,
    rgba(173, 33, 98, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(230, 69, 124, 1) 45%,
    rgba(173, 33, 98, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(230, 69, 124, 1) 45%,
    rgba(173, 33, 98, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(230, 69, 124, 1) 45%,
    rgba(173, 33, 98, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6457c', endColorstr='#ad2162', GradientType=1 );
}

.sec-content-mt .info-bottom .txt > div {
  padding: 15px 15px 25px;
  margin-bottom: -20px;
  background: rgba(173, 33, 98, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(173, 33, 98, 1) 0%,
    rgba(230, 69, 124, 1) 55%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(173, 33, 98, 1)),
    color-stop(55%, rgba(230, 69, 124, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(173, 33, 98, 1) 0%,
    rgba(230, 69, 124, 1) 55%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(173, 33, 98, 1) 0%,
    rgba(230, 69, 124, 1) 55%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(173, 33, 98, 1) 0%,
    rgba(230, 69, 124, 1) 55%
  );
  background: linear-gradient(
    135deg,
    rgba(173, 33, 98, 1) 0%,
    rgba(230, 69, 124, 1) 55%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad2162', endColorstr='#e6457c', GradientType=1 );
}

.info-top,
.info-bottom {
  position: relative;
  z-index: 3;
  padding: 15px 0;
}

.info-top {
}

.info-top .txt {
  padding-left: 20%;
}

.info-top .img-wrap {
  padding-right: 20%;
}

.info-bottom {
}

.info-bottom .txt {
  padding-right: 20%;
}

.info-bottom .img-wrap {
  padding-left: 20%;
}
