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

body {
  font-family: "Tahoma", "Ubuntu", "Noto Sans TC", Microsoft Jhenghei, "微軟正黑體", sans-serif;
}

.full_wrap {
  background: linear-gradient(135deg, #93ea20, #06fed1);
}
.full_wrap .bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  left: 0;
  top: 0;
}
.full_wrap .bg .bgcnt {
  position: absolute;
}
.full_wrap .bg .bgcnt.bc1 {
  right: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  padding-top: 81.25%;
  background: url("img/SVG/bgcnt1.svg") center/cover no-repeat;
}
.full_wrap .bg .bgcnt.bc2 {
  right: 0;
  top: 8vw;
  z-index: 3;
  width: 100%;
  padding-top: 70%;
  background: url("img/SVG/bgcnt2.svg") right center/cover no-repeat;
}
.full_wrap .bg .bgcnt.bc3 {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding-top: 75%;
  background: url("img/SVG/bgcnt3.svg") center/cover no-repeat;
}
.full_wrap .bg .bgdots {
  position: absolute;
  background: url("img/SVG/bgdots.svg") right top/cover no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.full_wrap .bg .bgdots.bd1 {
  left: -6.5%;
  bottom: -4%;
  z-index: 6;
  width: 20%;
  padding-top: 20%;
}
.full_wrap .bg .bgdots.bd2 {
  right: 14%;
  top: 1%;
  z-index: 4;
  width: 20%;
  padding-top: 20%;
}

.cta .bttn {
  display: inline-block;
  border-radius: 1.25em 0.25em 1.25em 0.25em;
  padding: 1em 2em 1.1em;
  width: 10em;
  font-size: 1.675em;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(120deg, #fff, #4ddb87, #00d15f, #4ddb87, #fff) 0 0/200% 100%;
  color: #fff;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  text-align: center;
}
.cta .bttn span {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  letter-spacing: normal;
  -webkit-transition: letter-spacing 300ms;
  transition: letter-spacing 300ms;
}
.cta .bttn:hover {
  text-decoration: none;
  background-position-x: 100%;
}
.cta .bttn:hover span {
  letter-spacing: 0.25em;
}
.cta .bttn:active {
  background: #3d019e;
}

.g_kv {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(61, 1, 158, 0)), to(rgba(61, 1, 158, 0.5)));
  background: linear-gradient(rgba(61, 1, 158, 0) 50%, rgba(61, 1, 158, 0.5));
  z-index: 2;
}
.g_kv .kv {
  position: relative;
  height: 100vh;
}
.g_kv .kv img {
  display: block;
  max-width: 100%;
}
.g_kv .kv .kvlogo,
.g_kv .kv .kvtit,
.g_kv .kv .kvpic {
  position: absolute;
  display: block;
}
.g_kv .kv .kvlogo {
  left: 8.3333333333%;
  top: 9.2592592593%;
  width: 16.6666666667%;
}
.g_kv .kv .kvtit {
  left: 10%;
  top: 35%;
  width: 60%;
}
.g_kv .kv .kvpic {
  right: 5%;
  width: 30%;
  top: 55%;
}
.g_kv .cta {
  position: absolute;
  left: 10%;
  top: 60%;
}
.g_kv .cta .bttn {
  -webkit-box-shadow: 6px 10px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6px 10px 10px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.75vw;
}

.main {
  position: relative;
  padding-bottom: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 1, 158, 0.5)), color-stop(45%, rgba(61, 1, 158, 0.8)), color-stop(60%, rgba(61, 1, 158, 0.8)), to(rgba(61, 1, 158, 0.5))), url("img/SVG/bgcnt3.svg") right bottom no-repeat;
  background: linear-gradient(rgba(61, 1, 158, 0.5), rgba(61, 1, 158, 0.8) 45%, rgba(61, 1, 158, 0.8) 60%, rgba(61, 1, 158, 0.5)), url("img/SVG/bgcnt3.svg") right bottom no-repeat;
  z-index: 3;
}

.intro_wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0;
  color: #fff;
  font-weight: 400;
}
.intro_wrap .parag {
  font-size: 1.25rem;
  line-height: 1.67;
}
.intro_wrap .parag b {
  color: #93EB20;
}
.intro_wrap .parag strong {
  color: #00e296;
}
.intro_wrap .parag p:last-child {
  margin-bottom: 0;
}

.gift_wrap {
  border-radius: 10px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px;
  padding-right: 0;
  overflow: hidden;
  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_wrap .pic {
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
  margin: 0 auto;
}
.gift_wrap .pic img {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  width: 100%;
}
.gift_wrap .gift {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  font-size: 1.2em;
  overflow: hidden;
}
.gift_wrap .gift .wording {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift_wrap .gift .categ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8em;
          flex: 0 0 1.8em;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 1.2em 0.4em;
  line-height: 1.1;
  font-size: 1.2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #4ddb87 15%, #00d15f 15%, #00d15f 85%, #4ddb87 85%);
  color: #fff;
  border-radius: 6px;
}
.gift_wrap .gift .tit {
  padding: 1rem 0;
  padding-left: 1.5rem;
  vertical-align: middle;
  color: #fff;
}
.gift_wrap .gift .tit b {
  display: block;
  vertical-align: middle;
  font-size: 1.25em;
  line-height: 1.3;
}
.gift_wrap .gift .tit b + b {
  margin-top: 5px;
}
.gift_wrap .gift .tit b.quote {
  margin-left: -0.5em;
}
.gift_wrap .gift .tit .sub {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #f4e891;
}
.gift_wrap .gift .tit .count {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid currentColor;
  border-radius: 30px;
  padding: 4px 16px;
  font-size: 0.875em;
  line-height: 1;
  color: #93eb20;
}

.form_wrap {
  border-radius: 20px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  background-color: #fff;
}

.table_content {
  padding: 0 30px 40px;
}

.table {
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f8f9;
}
.table .btn {
  background-color: transparent;
}
.table legend {
  font-size: 1.2em;
  margin-bottom: 4px;
}
.table legend span {
  display: inline-block;
  padding: 5px 7px 7px;
  line-height: 1;
  border-radius: 4px;
  background-color: #124354;
  color: #fff;
  font-size: 14px;
}
.table legend + div {
  padding-left: 1.2rem;
}
.table legend + .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table label {
  color: #155c75;
}
.table .form-check-inline {
  margin-right: 0;
  padding-right: 1em;
  margin-bottom: 0.25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 50%;
}
.table .form-check-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.table .form_phone label ~ div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.table .form_phone label ~ div:nth-child(n+2) {
  margin-top: 4px;
  margin-bottom: 4px;
}
.table .form-check-input ~ .input_text {
  margin-left: 0.25rem;
  width: 110px;
  display: none;
  margin-left: 0.25rem;
}
.table .other_text {
  margin-left: 0.25rem;
}
.table .form-check-input ~ .input_text {
  width: 110px;
  display: none;
}
.table .form-check-input:checked ~ .input_text {
  display: inline;
}
.table .form-group {
  margin-bottom: 1rem;
}
.table .cta {
  margin: 10px 0;
}

.form_tit {
  text-align: center;
}
.form_tit h2 {
  font-weight: 700;
  margin-bottom: 0;
  color: #005f4b;
}
.form_tit span {
  display: block;
  margin: 10px 0 30px;
  color: #1789bd;
}

.form_p1, .form_p2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.form_p1 {
  padding-bottom: 30px;
}

.form_p2 {
  border-top: 6px solid #fff;
  padding-top: 60px;
}

.policy_wrap {
  margin-top: 30px;
}

.policy_tip, .policy_after {
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
  font-size: 14px;
}

.policy_tip {
  padding-bottom: 6px;
}

.policy_after {
  margin-top: 6px;
}

.pt_left {
  float: left;
  text-align: center;
}

.pt_right {
  float: right;
}
.pt_right a {
  color: #00b388;
}
.pt_right a:hover {
  color: #1789bd;
}

.policy_box {
  clear: both;
  border-radius: 12px;
  border: 1px solid #00b388;
  padding: 10px;
  height: 150px;
  overflow: hidden;
  background-color: #fcfff8;
}

.pb_tit {
  padding: 10px 10px 5px;
  text-align: center;
}

.pb_text {
  padding: 5px 10px 20px;
  font-size: 12px;
  line-height: 21px;
  overflow: auto;
  height: calc(100% - 40px);
}
.pb_text p {
  margin-bottom: 1em;
}
.pb_text ol {
  padding-left: 1em;
  list-style: none;
  margin-bottom: 0;
}
.pb_text ol li {
  margin-top: 9px;
}

#fancybox-outer {
  width: 104% !important;
}

@media (max-width: 767px) {
  .full_wrap .bg .bgcnt.bc1 {
    right: -30%;
    width: 200%;
    padding-top: 160%;
  }
  .full_wrap .bg .bgcnt.bc2 {
    top: 60vw;
    width: 150%;
    padding-top: 150%;
  }
  .full_wrap .bg .bgcnt.bc3 {
    width: 150%;
    padding-top: 150%;
  }
  .g_kv {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(61, 1, 158, 0)), to(rgba(61, 1, 158, 0.7)));
    background: linear-gradient(rgba(61, 1, 158, 0) 50%, rgba(61, 1, 158, 0.7));
  }
  .g_kv .kv {
    height: 60vh;
  }
  .g_kv .kv .kvlogo {
    left: 8vw;
    top: 8vw;
    width: 25%;
  }
  .g_kv .kv .kvtit {
    left: 10vw;
    top: 20%;
    width: 80vw;
  }
  .g_kv .kv .kvpic {
    right: 2vw;
    width: 72vw;
    top: 50%;
  }
  .g_kv .cta {
    position: absolute;
    left: 10vw;
    top: 40%;
  }
  .g_kv .cta .bttn {
    padding: 0.75em 1.5em 0.8em;
    width: 8em;
    -webkit-box-shadow: 6px 10px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 6px 10px 10px 0 rgba(0, 0, 0, 0.3);
    font-size: 1.25rem;
  }
  .main {
    padding-bottom: 0;
    background: url("img/SVG/bgcnt3.svg") right bottom no-repeat;
  }
  .main_content {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 1, 158, 0.7)), color-stop(20%, rgba(61, 1, 158, 0.9)), color-stop(40%, rgba(61, 1, 158, 0.9)));
    background: linear-gradient(rgba(61, 1, 158, 0.7), rgba(61, 1, 158, 0.9) 20%, rgba(61, 1, 158, 0.9) 40%);
  }
  .intro_wrap {
    padding: 40px 30px 0;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  }
  .intro_wrap .parag {
    font-size: 1rem;
  }
  .gift_wrap {
    display: block;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
  }
  .gift_wrap .gift .wording {
    font-size: 0.9em;
  }
  .gift_wrap .gift .categ {
    position: relative;
  }
  .gift_wrap .gift .tit {
    padding-left: 1rem;
  }
  .gift_wrap .pic {
    padding-left: 60px;
    padding-top: 30px;
    padding-right: 20px;
  }
  .gift_wrap .pic img {
    width: 100%;
  }
  .form_wrap {
    border-radius: 0;
  }
  .table_content {
    padding-left: 0;
    padding-right: 0;
  }
  .table {
    border-radius: 0;
  }
  .table .form-check-inline {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
  }
  .table .form-check-label {
    overflow-wrap: break-word;
  }
  .form_p1, .form_p2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .policy_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}