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

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  background: url("img/kv_bg.jpg") fixed center/cover;
}

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_item {
  position: relative;
  display: block;
  border-radius: .5em;
  margin: .5em 0;
  width: 4em;
  height: 4em;
  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: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.rig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#019cd2), to(#171c9a));
  background-image: linear-gradient(90deg, #019cd2, #171c9a);
  color: #fff;
}

.g_fixed .fx_item.rig a {
  color: #fff;
  text-decoration: none;
}

.g_fixed .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -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;
}

.g_fixed .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: .6em;
}

.g_fixed .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
}

.g_header .header_cnt {
  position: relative;
  padding: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}

.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}

.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}

.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}

.g_header .header_sns .hover_holder {
  cursor: pointer;
}

.g_header .header_sns .hover_menu {
  position: absolute;
  padding: .5em 0;
  display: none;
}

.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: .5em;
}

.g_kv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.g_kv .kv_logo {
  position: absolute;
  top: 0;
  left: 3%;
  width: 18.22917%;
}

.g_kv .kv_tit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 69.01042%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.g_kv .kv_tit .t1 {
  position: relative;
  width: 100%;
}

.g_kv .kv_tit .t2 {
  position: relative;
  width: 53.58491%;
  margin: 5% 0 0 auto;
}

.g_kv .kv_tit img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.g_kv .polygon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g_main {
  padding-bottom: 60px;
}

.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 0;
}

.g_main .sc_title {
  margin-bottom: 1rem;
}

.g_main .sc_title .tit {
  display: inline-block;
  font-size: 1.5rem;
  padding: .5rem 2rem .5rem 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#036eb7), to(#1e3046));
  background: linear-gradient(90deg, #036eb7, #1e3046);
  font-weight: 700;
  color: #fff;
}

.g_main .sc_title .tit::after {
  content: '';
  position: absolute;
}

.sc_intros {
  margin-bottom: 4rem;
}

.sc_intros .intro_cnt .parag {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 900px;
  font-size: 1.25rem;
}

.sc_intros .intro_cnt .parag p {
  line-height: 1.67;
}

.sc_intros .intro_cnt .parag p span {
  color: #036eb7;
  font-weight: 700;
}

.sc_speaker {
  padding: 2rem 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#019cd2), color-stop(#171c9a), to(#d14c81));
  background-image: linear-gradient(-90deg, #019cd2, #171c9a, #d14c81);
}

.spk_cnt {
  padding: 1rem 4rem;
}

.spk_cnt .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: #fff;
}

.spk_cnt .text {
  max-width: calc(100% - 300px);
  padding: 2rem;
  font-size: 1.25rem;
}

.spk_cnt .text .name {
  font-size: 1.5em;
  font-weight: 700;
  color: #1e3046;
}

.spk_cnt .text .job {
  color: #000;
}

.spk_cnt .text .key {
  font-size: 0.875em;
  color: #999;
}

.spk_cnt .text .val {
  line-height: 1.3;
}

.spk_cnt .pic {
  margin: -80px 10px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}

.sc_gift {
  margin-top: 2rem;
}

.gift_cnt {
  padding-top: 1rem;
}

.gift_cnt .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: #fff;
}

.gift_cnt .text {
  max-width: calc(100% - 300px);
  padding: 2rem;
  font-size: 1.25rem;
}

.gift_cnt .text .tit {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: .5rem;
  font-size: 1em;
  color: #00993e;
}

.gift_cnt .text .way {
  margin-top: .5rem;
  font-size: 1.125em;
}

.gift_cnt .text .name strong {
  color: #1e3046;
  font-size: 1.75em;
  font-weight: 700;
  margin-right: 1rem;
}

.gift_cnt .text .name span {
  color: #19bafe;
  font-size: 1.5em;
}

.gift_cnt .text .line {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 25px 0 15px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.gift_cnt .text .count {
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid currentColor;
  color: #00993e;
}

.gift_cnt .text .tip {
  margin-top: 2rem;
  font-size: .75em;
  color: #999;
  line-height: 1;
}

.gift_cnt .pic {
  margin: -20px 0 0 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_cta {
  padding: 3rem 0;
}

.sc_cta .cta {
  text-align: center;
}

.sc_cta .cta a {
  position: relative;
  display: inline-block;
  padding: 5px;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  color: #1e3046;
}

.sc_cta .cta a span {
  position: relative;
  z-index: 3;
  display: block;
  border-radius: 3rem;
  padding: 1rem 6rem 1.2rem;
}

.sc_cta .cta a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border: 2px solid currentColor;
  width: 100%;
  height: 100%;
}

.sc_cta .cta a::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0ff8fd), to(#036eb7)) no-repeat;
  background: linear-gradient(180deg, #0ff8fd, #036eb7) no-repeat;
}

.sc_cta .cta a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.g_footer {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3rem 0;
}

.g_footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}

.g_footer .share {
  position: relative;
  width: 100%;
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.g_footer .share .fbIcon {
  position: relative;
  width: 50px;
}

.g_footer .share p {
  position: relative;
  margin: 0 0 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.g_footer .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_footer .logo:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.g_footer .text {
  padding-left: 60px;
}

.g_footer .text a {
  color: #036eb7;
}

@media (max-width: 767px) {
  body {
    background-position: 100% 50%;
  }
  .g_kv {
    height: 110vw;
  }
  .g_kv .kv_logo {
    width: 40%;
  }
  .g_kv .kv_tit {
    width: 90%;
  }
  .g_kv .kv_tit .t1 {
    width: 100%;
  }
  .g_kv .kv_tit .t2 {
    width: 53.58491%;
    margin: 5% 0 0 auto;
  }
  .g_kv .polygon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.9;
  }
  .g_main .main_wrap {
    border-radius: 0;
    padding: 2rem 0;
  }
  .sc_intros {
    margin-bottom: 4rem;
  }
  .sc_intros .intro_cnt .parag {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 900px;
    font-size: 16px;
    text-align: justify;
  }
  .sc_intros .intro_cnt .parag p {
    line-height: 1.67;
  }
  .sc_intros .intro_cnt .parag p span {
    color: #036eb7;
    font-weight: 700;
  }
  .sc_speaker {
    padding: 2rem 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#019cd2), color-stop(#171c9a), to(#d14c81));
    background-image: linear-gradient(0deg, #019cd2, #171c9a, #d14c81);
  }
  .spk_cnt {
    padding: 1rem;
  }
  .spk_cnt .wrap {
    display: block;
  }
  .spk_cnt .text {
    max-width: 100%;
  }
  .spk_cnt .text .val {
    font-size: 16px;
    line-height: 1.67;
  }
  .spk_cnt .pic {
    margin-top: -20px;
  }
  .spk_cnt .pic img {
    border-radius: 20px;
  }
  .gift_cnt .wrap {
    display: block;
  }
  .gift_cnt .text {
    padding-top: 0;
    max-width: 100%;
  }
  .gift_cnt .text .name {
    line-height: 1.2;
  }
  .gift_cnt .text .name span {
    display: block;
  }
  .gift_cnt .pic {
    margin: -20px 0 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gift_cnt .pic img {
    position: relative;
    width: 150px;
  }
  .g_footer {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .g_footer .wrap {
    display: block;
    padding: 0 2rem;
  }
  .g_footer .text {
    padding-left: 0;
    margin-top: 16px;
  }
}
/*# sourceMappingURL=style.css.map */