.link_item .link__img {
  overflow: hidden;
}
.link_item .link__img img {
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.link_item .link__img .link__text {
  color: #333;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.link_item:hover {
  text-decoration: none;
}
.link_item:hover .link__img img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.link_item:hover .link__text {
  color: #006f96;
}

html {
  font-size: 20px;
}

body {
  font-family: "Robot", "Noto Sans TC", sans-serif;
  color: #333;
  background-color: #eee;
}

a {
  color: inherit;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 1em;
  margin: 8px;
  background: linear-gradient(120deg, #fff, #ddd);
  font-size: 0.875em;
  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;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fix_aside .fx_item .in_wrap {
  padding: 15px;
}
.fix_aside .fx_item.is_primary {
  background: -webkit-gradient(linear, left top, right top, from(#bf6a00), to(#ffd055));
  background: linear-gradient(90deg, #bf6a00, #ffd055);
  color: #fff;
}
.fix_aside .fx_item.is_primary .in_wrap {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.fix_aside .fx_item.js_scroll_top .in_wrap .ic {
  width: 16px;
  height: 16px;
  border: 1px solid;
  -webkit-transform: rotate(-45deg) translate(-30%, 20%);
          transform: rotate(-45deg) translate(-30%, 20%);
  border-color: #000 #000 transparent transparent;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: 0 4px 5px 0 rgba(7, 5, 5, 0.19);
          box-shadow: 0 4px 5px 0 rgba(7, 5, 5, 0.19);
}

.page_wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.g_logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 4vw;
  width: 100%;
  max-height: 64px;
  background-color: #fff;
}
.g_logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 8vw;
  max-height: 128px;
}

.g_kv {
  position: relative;
}
.g_kv .desktop .bg {
  height: 50vw;
  background: url("img/kvbg.png") center/cover;
}
.g_kv .desktop .logo,
.g_kv .desktop .tit,
.g_kv .desktop .cta {
  position: absolute;
  left: 4.1666666667vw;
}
.g_kv .desktop .logo {
  top: 4.1666666667vw;
  width: 16.25%;
}
.g_kv .desktop .tit {
  top: 33.0208333333%;
  width: 56.3541666667%;
}
.g_kv .desktop .cta {
  top: 60%;
  width: 48.9583333333%;
}

.cnt_intro {
  background: url("img/index1.png") center top/auto 100px no-repeat, url("img/index2.png") center bottom/auto 170px no-repeat;
  background-color: #f7f7f7;
  padding: 100px 0 170px;
}
.cnt_intro .title,
.cnt_intro .subtit,
.cnt_intro .tip {
  text-align: center;
}
.cnt_intro .title {
  margin-top: 20px;
  font-size: 2em;
  font-weight: 700;
  color: #004097;
}
.cnt_intro .subtit {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2;
}
.cnt_intro .tip {
  margin-bottom: 40px;
  color: #666;
}
.cnt_intro .cnts {
  padding-bottom: 60px;
}
.cnt_intro .cnts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
}
.cnt_intro .cnts .item:first-child .left {
  background-color: #006f96;
}
.cnt_intro .cnts .item:first-child .right .point {
  background-image: url("img/leaf1.png");
}
.cnt_intro .cnts .item:last-child .left {
  background-color: #17bab2;
}
.cnt_intro .cnts .item:last-child .right .point {
  background-image: url("img/leaf2.png");
}
.cnt_intro .cnts .item .left {
  position: relative;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5em;
}
.cnt_intro .cnts .item .left .year {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.cnt_intro .cnts .item .right .point {
  font-size: 1.25em;
  padding-left: 1.5em;
  background: left center/1em no-repeat;
}

.cnt_super,
.cnt_whitep {
  background-color: #17bab2;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.cnt_super {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.cnt_super .cnt_tit {
  display: inline-block;
  position: relative;
  padding-left: 6.5em;
  padding-right: 1.5em;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
.cnt_super .cnt_tit .five {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6em;
  height: 7.5em;
  background: url("img/five.png") 0 0/contain no-repeat;
}
.cnt_super .cnt_tit .title {
  font-size: 2em;
  font-weight: 700;
}
.cnt_super .cnt_tit .subtit {
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
}
.cnt_super .cnt_tit .subtit .d-inline-block {
  line-height: 1.3;
}
.cnt_super .cnt_tit .subtit .strong {
  display: inline-block;
  position: relative;
  margin-right: 0.2em;
  padding: 0 0.25em;
  font-weight: 700;
  line-height: 1.3;
  color: #17bab2;
}
.cnt_super .cnt_tit .subtit .strong::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cnt_super .cnt_tit .subtit .strong span {
  position: relative;
  z-index: 3;
}
.cnt_super .pic {
  margin-top: 40px;
}
.cnt_super .cta {
  margin-top: -60px;
}
.cnt_super .cta .bttn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: -webkit-gradient(linear, left top, right top, from(#bf6a00), to(#ffd055));
  background: linear-gradient(90deg, #bf6a00, #ffd055);
  color: #fff;
  border-radius: 2em;
  padding: 0.5em 1.25em;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.1;
  -webkit-animation: scale 800ms linear infinite alternate;
          animation: scale 800ms linear infinite alternate;
}
.cnt_super .cta .bttn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cnt_super .cta .bttn .ic {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  background: url("img/ic_download.png") center/contain;
}
.cnt_super .gift {
  margin-top: 1em;
  margin-bottom: 10px;
  margin-bottom: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.33em;
  font-weight: 700;
  color: #fff;
}
.cnt_super .gift .lp {
  border-radius: 10px;
  margin: 0 0.5em;
  padding: 0.5em 1em;
  line-height: 1.1;
  border: 2px solid #fff;
  background-color: #00b45d;
}

.cnt_whitep .container {
  border-top-right-radius: 40px;
  background-color: #e8f8f7;
  padding: 15px 10px 0;
}
.cnt_whitep .note_wrap {
  padding: 0 70px;
  background: radial-gradient(circle at center, #17bab2 11px, #e8f8f7 12px) 0 12px/60px 48px repeat-y;
  text-align: center;
}
.cnt_whitep .title {
  font-size: 2em;
  font-weight: 700;
  color: #006f96;
  display: inline-block;
  padding: 0 3em 10px;
  border-bottom: 2px solid #006f96;
}
.cnt_whitep .list {
  margin-top: 2em;
  margin-bottom: 0;
  padding-bottom: 2em;
  padding-left: 0;
  list-style: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt_whitep .list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 12px 1em 6px;
  border-bottom: 1px solid rgba(0, 111, 150, 0.33);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #006f96;
  font-weight: 500;
  font-size: 1.125em;
}
.cnt_whitep .list li span {
  padding-right: 1em;
}

.g_footer {
  padding: 20px 5%;
  background-color: #004097;
  font-size: 16px;
  color: #fff;
}
.g_footer .d-md-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g_footer .foot_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_footer .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.g_footer .logo img {
  width: 200px;
}
.g_footer .social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.g_footer .social .item {
  margin-left: 16px;
  display: inline-block;
}
.g_footer .social .item img {
  width: 48px;
}
.g_footer .foot_mid {
  margin: 30px 0;
}
.g_footer .foot_mid,
.g_footer .foot_bot {
  padding-left: 10px;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }

  .fix_aside {
    right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix_aside .fx_item {
    margin: 0 0.25em;
  }

  .g_logo {
    height: 2rem;
  }
  .g_logo img {
    height: 4rem;
  }

  .cnt_intro {
    background: url("img/index1.png") center top/auto 50px no-repeat, url("img/index2.png") center bottom/auto 85px no-repeat;
    background-color: #f7f7f7;
    padding: 50px 0 85px;
  }
  .cnt_intro .title,
.cnt_intro .subtit,
.cnt_intro .tip {
    line-height: 1.3;
  }
  .cnt_intro .subtit {
    margin: 10px 0;
  }
  .cnt_intro .cnts .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5em 1em;
    margin-bottom: 1em;
  }
  .cnt_intro .cnts .item .right {
    margin-top: 1em;
  }
  .cnt_intro .cnts .item .right .point {
    line-height: 1.3;
    margin-bottom: 6px;
    background: left 4px/1em no-repeat;
  }

  .cnt_super .cnt_tit {
    padding-left: 0;
  }
  .cnt_super .cnt_tit .five {
    position: absolute;
    top: -2.2em;
  }
  .cnt_super .cnt_tit .title {
    padding-left: 3.25em;
    line-height: 1.3;
  }
  .cnt_super .cnt_tit .subtit {
    font-size: 1.5em;
    margin-top: 12px;
    line-height: 1.2;
  }
  .cnt_super .cnt_tit .subtit .d-inline-block {
    margin-top: 6px;
  }
  .cnt_super .pic {
    overflow: hidden;
    margin: 40px -15px 0;
    padding-bottom: 40px;
  }
  .cnt_super .pic img {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .cnt_super .cta {
    margin-top: 0;
  }

  .cnt_whitep .note_wrap {
    padding: 0 20px 0 40px;
    background: radial-gradient(circle at center, #17bab2 7px, #e8f8f7 8px) 0 7px/30px 30px repeat-y;
  }
  .cnt_whitep .title {
    padding: 0 1em 10px;
  }
  .cnt_whitep .list {
    margin-top: 1em;
    padding-bottom: 1em;
    display: block;
  }
  .cnt_whitep .list li {
    padding: 12px 0.5em 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cnt_whitep .list li span {
    padding-right: 0.5em;
  }

  .g_footer .social {
    margin-top: 16px;
  }
  .g_footer .social .item {
    margin-left: 0;
    margin-right: 6px;
  }
}