body{
	margin: 0;
  font-family: "微軟正黑體","Poppins", sans-serif;
  background:url(../img/pattern_bg.png)center top repeat;
  background-size: contain;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0;
}
b{font-weight: bold;
font-style: italic; 
margin-right: 4px;
}
/*.text-y{
  color: #fed603;
}*/
.text-y{
    background: linear-gradient(to top, #4d448f, #708fc5, #fbdcf8);
    background: -webkit-linear-gradient(to top, #4d448f, #708fc5, #fbdcf8);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.text-yb{
    background: linear-gradient(to top, #7b5ea6, #94b4ec, #fbdcf8);
    background: -webkit-linear-gradient(to top, #7b5ea6, #94b4ec, #fbdcf8);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.text-p{
  color: #332a59;
}
.bg-purple{
  background: #6F50DA;
}
.bg-blu{
  background: #4892F2;
}
.bg-deepblue{
  background: #4D68E2;
}
.arrowBox {
  display: flex;
  justify-content: center;
}
.arrow0 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 80px 0 80px;
  border-color: #332a59 transparent transparent transparent;
}
.arrow_white {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 150px 0 150px;
  border-color: #fff transparent transparent transparent;
}

section {
  overflow: hidden !important;
}

.wrapper{
background: url(../img/bg.jpg) center top no-repeat;
background-size: cover;
/*width: 100%;*/
height: 740px;
}
.range{
  max-width: 1100px;
  margin: 0 auto;
}
.title01 h1{
  margin-left: -2000px;
}
.title01 img{
  width: 560px;
  margin:40px 0 0 15px;
}
.title01 img.h1{
  animation-name: case;
  animation-duration: 1.75s;
}
@keyframes case {
  0% {opacity: 1;transform: scale(1)}
  40% {opacity: 0;transform: scale(0.85)}
  60% {opacity: 1;transform: scale(1)}
  100% {opacity: 1;transform: scale(1)}
}
.title01 p{
  margin-left: 14%;
    padding: 15px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    display: none;
}
.title01 p.h2{
  margin:0px 0 0 100px;
  padding: 0px;
  color: #332a59;
  font-weight: bolder;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  max-width: 350px;
}
.title01 p.h2 img{
  margin: 0px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  animation-name: case-p;
  animation-duration: 1.75s;
}
@keyframes case-p {
  0% {opacity: 1}
  30% {opacity: 0}
  100% {opacity: 1}
}
.title01 p{
  margin-left: 14%;
    padding: 15px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    display: none;
}
.form{
  margin-top: 2%;
  margin-left: 2%;
  width:580px;
  height: 280px;
}
.form iframe{
  width:560px;/*width: 400px;*/
  height: 85%;
  margin: -20px 20px 0 0;
  padding: 40px 10px 10px;
  display: flex;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0 0 20px 20px;
  box-shadow: 4px 4px 5px #00000057;
}
.form h3{
  color: #fff;/*color: #332a59;*/
  text-align: center;
  font-weight: bolder;
  margin-right: 42px;
  padding: 10px 0 10px 0;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(90deg, rgba(51, 42, 89, 1.0), rgba(97, 77, 156, 1.0), rgba(127, 205, 236, 1.0));
    font-size: 1.6rem;
    position: relative;
}
.form h3:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-width: 40px;
    border-style: solid;
    top: -14px;
    right: -78px;
    border-color: transparent transparent transparent #7fcbeb;
}
.form h3 strong{
  margin-left: -8px;
  margin-right: 2px;
  padding: 8px 15px;
  border-radius: 20px;
  background: #332a59;
  font-size: 1.7rem;
}
@media screen and (max-width:1100px){
  .title01 img{
    width:55vw;
    margin:40px 0 0 3%;
  }
  .title01 p.h2{
    margin:10px 0 0 10%;
    font-size: 27px;
  }
  .title01 p{
    margin-left: 10%;
      font-size: 18px;
      display: none;
  }
  .form{
    height: 280px;
  }
}
@media screen and (max-width:992px){
  .wrapper{
    background: url(../img/bg.jpg) 55% top no-repeat;
    background-size: cover;
    height: 650px;
  }
  .title01 img{
    width:48vw;
    margin:45px 0 0 3%;
  }
  .title01 p.h2{
    margin:10px 0 0 10%;
  }
  .form{
    margin-left: 4%;
    margin-top: 10px;
  }
}
@media screen and (max-width:768px){
  .wrapper{
    background: url(../img/bg_sm.jpg) center top no-repeat;
    height: 650px;
  }
  .title01 img{
    width:52%;
    margin:25px 0 0 1.5%;
  }
  .title01 p.h2{
    margin:10px 0 0 10%;
  }
  .title01 p{
    width: 250px;
    margin-left:3%;
    text-align: right;
    font-size: 16px;
    display: block;
  }
  .form{
    width: 100%;
    height: 300px;
    margin:10px auto 0 auto;
  }
  .form iframe{
    width: 100%;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #00000057;
  }
  .form h3{
    margin-left: 2%;
  }
}
@media screen and (max-width: 576px) {
  .title01 p.h2{
    margin:10px 0 0 4%;
  }
  .title01 p{
    margin-left:-50px;
    font-size: 15px;
    line-height: 1.2;
  }
  .form{
    width: 100%;
    height: 300px;
    margin:10px auto 0 auto;
  }
  .form iframe{
    width: 100%;
  }
  .form h3{
    margin-left: 2%;
    padding: 6px 0 4px 120px;
    border-radius: 20px 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.2;
    max-width: calc(75% - 42px);
  }
  .form h3 strong{
    margin: -6px 2px 0 -120px;
    padding: 15px 15px;
    font-size: 1.2rem;
    position: absolute;
  }
}
@media screen and (max-width: 430px) {
  .wrapper{
    background: url(../img/bg_500.jpg) center top no-repeat;
    background-size: contain;
    height:auto;
  }
  .title01 img{
    width:58%;
    margin:38px 0 0 1%;
  }
  .title01 p.h2{
    margin:10 0 0 4%;
    width:58%;
  }
  .title01 p{
    margin-left:-68px;
    padding-top: 5px;
    font-size: 13px;
  }
  .form{
    width: 100%;
    height: 380px;
    margin:30px auto 0 auto;
  }
  .form iframe{
    width: 100%;
    padding: 25px;
  }
  .form h3{
    margin-left: 2%;
    padding: 6px 0 4px 120px;
    border-radius: 20px 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.2;
    max-width: calc(100% - 42px);
  }
  .form h3 strong{
    margin: -6px 2px 0 -120px;
    padding: 15px 15px;
    font-size: 1.2rem;
    position: absolute;
  }
}

/* 影片 */
.sec_div{
  background:#332a59 center top no-repeat;
  width: 100%;
  height:auto;
  padding:50px 0 20px 0;
}
.wrapper2{
  display: flex;
  flex-direction: row;
}
.text{
  width: 460px;
  height: 420px;
  margin-left: 2%;
}
.sec_div h2{
  text-align: center;
  padding: 30px 0 10px 0;
  font-weight: bolder;
  font-size: 32px;
}
.text p{
  /*width: 380px;*/
  margin:-15px auto 15px; 
  line-height: 2;
  color: rgb(238, 238, 238);
  padding-top: 50px;
  padding-left: 40px;
    font-size: 1.4rem;
}
.vedio{
  /*margin-top: 10px;/*border: #9aa586 solid 1px;*/
}
.vedio iframe{
  margin-left: 2%;
}
@media screen and (max-width:1100px){
  .sec_div{
    padding:0px 0 20px 0;
  }
  .wrapper2{
    display: flex;
    flex-direction: column;
  }
  .wrapper2>div{
    margin: 0 auto;
    width: 100%;
  }
  
  .text{
    height: auto;
  }
  .text p{
    width: 450px;
    padding-top: 0;
  }
  .vedio{
    padding: 15px 0 0;
    display: inline-block;/*display: flex;*/
    justify-content: center;
    /*padding-bottom: 30px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .vedio h2{
    padding: 30px 0 10px 0;
  }
}
@media screen and (max-width:768px){
  .sec_div h2{
    font-size: 27px;
  }
  .text p{
    width: 100%;
    margin-top: -15px;
    padding: 10px 20px;
    font-size: 1.2rem;
  }
  .vedio{
    width: 100%;
    display: inline-block;/*display: flex;*/
    justify-content: center;
  }
  .vedio iframe{
    width: 90%;
    margin-top: -20px;
    margin-left: auto;
  }
}



/* four */
.four_div{
  width: 100%;
  background: #332a59;
  padding-left:15px;
  padding-right:15px;
}
.four_div p{
  color: #fff;
  font-size: 1.2rem;
}

.four_div .col-lg-3{
  margin:4.2% auto 20px;
  padding: 2% 0px 5px 1.5%;
    border: #a2cbeb solid 3px;
    border-radius: 20px;
    display: inline-block;
    max-height: 200px;
}
.four_div .step1{
  margin:-6px auto 0;
}
.download_sm{
  display: none;
}

  .step2{
    display: flex;
    flex-direction: row;
    margin-top:30px;
  }
  .step2>div{
    flex: 1;
    text-align: center;
  }

@media screen and (max-width:1100px){
  .four_div h3{
    padding-bottom: 15px;
  }
  .four_div h2{
    font-size: 27px;
  }
  .center{
    padding-bottom: 45px;
  }
  .step2{
    display: flex;
    flex-direction: column;
    margin-top:15px;
  }
}
@media screen and (max-width:992px){
  .four_div .step1{
    margin:0 auto 0;
  }
  .four_div .col-lg-3{
    max-height: 160px;
  }
}
@media screen and (max-width:768px){
  .four_div .range{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
  }
  .range > .col-sm-6{
    display: inline-block;
    float: left;
    max-width: calc(100%/2 - 6px);
    margin-left: 3px;
    margin-right: 3px;
  }
  .four_div h2, .four_div p{
    text-align: center;
  }
  .step1 img {
    display: none;
  }
  .download_sm{
    display: block;
    margin: -22px 21% -6px;
    max-width:58%; 
  }
}
@media screen and (max-width: 576px) {
  .download_sm{
    display: inline-block;
    margin: 0 15%;
    max-width:70%; 
  }
}
@media screen and (max-width: 430px) {
  .range > .col-sm-6{
    display: inline-block;
    float: inherit;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
  }
  .four_div h2{
    text-align: center;
  }
  .download_sm{
    display: inline-block;
    margin: 0 15%;
    max-width:70%; 
  }
}

/* five */
.five_div .range{
  display: flex;
  flex-direction: row;
  padding-top: 80px;
}
.form2{
  width: 700px; 
  height:250px;
}

.form2 h3{
  color: #fff;/*color: #332a59;*/
  text-align: center;
  font-weight: bolder;
  margin-right: 42px;
  margin-bottom: 15px;
  padding: 10px 0 9px 0;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(90deg, rgba(51, 42, 89, 1.0), rgba(97, 77, 156, 1.0), rgba(127, 205, 236, 1.0));
  font-size: 1.6rem;
  position: relative;
}
.form2 h3:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-width: 40px;
  border-style: solid;
  top: -14px;
  right: -78px;
  border-color: transparent transparent transparent #7fcbeb;
}
.form2 h3 strong{
  margin-left: calc(-100%/4 + 30px);
  margin-right: 2px;
  padding: 8px 15px;
  border-radius: 20px;
  background: #332a59;
  font-size: 1.7rem;
}
.form2 img{
  width: 360px;
}
.talk_sm{
  display: none;
}
.witness {
  width: 400px; 
  bottom: 0;
  margin-top: -120px;
}
.witness img{
  width: 400px;
 
}
@media screen and (max-width:992px){
  .five_div{
    padding-bottom: 50px;
  }
  .five_div .range{
    padding-top: 42px;
  }
  .form2{
    margin: 0 auto;
  }
  .five_div .form{
    height: 350px;
  }
  .witness{
    display: none;
    margin-top: 0;
  }
}
@media screen and (max-width:768px){
  .form2 h3{
    margin-left: auto;
    margin-right: 42;
    max-width: calc(100% - 122px);
  }
}
@media screen and (max-width: 576px) {
  .form2 iframe{
    width: 100%;
  }
  .form2 h3{
    margin-left: 2%;
    padding: 6px 0 4px 120px;
    border-radius: 20px 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.2;
    max-width: calc(72% - 42px);
  }
  .form2 h3 strong{
    margin: -6px 2px 0 -120px;
    padding: 15px 15px;
    font-size: 1.2rem;
    position: absolute;
  }
}
@media screen and (max-width: 430px) {
  .form2{
    height: 320px;
  }
  .form2 iframe{
    width: 96%;
    margin-top: 0;
    margin-left: 2.5%;
    padding-top: 0px;
  }
  .form2 h3{
    margin-left: 2%;
    padding: 6px 0 4px 120px;
    border-radius: 20px 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.2;
    max-width: calc(100% - 42px);
  }
  .form2 h3 strong{
    margin: -6px 2px 0 -120px;
    padding: 15px 15px;
    font-size: 1.2rem;
    position: absolute;
  }
}