﻿@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Jua&display=swap');

/* 
font-family: 'Black Han Sans', sans-serif;
font-family: 'Jua', sans-serif;
*/

body {
  background-repeat: repeat;
  font-family: 微軟正黑體 ;
}

/* 這是設定所有放大縮小的物件是使用移動方式變化 */
.tra{-webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;}
/* wow進場後額外繼續輪播的動畫 */
.myAni {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.myAni.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.myAni.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.myAni.infinite.pulse {
/*animation-delay: 2s;*/
-webkit-animation-name: pulse !important;
animation-name: pulse !important;
}
.wrapper{position:relative;overflow:hidden;}



/* 版頭動態 */
.slideshow {
  position: absolute;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

 /* bn */
.hvr-box-shadow-outset {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    background: #35b3ae;
    width: 675px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 7% auto;
    letter-spacing: 2px;
    cursor: pointer;
    padding-right: 9%;
}

.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  background: rgb(237 126 117);
  box-shadow: 0px 6px 12px rgb(0, 0, 0, 0.2);
}


 /* bn */
.hvr-boxbb02-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  background: #35b3ae;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 7px;
  padding: 6px 15px;
  margin-bottom: 10%;
  letter-spacing: 2px;
  cursor: pointer;
}

.hvr-boxbb02-shadow-outset:hover, .hvr-boxbb02-shadow-outset:focus, .hvr-boxbb02-shadow-outset:active {
  background: rgb(237 126 117);
  box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.3);
}


/* Bounce To Right*/
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.13);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #35b3ae;
  width: 99%;
  text-align: center;
  padding: 7px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(237 126 117);
  box-shadow: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
  text-decoration: none;  
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*BANNER 進場delay時間、浮動*/
.br {
  display: none;
}

.banner {
  position:relative;
  overflow:hidden;
  width: 100%;
  height: 850px;
  z-index: 1;
  color: white;
  margin: 0 auto;
  padding: 0;
}
.banner h1 {
  font-size: 81px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2px;
}

.banner h2 {
    font-size: 40px;
    line-height: 0;
    font-weight: 900;
    letter-spacing: 2px;
}

.banner h2 span{
  font-size: 24px;
  letter-spacing: 2px;
}

.banner p {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 4px;
    background-color: #35b3ae;
    width: 500px;
    margin: 0 auto;
    border-radius: 50px;
}
.banner .st {
  font-size: 0.5em;
  vertical-align: middle;
  line-height: 3;
}

.banner .top-tx {
  position: relative;
  width: 100%;
  height: 2em;
  z-index: 99;
  color: #575757;
  border-top: 1px #969696 solid;
  margin-top: 2em;
}


.circle {
  width: 23px;
  margin: 3px 8px;
  display: inline-block;
}


.banner .top-tx h2 {
  position: absolute;
  font-size: 25px;
  line-height: 1.65;
  letter-spacing: 2px;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: -1em;
  background-color: #ffffff;
  height: 2em;
  width: 365px;
}
.banner .top-tx h1 {
  font-size: 20px;
  line-height: 0;
  letter-spacing: 10px;
  background-color: #fff;
}

.top-title{
    position: absolute;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    top: 36%;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 99;
    background-color: #419bb39e;
    border-radius: 20px;
    padding: 35px 0;
}


/*表單區*/

.fill{
  background: url(../images/fill-bg.jpg) center top no-repeat;
  background-size: cover;
  text-align:center;
}
.fill .title {
  margin: 0 auto;
  color: #fff;
  padding-top: 2%;
  text-align: center;
  height: 10em;
}

.fill h2 {
    font-size: 51px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    padding: 2% 0;
}

.fill h3 {
    font-family: inherit;
    font-size: 22px;
    letter-spacing: 5px;
}

.fill p {
    position: relative;
    font-family: auto;
    font-size: 18px;
    text-align: left;
    width: 59%;
    margin: 0 auto;
    color: #fff;
    margin-top: 27%;
    line-height: 1.3;
}

.fill .fill_lable {
  position: relative;
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
  font-size: 33px;
  color: #ffa900;
  letter-spacing: 2px;
  line-height: 1;
}


.fill .statement{color: #fff;line-height: 2.5;font-size: 18px;letter-spacing: 2px;}
.fill .statement a{color: #00fff5;}
.fill .statement a:hover{ color:#000;}
.fill .form-control{display: block;width: 100%;height: 45px;padding: 6px 12px;font-size: 18px;line-height: 1.42857143;color: #000;border: 0px solid #f7f9fb;border-radius: 5px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;margin-bottom: 15px;background-color: #ffffffc2;}




/*PIC + 通用*/

.title {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 1%;
  text-align: center;
}

.title span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 2;
  color: #8c8c8c;
}

.content1, .content2, .content3, .fill {
  position: relative;
  display: inline-block;
  padding-bottom: 3%;
  width: 100%;
}

.content1 h2, .content2 h2 {
    display: inline-block;
    font-family: inherit;
    font-size: 51px;
    font-weight: 900;
    color: #35b3ae;
    line-height: 1;
}
.content1 .bg-tx, .content2 .bg-tx {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    font-size: 10em;
    color: #35b3ae2b;
    font-family: 'Jua', sans-serif;
}

.content1 h3, .content2 h3 {
  font-weight: 900;
  font-size: 25px;
  line-height: 1;
} 

.content1 p, .content2 p  {
  font-size: 1.3em;
  line-height: 1.3;
  color: #8d8d8d;
  letter-spacing: 0px;
  padding: 0;
} 

 .content1 .content-pic, .content2 .content-pic {
    width: 96%;
    border-radius: 25px;
    margin: 0 auto;
    transition: all .35s ease-in-out;
    margin-left: 2%;
}

 .content1 .content-pic:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
 }
 .content2 .content-pic:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
 }

.content1 .tex-box {
  width: 100%;
  color: #383838;
  letter-spacing: 1px;
}





/*  .content2  */

.content2 .tex-box {
  position: inherit;
  text-align: center;
  margin: 0 auto;
  color: #383838;
}

.content2 .tex-p {
  text-align: center;
}



/*  .content3  */

.content3 h2 {
    display: inline-block;
    font-family: inherit;
    font-size: 51px;
    font-weight: 900;
    color: #fff;
}
.content3 p {
  font-size: 1.2em;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 5px;
  padding-bottom: 10px;
} 
.content3 img {
    position: absolute;
    vertical-align: middle;
    top: 30%;
    right: 0;
    width: 8%;
    margin-right: 6%;
}





/*  ↓↓↓↓  螢幕尺寸大於1440時頁面顯示效果↓↓↓↓  */
@media screen and (max-width: 1024px) { 

.slideshow {
  position: absolute;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
  transition: 1s;
}
 
.banner {
    width: 100%;
    height: 41em;
}
.title span, .fill h2 {
}

.fill {
  width: 100%;
  height: 33em;
}

}

/*  ↓↓↓↓  ipad 直向 w768 ↓↓↓↓  */
@media screen and (max-width: 768px) {  
.br {
  display: block;
  height: 1px;
}

.slideshow {
  position: absolute;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
  transition: 1s;
}
 
.banner {
    width: 100%;
    height: 47em;
}

.fill {
    background: url(../images/fill-bg.jpg) center left no-repeat;
    background-size: cover;
    height: 35em;
}

.fill .title {
    height: 12em;
}



}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 430px) {  

.br {
  display: block;
  height: 1px;
}

.slideshow {
  position: absolute;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
  transition: 1s;
}
 .slideshow-image {
    width: 100%;
    height: 83%;
  }

.banner {
    width: 100%;
    height: 35em;
}

.banner p {
    font-size: 17px;
    letter-spacing: 0px;
    width: 89%;
}

.banner .top-tx h2 {
    font-size: 21px;
    width: 320px;
}
.banner .top-white {
    width: 307px;
    height: 4em;
    margin-top: -21px;
    padding: 2px;
}

.top-title {
    position: absolute;
    width: 325px;
    background-color: #419bb3ab;
    border-radius: 15px;
    padding: 20px 0;
    top: 63%;
}

.banner h2 {
    font-size: 22px;
  }

.banner h2 span {
    font-size: 17px;
    letter-spacing: 0px;
}

.banner h1 {
    font-size: 42px;
    letter-spacing: 0px;
    line-height: 0.8;
}

.content1 h2, .content2 h2 {
    font-size: 42px;
}

.content1 .tex-box, .content4 .tex-box {
  text-align: center;
}

.fill {
    background: url(../images/fill-bg02.jpg) center top no-repeat;
    background-size: cover;
    height: 35em;
    padding: 0 5%;
}
.fill h2 {
  font-size: 32px;
  letter-spacing: 0px;
}


.fill .title {

height: 13em;
}
.hvr-box-shadow-outset {
    width: 300px;
    padding-right: 18%;
}

.content1 .bg-tx, .content2 .bg-tx {
    font-size: 7em;
  }

.content2 .tex-box {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    margin-top: -22%;
    margin-left: 12%;
    margin-right: 12%;
    width: 76%;
    padding-bottom: 12%;
}

.content3 h2 {
    font-size: 27px;
    padding: 0 4px;
}

.content3 p {
    font-size: 1em;
    line-height: 1.2;
    letter-spacing: 2px;
    padding: 0 26px 6px;
}

.content3 img {
    top: 36%;
    right: 0;
    width: 15%;
    margin-right: 7%;
}


}


/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 320px) {  
.banner {
    width: 100%;
    height: 36em;
}


}