@charset "UTF-8";
* {
  position: relative; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

/*------主視覺 */
.header-event {
  background-image: url(https://www.1111edu.com.tw/edm/event/ETG_20260304/images/header-bg.jpg);
  background-size: cover;
  background-position: center center; }
  .header-event .gotop {
    z-index: 5;
    position: fixed;
    right: 0;
    top: 70%;
    width: 40px;
    cursor: pointer; }
    .header-event .gotop img {
      width: 100%; }
  .header-event .main-event {
    height: 700px; }
    .header-event .main-event .title {
      height: 300px;
	  z-index: 50;	
      top: 70px;
      left: -220px;
      display: flex;
      justify-content: center; }
      .header-event .main-event .title img {
        height: 100%;
        z-index: 3; }
      .header-event .main-event .title .galaxy {
        z-index: 2;
        position: absolute;
        transform: translate(-25px, 68px) rotate(-18deg); }
      .header-event .main-event .title .galaxy2 {
        z-index: 2;
        position: absolute;
        transform: translate(-15px, 50px) rotate(3deg); }
    .header-event .main-event img.woman {
      position: absolute;
      height: auto;
      left: 700px;
      bottom: 0;
      animation: fadeup 0.5s linear;
}
    .header-event .main-event img.char {
      position: absolute;
      height: auto;
      left: 900px;
      bottom: 0;
      animation: fadeup 0.5s linear;
}
.hide {
  transform: translate(100px, 0);
  transition: 0.5s; }

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translate(0, 50px); }
  100% {
    opacity: 1;
    transform: translate(0, 0px); } }

.bank{
	width:10%;
	position: absolute;
	right:2%;
	bottom:2%;
	z-index:99;
	
}

/*------紓困 */
.relief {
  background-image: url(https://www.1111edu.com.tw/edm/event/ETG_20260304/images/relief-bg.jpg);
  padding: 3% 0px; }
  .relief .container {
    text-align: center; }
    .relief .container .title {
      padding: 0 3%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .relief .container .title .line {
        display: inline-block;
        height: 2px;
        width: 250px;
        background-color: #f5f5f5; }
      .relief .container .title img {
        margin: 0 1%; }
    .relief .container .card {
      margin: 2.5%; }
      .relief .container .card img {
        filter: drop-shadow(8px 8px 0 #5a79f6);
        margin: 0 2%;
        transition: 0.3s; }
        .relief .container .card img:hover {
          filter: drop-shadow(8px 8px 0 #22f1f5);
          transform: translate(0, -10px); }
    .relief .container h6 {
      color: #f5f5f5;
      letter-spacing: 1px;
      font-weight: 700; }

/*------表單閃爍 */
.blink {
  animation: blink 0.6s ease-in-out alternate infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  80% {
    opacity: 1; }
  81% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/*------課程內容 */
.content {
  background-image: url(https://www.1111edu.com.tw/edm/event/ETG_20260304/images/net.jpg);
  background-repeat: repeat-y;
  text-align: center;
  padding: 3% 0 1%; }
  .content .container {
    text-align: center; }
    .content .container img {
      margin-bottom: 2.5%; }
    .content .container .four {
      margin: auto;
      max-width: 1100px; }
      .content .container .four img {
        padding: 0 2% 2%;
        filter: drop-shadow(8px 8px 0 #5a79f6);
        transition: 0.2s; }
        .content .container .four img:hover {
          cursor: pointer;
          filter: drop-shadow(8px 8px 0 #f56cbd);
          transform: translate(0, -10px); }
      .content .container .four img.sp-m, .content .container .four img.kr-m {
        display: none; }

/*------課程特色 */
.feature {
  background-image: url(https://www.1111edu.com.tw/edm/event/ETG_20260304/images/net.jpg);
  background-repeat: repeat-y;
  text-align: center; }
  .feature .title {
    padding: 1.5% 3%;
    background-color: #5a79f6;
    display: flex;
    justify-content: center;
    align-items: center; }
    .feature .title .line {
      display: inline-block;
      height: 2px;
      width: 250px;
      background-color: #f5f5f5; }
    .feature .title img {
      margin: 0 1%; }
  .feature .container {
    padding: 2% 0;
    max-width: 1165px;
    margin: auto;
    text-align: left; }
    .feature .container .title {
      text-align: center;
      width: 120px;
      padding: 9px 8px 8px;
      background-color: #f56cbd;
      border-radius: 6px;
      color: #f5f5f5;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 2px; }
    .feature .container img {
      filter: drop-shadow(8px 8px 0 #5a79f6);
      margin: 2% 2.8% 2% 0;
      transition: 0.2s; }
      .feature .container img:hover {
        filter: drop-shadow(8px 8px 0 #f56cbd);
        transform: translate(0, -10px); }
    .feature .container .supply {
      margin-top: 2%; }

/*------學員感言 */
.message {
  background-image: url(https://www.1111edu.com.tw/edm/event/ETG_20260304/images/student-bg.jpg);
  text-align: center;
  padding: 3% 0; }
  .message .title {
    padding: 0 3%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .message .title .line {
      display: inline-block;
      height: 2px;
      width: 250px;
      background-color: #f5f5f5; }
    .message .title img {
      margin: 0 1%; }
  .message .slick {
    text-align: center;
    padding: 3% 0 0; }
    .message .slick .student {
      z-index: 1;
      margin: auto;
      padding: 30px;
      background-color: #f5f5f5;
      border: solid 2px #5a79f6;
      border-radius: 6px;
      max-width: 800px;
      overflow: hidden; }
      .message .slick .student .photo {
        display: inline-block;
        vertical-align: middle; }
      .message .slick .student .word {
        padding: 10px 0 20px 25px;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 420px; }
        .message .slick .student .word h4 {
          padding: 7px 10px 5px;
          text-align: center;
          background-color: #5a79f6;
          border-radius: 6px;
          width: 120px;
          color: #f5f5f5;
          font-weight: 700;
          font-size: 18px;
          letter-spacing: 2px; }
        .message .slick .student .word .nameL {
          width: 140px; }
        .message .slick .student .word p {
          margin-top: 20px;
          color: #5a79f6;
          line-height: 28px;
          font-weight: 700; }
      .message .slick .student .ball {
        position: absolute;
        z-index: 3;
        right: -30px;
        bottom: -30px;
        width: 60px;
        height: 60px;
        border: solid 2px #22f1f5;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .message .slick .student .ball .small {
          position: absolute;
          width: 50px;
          height: 50px;
          background-color: #22f1f5;
          border-radius: 100%; }

/*------footer */
.footer {
  padding: 3% 2% 2%;
  background-color: #5a79f6;
  text-align: center; }
  .footer .white {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    height: 10px;
    width: 100%; }
  .footer .bluebtn {
    cursor: pointer;
    margin: auto;
    padding: 20px;
    border-radius: 6px;
    max-width: 420px;
    font-size: 32px;
    font-weight: 700;
    color: #5a79f6;
    letter-spacing: 5px;
    background-color: #22f1f5; }
    .footer .bluebtn:hover {
      background-color: #09e6ea; }
  .footer h3 {
    margin-top: 1.5%;
    font-size: 32px;
    font-size: 700;
    color: #f5f5f5;
    letter-spacing: 5px; }
