@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;
}

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

.content1 {
  padding: 50px 10px 0px 10px;
  background: url(../images/d-bg.jpg);
}
.content1 h2 {
  margin: 0 auto 5px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ee781e;
}
.content1 h3 {
  margin: 0 auto 110px auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #554134;
}
.content1 .ct1-box {
  position: relative;
  margin: 0 auto 80px auto;
  padding: 40px 10px;
  width: 270px;
  height: 350px;
  background-color: #fddf83;
  border-radius: 20px;
  box-shadow: 5px 5px 8px 0px rgba(212, 212, 212, 0.5);
}
.content1 .ct1-box .ct1-item {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 10px;
  width: 100px;
  height: 100px;
  background-color: #fddf83;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ee781e;
}
.content1 .ct1-box img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 10px auto 10px auto;
  text-align: center;
}
.content1 .ct1-box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333333;
}

.content2 {
  position: relative;
  padding: 50px 10px;
  background-color: #efefef;
}
.content2 h2 {
  margin: 0 auto 150px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ee781e;
}
.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: #554134;
}
.content2 .ct2-box {
  position: relative;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  border: 2px solid #554134;
  z-index: 1;
}
.content2 .ct2-box .circle {
  position: absolute;
  margin: 0 auto 20px auto;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #554134;
  box-shadow: 4px 4px 12px 4px rgb(255, 255, 255);
  z-index: 2;
  -webkit-animation: changeColor 5s infinite;
          animation: changeColor 5s infinite;
}
.content2 .ct2-box .circle h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #f4d177;
}
.content2 .ct2-box .circle p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
}
.content2 .ct2-box .circle-01 {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.content2 .ct2-box .circle-02 {
  right: -10%;
  top: 23%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.content2 .ct2-box .circle-03 {
  right: 5%;
  bottom: -5%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.content2 .ct2-box .circle-04 {
  left: 5%;
  bottom: -5%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.content2 .ct2-box .circle-05 {
  left: -10%;
  top: 23%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@-webkit-keyframes changeColor {
  0%, 20% {
    background: #554134;
  } /* 開始咖啡 */
  10% {
    background: #ee781e;
  } /* 變橘 */
  30%, 100% {
    background: #554134;
  } /* 回咖啡並停 */
}
@keyframes changeColor {
  0%, 20% {
    background: #554134;
  } /* 開始咖啡 */
  10% {
    background: #ee781e;
  } /* 變橘 */
  30%, 100% {
    background: #554134;
  } /* 回咖啡並停 */
}
.content2 .ct2-box .laptop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 520px;
  height: auto;
}

.content3 {
  position: relative;
  padding: 50px 10px 30px 10px;
  background-color: #fddf83;
}
.content3 .deco-01 {
  position: absolute;
  top: 10%;
  left: 0%;
  width: 100%;
  max-width: 230px;
  height: auto;
}
.content3 .deco-02 {
  position: absolute;
  bottom: 10%;
  right: 0%;
  width: 100%;
  max-width: 230px;
  height: auto;
}
.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: #ee781e;
}
.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: #554134;
}
.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 {
  display: block;
  margin: 0 auto 50px auto;
  width: 270px;
  height: auto;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.content3 .ct3-box img {
  width: 100%;
  height: auto;
}
.content3 p {
  padding: 20px 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #313131;
}

.content4 {
  position: relative;
  padding: 50px 0px 80px 0px;
  background-color: #ffffff;
}
.content4 .deco-03 {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
  max-width: 220px;
  height: auto;
  z-index: 1;
}
.content4 .deco-04 {
  position: absolute;
  bottom: 5%;
  right: 0%;
  width: 100%;
  max-width: 220px;
  height: auto;
  z-index: 1;
}
.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: #ee781e;
}
.content4 h3 {
  margin: 0 auto 8px auto;
  padding: 5px;
  width: 130px;
  height: auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
  background-color: #554134;
}
.content4 .ct4-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.content4 .ct4-box img {
  position: relative;
  width: 100%;
  max-width: 730px;
  height: auto;
  z-index: 2;
}
.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: #ffffff;
}
.content4 .ct4-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -5%;
  width: 100%;
  max-width: 480px;
  height: 480px;
  border-radius: 50%;
  background-color: #efefef;
  z-index: 3;
}
.content4 .ct4-text h4 {
  margin: 10px auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ee781e;
}
.content4 .ct4-text ul {
  list-style-type: none;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333333;
}
.content4 .ct4-text ul li {
  position: relative;
  margin: 10px auto 0 auto;
}
.content4 .ct4-text ul li::before {
  content: "";
  background-image: url(../images/check.svg);
  width: 23px;
  height: 23px;
  position: absolute;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: -6%;
}

.content5 {
  padding: 50px 0px;
  background-color: #efefef;
}
.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: #ee781e;
}
.content5 h3 {
  margin: 0 auto 5px auto;
  padding: 5px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #554134;
}
.content5 .ct5-box {
  position: relative;
  z-index: 1;
  margin: 0 auto 60px auto;
  padding: 30px 20px;
  width: 350px;
  height: 430px;
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  box-shadow: 5px 5px 8px 0px rgba(212, 212, 212, 0.5);
}
.content5 .ct5-box img.student {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.content5 .ct5-box .ct5-text .name {
  display: inline-block;
  margin: 20px auto 0 auto;
  width: 120px;
  height: auto;
  font-size: 26px;
  font-weight: 600;
  color: #ee781e;
  font-weight: 600;
}
.content5 .ct5-box .ct5-text p {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #313131;
}
.content5 .ct5-box img.star {
  position: absolute;
  width: 170px;
  height: auto;
  background-color: #f8b551;
  padding: 12px 25px;
  border-radius: 30px;
  z-index: 2;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 8px 0px rgba(212, 212, 212, 0.5);
}

.content6 {
  position: relative;
  padding: 50px 0px 15% 0px;
  background: url(../images/g-bg.png), #fddf83;
  background-repeat: repeat;
  overflow: hidden;
}
.content6 h2 {
  margin: 0 auto 30px auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ee781e;
}
.content6 .ct6-box iframe {
  border: 3px solid #bfbfbf;
  border-radius: 10px;
}
.content6 img.ct6-figure {
  position: absolute;
  bottom: -4%;
  width: 100%;
  height: auto;
}

.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: #ee781e;
}
.content7 .ct7-box {
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 390px;
  width: 100%;
  height: auto;
}
.content7 .ct7-box .ct7-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  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: 10px auto 5px auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #554134;
}
.content7 .ct7-box .ct7-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #996c33;
}

.fill-top {
  width: 100%;
  height: auto;
  background-size: contain;
}

.fill {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 50px 10px 80px 10px;
  background-color: #fddf83;
}
.fill h1 {
  margin: 0 auto 5px auto;
  text-align: center;
  color: #ee781e;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3em;
}
.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: 20px auto;
  max-width: 480px;
  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;
      -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: center;
}

.fill_form {
  padding: 0;
}

/* Bounce To Right 02*/
.hvr-bounce-to-right02 {
  display: inline-block;
  position: relative;
  padding: 7px 7px;
  width: 100%;
  max-width: 250px;
  border-radius: 6px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background-color: #ee781e;
  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: #554134;
  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: 12%;
    left: 14%;
    width: 28%;
    height: auto;
    z-index: 3;
  }
  img.banner002 {
    display: block;
    bottom: 18%;
    right: 18%;
    width: 25%;
    height: auto;
    z-index: 2;
  }
  img.banner003 {
    display: block;
    top: 60%;
    right: 40.2%;
    width: 5.5%;
    height: auto;
    z-index: 3;
  }
  img.banner004 {
    display: block;
    top: 48%;
    right: 28%;
    width: 6%;
    height: auto;
    z-index: 3;
  }
  img.banner005 {
    display: block;
    top: 60%;
    right: 15%;
    width: 5.5%;
    height: auto;
    z-index: 3;
  }
}
/*  ↓↓↓↓    螢幕尺寸大於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: 12%;
    left: 14%;
    width: 28%;
    height: auto;
    z-index: 3;
  }
  img.banner002 {
    display: block;
    bottom: 18%;
    right: 18%;
    width: 25%;
    height: auto;
    z-index: 2;
  }
  img.banner003 {
    display: block;
    top: 60%;
    right: 40.2%;
    width: 5.5%;
    height: auto;
    z-index: 3;
  }
  img.banner004 {
    display: block;
    top: 48%;
    right: 28%;
    width: 6%;
    height: auto;
    z-index: 3;
  }
  img.banner005 {
    display: block;
    top: 60%;
    right: 15%;
    width: 5.5%;
    height: auto;
    z-index: 3;
  }
}
/*  ↓↓↓↓    ipad 直向 w1600 ↓↓↓↓    */
@media screen and (max-width: 1600px) {
  .content2 .deco-01, .content2 .deco-02, .content2 .deco-03, .content2 .deco-04 {
    width: 12%;
  }
  .fill .deco-05 {
    width: 8%;
    bottom: -7%;
  }
  .fill .deco-06 {
    width: 8%;
    top: 3%;
  }
}
/*  ↓↓↓↓    ipad 直向 w1200 ↓↓↓↓    */
@media screen and (max-width: 1200px) {
  .content2 .ct2-box .ct2-text h4 {
    margin: 0 auto 20px auto;
  }
  .content2 .ct2-box .ct2-text p {
    font-size: 20px;
  }
  .content4 .ct4-box img {
    width: 50%;
  }
  .content4 .ct4-box .ct4-text {
    padding: 0 5px;
    width: 100%;
    max-width: 420px;
    height: 420px;
  }
  .content5 .ct5-box {
    width: 300px;
  }
}
/*  ↓↓↓↓    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: 2%;
    left: 20%;
    z-index: 3;
    width: 60%;
    height: auto;
  }
  .banner img.banner002 {
    display: block;
    bottom: 6.9%;
    left: 23%;
    z-index: 2;
    width: 54%;
    height: auto;
  }
  .banner img.banner003 {
    display: block;
    top: 77%;
    left: 19%;
    z-index: 3;
    width: 12%;
    height: auto;
  }
  .banner img.banner004 {
    display: block;
    top: 70%;
    left: 43%;
    z-index: 2;
    width: 13%;
    height: auto;
  }
  .banner img.banner005 {
    display: block;
    top: 78%;
    left: 69%;
    z-index: 3;
    width: 12%;
    height: auto;
  }
  .banner img.banner006 {
    display: block;
    bottom: 0%;
    right: -8%;
    z-index: 3;
    width: 41%;
    height: auto;
  }
  .content1 h3 {
    margin: 0 auto 80px auto;
  }
  .content1 .ct1-box {
    margin: 30px auto 80px auto;
  }
  .content2 h2 {
    margin: 0 auto 130px auto;
  }
  .content2 .ct2-box {
    width: 600px;
    height: 600px;
  }
  .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 .ct3-box {
    width: 240px;
  }
  .content3 .deco-01 {
    top: 4%;
    width: 22%;
  }
  .content3 .deco-02 {
    bottom: 4%;
    width: 22%;
  }
  .content4 .ct4-box {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    max-width: 760px;
  }
  .content4 .ct4-box img {
    width: 60%;
  }
  .content4 .ct4-box .ct4-text {
    margin: -5% auto 0 auto;
  }
  .content6 {
    padding: 50px 0px 12% 0px;
  }
  .content6 h2 {
    margin: 0 auto 20px auto;
  }
  .content6 .ct6-box {
    margin-bottom: 50px;
  }
  .content7 .ct7-box .ct7-text {
    padding: 20px 10px;
    width: 240px;
    height: 240px;
  }
  .content7 .ct7-box .ct7-text img {
    width: 43%;
  }
  .content7 .ct7-box .ct7-text h3 {
    margin: 0 auto;
    font-size: 28px;
  }
  .content7 .ct7-box .ct7-text p {
    font-size: 18px;
  }
  .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: 60%;
  }
}
/* ↓↓↓↓ 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;
  }
  .content1 h3, .content2 h3, .content3 h3, .content4 h3, .content5 h3, .content6 h3, .content7 h3 {
    font-size: 20px;
  }
  .content2 h2 {
    margin: 0 auto 100px auto;
  }
  .content2 .ct2-box {
    width: 350px;
    height: 350px;
  }
  .content2 .ct2-box .circle {
    padding: 10px 5px;
    width: 120px;
    height: 120px;
  }
  .content2 .ct2-box .circle h4 {
    margin-bottom: 2px;
    font-size: 19px;
  }
  .content2 .ct2-box .circle p {
    font-size: 14px;
  }
  .content2 .ct2-box .circle-03 {
    bottom: -16%;
  }
  .content2 .ct2-box .circle-04 {
    bottom: -16%;
  }
  .content2 .ct2-box .laptop {
    width: 55%;
  }
  .content3 h2 {
    margin: 0 auto 30px auto;
  }
  .content3 .ct3-box {
    margin: 0 auto 30px auto;
  }
  .content3 .deco-01 {
    top: 11%;
  }
  .content3 .deco-02 {
    bottom: 3%;
  }
  .content4 {
    padding: 50px 0px 80px 0px;
  }
  .content4 .deco-03 {
    top: 12%;
    width: 25%;
  }
  .content4 .deco-04 {
    bottom: 12%;
    width: 25%;
  }
  .content4 .ct4-box {
    max-width: 700px;
  }
  .content4 .ct4-box img {
    width: 100%;
    max-width: 450px;
  }
  .content4 .ct4-box .ct4-text {
    margin: -5% auto 0 auto;
    padding: 0 0;
    max-width: 400px;
    width: 100%;
    height: 400px;
  }
  .content4 .ct4-box .ct4-text h4 {
    margin: 0 auto 5px auto;
  }
  .content4 .ct4-box .ct4-text ul {
    padding-left: 30px;
    font-size: 17px;
    letter-spacing: 0.01em;
  }
  .content4 .ct4-box .ct4-text li::before {
    width: 18px;
    height: 20px;
  }
  .content6 .ct6-box {
    padding: 0 10px;
  }
  .content6 img.ct6-figure {
    bottom: -1%;
  }
  .fill {
    padding: 50px 25px 60px 25px;
  }
  .fill h1 {
    font-size: 35px;
  }
}
/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media screen and (max-width: 410px) {
  .content1 {
    padding: 40px 10px 0px 10px;
  }
  .content1 h2 {
    font-size: 30px;
  }
  .content1 h3 {
    margin: 0 auto 60px auto;
  }
  .content1 .ct1-box {
    margin: 40px auto 50px auto;
  }
  .content2 {
    padding: 40px 10px 40px 10px;
  }
  .content2 h2 {
    margin: 0 auto 80px auto;
    font-size: 30px;
  }
  .content2 .ct2-box {
    width: 290px;
    height: 290px;
  }
  .content2 .ct2-box .circle {
    padding: 10px 2px;
    width: 105px;
    height: 105px;
  }
  .content2 .ct2-box .circle h4 {
    margin-bottom: 2px;
    font-size: 17px;
  }
  .content2 .ct2-box .circle p {
    font-size: 13px;
    letter-spacing: 0em;
  }
  .content2 .ct2-box .circle-02 {
    right: -12%;
    top: 20%;
  }
  .content2 .ct2-box .circle-03 {
    bottom: -20%;
    right: 3%;
  }
  .content2 .ct2-box .circle-04 {
    bottom: -20%;
    left: 3%;
  }
  .content2 .ct2-box .circle-05 {
    left: -12%;
    top: 20%;
  }
  .content2 .ct2-box .laptop {
    width: 55%;
  }
  .content3 {
    padding: 40px 5px 20px 5px;
  }
  .content3 h2 {
    margin: 0 auto 20px auto;
    font-size: 30px;
  }
  .content4 {
    padding: 40px 0px 50px 0px;
  }
  .content4 h2 {
    margin: 0 auto 20px auto;
    font-size: 30px;
  }
  .content4 .ct4-box .ct4-text {
    padding: 30px 0 0 0;
    max-width: 360px;
    width: 100%;
    height: 360px;
  }
  .content4 .ct4-box .ct4-text h4 {
    font-size: 27px;
  }
  .content5 {
    padding: 40px 0px 10px 0px;
  }
  .content5 h2 {
    margin: 0 auto 20px auto;
    font-size: 30px;
  }
  .content6 {
    padding: 40px 0px 15% 0px;
  }
  .content6 h2 {
    margin: 0 auto;
    font-size: 30px;
  }
  .content7 {
    padding: 40px 0px 20px 0px;
  }
  .content7 h2 {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
  .fill {
    padding: 40px 25px 50px 25px;
  }
  .fill h1 {
    margin: 0 auto 5px auto;
    font-size: 30px;
  }
  .fill .fill_lable img {
    width: 90%;
  }
}
/* @media screen and (max-width: 320px) 手機尺寸,顯示效果 ↓↓↓↓  *//*# sourceMappingURL=style.css.map */