@charset "UTF-8";
@keyframes scaleFade {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes bounse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  20% {
    transform: scale(0.67);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
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: linear-gradient(0deg, #021238, #02358c);
  overflow: hidden;
}
.g_bg #particles-js {
  position: absolute;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
}

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

@keyframes shine {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(110%);
  }
}
.primary_cta {
  display: inline-block;
  border-radius: 3rem;
  padding: 0.5rem 2rem 0.6rem;
  background-color: #0070c5;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  transition: transform 300ms;
}
.primary_cta:hover {
  text-decoration: none;
  transform: translate3d(-5px, -5px, 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;
}
.g_kv .bg {
  width: 100%;
  padding-top: 56.25%;
  background: url("img/kv_bg.png") left bottom/cover no-repeat;
  opacity: 0.9;
}
.g_kv .posa {
  position: absolute;
}
.g_kv .logo {
  left: 60px;
  top: 60px;
  width: 13.28125%;
}
.g_kv .t1 {
  left: 53.3854166667%;
  top: 24.2592592593%;
  width: 17.5%;
}
.g_kv .line {
  left: 47.1354166667%;
  top: 38.1481481481%;
  width: 47.8645833333%;
}
.g_kv .t2 {
  left: 53.3854166667%;
  top: 33.3333333333%;
  width: 38.5416666667%;
}
.g_kv .t3 {
  left: 53.3854166667%;
  top: 43.5185185185%;
  width: 36.4583333333%;
  font-size: 1.875vw;
  line-height: 1.4;
  color: #fff;
}
.g_kv .cta {
  position: absolute;
  right: 7.7142857143%;
  bottom: -4rem;
}
.g_kv .cta .primary_cta {
  margin-bottom: -100%;
}
.g_kv .date {
  left: 72.3958333333%;
  top: 77.7777777778%;
  width: 21.09375%;
}
.g_kv .lines > div {
  position: absolute;
  width: 8vw;
  height: 3px;
  transform-origin: left center;
}
.g_kv .lines .cir {
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.g_kv .lines .cir.otherside {
  left: 100%;
}
.g_kv .lines .cir.strokes {
  width: 1.25vw;
  height: 1.25vw;
}
.g_kv .lines .cir.strokes::before, .g_kv .lines .cir.strokes::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 300%;
  height: 300%;
  left: -100%;
  top: -100%;
  opacity: 0;
  animation: scaleFade 3s linear 0s infinite;
}
.g_kv .lines .cir.strokes::after {
  animation-delay: 1s;
}
.g_kv .lines .cir.strokes.c12 {
  background-color: #2cbcff;
}
.g_kv .lines .cir.strokes.c2 {
  background-color: #f6d45f;
}
.g_kv .lines .cir.strokes.c3 {
  background-color: #00ab8d;
}
.g_kv .lines .cir.gradient {
  width: 1.5625vw;
  height: 1.5625vw;
}
.g_kv .lines .cir.gradient::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: bounse 2s linear 0s infinite;
}
.g_kv .lines .cir.gradient.c12::before {
  background: radial-gradient(rgba(44, 188, 255, 0.9), rgba(44, 188, 255, 0) 90%);
}
.g_kv .lines .cir.gradient.c2::before {
  background: radial-gradient(rgba(246, 212, 95, 0.9), rgba(246, 212, 95, 0) 90%);
}
.g_kv .lines .cir.gradient.c3::before {
  background: radial-gradient(rgba(0, 171, 141, 0.9), rgba(0, 171, 141, 0) 90%);
}
.g_kv .lines .cir.gradient .txt.left {
  margin-right: 0.33rem;
}
.g_kv .lines .cir.gradient .txt.right {
  margin-left: 0.33rem;
}
.g_kv .lines .cir .txt {
  position: absolute;
  font-size: 1.09375vw;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.g_kv .lines .cir .txt.c12 {
  color: #2cbcff;
}
.g_kv .lines .cir .txt.c2 {
  color: #f6d45f;
}
.g_kv .lines .cir .txt.c3 {
  color: #00ab8d;
}
.g_kv .lines .cir .txt.grey {
  font-size: 0.9375vw;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0em;
  font-weight: 400;
}
.g_kv .lines .cir .txt.left {
  right: 100%;
  margin-right: 1rem;
}
.g_kv .lines .cir .txt.right {
  left: 100%;
  margin-left: 1rem;
}
.g_kv .lines.l1 {
  left: 40.2%;
  bottom: 16.7%;
  z-index: 10;
}
.g_kv .lines.l1 > div {
  background-color: #f6d45f;
}
.g_kv .lines.l1 .line1 {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.g_kv .lines.l1 .line2 {
  left: 0;
  bottom: 7.9vw;
  width: 8.1vw;
  transform: rotate(-149.5deg);
}
.g_kv .lines.l1 .line3 {
  left: -6.9vw;
  bottom: 11.95vw;
  transform: rotate(-90deg);
}
.g_kv .lines.l1 .cir.primary {
  width: 1.25vw;
  height: 1.25vw;
  background-color: #f6d45f;
  transform: translate(-50%, -50%) rotate(90deg);
}
.g_kv .lines.l1 .cir.primary::before, .g_kv .lines.l1 .cir.primary::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #f6d45f;
  opacity: 0;
  width: 320%;
  height: 320%;
  left: -110%;
  top: -110%;
  animation: scaleFade 3s linear 0s infinite;
}
.g_kv .lines.l1 .cir.primary::before {
  animation-delay: 1s;
  z-index: 2;
}
.g_kv .lines.l1 .cir.primary::after {
  border-color: #fff;
  background: radial-gradient(transparent 33%, #fff 33%, rgba(246, 212, 95, 0) 70%);
}
.g_kv .lines.l1 .line4 {
  left: -6.9vw;
  bottom: 12vw;
  transform: rotate(-210.5deg);
}
.g_kv .lines.l2 {
  left: 40.2%;
  bottom: -12%;
}
.g_kv .lines.l2 > div {
  background-color: #f6d45f;
  height: 2px;
}
.g_kv .lines.l2 .line1 {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.g_kv .lines.l2 .line2 {
  left: 0;
  bottom: 8vw;
  width: 8vw;
  transform: rotate(-149deg);
}
.g_kv .lines.l2 .line2 .cir {
  transform: translate(-50%, -50%) rotate(149.5deg);
}
.g_kv .lines.l3 {
  left: 0%;
  bottom: 16.6%;
}
.g_kv .lines.l3 > div {
  background-color: #2cbcff;
}
.g_kv .lines.l3 .line1 {
  left: 0;
  bottom: 0;
  width: 12.3vw;
}
.g_kv .lines.l3 .line2 {
  left: 12.3vw;
  bottom: 0;
  transform: rotate(-90deg);
}
.g_kv .lines.l3 .line3 {
  left: 12.3vw;
  bottom: 7.9vw;
  width: 8vw;
  transform: rotate(-30.5deg);
}
.g_kv .lines.l3 .line4 {
  left: 19.1vw;
  bottom: 12vw;
  transform: rotate(30.5deg);
}
.g_kv .lines.l3 .line5 {
  left: 26vw;
  bottom: 7.9vw;
  transform: rotate(-90deg);
}
.g_kv .lines.l3 .line5 .cir {
  transform: translate(-50%, -50%) rotate(90deg);
}
.g_kv .lines.l4 {
  left: 12.3%;
  bottom: 52.5%;
}
.g_kv .lines.l4 > div {
  background-color: #00ab8d;
}
.g_kv .lines.l4 .line1 {
  left: 0;
  bottom: 4.1vw;
  width: 8.2vw;
  transform: rotate(30.5deg);
}
.g_kv .lines.l4 .line2 {
  left: 7vw;
  bottom: 0;
  transform: rotate(-30.5deg);
}
.g_kv .lines.l4 .line3 {
  left: 13.8vw;
  bottom: 4.1vw;
  transform: rotate(-90deg);
}
.g_kv .lines.l4 .line4 {
  left: 13.8vw;
  bottom: 12.1vw;
  width: 8.1vw;
  transform: rotate(-30.5deg);
}
.g_kv .lines.l4 .line5 {
  left: 20.8vw;
  bottom: 16.2vw;
  transform: rotate(-148deg);
}
.g_kv .lines.l4 .line5 .cir {
  transform: translate(-50%, -50%) rotate(150deg);
}
.g_kv .lines.l5 {
  right: 38.9%;
  bottom: 38.3%;
}
.g_kv .lines.l5 > div {
  background-color: #2cbcff;
  height: 2px;
}
.g_kv .lines.l5 .line1 {
  right: 0;
  bottom: 0;
  width: 13.7vw;
}
.g_kv .lines.l5 .line2 {
  right: 5.7vw;
  bottom: 0;
  transform: rotate(-150deg);
}
.g_kv .lines.l5 .line3 {
  right: 12.7vw;
  bottom: 4vw;
  width: 7.9vw;
  transform: rotate(-210deg);
}

.main_content {
  position: relative;
  z-index: 2;
}

.sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.sc_title .tit {
  display: inline-block;
  font-size: 1.75rem;
  padding: 0 1.5rem 0.75rem;
  line-height: 1.3;
  background: linear-gradient(90deg, #021c60, #2cbcff, #f6d45f, #fff) left bottom/100% 4px no-repeat;
  color: #fff;
}

.sc_intro {
  padding: 2rem 0;
  background-color: #fff;
}
.sc_intro .sc_title .tit {
  font-weight: 700;
  color: #021c60;
}
.sc_intro .content {
  margin: 0 auto;
  max-width: 44em;
  font-size: 1.25rem;
}

.sc_agenda {
  padding: 3rem 0;
}
.sc_agenda .sc_title .tit {
  color: #fff;
}

.ag_switch {
  display: flex;
  padding: 0 0.25rem;
}
.ag_switch .it_wrap {
  display: inline-flex;
  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 1rem;
  transition: opacity 500ms, border 500ms;
  cursor: pointer;
  line-height: 1;
  opacity: 0.4;
  color: #fff;
}
.ag_switch .sw_item .txt {
  position: relative;
  z-index: 1;
  transition: transform 300ms;
}
.ag_switch .sw_item .d,
.ag_switch .sw_item .t {
  display: inline-block;
}
.ag_switch .sw_item .d {
  font-size: 1.5rem;
}
.ag_switch .sw_item .t {
  font-size: 1.25rem;
  margin-left: 0.5rem;
  color: #f6d45f;
}
.ag_switch .sw_item:hover {
  opacity: 0.8;
  border-color: rgba(246, 212, 95, 0.3);
}
.ag_switch .sw_item.is_active {
  opacity: 1;
  border-color: #f6d45f;
}
.ag_switch .sw_item.is_active .txt {
  transform: translateX(2%);
}
.ag_switch .cta_wrap {
  padding-left: 2rem;
  text-align: right;
}

.ag_wrap {
  display: none;
}
.ag_wrap:first-of-type {
  display: block;
}
.ag_wrap .col_wrap {
  padding: 0.5rem 0.25rem;
}
.ag_wrap .ag_item {
  position: relative;
  border-radius: 1em;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  font-size: 1.25rem;
}
.ag_wrap .ag_item .trk {
  width: 67%;
  padding: 0.6rem 3rem 0.65rem;
  background: linear-gradient(90deg, #2cbcff 50%, rgba(44, 188, 255, 0));
  font-style: italic;
  color: #fff;
  line-height: 1;
  font-size: 1.2em;
}
.ag_wrap .ag_item .info {
  display: flex;
  align-items: center;
  padding: 1rem 2em;
}
.ag_wrap .ag_item .info .img {
  flex: 0 0 300px;
  border-radius: 50%;
  border: 2px solid #2cbcff;
  overflow: hidden;
}
.ag_wrap .ag_item .info .txt {
  flex: 1 1 100%;
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.ag_wrap .ag_item .info .title {
  margin: 0.25em 0;
  padding: 0 0.125em;
  display: flex;
  align-items: center;
}
.ag_wrap .ag_item .info .main {
  line-height: 1.4;
  font-size: 1.25em;
  font-weight: 700;
}
.ag_wrap .ag_item .info .speaker {
  margin-top: 1.5em;
  margin-left: 0.6em;
  padding-left: 1em;
  border-left: 1px solid #00ab8d;
  line-height: 1.2;
}
.ag_wrap .ag_item .info .speaker .sp_name {
  font-weight: 700;
  color: #021c60;
  font-size: 1.125em;
}
.ag_wrap .ag_item .info .ctab {
  margin-top: 0.5rem;
  text-align: right;
}
.ag_wrap .ag_item .info .ctab span {
  display: inline-block;
  border-radius: 1rem 0.15rem;
  padding: 0.8rem 1.5rem 0.7rem 1.5rem;
  background-color: #faab63;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.ag_wrap .ag_item .info .ctab:hover span {
  text-decoration: underline;
}

.sc_speaker {
  padding-bottom: 5rem;
}
.sc_speaker .spk_cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sc_speaker .spk_cnt .item {
  flex: 0 1 32.25%;
  padding: 0 0.75rem 2rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.sc_speaker .spk_cnt .item .text {
  padding: 0.75rem 1rem 0;
}
.sc_speaker .spk_cnt .item .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #021c60;
}
.sc_speaker .spk_cnt .item .tit {
  line-height: 1.2;
}

.sc_gift {
  padding: 3rem 0;
}

.sc_detail {
  padding: 3rem 0;
  background-color: rgba(2, 28, 96, 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: #021c60;
}

.g_footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 2em 2em 3em;
}
.g_footer .foot_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_footer .logo_wrap {
  display: block;
  flex: 0 0 300px;
  padding-right: 2rem;
  border-right: 1px solid #fff;
}
.g_footer .name_wrap {
  padding-left: 2rem;
  flex: 1 0 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 {
  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: flex;
}
.g_footer .sns_wrap .a_row > a {
  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: #021c60;
}
.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.4;
}
.modal-body ul {
  padding-left: 1.7rem;
  margin-bottom: 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;
  }

  .sc_intro .content {
    width: 90%;
    font-size: 1.125rem;
  }

  .sc_agenda .ag_switch {
    display: block;
  }
  .sc_agenda .ag_switch .it_wrap {
    display: block;
    margin-bottom: 0;
  }
  .sc_agenda .ag_switch .sw_item {
    border-radius: 0.25rem;
    padding: 0.75rem;
    border-width: 1px;
  }
  .sc_agenda .ag_switch .sw_item .d,
.sc_agenda .ag_switch .sw_item .t {
    display: block;
  }
  .sc_agenda .ag_switch .sw_item .t {
    margin-left: 0;
    margin-top: 0.25rem;
  }
  .sc_agenda .ag_switch .cta_wrap {
    padding: 0.5rem 0 1rem;
    text-align: center;
  }
  .sc_agenda .ag_item {
    border-radius: 10px;
    font-size: 1rem;
  }
  .sc_agenda .ag_item .trk {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sc_agenda .ag_item .info {
    display: block;
  }
  .sc_agenda .ag_item .info .img {
    margin: 0 auto;
    width: 240px;
  }
  .sc_agenda .ag_item .info .title {
    margin-top: 0.5rem;
  }
  .sc_agenda .ag_item .info .txt {
    padding-left: 0;
  }
  .sc_agenda .ag_item .info .ctab {
    margin-top: 0.75rem;
  }

  .sc_speaker .spk_cnt .item {
    flex: 0 1 49%;
    padding-left: 0;
    padding-right: 0;
  }

  .g_footer {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 6rem;
    width: 270px;
  }
  .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: flex;
  }
  .fix_aside .fx_item {
    margin: 0 0.25em;
  }

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

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