@font-face {
  font-family: RedHatTextMedium;
  src: url("font/RedHatText-Medium.eot") format("embedded-opentype"), url("font/RedHatText-Medium.woff") format("woff");
}
@font-face {
  font-family: RedHatDisplayBlack;
  src: url("font/RedHatDisplay-Black.eot") format("embedded-opentype"), url("font/RedHatDisplay-Black.woff") format("woff");
}
html {
  font-size: 16px;
}

body {
  font-family: "RedHatTextMedium", "Noto Sans TC", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -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;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -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;
}
.fix_aside .fx_item.is_primary {
  background-image: linear-gradient(135deg, #ee0000, #820000);
  color: #fff;
}
.fix_aside .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);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.cta .bttn {
  display: inline-block;
  margin: 10px 0;
  border-radius: 1.5em;
  padding: 0.9em 1.8em 0.95em;
  font-size: 1.675rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(120deg, #f35454, #ee0000, #a30000) 0 0/200% 100%;
  color: #fff;
  font-style: italic;
  -webkit-transition: background 300ms, letter-spacing 300ms;
  transition: background 300ms, letter-spacing 300ms;
  letter-spacing: 0;
}
.cta .bttn:hover {
  text-decoration: none;
  letter-spacing: 0.2em;
  background-position-x: 100%;
}

.g_kv {
  position: relative;
  height: 100vh;
}
.g_kv .logo,
.g_kv .tit,
.g_kv .cta {
  position: absolute;
  left: 5.2083333333vw;
}
.g_kv .logo {
  top: 5.2083333333vw;
  width: 22.3958333333%;
}
.g_kv .tit {
  top: 18.75vw;
  width: 100%;
  font-family: "RedHatDisplayBlack", "Noto Sans TC" sans-serif;
  line-height: 1.5;
  font-size: 1.08vw;
}
.g_kv .tit .line1 {
  font-size: 2.2em;
}
.g_kv .tit .line2 {
  font-size: 3em;
  color: #ee0000;
  font-weight: 700;
}
.g_kv .tit .line3 {
  font-size: 2.6em;
  font-weight: 700;
}
.g_kv .cta {
  top: 34.8958333333vw;
}

.g_main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 239, 239, 0.9)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(rgba(239, 239, 239, 0.9), rgba(255, 255, 255, 0.9));
}
.g_main .main_sc {
  padding: 60px 0 30px;
}
.g_main .main_sc.bg-white, .g_main .main_sc:last-child {
  padding-bottom: 60px;
}
.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 30px;
}
.g_main .sc_title .tit {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #ee0000;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: calc(50% - 2.5em);
  bottom: 0;
  width: 5em;
  height: 4px;
  background-color: #a30000;
  background: -webkit-gradient(linear, left top, right top, from(#f35454), to(#cc0000));
  background: linear-gradient(90deg, #f35454, #cc0000);
}
.g_main .soft_bg {
  background-color: rgba(204, 0, 0, 0.06);
}
.g_main .soft_bg + .soft_bg {
  padding-top: 0;
}

.sc_intro {
  -webkit-box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
          box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
}
.sc_intro .sec_cnt {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.25rem;
}
.sc_intro .p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 1em;
}
.sc_intro .p:last-child {
  margin-bottom: 0;
}

.sc_three .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc_three .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
          flex: 0 0 32.5%;
  border-radius: 1em;
  padding: 2em;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
          box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
}
.sc_three .item .tit {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #ee0000;
  text-align: center;
}
.sc_three .item .text {
  margin-top: 10px;
  font-size: 1.2rem;
}

.sc_spec .spec_cnt {
  text-align: center;
}
.sc_spec .spec_cnt .list {
  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;
}
.sc_spec .spec_cnt .li {
  padding: 1em 2em;
  border-radius: 3em;
  font-size: 1.2rem;
  margin-bottom: 0.25em;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 3px 0 rgba(50, 110, 189, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#f35454), to(#ee0000));
  background: linear-gradient(90deg, #f35454, #ee0000);
}

.sc_case .case_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  background: linear-gradient(135deg, #f35454, #ee0000);
  border-radius: 4px;
  padding: 6px;
  -webkit-box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
          box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
}
.case_item .item {
  padding: 1.5em 2em;
  border-radius: 2px;
  height: 100%;
  background-color: #fff;
}
.case_item .tit {
  text-align: center;
  font-size: 1.5em;
  color: #ee0000;
  font-weight: 700;
}
.case_item .pic {
  margin: 1.25em auto;
  text-align: center;
  border-radius: 50%;
  width: 8em;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
          box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
  background-color: #d9d9d9;
}
.case_item .pic img {
  width: 100%;
}
.case_item .parag {
  font-size: 1.125em;
}
.case_item .list {
  margin-top: 0.75em;
  padding-left: 1.5em;
  margin-bottom: 0;
}
.case_item .list li {
  padding: 4px 0;
  line-height: 1.4;
}

.sc_cta .vd_cnt {
  border-radius: 30px;
  background-color: #000;
  overflow: hidden;
}
.sc_cta .vd_area {
  margin: 0 auto;
  max-width: 640px;
}
.sc_cta .vd_wrap {
  position: relative;
  padding-top: 56.25%;
}
.sc_cta .vd_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sc_cta .cta_cnt {
  margin: 30px 0;
  text-align: center;
}

.gift_cnt {
  text-align: center;
}

.gift_item {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
          box-shadow: 0 6px 6px 0 rgba(50, 110, 189, 0.2);
  margin: 0 auto;
  max-width: 600px;
}
.gift_item .pic {
  position: absolute;
  right: 16%;
  bottom: 50%;
  max-width: 300px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.gift_item .wording {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  padding: 40px;
  text-align: left;
  font-size: 1.25rem;
}
.gift_item .wording .tit {
  display: inline-block;
  margin-bottom: 0.75em;
  font-weight: 700;
  color: #ee0000;
  line-height: 1;
  padding: 0 0.5em;
  border: 0 solid #ee0000;
  border-width: 0 2px;
}
.gift_item .wording .name {
  font-size: 1.25em;
  color: #cc0000;
  line-height: 1.3;
}
.gift_item .wording .cnt .i {
  display: inline-block;
  margin-top: 6px;
  padding: 6px 12px 8px;
  line-height: 1;
  border-radius: 4px;
  font-size: 0.875em;
  background-color: #cc0000;
  color: #fff;
}

.g_footer {
  padding: 1rem 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #ee0000 10%, #ee0000 90%);
  color: #fff;
}

@media (min-width: 768px) {
  body {
    background: url("img/d_kv_bg.png") center/cover fixed;
  }
}
@media (max-width: 767px) {
  .g_kv {
    height: auto;
  }
  .g_kv .tit {
    font-size: 0.5rem;
  }
  .g_kv .cta {
    top: 45%;
  }
  .g_kv .cta .bttn {
    font-size: 1rem;
  }

  .g_main .main_sc {
    padding: 40px 0 20px;
  }
  .g_main .main_sc.bg-white, .g_main .main_sc:last-child {
    padding-bottom: 40px;
  }

  .sc_intro {
    padding: 0 1rem;
  }
  .sc_intro .sec_cnt {
    font-size: 1rem;
  }
  .sc_intro .p {
    padding: 0 1em;
    text-align: left;
  }
  .sc_intro .cta .tip {
    font-size: 1.125rem;
  }
  .sc_intro .cta .bttn {
    padding: 0.9rem 2rem 1rem;
  }
  .sc_intro .cta .bttn span {
    display: block;
    padding: 2px 0;
  }

  .sc_three .items {
    display: block;
  }
  .sc_three .item {
    margin-bottom: 1em;
  }

  .sc_spec .spec_cnt .li {
    border-radius: 20px;
    padding: 1em;
  }

  .sc_case .case_cnt {
    display: block;
  }

  .case_item {
    margin-bottom: 1em;
  }
  .case_item .item {
    font-size: 0.875rem;
  }

  .gift_cnt {
    padding: 0 30px;
  }

  .gift_item {
    display: block;
  }
  .gift_item .pic {
    position: static;
    max-width: 200px;
    margin: 0 auto;
    padding: 20px 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .gift_item .wording {
    text-align: center;
    font-size: 1rem;
    padding: 10px;
  }
  .g_footer {
    padding: 2rem 0;
  }
}