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

.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; /* Chrome, Safari, Opera */
  animation-duration: 1.5s;
}
.banner img.imgbanner2 {
  position: absolute; /* Chrome, Safari, Opera */
  animation-duration: 6s;
}
.banner img.banner001 { /* Chrome, Safari, Opera */
  animation-delay: 0.2s;
}
.banner img.banner002 { /* Chrome, Safari, Opera */
  animation-delay: 0.4s;
}
.banner img.banner003 { /* Chrome, Safari, Opera */
  animation-delay: 0.6s;
}
.banner img.banner004 { /* Chrome, Safari, Opera */
  animation-delay: 0.8s;
}
.banner img.banner005 { /* Chrome, Safari, Opera */
  animation-delay: 1s;
}
.banner img.banner006 { /* Chrome, Safari, Opera */
  animation-delay: 1.5s;
}

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

@keyframes move1 {
  0% {
    top: 14%;
  }
  50% {
    top: 17%;
  }
  100% {
    top: 14%;
  }
}
@keyframes move2 {
  0% {
    top: 6%;
  }
  50% {
    top: 9%;
  }
  100% {
    top: 6%;
  }
}
.content1 {
  padding: 80px 10px 0px 10px;
  background: url(../images/b-bg.png) center top/cover no-repeat;
  min-height: 800px;
  position: relative;
  margin-top: -55px; /* 往上蓋住 A 區 30px，數值可調 */
  z-index: 2;
}
.content1 .deco-01 {
  position: absolute;
  top: 10%;
  left: 0%;
  width: 100%;
  max-width: 230px;
  height: auto;
}
.content1 .deco-02 {
  position: absolute;
  top: 10%;
  right: 0%;
  width: 100%;
  max-width: 230px;
  height: auto;
  transform: scaleX(-1);
}
.content1 h2 {
  margin: 0 auto 30px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #583410;
}
.content1 .ct1-box {
  position: relative;
  margin: 0 auto 0px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content1 .ct1-box .center img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.content1 .ct1-box .wooden {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  max-width: 450px;
  height: auto;
}
.content1 .ct1-box .wooden img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.content1 .ct1-box .wooden p {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 20px 22px 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.content1 .ct1-box .wooden .left {
  top: -1%;
  left: -2%;
}
.content1 .ct1-box .wooden .right {
  top: -1%;
  left: 3%;
}

.content2 {
  position: relative;
  width: 100%;
  min-height: 1700px;
  margin-top: -5.2vw;
  padding: 25vh 10px 4vh 10px;
  text-align: center;
  background: url(../images/c-bg.png) center top/cover no-repeat;
  z-index: 2;
}
.content2 h2 {
  margin: 0 auto 50px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #583410;
}
.content2 h3 {
  margin: 0 auto 5px auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #313131;
}
.content2 .ct2-box {
  display: inline-block;
  position: relative;
  margin: 0 auto 40px auto;
}
.content2 .ct2-box .ct2-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content2 .ct2-box .ct2-content img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 550px;
  height: auto;
}
.content2 .ct2-box .ct2-content .ct2-card {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 550px;
  height: auto;
}
.content2 .ct2-box .ct2-content .ct2-card img {
  width: 100%;
  height: 140px;
}
.content2 .ct2-box .ct2-content .ct2-card .ct2-cardtxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 30px 25px 30px;
}
.content2 .ct2-box .ct2-content .ct2-card .ct2-cardtxt h4 {
  margin: 0 auto 10px auto;
  height: auto;
  font-size: 24px;
  font-weight: 600;
  color: #583410;
  font-weight: 600;
}
.content2 .ct2-box .ct2-content .ct2-card .ct2-cardtxt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: left;
  color: #313131;
}

.button-box {
  position: relative;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 307px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.button-box img {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 307px;
  height: 100%;
  padding: 10px 20px 25px 20px;
}
.button-box p {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 307px;
  height: 105px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.content3 {
  position: relative;
  min-height: 800px;
  margin-top: -5.2vw;
  padding: 25vh 10px 10vh 10px;
  background: url(../images/d-bg.png) center top/cover no-repeat;
  z-index: 2;
}
.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: #583410;
}
.content3 h3 {
  margin: 0 auto 5px auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #313131;
}
.content3 h4 {
  margin: 0 auto 20px auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #554134;
}
.content3 img.title-dec {
  display: block;
  width: 100%;
  max-width: 80px;
  height: auto;
  margin: 0 auto 10px auto;
  text-align: center;
}
.content3 .ct3-box {
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 316px;
  width: 100%;
  height: auto;
}
.content3 .ct3-box img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 316px;
  height: auto;
}
.content3 .ct3-box .ct3-text {
  position: absolute;
  width: 100%;
  max-width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 20px 60px 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content3 .ct3-box .ct3-text img {
  width: 100%;
  max-width: 132px;
  height: auto;
}
.content3 .ct3-box h4 {
  margin: 10px auto 10px auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #583410;
}
.content3 .ct3-box p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #313131;
}

.content4 {
  position: relative;
  width: 100%;
  min-height: 1200px;
  margin-top: -5.2vw;
  padding: 25vh 10px 10vh 10px;
  background: url(../images/c-bg.png) center top/cover no-repeat;
  z-index: 2;
}
.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: #583410;
}
.content4 h3 {
  margin: 0 auto 5px auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #313131;
}
.content4 .ct4-box {
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 560px;
  width: 100%;
  height: auto;
}
.content4 .ct4-box img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 560px;
  height: auto;
}
.content4 .ct4-box .ct4-box-content {
  position: absolute;
  width: 100%;
  max-width: 560px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 65px 40px 60px 30px;
  top: 0%;
  left: 0%;
}
.content4 .ct4-box .ct4-box-content .ct4-line {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  height: auto;
}
.content4 .ct4-box .ct4-box-content .ct4box-title {
  margin-bottom: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.content4 .ct4-box .ct4-box-content .ct4box-title img {
  margin: 0 20px;
  width: 100%;
  max-width: 75px;
  height: auto;
}
.content4 .ct4-box .ct4-box-content .ct4box-title .ct4-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content4 .ct4-box .ct4-box-content .ct4box-title .ct4-text h4 {
  margin: 10px auto 5px auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #583410;
}
.content4 .ct4-box .ct4-box-content .ct4box-title .ct4-text p {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: center;
  color: #583410;
}
.content4 .ct4-box .ct4-box-content .ct4box-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 15px 10px 20px 30px;
}
.content4 .ct4-box .ct4-box-content .ct4box-content .ct4-item {
  margin-bottom: 10px;
  padding: 6px 15px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 160px;
  height: auto;
  background-color: #583410;
  font-size: 22px;
  text-align: left;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #ffffff;
  border-radius: 20px;
}
.content4 .ct4-box .ct4-box-content .ct4box-content p {
  margin-bottom: 6px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: left;
  color: #313131;
}

.content5 {
  position: relative;
  min-height: 1000px;
  margin-top: -5.2vw;
  padding: 25vh 10vw 15vh 10vw;
  background: url(../images/f-bg.png) center top/cover no-repeat;
  z-index: 2;
}
.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: #583410;
}
.content5 h3 {
  margin: 0 auto 5px auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #313131;
}
.content5 .ct5-box {
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 415px;
  width: 100%;
  height: auto;
}
.content5 .ct5-box img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 415px;
  height: auto;
}
.content5 .ct5-box .ct5-text {
  position: absolute;
  padding: 30px 50px 25px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 415px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.content5 .ct5-box .ct5-text img {
  width: 100%;
  max-width: 293px;
  height: auto;
}
.content5 .ct5-box .ct5-text h4 {
  margin: 10px auto 10px auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #583410;
}
.content5 .ct5-box .ct5-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #313131;
}

.content6 {
  position: relative;
  width: 100%;
  min-height: 1300px;
  margin-top: -5.2vw;
  padding: 25vh 10vw 10vh 10vw;
  background: url(../images/c-bg.png) center top/cover no-repeat;
  z-index: 2;
}
.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: #583410;
}
.content6 .ct6-box {
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 620px;
  width: 100%;
  height: auto;
}
.content6 .ct6-box img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 560px;
  height: auto;
}
.content6 .ct6-box .ct6-box-content {
  position: absolute;
  width: 100%;
  max-width: 620px;
  height: 100%;
  display: flex;
  flex-direction: row;
  text-align: center;
  padding: 65px 40px 70px 30px;
  top: 0%;
  left: 0%;
}
.content6 .ct6-box .ct6-box-content .ct6box-title {
  margin-bottom: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  max-height: 200px;
}
.content6 .ct6-box .ct6-box-content .ct6box-title img {
  margin: 0 20px;
  width: 100%;
  max-width: 160px;
  height: auto;
}
.content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text {
  width: 55%;
  height: auto;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text .student-name {
  display: inline-flex;
  align-items: center;
}
.content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text .student-name h3 {
  margin: 10px 10px 5px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: left;
  color: #583410;
}
.content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text .student-name .fa-star {
  font-size: 18px;
  color: #f8b551;
  margin-right: 2px;
}
.content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: left;
  color: #313131;
}

.fill {
  position: relative;
  min-height: 800px;
  margin-top: -5.2vw;
  padding: 23vh 50px 10vh 50px;
  background: url(../images/h-bg.png) center top/cover no-repeat;
  z-index: 2;
  text-align: center;
}
.fill .deco-03 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  max-width: 239px;
  height: auto;
}
.fill h1 {
  margin: 0 auto 25px auto;
  text-align: center;
  color: #313131;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.3em;
}
.fill h1 b {
  color: #583410;
}
.fill h3 {
  margin: 0 auto 20px auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #554134;
}
.fill .fill_lable img {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: auto;
}
.fill .form-control {
  display: block;
  width: 97%;
  height: 45px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #999999;
  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;
          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: center;
}

.fill_form {
  padding: 0;
}

/* Bounce To Right 02*/
.hvr-bounce-to-right02 {
  display: inline-block;
  position: relative;
  padding: 7px 7px;
  width: 97%;
  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: #583410;
  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: #ee781e;
  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: 5%;
    left: 36%;
    width: 28%;
    height: auto;
    z-index: 3;
  }
  img.banner002 {
    display: block;
    bottom: 15%;
    right: 35%;
    width: 30%;
    height: auto;
    z-index: 2;
  }
  img.banner003 {
    display: block;
    bottom: -1%;
    right: 0%;
    width: 38%;
    height: auto;
    z-index: 1;
  }
  img.banner004 {
    display: block;
    top: 27%;
    right: 13%;
    width: 17%;
    height: auto;
    z-index: 3;
  }
  img.banner005 {
    display: block;
    top: 14%;
    left: 9%;
    width: 5.5%;
    height: auto;
    z-index: 3;
    animation: move1 6s infinite linear;
  }
  img.banner006 {
    display: block;
    top: 6%;
    right: 9%;
    width: 5.5%;
    height: auto;
    z-index: 3;
    animation: move2 4s infinite linear;
  }
}
/*  ↓↓↓↓    螢幕尺寸大於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: 5%;
    left: 36%;
    width: 28%;
    height: auto;
    z-index: 3;
  }
  img.banner002 {
    display: block;
    bottom: 15%;
    right: 35%;
    width: 30%;
    height: auto;
    z-index: 2;
  }
  img.banner003 {
    display: block;
    bottom: -1%;
    right: 0%;
    width: 38%;
    height: auto;
    z-index: 1;
  }
  img.banner004 {
    display: block;
    top: 27%;
    right: 13%;
    width: 17%;
    height: auto;
    z-index: 3;
  }
  img.banner005 {
    display: block;
    top: 14%;
    left: 9%;
    width: 5.5%;
    height: auto;
    z-index: 3;
    animation: move1 6s infinite linear;
  }
  img.banner006 {
    display: block;
    top: 6%;
    right: 9%;
    width: 5.5%;
    height: auto;
    z-index: 3;
    animation: move2 4s infinite linear;
  }
}
/*  ↓↓↓↓    ipad 直向 w1600 ↓↓↓↓    */
@media screen and (max-width: 1600px) {
  .content1 .deco-01, .content1 .deco-02 {
    width: 12%;
  }
  .content2 {
    margin-top: -8vw;
    padding-top: 20vh;
  }
  .content3 {
    margin-top: -8vw;
    padding-top: 20vh;
    min-height: 1000px;
  }
  .content4 {
    margin-top: -8vw;
    padding-top: 20vh;
    min-height: 1150px;
  }
  .content5 {
    margin-top: -8vw;
    padding: 20vh 5vw 10vh 5vw;
    min-height: 900px;
  }
  .content6 {
    margin-top: -8vw;
    padding: 22vh 0 10vh 0;
  }
  .fill {
    margin-top: -10vw;
    padding: 22vh 0 10vh 0;
  }
}
/*  ↓↓↓↓    ipad 直向 w1200 ↓↓↓↓    */
@media screen and (max-width: 1200px) {
  .content1 {
    min-height: 700px;
  }
  .content1 .deco-01, .content1 .deco-02 {
    top: 5%;
  }
  .content1 .ct1-box .wooden p {
    font-size: 20px;
  }
  .content2 {
    margin-top: -11vw;
  }
  .content3 {
    margin-top: -13vw;
  }
  .content6 {
    background: url(../images/c-bg-1200.png) center top/cover no-repeat;
  }
  .content6 .ct6-box img {
    width: 95%;
  }
  .content6 .ct6-box .ct6-box-content {
    padding: 40px 40px 70px 30px;
  }
  .content6 .ct6-box .ct6-box-content .ct6box-title img {
    margin: 0 8px;
    width: 30%;
  }
  .content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text p {
    font-size: 18px;
  }
  .fill {
    min-height: 700px;
  }
  .fill .deco-03 {
    display: none;
  }
  .fill .fill_lable img {
    width: 90%;
  }
}
/*  ↓↓↓↓    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: 3%;
    left: 19.3%;
    z-index: 3;
    width: 63%;
    height: auto;
  }
  .banner img.banner002 {
    display: block;
    top: 39%;
    left: 17%;
    z-index: 2;
    width: 66%;
    height: auto;
  }
  .banner img.banner003 {
    display: block;
    bottom: 0%;
    right: 0%;
    z-index: 1;
    width: 68%;
    height: auto;
  }
  .banner img.banner004 {
    display: block;
    top: 46.5%;
    right: 23%;
    z-index: 2;
    width: 36%;
    height: auto;
  }
  .banner img.banner005 {
    display: block;
    top: 84%;
    left: 5%;
    z-index: 3;
    width: 11%;
    height: auto;
  }
  .banner img.banner006 {
    display: block;
    bottom: 0%;
    right: 3%;
    z-index: 3;
    width: 10%;
    height: auto;
  }
  .content1 {
    min-height: 500px;
  }
  .content1 .ct1-box .wooden p {
    font-size: 15px;
  }
  .content2 {
    min-height: 2800px;
    background: url(../images/c-bg-1200.png) center top/cover no-repeat;
  }
  .content2 .ct2-box .circle {
    width: 170px;
    height: 170px;
  }
  .content2 .ct2-box .circle h4 {
    font-size: 26px;
  }
  .content2 .ct2-box .circle p {
    font-size: 18px;
  }
  .content2 .ct2-box .laptop {
    width: 60%;
  }
  .content3 {
    background: url(../images/d-bg-1200.png) center top/cover no-repeat;
  }
  .content3 .ct3-box img {
    width: 90%;
  }
  .content6 .ct6-box .ct6-box-content {
    padding: 65px 40px 70px 30px;
  }
  .fill {
    background: url(../images/h-bg-1200.png) center top/cover no-repeat;
  }
  .fill .deco-05 {
    width: 12%;
    bottom: 1%;
  }
  .fill .deco-06 {
    width: 12%;
    top: 3%;
  }
  .fill .form-control {
    width: 100%;
    max-width: 580px;
  }
  .fill .option {
    text-align: center;
  }
  .fill .fill_lable img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 767px) {
  .content1 h2, .content2 h2, .content3 h2, .content4 h2, .content5 h2, .content6 h2 {
    font-size: 35px;
  }
  .content1 h3, .content2 h3, .content3 h3, .content4 h3, .content5 h3, .content6 h3 {
    font-size: 22px;
  }
  .content1 {
    background: url(../images/b-bg-1200.png) center top/cover no-repeat;
  }
  .content1 .deco-01, .content1 .deco-02 {
    top: 1%;
    width: 14%;
  }
  .content1 .ct1-box {
    flex-direction: column;
  }
  .content1 .ct1-box .side-left {
    order: 1;
  }
  .content1 .ct1-box .side-left .wooden p {
    font-size: 20px;
    top: -2%;
    left: 0%;
  }
  .content1 .ct1-box .center {
    order: 3;
  }
  .content1 .ct1-box .side-right {
    order: 2;
  }
  .content1 .ct1-box .side-right .wooden p {
    font-size: 20px;
    top: -2%;
    left: 0%;
  }
  .content2 {
    min-height: 2000px;
    margin-top: -25vw;
    padding: 20vh 10px 2vh 10px;
  }
  .content2 h2 {
    margin: 0 auto 30px auto;
    font-size: 40px;
  }
  .content2 h3 {
    margin: 0 auto 5px auto;
    font-size: 25px;
  }
  .content2 .ct2-box .ct2-content img {
    max-width: 550px;
  }
  .content2 .ct2-box .ct2-content .ct2-card {
    margin-bottom: 20px;
    max-width: 550px;
  }
  .content2 .ct2-box .ct2-content .ct2-card img {
    height: 140px;
  }
  .content2 .ct2-box .ct2-content .ct2-card .ct2-cardtxt {
    padding: 10px 40px 25px 40px;
  }
  .content2 .ct2-box .ct2-content .ct2-card .ct2-cardtxt h4 {
    margin: 0 auto 10px auto;
    font-size: 22px;
  }
  .content2 .ct2-box .ct2-content .ct2-card .ct2-cardtxt p {
    font-size: 18px;
  }
  .content3 {
    margin-top: -18vw;
    padding: 18vh 10px 8vh 10px;
    min-height: 2000px;
  }
  .content3 .ct3-box img {
    width: 82%;
  }
  .content3 .ct3-box .ct3-text h4 {
    font-size: 22px;
  }
  .content3 .ct3-box .ct3-text p {
    padding: 0 15px 0 12px;
    font-size: 18px;
  }
  .content4 {
    margin-top: -22vw;
    padding: 15vh 10px 8vh 10px;
    min-height: 1200px;
  }
  .content4 .ct4-box {
    max-width: 450px;
  }
  .content4 .ct4-box img {
    height: 500px;
  }
  .content4 .ct4-box .ct4-box-content {
    padding: 31px 36px 60px 30px;
    top: 8%;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-title {
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-title img {
    max-width: 55px;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-title .ct4-text h4 {
    margin: 5px auto 2px auto;
    font-size: 24px;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-title .ct4-text p {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-content {
    padding: 15px 20px 15px 20px;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-content .ct4-item {
    margin-bottom: 5px;
    padding: 3px 10px;
    font-size: 19px;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-content p {
    margin-bottom: 4px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 1.2em;
  }
  .content5 {
    margin-top: -25vw;
    padding: 15vh 5vw 8vh 5vw;
    min-height: 500px;
  }
  .content6 {
    margin-top: -22vw;
    padding: 13vh 0 8vh 0;
  }
  .content6 .ct6-box {
    margin: 0 auto 8px auto;
  }
  .content6 .ct6-box img {
    width: 95%;
  }
  .content6 .ct6-box .ct6-box-content {
    padding: 39px 40px 70px 36px;
  }
  .content6 .ct6-box .ct6-box-content .ct6box-title {
    margin-bottom: 6px;
  }
  .content6 .ct6-box .ct6-box-content .ct6box-title img {
    margin: 0 4px 0 8px;
    width: 25%;
  }
  .content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text {
    width: 75%;
    padding-left: 7px;
    padding-right: 7px;
  }
  .content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text .student-name h3 {
    margin: 10px 10px 5px 0;
    font-size: 22px;
  }
  .content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text .student-name .fa-star {
    font-size: 16px;
  }
  .content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text p {
    font-size: 18px;
    line-height: 1.2em;
  }
  .fill {
    margin-top: -20vw;
    padding: 15vh 15px 10vh 15px;
  }
  .fill h1 {
    font-size: 35px;
  }
}
/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 410px) {
  .content1 {
    margin-top: -23px;
    padding: 50px 10px 0px 10px;
  }
  .content1 h2 {
    font-size: 30px;
  }
  .content2 {
    padding: 21vh 10px 2vh 12px;
  }
  .content2 h2 {
    font-size: 30px;
  }
  .content2 .ct2-card img {
    height: 160px;
  }
  .content3 {
    padding: 25vh 10px 8vh 10px;
  }
  .content3 h2 {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
  .content4 {
    padding: 19vh 10px 12vh 10px;
  }
  .content4 h2 {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
  .content4 .ct4-box {
    max-width: 450px;
  }
  .content4 .ct4-box img {
    height: 500px;
  }
  .content4 .ct4-box .ct4-box-content {
    padding: 0px 36px 60px 30px;
    top: 14%;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-title {
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-title img {
    margin: 0 10px;
    max-width: 55px;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-title .ct4-text h4 {
    margin: 5px auto 2px auto;
    font-size: 22px;
  }
  .content4 .ct4-box .ct4-box-content .ct4box-title .ct4-text p {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .content5 {
    padding: 18vh 10vw 8vh 10vw;
  }
  .content5 h2 {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
  .content5 .ct5-box .ct5-text p {
    font-size: 17px;
  }
  .content6 {
    margin-top: -16vw;
    padding: 17vh 0 12vh 0;
  }
  .content6 h2 {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
  .content6 .ct6-box .ct6-box-content .ct6box-title .ct6-text p {
    font-size: 17px;
  }
  .fill {
    margin-top: -22vw;
    padding: 18vh 15px 10vh 15px;
  }
  .fill h1 {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
}
/* @media screen and (max-width: 320px) 手機尺寸,顯示效果 ↓↓↓↓  *//*# sourceMappingURL=style.css.map */