body{
	margin: 0;
  font-family: "微軟正黑體","Poppins", sans-serif;
  background:url(../img/pattern_bg.png)center top repeat;
  background-size: contain;/*background-size: contain;*/
}
html,body {
  overflow-x: hidden;}
*, *::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-b{
    background: linear-gradient(to top, #4c360f, #dfbb33, #7e650d);
    background: -webkit-linear-gradient(to top, #4c360f, #dfbb33, #7e650d);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.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: #25345f;
}
.text-org{
  color: #ff9a48;
}
.text-lightblue{
  color: #70cffa;
}
.bg-lightblue{
  background: #70cffa;
}
.bg-lightbox{
  background: linear-gradient(0deg, rgba(255, 250, 215, 0.85), rgba(255, 251, 235, 0.8), rgba(255, 251, 228, 0.95));
  -webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.35));
  margin-left: -5px;
  margin-right: -5px;
  padding: 0px 20px 20px;
  border-radius: 25px;
  min-height: 242px;
}
.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.png) center top no-repeat;
background-size: cover;
height: 840px;
margin-top: -6px;
}
.range{
  max-width: 1200px; /*max-width: 1100px;*/
  margin: 0 auto;
}
.title01 div.img-girl{
  margin: 0 0 0 calc(100%/2 - 668px);
  padding: 0;
  position: absolute;
  top: 42px;
  left: 0; /*left: calc(100%/2 - 56%);*/
  background: url("../img/bg_girl01.png") center center no-repeat;
  background-size: 100%;
  -webkit-animation: animatedBackground 3.2s linear infinite;
  animation: animatedBackground 3.2s linear infinite;
}
.title01 div.img-girl img.d-inline-block{
  position: relative;
  margin: 0;
  padding: 0;
}
@-webkit-keyframes animatedBackground {
  0% { background-image: url(../img/bg_girl01.png); }
  65% { background-image: url(../img/bg_girl01.png); }
  66% { background-image: url(../img/bg_girl02.png); }
  100% { background-image: url(../img/bg_girl02.png); }
}
@keyframes animatedBackground {
  0% { background-image: url(../img/bg_girl01.png); }
  65% { background-image: url(../img/bg_girl01.png); }
  66% { background-image: url(../img/bg_girl02.png); }
  100% { background-image: url(../img/bg_girl02.png); }
}

.title01 h1{
  margin-top: 0;
  margin-left: -2000px;
}
.title01 img.h1, .title01 img.h1-sm{
  width: 700px;
  margin:142px 0% 0 46%;
  position: relative;
  z-index: 10;
  animation-name: case;
  animation-duration: 1.75s;
}
.title01 img.h1-sm{
  display: none;
}
@keyframes case {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  55% {opacity: 0;transform: scale(0.85) translate3d(-50%, 0, 0)}
  65% {opacity: 1;transform: scale(1) translate3d(-0%, 0, 0)}
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}


.form_div{
  height:auto;
  margin: 0px 0 0;
  padding: 0px calc(100%/2 - 420px) 10px;
}
.form{
  margin-top: 2%;
  margin-left: 8%;
  width:880px;
  height: 280px;
}
.form iframe{
  width:880px;
  height: 85%;
  margin: -20px 0 0 0;
  padding: 40px 10px 10px;
  display: flex;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0 0 20px 20px;
  -webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.35));
}

.form h2{
  color: #30294c;
  text-align: center;
  font-weight: bolder;
  text-shadow: -2px 0 2px #ffffdd, 0 2px 2px #ffffdd, 2px 0 2px #ffffdd, 0 -2px 2px #ffffdd;
  margin-top: 15px;
  padding: 11px 0 8px 0;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, rgba(175, 136, 50, 1.0), rgba(239, 233, 182, 1.0), rgba(176, 139, 49, 1.0));
  font-size: 1.75rem;
  position: relative;
  z-index: 1;
}
.form h2 strong{
  color: #8b662e;
  font-size: 1.875rem;
}


/*@media (min-width:1100px) and (max-width:1200px){
  .wrapper{
    height: 980px;
  }
  .title01 img.h1{
    margin:240px 0% 0 20%;
  }
  .title01 p.h2{
    margin-left:5px;
  }
  .form_div{
    padding: 0px calc(100%/2 - 440px) 10px;
  }
  .form{
    margin-left: 0%;
  }
}*/
@media screen and (max-width: 1199.98px){
  .wrapper{
    height: 942px;
  }
  .title01 img.h1{
    width: 700px;
    margin:282px auto 0 calc(100%/2 - 350px);
  }
  .title01 div.img-girl{
    margin: 0 auto;
    left: calc(100%/2 - 350px);
    width: auto;
    height: auto;
    max-width: 700px;
    max-height: 602px;
  }
  .form_div{
    margin: 0 auto;
    padding: 0;
  }
  .form{
    width: 90%;
    margin: 0 5%;
    height: 280px;
  }
  .form iframe{
    width: 100%;
  }
}
@media screen and (max-width: 991.98px){
  body{
    background-size: 180%;
  }
  .wrapper{
    background: url(../img/bg.png) 48% top no-repeat;
    background-size: cover;
    height: 900px;
  }
  .form_div{
    margin: 0 auto;
    padding: 0;
  }
  .form{
    width: 96%;
    margin: 0 2%;
    height: 318px;
  }
  .form iframe{
    width: 100%;
  }
  .title01 img.h1{
    width: 700px;
    height: 231px;
    margin: 228px auto 0 calc(100%/2 - 340px);
  }
  .title01 div.img-girl{
    left: calc(100%/2 - 315px);
    width: auto;
    height: auto;
    max-width: 631px;
    max-height: 542px;
  }
  .bg-lightbox{
    min-height: 292px;
  }
}
@media (min-width:820px) and (max-width: 991.98px) {
  .bg-lightbox{
    min-height: 268px;
  }
}
@media (min-width:768px) and (max-width: 819.98px) {
  .bg-lightbox{
    min-height: 292px;
  }
}
@media screen and (max-width: 767.98px){
  .title01 h1{
    margin-top: -35px;
  }
  .title01 img.h1{
    width: 520px;
    height: 172px;
    margin: 292px auto 0 calc(100%/2 - 250px);
  }
  .form_div{
    padding: 0px 2.5% 10px;
  }
  .form h2{
    margin-top: 0;
  }
  .form{
    height: 300px;
    margin:0 auto;
  }
  .bg-lightbox{
    min-height: inherit !important;
  }
}
@media screen and (max-width: 575.98px) {
  .wrapper{
    background: url(../img/bg_sm.jpg) center top no-repeat;
    background-size: cover;
    height: 740px;
  }
  .title01 img.h1{
    display: none;
  }
  .title01 img.h1-sm{
    display: block;
    margin-top: 185px;
    margin-left: auto;
  }
  /*.title01 img.h1-sm{
    width:420px;
    height: 139px;
    margin:180px auto 0 auto;
  }*/
  .title01 div.img-girl{
    width: auto;
    height: auto;
    max-width: 489px;
    max-height: 420px;
    margin: 0 auto 0;
    top: 42px;
    left: 0;
    padding-left: 0%;
    padding-right: 10%;
  }
  .form{
    height: 300px;
    margin:0 auto;
  }
  .form h2{
    padding: 10px 10px 10px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media (min-width:431px) and (max-width: 478.98px) {
  .wrapper{
    height: 810px;
  }
  .form{
    height: 420px;
    margin:0 auto;
  }
}
@media screen and (max-width: 430.98px) {
  .wrapper{
    background: url(../img/bg_sm.jpg) center top no-repeat;
    background-size: cover;
    height:auto;
  }
  .title01{
    margin:0;
  }
  .title01 h1{
    margin-top: -90px;
  }
  .title01 img.h1-sm{
    display: block;
    margin-left: 4%;
    margin-right: auto;
  }
  .title01 div.img-girl{
    width: auto;
    height: auto;
    max-width: 342px;
    max-height: 294px;
    margin: 0 auto 0;
    top: 42px;
    left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
  .form_div{
    margin-top: -5px;
    padding: 0px 2.5% 10px;
  }
  .form{
    height: 420px;
    margin:0 auto;
  }
  .form iframe{
    padding: 25px 20px 0;
  }
  .form h2{
    padding: 6px 0 6px 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

/* sec_div */
.sec_div{
  background: linear-gradient(0deg, rgba(204, 180, 58, 0.5), rgba(204, 180, 58, 0.15), rgba(189, 189, 199, 0.00));
  width: 100%;
  height:auto;
  padding:0px 0 50px 0;
}
.sec_div h3{
  font-size: 1.625rem;
  font-weight: bolder;
  text-align: center;
  margin: 0 7.5%;
  padding: 25px 0 10px;
  border-bottom: #25345f dotted 3px;
}
@media screen and (max-width: 1099.98px){
  .sec_div{
    padding:0px 0 20px 0;
  }
  .sec_div h3{
    font-size: 1.25rem;
    margin: 0 0%;
  }
}
@media screen and (max-width: 767.98px){
  .sec_div h2{
    font-size: 27px;
  }
  .sec_div h3{
    font-size: 1.375rem;
    margin: 10px 4.0% 0;
  }
}


/* 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: 1099.98px){
  .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: 991.98px){
  .four_div .step1{
    margin:0 auto 0;
  }
  .four_div .col-lg-3{
    max-height: 160px;
  }
}
@media screen and (max-width: 767.98px){
  .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: 575.98px) {
  .download_sm{
    display: inline-block;
    margin: 0 15%;
    max-width:70%; 
  }
}
@media screen and (max-width: 430.98px) {
  .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: 120px;*/
}

.five_div .range h2{
  margin: 50% 0px 15px;
  position: relative;
  /*border-radius: 10px;*/
  font-size: 2.375rem;
  text-shadow: 1px 2px 3px #322415;
}
.five_div .range h2 span{
  font-size: 90%;
}
.five_div .range h2.text-center.left, .five_div .range h2.text-center.right{
  border: #8f6313 solid 0px;
  display: block;
}
.five_div .range h2.text-center.left{
  margin-left: calc(-100%/4 - 0px);
  padding: 12px 20px 11px 20px;
  background: linear-gradient(45deg, rgba(197, 8, 8, 1.0), rgba(142, 8, 8, 1.0), rgba(135, 8, 8, 1.0));
  -webkit-clip-path: polygon(5% 10%, 100% 0%, 95% 100%, 0% 90%);
          clip-path: polygon(5% 10%, 100% 0%, 95% 100%, 0% 90%);
}
.five_div .range h2.text-center.right{
  margin-top: 20%;
  margin-left: calc(100%/2 - 25px);
  width: 250px;
  font-size: 2.5rem;
  padding: 12px 20px 11px 20px; 
  background: linear-gradient(-135deg, rgba(197, 8, 8, 1.0), rgba(142, 8, 8, 1.0), rgba(135, 8, 8, 1.0));
  -webkit-clip-path: polygon(0% 0%, 95% 10%, 100% 90%, 5% 100%);
          clip-path: polygon(0% 0%, 95% 10%, 100% 90%, 5% 100%);
}
.five_div .range p{
  font-size: 1.25rem;
  line-height: 1.25;
}
.five_div .range p b{
  font-size: 115%;
  font-style: normal;
  margin-left: 1px;
  margin-right: 1px;
}
.five_div .range .col-3{
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  min-height: 260px;
}
.five_div .range .col-6{
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}

.talk_sm{
  display: none;
}
.pic_teacher, .pic_teacher-sm {
  width: 400px; 
  bottom: 0;
  margin: 0 0% 0 -10%;
  display: block;
}
.pic_teacher-sm{
  display: none;
}
@media screen and (max-width: 1099.98px){
  .five_div{
    padding-bottom: 0px;
  }
  .five_div .range{
    padding-top: 25%;
  }
  .five_div .range h2{
    font-size: 1.875rem;
  }
  .five_div .range h2.text-center.left{
    margin-top: 25%;
    margin-left: calc(-100%/4 - 0px);
  }
  .five_div .range h2.text-center.right{
    margin-top: 0%;
    margin-left: calc(100%/2 - 50px);
    width: 200px;
    font-size: 2rem;
    padding: 12px 20px 11px 20px;
  }
  .pic_teacher{
    width: auto;
    margin-top: -142px;
  }
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .five_div .range .col-3{
    min-height: 200px;
  }
}
@media screen and (max-width:768.98px){
  .five_div{
    padding-bottom: 0px;
  }
  .five_div .range{
    height: 288px;
  }
  .five_div .range p{
    font-size: 16px;
    line-height: 1.2;
    display: inline-table;
  }
  .five_div .range p b{
    font-size: 17px;
  }
  .five_div .range .col-3{
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    display: inline-block;
    margin: -10px 6% 68px;
    min-height: 200px;
  }
  .five_div .range h2.text-center.right{
    margin-top: 0%;
    margin-left: 0;
    width: auto;
  }
  .five_div .range h2.text-center.left{
    margin-top: 0%;
    margin-left: 0;
  }
  .range .col-3.left{
    margin-left: 0%;
    margin-right: 12%;
  }
  .range .col-3.right{
    margin-left: 12%;
    margin-right: 0%;
  }
  .range .col-3 h2.text-center.left, .range .col-3 h2.text-center.right{
    font-size: 1.4375rem;
    max-width: 278px;
  }
  .range .col-3 h2.text-center.left{
    float: left;
    margin-left: 10%;
    margin-right: 2%;
  }
  .range .col-3 h2.text-center.right{
    float: right;
    margin-left: 2%;
    margin-right: 10%;
  }
  .range > .col-6, .pic_teacher{
    display: none;
  }
  .range > .col-sm-12 > .pic_teacher-sm{
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    max-height: 48%;
    margin-top: -35%;
    margin-left: 24%;
    margin-right: 28%;
    display: block;
  }
  .pic_teacher-sm img{
    margin-left: 4%;
    margin-right: 6%;
    margin-top:-142px;
  }
}
@media screen and (max-width: 575.98px) {
  .five_div .range{
    padding-top: 10%;
    height: 228px;
  }
  .range .col-3 h2.text-center.left, .range .col-3 h2.text-center.right{
    font-size: 1.3125rem;
  }
  .range .col-3 h2.text-center.left{
    float: left;
  }
  .range .col-3 h2.text-center.right{
    float: right;
  }
  .pic_teacher-sm{
    display: block;
    margin-left: 4%;
    margin-right: 6%;
    margin-top:-142px;
  }
}