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

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  color: #fff;
}

a {
  color: inherit;
}

.gdn_underline {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}
.gdn_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(110, 190, 75, 0.2)), to(#6ebe4b));
  background: linear-gradient(90deg, rgba(110, 190, 75, 0.2), #6ebe4b);
}

.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: 50%;
  background: url("img/d_kv.jpg") center/contain no-repeat;
}
.g_kv .kv_logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 2.5vw 4vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g_kv .kv_logo .logo_exos img {
  height: 6vw;
}
.g_kv .kv_logo .logo_seagate img {
  height: 3.6vw;
}
.g_kv .kv_tit {
  position: absolute;
  left: 1.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1.5vw 3vw;
  font-size: 3vw;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.2;
  background: radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.g_kv .kv_tit strong {
  color: #6ebe4b;
}

.g_main {
  padding-top: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))), url("img/bg.jpg") center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("img/bg.jpg") center/cover no-repeat;
}
.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, #6ebe4b 50%, rgba(110, 190, 75, 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 #6ebe4b;
}
.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;
  color: #6ebe4b;
}
.sc_intros .point_cnt .item .text {
  margin-top: 1rem;
}

.sc_example .sc_title {
  margin-bottom: 2rem;
}

.example_cnt {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 55px;
}
.example_cnt .items {
  padding-top: 0;
  padding-bottom: 20px;
}
.example_cnt .item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(110, 190, 75, 0.5);
}
.example_cnt .item .tit {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #6ebe4b;
  text-align: center;
}
.example_cnt .item .text {
  font-size: 1.25rem;
}
.example_cnt .item:last-child {
  border-bottom-width: 0;
}
.example_cnt .tip a {
  color: #6ebe4b;
  line-height: 1.1;
}

.sc_gift {
  margin-top: 60px;
}

.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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  padding-right: 40px;
  font-size: 1.5rem;
}
.gift_cnt .parag div {
  line-height: 1.2;
  margin-bottom: 0.67rem;
}
.gift_cnt .parag strong {
  font-size: 2rem;
  margin-right: 1rem;
  line-height: 1.4;
}
.gift_cnt .parag span {
  position: relative;
  top: 0.125rem;
  display: inline-block;
  border-radius: 2rem;
  margin-left: 6px;
  padding: 0.25rem 1rem 0.35rem;
  border: 2px solid #6ebe4b;
  color: #6ebe4b;
  font-size: 1rem;
}
.gift_cnt .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}
.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(#6ebe4b), to(#1d1d1d)) no-repeat;
  background: linear-gradient(90deg, #6ebe4b, #1d1d1d) no-repeat;
  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;
  padding-bottom: 30px;
  border-bottom: 10px solid #6ebe4b;
}

@media (max-width: 767px) {
  .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;
  }

  .example_cnt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .example_cnt .tip a {
    word-wrap: break-word;
  }
  .example_cnt .item .text {
    font-size: 1.125rem;
  }

  .sc_cta {
    padding-bottom: 0;
  }
  .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 strong {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .gift_cnt .parag strong::after {
    width: 70%;
    left: 15%;
  }
  .gift_cnt .img {
    margin: 30px auto;
  }

  .g_footer .container {
    padding: 0;
  }
  .g_footer .logos {
    display: block;
  }
  .g_footer .item:last-child {
    width: 50%;
    margin: 30px auto 0;
  }
}