@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: 85vh;
  background: url("img/mainbg.jpg") center/cover fixed;
}

.g_kv .dk .header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 50px 15px 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g_kv .dk .header_logo {
  position: relative;
  width: 26.04167%;
  height: auto;
}

.g_kv .dk .header_tit {
  position: relative;
  width: 24.47917%;
  height: auto;
}

.g_kv .kv_text {
  position: absolute;
  left: 6.25%;
  top: 27.77778vh;
  width: 26.04167%;
}

.g_kv .kv_book {
  position: absolute;
  right: 6.25%;
  bottom: 0;
  width: 23.95833%;
}

.g_kv .cta {
  position: absolute;
  left: 6.25%;
  bottom: 13.88889vh;
  width: 31.25%;
}

.g_kv .cta .bttn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 6.1875rem;
  -webkit-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_kv .cta .bttn:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.g_kv .cta .bttn img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.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));
}

.sc_intro {
  position: relative;
}

.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, #fa0505 50%, rgba(250, 5, 5, 0) 50%);
}

.intro_cnt .parag {
  line-height: 1.8;
}

.intro_cnt .parag p {
  margin-bottom: 1.25em;
}

.gift_cnt {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  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 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px auto;
  max-width: 960px;
  padding: 20px 0;
  width: 31.25%;
}

.sc_cta .cta {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.sc_cta .cta .bttn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6.1875rem;
  -webkit-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sc_cta .cta .bttn:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sc_cta .cta .bttn img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.g_footer {
  position: relative;
  margin: 50px auto 0 auto;
  border-bottom: 10px solid #fa0505;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.67)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.67), rgba(255, 255, 255, 0));
}

.g_footer_pic {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  body {
    background: url("img/mainbg.jpg") center/cover fixed;
  }
  .g_fixed {
    display: none;
  }
  .g_kv .dk {
    height: 75vh;
  }
  .g_kv .dk .header {
    padding: 10px 15px;
  }
  .g_kv .dk .header_logo {
    width: 39.0625%;
  }
  .g_kv .dk .header_tit {
    width: 34.375%;
  }
  .g_kv .kv_text {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 9.375vh;
    width: 90.625%;
  }
  .g_kv .kv_book {
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    bottom: 0;
    width: 46.875%;
  }
  .g_kv .cta {
    top: 28.125vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 90.625%;
  }
  .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;
    width: 78.125%;
  }
  .sc_cta .cta {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .sc_cta .cta .bttn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4.375rem;
    -webkit-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sc_cta .cta .bttn:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sc_cta .cta .bttn img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .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;
  }
}
/*# sourceMappingURL=style.css.map */