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

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

a {
  color: inherit;
}

.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: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  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;
}
.fix_aside .fx_item.is_primary {
  background: #2580d3 linear-gradient(120deg, #2580d3, #0c2291);
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -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: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.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;
}

@-webkit-keyframes floatX {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes floatX {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-webkit-keyframes slide-in-fwd-center {
  0% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
.g_kv {
  position: relative;
}
.g_kv .desktop {
  max-height: 100vh;
  overflow: hidden;
}
.g_kv .tit, .g_kv .ic {
  position: absolute;
}
.g_kv .tit {
  left: 6.25%;
  top: 6.9444444444%;
  width: 81.25%;
  -webkit-animation: floatX 6s ease-in-out infinite;
          animation: floatX 6s ease-in-out infinite;
}
.g_kv .ic {
  width: 6.25%;
  -webkit-animation: slide-in-fwd-center cubic-bezier(0.25, 0.46, 0.45, 0.94) alternate both infinite;
          animation: slide-in-fwd-center cubic-bezier(0.25, 0.46, 0.45, 0.94) alternate both infinite;
}
.g_kv .ic1 {
  left: 4%;
  top: 70%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.g_kv .ic2 {
  left: 9%;
  top: 58%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.g_kv .ic3 {
  left: 42%;
  top: 46%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.g_kv .ic4 {
  left: 36%;
  bottom: 1%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.g_kv .ic5 {
  right: 4%;
  top: 58%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.g_kv .date {
  position: absolute;
  left: 50%;
  top: 17vw;
  padding: 10px 1.25rem;
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(37, 128, 211, 0.8), rgba(12, 34, 145, 0.8));
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.g_kv .date .d,
.g_kv .date .t {
  padding: 4px 10px;
}
.g_kv .date .d {
  font-weight: 900;
}

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

.sc_title {
  padding: 28px 32px;
}
.sc_title .tit {
  display: inline-block;
  font-size: 6rem;
  font-weight: 100;
  line-height: 1;
  color: #009eb3;
  opacity: 0.2;
}

.sc_intro {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.sc_intro .intro_cnt {
  font-size: 1.25rem;
}
.sc_intro .parag {
  margin-bottom: 1em;
}
.sc_intro .parag .h4 {
  color: #009eb3;
}
.sc_intro .point {
  margin-bottom: 30px;
}
.sc_intro .point .pot_tit {
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 9px;
  font-size: 1.2em;
  font-weight: 700;
  color: #2580d3;
}
.sc_intro .point .pot_tit::before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 3px;
  z-index: 1;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#009eb3), to(#c0ccff));
  background: linear-gradient(90deg, #009eb3, #c0ccff);
}
.sc_intro .point .pot_tit::after {
  content: "";
  position: absolute;
  border-radius: 4px;
  left: calc(50% - 30px);
  bottom: 0;
  width: 60px;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#0c2291), to(#2580d3));
  background: linear-gradient(90deg, #0c2291, #2580d3);
}
.sc_intro .point .pot {
  margin: 0 auto;
  max-width: 860px;
  text-align: left;
  color: #2580d3;
}
.sc_intro .logo_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  padding: 1rem 0;
}
.sc_intro .logo_cnt .item {
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc_intro .logo_cnt .key {
  padding-right: 20px;
  color: #009eb3;
}
.sc_intro .logo_cnt .logo img {
  height: 40px;
}

.cta {
  margin-top: 2rem;
  font-size: 0;
  text-align: center;
}
.cta .tip {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  margin-right: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: #009eb3;
}
.cta .bttn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2rem;
  height: 4rem;
  background-color: #fff;
  overflow: hidden;
}
.cta .bttn::before, .cta .bttn::after {
  content: "";
  position: absolute;
  -webkit-transition: left 1200ms;
  transition: left 1200ms;
}
.cta .bttn::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(120deg, #2580d3, #0c2291);
}
.cta .bttn::after {
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 4px solid #009eb3;
}
.cta .bttn div {
  position: relative;
  top: 50%;
  z-index: 2;
  padding: 0 3em;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color 800ms 200ms;
  transition: color 800ms 200ms;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta .bttn:hover {
  text-decoration: none;
}
.cta .bttn:hover::before {
  left: 100%;
}
.cta .bttn:hover div {
  color: #009eb3;
}

.sc_agenda {
  padding-bottom: 4rem;
  background-color: #fafafb;
}
.sc_agenda .agenda_cnt {
  position: relative;
  z-index: 2;
}

.ag_table {
  margin-bottom: 30px;
}
.ag_table .table_head {
  border-bottom: 2px solid currentColor;
  margin: 0 auto;
  padding-bottom: 4px;
  width: 3em;
  font-size: 1.5em;
  font-weight: 300;
  color: #009eb3;
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c0ccff;
  background-color: #fff;
}
.ag_table .tr:nth-child(2n+1) {
  background-color: #effafb;
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}
.ag_table .tr .td {
  padding: 1rem;
  line-height: 1;
}
.ag_table .tr .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
  color: #009eb3;
}
.ag_table .tr .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  line-height: 1.33;
  font-size: 1.25rem;
}
.ag_table .tr .title strong {
  margin-left: -0.5rem;
  font-size: 1.125rem;
  color: #009eb3;
}
.ag_table .tr .title .t div {
  margin-top: 4px;
}
.ag_table .tr .speaker {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.ag_table .tr .speaker .td_inner[data-target] {
  cursor: pointer;
}
.ag_table .tr .speaker .td_inner[data-target]:hover {
  text-decoration: underline;
}
.ag_table .tr .part {
  margin-bottom: 20px;
}
.ag_table .tr .part .p_tit {
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
.ag_table .tr .part .spk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ag_table .tr .part .categ {
  padding: 8px 0.5em 10px;
  line-height: 1;
  width: 4rem;
  font-size: 1rem;
  background-color: #0c2291;
  color: #fff;
  text-align: center;
}
.ag_table .tr .part .txt {
  padding-left: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 64px);
          flex: 1 1 calc(100% - 64px);
}
.ag_table .tr .spk {
  font-size: 1.25rem;
}
.ag_table .tr .spk .n {
  color: #2580d3;
  margin-bottom: 4px;
}
.ag_table .tr .spk .t, .ag_table .tr .spk .j {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.3;
}
.ag_table .tr .spk + .spk {
  margin-top: 12px;
}

.sc_speaker {
  padding-bottom: 4rem;
}

.spk_cnt .items {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spk_cnt .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.spk_cnt .item .wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.spk_cnt .item .wrap[data-toggle] {
  cursor: pointer;
}
.spk_cnt .item .wrap:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.spk_cnt .item .pic {
  position: relative;
  width: 100%;
  padding-top: 110%;
  background: url("img/spk/spk.svg") center/cover;
}
.spk_cnt .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.spk_cnt .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 15px 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #fff;
}
.spk_cnt .item .text .n {
  font-size: 1.2em;
  color: #00ffff;
}
.spk_cnt .item .text .t, .spk_cnt .item .text .j {
  display: inline-block;
  line-height: 1.3;
  font-size: 0.9em;
  font-weight: 300;
}

.sc_detail {
  background-color: #fafafa;
}
.sc_detail ul {
  padding-left: 1.25em;
  margin-bottom: 0;
}

.sc_footer {
  padding: 1rem 2rem 6rem;
  background-color: #fafafa;
}

.modal-dialog {
  max-width: 36rem;
}

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

.modal-header {
  border-bottom-width: 0;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  margin: 0.25em 0;
  padding: 1rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-body ul {
  padding-left: 1.5rem;
}
.modal-body ul li {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .g_kv .date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    top: inherit;
    bottom: 0;
    border-radius: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    font-size: 1.25rem;
    width: 100%;
  }

  .sc_title {
    text-align: center;
  }
  .sc_title .tit {
    font-size: 4rem;
  }

  .sc_intro {
    padding-top: 2rem;
  }
  .sc_intro .intro_cnt {
    padding: 0 1.5rem;
  }
  .sc_intro .logo_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
    padding: 1rem 0;
  }
  .sc_intro .logo_cnt .item {
    display: block;
    padding: 0 10px;
  }
  .sc_intro .logo_cnt .key {
    padding-right: 0;
    margin-bottom: 6px;
  }
  .sc_intro .logo_cnt .logo img {
    height: auto;
  }

  .sc_agenda .container {
    padding: 0;
  }

  .ag_table .tr {
    display: block;
    padding: 0.75rem 0;
    background: #fff;
  }
  .ag_table .tr .td {
    padding: 0.25rem 1rem;
  }
  .ag_table .tr .time {
    text-align: left;
  }
  .ag_table .tr .title {
    line-height: 1.2;
  }
  .ag_table .tr .spk .categ {
    font-size: 0.8em;
  }
  .ag_table .tr .spk .n {
    font-size: 0.9em;
  }
  .ag_table .tr .spk .t {
    font-size: 0.85em;
    line-height: 1.2;
  }

  .spk_cnt .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .spk_cnt .item .wrap {
    border-radius: 0;
    overflow: unset;
  }
  .spk_cnt .item .pic {
    border-radius: 10px;
    overflow: hidden;
  }
  .spk_cnt .item .text {
    position: static;
    color: #000;
    padding: 6px 0 20px;
    background-image: none;
  }
  .spk_cnt .item .text .n {
    color: #009eb3;
  }
  .spk_cnt .item .text .t {
    line-height: 1.2;
  }

  .gift_cnt {
    display: block;
    padding-bottom: 0;
  }
  .gift_cnt .item {
    padding: 15px 0;
  }
  .gift_cnt .item .img img {
    padding: 0 25px;
  }
  .gift_cnt .item .txt {
    padding-top: 0;
  }

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