html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  color: #031624;
}

a {
  color: inherit;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -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-image: linear-gradient(135deg, #00518f, #86c6db);
  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;
}

.kv {
  position: relative;
  padding-top: 50%;
  background: url("img/kvbg.png") center/cover no-repeat;
  overflow: hidden;
}
.kv .logo {
  position: absolute;
  left: 8.3333333333%;
  top: 6.25%;
  width: 31.7708333333%;
}
.kv .tit {
  position: absolute;
  left: 8.3333333333%;
  top: 33.3333333333%;
  width: 62.5%;
  color: #fff;
  font-weight: 700;
  font-size: 2.9166666667vw;
}
.kv .tit .t1 {
  color: #cdda00;
}
.kv .tit .t2 {
  margin-top: 0.5em;
  font-size: 1.125em;
  line-height: 1.3;
}
.kv .tit .pic {
  margin-top: 3vw;
  width: 80%;
}
.kv .tit .pic img {
  max-width: 780px;
  width: 100%;
}
.kv .date {
  position: absolute;
  left: 69.2708333333%;
  top: 81.25%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
  font-weight: 500;
  font-size: 1.3vw;
}
.kv .date div {
  font-size: 4em;
}
.kv .date .d1 {
  font-weight: 900;
  color: #00518f;
}
.kv .date .d2 {
  font-size: 2em;
  line-height: 1.2;
}
.kv .date .d2 span {
  margin-left: 0.5em;
  display: block;
}
.kv .date .d2 span:last-child {
  font-size: 0.95em;
  margin-top: 0.125em;
  font-weight: 700;
  color: #000;
}

.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.g_main .sc_title .tit {
  margin-left: 0.75rem;
  display: inline-block;
  padding-left: 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  color: #86c6db;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
  width: 10px;
  height: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#86c6db), to(#cdda00));
  background: linear-gradient(0deg, #86c6db, #cdda00);
}

.sc_intro {
  padding-top: 60px;
  padding-bottom: 30px;
}
.sc_intro .sec_cnts {
  margin: 0 auto;
}
.sc_intro .quote {
  font-size: 1.25em;
}
.sc_intro .qu_tit {
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
.sc_intro .qu_item {
  padding: 1em 0;
  border-bottom: 1px solid #00518f;
  color: #00518f;
  font-weight: 700;
}
.sc_intro .case {
  margin-top: 30px;
  font-size: 1.75em;
  text-align: center;
  font-weight: 700;
  color: #00518f;
}
.sc_intro .case_parag {
  font-size: 1em;
  text-align: center;
  line-height: 1;
}
.sc_intro .case_parag div {
  margin-top: 0.75em;
}
.sc_intro .key {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 0.5em 4em 0.5em 1em;
  line-height: 1;
  font-size: 1.5em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 81, 143, 0)), color-stop(#00518f), to(rgba(0, 81, 143, 0)));
  background: linear-gradient(90deg, rgba(0, 81, 143, 0), #00518f, rgba(0, 81, 143, 0));
  color: #fff;
}
.sc_intro .prd_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc_intro .prd_item .img {
  padding: 0 20px;
}
.sc_intro .prd_item img {
  width: 125px;
}
.sc_intro .prd_item .wording {
  line-height: 1.3;
}
.sc_intro .prd_item .wording .t {
  margin-bottom: 0.25em;
  font-size: 1.5em;
  font-weight: 700;
  color: #00518f;
}
.sc_intro .prd_item .wording small {
  color: #3b86b3;
}
.sc_intro .keys {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_intro .key_item {
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 10px);
          flex: 0 0 calc(25% - 10px);
  padding: 1em;
  background: linear-gradient(135deg, #3b86b3, #00518f);
  color: #fff;
  font-size: 1.25em;
}

.sc_speaker .spk_item {
  position: relative;
}
.sc_speaker .spk_item .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sc_speaker .spk_item img {
  max-width: 100%;
}
.sc_speaker .spk_item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em;
  font-size: 1.25em;
  background: linear-gradient(-45deg, #3b86b3, #00518f);
  color: #fff;
}
.sc_speaker .spk_item .name {
  line-height: 1;
  font-size: 1.5em;
  font-weight: 700;
}
.sc_speaker .spk_item .name .en {
  padding-right: 0.5rem;
}
.sc_speaker .spk_item .tit {
  color: #cdda00;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  line-height: 1.2;
}
.sc_speaker .spk_item .parag {
  color: #9acfe1;
}

.sc_cta {
  margin: 60px 0;
  padding: 60px 0;
  background-color: #86c6db;
}
.sc_cta .cta {
  text-align: center;
}
.sc_cta .cta .bttn {
  position: relative;
  display: inline-block;
  margin: 0 1em 0.5em;
  font-size: 1.75rem;
}
.sc_cta .cta .bttn::after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 134, 179, 0.2);
}
.sc_cta .cta .bttn .bttn_inwrap {
  position: relative;
  z-index: 2;
  padding: 1.25em 0.5em 1.3em;
  width: 15em;
  line-height: 1;
  background: linear-gradient(120deg, #00518f, #86c6db) 0 0/200% 100%;
  color: #fff;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform-origin: 0.5em 0.5em;
          transform-origin: 0.5em 0.5em;
}
.sc_cta .cta .bttn span {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.sc_cta .cta .bttn:hover {
  text-decoration: none;
}
.sc_cta .cta .bttn:hover .bttn_inwrap {
  -webkit-transform: translate(0.5em, 0.5em);
          transform: translate(0.5em, 0.5em);
}
.sc_cta .cta .bttn.btn_main .bttn_inwrap {
  background: -webkit-gradient(linear, left top, right top, from(#00518f), to(#3b86b3));
  background: linear-gradient(90deg, #00518f, #3b86b3);
  color: #fff;
}
.sc_cta .cta .bttn.btn_main .bttn_inwrap::before {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  bottom: 0.25em;
  right: 0.25em;
  border: 1px solid #fff;
}
.sc_cta .cta .bttn.btn_sup .bttn_inwrap {
  background: -webkit-gradient(linear, left top, right top, from(#00b492), to(#005f4b));
  background: linear-gradient(90deg, #00b492, #005f4b);
}

.g_footer {
  padding: 100px 0;
  background-color: #00518f;
  text-align: center;
  color: #fff;
}
.g_footer .qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g_footer .qr_item {
  width: 240px;
  font-size: 1.25em;
}
.g_footer .qr_item .img img {
  width: 200px;
}
.g_footer .qr_item .text {
  margin-top: 0.25em;
}
.g_footer .tip {
  margin-top: 2em;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .sc_intro {
    padding-top: 40px;
  }
  .sc_intro .quote {
    font-size: 1.125em;
  }
  .sc_intro .case {
    font-size: 1.5em;
    padding: 0 15px;
    line-height: 1.3;
  }
  .sc_intro .case_parag {
    font-size: 1.125em;
    line-height: 1.3;
  }
  .sc_intro .prd_item {
    text-align: center;
    margin-bottom: 20px;
  }
  .sc_intro .wording .t {
    margin-top: 15px;
  }
  .sc_intro .key_item {
    margin-bottom: 15px;
  }

  .sc_cta {
    padding: 40px 30px;
  }
  .sc_cta .cta .bttn {
    display: block;
    margin: 0 0 0.5em;
    font-size: 1.5rem;
  }
  .sc_cta .cta .bttn .bttn_inwrap {
    width: 100%;
  }
  .sc_cta .cta .bttn:last-child {
    margin-top: 1em;
  }

  .g_footer .qr_item {
    margin: 0 auto 20px;
  }

  .modal-header {
    padding-left: 1.5rem;
  }
  .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}