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

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

a {
  color: inherit;
}

/* CSS */
.button-52 {
  margin-top: 25%;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: 0.6s;
}

.button-52:after {
  content: "";
  background-color: #01FFFF;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 10px;
  left: 10px;
  transition: 0.6s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}

.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: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  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 .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g_fixed .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.g_fixed .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.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_kv {
  position: relative;
}
.g_kv .kv_placeholder {
  padding-top: 50%;
}
.g_kv .kv_logo {
  position: absolute;
  top: 0;
  left: 7%;
  width: 20%;
}
.g_kv .kv_tit {
  position: absolute;
  left: 7%;
  bottom: 0;
  width: 60%;
  max-width: 60%;
  top: 28%;
  /* background: radial-gradient(closest-side at center, black, rgba(0, 0, 0, 0)); */
}

.g_main {
  padding-bottom: 60px;
}
.g_main .main_wrap {
  background-color: rgba(255,255,255,.9);
  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: 0.5rem 2rem 0.5rem 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#036eb7), to(#1e3046));
  background: linear-gradient(90deg, #01FFFF, #1e3046);
  font-weight: 700;
  color: #fff;
  border-radius: 0 18px 18px 0;
}
.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;
  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: rgba(255,255,255, 0.1);
}

.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: 0 3rem;
  font-size: 1.25rem;
  
}
.spk_cnt .text .name {
  font-size: 1.5em;
  font-weight: 700;
  color: #1e3046;
}
.spk_cnt .text .job {
  color: #000;
  padding: 0.5rem 0;
}
.spk_cnt .text .key {
  font-size: 0.875em;
  color: #999;
  padding: 0.5rem 0;
}
.spk_cnt .text .val {
  line-height: 1.6;
  padding: 0.5rem 0;
}
.spk_cnt .pic {
  position: relative;
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}

.spk_cnt .pic img {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.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: 0.5rem;
  font-size: 1em;
  color: #02c7ce;
}
.gift_cnt .text .way {
  margin-top: 0.5rem;
  font-size: 1.125em;
}
.gift_cnt .text .name strong {
  color: #0078b4;
  font-size: 1.75em;
  font-weight: 700;
  margin-right: 1rem;
}
.gift_cnt .text .name span {
  color: #19bafe;
  font-size: 1.5em;
}
.gift_cnt .text .count {
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid currentColor;
  color: #02c7ce;
}
.gift_cnt .text .tip {
  margin-top: 2rem;
  font-size: 0.75em;
  color: #999;
  line-height: 1;
}
.gift_cnt .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.sc_cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.g_footer {
  background-color: #fff;
  padding: 3rem 0;
}
.g_footer .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
}
.g_footer .logo {
  width: 100%;
}

.g_footer .logo img {
  width: 100%;
  max-width: 100%;
}

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

.g_footer .text2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
}

.g_footer .text2 img {
  display: inline-block;
  width: 25px;
  height: auto;
  margin-right: 10px;
}

.g_footer .text2 p {
  display: inline-block;
  margin: 0;
}

@media (max-width: 767px) {
  body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#036eb7), to(#1e3046));
    background-image: linear-gradient(#036eb7, #1e3046);
  }

  .g_main .main_wrap {
    border-radius: 0;
    padding: 2rem 0;
  }

  .sc_intros .intro_cnt {
    padding: 0 1.5rem;
  }

  .spk_cnt {
    padding: 1rem;
  }
  .spk_cnt .wrap {
    display: block;
  }
  .spk_cnt .text {
    max-width: 100%;
  }
  .spk_cnt .pic {
    margin-top: 20px;
  }
  .spk_cnt .pic img {
    border-radius: 20px;
  }

  .gift_cnt .wrap {
    display: block;
  }
  .gift_cnt .text {
    padding-top: 20px;
    max-width: 100%;
  }
  .gift_cnt .text .name {
    line-height: 1.2;
  }
  .gift_cnt .text .name span {
    display: block;
  }
  .gift_cnt .pic {
    text-align: center;
  }

  .g_footer {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .g_footer .wrap {
    display: block;
    padding: 0 2rem;
  }
  .g_footer .text {
    padding-left: 0;
    margin-top: 16px;
  }
}