﻿.grid-item-window-detail {
  width: 600px;
  height: 300px;
  padding: 50px 10px 0 10px;
}
.grid-item-window-detail.discount-detail {
  width: 650px;
  height: 550px;
  padding: 0;
  margin: 0 auto;
}
.grid-item-window-detail.discount-detail .grid-item {
  margin: 0;
}
.grid-item-window-detail.discount-detail img {
  width: 100%;
}
.grid-item-window-detail .grid-item {
  background-color: #595757;
  padding: 10px;
  border-radius: 5px;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.grid-item-window-detail .grid-item img {
  width: 100%;
}
.grid-item-window-detail .grid-item-detail {
  text-align: center;
  margin-top: 10px;
}
.grid-item-window-detail .grid-item-detail > span {
  display: block;
}
.grid-item-window-detail .grid-item-detail .grid-title {
  font-size: 26px;
  line-height: 80px;
}
.grid-item-window-detail .grid-item-detail .grid-descript {
  font-size: 18px;
  line-height: 30px;
}
.grid-item-window-detail .before-visible {
  opacity: 0;
}
.grid-item-window-detail .scroll-fade-in {
  -moz-animation: fadeInUp 1s ease-in-out;
  -o-animation: fadeInUp 1s ease-in-out;
  -webkit-animation: fadeInUp 1s ease-in-out;
  animation: fadeInUp 1s ease-in-out;
  opacity: 1 !important;
}
.div-form-homepage #page-container {
  /*---------- 第一頁 ----------*/
  /*---------- 第二頁 ----------*/
  /*---------- 第三頁 ----------*/
  /*---------- 第四頁 ----------*/
  /*---------- 第五頁 ----------*/
  /*---------- 第六頁 ----------*/
}
.div-form-homepage #page-container .home-section {
  height: 700px;
  padding: 35px 0 40px 0;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section {
    height: 550px;
  }
}
.div-form-homepage #page-container .home-section .section-content {
  position: relative;
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  background: #FFFAF0;
}
.div-form-homepage #page-container .home-section .section-content .text-title {
  font-size: 46px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 30px 0 15px 0;
  color: #00807C;
}
.div-form-homepage #page-container .home-section .section-content .text-subtitle {
  font-size: 24px;
  line-height: 45px;
  letter-spacing: 0.1em;
  color: #7E9060;
}
.div-form-homepage #page-container .home-section .next-botton {
  width: 54px;
  height: 27px;
  margin: 0 auto;
  border-radius: 0 0 54px 54px;
  background: #fffaf0 url(../../PIC/FormHomepage/default/page/pagedown.png) no-repeat center;
  cursor: pointer;
}
.div-form-homepage #page-container .home-section .next-botton:hover {
  -moz-animation: pulse both infinite 2s;
  -o-animation: pulse both infinite 2s;
  -webkit-animation: pulse both infinite 2s;
  animation: pulse both infinite 2s;
}
.div-form-homepage #page-container .before-visible {
  opacity: 0;
}
.div-form-homepage #page-container .scroll-fade-in {
  -moz-animation: fadeInUp 1s ease-in-out;
  -o-animation: fadeInUp 1s ease-in-out;
  -webkit-animation: fadeInUp 1s ease-in-out;
  animation: fadeInUp 1s ease-in-out;
  opacity: 1 !important;
}
.div-form-homepage #page-container .home-section-1 {
  background: url(../../PIC/FormHomepage/default/page/page1/page1-earth.png) center bottom no-repeat, url(../../PIC/FormHomepage/default/page/page1/page1-background.jpg) right bottom repeat-x;
  color: white;
  border-bottom: 35px solid black;
  padding: 0;
}
.div-form-homepage #page-container .home-section-1 .section-content {
  background-color: transparent;
}
.div-form-homepage #page-container .home-section-1 .section-content .text-title {
  font-size: 50px;
  color: white;
}
.div-form-homepage #page-container .home-section-1 .section-content .text-subtitle {
  text-align: left;
  letter-spacing: 0.2em;
  color: white;
}
.div-form-homepage #page-container .home-section-1 .section-content .icon-content {
  position: relative;
  width: 800px;
  height: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-1 .section-content .icon-content {
    height: 265px;
  }
}
.div-form-homepage #page-container .home-section-1 .section-content .icon-content > div {
  position: absolute;
  border-radius: 80px;
  padding: 5px;
  bottom: 0;
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(0, 0, 0, 0.4)));
  -moz-animation: pulse both infinite 2s;
  -o-animation: pulse both infinite 2s;
  -webkit-animation: pulse both infinite 2s;
  animation: pulse both infinite 2s;
}
.div-form-homepage #page-container .home-section-1 .section-content .next-section {
  position: absolute;
  top: 600px;
  right: -15%;
  margin: 30px 0;
  width: 131px;
  height: 43px;
  background: url(../../PIC/FormHomepage/default/page/page1/button01.png);
}
.div-form-homepage #page-container .home-section-1 .section-content .next-section:hover {
  -moz-animation: pulse both infinite 2s;
  -o-animation: pulse both infinite 2s;
  -webkit-animation: pulse both infinite 2s;
  animation: pulse both infinite 2s;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-1 .section-content .next-section {
    right: -5%;
    top: 400px;
  }
}
.div-form-homepage #page-container .home-section-1 .section-content .next-section span {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.div-form-homepage #page-container .home-section-2 .section-content {
  height: 100%;
  width: 100%;
  position: relative;
}
.div-form-homepage #page-container .home-section-2 .section-content .text-title {
  text-align: left;
  padding: 0 200px;
  padding-top: 100px;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-2 .section-content .text-title {
    padding: 0 100px;
    padding-top: 30px;
  }
}
.div-form-homepage #page-container .home-section-2 .section-content .text-subtitle {
  text-align: left;
  padding: 0 200px;
  max-width: 800px;
  width: 35%;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-2 .section-content .text-subtitle {
    padding: 0 100px;
    width: 570px;
  }
}
.div-form-homepage #page-container .home-section-2 .section-content .background-img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-2 .section-content .background-img {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-2 .section-content .background-img img {
    height: 500px;
  }
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-3 {
    height: 560px;
  }
}
.div-form-homepage #page-container .home-section-3 .section-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.div-form-homepage #page-container .home-section-3 .section-content .background-img img {
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-3 .section-content .background-img img {
    height: 540px;
  }
}
.div-form-homepage #page-container .home-section-4 {
  height: 730px;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-4 {
    height: 560px;
  }
}
.div-form-homepage #page-container .home-section-4 .section-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.div-form-homepage #page-container .home-section-4 .section-content .background-img img {
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-4 .section-content .background-img img {
    height: 540px;
  }
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-5 {
    height: 620px;
  }
}
.div-form-homepage #page-container .home-section-5 .section-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.div-form-homepage #page-container .home-section-5 .section-content .background-img img {
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-5 .section-content .background-img img {
    height: 400px;
  }
}
.div-form-homepage #page-container .home-section-5 .section-content .text-title {
  padding-top: 20px;
}
.div-form-homepage #page-container .home-section-5 .section-content .text-subtitle {
  width: 1200px;
  margin: 0 auto;
  color: #3F3333;
}
.div-form-homepage #page-container .home-section-5 .section-content .text-subtitle .go-detail {
  width: 131px;
  height: 43px;
  background: url(../../PIC/FormHomepage/default/page/page1/button01.png);
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: white;
  top: -5px;
  position: relative;
  display: inline-block;
}
.div-form-homepage #page-container .home-section-5 .section-content .text-subtitle .go-detail:hover {
  -moz-animation: pulse both infinite 2s;
  -o-animation: pulse both infinite 2s;
  -webkit-animation: pulse both infinite 2s;
  animation: pulse both infinite 2s;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-6 {
    height: 560px;
  }
}
.div-form-homepage #page-container .home-section-6 .section-content {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 15px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture {
  padding: 30px 0;
  position: relative;
  width: 1280px;
  height: 420px;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .div-form-homepage #page-container .home-section-6 .section-content .grid-picture {
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    height: 275px;
  }
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item {
  position: absolute;
  background-color: #595757;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item img {
  width: 100%;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item:hover {
  box-shadow: 0 0 10px rgba(89, 87, 87, 0.5);
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-1 {
  top: 200px;
  left: 469px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-2 {
  top: 81px;
  left: 612px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-3 {
  top: 200px;
  left: 612px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-4 {
  top: 319px;
  left: 612px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-5 {
  top: 0;
  left: 769px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-6 {
  top: 130px;
  left: 769px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-7 {
  top: 265px;
  left: 769px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-8 {
  top: 397px;
  left: 769px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-9 {
  top: 83px;
  left: 927px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-10 {
  top: 200px;
  left: 927px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-11 {
  top: 319px;
  left: 927px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-12 {
  top: 83px;
  left: 1082px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-13 {
  top: 200px;
  left: 1082px;
}
.div-form-homepage #page-container .home-section-6 .section-content .grid-picture .grid-item-14 {
  top: 319px;
  left: 1082px;
}
.div-form-homepage #page-container .home-section-6 .section-content .text-subtitle {
  line-height: 35px;
  width: 1200px;
  margin: 0 auto;
  font-size: 20px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) translateY(-5px);
    transform: scale3d(1.05, 1.05, 1.05) translateY(-5px);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    -ms-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) translateY(-5px);
    -ms-transform: scale3d(1.05, 1.05, 1.05) translateY(-5px);
    transform: scale3d(1.05, 1.05, 1.05) translateY(-5px);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    -ms-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
