@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Lato", "Microsoft Jhenghei", "微軟正黑", sans-serif;
}

a {
  color: inherit;
}

.g_bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#021238), to(#02358c));
  background: linear-gradient(0deg, #021238, #02358c);
  overflow: hidden;
}
.g_bg #particles-js {
  position: absolute;
  width: 200%;
  height: 200%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.g_fixed.fix_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#cc7fff), to(#004097));
  background: linear-gradient(90deg, #cc7fff, #004097);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.g_fixed.fix_top .wrap {
  padding: 0.3rem 0 0.5rem;
  color: #fff;
  line-height: 1.2;
}
.g_fixed.fix_top .wrap span,
.g_fixed.fix_top .wrap a {
  display: inline-block;
}
.g_fixed.fix_top .wrap a {
  padding: 0 0.25rem;
  color: #5855ff;
  text-decoration: underline;
}
.g_fixed.fix_top .wrap a:hover {
  color: #0070c5;
}
.g_fixed.fix_top.is_active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 1em;
  margin: 0.5em 0;
  width: 5em;
  height: 4.5em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fix_aside .fx_item.is_primary {
  background: #cc7fff;
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.fix_aside .fx_item .in_wrap.ic_top {
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}
.fix_aside .fx_item .in_wrap.ic_top .ic {
  width: 100%;
  height: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}
.fix_aside .fx_item .in_wrap.ic_linkedin {
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}
.fix_aside .fx_item .in_wrap.ic_linkedin .ic {
  width: 100%;
  height: 100%;
  background: url("img/ui/linkedin.svg") center/contain no-repeat;
}

.primary_cta {
  display: inline-block;
  border-radius: 3rem;
  padding: 0.5rem 2rem 0.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#cc7fff), to(#5855ff));
  background: linear-gradient(90deg, #cc7fff, #5855ff);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.primary_cta:hover {
  text-decoration: none;
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  color: #fff;
}
.primary_cta span,
.primary_cta img {
  display: inline-block;
  vertical-align: middle;
}
.primary_cta span {
  color: inherit;
}
.primary_cta img {
  margin-left: 0.5rem;
  width: 1.75rem;
}

.g_kv {
  position: relative;
  background-color: #fff;
}
.g_kv .bg {
  width: 100%;
  padding-top: 50%;
  background: url("img/kv_bg.png") center/cover no-repeat;
}
.g_kv .posa {
  position: absolute;
}
.g_kv .logo {
  left: 40px;
  top: 40px;
  width: 11.9791666667%;
}
.g_kv .t1 {
  right: 3.6458333333%;
  top: 8.7962962963%;
  width: 53.125%;
}
.g_kv .line {
  right: 4.1666666667%;
  top: 23.4375%;
  width: 52.0833333333%;
}
.g_kv .line span {
  display: block;
  height: 1px;
  background-color: #000;
  opacity: 0.25;
}
.g_kv .t2 {
  right: 3.6458333333%;
  top: 25.5208333333%;
  width: 49.4791666667%;
  font-size: 1.8229166667vw;
  line-height: 1.2;
  color: #808080;
}
.g_kv .cta {
  right: 3.6458333333%;
  top: 35.4166666667%;
}
.g_kv .cta .primary_cta:hover {
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}
.g_kv .date {
  right: 3.6458333333%;
  top: 46.875%;
  width: 34.8958333333%;
}
.g_kv .timer {
  position: absolute;
  right: 3.6458333333%;
  top: 57.4074074074%;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
  background: linear-gradient(120deg, #cc7fff, #5855ff);
  border-radius: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.g_kv .timer .tb {
  position: relative;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  letter-spacing: normal;
}
.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: yellow;
}
.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - .5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.g_kv .timer .d::after {
  content: "day";
}
.g_kv .timer .h::after {
  content: "hour";
}
.g_kv .timer .m::after {
  content: "min";
}
.g_kv .timer .s::after {
  content: "sec";
}

.cta_wrap {
  margin-top: 40px;
  text-align: center;
}
.cta_wrap .cta_text {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #5855ff;
}

.sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.sc_title .tit {
  display: inline-block;
  font-size: 2rem;
  padding-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.3;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#cc7fff), to(#93278f)) left bottom/100% 4px no-repeat;
  background: linear-gradient(90deg, #cc7fff, #93278f) left bottom/100% 4px no-repeat;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sc_intro {
  padding: 40px 0;
  background-color: #fff;
}
.sc_intro .sc_title .tit {
  color: #cc7fff;
  text-shadow: none;
}
.sc_intro .intro_cnt .items {
  max-width: 960px;
  margin: 0 auto;
}
.sc_intro .intro_cnt .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.sc_intro .intro_cnt .item .pic {
  width: 140px;
}
.sc_intro .intro_cnt .item .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-left: 2rem;
  line-height: 1.1;
}
.sc_intro .intro_cnt .item .text .tit {
  font-size: 1.25em;
  font-weight: 700;
  color: #5855ff;
}
.sc_intro .intro_cnt .item .text .ul {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 30px;
  list-style: none;
}
.sc_intro .intro_cnt .item .text .ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cc7fff;
}
.sc_intro .intro_cnt .item .text .ul li:last-child {
  border-width: 0;
}

.g_main {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 85, 255, 0.66)), to(rgba(88, 85, 255, 0.33))), url("img/bg.png") center/cover fixed;
  background: linear-gradient(180deg, rgba(88, 85, 255, 0.66), rgba(88, 85, 255, 0.33)), url("img/bg.png") center/cover fixed;
}

.sc_agenda {
  padding: 3rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 64, 151, 0.6)), to(rgba(0, 64, 151, 0.3)));
  background: linear-gradient(rgba(0, 64, 151, 0.6), rgba(0, 64, 151, 0.3));
}
.sc_agenda .sc_title .tit {
  color: #fff;
}
.ag_switch {
  padding: 0 0.25rem;
}
.ag_switch .it_wrap {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0;
}
.ag_switch .sw_item {
  position: relative;
  border: 4px solid transparent;
  border-width: 0 0 4px;
  height: 100%;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  color: #fff;
}
.ag_switch .sw_item .txt {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.ag_switch .sw_item .d,
.ag_switch .sw_item .t {
  display: inline-block;
  font-size: 1.75rem;
}
.ag_switch .sw_item .t {
  margin-left: 0.5rem;
  color: yellow;
}

.agenda_cnt {
  max-width: 920px;
  margin: 0 auto;
}

.ag_wrap {
  margin-bottom: 40px;
}
.ag_wrap:nth-child(1) .ag_tit .tit {
  background-color: #cc7fff;
}
.ag_wrap:nth-child(2) .ag_tit .tit {
  background-color: #c543a4;
}
.ag_wrap:nth-child(3) .ag_tit .tit {
  background-color: #93278f;
}
.ag_wrap .ag_tit {
  margin-bottom: 1rem;
}
.ag_wrap .ag_tit .tit {
  display: inline-block;
  padding: 0.3rem 2rem;
  border-radius: 30px;
  background-color: #cc7fff;
  color: #fff;
  font-size: 1.5rem;
}
.ag_wrap .item {
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 1.25rem;
  color: #fff;
}
.ag_wrap .item .time {
  color: yellow;
}
.ag_wrap .item .tit {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 1px 1px #004097;
  letter-spacing: 0.02em;
}
.ag_wrap .item .spk {
  padding-left: 10px;
}
.ag_wrap .item .spk .it::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: linear-gradient(45deg, #cc7fff, #93278f);
}
.ag_wrap .item .spk .it::before,
.ag_wrap .item .spk .it .name,
.ag_wrap .item .spk .it .job {
  display: inline-block;
  vertical-align: middle;
}
.ag_wrap .item .spk .it .name {
  margin-left: 6px;
  margin-right: 10px;
}
.ag_wrap .item .spk .it .job {
  font-weight: 300;
}

.sc_speaker {
  padding-bottom: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 64, 151, 0.3)), to(rgba(88, 85, 255, 0.6)));
  background: linear-gradient(rgba(0, 64, 151, 0.3), rgba(88, 85, 255, 0.6));
}
.sc_speaker .spk_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc_speaker .spk_cnt .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sc_speaker .spk_cnt .item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: relative;
  padding-top: 100%;
  background: url("img/ui/spk.svg") center/contain;
}
.sc_speaker .spk_cnt .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sc_speaker .spk_cnt .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 1rem 2rem;
  background-color: #fff;
  font-size: 1.125rem;
}
.sc_speaker .spk_cnt .item .name {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  color: #5855ff;
}
.sc_speaker .spk_cnt .item .tit {
  margin-top: 6px;
  line-height: 1.2;
}
.sc_speaker .cta_wrap .cta_text {
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.sc_gift {
  padding: 3rem 0;
}

.sc_detail {
  padding: 3rem 0;
  background-color: rgba(88, 85, 255, 0.8);
  color: #fff;
}
.sc_detail .sc_title .tit {
  color: #fff;
}
.sc_detail ol, .sc_detail ul {
  padding-left: 1.25em;
}
.sc_detail ol a, .sc_detail ul a {
  color: #faab63;
  text-decoration: underline;
}
.sc_detail ol a:hover, .sc_detail ul a:hover {
  color: #5855ff;
}

.strong_tip {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.strong_tip .wrap {
  display: inline-block;
  width: 100%;
  background: linear-gradient(120deg, #cc7fff, #5855ff);
  border-radius: 2rem;
  padding: 0.25rem 0 0.4rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}
.strong_tip .wrap span,
.strong_tip .wrap a {
  display: inline-block;
}
.strong_tip .wrap a {
  padding: 0 0.25rem;
  color: #93278f;
  text-decoration: underline;
}

.g_footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 2em 0 3em;
  background-color: #021238;
}
.g_footer .foot_cnt {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_footer .logo_wrap {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 2rem;
  border-right: 1px solid #fff;
}
.g_footer .name_wrap {
  padding-left: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.2;
}
.g_footer .name_wrap .n {
  color: #fff;
  font-size: 1.5rem;
}
.g_footer .name_wrap .s {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
}
.g_footer .sns_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
.g_footer .sns_wrap .t {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.g_footer .sns_wrap .a_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g_footer .sns_wrap .a_row > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding: 2px;
}
.g_footer a:hover {
  opacity: 0.8;
}

.modal-content {
  border-width: 0;
}

.modal-header {
  border-bottom-width: 0;
  padding-left: 2rem;
}
.modal-header .h4 {
  color: #5855ff;
  font-weight: 700;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 1.25rem 2rem 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.25rem;
  line-height: 1.2;
}
.modal-body ul,
.modal-body ol {
  padding-left: 1.7rem;
  margin-bottom: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.modal-body li {
  padding: 0.2rem 0;
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .g_header .nav_cnt {
    left: -0.5rem;
    top: 100%;
    width: calc(100% + 1rem);
    display: block;
    margin-top: 0.5rem;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }

  .g_kv .cta {
    left: inherit;
    right: 1rem;
    top: 36%;
  }
  .g_kv .cta a {
    font-size: 1.2rem;
  }
  .g_kv .cta img {
    width: 20px;
  }
  .g_kv .timer {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: inherit;
    bottom: 0.5rem;
  }

  .sc_intro .intro_cnt .item {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sc_intro .intro_cnt .item .pic {
    margin: 0 auto 10px;
  }
  .sc_intro .intro_cnt .item .text {
    padding-left: 0;
  }
  .sc_intro .intro_cnt .item .text .tit {
    margin-bottom: 6px;
  }
  .sc_intro .intro_cnt .item .text .ul {
    padding-left: 0;
    padding-right: 0;
  }

  .sc_agenda .ag_switch {
    margin-bottom: 20px;
  }
  .sc_agenda .ag_switch .sw_item .t {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .sc_agenda .ag_wrap {
    text-align: center;
  }
  .sc_agenda .ag_wrap .ag_tit .tit {
    font-size: 1.25rem;
  }
  .sc_agenda .ag_wrap .item {
    padding-left: 0;
    margin-bottom: 24px;
    font-size: 1rem;
  }
  .sc_agenda .ag_wrap .item .spk .it {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .sc_agenda .ag_wrap .time {
    font-size: 1.2em;
    margin-bottom: 6px;
  }

  .sc_speaker .spk_cnt .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 3px);
            flex: 0 1 calc(50% - 3px);
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .g_footer {
    padding-bottom: 6rem;
  }
  .g_footer .foot_cnt {
    display: block;
  }
  .g_footer .logo_wrap {
    padding-right: 0;
    border-right: 0;
  }
  .g_footer .name_wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
  }
  .g_footer .name_wrap .n {
    font-size: 1rem;
  }
  .g_footer .name_wrap .s {
    font-size: 0.875rem;
  }
  .g_footer .sns_wrap .a_row {
    margin: 0 auto;
    width: 240px;
  }
  .g_footer .sns_wrap .a_row > a {
    padding: 5px;
  }

  .fix_aside {
    right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix_aside .fx_item {
    margin: 0 0.25em;
  }

  .modal-header {
    padding-left: 1.5rem;
  }

  .modal-body {
    padding: 1.5rem;
    font-size: 1rem;
  }
}