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

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  color: #fff;
  background: url("img/mainbg.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 .dk {
  position: relative;
  height: 100vh;
}
.g_kv .kv_logo {
  position: absolute;
  left: 0;
  top: 5.5555555556vh;
  width: 35.4166666667%;
  z-index: 1;
}
.g_kv .kv_text {
  position: absolute;
  left: 3.6458333333%;
  bottom: 35.1851851852vh;
  width: 57.2916666667%;
}
.g_kv .kv_pic {
  position: absolute;
  right: 5.2083333333%;
  bottom: 0;
  width: 31.25%;
}
.g_kv .cta {
  position: absolute;
  left: 3.6458333333%;
  bottom: 9.2592592593vh;
  font-size: 1.75vw;
}
.g_kv .cta .bttn {
  display: inline-block;
  padding: 0.8em 2em;
  font-size: 1.2em;
  line-height: 1;
  background-color: #007c97;
  border-radius: 0.5em;
  -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_kv .cta .tip {
  color: #fff;
  margin-top: 0.2em;
}

.g_main {
  padding-top: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
}

.intro_cnt {
  margin: 0 auto;
  max-width: 960px;
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.intro_cnt .tit {
  margin-top: 1.5em;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.5em;
  padding-left: 1.1em;
  line-height: 1.3;
  font-weight: 700;
}
.intro_cnt .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  border-start-start-radius: 4px;
  width: 1em;
  height: 1em;
  background: linear-gradient(135deg, #4fb5bf 50%, rgba(79, 181, 191, 0) 50%);
}
.intro_cnt .parag {
  line-height: 1.8;
}
.intro_cnt .parag p {
  margin-bottom: 1.25em;
}

.gift_cnt {
  padding-top: 10px;
  padding-bottom: 40px;
  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: 20px 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: 40px 0;
  border-bottom: 10px solid #4fb5bf;
}
.g_footer .container {
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
  color: #000;
}
.g_footer .foot_note {
  text-align: center;
  padding-bottom: 1.5em;
}
.g_footer .foot_note a {
  color: #007c97;
}
.g_footer .foot_note a:hover {
  text-decoration: underline;
}
.g_footer .foot_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g_footer .foot_logos .item {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.g_footer .foot_logos .item a {
  display: block;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.g_footer .foot_logos .item a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.g_footer .foot_logos .qrpic {
  margin: 0 auto;
  width: calc(100% - 50px);
}
.g_footer .foot_logos .logo {
  margin-top: 5px;
}
.g_footer .foot_logos .logo img {
  width: 100%;
}

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

  .g_fixed {
    display: none;
  }

  .g_kv .cta {
    font-size: 1rem;
    bottom: 30px;
  }
  .g_kv .cta .bttn {
    padding: 0.5em 1.25em;
    font-size: 1.6em;
  }

  .g_main {
    padding-top: 20px;
  }

  .sc_intro .intro_cnt {
    padding: 0 30px;
  }
  .sc_intro .tit {
    margin-top: 1em;
  }
  .sc_intro .parag {
    font-size: 0.9em;
    line-height: 1.5;
  }
  .sc_intro .parag p {
    margin-bottom: 1em;
  }

  .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 {
    padding: 0;
  }
  .g_footer .container {
    padding: 20px 0;
    border-radius: 0;
  }
  .g_footer .foot_note {
    padding: 0 20px;
    line-height: 1.3;
  }
  .g_footer .foot_logos {
    padding: 0 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g_footer .foot_logos .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px 0;
  }
  .g_footer .foot_logos .qrpic {
    text-align: center;
  }
  .g_footer .foot_logos .qrpic img {
    max-width: 120px;
  }
  .g_footer .foot_logos .logo {
    margin-top: 0;
  }
}