@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;
  }
}
@keyframes shine {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
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;
}

.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 .ai {
  left: 18.75%;
  top: 43.9814814815%;
  padding-top: 3.1285714286%;
  width: 7.2916666667%;
}
.g_kv .ai img {
  position: absolute;
  left: 0;
  top: 0;
}
.g_kv .ai img:last-child {
  animation: shine 3s linear 0s infinite;
}
.g_kv .graph {
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 56.25%;
}
.g_kv .graph img {
  position: absolute;
  left: 0;
  top: 0;
}
.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: 65.1041666667%;
  top: 68.5185185185%;
  width: 28.125%;
}
.g_kv .lines.l1 {
  left: 41.9%;
  bottom: 26.7%;
  z-index: 10;
}
.g_kv .lines.l2 {
  left: 35.6%;
  bottom: 74%;
}
.g_kv .lines.l3 {
  left: 35.5%;
  bottom: 46.6%;
}
.g_kv .lines .cir {
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #f6d45f;
}
.g_kv .lines .cir::before, .g_kv .lines .cir::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-color: #f6d45f;
  border-radius: 50%;
  width: 300%;
  height: 300%;
  left: -100%;
  top: -100%;
  opacity: 0;
  animation: scaleFade 3s linear 0s infinite;
}
.g_kv .lines .cir::after {
  animation-delay: 1s;
}
.g_kv .lines .cir .txt {
  position: absolute;
  font-size: 0.9375vw;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #f6d45f;
}
.g_kv .lines .cir .txt.left {
  right: 100%;
  bottom: 10%;
  margin-right: 1rem;
}
.g_kv .lines .cir .txt.top {
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 1.5rem;
}
.g_kv .timer {
  position: absolute;
  right: 6.7708333333%;
  top: 77.7777777778%;
  color: #fff;
  text-align: center;
}
.g_kv .timer .tb {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(2, 28, 96, 0.8);
}
.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 300;
  color: #f6d45f;
}
.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - .5rem);
  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";
}

.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 1.5rem;
  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;
  font-size: 1.75rem;
}
.ag_switch .sw_item .t {
  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 .cta_wrap {
  padding-left: 2rem;
  text-align: right;
}

@keyframes img_slide {
  0% {
    left: 0;
  }
  35% {
    left: 0;
  }
  50% {
    left: -100%;
  }
  85% {
    left: -100%;
  }
  100% {
    left: -200%;
  }
}
.ag_wrap {
  display: none;
}
.ag_wrap:first-of-type {
  display: block;
}
.ag_wrap .col_wrap {
  padding: 0.5rem 0.25rem 0.5rem;
}
.ag_wrap .ag_item {
  position: relative;
  border-radius: 160px 40px 40px 160px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  font-size: 1rem;
}
.ag_wrap .ag_item .info {
  display: flex;
  align-items: center;
  padding: 0.2rem;
}
.ag_wrap .ag_item .info .time {
  position: absolute;
  left: 0.2rem;
  top: 0.18rem;
  z-index: 3;
}
.ag_wrap .ag_item .info .time span {
  display: inline-block;
  border-radius: 18px 0 10px 0;
  padding: 0.45rem 1.5rem 0.55rem;
  background-color: #2cbcff;
  font-style: italic;
  color: #fff;
  line-height: 1;
  font-size: 1.125em;
}
.ag_wrap .ag_item .info .txt {
  flex: 1 1 100%;
  padding: 2.5rem 2.5rem 1.5rem;
}
.ag_wrap .ag_item .info .txt .trk {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem;
  border-bottom: 1px solid currentColor;
  color: #021c60;
  line-height: 1;
}
.ag_wrap .ag_item .info .txt .title {
  margin: 0.25em 0;
  padding: 0 0.125em;
}
.ag_wrap .ag_item .info .txt .title .main {
  line-height: 1.4;
  font-size: 1.25em;
  font-weight: 700;
  cursor: pointer;
}
.ag_wrap .ag_item .info .txt .title .main > span {
  vertical-align: middle;
}
.ag_wrap .ag_item .info .txt .title .main .ctab {
  padding-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.ag_wrap .ag_item .info .txt .title .main .ctab span {
  border-radius: 1rem;
  padding: 0.3rem 0.7rem 0.4rem;
  background-color: #faab63;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 0.875rem;
}
.ag_wrap .ag_item .info .txt .title:hover .main > span {
  text-decoration: underline;
}
.ag_wrap .ag_item .info .txt .title:hover .ctab span {
  text-decoration: none;
  background-color: #c543a4;
}
.ag_wrap .ag_item .info .txt .speaker {
  margin-top: 1em;
  margin-left: 0.6em;
  padding-left: 1em;
  border-left: 1px solid #00ab8d;
  line-height: 1.2;
}
.ag_wrap .ag_item .info .txt .speaker .sp_name {
  font-weight: 700;
  color: #021c60;
  font-size: 1.125em;
}
.ag_wrap .ag_item .info .img {
  flex: 0 0 250px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ag_wrap .ag_item .info .img img {
  transition: transform 300ms;
}
.ag_wrap .ag_item .info .img:hover img {
  transform: scale(1.05);
}
.ag_wrap .ag_item .info .img .img_slide {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  animation-name: img_slide;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
.ag_wrap .ag_item .info .img .img_slide img {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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 {
  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: 0;
    top: inherit;
    bottom: 1rem;
    width: 100%;
  }

  .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 {
    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 {
    border-radius: 50%;
    margin: 1rem auto;
    width: calc(100% - 2rem);
  }
  .sc_agenda .ag_item .info .title {
    margin-top: 0.5rem;
  }
  .sc_agenda .ag_item .info .txt {
    padding: 2.5rem 1rem 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;
  }
}