@charset "UTF-8";
.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

html {
  font-size: 1rem;
}

body {
  font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
  color: #343a40;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.35s;
}
a:hover, a:focus a:active {
  text-decoration: none;
}

.for-mobile-lg {
  display: none !important;
}
@media (max-width: lg px) {
  .for-mobile-lg {
    display: block !important;
  }
}

@media (max-width: lg px) {
  .for-desk-lg {
    display: none !important;
  }
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: 1.125rem;
}
@media (max-width: lg px) {
  p {
    font-size: 1rem;
  }
}

.rel {
  position: relative;
  display: inline-block;
}

#canvas {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 1;
}

.btn {
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #ec6941;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
  letter-spacing: 2px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 40px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .btn {
    font-size: 18px;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}

.btn:hover,
.btn:focus {
  box-shadow: none;
  transform: translate3D(0, 4px, 0);
  background-color: #e74e20;
  color: #fff;
}

.fa-angle-right {
  animation: rightanime 1s linear infinite;
}

.btn i {
  margin-left: 6px;
  color: #fff;
  font-size: 1.5rem;
}

hr {
  border-bottom: 1px solid #e9ecef;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 4px 0;
}

.ANT {
  transition: all 0.4s;
}

.pre {
  display: inline-block;
}
@media (max-width: sm px) {
  .pre {
    display: block;
  }
}

.clear {
  clear: both;
}

.CENTER {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}

.WRAPPER {
  margin: 0 auto;
  position: relative;
  background: #e2f0ff;
}

.CONTENT {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.mainTitle {
  position: relative;
  color: #00122b;
  padding: 15px;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  .mainTitle {
    font-size: 1.875rem;
  }
}

#GOTOP {
  background-image: url(../images/gotop.png);
  right: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9999;
  position: fixed;
}

.bannerBox {
  display: block;
  overflow: hidden;
  position: relative;
}
.bannerBox .banner {
  background-image: url(../images/bg_pc.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: 9s 0.2s ease-out forwards fvImg;
  height: 780px;
}
@media (max-width: 991px) {
  .bannerBox .banner {
    height: 680px;
  }
}
@media (max-width: 667px) {
  .bannerBox .banner {
    height: 580px;
  }
}
@media (max-width: 576px) {
  .bannerBox .banner {
    height: 480px;
  }
}
@media (max-width: 428px) {
  .bannerBox .banner {
    height: 380px;
  }
}
@media (max-width: 320px) {
  .bannerBox .banner {
    height: 280px;
  }
}
@keyframes fvImg {
  0% {
    scale: 1.1;
  }
  to {
    scale: 1;
  }
}
.bannerBox .top-title-slogan {
  animation: swing 1s both 0.6s;
}
.bannerBox .textBox {
  position: absolute;
  text-align: center;
  width: 100%;
  height: auto;
  top: 100px;
}
@media (max-width: 1200px) {
  .bannerBox .textBox {
    top: 50px;
  }
}
@media (max-width: 576px) {
  .bannerBox .textBox {
    top: 30px;
  }
}
@media (max-width: 428px) {
  .bannerBox .textBox {
    top: 50px;
  }
}
@media (max-width: 320px) {
  .bannerBox .textBox {
    top: 30px;
  }
}
.bannerBox .textBox h1 img {
  padding: 15px;
}
.bannerBox .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 10.563rem;
}
@media (max-width: 1200px) {
  .bannerBox .logo {
    width: 10.563rem;
  }
}
@media (max-width: 767px) {
  .bannerBox .logo {
    top: 20px;
    left: 20px;
    width: 6.563rem;
  }
}
@media (max-width: 428px) {
  .bannerBox .logo {
    top: 10px;
    left: 10px;
    width: 5.563rem;
  }
}
@media (max-width: 320px) {
  .bannerBox .logo {
    width: 3.563rem;
  }
}

/*from*/
.FORM {
  display: block;
  width: 100%;
  background-color: #849ab5;
  overflow: hidden;
  padding: 4% 0;
  background-image: url(../images/bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .FORM {
    padding: 8% 0;
  }
}
@media (max-width: 428px) {
  .FORM {
    padding: 15% 0 15%;
  }
}
.FORM .container {
  max-width: 1000px;
}
.FORM .freecard {
  text-align: center;
}
.FORM .freecard img {
  width: 80%;
  margin-bottom: 20px;
}
.FORM .INP_A_2 {
  width: 100%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif;
  color: #495057;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
  border-bottom: 1px solid #2b2b29;
  min-height: 70px;
  padding: 10px;
}
.FORM .INP_A_2 :focus {
  outline: 0;
}
.FORM .FREE_TEXT {
  margin: 30px auto;
}
.FORM .FREE_TEXT p {
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .FORM .FREE_TEXT p {
    text-align: left;
  }
}
.FORM .FREE_TEXT .FREE01 {
  margin: 0 auto;
  width: 100%;
}
.FORM .FREE_TEXT .FREE01 p {
  display: block;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .FORM .FREE_TEXT .FREE01 p {
    text-align: left;
  }
}
.FORM #FROM_B {
  margin: 15px;
  text-align: center;
}
.FORM #FROM_B #FROM {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .FORM #FROM_B #FROM {
    width: 100%;
  }
}
.FORM #FROM_B #FROM span {
  line-height: 1.4;
}
.FORM #FROM_B #FROM #NAME {
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}
.FORM #FROM_B #FROM #PHONE {
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}
.FORM #FROM_B #FROM #DISCOUNT {
  text-align: left;
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}
.FORM #FROM_B #FROM .Remark {
  margin-left: 10px;
  color: #fff;
  background-color: #ea0505;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 12px;
  display: inline-block;
}
@media (max-width: sm px) {
  .FORM #FROM_B #FROM .Remark {
    margin-left: 2px;
  }
}
.FORM #FROM_B #FROM #EMAIL,
.FORM #FROM_B #FROM #CLASS,
.FORM #FROM_B #FROM #GIFT,
.FORM #FROM_B #FROM #SESSION {
  width: 98%;
  height: auto;
  margin: 1%;
}
.FORM #FROM_B #FROM #CITY {
  width: 48%;
  height: auto;
  margin: 1%;
}
.FORM #FROM_B #FROM #SCHOOL {
  width: 48%;
  height: auto;
  margin: 1%;
}
.FORM #FROM_B #FROM #ddl_city_no {
  text-align: center;
}
.FORM #FROM_B #FROM #ddl_area_no {
  text-align: center;
}
.FORM #FROM_B #FROM #BUT {
  height: 55px;
  line-height: 55px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #ec6941;
  transition: all 0.2s ease-in-out;
  letter-spacing: 3px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
@media (max-width: 428px) {
  .FORM #FROM_B #FROM #BUT {
    width: 90%;
  }
}
.FORM #FROM_B #FROM #BUT:hover {
  box-shadow: none;
  transform: translate3D(0, 4px, 0);
  background-color: #9e4226;
  color: #fff;
}
.FORM #FROM_B #FROM #BUT .B {
  font-size: 24px;
}
.FORM #FROM_B #FROM #BUT i {
  margin-left: 6px;
  margin-top: 10px;
  color: #333333;
  font-size: 1.5rem;
}
.FORM #FROM_B #FROM #BUT .fa-angle-right {
  position: absolute;
  animation: rightanime 1s linear infinite;
}
@keyframes rightanime {
  50% {
    transform: translateY(10px);
    opacity: 1.1;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
  }
}
.FORM #FROM_B #FROM #BUT .fas {
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.FORM #FROM_B #FROM #READ {
  float: left;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #00122b;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.FORM #FROM_B #FROM #READ span {
  position: relative;
  padding-left: 2px;
}
.FORM #FROM_B #FROM #READ a {
  font-size: 15px;
  font-weight: 400;
  color: #495057;
  text-decoration: underline;
}
.FORM #FROM_B #FROM #READ .CHBOX {
  min-width: 20px;
  min-height: 20px;
  vertical-align: sub;
}
.FORM #FROM_B #FROM #READ input[type=checkbox] {
  display: none;
}
.FORM #FROM_B #FROM #READ label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #1A5FE8;
  position: relative;
  top: 0;
  left: 0px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.FORM #FROM_B #FROM #READ label input[type=checkbox]:checked + span::after {
  transform: rotate(0deg);
  transition: 0.5s;
  opacity: 1;
  color: #1a5fe8;
}
.FORM #FROM_B #FROM #READ label input[type=checkbox] + span::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #1a5fe8;
  position: absolute;
  left: 5px;
  top: -3px;
  transform: rotate(360deg);
  transition: 0.5s;
  opacity: 0;
}
.FORM #FROM_B #FROM .INP_A {
  width: 100%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif;
  color: #495057;
  height: 36px;
  line-height: 36px;
  max-height: 36px;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
  border-bottom: 1px solid #2b2b29;
}
.FORM #FROM_B #FROM .INP_A :focus {
  outline: 0;
}
.FORM #FROM_B #FROM .INP_B {
  width: 30%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif;
  color: #495057;
  height: 36px;
  line-height: 36px;
  max-height: 36px;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
}
.FORM #FROM_B #FROM .INP_B :focus {
  outline: 0;
}
@media (max-width: 768px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 38%;
  }
}
@media (max-width: sm px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 38%;
  }
}
@media (max-width: 414px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 38%;
  }
}
@media (max-width: xs px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 26%;
  }
}

/*CONTENT1*/
.CONTENT1 {
  position: relative;
  overflow: hidden;
  padding: 4% 20px;
  background: #e2f0ff;
}
.CONTENT1 .C1TBox {
  justify-content: left;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .CONTENT1 .C1TBox {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .CONTENT1 .C1TBox {
    display: none;
  }
}
.CONTENT1 span {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 88%;
  font-size: 1.875rem;
  font-weight: bold;
  color: #00122b;
  justify-content: left;
  align-items: center;
}
.CONTENT1 p {
  text-align: justify;
  font-size: 1.25rem;
  color: #2b2b29;
  line-height: 35px;
  margin-bottom: 0;
}
.CONTENT1 ul {
  list-style: unset;
  padding-left: 22px;
  margin-bottom: 30px;
}
.CONTENT1 ul li {
  text-align: justify;
  font-size: 1.25rem;
  color: #2b2b29;
  line-height: 35px;
}

/*.CONTENT2 */
.CONTENT2 {
  position: relative;
  overflow: hidden;
  padding: 4% 0;
  background: #e2f0ff;
}
@media (max-width: 992px) {
  .CONTENT2 {
    padding: 8% 0;
  }
}
@media (max-width: 576px) {
  .CONTENT2 {
    padding: 12% 0 18%;
  }
}
.CONTENT2 .row {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .CONTENT2 .row {
    margin-bottom: 20px;
  }
}
@media (max-width: 428px) {
  .CONTENT2 .row {
    margin-bottom: 10px;
  }
}
.CONTENT2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .CONTENT2 h2 {
    font-size: 1.875rem;
  }
}
.CONTENT2 h3 {
  text-align: justify;
  font-size: 1.25rem;
  color: #00122b;
  line-height: 35px;
  margin-bottom: 30px;
}
.CONTENT2 .contentsub {
  display: block;
  overflow: hidden;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
  background-color: #ec6941;
  padding: 15px;
  text-align: center;
  width: 98%;
  margin: 0 1%;
  margin-bottom: 15px;
}
.CONTENT2 .sub {
  display: block;
  overflow: hidden;
  width: 94%;
  cursor: pointer;
  color: #00122b;
  margin: 3%;
  margin-bottom: 15px;
}
.CONTENT2 .sub:hover {
  color: #0000ff;
  font-weight: bold;
}
.CONTENT2 .subname {
  float: left;
  width: 30%;
  font-size: 1.25rem;
  background-color: #fff;
  text-align: center;
  padding: 5px;
}
.CONTENT2 .subtitle {
  float: left;
  width: 69%;
  font-size: 1.25rem;
  padding: 5px 15px;
}
.CONTENT2 .classBox {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.CONTENT2 .classBox p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1166b1;
  line-height: 1.1;
  margin-bottom: 5px;
}
.CONTENT2 .classBox p span {
  font-size: 1rem;
  font-weight: 400;
  color: #00122b;
}
.CONTENT2 .classBox h4 {
  font-size: 1.25rem;
  color: #00122b;
  line-height: 35px;
  text-align: justify;
}
.CONTENT2 .classBox img {
  padding: 0 15px 15px 15px;
}
.CONTENT2 .classBox .subBox {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.CONTENT2 .classBox .subBox .top {
  width: 100%;
  height: 40px;
  font-size: 1.25rem;
  color: #00122b;
  line-height: 35px;
  text-align: center;
}
.CONTENT2 .classBox .subBox .top img {
  width: 8%;
  margin-right: 5px;
  padding: 0 !important;
}
.CONTENT2 .classBox .subBox .subColor {
  height: 300px;
  background-color: #f1f8ff;
  font-size: 1.25rem;
  color: #00122b;
  line-height: 35px;
  margin: 15px;
  padding: 15px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .CONTENT2 .classBox .subBox .subColor {
    height: 420px;
  }
}
@media (max-width: 991px) {
  .CONTENT2 .classBox .subBox .subColor {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .CONTENT2 .classBox .subBox .subColor {
    height: auto;
    margin: 15px 0;
  }
}/*# sourceMappingURL=layout.css.map */