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

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

a {
  color: inherit;
}

.g_fixed {
  position: fixed;
  z-index: 99;
  right: 30px;
  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;
}
.g_fixed.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.g_fixed .fx_icon {
  display: block;
  width: 4em;
  height: 4em;
  -webkit-transition: -webkit-transform 240ms;
  transition: -webkit-transform 240ms;
  transition: transform 240ms;
  transition: transform 240ms, -webkit-transform 240ms;
}
.g_fixed .fx_icon:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.g_fixed .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4.5em;
  height: 4.5em;
  background-color: #fff;
  font-size: 0.925rem;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -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;
}
.g_fixed .fx_item.is_primary {
  background: linear-gradient(135deg, #1ab5ed, #0f59d3) no-repeat;
}
.g_fixed .fx_item.is_primary .txt {
  color: #fff;
  text-shadow: 0 2px 1px #000;
}
.g_fixed .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);
}
.g_fixed .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g_fixed .fx_item .in_wrap.txt {
  width: 3em;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
}
.g_fixed .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.g_fixed .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_kv {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.g_kv .kv_t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.g_main {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.9))), url("img/kv_bg.jpg") center no-repeat fixed;
  background: linear-gradient(white, rgba(255, 255, 255, 0.9)), url("img/kv_bg.jpg") center no-repeat fixed;
}
.g_main .main_wrap {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  padding: 4rem 3rem;
}
.g_main .sc_title {
  text-align: center;
  margin-bottom: 1rem;
}
.g_main .sc_title .tit {
  position: relative;
  display: inline-block;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #0b215c;
}
.g_main .sc_title .tit span {
  position: relative;
  z-index: 3;
}
.g_main .sc_title .tit::before, .g_main .sc_title .tit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.g_main .sc_title .tit::before {
  left: 0;
  top: 0;
  z-index: 2;
  border: 1px solid currentColor;
}
.g_main .sc_title .tit::after {
  left: 5px;
  top: 5px;
  z-index: 1;
  background-color: rgba(26, 181, 237, 0.3);
}

.sc_intros {
  padding-top: 40px;
}
.sc_intros .intro_cnt .parag {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 900px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.sc_intros .intro_cnt .cta {
  margin-top: 1.5rem;
}

.sc_point {
  padding: 40px 0;
  background: radial-gradient(#0b215c, rgba(11, 33, 92, 0.5)), url("img/kv_bg.jpg") center/cover;
}
.sc_point .sc_title {
  margin-bottom: 2rem;
}
.sc_point .sc_title .tit {
  color: #fff;
}
.sc_point .item {
  position: relative;
  max-width: 60%;
  border-radius: 0 10px 0 10px;
  margin: 0 auto 10px;
  padding: 1rem 1.5rem;
  text-align: center;
  border: 1px solid currentColor;
  color: #fff;
}
.sc_point .item .t {
  font-size: 1.5rem;
  line-height: 1.1;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}

.sc_speaker {
  padding-top: 40px;
  padding-bottom: 20px;
}
.sc_speaker .spk_cnt {
  padding-top: 10px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc_speaker .spk_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  cursor: pointer;
}
.sc_speaker .spk_item .img {
  position: relative;
  max-width: 400px;
}
.sc_speaker .spk_item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 20px 20px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
  font-size: 20px;
}
.sc_speaker .spk_item .name .zh,
.sc_speaker .spk_item .name .en {
  display: inline-block;
}
.sc_speaker .spk_item .name .zh {
  margin-right: 8px;
  font-size: 1.25em;
  font-weight: 700;
}
.sc_speaker .spk_item .name .en {
  font-size: 1.125em;
  color: #1ab5ed;
}

.sc_video {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #232323;
}
.sc_video .video_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_video .vd_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.sc_video .vd_item a {
  display: block;
}
.sc_video .vd_item a:hover {
  color: #1ab5ed;
  text-decoration: none;
}
.sc_video .vd_item a:hover .pic::after {
  opacity: 1;
}
.sc_video .vd_item .pic {
  position: relative;
  border-radius: 10px;
  padding-top: 56.25%;
  background: center/cover;
}
.sc_video .vd_item .pic::after {
  content: "";
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background: url("img/ui/ic_play.svg") center no-repeat;
  opacity: 0.6;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.sc_video .vd_item .vd_wrap {
  position: relative;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}
.sc_video .vd_item .vd_wrap .vd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sc_video .vd_item .name {
  margin-top: 8px;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
}

.sc_gift {
  padding-top: 20px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.sc_gift .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gift_cnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-top: 20px;
  text-align: center;
}
.gift_cnt .img {
  margin: 30px auto 10px;
  max-width: 400px;
  border-radius: 10px;
}
.gift_cnt .img img {
  width: 100%;
}
.gift_cnt .name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f59d3;
}
.gift_cnt .link {
  display: inline-block;
  margin-top: 1em;
  border-radius: 30px;
  border: 1px solid currentColor;
  padding: 0.33em 1.2em 0.5em;
  font-size: 14px;
  color: #ec881f;
  cursor: pointer;
}
.gift_cnt .link:hover {
  background-color: #ec881f;
  color: #fff;
}

.sc_cta {
  padding: 10px 0 50px;
}
.sc_cta .cta {
  text-align: center;
}
.sc_cta .cta .main_btn {
  position: relative;
  display: inline-block;
}
.sc_cta .cta .main_btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1ab5ed), to(#0b215c)) no-repeat;
  background: linear-gradient(90deg, #1ab5ed, #0b215c) no-repeat;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.sc_cta .cta .main_btn span {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 3rem;
  padding: 1rem 4rem 1.2rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
}
.sc_cta .cta .main_btn:hover {
  text-decoration: none;
}
.sc_cta .cta .main_btn:hover::after {
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}
.sc_cta .tip {
  text-align: center;
  padding-bottom: 8px;
  color: #0f59d3;
}
.sc_cta .tip span {
  font-size: 1.125rem;
}

.ag_modal .modal-header .tit {
  font-size: 20px;
  color: #0f59d3;
}
.ag_modal .modal-body .tit {
  font-weight: 700;
  margin-bottom: 10px;
}
.ag_modal .modal-body .p {
  line-height: 1.3;
}
.ag_modal .modal-body .ul {
  margin-top: 8px;
  padding-left: 26px;
}

@media (max-width: 767px) {
  .sc_speaker .spk_cnt,
.sc_video .video_cnt,
.sc_gift .container {
    display: block;
  }

  .g_kv {
    padding-top: 56.25%;
  }

  .sc_intros {
    padding-top: 20px;
  }
  .sc_intros .intro_cnt .parag {
    padding: 0 15px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .sc_point .item {
    max-width: 100%;
  }
  .sc_point .item .t {
    font-size: 1.25rem;
  }

  .sc_speaker .spk_item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sc_speaker .spk_item .text {
    font-size: 16px;
  }

  .sc_video {
    padding-top: 20px;
  }
  .sc_video .vd_item {
    margin: 20px 0;
  }

  .gift_cnt {
    padding-bottom: 20px;
  }
  .gift_cnt .img {
    max-width: 240px;
  }
}