@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap");
.wrapper {
  position: relative;
  overflow: hidden;
}

/*表頭表尾*/
.top, .footer {
  line-height: 0px;
}

.top {
  z-index: 99;
  position: relative;
}

/*很多物件通用*/
.BRR {
  height: 1px;
}

.width1280 {
  max-width: 1200px;
  min-width: 280px;
  height: auto;
  margin: 0 auto;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #fff45c;
  text-decoration: none;
}
a:focus {
  color: #ffffff;
  text-decoration: none;
}

/*BANNER 進場delay時間、浮動*/
.banner {
  position: relative;
  overflow: hidden;
}
.banner img.imgbanner {
  position: absolute;
  -webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
  animation-duration: 1.5s;
}
.banner img.banner001 {
  -webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */
  animation-delay: 0.2s;
}
.banner img.banner002 {
  -webkit-animation-delay: 0.4s; /* Chrome, Safari, Opera */
  animation-delay: 0.4s;
}
.banner img.banner003 {
  -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
  animation-delay: 0.6s;
}
.banner img.banner004 {
  -webkit-animation-delay: 0.8s; /* Chrome, Safari, Opera */
  animation-delay: 0.8s;
}
.banner img.banner005 {
  -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
  animation-delay: 1s;
}
.banner img.banner006 {
  -webkit-animation-delay: 1.2s; /* Chrome, Safari, Opera */
  animation-delay: 1.2s;
}
.banner img.banner007 {
  -webkit-animation-delay: 0.8s; /* Chrome, Safari, Opera */
  animation-delay: 0.8s;
}
.banner img.banner008 {
  -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
  animation-delay: 1s;
}
.banner img.banner009 {
  -webkit-animation-delay: 1.2s; /* Chrome, Safari, Opera */
  animation-delay: 1.2s;
}
.banner img.banner010 {
  -webkit-animation-delay: 1.4s; /* Chrome, Safari, Opera */
  animation-delay: 1.4s;
}
.banner img.banner011 {
  -webkit-animation-delay: 1.8s; /* Chrome, Safari, Opera */
  animation-delay: 1.8s;
}

.responsive {
  position: relative;
  text-align: center;
}

.content1 {
  padding: 50px 10px 0 10px;
  background-color: #ffffff;
}
.content1 h2 {
  margin: 0 auto 50px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #6e5947;
}

.ct1-box {
  position: relative;
  margin: 0 auto 0px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 35vw;
  height: 35vw;
  border-radius: 50%;
  background-color: #f6f0e3;
  z-index: 1;
}
.ct1-box img.ct1-ginny {
  position: absolute;
  max-width: 390px;
  width: 43%;
  height: auto;
  bottom: 0%;
  left: 29%;
}
.ct1-box .talk {
  position: absolute;
  max-width: 290px;
  width: 14vw;
  aspect-ratio: 353/250;
}
.ct1-box .talk.talk-01 {
  left: -5%;
  top: -2%;
}
.ct1-box .talk.talk-02 {
  left: -18%;
  top: 31%;
}
.ct1-box .talk.talk-03 {
  left: -10%;
  top: 64%;
}
.ct1-box .talk.talk-04 {
  right: -5%;
  top: -2%;
}
.ct1-box .talk.talk-05 {
  right: -18%;
  top: 31%;
}
.ct1-box .talk.talk-06 {
  right: -10%;
  top: 64%;
}

.content2 {
  position: relative;
  padding: 50px 20px;
  background-color: #fbf8e9;
}
.content2 .deco-01 {
  position: absolute;
  top: 25%;
  left: 0%;
  width: 16%;
}
.content2 .deco-02 {
  position: absolute;
  bottom: 14%;
  right: 0%;
  width: 16%;
}
.content2 h2 {
  margin: 0 auto 60px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #6e5947;
}
.content2 .ct2-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.content2 .ct2-box .ct2-figure img {
  position: relative;
  width: 100%;
  max-width: 550px;
  height: auto;
  z-index: 2;
}
.content2 .ct2-box .ct2-figure::after {
  content: "";
  box-sizing: border-box;
  width: 99%;
  height: 99%;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  left: 2%;
  top: 1%;
  background-color: #ffe4a4;
  rotate: 4deg;
}
.content2 .ct2-text {
  display: inline-block;
  padding: 40px 50px;
  width: 100%;
  max-width: 600px;
  height: auto;
}
.content2 .ct2-text h4 {
  position: relative;
  margin-left: 20px;
  width: 250px;
  padding: 5px 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: left;
  color: #313131;
}
.content2 .ct2-text h4::before {
  content: url(../images/c-square.svg);
  width: 12%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  left: -7%;
  top: 17%;
}
.content2 .ct2-text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  text-align: left;
  color: #313131;
}
.content2 .ct2-box-reverse {
  flex-direction: row-reverse;
}

.content3 {
  padding: 50px 10px 30px 10px;
  background-color: #ffffff;
}
.content3 h2 {
  margin: 0 auto 50px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #6e5947;
}
.content3 .ct3-box {
  margin: 0 auto 50px auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 270px;
  height: auto;
  text-align: center;
}
.content3 .ct3-box .ct3-figure {
  display: inline-block;
  margin-bottom: 30px;
  padding: 30px;
  width: 180px;
  height: 180px;
  background-color: #efefef;
  border-radius: 20px;
}
.content3 .ct3-box .ct3-figure img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
.content3 .ct3-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #313131;
}

.content4 {
  position: relative;
  padding: 50px 0px 50px 0px;
  background-color: #fbf8e9;
}
.content4 .deco-03 {
  position: absolute;
  top: 9%;
  left: 2%;
  width: 9%;
}
.content4 .deco-04 {
  position: absolute;
  bottom: 7%;
  right: 2%;
  width: 8%;
}
.content4 h2 {
  margin: 0 auto 50px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #6e5947;
}
.content4 .ct4-box {
  margin: 0 auto 30px auto;
  width: 270px;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  text-align: center;
  background-color: #ffe4a4;
}
.content4 .ct4-box img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.content4 .ct4-box p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #313131;
  background-color: #ffe4a4;
}

.content5 {
  padding: 50px 0px;
  background: url(../images/f-bg.jpg) center center repeat;
}
.content5 h2 {
  margin: 0 auto 50px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #6e5947;
}
.content5 .ct5-box {
  margin: 0 auto 30px auto;
  width: 270px;
  height: 360px;
  overflow: hidden;
  background-color: #efefef;
  border-radius: 6px;
  text-align: center;
}
.content5 .ct5-box img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.content5 .ct5-box .ct5-text {
  padding: 25px 20px;
}
.content5 .ct5-box .ct5-text .learn {
  display: inline-block;
  padding: 2px;
  width: 120px;
  height: auto;
  font-size: 24px;
  font-weight: 600;
  background-color: #6e5947;
  color: #ffffff;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
}
.content5 .ct5-box .ct5-text p {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #313131;
}

.content6 {
  position: relative;
  padding: 50px 0px;
  background-color: #fbf8e9;
}
.content6 .deco-05 {
  position: absolute;
  top: 9%;
  left: 0%;
  width: 12%;
}
.content6 .deco-06 {
  position: absolute;
  bottom: 5%;
  right: 0%;
  width: 15%;
}
.content6 h2 {
  margin: 0 auto 50px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #6e5947;
}
.content6 .student-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px auto 10px auto;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 97%;
  height: auto;
}
.content6 .student-box img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.content6 .student-box .student-text {
  width: 100%;
  height: auto;
  margin-left: 10px;
}
.content6 .student-box .student-text h3 {
  margin: 5px 10px 5px auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.content6 .student-box .student-text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  text-align: justify;
  color: #313131;
}
.content6 .student-box .student-text .student-name {
  display: inline-flex;
  align-items: center;
}
.content6 .student-box .student-text .student-name .fa-star {
  font-size: 18px;
  color: #f8b551;
  margin-right: 2px;
}

.content7 {
  padding: 50px 0px;
  background-color: #ffffff;
}
.content7 h2 {
  margin: 0 auto 50px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #6e5947;
}
.content7 .ct7-box {
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
  max-width: 390px;
  width: 100%;
  height: auto;
}
.content7 .ct7-box .ct7-text {
  margin: 0 auto;
  padding: 25px 20px;
  width: 300px;
  height: 300px;
  text-align: center;
  background-color: #efefef;
  border-radius: 50%;
}
.content7 .ct7-box .ct7-text img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
.content7 .ct7-box .ct7-text h3 {
  margin: 0 auto 5px auto;
  padding: 5px 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #b28850;
}
.content7 .ct7-box .ct7-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #313131;
}

.fill {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 50px 0px 0px 0px;
  background-color: #ffe4a4;
  overflow: hidden;
}
.fill .deco-05 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 15%;
}
.fill .deco-06 {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 15%;
}
.fill h1 {
  margin: 0 auto 50px auto;
  text-align: center;
  color: #6e5947;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3em;
}
.fill .fill_lable img {
  margin-bottom: 15px;
  max-width: 580px;
  width: 90%;
  height: auto;
}
.fill .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  margin: 0 auto 10px auto;
  background-color: #ffffff;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.fill #sBut {
  height: auto;
  margin: 0px auto;
  width: 100%;
  border: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  letter-spacing: 1px;
  clear: both;
  overflow: hidden;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fill .statement {
  color: #313131;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.fill .statement a {
  color: #313131;
  text-decoration: underline;
}
.fill .statement a:hover {
  color: #000;
}

.option {
  text-align: left;
}

.fill_form {
  padding: 0;
}

.line {
  margin-top: 70px;
  width: 100%;
  height: auto;
}

/* Bounce To Right 02*/
.hvr-bounce-to-right02 {
  display: inline-block;
  position: relative;
  padding: 7px 7px;
  width: 100%;
  max-width: 580px;
  border-radius: 6px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background-color: #6e5947;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right02::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff8860;
  box-shadow: none;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right02:hover, .hvr-bounce-to-right02:focus, .hvr-bounce-to-right02:active {
  color: white;
}
.hvr-bounce-to-right02:hover:before, .hvr-bounce-to-right02:focus:before, .hvr-bounce-to-right02:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*  ↓↓↓↓    螢幕尺寸大於1921時頁面顯示效果↓↓↓↓    */
@media (min-width: 1921px) {
  /*BANNER*/
  img.banner_big {
    display: block;
    width: 100%;
    height: auto;
  }
  img.banner_min {
    display: none;
  }
  img.banner001 {
    display: block;
    top: 21%;
    left: 11%;
    z-index: 3;
    width: 46%;
    height: auto;
  }
  img.banner002 {
    display: block;
    bottom: 0%;
    right: 8%;
    z-index: 4;
    width: 34.5%;
    height: auto;
  }
  img.banner003 {
    display: block;
    bottom: 0%;
    left: 0%;
    z-index: 3;
    width: 100%;
    height: auto;
  }
  img.banner004 {
    display: block;
    bottom: 1%;
    right: 5%;
    z-index: 3;
    width: 6%;
    height: auto;
  }
  .experience_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 49%;
    left: 21.5%;
    right: 0;
    z-index: 10;
    max-width: 24vw;
    width: 490px;
    height: 66px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.8vw;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.05em;
    transition: 0.3s;
    color: #ffffff;
    box-shadow: 5px 5px 0px rgba(235, 114, 132, 0.18);
    cursor: pointer;
    text-transform: uppercase;
  }
  .experience_button::before {
    position: absolute;
    box-sizing: border-box;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    background: #eb7284;
    border-radius: 10px;
  }
  .experience_button::after {
    position: absolute;
    box-sizing: border-box;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
    background: #d94e63;
    width: 0;
    border-radius: 10px;
  }
  .experience_button:hover::after {
    width: 100%;
  }
  .btn:hover {
    color: #fff;
  }
}
/*  ↓↓↓↓    螢幕尺寸大於1920時頁面顯示效果↓↓↓↓    */
@media screen and (max-width: 1920px) {
  /*BANNER*/
  img.banner_big {
    display: block;
    width: 100%;
    height: auto;
  }
  img.banner_min {
    display: none;
  }
  img.banner001 {
    display: block;
    top: 21%;
    left: 11%;
    z-index: 3;
    width: 46%;
    height: auto;
  }
  img.banner002 {
    display: block;
    bottom: 0%;
    right: 8%;
    z-index: 4;
    width: 34.5%;
    height: auto;
  }
  img.banner003 {
    display: block;
    bottom: 0%;
    left: 0%;
    z-index: 3;
    width: 100%;
    height: auto;
  }
  img.banner004 {
    display: block;
    bottom: 1%;
    right: 5%;
    z-index: 3;
    width: 6%;
    height: auto;
  }
  .experience_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 49%;
    left: 21.5%;
    right: 0;
    z-index: 10;
    max-width: 24vw;
    width: 490px;
    height: 66px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.8vw;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.05em;
    transition: 0.3s;
    color: #ffffff;
    box-shadow: 5px 5px 0px rgba(235, 114, 132, 0.18);
    cursor: pointer;
    text-transform: uppercase;
  }
  .experience_button::before {
    position: absolute;
    box-sizing: border-box;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    background: #eb7284;
    border-radius: 10px;
  }
  .experience_button::after {
    position: absolute;
    box-sizing: border-box;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
    background: #d94e63;
    width: 0;
    border-radius: 10px;
  }
  .experience_button:hover::after {
    width: 100%;
  }
  .btn:hover {
    color: #fff;
  }
}
/*  ↓↓↓↓    ipad 直向 w1600 ↓↓↓↓    */
@media screen and (max-width: 1600px) {
  .content2 .deco-01, .content2 .deco-02, .content2 .deco-03, .content2 .deco-04 {
    width: 12%;
  }
}
/*  ↓↓↓↓    ipad 直向 w1200 ↓↓↓↓    */
@media screen and (max-width: 1200px) {
  /*BANNER*/
  .experience_button {
    max-width: 30vw;
    width: 490px;
    height: 46px;
    font-size: 2.2vw;
    left: 18.5%;
  }
  .ct1-box {
    width: 50vw;
    height: 50vw;
  }
  .ct1-box .talk {
    width: 20vw;
  }
  .content2 .ct2-box .ct2-text {
    max-width: 500px;
  }
  .content4 .ct4-box {
    width: 230px;
  }
  .content5 .ct5-box {
    width: 230px;
  }
}
/*  ↓↓↓↓    ipad 直向 w991 ↓↓↓↓    */
@media screen and (max-width: 991px) {
  /*BANNER*/
  .banner img.banner_big {
    display: none;
  }
  .banner img.banner_min {
    display: block;
    width: 100%;
    height: auto;
  }
  .banner img.banner001 {
    display: block;
    top: 14%;
    left: 9%;
    z-index: 3;
    width: 83%;
    height: auto;
  }
  .banner img.banner002 {
    display: block;
    bottom: -5%;
    left: 20%;
    z-index: 4;
    width: 60%;
    height: auto;
  }
  .banner img.banner003 {
    display: block;
    bottom: 0%;
    left: -44%;
    z-index: 1;
    width: 153%;
    height: auto;
  }
  .banner img.banner004 {
    display: block;
    bottom: 0.5%;
    right: 7%;
    z-index: 2;
    width: 11%;
    height: auto;
  }
  .banner .experience_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 35%;
    left: 28.5%;
    z-index: 10;
    max-width: 45vw;
    width: 490px;
    height: 66px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.05em;
    transition: 0.3s;
    color: #ffffff;
    box-shadow: 5px 5px 0px rgba(235, 114, 132, 0.18);
    cursor: pointer;
    text-transform: uppercase;
  }
  .banner .experience_button::before {
    position: absolute;
    box-sizing: border-box;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    background: #eb7284;
    border-radius: 10px;
  }
  .banner .experience_button::after {
    position: absolute;
    box-sizing: border-box;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
    background: #d94e63;
    width: 0;
    border-radius: 10px;
  }
  .banner .experience_button:hover::after {
    width: 100%;
  }
  .banner .btn:hover {
    color: #fff;
  }
  .ct1-box {
    width: 73vw;
    height: 73vw;
  }
  .ct1-box .talk {
    width: 30vw;
  }
  .content2 .ct2-box .ct2-text {
    padding: 15px 20px;
  }
  .content4 .ct4-box {
    width: 280px;
  }
  .content5 .ct5-box {
    width: 280px;
  }
  .content6 {
    padding: 50px 30px;
  }
  .fill .deco-05 {
    width: 17%;
  }
  .fill .deco-06 {
    width: 17%;
  }
  .fill .form-control {
    width: 100%;
    max-width: 580px;
  }
  .fill .option {
    text-align: center;
  }
  .fill .fill_lable img {
    width: 100%;
  }
}
/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 767px) {
  .content1 h2, .content2 h2, .content3 h2, .content4 h2, .content5 h2, .content6 h2, .content7 h2 {
    font-size: 35px;
  }
  .content2 h3 {
    font-size: 20px;
  }
  .content2 .deco-01 {
    top: 22%;
    width: 25%;
  }
  .content2 .deco-02 {
    top: 75%;
    width: 25%;
  }
  .content2 .deco-03 {
    top: 64%;
  }
  .content2 .deco-04 {
    top: 96%;
  }
  .content2 .ct2-box {
    flex-direction: column;
  }
  .content2 .ct2-box .ct2-figure img {
    margin-bottom: 20px;
  }
  .content6 .student-box {
    flex-direction: column;
    align-items: center;
  }
  .content6 .student-box .student-text {
    margin: 0 auto;
    text-align: center;
  }
  .content6 .student-box .student-text h3 {
    margin: 5px auto;
  }
  .content6 .student-box .student-text p {
    margin: 10px auto;
  }
  .content6 .student-box .student-text .student-name {
    flex-direction: column;
  }
  .content6 .deco-05 {
    top: 6%;
    width: 18%;
  }
  .content6 .deco-06 {
    bottom: 1%;
    width: 20%;
  }
  .fill {
    padding: 50px 25px 60px 25px;
  }
  .fill h1 {
    font-size: 35px;
  }
  .fill .deco-05 {
    width: 25%;
  }
  .fill .deco-06 {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .banner .experience_button {
    left: 20%;
    max-width: 60vw;
    height: 40px;
    font-size: 4.5vw;
  }
}
/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 410px) {
  .content1 h2, .content2 h2, .content3 h2, .content4 h2, .content5 h2, .content6 h2, .content7 h2 {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
  .content2 h2 {
    margin: 0 auto 5px auto;
  }
  .content2 h3 {
    margin: 5px auto 30px auto;
  }
  .fill h1 {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
}
/* @media screen and (max-width: 320px) 手機尺寸,顯示效果 ↓↓↓↓  *//*# sourceMappingURL=style.css.map */