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

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  color: #fff;
  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 .kv_bg {
  padding-top: 40%;
}
.g_kv .kv_logo {
  position: absolute;
  right: 3.125%;
  top: 6.25%;
  width: 15.625%;
  z-index: 1;
}
.g_kv .kv_text {
  position: absolute;
  left: 4.6875%;
  top: 20.8333333333%;
  width: 65.625%;
}
.g_kv .cta {
  position: absolute;
  left: 4.6875%;
  top: 56.25%;
}
.g_kv .cta .bttn {
  display: inline-block;
  padding: 0.8em 2em;
  font-size: 2rem;
  line-height: 1;
  background-color: #007c97;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 500ms;
  transition: -webkit-box-shadow 500ms;
  transition: box-shadow 500ms;
  transition: box-shadow 500ms, -webkit-box-shadow 500ms;
}
.g_kv .cta .bttn:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
}

.g_main {
  padding-top: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
}
.g_main .main_wraper {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px 50px;
  max-width: 990px;
  background-color: #fff;
  -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);
  color: #1d1d1d;
}
.g_main .sc_title {
  text-align: center;
  margin-bottom: 2rem;
}
.g_main .sc_title .tit {
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.g_main .sc_title .tit::after {
  content: "";
  position: absolute;
}
.g_main .sc_title .sub {
  margin-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1;
}

.sc_intros {
  margin-bottom: 4rem;
}
.sc_intros .intro_cnt .parag {
  position: relative;
  margin: 0 auto;
  padding: 20px 55px 40px;
  max-width: 970px;
  font-size: 1.5rem;
  color: #fff;
}
.sc_intros .intro_cnt .parag:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #4fb5bf 50%, rgba(79, 181, 191, 0) 50%);
}
.sc_intros .point_cnt {
  font-size: 1.125rem;
}
.sc_intros .point_cnt .parag div:last-child {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.sc_intros .point_cnt .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_intros .point_cnt .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.5%;
          flex: 0 0 49.5%;
  border-radius: 4px;
  padding: 1.75rem;
  margin-bottom: 10px;
  border: 1px solid currentColor;
  color: #4fb5bf;
}
.sc_intros .point_cnt .item .i {
  margin-bottom: -30px;
}
.sc_intros .point_cnt .item .i img {
  width: 60px;
}
.sc_intros .point_cnt .item .tit {
  padding-left: 76px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
.sc_intros .point_cnt .item:nth-child(1), .sc_intros .point_cnt .item:nth-child(4) {
  color: #007c97;
}
.sc_intros .point_cnt .item .text {
  margin-top: 1rem;
  color: #1d1d1d;
}

.sc_example .sc_title {
  margin-bottom: 2rem;
}
.sc_example .intro {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 55px;
  font-size: 1.25rem;
}

.example_cnt .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.example_cnt .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 5px);
          flex: 0 0 calc(33.33% - 5px);
  border-radius: 10px;
  padding: 30px;
  border: 1px solid rgba(79, 181, 191, 0.5);
  font-size: 1.2rem;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}
.example_cnt .item:nth-child(1) {
  background-color: rgba(79, 181, 191, 0.2);
}
.example_cnt .item:nth-child(2) {
  background-color: rgba(0, 124, 151, 0.2);
}
.example_cnt .item:nth-child(3) {
  background-color: rgba(42, 82, 99, 0.2);
}
.example_cnt .item .tit {
  margin-bottom: 0.5rem;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
  color: #4fb5bf;
  height: 2.6em;
}
.sc_gift {
  margin-top: 20px;
}

.gift_cnt {
  padding-top: 10px;
  padding-bottom: 30px;
  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;
}
.gift_cnt .parag {
  padding-right: 40px;
  font-size: 1.5rem;
}
.gift_cnt .parag div {
  line-height: 1.2;
  margin-bottom: 0.67rem;
}
.gift_cnt .parag strong,
.gift_cnt .parag span {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.4;
}
.gift_cnt .parag strong {
  margin-right: 10px;
  color: #07B53B;
}
.gift_cnt .parag .tip {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2rem;
  margin-left: 6px;
  padding: 0.25rem 1rem 0.35rem;
  border: 2px solid currentColor;
  color: yellow;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.gift_cnt .img {
  max-width: 300px;
}
.gift_cnt .img img {
  width: 100%;
}

.sc_cta {
  padding: 3rem 0;
}
.sc_cta .cta {
  text-align: center;
}
.sc_cta .cta a {
  display: inline-block;
  border-radius: 3rem;
  padding: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007c97), to(#2a5263));
  background: linear-gradient(90deg, #007c97, #2a5263);
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.sc_cta .cta a span {
  display: block;
  border-radius: 3rem;
  padding: 1rem 4rem 1.2rem;
}
.sc_cta .cta a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sc_cta .cta .main_btn {
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
}

.g_footer {
  padding-top: 30px;
  border-bottom: 10px solid #4fb5bf;
}
.g_footer .pic {
  position: relative;
}
.g_footer .pic .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 20px 20px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
}
.g_footer .pic .txt .t {
  font-size: 1.125em;
}
.g_footer .pic .txt .p {
  margin-top: 6px;
  width: 70%;
  font-size: 0.875em;
}

@media (max-width: 767px) {
  body {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2a5263));
    background: linear-gradient(#000, #2a5263);
  }

  .g_kv .kv_bg {
    padding-top: 75%;
    background-position: right bottom;
    background-size: cover;
  }
  .g_kv .kv_tit {
    font-size: 7vw;
    padding: 8vw;
    left: 0;
    top: 40%;
    bottom: initial;
  }

  .g_main .main_wraper {
    border-radius: 0;
    padding: 30px;
  }
  .g_main .sc_title {
    margin-bottom: 1rem;
  }
  .g_main .sc_title .sub {
    line-height: 1.2;
    padding-bottom: 0;
  }

  .sc_intros {
    padding: 0;
    margin-bottom: 0;
  }
  .sc_intros .intro_cnt .parag {
    padding: 1rem;
    font-size: 1.25rem;
  }
  .sc_intros .intro_cnt .parag::before {
    left: 0;
    top: -1.5rem;
    width: 2rem;
    height: 2rem;
  }
  .sc_intros .point_cnt .items {
    display: block;
  }
  .sc_intros .point_cnt .item {
    border-radius: 0;
    margin-bottom: 0;
    border-width: 0 0 1px;
    padding: 1rem 0;
  }
  .sc_intros .point_cnt .item .text {
    font-size: 1rem;
  }
  .sc_intros .point_cnt .item:last-child {
    border-bottom-width: 0;
  }

  .sc_example {
    margin-top: 40px;
  }
  .sc_example .intro {
    padding: 0 15px;
    font-size: 1.125rem;
  }

  .example_cnt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .example_cnt .tip a {
    word-wrap: break-word;
  }
  .example_cnt .items {
    display: block;
  }
  .example_cnt .item {
    margin: 10px 0;
  }
  .example_cnt .item .text {
    font-size: 1.125rem;
  }

  .sc_cta {
    padding-top: 1rem;
  }
  .sc_cta .cta {
    padding: 0 30px;
  }
  .sc_cta .cta a {
    display: block;
    font-size: 1.5rem;
  }
  .sc_cta .cta a span {
    padding: 1rem 2rem;
  }
  .sc_cta .cta .sub_btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .gift_cnt {
    display: block;
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .gift_cnt .parag {
    text-align: center;
    padding-right: 0;
    font-size: 1.25rem;
  }
  .gift_cnt .parag .tip {
    margin-left: 0;
    margin-top: 10px;
  }
  .gift_cnt .img {
    margin: 30px auto;
  }

  .g_footer .container {
    padding: 0;
  }
  .g_footer .pic .txt {
    padding: 50px 15px 15px;
  }
  .g_footer .pic .txt .p {
    width: 100%;
  }
}