@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
body {
  margin: 0;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p {
  margin: 0;
}
main ol {
  padding-bottom: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #050505;
}

main h2,
main h3,
main h4,
main h5 {
  line-height: 150%;
}
main h2 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  main h2 {
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}
main h3 {
  font-size: 2.5rem;
  font-weight: 500 !important;
}
@media (max-width: 1200px) {
  main h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  main h3 {
    font-size: 1.75rem;
  }
}
main h4 {
  font-size: 2rem;
  font-weight: 500 !important;
}
@media (max-width: 1200px) {
  main h4 {
    font-size: 1.75rem;
  }
}
main h5 {
  font-size: 1.75rem;
  font-weight: 500 !important;
}
@media (max-width: 1200px) {
  main h5 {
    font-size: 1.5rem;
  }
}
main p {
  line-height: 150%;
  color: white;
}
main span {
  line-height: 1em;
}
main img {
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
main video {
  vertical-align: middle;
}
main .container {
  max-width: 1200px;
  padding: 120px 0;
  width: 90%;
}
@media (max-width: 767px) {
  main .container {
    padding: 64px 0;
  }
}

h2.title {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: white;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2.title {
    margin-bottom: 32px;
  }
}
h2.title::after {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  margin: 0 auto;
  background-color: #42b6e6;
  background-image: linear-gradient(to right, #97f000, #6dcff6 60%);
}

.show-pc {
  display: block;
}
@media (max-width: 767px) {
  .show-pc {
    display: none;
  }
}

.show-mb {
  display: none;
}
@media (max-width: 767px) {
  .show-mb {
    display: block;
  }
}

.btn-primary {
  display: inline-block;
  padding: 10px 24px;
  color: black !important;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: transparent;
}

.btn-secondary {
  display: inline-block;
  padding: 10px 24px;
  color: #fff !important;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6em;
}
.btn-secondary:hover {
  color: black !important;
  background-color: #fff;
}
.btn-secondary--disabled {
  pointer-events: none;
}

.fancybox-stage .fancybox-slide--html {
  padding: 24px;
}
@media (max-width: 767px) {
  .fancybox-stage .fancybox-slide--html {
    padding: 6px;
  }
}
.fancybox-stage .fancybox-slide--html .fancybox-content {
  max-width: 920px;
  width: 90%;
}
@media (max-width: 767px) {
  .fancybox-stage .fancybox-slide--html .fancybox-content {
    width: 100%;
    padding: 0;
  }
}
.fancybox-stage .fancybox-slide--html .fancybox-button {
  background: #000;
  border-radius: 50%;
}
.fancybox-stage .fancybox-slide--html .fancybox-button svg {
  color: #fff;
}
.fancybox-stage .fancybox-slide--html .fancybox-close-small {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .fancybox-stage .fancybox-slide--html .fancybox-close-small {
    position: fixed;
  }
}

.pop {
  width: 100%;
}
.pop__container {
  padding: 32px 16px;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pop__container {
    padding: 64px 12px;
  }
}
.pop .title {
  color: #222;
  margin-bottom: 32px;
}
.pop .subtitle {
  margin-bottom: 8px;
  text-align: center;
  font-size: 20px;
  color: #222;
  font-weight: 500;
}
.pop .intro,
.pop .note {
  text-align: center;
  margin-bottom: 32px;
}
.pop .intro p,
.pop .note p {
  margin-bottom: 0px;
}
.pop .note {
  font-size: 14px;
  color: #666;
}

.pop-course ul li {
  list-style-type: none;
}
.pop-course ul {
  padding: 0;
}
.pop-course .pop__calendarList ul {
  display: flex;
  flex-flow: row wrap;
}
.pop-course .pop__calendarItem {
  margin-bottom: 24px;
}
.pop-course .month {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #42b6e6;
  background-image: linear-gradient(to right, #97f000, #6dcff6);
  padding: 8px 0;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.2em;
}
.pop-course .weekdays li,
.pop-course .days li {
  text-align: center;
  display: inline-block;
  width: 14.2857142857%;
  font-size: 14px;
  color: #222;
}
.pop-course .weekdays {
  margin: 0;
  padding: 6px 0;
  background-color: #ddd;
}
.pop-course .days {
  padding: 16px 0;
  background: #eee;
  margin: 0;
}
.pop-course .days li {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  font-size: 15px;
  color: #BFBFBF;
}
.pop-course .days li.on {
  color: #42b6e6;
  font-weight: 500;
}
.pop-course .days li.highlight {
  color: #AF0A13;
}
.pop-course .on p {
  margin: 0;
  line-height: 120%;
}
.pop-course .on .course-name {
  font-weight: normal;
  color: #42b6e6;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
.pop-course .on .course-place {
  font-weight: normal;
  font-size: 12px;
  color: #555;
  white-space: nowrap;
}
.pop-course .on .course-time {
  font-weight: normal;
  font-size: 12px;
  color: #555;
  white-space: nowrap;
}
.pop-course .on .nowrap {
  white-space: nowrap;
}
.pop-course .highlight .course-name,
.pop-course .highlight .course-time {
  color: inherit;
}
.pop-course .highlight-bg {
  height: 100%;
}
.pop-course .merge {
  border: 2px solid #42b6e6;
  height: 100%;
}
.pop-course .merge-left {
  border-right: none;
  border-radius: 14px 0 0 14px;
}
.pop-course .merge-right {
  border-left: none;
  border-radius: 0 14px 14px 0;
}
.pop-course .merge-center {
  border-right: none;
  border-left: none;
}
.pop-course .merge-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero {
  overflow: hidden;
  background-image: url("../images/vedio-cover.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  #hero {
    position: relative;
    height: 500px;
  }
}
#hero video {
  width: 100%;
}
@media (max-width: 767px) {
  #hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: auto;
  }
}

.btn-register {
  position: fixed;
  bottom: 60px;
  z-index: 3;
  background-color: #42b6e6;
  background-image: linear-gradient(to bottom right, #97f000, #42b6e6 60%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: calc(50% - 700px);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.btn-register svg {
  fill: white;
}
@media (max-width: 1440px) {
  .btn-register {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .btn-register {
    right: 8px;
  }
}
.btn-register span {
  color: white;
  padding-top: 1px;
  padding-bottom: 6px;
}
.btn-register:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

#intro {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 80% !important;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #intro {
    background-size: 130% !important;
  }
}
@media (max-width: 992px) {
  #intro {
    background-color: #050505;
  }
}
@media (max-width: 767px) {
  #intro {
    background-size: 170% !important;
    background-position-x: 48% !important;
  }
}
#intro .container {
  padding-top: 300px;
  padding-bottom: 140px;
}
@media (max-width: 992px) {
  #intro .container {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  #intro .container {
    padding-top: 110px;
    padding-bottom: 64px;
  }
}
#intro .intro__logoSet {
  margin-bottom: 200px;
  position: relative;
}
@media (max-width: 992px) {
  #intro .intro__logoSet {
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  #intro .intro__logoSet {
    margin-bottom: 72px;
  }
}
#intro .intro__logoMain img {
  width: 30%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  #intro .intro__logoMain img {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #intro .intro__logoMain img {
    width: 50%;
    max-width: 200px;
  }
}
#intro .intro__logoBg p {
  font-family: "Oswald", sans-serif;
  color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  line-height: 1;
  font-size: 122px;
  z-index: 0;
  white-space: nowrap;
  padding-top: 208px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  #intro .intro__logoBg p {
    font-size: 9vw;
    padding-top: 14vw;
  }
}
@media (max-width: 1200px) {
  #intro .intro__logoBg p {
    padding-top: 15vw;
  }
}
@media (max-width: 992px) {
  #intro .intro__logoBg p {
    padding-top: 19vw;
  }
}
@media (max-width: 767px) {
  #intro .intro__logoBg p {
    padding-top: 26vw;
    font-size: min(72px, 14vw);
  }
}
#intro .intro__slogan {
  width: 73%;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #intro .intro__slogan {
    max-width: 270px;
  }
}
#intro .intro__title {
  background-color: #42b6e6;
  background-image: linear-gradient(to right, #97f000, #6dcff6 60%);
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 6px 24px 8px;
  padding-bottom: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
#intro .intro__title h2 {
  line-height: 120%;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: black;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #intro .intro__title h2 {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 375px) {
  #intro .intro__title h2 {
    font-size: 6vw;
  }
}
#intro .intro__title .font-en {
  font-size: 28px;
  letter-spacing: 0.07em;
  padding-right: 12px;
  font-weight: normal;
  padding-top: 1px;
}
@media (max-width: 767px) {
  #intro .intro__title .font-en {
    letter-spacing: 0.04em;
    padding-right: 8px;
  }
}
@media (max-width: 375px) {
  #intro .intro__title .font-en {
    font-size: 6.5vw;
  }
}
#intro .intro__content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
}
@media (max-width: 767px) {
  #intro .intro__content {
    width: 100%;
    padding: 0 16px;
    font-size: 16px;
    text-align: justify;
  }
}

.nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: black;
  box-shadow: 0 1px 0 #1e1e1e;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}
.nav a {
  color: white !important;
}
@media (max-width: 767px) {
  .nav {
    padding: 0 16px;
    overflow-x: scroll;
  }
}
.nav .nav-home h1 {
  color: white;
  font-size: 20px;
  letter-spacing: 0.05em;
  background-color: #42b6e6;
  background-image: linear-gradient(to right, #97f000, #6dcff6 60%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .nav .nav-home h1 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .nav .nav-home {
    display: none;
  }
}

.sub-nav {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sub-nav {
    justify-content: start;
  }
}
.sub-nav p {
  line-height: inherit;
  margin: 0 24px;
}
.sub-nav p.on a {
  color: white !important;
}
@media (max-width: 1440px) {
  .sub-nav p {
    margin: 0 16px;
  }
}
@media (max-width: 992px) {
  .sub-nav p {
    margin: 0 12px;
  }
}
@media (max-width: 767px) {
  .sub-nav p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .sub-nav p:nth-child(1) a {
    padding-left: 0;
  }
}
.sub-nav a {
  font-size: 18px;
  color: #808080 !important;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 18px 8px;
  line-height: 150%;
  display: inline-block;
}
.sub-nav a:hover {
  color: white !important;
}
@media (max-width: 1200px) {
  .sub-nav a {
    font-size: 15px;
    padding: 14px 2px;
  }
}
@media (max-width: 1200px) {
  .sub-nav a {
    padding: 14px 0px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .sub-nav a {
    padding: 16px 10px;
  }
}

a.nav-btn {
  border: 1px solid #808080;
  padding: 4px 16px;
  white-space: nowrap;
}
a.nav-btn h6 {
  color: #808080;
}
a.nav-btn:hover {
  background-color: white;
}
a.nav-btn:hover h6 {
  color: black;
}
@media (max-width: 992px) {
  a.nav-btn {
    padding: 4px 12px;
  }
}
@media (max-width: 767px) {
  a.nav-btn {
    margin-left: 16px;
  }
}

.maincoach {
  background-color: #1e1e1e;
}
.maincoach .container {
  padding-bottom: 0;
}

.coach {
  background-color: #1e1e1e;
}
.coach__item {
  display: flex;
  margin-bottom: 140px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .coach__item {
    flex-direction: column-reverse;
    margin-bottom: 112px;
    align-items: center;
  }
}
.coach__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .coach__item--reverse {
    flex-direction: column-reverse;
  }
}
.coach__body {
  padding-top: 130px;
  width: 44%;
}
@media (max-width: 1200px) {
  .coach__body {
    padding-top: 72px;
  }
}
@media (max-width: 992px) {
  .coach__body {
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .coach__body {
    width: 100%;
    padding-top: 32px;
  }
}
.coach__title {
  margin-bottom: 8px;
  white-space: nowrap;
}
.coach__job {
  color: #6dcff6;
}
.coach__name {
  color: #fff;
}
.coach__name--en {
  font-size: 24px;
  color: #fff;
}
.coach__specialty {
  font-size: 1.75rem;
  line-height: 150%;
  padding: 2px 10px;
  padding-bottom: 0px;
  background-color: #6dcff6;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
  color: black;
}
@media (max-width: 1200px) {
  .coach__specialty {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coach__specialty {
    font-size: 1.125rem;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
}
.coach__resumeList {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .coach__resumeList {
    margin-bottom: 24px;
  }
}
.coach__resumeItem {
  color: #999;
  line-height: 180%;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .coach__resumeItem {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .coach__resumeItem {
    font-size: 14px;
  }
}
.coach__quote {
  font-style: italic;
  word-break: keep-all;
}
.coach__quote--zh {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  .coach__quote--zh {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .coach__quote--zh {
    font-size: 1.625rem;
  }
}
.coach__quote--en {
  font-size: 3rem;
  font-weight: 500;
  width: 500px;
}
@media (max-width: 1200px) {
  .coach__quote--en {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .coach__quote--en {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .coach__quote--en {
    width: auto;
    font-size: 1.75rem;
  }
}
.coach__img {
  width: 44%;
  position: relative;
  padding-top: 80px;
  padding-left: 72px;
}
@media (max-width: 1200px) {
  .coach__img {
    padding-top: 60px;
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .coach__img {
    width: 46%;
    padding-top: 64px;
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .coach__img {
    width: 100%;
    max-width: 390px;
    padding: 0 24px;
    padding-top: 54px;
  }
}
.coach__deco {
  position: absolute;
  top: 0%;
  left: 0%;
}
.coach__deco p {
  font-family: "Oswald", roboto, "Noto Sans TC", "microsoft jhenghei", sans-serif;
  background-color: #42b6e6;
  background-image: linear-gradient(to right, #97f000, #6dcff6 60%);
  background-size: 100%;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
}
.coach__deco--en {
  font-size: 100px;
  line-height: 95%;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .coach__deco--en {
    font-size: 84px;
  }
}
@media (max-width: 992px) {
  .coach__deco--en {
    font-size: 76px;
  }
}
@media (max-width: 767px) {
  .coach__deco--en {
    font-size: 68px;
  }
}
.coach__deco--zh {
  font-size: 48px;
  font-weight: 700;
  margin-top: 6px;
  line-height: 102%;
}
@media (max-width: 1200px) {
  .coach__deco--zh {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .coach__deco--zh {
    font-size: 36px;
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .coach__deco--zh {
    font-size: 32px;
  }
}
.coach__item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .coach__item--reverse {
    flex-direction: column-reverse;
  }
}
.coach__item--reverse .coach__job {
  color: #97f000;
}
.coach__item--reverse .coach__specialty {
  background-color: #97f000;
}

.assistant {
  background-color: #1e1e1e;
}
.assistant .container {
  padding: 0;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .assistant .container {
    width: 100%;
    padding-bottom: 64px;
  }
}
.assistant__list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0;
}
.assistant__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .assistant__item {
    flex-direction: column;
  }
}
.assistant__item > div {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .assistant__item > div {
    padding-left: 0;
  }
}
.assistant__job {
  color: #42b6e6;
}
.assistant__name {
  color: #fff;
}
.assistant__title {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .assistant__title {
    margin-bottom: 8px;
  }
}
.assistant__resumeList {
  list-style-type: disc;
  margin: 0 auto;
}
.assistant__resumeItem {
  color: #999;
  font-size: 14px;
  line-height: 180%;
}
.assistant__img {
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .assistant__img {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .assistant__img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .assistant__img {
    width: 80%;
  }
}

.subcoach {
  background-color: #121212;
}
.subcoach__list {
  padding: 0;
}
.subcoach__list li:nth-last-child(1) {
  margin-bottom: 0;
}

.course {
  background-color: #121212;
}
@media (max-width: 767px) {
  .course .container {
    width: 100%;
  }
}
.course .intro {
  font-size: 1.5rem;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .course .intro {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.course__list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0;
  height: 620px;
}
@media (max-width: 1200px) {
  .course__list {
    flex-flow: row nowrap;
    justify-content: start;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .course__list {
    height: 510px;
    padding-left: 12px;
  }
}
.course__item {
  width: 33.33%;
  min-width: 330px;
  display: flex;
  flex-flow: column;
  padding: 0 32px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .course__item {
    margin: 0 4px;
  }
}
@media (max-width: 767px) {
  .course__item {
    padding: 0px 16px;
  }
}
.course__item p {
  line-height: 180%;
  min-height: 170px;
  filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1200px) {
  .course__item p {
    min-height: 200px;
  }
}
@media (max-width: 992px) {
  .course__item p {
    min-height: 170px;
  }
}
.course__title {
  color: #fff;
  margin-bottom: 20px;
  padding-top: 140px;
  filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767px) {
  .course__title {
    margin-bottom: 10px;
    padding-top: 80px;
  }
}
.course__button {
  margin: 0 auto;
}

.audition {
  background-color: #121212;
}
.audition__list {
  padding: 0;
}
.audition__item {
  display: flex;
  margin-bottom: 48px;
  overflow: hidden;
  background-color: #42b6e6;
}
@media (max-width: 992px) {
  .audition__item {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .audition__item:nth-child(4) .audition__img {
    background-position-y: 10%;
  }
}
.audition__item ul {
  padding-bottom: 0;
}
.audition__img {
  width: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .audition__img {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .audition__img {
    height: 280px;
  }
}
.audition__body {
  background-color: #fff;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 64px;
}
@media (max-width: 992px) {
  .audition__body {
    width: 100%;
    padding: 16px 40px 48px !important;
  }
}
@media (max-width: 767px) {
  .audition__body {
    padding: 16px 24px 48px !important;
  }
}
.audition__body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  border-style: solid;
  border-width: 0 128px 800px 0;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 992px) {
  .audition__body::after {
    top: -120px !important;
    left: 0px !important;
    border-width: 0 0 120px 768px !important;
    border-color: transparent transparent #fff transparent;
  }
}
.audition__title {
  background-color: #42b6e6;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  padding: 0 10px;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .audition__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .audition__title {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.audition__infoItem {
  line-height: 180%;
  font-size: 16px;
  list-style-type: decimal;
}
.audition__item--reverse {
  flex-direction: row-reverse;
  background-color: #fff;
}
@media (max-width: 992px) {
  .audition__item--reverse {
    flex-direction: column;
  }
}
.audition__item--reverse .audition__body {
  background-color: #42b6e6;
  padding-left: 64px;
  padding-right: 32px;
}
@media (max-width: 1200px) {
  .audition__item--reverse .audition__body {
    padding-left: 40px;
    padding-right: 8px;
  }
}
.audition__item--reverse .audition__body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-width: 800px 0 0 128px;
  border-color: transparent transparent transparent #42b6e6;
}
@media (max-width: 992px) {
  .audition__item--reverse .audition__body::after {
    border-color: transparent transparent #42b6e6 transparent;
  }
}
.audition__item--reverse .audition__title {
  background-color: #fff;
  color: #42b6e6;
}
.audition__item--reverse .audition__infoItem {
  color: #fff;
  font-size: 15px;
}
.audition__item--reverse .audition__infoItem.highlight {
  color: #222;
  color: #AF0A13;
}
.audition__step .audition__infoList {
  padding: 0;
}
.audition__step .audition__infoItem {
  list-style-type: none;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.audition__step .audition__infoItem:nth-child(2), .audition__step .audition__infoItem:nth-child(3) {
  align-items: flex-start;
}
.audition__step .audition__infoItem:nth-last-child(1) {
  margin-bottom: 0;
}
.audition__step p {
  color: black;
}
.audition__step .circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #fff;
  border: 1px solid #42b6e6;
  color: #42b6e6;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .audition__step .circle {
    margin-right: 16px;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.audition__step .audition__button {
  text-decoration: underline;
  font-weight: 500;
  color: #AF0A13;
}
.audition__step .audition__button:hover {
  opacity: 0.8;
}
.audition__step .note {
  font-size: 15px;
  color: #666;
}

.product {
  background-color: #1e1e1e;
}
.product .hashtag {
  text-align: center;
  background-color: #42b6e6;
  background-image: linear-gradient(to right, #97f000, #6dcff6 60%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .product .hashtag {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.product__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 0;
}
@media (max-width: 767px) {
  .product__list {
    flex-flow: column nowrap;
  }
}
.product__item {
  width: 32%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 300px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .product__item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.product__name {
  margin-bottom: 8px;
  color: #fff;
  filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.1));
}
.product__button {
  margin: 0 auto;
}
.product__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  max-width: 200px;
}

.partner {
  background-color: #121212;
}
.partner ul li {
  list-style: none;
}
.partner ul {
  padding: 0;
}
.partner__logoList {
  display: flex;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 96px;
}
.partner__logoList:last-child {
  margin-bottom: 0;
}
.partner__logoList li {
  max-width: 180px;
  margin: 0 20px 8px;
}
@media (max-width: 1200px) {
  .partner__logoList li {
    margin: 0 16px 8px;
  }
}
@media (max-width: 992px) {
  .partner__logoList li {
    margin: 0 12px 8px;
  }
}
@media (max-width: 767px) {
  .partner__logoList li {
    max-width: 125px;
    margin: 0px 8px;
  }
}

.goods {
  background-color: #1e1e1e;
}
.goods__list {
  display: flex;
  padding: 0;
  justify-content: space-between;
  flex-flow: wrap;
}
.goods__item {
  width: calc(50% - 8px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .goods__item {
    width: 100%;
    margin-bottom: 32px;
  }
}
.goods__item img {
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.goods__body {
  background-color: #42b6e6;
  text-align: center;
  padding: 4px 12px 30px 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.goods__body h3 {
  color: white;
  line-height: 1.2;
}
.goods__body h3 span {
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 767px) {
  .goods__body {
    padding: 8px 12px 24px 12px;
  }
}
.goods__logolist {
  margin-bottom: -20px;
  margin-right: 12px;
  display: flex;
}
@media (max-width: 1200px) {
  .goods__logolist {
    margin-right: 16px;
  }
}
@media (max-width: 992px) {
  .goods__logolist {
    margin: 0;
  }
}
.goods__logolist img {
  width: 100px;
  margin-right: -10px;
}
@media (max-width: 1200px) {
  .goods__logolist img {
    margin-right: -18px;
  }
}
@media (max-width: 992px) {
  .goods__logolist img {
    width: 85px;
  }
}
.goods p {
  font-size: 18px;
  text-transform: uppercase;
}
.goods .note {
  position: absolute;
  color: #555;
  right: 14px;
  top: 16px;
  font-size: 13px;
}
@media (max-width: 992px) {
  .goods .note {
    font-size: 11px;
    right: 10px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}/*# sourceMappingURL=all-tri.css.map */