@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  -webkit-overflow-scrolling: touch;
}

body {
  background: url("../../dist/img/bg-point.png");
  background-repeat: repeat;
  background-color: #19264B;
  vertical-align: middle;
  font-family: "Noto Sans TC", Arial, Microsoft JhengHei, "微軟正黑體", LiHei Pro, "儷黑體", PMingLiu, "新細明體", sans-serif;
  letter-spacing: 0.08rem;
  font-size: 16px;
  font-weight: 300;
}
body a, body a:hover, body a:active, body a:focus {
  text-decoration: none;
}

section {
  overflow: hidden;
}

img {
  vertical-align: middle;
  border-style: none;
  outline: none;
  max-width: 100%;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

.flex-center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-between-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.font-xs {
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.font-sm {
  font-size: 0.875rem;
  line-height: 1.4rem;
}

.font-base {
  font-size: 1rem;
  line-height: 1.6rem;
}

.font-lg {
  font-size: 1.125rem;
  line-height: 1.8rem;
}

.font-xl {
  font-size: 1.25rem;
  line-height: 2rem;
}

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

.font-3xl {
  font-size: 1.875rem;
  line-height: 3rem;
}

.font-4xl {
  font-size: 2.25rem;
  line-height: 3.6rem;
}

.font-5xl {
  font-size: 3rem;
  line-height: 4.8rem;
}

.font-6xl {
  font-size: 3.75rem;
  line-height: 6rem;
}

.font-7xl {
  font-size: 4.5rem;
  line-height: 7.2rem;
}

.font-8xl {
  font-size: 6rem;
  line-height: 9.6rem;
}

.font-9xl {
  font-size: 8rem;
  line-height: 12.8rem;
}

.align-right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}
main p {
  font-size: 1.35rem;
  line-height: 2.45rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main p {
    font-size: 1.15rem;
    line-height: 1.85rem;
  }
}

ul {
  padding-left: 12%;
  padding-right: 12%;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  ul {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  ul {
    padding-left: 2.5rem;
  }
}
ul li {
  font-size: 1.05rem;
  line-height: 1.45rem;
  color: #fff;
  text-align: justify;
  padding-bottom: 1rem;
}

.spartan {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
}

.hr {
  width: 90%;
  display: block;
  height: 10px;
  border-bottom: 1px solid #44cbf0;
  border-style: dashed;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.full {
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.yellow {
  color: #F6FF1F;
}

a.yellow {
  text-decoration: underline;
}

.green {
  color: #00FF9F;
  font-weight: bold;
}

.round {
  color: #19264B;
  display: inline-block;
  min-width: 8rem;
  text-align: center;
  border-radius: 2rem;
}
.round.yellow {
  background-color: #F6FF1F;
}
.round.blue {
  background-color: #44cbf0;
}

.kv {
  background: url("../../dist/img/kv-bg.png"), -webkit-gradient(linear, left bottom, left top, from(rgba(25, 38, 75, 0)), color-stop(20%, #19264B));
  background: url("../../dist/img/kv-bg.png"), linear-gradient(0deg, rgba(25, 38, 75, 0), #19264B 20%);
  background-repeat: no-repeat;
  background-size: auto 100%, cover;
}
.kv .smart {
  position: absolute;
  top: -0.5rem;
  left: 0;
}
.kv .smart img {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .kv .smart img {
    width: 140px;
    top: 1rem;
  }
}

.kv-word {
  max-width: 715px;
  width: 90%;
  margin-right: 100px;
  padding-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .kv-word {
    margin-right: auto;
  }
}

.kv-robot {
  position: relative;
  margin-top: -250px;
  margin-left: -40px;
}
@media screen and (max-width: 1024px) {
  .kv-robot {
    margin-top: -40px;
    margin-left: 0px;
  }
}

.price-bar {
  margin-top: -2.65rem;
  margin-bottom: 3rem;
  position: relative;
}

.bar-top::before {
  background: url("../../dist/img/sale-bar-ing-top.svg");
  height: 25px;
  width: 80%;
}

.bar-bottom::before {
  background: url("../../dist/img/sale-bar-ing-bottom.svg");
  height: 20px;
  width: 100%;
}

.bar-top::before, .bar-bottom::before {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.bar-body {
  background-color: #2B6BA2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 83px;
}
@media screen and (max-width: 768px) {
  .bar-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0.75rem 0 0.75rem 1rem;
  }
}

.discount {
  background-color: #F6FF1F;
  font-size: 2.75rem;
  color: #2B6BA2;
  padding: 0.25rem 0.5rem;
  margin: 0.35rem 0.5rem;
}
.discount .small {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .discount {
    padding: 0 0.25rem;
    margin: 0;
    text-align: center;
    font-size: 2.25rem;
    position: absolute;
    left: 4.75rem;
    top: -14px;
    border-radius: 0.5rem;
  }
}

.circular span {
  background-color: #F6FF1F;
  font-size: 0.85rem;
  color: #2B6BA2;
  border-radius: 2rem;
  padding: 0 2px;
  margin-right: -2px;
}

.price {
  margin-left: 2rem;
}
.price .number {
  margin-bottom: -0.5rem;
}
.price .number .small {
  font-size: 0.85rem;
  color: #F6FF1F;
  display: inline-block;
}
.price .number .small.white {
  color: #fff;
  text-decoration: line-through;
}
.price .number span {
  color: #F6FF1F;
  font-size: 2.75rem;
  margin-top: 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .price {
    margin-left: 0;
  }
}

.date {
  margin-left: 6rem;
}
.date time {
  color: #fff;
  margin-top: 0.75rem;
  font-size: 1rem;
  display: inline-block;
}
.date time b {
  font-family: "League Spartan", sans-serif;
  font-size: 1.75rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media screen and (max-width: 768px) {
  .date {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.join {
  position: absolute;
  right: 40px;
  bottom: -50px;
  width: 160px;
  -webkit-transition: right ease 0.3s, bottom ease 0.6s;
  transition: right ease 0.3s, bottom ease 0.6s;
  -webkit-animation: floating_ani 3s ease-in-out infinite;
          animation: floating_ani 3s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .join {
    width: 120px;
    right: 20px;
    bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .join {
    right: 5px;
    width: 110px;
  }
}
.join.fixed {
  position: fixed;
  bottom: 0px;
  z-index: 99;
  -webkit-transition: right ease 0.3s, bottom ease 0.6s;
  transition: right ease 0.3s, bottom ease 0.6s;
}

@-webkit-keyframes floating_ani {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-5px) scale(0.975);
            transform: translateY(-5px) scale(0.975);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes floating_ani {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-5px) scale(0.975);
            transform: translateY(-5px) scale(0.975);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.frame {
  padding: 1rem;
}
.frame::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 860px;
  background: url("../../dist/img/light.png");
  background-size: cover;
  right: -250px;
  top: -270px;
  z-index: -1;
}

.frame-body {
  background: url("../../dist/img/light-right.png"), url("../../dist/img/center.svg");
  background-size: auto, 100% auto;
  background-repeat: no-repeat, repeat-y;
  background-position: 96% 100%, center;
  background-color: #19264B;
}
@media screen and (max-width: 1024px) {
  .frame-body {
    background: url("../../dist/img/center.svg");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center;
  }
}

.frame-top::before, .frame-bottom::before {
  content: "";
  width: 100%;
  height: 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .frame-top::before, .frame-bottom::before {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .frame-top::before, .frame-bottom::before {
    height: 20px;
  }
}

.frame-top {
  margin-bottom: -2px;
}
.frame-top::before {
  background: url("../../dist/img/top.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.frame-bottom {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .frame-bottom {
    margin-bottom: 0rem;
  }
}
.frame-bottom::before {
  background: url("../../dist/img/bottom.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: top;
}

.ttl {
  max-width: 400px;
  padding: 2rem 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .ttl {
    width: 65%;
  }
}

.intro-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .intro-img img:nth-child(1) {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .intro-img img:nth-child(2) {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .intro-img img:nth-child(3) {
    display: none;
  }
}
.intro-img img:nth-child(2), .intro-img img:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.radar-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .radar-icon {
    width: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .radar-icon {
    display: none;
  }
}

.radar-img {
  width: 45%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .radar-img {
    width: 60%;
  }
}
.radar-img img:nth-child(2), .radar-img img:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .radar-img img:nth-child(3) {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .radar-img:nth-child(2) img:nth-child(3) {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .radar-img:nth-child(3) img:nth-child(3) {
    width: 100%;
  }
}

.radar-img:nth-child(2) img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
  animation: ani_rotate 8s infinite reverse linear;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

.radar-img:nth-child(3) img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
  animation: ani_rotate 8s infinite reverse linear;
}

.radar-img:nth-child(4) img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
  animation: ani_rotate 8s infinite reverse linear;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

.radar-img:nth-child(5) img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
  animation: ani_rotate 8s infinite reverse linear;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes ani_rotate {
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(720deg);
            transform: translate(-50%, -50%) rotate(720deg);
  }
}

@keyframes ani_rotate {
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(720deg);
            transform: translate(-50%, -50%) rotate(720deg);
  }
}
.who-text {
  max-width: 70%;
  margin-bottom: -3rem;
}
@media screen and (max-width: 768px) {
  .who-text {
    margin-bottom: -1rem;
  }
}

.who-pic {
  max-width: 80%;
}

.info-txt {
  padding-left: 12%;
  padding-right: 12%;
}
@media screen and (max-width: 768px) {
  .info-txt {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.info-txt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.info-txt p > img:nth-child(1) {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .info-txt p > img:nth-child(1) {
    margin-bottom: 1rem;
    max-width: 150px;
  }
}
.info-txt p .block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 6.5rem;
  margin-bottom: 1rem;
}
.info-txt p .block .round {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .info-txt p .block {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.speaker .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.speaker .txt img:nth-child(1) {
  margin-left: -50px;
}
@media screen and (max-width: 1024px) {
  .speaker .txt img:nth-child(1) {
    margin-left: 0;
  }
}
.speaker .txt img:nth-child(2) {
  max-width: 85%;
}

.note p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 1rem;
  padding-left: 12%;
  padding-right: 12%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .note p {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.note img {
  padding-right: 0.5rem;
}

footer {
  background-color: #2B6BA2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer p {
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}