/* CSS Document */
* {
  position: relative;
}
body {
  background-color: #1a012b;
  width: 100vw;
  overflow-x: hidden;
}
body .wrap, input, select {
  font-family: 'Noto Sans TC', 'Noto Serif TC', 'LiHei Pro', 'Microsoft JhengHei UI', '微軟正黑體', sans-serif;
  font-weight: 400;
  color: #2a2a2a;
	line-height: 1.5 !important;
}
.wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
.ClickTitle {
  width: 100%;
  height: 74px;
  display: block;
  z-index: 999;
  position: relative;
}
/* 共用 ======================== */
h3 {
  font-size: 21px;
  font-weight: 800;
  color: #1a2027;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a2027;
}
h5 {
  font-size: 15px;
  font-weight: 500;
  color: #1a2027;
  letter-spacing: 0.5px;
}
p {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.gotoTop {
  z-index: 99;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.board-top::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(80% - 65px);
  background-color: #f56666;
}
.board-top::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 300px;
  border-radius: 320px / 150px;
  background-color: #f56666;
}
.box-title {
  padding: 0.5% 0 2%;
}
.box-title h2 {
  width: 100%;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 54px;
  justify-content: center /*	text-shadow: 3px 0 0 10px #000;*/
}
.box-title h2::before, .box-title h2::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 4px #000;
  text-stroke: 4px #000;
  text-shadow: 4px 4px 3px #000;
}
/* 背景 ======================== */
.layout-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.layout-bg02 {
  position: fixed;
  width: 641px;
  height: 100%;
  top: 0;
  left: 50%;               
  transform: translateX(-50%); 
  text-align: center;
  overflow: hidden;
  background-image: url(../images/bgpic.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto;
}

.light {
  position: fixed;
	width: 100%;
	height: 100%;
    top: 0;
  left: 0;
	background-image: url("../images/up-light.png");
	background-size: cover;
	background-position: center 0;
	background-repeat: repeat-y;
	animation: light-down 20s infinite linear;
}
/*------010101動畫-------*/
@keyframes light-down {
	0% {
		background-position: center 0;
	}
	100% {
		background-position: center 4000px;
	}
}
@keyframes run {
	0% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(-10%,0);
	}
}
@keyframes arrow {
	0% {
		transform: translate(0,0);
	}
	50% {
		transform: translate(6px,0);
	}
	100% {
		transform: translate(0,0);
	}
}
@keyframes flow {
	0% {
		transform: translate(0,0);
	}
	50% {
		transform: translate(0,-10%);
	}
	100% {
		transform: translate(0,0);
	}
}
/*------010101動畫end-------*/

/* Responsive design */
@media (max-width: 768px) {
  .meteor-container {
    max-width: 90vw;
    height: 20rem;
    padding: 3rem;
  }
}
/* Additional meteor variants for more visual interest */
.meteor.bright {
  background: linear-gradient(90deg, #fff, transparent);
}
.meteor.bright::before {
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 1), transparent);
}
.meteor.dim {
  background: linear-gradient(90deg, #9ca3af, transparent);
}
.meteor.dim::before {
  background: linear-gradient(90deg, transparent, rgba(156, 163, 175, 0.6), transparent);
}
/* 主視覺 ======================== */
.main {
  z-index: 1;
  width: 100%;
  max-width: 640px;
  height: 580px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  background-repeat: repeat-y;
  background-image:url("../images/bgpic.jpg");
  /*	box-shadow: 2px 0 5px 2px rgba(161, 66, 42, 0.3);*/
}

.line-container {
  position: relative;
  text-align: center; 
}

.line01 {
  position: absolute;
  display: block; 
  margin: 0 auto; 
  max-width: 100%;
}

.line02{
  display: block; 
  margin: 0 auto; 
  max-width: 100%;
  top:550px;
}

.toplight{
    position: absolute;
    width: 155%;
    margin: auto;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
    right: -172px;
    top: -70px;
}

.lockvd{
  width: 100%;
  margin: auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  right: 0px;
  top: 9px;
}

.main-box {
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.title-box .sub1 i{
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 40px;
  top: 57px;
}

.title-box {
/*  width: max-content;*/
  width: 640px;
  height: 200px;
  position: absolute;
}

.title-box .main-title {
  top: 50px;
  z-index: 10;
}

.title-box .sub {
  top: 58px;
}

.main-board {
  position: absolute;
  width: 100%;
  max-width: 640px;
  height: auto;
  bottom: 0;
  padding-top: 0px;
  top: 210px;
}

.main-board .board-box {
  z-index: 1;
  width: 100%;
}

.main-board .sub h3{
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 40px;
  right: 150px;
  top: -3px;
}

.main-board .sign {
  position: absolute;
  top: 8px;
  right: 378px;
}

.main-board .icon-box {
 width: 100%;
 display: flex;
 justify-content: center;
 flex-direction: column;
 left: 60px;
}

.main-board .icon-card {
  width: 189px;
  height: 70px;
  display: flex;
  margin: 1px 0px;
  justify-content: center;
}

.main-board .icon-card img.icon {
  margin: auto 8px auto 0;
}

.icon-box .icon-card:nth-of-type(1) {
  background-image: url(../images/icon01.png);
}
.icon-box .icon-card:nth-of-type(2) {
  background-image: url(../images/icon02.png);
}
.icon-box .icon-card:nth-of-type(3) {
  background-image: url(../images/icon03.png);
}
.main-board .icon-card img.icon {
  margin: auto 8px auto 0;
}
.main-board .icon-card h3 {
  font-weight: 600;
  color: #fffa6f;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  top: 17.5px;
  left: 7.8px;
}

.avatar1{
  position: absolute;
  top: 360px;
  right: 7px;
}

.avatar1 img{
  width: 96%;
}


/* highlight ======================== */

.highlight {
  z-index: 1;
  width: 100%;
  left: -1px;
  max-width: 643px;
  height: 920px;
  margin: auto;
  text-align: center;
  /*	box-shadow: 2px 0 5px 2px rgba(161, 66, 42, 0.3);*/
}

.highlight h2{
  width: 100%;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 54px;
  justify-content: center /*	text-shadow: 3px 0 0 10px #000;*/
}

.light-box {
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.light-box .box-title{
  height: 170px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/careetitlerbg.png);
  background-position: center top;
}

.box-title h4{
  width: 100%;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}

.points{
	margin-top: -20px;
}

.point01{
  width: 640px;
  margin: 35px 0 0 0;
}

.light-sub {
  max-width: 486px;
  width: 100%;
  margin: 35px auto 50px;
  display: inline-block;
}
/* class ======================== */
.class {
  z-index: 1;
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/classbg.png);
  margin-bottom: 50px;
}

.class .board-top {
  padding-top: 10px;
}
.class .box-title h2{
  width: 100%;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 54px;
  justify-content: center /*	text-shadow: 3px 0 0 10px #000;*/
}

.class .box-title {
  padding: 4% 0 10%;
  margin-bottom: 20px;
}
/*-------class01--------*/
.class .class01{
  width: 640px;
  height: 300px;
  padding-right: 20px;
}

.info-section {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
  gap: 10px;
}

.info-left img {
  width: 240px;
  border-radius: 20px;
}

.info-right {
  text-align: left;
  max-width: 500px;
}

.info-right h2 {
  font-size: 24px;
  font-weight: 800;
  color: #d555ff;
}

.subtitle {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}

.content-box{
  top: -5px;
}

.content-box ul {
  list-style-type: disc; /* 使用●符號 */
  padding-left: 20px;    /* 留出左側縮排 */
  margin: 0;
}

.content-box li{
  font-size: 15px;
}

.content-box h3 {
  background-color: #d555ff;
  color: #fff;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  line-height: 20px;
}

/*-------class01 end--------*/

/*-------class02--------*/
.class .class02{
  width: 640px;
  margin-top: 30px;
  height: 315px;
}

.class02 .info-right h2  {
  font-size: 23px;
}
.class02 .info-right h2 span {
  font-size: 19px;
  letter-spacing: -1.2px;
}

/*-------class02 end--------*/

/*-------class03--------*/
.class .class03{
  width: 640px;
  margin-top: 30px;
  height: 370px;
  padding-left: 21px;
}

.class03 .info-right h2  {
  font-size: 22px;
	
}
.class03 .info-right h2 span {
  font-size: 18px;
  letter-spacing: -1.5px;
}
/*-------class03 end--------*/

.class .slick-class img {
  margin: auto;
/*  width: 100%;*/
}
.class .slick-dots {
  top: 285px;
  bottom: auto;
}
.class .slick-next {
  top: 150px;
  height:50px; 
  bottom: auto;
  right: 15px;
  background-repeat: no-repeat;
  background-image: url("../images/arrowright.png");
}

.slick-next:before{
  content: none;
}
.slick-prev:before{
  content: none;
}

.class .slick-prev {
  top: 150px;
  height:50px;
  bottom: auto;
  left: 15px;
  background-repeat: no-repeat;
  background-image: url("../images/arrowleft.png");
	z-index: 999;
}
.class .slick-dots li {
  width: 10px;
  height: 50px;
  margin: 0 10px 0 0;
}

/* salary ======================== */
.salary {
  z-index: 1;
  width: 100%;
  max-width: 640px;
  height: 692px;
  margin: auto;
  text-align: center;
}

.six{
	margin-bottom: 10px;
}

.salary .box-title{
  height: 140px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/salarytitlebg.png);
  background-position: center top;
}

.salary .box-title {
  padding: 1% 0 5%;
}

.salary .box-title h2{
  width: 100%;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 54px;
  justify-content: center /*	text-shadow: 3px 0 0 10px #000;*/
}

.salary-sub {
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
  top: 35px;
  display: inline-block;
}

/* infor ======================== */
.infor {
  z-index: 1;
  height: 1160px;
  width: 100%;
  max-width: 640px;
  margin: auto;
  text-align: center;
}

.infor .box-title{
  height: 140px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/salarytitlebg.png);
  background-position: center top;
}

.infor .box-title h2{
  width: 100%;
  font-size: 35.5px;
  letter-spacing: -0.5px;
  font-weight: 800;
  color: #fff;
  line-height: 54px;
  justify-content: center /*	text-shadow: 3px 0 0 10px #000;*/
}

.infor .box-title {
  padding: 4.2% 0 5%;
}

.infor-box01 {
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
}

/*------課程亮點------*/

.course {
  width: 640px;
  top: 10px;
  margin-bottom:30px; 
}

.course .pic{
  margin: 10px 0 20px 0;
}

.course-highlight {
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  border-radius: 20px;
}

.course-highlight h2 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(../images/course.png);
  background-position: center;
  margin-bottom: 10px;
}

.highlight-top img {
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.highlight-bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
}

.highlight-box {
  padding: 5px;
  width: 180px;
  height: 180px;
  text-align: center;
  margin: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/course04.png);
}

.highlight-box h3 {
  background-color: #3df4ff;
  color: #221345;
  width: 135px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 49px;
  top: 40px;
  left: 20px;
}

.highlight-box p {
  color: #fff;
  line-height: 1.6;
  font-size: 15px;
}

.highlight-box2 {
  padding: 5px;
  width: 180px;
  height: 180px;
  text-align: center;
  margin: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/course05.png);
}

.highlight-box2 h3 {
  background-color: #3df4ff;
  color: #221345;
  width: 135px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 49px;
  top: 40px;
  left: 20px;
}

.highlight-box2 p {
  color: #fff;
  line-height: 1.6;
  font-size: 15px;
}

.highlight-box3 {
  padding: 5px;
  width: 180px;
  height: 180px;
  text-align: center;
  margin: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/course06.png);
}

.highlight-box3 h3 {
  background-color: #3df4ff;
  color: #221345;
  width: 135px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 49px;
  top: 40px;
  left: 20px;
}

.highlight-box3 p {
  color: #fff;
  line-height: 1.6;
  font-size: 15px;
}

/*------課程亮點 end------*/

/*------獨家優勢------*/
.advantages {
  width: 640px;
  top: 10px;
}

.advantages .pic{
  margin: 10px 0 20px 0;
}

.feature-section{
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  border-radius: 20px;
}

.feature-section h2 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(../images/course.png);
  background-position: center;
  margin-bottom: 10px;
}

.feature-top img {
   width: 100%;
  max-width: 900px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
}

.feature-box {
  padding: 20px;
  width: 250px;
  position: relative;
  text-align: center;
  margin:0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/advant00.png);
}

.feature-box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 12px;
  display: inline-block;
  top: -30px;
  left: -2px;
}

.feature-box .f1 {
  color: #fff;
  line-height: 2.1;
  font-size: 20px;
  top: -23px;
}

.feature-box p {
  color: #fff;
  line-height: 1.1;
  font-size: 20px;
  top: -23px;
}

/*------獨家優勢 end------*/


/* footer ======================== */
.footer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile_bottom_box .mobile_bottom_logo {
  height: 125px;
  line-height: 125px;
}
.mobile_bottom_box ul {
  font-size: 8px;
}
.mobile_bottom_box li {
  padding: 12px 0 0 0 !important;
  margin: 0 0 8px 0 !important;
}
/* 平板區 ======================== */
@media screen and (max-width:640px) {
  /*(gotop)*/
  .gotoTop {
    bottom: 10px;
  }
.box-title h2::before, .box-title h2::before {
    text-shadow: rgb(0, 0, 0) 2px 2px 1px;
}
}
/* 手機區 ======================== */
@media screen and (max-width:540px) {
  .gotoTop {
    width: 20%;
  }
  .gotoTop img {
    width: 100%;
  }
	
  .line-container{
  width: 540px;
	}
  .main-pic .pic-model {
    max-width: 470px;
  }
  .main-pic .pic-start {
    max-width: 245px;
    top: -248px;
  }
  .title-box .main-sub {
    top: 272px;
    left: 130px;
  }
  .title-box .main-title {
    top: 336px;
    left: -280px;
  }
  .board-top::after {
    width: 540px;
  }
  .main-board {
    padding-top: 37px;
  }
  .main-board .sign {
    top: -15px;
    right: 81px;
  }
  .class .slick-class img {
    width: 83%;
  }
  .stu-box .stu-pic {
    width: 83%;
  }
  .service {
    height: 707px;
  }
  .qa-pic img {
    width: 86%;
  }
  .sale-slick img {
    width: 80%;
  }
  .reser-box::after {
    width: 540px;
  }
  .reser-box h2 {
    font-size: 30px;
  }
}


