@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes move1 {
  0% {
    top: 26%;
  }
  50% {
    top: 29%;
  }
  100% {
    top: 26%;
  }
}
@keyframes move2 {
  0% {
    top: 46%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 46%;
  }
}
@media all and (max-width: 768px) {
  @keyframes move1 {
    0% {
      top: 33%;
    }
    50% {
      top: 38%;
    }
    100% {
      top: 33%;
    }
  }
}
@keyframes zoom-title {
  30% {
    transform: scale(1);
    z-index: 1;
  }
  35% {
    transform: scale(1.15);
    z-index: 1;
  }
  40% {
    transform: scale(1);
    z-index: 1;
  }
}
body.popup-scroll {
  overflow: hidden;
}

.all {
  color: #315b89;
  width: 100%;
  font-family: Arial;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  line-break: anywhere;
  text-align: center;
}
.all * {
  box-sizing: border-box;
}
.all img {
  width: 100%;
  height: auto;
}
.all .page_title {
  display: none;
}
.all .container {
  width: 90%;
  max-width: 1650px;
  margin: auto;
  padding: 100px 0;
}
@media all and (max-width: 500px) {
  .all .container {
    padding: 20vw 0;
  }
}
.all .image-container {
  width: 100%;
}
.all .button {
  width: 80%;
  max-width: 250px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  margin: auto;
  margin-top: 50px;
  padding: 20px 0 16px;
  border-radius: 50px;
  background-color: #0e70cb;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  top: 0;
  display: block;
}
@media all and (max-width: 500px) {
  .all .button {
    font-size: 6vw;
    margin-top: 10vw;
    padding: 5vw 0 3.5vw;
  }
}
.all .button:hover {
  background-color: #26b0d7;
  top: -5px;
  transition: 0.3s;
}
.all .visual {
  position: relative;
}
.all .visual picture img {
  display: block;
}
.all .visual::after {
  background: url(../images/bg-cloud.png) no-repeat center bottom/100% auto;
}
@media all and (max-width: 768px) {
  .all .visual::after {
    background: url(../images/bg-cloud.png) no-repeat center bottom/200% auto;
  }
}
.all .visual::after {
  content: "";
  width: 100%;
  height: 21vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .all .visual::after {
    height: 30vw;
  }
}
.all .visual .title {
  width: 34%;
  height: 40.5%;
  top: 19%;
  left: 13.8%;
  position: absolute;
  background: url(../images/text-BG.png) no-repeat top 10% left 25%/94% auto;
}
@media all and (max-width: 768px) {
  .all .visual .title {
    width: 86%;
    height: 22.2%;
    top: 12.2%;
    left: 7.2%;
  }
}
.all .visual .title img {
  position: absolute;
  animation: zoom-title 5s infinite linear;
}
.all .visual .title [class^=titleA] {
  width: 20.3%;
  top: 6.3%;
}
.all .visual .title [class^=titleB] {
  width: 24.8%;
  top: 0;
}
.all .visual .title .titleA01 {
  width: 20.4%;
  left: 0;
}
.all .visual .title .titleA02 {
  left: 16%;
  animation-delay: 0.3s;
}
.all .visual .title .titleB03 {
  width: 23.5%;
  left: 32.9%;
  animation-delay: 0.6s;
}
.all .visual .title .titleB04 {
  left: 54%;
  animation-delay: 0.9s;
}
.all .visual .title .titleB05 {
  left: 74%;
  animation-delay: 1.2s;
}
.all .visual .title .titleB06 {
  left: 8%;
  top: 48%;
  animation-delay: 1.7s;
}
.all .visual .title .titleB07 {
  width: 22.7%;
  left: 29%;
  top: 52%;
  animation-delay: 2s;
}
.all .visual .title .titleA08 {
  left: 48%;
  top: 52.3%;
  animation-delay: 2.3s;
}
.all .visual .title .titleA09 {
  width: 19.7%;
  left: 65%;
  top: 51.2%;
  animation-delay: 2.6s;
}
.all .visual .title .titleA10 {
  width: 19.7%;
  left: 81%;
  top: 51.4%;
  animation-delay: 2.9s;
}
.all .visual .img-group {
  width: 35.8%;
  height: 55%;
  top: 48.6%;
  left: 12.5%;
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .all .visual .img-group {
    width: 90%;
    height: 30%;
    top: 27.2%;
    left: 6.38%;
  }
}
.all .visual .img-group img {
  position: absolute;
}
.all .visual .img-group .img-1 {
  top: 0;
  left: 0;
}
.all .visual .img-group .img-2 {
  width: 8%;
  left: -4%;
  animation: move1 4s infinite linear;
}
@media all and (max-width: 768px) {
  .all .visual .img-group .img-2 {
    left: 0;
  }
}
.all .visual .img-group .img-3 {
  width: 7.5%;
  right: 4%;
  animation: move2 6s infinite linear;
}
@media all and (max-width: 768px) {
  .all .visual .img-group .img-3 {
    right: 8%;
  }
}
.all #form .container {
  padding-top: 70px;
}
@media all and (max-width: 768px) {
  .all #form .container {
    padding-top: 15vw;
  }
}
.all #form h2 {
  color: #315b89;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 500px) {
  .all #form h2 {
    font-size: 8.5vw;
    line-height: 1.5;
    letter-spacing: 2vw;
    margin-bottom: 7vw;
  }
}
.all #form h2::before, .all #form h2::after {
  content: "";
  aspect-ratio: 42/58;
  width: 40px;
  background: url(../images/title-sign.png) no-repeat left 20%/100% auto;
  top: 0;
  position: absolute;
}
@media all and (max-width: 500px) {
  .all #form h2::before, .all #form h2::after {
    width: 6.5vw;
    top: 0.5vw;
  }
}
.all #form h2::before {
  right: -50px;
}
@media all and (max-width: 500px) {
  .all #form h2::before {
    right: -7.5vw;
  }
}
.all #form h2::after {
  left: -50px;
  transform: scaleX(-1);
}
@media all and (max-width: 500px) {
  .all #form h2::after {
    left: -8vw;
  }
}
.all #form h2 span {
  display: none;
}
.all #form h2 div {
  font-size: 30px;
  white-space: nowrap;
  background: linear-gradient(90deg, #315b89, #26b0d7, #315b89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 500px) {
  .all #form h2 div {
    font-size: 7vw;
  }
}
.all #form h2 {
  margin-bottom: 80px;
}
@media all and (max-width: 500px) {
  .all #form h2 {
    font-size: 7.5vw;
    letter-spacing: 0.08vw;
    margin-bottom: 12vw;
  }
  .all #form h2 div {
    font-size: 6.2vw;
  }
}
.all #form .box {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 50% 43%;
  align-items: center;
  gap: 7%;
}
@media all and (max-width: 1024px) {
  .all #form .box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.all #form .box .img-box {
  margin: auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .all #form .box .img-box {
    max-width: 500px;
  }
}
.all #form .box .img-box .img {
  width: 100%;
  display: block;
  position: absolute;
  width: 32%;
  left: 23%;
  top: -8%;
  animation: zoom 2s infinite linear;
}
.all #form .box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media all and (max-width: 500px) {
  .all #form .box ul {
    gap: 4vw;
  }
}
.all #form .box ul li {
  width: 48%;
}
@media all and (max-width: 500px) {
  .all #form .box ul li {
    width: 100%;
  }
}
.all #form .box ul li.single {
  width: 100%;
  text-align: left;
}
.all #form .box #READ {
  text-align: center;
}
.all #form .box #READ span,
.all #form .box #READ a {
  font-size: 18px;
  cursor: pointer;
  color: #333333;
}
@media all and (max-width: 500px) {
  .all #form .box #READ span,
  .all #form .box #READ a {
    font-size: 4.2vw;
  }
}
.all #form .box input[type=text],
.all #form .box input[type=tel],
.all #form .box input[type=email],
.all #form .box select {
  font-size: 20px;
  padding: 20px 25px;
  color: #333333;
  font-weight: normal;
  border: 0px;
  width: 100%;
  border-radius: 50px;
  background-color: #eeeeee;
  -webkit-input-placeholder: #333333;
  outline: none;
}
.all #form .box input[type=text]::-webkit-input-placeholder,
.all #form .box input[type=tel]::-webkit-input-placeholder,
.all #form .box input[type=email]::-webkit-input-placeholder,
.all #form .box select::-webkit-input-placeholder {
  color: #333333;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=text],
  .all #form .box input[type=tel],
  .all #form .box input[type=email],
  .all #form .box select {
    font-size: 5vw;
    padding: 3.8vw 5vw;
  }
}
.all #form .box input[type=checkbox] {
  position: relative;
  width: 22px;
  height: 0;
  top: 1px;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=checkbox] {
    width: 5.5vw;
    top: 0.4vw;
  }
}
.all #form .box input[type=checkbox]::before {
  content: "";
  line-height: 1.4;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #f0f0f0;
  border: 1px solid #0e70cb;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: -20px;
  left: 0;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=checkbox]::before {
    width: 6vw;
    height: 6vw;
    top: -5.5vw;
  }
}
.all #form .box input[type=checkbox]:checked::before {
  content: "✔︎";
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  background-color: #0e70cb;
  border: 1px solid #0e70cb;
}
@media all and (max-width: 500px) {
  .all #form .box input[type=checkbox]:checked::before {
    font-size: 5vw;
    position: absolute;
  }
}
.all #form .box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/angle-down-solid-full.svg) no-repeat center right 12px/15px auto;
  background-color: #eeeeee;
}
.all .feature {
  background: url(../images/map.png) no-repeat center center/120% auto, linear-gradient(180deg, #def6ff, #45cfff);
}
@media all and (max-width: 1280px) {
  .all .feature {
    background: url(../images/map.png) repeat-y center 10%/150% auto, linear-gradient(180deg, #def6ff, #45cfff);
  }
}
@media all and (max-width: 768px) {
  .all .feature {
    background: url(../images/map.png) repeat-y center 3%/500% auto, linear-gradient(180deg, #def6ff, #45cfff);
  }
}
.all .feature {
  border-radius: 100px 100px 0 0;
  padding-bottom: 100px;
}
@media all and (max-width: 500px) {
  .all .feature {
    border-radius: 10vw 10vw 0 0;
    padding-bottom: 10vw;
  }
}
.all .feature h2 {
  color: #315b89;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 500px) {
  .all .feature h2 {
    font-size: 8.5vw;
    line-height: 1.5;
    letter-spacing: 2vw;
    margin-bottom: 7vw;
  }
}
.all .feature h2::before, .all .feature h2::after {
  content: "";
  aspect-ratio: 42/58;
  width: 40px;
  background: url(../images/title-sign.png) no-repeat left 20%/100% auto;
  top: 0;
  position: absolute;
}
@media all and (max-width: 500px) {
  .all .feature h2::before, .all .feature h2::after {
    width: 6.5vw;
    top: 0.5vw;
  }
}
.all .feature h2::before {
  right: -50px;
}
@media all and (max-width: 500px) {
  .all .feature h2::before {
    right: -7.5vw;
  }
}
.all .feature h2::after {
  left: -50px;
  transform: scaleX(-1);
}
@media all and (max-width: 500px) {
  .all .feature h2::after {
    left: -8vw;
  }
}
.all .feature h2 span {
  display: none;
}
.all .feature h2 div {
  font-size: 30px;
  white-space: nowrap;
  background: linear-gradient(90deg, #315b89, #26b0d7, #315b89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 500px) {
  .all .feature h2 div {
    font-size: 7vw;
  }
}
.all .feature ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 3.5%;
}
@media all and (max-width: 1280px) {
  .all .feature ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 1280px) and (max-width: 768px) {
  .all .feature ul {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin: auto;
  }
}
.all .feature ul li {
  border: 3px solid #333333;
  border-top: 0;
  border-radius: 15px;
  overflow: hidden;
  text-align: left;
  position: relative;
  padding-top: 60px;
}
@media all and (max-width: 500px) {
  .all .feature ul li {
    border: 2px solid #333333;
    border-top: 0;
    padding-top: 15vw;
  }
}
.all .feature ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../images/feature-boxTop.png) repeat-x top center/14% auto;
}
@media all and (max-width: 500px) {
  .all .feature ul li::before {
    height: 15vw;
  }
}
.all .feature .box {
  background-color: #fff;
  border: 15px solid #ffdf56;
  border-top: 0;
  height: 100%;
  padding: 15px 20px 30px 30px;
}
@media all and (max-width: 500px) {
  .all .feature .box {
    border: 8px solid #ffdf56;
    border-top: 0;
    padding: 5vw 1vw 8vw 3vw;
  }
}
.all .feature .image-container {
  width: 88%;
  margin: auto;
}
.all .feature h3 {
  color: #0e70cb;
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 5px;
}
@media all and (max-width: 500px) {
  .all .feature h3 {
    font-size: 6vw;
    margin: 0;
  }
}
.all .feature h3::before {
  color: #f46f60;
  content: "✦";
  margin-right: 5px;
}
@media all and (max-width: 500px) {
  .all .feature h3 {
    letter-spacing: 0;
  }
}
.all .feature p {
  color: #333333;
  font-weight: 500;
  font-size: 20px;
}
@media all and (max-width: 500px) {
  .all .feature p {
    font-size: 5vw;
  }
}
.all .video {
  border-radius: 100px;
  background: url(../images/video-BG.webp) no-repeat center center/cover;
  overflow: hidden;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 500px) {
  .all .video {
    border-radius: 10vw;
    margin-top: -10vw;
  }
}
.all .video h2 {
  color: #315b89;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 500px) {
  .all .video h2 {
    font-size: 8.5vw;
    line-height: 1.5;
    letter-spacing: 2vw;
    margin-bottom: 7vw;
  }
}
.all .video h2::before, .all .video h2::after {
  content: "";
  aspect-ratio: 42/58;
  width: 40px;
  background: url(../images/title-sign.png) no-repeat left 20%/100% auto;
  top: 0;
  position: absolute;
}
@media all and (max-width: 500px) {
  .all .video h2::before, .all .video h2::after {
    width: 6.5vw;
    top: 0.5vw;
  }
}
.all .video h2::before {
  right: -50px;
}
@media all and (max-width: 500px) {
  .all .video h2::before {
    right: -7.5vw;
  }
}
.all .video h2::after {
  left: -50px;
  transform: scaleX(-1);
}
@media all and (max-width: 500px) {
  .all .video h2::after {
    left: -8vw;
  }
}
.all .video h2 span {
  display: none;
}
.all .video h2 div {
  font-size: 30px;
  white-space: nowrap;
  background: linear-gradient(90deg, #315b89, #26b0d7, #315b89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 500px) {
  .all .video h2 div {
    font-size: 7vw;
  }
}
.all .video .image-container {
  max-width: 1080px;
  margin: auto;
  border: 4px dashed #333333;
  border-radius: 60px;
  cursor: pointer;
}
@media all and (max-width: 1400px) {
  .all .video .image-container {
    max-width: 80%;
  }
}
@media all and (max-width: 500px) {
  .all .video .image-container {
    width: 92%;
    max-width: 100%;
    margin: 0;
    border: 2px dashed #333333;
    border-radius: 5vw;
  }
}
.all .video .image-container img {
  border: 10px solid #ffffff;
  display: flex;
  border-radius: 60px;
}
@media all and (max-width: 500px) {
  .all .video .image-container img {
    border: 4px solid #ffffff;
    border-radius: 5vw;
  }
}
.all .video .image-container::after {
  content: "";
  width: 98%;
  height: 97%;
  display: table;
  border-radius: 50px;
  top: 1.5%;
  left: 1%;
  position: absolute;
  z-index: 1;
  background: url(../images/video-play.svg) no-repeat center center/auto 60px;
  background-color: rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 500px) {
  .all .video .image-container::after {
    background: url(../images/video-play.svg) no-repeat center center/auto 10vw;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5vw;
  }
}
.all .video .image-container::before {
  content: "";
  width: 24%;
  aspect-ratio: 263/517;
  background: url(../images/video-img.webp) no-repeat center center/100% auto;
  right: -13%;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.all .video .image-container:hover::after {
  background-color: rgba(0, 0, 0, 0);
}
.all .video .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #ddd;
  display: block;
  position: relative;
}
.all .video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.all .video .popup-video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
  padding: 70px 0 30px;
  overflow-x: auto;
  box-sizing: border-box;
  display: none;
}
@media all and (max-width: 768px) {
  .all .video .popup-video {
    padding: 25vh 0 5vh;
  }
}
.all .video .popup-video .close-popup {
  display: block;
  width: 25px;
  height: 25px;
  top: -30px;
  right: 0;
  position: absolute;
  background: url(https://www.soeasyedu.com.tw/2025/images/i-menu-close-w.svg) no-repeat center center/100% auto;
  z-index: 999;
  cursor: pointer;
}
.all .video .popup-video .popup-box {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media all and (max-width: 768px) {
  .all .video .popup-video .popup-box {
    width: 95%;
  }
}
.all .video .popup-video .popup-box iframe {
  border: 0;
}
.all .courses {
  background: url(../images/bg-cloud.png) no-repeat center bottom/100% auto, url(../images/map.png) no-repeat center center/120% auto, linear-gradient(180deg, #def6ff, #45cfff 99%, #fff 100%);
}
@media all and (max-width: 1280px) {
  .all .courses {
    background: url(../images/bg-cloud.png) no-repeat center bottom/150% auto, url(../images/map.png) repeat-y center 10%/150% auto, linear-gradient(180deg, #def6ff, #45cfff 99%, #fff 100%);
  }
}
@media all and (max-width: 768px) {
  .all .courses {
    background: url(../images/bg-cloud.png) no-repeat center bottom/200% auto, url(../images/map.png) repeat-y center 3%/500% auto, linear-gradient(180deg, #def6ff, #45cfff 99%, #fff 100%);
  }
}
.all .courses {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 5vw;
}
@media all and (max-width: 1280px) {
  .all .courses {
    padding-bottom: 10vw;
  }
}
@media all and (max-width: 1280px) and (max-width: 500px) {
  .all .courses {
    margin-top: -10vw;
    padding-top: 10vw;
  }
}
.all .courses h2 {
  color: #315b89;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 50px;
  display: inline-block;
}
@media all and (max-width: 500px) {
  .all .courses h2 {
    font-size: 7.5vw;
    line-height: 1.5;
    letter-spacing: 1vw;
    margin-bottom: 7vw;
  }
}
.all .courses h2::before, .all .courses h2::after {
  color: #f46f60;
  content: "✦";
}
.all .courses h2::before {
  margin-right: 8px;
}
@media all and (max-width: 500px) {
  .all .courses h2::before {
    margin-right: 2vw;
  }
}
.all .courses h2::after {
  margin-left: 8px;
}
@media all and (max-width: 500px) {
  .all .courses h2::after {
    margin-left: 2vw;
  }
}
.all .courses ul {
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
  gap: 4%;
}
@media all and (max-width: 1680px) {
  .all .courses ul {
    gap: 3%;
  }
}
@media all and (max-width: 1450px) {
  .all .courses ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media all and (max-width: 1100px) {
  .all .courses ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media all and (max-width: 680px) {
  .all .courses ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.all .courses li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-top: 20px;
  padding-bottom: 90px;
}
@media all and (max-width: 500px) {
  .all .courses li {
    padding-top: 0;
    padding-bottom: 25vw;
  }
}
@media all and (max-width: 500px) and (max-width: 280px) {
  .all .courses li {
    padding-bottom: 10vw;
  }
}
.all .courses .image-container {
  aspect-ratio: 2/1;
  position: relative;
  display: flex;
  border: 2px solid #333333;
  border-bottom: 0;
}
.all .courses .image-container::before {
  content: "";
  width: 40px;
  aspect-ratio: 35/40;
  background: url(../images/courses-signTop.png) no-repeat center center/auto 100%;
  display: block;
  z-index: 2;
  top: -10%;
  left: calc(50% - 20px);
  position: absolute;
}
@media all and (max-width: 500px) {
  .all .courses .image-container::before {
    width: 10%;
    left: 45%;
  }
}
.all .courses h3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 25px;
  background: linear-gradient(to top, rgba(7, 77, 154, 0.9), rgba(0, 171, 223, 0.5), rgba(18, 255, 247, 0));
}
@media all and (max-width: 500px) {
  .all .courses h3 {
    font-size: 9vw;
    letter-spacing: 1vw;
    padding-top: 5vw;
  }
}
.all .courses p {
  color: #333333;
  font-weight: 500;
  font-size: 20px;
}
@media all and (max-width: 500px) {
  .all .courses p {
    font-size: 5vw;
  }
}
.all .courses p {
  font-weight: 600;
  padding: 15px;
  background-color: #fff;
  position: relative;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
}
@media all and (max-width: 280px) {
  .all .courses p {
    border-bottom: 2px solid #333333;
  }
}
.all .courses p::before, .all .courses p::after {
  content: "";
  height: 50px;
  position: absolute;
  z-index: 3;
  bottom: -50px;
}
@media all and (max-width: 280px) {
  .all .courses p::before, .all .courses p::after {
    content: none;
  }
}
.all .courses p::before {
  width: calc(100% - 46px);
  left: -2px;
  background-color: #fff;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.all .courses p::after {
  width: 100%;
  background: url(../images/courses-signUnder.png) no-repeat bottom right/auto 100%;
  right: -2px;
}
.all .courses p span {
  display: block;
  border-bottom: 3px dotted #d3f4ff;
  margin-top: 8px;
}
.all .stories h2 {
  color: #315b89;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 50px;
  display: inline-block;
}
@media all and (max-width: 500px) {
  .all .stories h2 {
    font-size: 7.5vw;
    line-height: 1.5;
    letter-spacing: 1vw;
    margin-bottom: 7vw;
  }
}
.all .stories h2::before, .all .stories h2::after {
  color: #f46f60;
  content: "✦";
}
.all .stories h2::before {
  margin-right: 8px;
}
@media all and (max-width: 500px) {
  .all .stories h2::before {
    margin-right: 2vw;
  }
}
.all .stories h2::after {
  margin-left: 8px;
}
@media all and (max-width: 500px) {
  .all .stories h2::after {
    margin-left: 2vw;
  }
}
@media all and (max-width: 500px) {
  .all .stories h2 {
    font-size: 7vw;
    letter-spacing: 0.3vw;
  }
}
.all .stories .container {
  max-width: 85%;
}
@media all and (max-width: 1680px) {
  .all .stories .container {
    max-width: 90%;
  }
}
@media all and (max-width: 1130px) {
  .all .stories .container {
    max-width: 600px;
  }
}
@media all and (max-width: 500px) {
  .all .stories .container {
    padding-top: 15vw;
  }
}
.all .stories .owl-carousel {
  width: calc(100% - 1px);
  position: relative;
  margin-bottom: 120px;
}
.all .stories .owl-carousel .owl-stage-outer {
  padding-top: 35px;
}
.all .stories .owl-carousel .owl-nav span {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  width: 100px;
  height: 70px;
  line-height: 65px;
  background-color: #3e8dd5;
  display: block;
}
@media all and (max-width: 1680px) {
  .all .stories .owl-carousel .owl-nav span {
    width: 3.5vw;
  }
}
.all .stories .owl-carousel .owl-nav span:focus {
  outline: none;
}
.all .stories .owl-carousel .owl-prev,
.all .stories .owl-carousel .owl-next {
  top: 28%;
  position: absolute;
}
.all .stories .owl-carousel .owl-next {
  right: -9%;
}
@media all and (max-width: 1680px) {
  .all .stories .owl-carousel .owl-next {
    right: -5.5vw;
  }
}
.all .stories .owl-carousel .owl-next span {
  text-align: left;
  padding-left: 30px;
  border-radius: 35px 0 0 35px;
}
@media all and (max-width: 1680px) {
  .all .stories .owl-carousel .owl-next span {
    padding-left: 15px;
  }
}
.all .stories .owl-carousel .owl-prev {
  left: -9%;
}
@media all and (max-width: 1680px) {
  .all .stories .owl-carousel .owl-prev {
    left: -5.5vw;
  }
}
.all .stories .owl-carousel .owl-prev span {
  text-align: right;
  padding-right: 30px;
  border-radius: 0 35px 35px 0;
}
@media all and (max-width: 1680px) {
  .all .stories .owl-carousel .owl-prev span {
    padding-right: 15px;
  }
}
.all .stories .owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 80px;
}
.all .stories .owl-carousel .owl-dots span {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  display: block;
  background-color: #eee;
}
@media only screen and (max-width: 768px) {
  .all .stories .owl-carousel .owl-dots span {
    width: 10px;
    height: 10px;
  }
}
.all .stories .owl-carousel .owl-dots .active span {
  background-color: #0e70cb;
}
@media only screen and (max-width: 1280px) {
  .all .stories .owl-carousel .owl-nav {
    display: none;
  }
}
.all .stories .item {
  margin: auto;
  padding: 25px 35px 20px 40px;
  border: 3px solid transparent;
  border-radius: 50px;
  text-align: left;
  background: linear-gradient(to bottom, #fff089 0%, #ffffff 50%) padding-box, linear-gradient(to bottom, #333333 0%, #ffffff 70%) border-box;
}
@media all and (max-width: 500px) {
  .all .stories .item {
    padding: 8vw 3vw 0 5vw;
    border: 2px solid transparent;
    border-radius: 10vw;
  }
}
.all .stories .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: -35px;
  left: 0;
  background: url(../images/stories-img.png) no-repeat center bottom/auto 100%;
}
.all .stories .info {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 20px;
}
@media all and (max-width: 500px) {
  .all .stories .info {
    gap: 3%;
  }
}
.all .stories .image-container {
  max-width: 136px;
}
@media all and (max-width: 500px) {
  .all .stories .image-container {
    width: 25%;
  }
}
.all .stories h3 {
  color: #0e70cb;
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 5px;
}
@media all and (max-width: 500px) {
  .all .stories h3 {
    font-size: 6vw;
    margin: 0;
  }
}
.all .stories h3 {
  line-height: 1.5;
}
.all .stories p {
  color: #333333;
  font-weight: 500;
  font-size: 20px;
}
@media all and (max-width: 500px) {
  .all .stories p {
    font-size: 5vw;
  }
}

#go-position {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  right: 2px;
  bottom: 4px;
  transition: 0.3s;
  display: none;
  position: fixed;
  background-color: #0e70cb;
  cursor: pointer;
  z-index: 99;
}
#go-position::before {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.1;
  content: "立即\a登記\a";
  white-space: pre;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 2px;
}
#go-position:hover {
  bottom: 6px;
  transition: 0.3s;
  background-color: #26b0d7;
}
@media all and (max-width: 500px) {
  #go-position {
    width: 54px;
    height: 54px;
    right: 0;
  }
  #go-position::before {
    font-size: 15px;
  }
}

#top_ifram iframe {
  z-index: 900;
  overflow: visible;
  height: 280px;
  width: 100%;
  margin-bottom: -219px;
  border: 0 none;
  position: relative;
}

footer {
  background-color: #5d379d;
}
footer .respIframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}/*# sourceMappingURL=basic.css.map */