@charset "UTF-8";
/* Noto Sans TC */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

html, body {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: inter, "Noto Sans TC", "微軟正黑體", Helvetica;
  font-size: 16px/150%;
  font-weight: normal;
  background: #fff;
  box-sizing: border-box;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, select, textarea, label,
p, blockquote,
table, th, td, iframe,
button, a,
span, img,
header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  word-wrap: break-word;
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
}

img {
  border: none;
  vertical-align: middle;
}

select {
  -webkit-appearance: none; /* For iOS Safari */
  appearance: none;
}

hr {
  margin: 0;
  border: 0;
}

.bg-gray {
  background-color: #FBF9FA;
}

.bg-block {
  background-color: #F4F4F4;
}

.color-primary {
  color: #5278F6;
}

.color-dark {
  color: #333333;
}

.color-gray {
  color: #666666;
}

.color-gray-secondary {
  color: #AAAAAA;
}

.color-gray-2 {
  color: #707070;
}

.color-blue {
  color: #2F3988;
}

.color-white {
  color: #FFFFFF;
}

.color-warning {
  color: #FFA82E;
}

.color-danger {
  color: #D359A8;
}

/* --------------------------------------- */
/* 全域css */
/* --------------------------------------- */
/* Noto Sans TC */
html {
  scroll-behavior: smooth;
}

html, body {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: inter, "Noto Sans TC", "微軟正黑體", Helvetica;
  font-size: 16px/150%;
  font-weight: normal;
  background: #fff;
  box-sizing: border-box;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, select, textarea, label,
p, blockquote,
table, th, td, iframe,
button, a,
span, img,
header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  word-wrap: break-word;
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
}

img {
  border: none;
  vertical-align: middle;
}

select {
  -webkit-appearance: none; /* For iOS Safari */
  appearance: none;
}

hr {
  margin: 0;
  border: 0;
}

/* --------------------------------------- */
/* 捲軸 */
/* --------------------------------------- */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track-piece {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #828282;
  border: 2px solid #D9D9D9;
}

::-webkit-scrollbar-track-piece {
  background-color: #D9D9D9;
}

/* --------------------------------------- */
/* 自訂 */
/* --------------------------------------- */
.container {
  min-height: calc(100dvh - 190px);
}

.container-inner {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  .container-inner {
    padding-top: 68px;
  }
}

.pagesize {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .pagesize {
    padding: 0 12px;
  }
}

.pagesize-m {
  width: 100%;
  max-width: 720px;
  padding: 0 20px;
  margin: 0 auto;
}

.pagesize-s {
  width: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagesize-s {
    padding: 0 12px;
  }
}

.pagesize-s {
  width: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagesize-s {
    padding: 0 12px;
  }
}

/* --------------------------------------- */
/* 對齊 */
/* --------------------------------------- */
.start-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.center-start {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.end-start {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.center-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.end-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.start-end {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

.center-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

.end-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

.between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* x=4 */
.gap-4x {
  gap: 16px;
}

/* --------------------------------------- */
/* awd設定 */
/* --------------------------------------- */
@media screen and (max-width: 767px) {
  .for-web {
    display: none;
  }
}

.for-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-mobile {
    display: block;
  }
}

.d-none {
  display: none !important;
}

/* --------------------------------------- */
/* margin、padding */
/* x=4 */
/* --------------------------------------- */
.pb-12x {
  padding-bottom: 48px;
}

.pt-3x {
  padding-top: 12px;
}

.pt-8x {
  padding-top: 32px;
}

.pt-10x {
  padding-top: 40px;
}

.mr-2x {
  margin-right: 8px;
}

.mr-4x {
  margin-right: 16px;
}

.mr-5x {
  margin-right: 20px;
}

.mr-10x {
  margin-right: 40px;
}

.mb-x {
  margin-bottom: 4px;
}

.mb-2x {
  margin-bottom: 8px;
}

.mb-3x {
  margin-bottom: 12px;
}

.mb-4x {
  margin-bottom: 16px;
}

.mb-5x {
  margin-bottom: 20px;
}

.mb-6x {
  margin-bottom: 24px;
}

.mb-7x {
  margin-bottom: 28px;
}

.mb-8x {
  margin-bottom: 32px;
}

.mb-10x {
  margin-bottom: 40px;
}

.mb-11x {
  margin-bottom: 44px;
}

.mb-12x {
  margin-bottom: 48px;
}

.mb-22x {
  margin-bottom: 88px;
}

.mt-2x {
  margin-top: 16px;
}

.mt-10x {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mr-5x-m {
    margin-right: 20px;
  }
}

.mr-auto {
  margin-right: auto;
}

/* --------------------------------------- */
/* txt */
/* --------------------------------------- */
.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

/* --------------------------------------- */
/* font size */
/* --------------------------------------- */
.fs-s {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.fs-m {
  font-size: 1.125rem;
  line-height: 1.5;
}

.fs-l {
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-xl {
  font-size: 1.5rem;
  line-height: 1.5;
}

/* --------------------------------------- */
/* font weight */
/* --------------------------------------- */
.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

/* --------------------------------------- */
/* space */
/* --------------------------------------- */
/* --------------------------------------- */
/* 標題及區塊 */
/* --------------------------------------- */
.title {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
  }
}

.subtitle {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #757575;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 1rem;
  }
}

.inner-title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .inner-title {
    font-size: 1.5rem;
  }
}

.section-title {
  padding-top: 56px;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .section-title {
    padding-top: 20px;
    padding-bottom: 24px;
  }
}

/* --------------------------------------- */
/* 寬度 */
/* --------------------------------------- */
.w-full {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-half {
  width: 50%;
}

.w-25 {
  width: 25%;
}

/* --------------------------------------- */
/* 其他共用 */
/* --------------------------------------- */
.relative {
  position: relative;
}

/* --------------------------------------- */
/* btn */
/* --------------------------------------- */
.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.btn {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5rem;
}
.btn:hover {
  box-shadow: 0 0 12px rgba(82, 120, 246, 0.5);
}

.btn-solid {
  background: linear-gradient(120deg, rgb(82, 120, 246) 0%, rgb(129, 96, 246) 100%);
  color: #FFFFFF;
  color: #FFFFFF;
}

.btn-solid-radius {
  background: linear-gradient(120deg, rgb(82, 120, 246) 0%, rgb(129, 96, 246) 100%);
  color: #FFFFFF;
  border-radius: 30px;
  color: #FFFFFF;
}

.btn-solid-radius-2 {
  background-color: #D359A8;
  border-radius: 30px;
  color: #FFFFFF;
}

.btn-solid-radius-3 {
  background-color: #10456D;
  border-radius: 30px;
  color: #FFFFFF;
}

.btn-color-radius {
  border-radius: 30px;
}

.btn-line {
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(to right, #68e2ff, #4253eb, #d851ff);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  color: #5278F6;
  color: #5278F6;
  border-radius: 10px;
  text-align: center;
}

.btn-line-radius {
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(to right, #68e2ff, #4253eb, #d851ff);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  color: #5278F6;
  color: #5278F6;
  border-radius: 30px;
  text-align: center;
}

.btn-line-radius2 {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 12px;
  text-align: center;
}

.btn-full {
  padding: 16px 0;
  width: 100%;
}

.btn-half {
  padding: 16px 0;
  width: calc(50% - 8px);
}

.btn-s {
  width: 140px;
  padding: 12px 0;
}

.btn-m {
  width: 240px;
  padding: 16px 0;
}

.btn-l {
  width: 360px;
  padding: 16px 0;
}

.btn-auto-s {
  width: auto;
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .btn-auto-s {
    padding: 8px 16px;
    font-size: 1rem;
  }
}

.btn-gray {
  background-color: #666666;
  color: #FFFFFF;
  border-radius: 50px;
}

.btn-search {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/GalaxyAI/resources/images/btn-search-285c43121a665912e05cbff6e930f789.svg");
  background-position: center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}

.btn-txt-img {
  background: linear-gradient(120deg, rgb(82, 120, 246) 0%, rgb(129, 96, 246) 100%);
  color: #FFFFFF;
  font-size: 1rem;
  padding: 8px 16px 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 36px;
}
.btn-txt-img .ico-arrow {
  width: 24px;
  height: 24px;
  background-image: url("/GalaxyAI/resources/images/ico-arrow-feea557898c522632c5ff73f72401108.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-txt-img-l {
  background: linear-gradient(120deg, rgb(82, 120, 246) 0%, rgb(129, 96, 246) 100%);
  color: #FFFFFF;
  font-size: 1rem;
  height: 48px;
  padding: 8px 16px 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 36px;
}
.btn-txt-img-l .ico-arrow {
  width: 24px;
  height: 24px;
  background-image: url("/GalaxyAI/resources/images/ico-arrow-feea557898c522632c5ff73f72401108.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-play {
  width: 5rem;
  height: 5rem;
  background-image: url(/GalaxyAI/resources/images/btn-player-346ce390b6dafcdc8d83081a22df2eee.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.btn-eye {
  width: 24px;
  height: 24px;
  background-image: url("/GalaxyAI/resources/images/btn-eye-off-81af10b37d6ee4a291723b14a8b5e7e2.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.btn-eye.on {
  width: 24px;
  height: 24px;
  background-image: url("/GalaxyAI/resources/images/btn-eye-on-c710a08f7b7421ab0f2b4111a105ea7c.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* --------------------------------------- */
/* 頁籤 */
/* --------------------------------------- */
.breadcrumb-wrapper {
  padding-top: 16px;
}
.breadcrumb-wrapper .breadcrumb-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb-wrapper .breadcrumb-box .breadcrumb-list {
  padding-right: 16px;
  list-style: none;
  position: relative;
  color: #9f9f9f;
}
.breadcrumb-wrapper .breadcrumb-box .breadcrumb-list:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 4px;
  color: #9f9f9f;
}
.breadcrumb-wrapper .breadcrumb-box .breadcrumb-list:last-of-type {
  padding: 0;
  color: #4E7EEB;
}
.breadcrumb-wrapper .breadcrumb-box .breadcrumb-list:last-of-type:after {
  display: none;
}

.swiper-pagination {
  line-height: 0;
  transition: none;
}

.swiper-pagination-bullet {
  background-color: #CDCDCD;
  margin: 0 12px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #5278F6;
  opacity: 1;
}

/* --------------------------------------- */
/* 圖片 */
/* --------------------------------------- */
.img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-box img {
  width: 100%;
  height: auto;
}
.img-box .img-l {
  width: 300px;
  height: auto;
}
.img-box .img-m {
  width: 200px;
  height: auto;
}
.img-box .img-s {
  width: 96px;
  height: auto;
}

picture img {
  width: 100%;
}

/* --------------------------------------- */
/* input */
/* --------------------------------------- */
input:focus-visible {
  outline-color: #5278F6;
}

/* 單選 */
.input-radio-box {
  position: relative;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}

input[type=radio] + label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
input[type=radio] + label span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F7F7F7;
  position: relative;
}

input[type=radio]:checked + label span:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: linear-gradient(120deg, rgb(82, 120, 246) 0%, rgb(129, 96, 246) 100%);
  color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 複選 */
.input-check-box {
  position: relative;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}

input[type=checkbox] + label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  font-weight: 400;
}
input[type=checkbox] + label span {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #F7F7F7;
  position: relative;
}

input[type=checkbox]:checked + label span {
  background-image: url("/GalaxyAI/resources/images/icon-checkbox-8a19a0a371e2ad7457d725feac53e778.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.input-txt-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .input-txt-box {
    gap: 8px;
  }
}
.input-txt-box label {
  padding-left: 32px;
  font-size: 1rem;
  line-height: 1.5;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .input-txt-box label {
    padding-left: 8px;
    font-size: 0.875rem;
  }
}
.input-txt-box input {
  height: 48px;
  padding: 0 10px;
  font-size: 1.125rem;
  color: #333333;
  flex: 1 1 auto;
  font-weight: 700;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .input-txt-box input {
    font-size: 1rem;
  }
}
.input-txt-box input::placeholder {
  color: #666666;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .input-txt-box .input-s {
    width: calc(100% - 48px);
  }
}
.input-txt-box .input-pd {
  padding: 0 24px;
}

.input-txt-col-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.input-txt-col-box label {
  font-size: 1rem;
  line-height: 1.5;
  flex: 0 0 auto;
}
.input-txt-col-box input {
  height: 48px;
  padding: 0 10px;
  font-size: 1.125rem;
  color: #333333;
  flex: 1 1 auto;
  font-weight: 700;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
.input-txt-col-box input::placeholder {
  color: #666666;
  font-weight: 400;
}

.input-file-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
.input-file-box label {
  font-size: 1rem;
  flex: 0 0 auto;
}
.input-file-box .input-file {
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  position: relative;
}
.input-file-box input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.input-file-box .icon-and-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
}
.input-file-box .icon-and-txt-box .txt {
  font-size: 1rem;
  font-weight: 700;
}

.check-remi {
  max-width: 450px;
  margin: 0 auto 20px;
}
.check-remi label {
  color: #707070;
}
.check-remi input[type=checkbox] ~ label {
  padding-left: 55px;
}
.check-remi input[type=checkbox] ~ label .icon {
  top: 2px;
  width: 44px;
  height: 24px;
  background: #b5b5b5;
  background-size: 100%;
  border-radius: 30px;
  border-color: transparent;
}
.check-remi input[type=checkbox] ~ label .icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #888;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  transition: 0.2s all ease-in-out;
}
.check-remi input[type=checkbox]:checked ~ label .icon {
  background-color: #bbcaff;
}
.check-remi input[type=checkbox]:checked ~ label .icon::before {
  left: auto;
  right: 2px;
  background-color: #5278F6;
  background-image: none;
}

/* --------------------------------------- */
/* textarea */
/* --------------------------------------- */
.textarea-box {
  font-size: 0;
}

textarea {
  height: 164px;
  padding: 20px 24px;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 700;
  border: 1px solid #E7E7E7;
  width: 100%;
  resize: none;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  textarea {
    padding: 16px;
  }
}
textarea::placeholder {
  color: #666666;
  font-weight: 400;
}
textarea:focus-visible {
  outline-color: #5278F6;
}

/* --------------------------------------- */
/* 下拉選單 */
/* --------------------------------------- */
.select-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
.select-box select {
  height: 48px;
  border: 1px solid #E7E7E7;
  padding: 0 24px;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .select-box select {
    padding: 0 16px;
    font-size: 1rem;
  }
}
.select-box select:focus-visible {
  outline-color: #5278F6;
}

.select-arrow-box select {
  background-image: url("/GalaxyAI/resources/images/ico-select-28eb4446df6da0ba71c57cc4001baaaf.svg");
  background-position: calc(100% - 8px) 50%;
  background-size: 24px auto;
  background-repeat: no-repeat;
  padding: 0 40px 0 16px;
  color: #757575;
}

/* --------------------------------------- */
/* 收合(collapse) */
/* --------------------------------------- */
.collapse-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
}
.collapse-wrapper .collapse-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 20px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .collapse-wrapper .collapse-box {
    padding: 20px;
  }
}
.collapse-wrapper .collapse-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .collapse-wrapper .collapse-head {
    font-size: 1rem;
  }
}
.collapse-wrapper .collapse-head .ico-collapse {
  width: 24px;
  height: 24px;
  background-image: url("/GalaxyAI/resources/images/ico-collapse-2eb9b2982cb7f648a2db079da3dc6eae.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  flex: 0 0 auto;
  transition: transform 0.2s;
}
.collapse-wrapper .collapse-head .tag {
  width: 108px;
  padding: 2px 0 4px 0;
  border: 1px solid #FFA82E;
  color: #FFA82E;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collapse-wrapper .collapse-box.active .ico-collapse {
  transform: rotate(0);
}
.collapse-wrapper .collapse-body {
  display: none;
  transition: all 0.2s;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .collapse-wrapper .collapse-body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.collapse-wrapper .collapse-body .bg-block {
  border-radius: 8px;
  padding: 20px;
}
.collapse-wrapper .collapse-body hr {
  margin: 16px 0;
}
.collapse-wrapper .collapse-body-block {
  display: block;
}

/* --------------------------------------- */
/* tag */
/* --------------------------------------- */
.tag-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.tag-box .tag-warning {
  font-size: 1rem;
  line-height: 1;
  color: #FFA82E;
  padding: 3px 10px;
  border: 1px solid #FFA82E;
  border-radius: 20px;
}
.tag-box .tag-pink {
  font-size: 1rem;
  line-height: 1;
  color: #D359A8;
  padding: 3px 10px;
  border: 1px solid #D359A8;
  border-radius: 20px;
}

/* --------------------------------------- */
/* 分格線 */
/* --------------------------------------- */
hr {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #CACACA;
}

.hr-solid {
  width: 100%;
  height: 1px;
  border-top: 1px solid #D9D9D9;
}

.hr-inner {
  width: 100%;
  height: 1px;
  border-top: 1px solid #5278F6;
}

/* --------------------------------------- */
/* 頁籤 */
/* --------------------------------------- */
.tab-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tab-box {
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    padding: 0;
  }
}
.tab-box .tab {
  color: #9f9f9f;
  border-bottom: 4px solid transparent;
  flex: 1;
  max-width: 20%;
  text-align: center;
  padding: 12px 0;
  font-size: 1.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tab-box .tab {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
}
.tab-box .tab.active {
  color: #5278F6;
  border-bottom-color: #5278F6;
  transform: all 0.15s;
}
.tab-box .tab:hover {
  color: #5278F6;
}
.tab-box .tab.alert {
  display: flex;
  justify-content: center;
}
.tab-box .tab.alert::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/GalaxyAI/resources/images/ico-alert-3bc819744e13ef5f32ed6015fe8f2766.svg) no-repeat center center/contain;
  background-size: 20px auto;
}

.tab-box-m {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .tab-box-m {
    justify-content: space-around;
  }
}

/* --------------------------------------- */
/* 錨點 */
/* --------------------------------------- */
.anchor-here {
  width: 100%;
  height: 1px;
  position: relative;
  top: -174px;
}
@media screen and (max-width: 767px) {
  .anchor-here {
    top: -126px;
  }
}

/* --------------------------------------- */
/* 提示警語 */
/* --------------------------------------- */
.warming-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.warming-box img {
  width: 20px;
  height: auto;
}

.class-name-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .class-name-wrapper {
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
    flex-direction: column;
  }
}
.class-name-wrapper .img-box {
  width: 180px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.class-name-wrapper .img-box img {
  width: 100%;
  height: auto;
}
.class-name-wrapper .title-name {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-width: 480px;
}
@media screen and (max-width: 1080px) {
  .class-name-wrapper .title-name {
    max-width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .class-name-wrapper .title-name {
    max-width: unset;
    width: 100%;
    white-space: wrap;
  }
}
.class-name-wrapper .title-name-l {
  max-width: unset;
}
.class-name-wrapper .order-num {
  font-size: 1rem;
  text-align: left;
  color: #AAAAAA;
}

.scroll-hidden {
  height: 100svh;
  overflow: hidden;
}

/* --------------------------------------- */
/* popup */
/* --------------------------------------- */
.popup-wrapper {
  position: fixed;
  z-index: 101;
}
.popup-wrapper:after {
  content: "";
  display: inline-block;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media screen and (max-width: 880px) {
  .popup-box {
    width: calc(100% - 40px);
  }
}
.popup-box .popup-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  padding: 8px 8px 0 8px;
}
.popup-box .popup-head .popup-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  margin: 0 auto;
}
.popup-box .popup-head .btn-close {
  width: 24px;
  height: 24px;
  background-image: url("/GalaxyAI/resources/images/btn-popup-close-9cd705478779579c72998e6c456ac97e.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.popup-box .popup-body {
  padding-top: 48px;
  max-height: calc(100dvh - 200px);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .popup-box .popup-body {
    padding-top: 0;
  }
}
.popup-box .popup-body .popup-title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .popup-box .popup-body .popup-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.popup-box .popup-body .popup-title-s {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .popup-box .popup-body .popup-title-s {
    font-size: 1.5rem;
  }
}
.popup-box .popup-body .img-wrapper .error-box {
  width: 96px;
  height: 96px;
  background-image: url("/GalaxyAI/resources/images/img-nok-9e0446637d841b6db245049752312d34.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.popup-box .popup-body .img-wrapper .register-box {
  width: 96px;
  height: 96px;
  background-image: url("/GalaxyAI/resources/images/img-shield-3802c17b0a8eae49420e5978dca8d7cf.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.popup-box .table-box table {
  width: 100%;
  border: 0;
}
.popup-box .table-box table th {
  padding: 12px 4px;
  border: 1px solid #D9D9D9;
  border-left: 0;
  border-right: 0;
  font-size: 1rem;
  color: #4A5565;
  white-space: nowrap;
  text-align: right;
}
.popup-box .table-box table th:nth-child(1) {
  text-align: left;
}
.popup-box .table-box table td {
  font-size: 1.125rem;
  padding: 12px 4px;
  text-align: right;
}
.popup-box .table-box table td:nth-child(1) {
  text-align: left;
}
.popup-box .pagesize-popup {
  width: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .popup-box .pagesize-popup {
    padding: 0 12px;
  }
}
.popup-box .popup-footer {
  padding: 32px 0 64px 0;
}
@media screen and (max-width: 767px) {
  .popup-box .popup-footer {
    padding: 20px 0;
  }
}

/* --------------------------------------- */
/* loading */
/* --------------------------------------- */
.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-box .img-box {
  width: 64px;
  height: 64px;
}
.loading-box .img-box img {
  animation-name: loading;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------------- */
/* header */
/* --------------------------------------- */
header {
  width: 100%;
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.2s;
}
@media screen and (max-width: 960px) {
  header {
    padding: 0;
  }
}
header .logo {
  width: 208px;
  height: 68px;
  background-image: url("/GalaxyAI/resources/images/logo-abfafed55f47af35cf764d7edcdf02d7.png");
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
header .logo h1 {
  font-size: 1rem;
  color: #000;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  header nav {
    display: none;
  }
}
header nav .list-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
header nav .nav-link {
  font-size: 1.25rem;
  transition: all 0.15s;
  padding: 10px;
}
header nav .nav-link:hover {
  opacity: 1;
  color: #5278F6;
}
header nav .nav-link.active {
  color: #5278F6;
  font-weight: 700;
}
header nav .nav-link.alert {
  padding-right: 34px;
  background: url(/GalaxyAI/resources/images/ico-alert-3bc819744e13ef5f32ed6015fe8f2766.svg) no-repeat right 10px center/contain;
  background-size: 20px auto;
}
header nav .gradient {
  color: transparent;
  background-image: linear-gradient(120deg, rgb(82, 120, 246) 0%, rgb(129, 96, 246) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
header nav .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 11px 21px;
  transition: all 0.15s;
}
header nav .btn:hover {
  box-shadow: 0 0 12px rgba(82, 120, 246, 0.5);
}

header.search-open {
  background-color: #fff;
}

header.header-inner {
  background-color: #fff;
}
header.header-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(0deg, rgb(129, 96, 246) 0%, rgb(94, 114, 246) 50%, rgb(101, 137, 255) 100%);
  position: absolute;
  top: 100%;
  left: 0;
}

.header-bg.scroll-bg {
  background-color: #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.header-bg.scroll-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(0deg, rgb(129, 96, 246) 0%, rgb(94, 114, 246) 50%, rgb(101, 137, 255) 100%);
  position: absolute;
  top: 100%;
  left: 0;
}

.search-and-tag-wrapper {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-and-tag-wrapper {
    padding-top: 20px;
  }
}
.search-and-tag-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 64px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 5%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 0;
  top: 100%;
}
.search-and-tag-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.2) 0%;
  position: absolute;
  left: 0;
  top: calc(100% + 64px);
}
.search-and-tag-wrapper .search-wrapper {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px 12px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .search-and-tag-wrapper .search-wrapper {
    padding: 0 12px 12px 12px;
  }
}
.search-and-tag-wrapper .input-search-box {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  position: relative;
}
.search-and-tag-wrapper .input-search-box input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 700;
  border-radius: 4px;
}
.search-and-tag-wrapper .input-search-box input::placeholder {
  color: #666666;
  font-weight: 400;
}
.search-and-tag-wrapper .input-search-box .btn-search {
  width: 24px;
  height: 24px;
  background-image: url("/GalaxyAI/resources/images/btn-search-color-b77dc8bed0f74183d7562e5c34e1ad09.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.search-and-tag-wrapper .tag-box {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 12px;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .search-and-tag-wrapper .tag-box {
    padding: 0 12px;
  }
}
.search-and-tag-wrapper .tag-box .tag {
  background-color: #DED8E8;
  color: #5D47AB;
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 8px;
  border-radius: 6px;
  flex: 0 0 auto;
}

/* --------------------------------------- */
/* footer */
/* --------------------------------------- */
footer {
  background-color: #0A1420;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 32px;
}
footer .nav-and-media-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .nav-and-media-box {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
footer h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 8px;
}
footer .link-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
footer .link-box .link {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #AAAAAA;
}
footer .img-and-media-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  footer .img-and-media-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .img-and-media-wrapper .img-box {
    margin-right: auto;
  }
}
footer .img-and-media-wrapper .img-box img {
  height: 30px;
  width: auto;
}
footer .img-and-media-wrapper .media-box {
  border-radius: 50%;
}
footer .img-and-media-wrapper .media-box a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
footer .img-and-media-wrapper .media-box a img {
  width: 100%;
  height: auto;
}
footer hr {
  width: 100%;
  height: 1px;
  background-color: #4F4F4F;
  margin-top: 30px;
  margin-bottom: 16px;
}
footer p {
  font-size: 0.875rem;
  line-height: 1.23;
  color: #707070;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4px;
}
footer p a {
  text-decoration: underline;
}
footer .info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 20px;
  color: #AAAAAA;
  margin-bottom: 8px;
}
footer .info-wrapper:last-of-type {
  margin-bottom: 24px;
}
footer .info-wrapper a {
  text-decoration: underline;
}

/* --------------------------------------- */
/* --------------------------------------- */
#pageMenu .hasSub button, .pageMenu-btn .line, #pageMenu, .page {
  transition: 0.15s;
}

/* --------------------------------------- */
/* page */
/* --------------------------------------- */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.page {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.page_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -2;
}

.openmenu {
  position: fixed;
}

.page.openmenu .page_cover {
  z-index: 1001;
}

.wrapper {
  width: 100%;
  min-height: 100dvh;
  position: relative;
  background: #fff;
}

/* --------------------------------------- */
/* menu */
/* --------------------------------------- */
#pageMenu {
  position: fixed;
  z-index: 9999;
  width: 320px;
  height: 100vh;
  background: #fff;
}

/* menu_清單 */
#pageMenu ul {
  list-style: none;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#pageMenu ul .nav-link {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
#pageMenu ul .nav-link.active {
  color: #5278F6;
  font-weight: 700;
}
#pageMenu ul .nav-link.alert {
  display: flex;
}
#pageMenu ul .nav-link.alert::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/GalaxyAI/resources/images/ico-alert-3bc819744e13ef5f32ed6015fe8f2766.svg) no-repeat center center/contain;
  background-size: 20px auto;
}

#pageMenu ul .gradient {
  font-weight: 700;
  color: transparent;
  background-image: linear-gradient(120deg, rgb(82, 120, 246) 0%, rgb(129, 96, 246) 30%);
  -webkit-background-clip: text;
  background-clip: text;
}

#pageMenu ul .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 11px 21px;
}

/* menu_按鈕 */
.pageMenu-btn {
  display: none;
}
@media screen and (max-width: 960px) {
  .pageMenu-btn {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-size: 24px;
  }
}

.pageMenu-btn .line {
  display: block;
  position: absolute;
  left: 8px;
  width: 24px;
  height: 3px;
  background-color: #000000;
  border-radius: 2px;
}

.pageMenu-btn .line01 {
  top: 11px;
}

.pageMenu-btn .line02 {
  top: 19px;
}

.pageMenu-btn .line03 {
  top: 27px;
}

/* menu_按鈕_展開 */
.openmenu .pageMenu-btn .line01 {
  width: 24px;
  top: 14px;
  left: 2px;
  transform: rotate(-45deg);
}

.openmenu .pageMenu-btn .line02 {
  display: none;
}

.openmenu .pageMenu-btn .line03 {
  width: 24px;
  top: 14px;
  left: 2px;
  transform: rotate(45deg);
}

/* --------------------------------------- */
.show-left.openmenu {
  transform: translateX(320px);
}

.show-left ~ #pageMenu {
  top: 0;
  left: -320px;
}

.show-left.openmenu ~ #pageMenu {
  left: 0;
}

.show-right.openmenu {
  transform: translateX(-320px);
}

.show-right ~ #pageMenu {
  left: auto;
  right: -320px;
}

.show-right.openmenu ~ #pageMenu {
  right: 0;
}

.show-up ~ #pageMenu {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.show-up.openmenu ~ #pageMenu {
  top: 0;
}

.show-up.openmenu {
  transform: translateX(0);
}

/* --------------------------------------- */
/* --------------------------------------- */
#pageMenu .hasSub {
  position: relative;
}
#pageMenu .hasSub button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(/GalaxyAI/resources/images/ico-collapse-2eb9b2982cb7f648a2db079da3dc6eae.svg) center center no-repeat;
  background-size: 24px auto;
  cursor: pointer;
  outline: none;
  border: none;
}
#pageMenu .hasSub.open > button {
  transform: rotate(180deg);
  transition: all 0.15s;
}

.btn-search.for-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .btn-search.for-mobile {
    display: block;
    margin-left: auto;
    margin-right: 8px;
  }
}

/* --------------------------------------- */
/* 頁面內容 */
/* --------------------------------------- */
.section-jumbotron {
  width: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .section-jumbotron {
    padding-top: 72px;
  }
}
.section-jumbotron .swiper-wrapper a:hover {
  opacity: 1;
}
.section-jumbotron .swiper-pagination {
  bottom: 20px;
}

.section-index-video {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(235, 235, 235) 100%);
  position: relative;
  overflow: hidden;
}
.section-index-video .video-and-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  padding: 72px 0;
}
@media screen and (max-width: 960px) {
  .section-index-video .video-and-info-wrapper {
    flex-direction: column;
    padding: 20px 0 72px 0;
    gap: 20px;
  }
}
.section-index-video .video-and-info-wrapper .video-wrapper {
  flex: 0 0 auto;
  position: relative;
  border-radius: 10px;
  width: 640px;
}
@media screen and (max-width: 960px) {
  .section-index-video .video-and-info-wrapper .video-wrapper {
    width: 100%;
  }
}
.section-index-video .video-and-info-wrapper .video-wrapper .video-here {
  padding-top: 56.25%;
  background-color: #000;
}
.section-index-video .video-and-info-wrapper .video-wrapper .video-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-index-video .video-and-info-wrapper .video-wrapper .img-box {
  width: 640px;
}
@media screen and (max-width: 960px) {
  .section-index-video .video-and-info-wrapper .video-wrapper .img-box {
    width: 100%;
  }
}
.section-index-video .video-and-info-wrapper .info-wrapper {
  position: relative;
  z-index: 1;
  width: calc(100% - 640px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}
@media screen and (max-width: 1340px) {
  .section-index-video .video-and-info-wrapper .info-wrapper {
    width: 100%;
  }
}
.section-index-video .video-and-info-wrapper .title-box {
  position: relative;
}
.section-index-video .video-and-info-wrapper .title-box .title {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-index-video .video-and-info-wrapper .para-box {
  margin-bottom: auto;
}
.section-index-video .video-and-info-wrapper .para-box .para {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000000;
  font-weight: 350;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-index-video .video-and-info-wrapper .duration-box {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 8px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
}
.section-index-video .video-and-info-wrapper .duration-box img {
  width: 16px;
  height: auto;
}
.section-index-video .video-and-info-wrapper .price {
  color: #FFD4F0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 700;
  margin-top: auto;
}
.section-index-video .video-and-info-wrapper .price div:first-of-type {
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .section-index-video .video-and-info-wrapper .price div:first-of-type {
    margin-bottom: 1px;
  }
}
.section-index-video .video-and-info-wrapper .price div:nth-child(2) {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .section-index-video .video-and-info-wrapper .price div:nth-child(2) {
    font-size: 1.5rem;
  }
}
.section-index-video .video-and-info-wrapper .price .old {
  font-size: 1.125rem;
  margin-bottom: 5px;
  margin-left: 8px;
  position: relative;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section-index-video .video-and-info-wrapper .price .old {
    margin-bottom: 1px;
  }
}
.section-index-video .video-and-info-wrapper .price .old:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-index-video .video-and-info-wrapper .btn {
  max-width: 360px;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 16px 0;
}
@media screen and (max-width: 560px) {
  .section-index-video .video-and-info-wrapper .btn {
    max-width: unset;
    width: 100%;
  }
}
.section-index-video .swiper-pagination {
  bottom: 20px;
}

.section-index-teacher {
  padding: 40px 0;
}
.section-index-teacher .title {
  margin-bottom: 40px;
  text-align: center;
}
.section-index-teacher .teacher-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.section-index-teacher .teacher-box {
  width: 20%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .section-index-teacher .teacher-box {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .section-index-teacher .teacher-box {
    width: 33.3333333333%;
  }
}
.section-index-teacher .img-box {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .section-index-teacher .img-box {
    width: 90px;
    height: 90px;
  }
}
.section-index-teacher .teacher-name {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  max-width: 104px;
}
@media screen and (max-width: 767px) {
  .section-index-teacher .teacher-name {
    font-size: 1.125rem;
  }
}

.section-index-product {
  padding: 40px 0;
}
.section-index-product .title {
  margin-bottom: 16px;
  text-align: center;
}
.section-index-product .link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.section-index-product .link-box a {
  font-size: 1.25rem;
  line-height: 1.2;
  color: transparent;
  background: linear-gradient(120deg, rgb(82, 120, 246) 0%, rgb(129, 96, 246) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  letter-spacing: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: relative;
}
.section-index-product .link-box a:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  margin-top: 2px;
  background-image: url("/GalaxyAI/resources/images/ico-arrow-sub-48bbd85aadb6e63ba138aa94dadd5c71.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-index-product .link-box a:hover {
  color: #D359A8;
}
.section-index-product .link-box a:hover:after {
  background-image: url("/GalaxyAI/resources/images/ico-arrow-sub-2-0a3f19ba8ba5b1c760b69ed76ddd2ed8.svg");
}
.section-index-product .product-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .section-index-product .product-wrapper {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section-index-product .product-wrapper {
    gap: 20px;
  }
}
.section-index-product .product-wrapper .product-box {
  width: calc((100% - 80px) / 3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section-index-product .product-wrapper .product-box {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .section-index-product .product-wrapper .product-box {
    width: 100%;
  }
}
.section-index-product .product-wrapper .count-down-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  padding: 7px 15px 7px 34px;
  background-color: #16182B;
  border-radius: 20px 0 0 0;
  opacity: 0.75;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/GalaxyAI/resources/images/ico-clock-156541a33afaed00218c4e7e7b6082d0.svg");
  background-position: 15px 50%;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.section-index-product .product-wrapper .count-down-box div {
  font-size: 1rem;
  line-height: 1.1875;
}
.section-index-product .product-wrapper .img-box {
  flex: 0 0 auto;
  position: relative;
}
.section-index-product .product-wrapper .info-box {
  padding: 16px 20px 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-content: start;
  gap: 12px;
}
.section-index-product .product-wrapper .info-box .product-title {
  font-size: 1.875rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .section-index-product .product-wrapper .info-box .product-title {
    font-size: 1.375rem;
  }
}
.section-index-product .product-wrapper .info-box .duration {
  font-size: 1rem;
  line-height: 1;
  color: #AAAAAA;
  margin-bottom: 24px;
  margin-top: auto;
}
.section-index-product .product-wrapper .info-box .price {
  color: #8160F6;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 700;
  margin-top: auto;
}
.section-index-product .product-wrapper .info-box .price div:first-of-type {
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .section-index-product .product-wrapper .info-box .price div:first-of-type {
    margin-bottom: 1px;
  }
}
.section-index-product .product-wrapper .info-box .price div:nth-child(2) {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .section-index-product .product-wrapper .info-box .price div:nth-child(2) {
    font-size: 1.5rem;
  }
}
.section-index-product .product-wrapper .info-box .price .old {
  font-size: 1rem;
  color: #666666;
  position: relative;
  margin-bottom: 8px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .section-index-product .product-wrapper .info-box .price .old {
    margin-bottom: 4px;
  }
}
.section-index-product .product-wrapper .info-box .price .old:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-index-product .product-wrapper .info-box .price-new {
  position: relative;
}
.section-index-product .product-wrapper .info-box .price-new::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-index-product .product-wrapper .info-box .btn-box {
  gap: 16px;
}
.section-index-product .product-wrapper .info-box .btn {
  flex: 1 1 auto;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 16px 0;
}
.section-index-product .product-wrapper .info-box .bg-deep-blue {
  color: #FFFFFF;
}

.section-qa {
  padding: 64px 0 32px 0;
}
@media screen and (max-width: 767px) {
  .section-qa {
    padding: 40px 0 20px 0;
  }
}
.section-qa .title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .section-qa .title {
    margin-bottom: 12px;
  }
}
.section-qa .subtitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-qa .subtitle {
    margin-bottom: 24px;
  }
}
.section-qa .collapse-wrapper {
  gap: 8px;
}
.section-qa .collapse-wrapper .collapse-box {
  box-shadow: none;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 0;
}
.section-qa .collapse-wrapper .collapse-box .collapse-head {
  border-radius: 8px;
  padding: 24px;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .section-qa .collapse-wrapper .collapse-box .collapse-head {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-qa .collapse-wrapper .collapse-box .collapse-head .start-center {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-qa .collapse-wrapper .collapse-box .collapse-head span:first-of-type {
  font-family: "ROBOTO";
  font-size: 1.875rem;
  font-weight: 800;
}
.section-qa .collapse-wrapper .collapse-box.active {
  background-color: transparent;
}
.section-qa .collapse-wrapper .collapse-box.active .collapse-head {
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(to right, #68e2ff, #4253eb, #d851ff);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  color: #5278F6;
  color: #5278F6;
}
.section-qa .collapse-wrapper .collapse-box.active .collapse-body {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #757575;
  padding: 8px 24px 20px 80px;
}
@media screen and (max-width: 767px) {
  .section-qa .collapse-wrapper .collapse-box.active .collapse-body {
    padding: 8px 16px 20px 16px;
  }
}/*# sourceMappingURL=index.css.map */