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

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

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.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 .tit,
.g_kv .logo,
.g_kv .cta,
.g_kv .gift {
  position: absolute;
}
.g_kv .tit {
  left: 54%;
  top: 45%;
  width: 43.75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g_kv .logo {
  left: 3vw;
  top: 3vw;
  z-index: 3;
  width: calc(100% - 6vw);
}
.g_kv .logo img {
  width: 20.8333333333%;
}
.g_kv .highlight {
  margin-top: 16px;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1rem;
  line-height: 1;
}
.g_kv .cta {
  left: 0;
  top: 60%;
  width: 100%;
  text-align: center;
}
.g_kv .cta .bttn {
  position: relative;
  display: inline-block;
  font-size: 2rem;
}
.g_kv .cta .bttn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, #bd28be, #08ffff);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.g_kv .cta .bttn div {
  position: relative;
  z-index: 3;
  padding: 0.72em 2.5em 0.8em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.g_kv .cta .bttn:hover div {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.g_kv .cta .bttn:hover::before {
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}
.g_kv .gift {
  right: 0;
  bottom: 0;
  padding: 40px 30px;
  width: 360px;
  max-width: 30%;
}
.g_kv .gift .t {
  margin-top: 8px;
  font-size: 1.125rem;
  text-align: center;
  color: #d9ec27;
}
.g_kv .gift img {
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.g_main {
  padding-top: 60px;
}
.g_main .sc_title {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.1;
}
.g_main .sc_title .tit {
  font-size: 2rem;
  font-weight: 300;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #006cd4;
}
.g_main .sc_title .tit::after {
  content: "";
  position: absolute;
}
.g_main .sc_title .sub {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #006cd4;
  font-size: 1.25rem;
  color: #00043f;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}
.sc_intros {
  padding-bottom: 80px;
}
.sc_intros .intro_cnt {
  text-align: center;
}
.sc_intros .item .title img {
  width: 160px;
}
.sc_intros .item.it1 {
  border-radius: 40px;
  padding: 30px 40px 40px;
  background: rgba(0, 108, 212, 0.1) url("img/bg4.png") 25% 0/cover;
}
.sc_intros .item.it1 .title {
  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;
  margin-bottom: 20px;
}
.sc_intros .item.it1 .title .txt {
  text-align: left;
  padding-left: 1rem;
  font-size: 18px;
  line-height: 1.3;
}
.sc_intros .item.it1 .pic .link_wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 620px;
}
.sc_intros .item.it1 .pic img {
  border-radius: 10px;
}
.sc_intros .item.it1 .pic .circle {
  position: absolute;
  right: 8.9%;
  top: 12.4%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid red;
  -webkit-animation: fadeInOut 1s linear alternate infinite;
          animation: fadeInOut 1s linear alternate infinite;
}
.sc_intros .item.it2 {
  margin-top: 60px;
}
.sc_intros .item.it2 .title {
  text-align: center;
}
.sc_intros .item.it2 .links {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_intros .item.it2 .links .link {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  border-radius: 4px;
  padding: 20px 30px;
  padding-left: 40px;
  -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);
  text-align: left;
}
.sc_intros .item.it2 .links .link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e98800), to(#bd28be));
  background: linear-gradient(#e98800, #bd28be);
}
.sc_intros .item.it2 .links .link .txt {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 120px);
          flex: 0 0 calc(100% - 120px);
}
.sc_intros .item.it2 .links .link .txt span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
}
.sc_intros .item.it2 .links .link .txt a {
  position: relative;
  z-index: 3;
  display: inline-block;
  border-radius: 25px;
  padding: 8px 24px;
  color: #fff;
  background-color: #006cd4;
}
.sc_intros .item.it2 .links .link .txt a:hover {
  background-color: #bd28be;
}
.sc_intros .item.it2 .links .link .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.sc_whitepaper {
  padding-top: 60px;
  padding-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 108, 212, 0.1))), url("img/bg4.png") 40% center/130%;
  background: linear-gradient(rgba(0, 108, 212, 0.1)), url("img/bg4.png") 40% center/130%;
}
.sc_whitepaper .whp_cnt .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_whitepaper .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.sc_whitepaper .item .wrap {
  position: relative;
  margin-top: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 0;
  height: 280px;
  background-color: #fff;
  -webkit-transition-property: margin, height, border-radius, padding;
  transition-property: margin, height, border-radius, padding;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.sc_whitepaper .item .wrap::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 25px;
  width: 45px;
  border-radius: 2px;
  height: 4px;
  background-color: #eee;
  -webkit-transition: background 300ms, bottom 300ms;
  transition: background 300ms, bottom 300ms;
}
.sc_whitepaper .item .wrap:hover {
  height: 310px;
  margin-top: -30px;
  border-radius: 20px;
}
.sc_whitepaper .item .wrap:hover::after {
  bottom: 40px;
  background-color: #d9ec27;
}
.sc_whitepaper .item .tit {
  max-width: 22em;
  height: 56px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.sc_whitepaper .item .txt {
  margin-top: 10px;
  line-height: 1.7;
}
.sc_whitepaper .cta_cnt {
  margin-top: 60px;
}

@-webkit-keyframes bounces {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes bounces {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sc_calltoaction {
  padding: 60px 0 80px;
}

.cta_cnt {
  text-align: center;
}
.cta_cnt .cta_tit {
  font-size: 1.75rem;
  font-weight: 700;
  color: #bd28be;
}
.cta_cnt .cta_sub {
  margin-top: 6px;
  font-size: 1.25rem;
}
.cta_cnt .cta_sub strong {
  margin-left: 10px;
  color: #05d143;
}
.cta_cnt .bttn {
  display: inline-block;
  margin-top: 20px;
  border-radius: 3rem;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.cta_cnt .bttn div {
  display: block;
  border-radius: 3rem;
  padding: 0.7em 2em 0.8em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(#bd28be), to(#08ffff));
  background: linear-gradient(90deg, #bd28be, #08ffff);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation: bounces 800ms linear infinite alternate;
          animation: bounces 800ms linear infinite alternate;
}
.cta_cnt .bttn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sc_case {
  padding: 60px 0 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 4, 63, 0.5)), to(rgba(0, 4, 63, 0.25))), url("img/all_bg.jpg") center/cover;
  background: linear-gradient(0deg, rgba(0, 4, 63, 0.5), rgba(0, 4, 63, 0.25)), url("img/all_bg.jpg") center/cover;
  color: #fff;
}
.sc_case .sc_title .tit {
  color: #fff;
}
.sc_case .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_case .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding: 30px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(0, 4, 63, 0.3);
}
.sc_case .item .tit {
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  color: #fdff00;
  font-weight: 500;
}
.sc_case .item .txt {
  margin-top: 15px;
  text-align: justify;
  line-height: 1.5;
}
.sc_case .item .link {
  text-align: center;
}
.sc_case .item .link a {
  margin-top: 20px;
  border-radius: 8px;
  display: inline-block;
  padding: 8px 24px;
  background-color: #006cd4;
  font-weight: 500;
}
.sc_case .item .link a:hover {
  background-color: #d9ec27;
  color: #00043f;
}

.g_footer {
  padding: 40px 0;
  border-bottom: 10px solid #006cd4;
}
.g_footer .about_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g_footer .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}
.g_footer .pic img {
  width: 200px;
}
@media (max-width: 767px) {
  .g_main .sc_title {
    margin-bottom: 1rem;
  }
  .g_main .sc_title .sub {
    line-height: 1.2;
    padding-bottom: 0;
  }

  .sc_intros {
    padding-bottom: 0;
  }
  .sc_intros .intro_cnt {
    display: block;
  }
  .sc_intros .item {
    padding: 20px;
  }
  .sc_intros .item.it1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sc_intros .item.it1 .title {
    display: block;
  }
  .sc_intros .item.it1 .title .txt {
    padding-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  .sc_intros .item.it1 .pic .circle {
    position: absolute;
    right: 8.2%;
    top: 11.6%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid red;
  }
  .sc_intros .item.it2 {
    margin-top: 40px;
  }
  .sc_intros .item.it2 .links {
    display: block;
  }
  .sc_intros .item.it2 .links .link {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc_intros .item.it2 .links .link .txt {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    text-align: center;
  }
  .sc_intros .item.it2 .links .link .txt a {
    margin-top: 15px;
  }
  .sc_intros .item.it2 .links .link .pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .sc_intros .item.it2 .links .link .pic img {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
  .sc_intros .links {
    margin-top: 20px;
  }

  .sc_whitepaper {
    background-size: cover;
  }
  .sc_whitepaper .whp_cnt .items {
    display: block;
  }
  .sc_whitepaper .whp_cnt .item {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .sc_whitepaper .whp_cnt .item .wrap {
    padding-bottom: 30px;
    height: auto;
  }
  .sc_whitepaper .whp_cnt .item .wrap::after {
    bottom: 0;
  }
  .sc_whitepaper .whp_cnt .item .wrap:hover {
    height: auto;
    padding-bottom: 60px;
  }
  .sc_whitepaper .whp_cnt .item .wrap:hover::after {
    bottom: 30px;
  }
  .sc_whitepaper .whp_cnt .item .tit {
    height: auto;
  }

  .sc_calltoaction {
    padding-top: 30px;
  }
  .sc_calltoaction .cta_cnt .cta_tit {
    line-height: 1.2;
  }
  .sc_calltoaction .cta_cnt .cta_sub {
    margin-top: 16px;
  }
  .sc_calltoaction .cta_cnt .cta_sub strong {
    display: block;
  }
  .sc_calltoaction .cta_cnt .bttn div {
    font-size: 1.75rem;
  }

  .sc_case .items {
    display: block;
  }
  .sc_case .item {
    margin-top: 10px;
  }

  .g_footer .about_cnt {
    display: block;
  }
  .g_footer .pic {
    text-align: center;
  }
  .g_footer .txt {
    margin-top: 20px;
    padding: 10px;
  }
}