@charset "UTF-8";
/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
.js-animate--fadein, .js-animate--pop {
  opacity: 0;
}
.js-animate--fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.js-animate--fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.js-animate--fadein-left {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.js-animate--fadein-right {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.js-animate--active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.animate-dur1500 {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.animate-delay100 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.animate-delay150 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.animate-delay200 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.animate-delay250 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.animate-delay300 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.animate-delay350 {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.animate-delay400 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.animate-delay450 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.animate-delay500 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animate-delay550 {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.animate-delay600 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.animate-delay650 {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.animate-delay700 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.animate-delay750 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.animate-delay800 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.animate-delay850 {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.animate-delay900 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.animate-delay950 {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.animate-delay1000 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.animate-delay1050 {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.animate-delay1100 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.animate-delay1150 {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.animate-delay1200 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.animate-delay1250 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.animate-delay1300 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.animate-delay1350 {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.animate-delay1400 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.animate-delay1450 {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

.animate-delay1500 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@media (min-width: 768px) {
  .animate-delay100-md {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .animate-delay150-md {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .animate-delay200-md {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .animate-delay250-md {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .animate-delay300-md {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .animate-delay350-md {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .animate-delay400-md {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .animate-delay450-md {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .animate-delay500-md {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .animate-delay550-md {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .animate-delay600-md {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .animate-delay650-md {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .animate-delay700-md {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .animate-delay750-md {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  .animate-delay800-md {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .animate-delay850-md {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .animate-delay900-md {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .animate-delay950-md {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
  .animate-delay1000-md {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .animate-delay1050-md {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  .animate-delay1100-md {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .animate-delay1150-md {
    -webkit-transition-delay: 1.15s;
            transition-delay: 1.15s;
  }
  .animate-delay1200-md {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .animate-delay1250-md {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  .animate-delay1300-md {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .animate-delay1350-md {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  .animate-delay1400-md {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .animate-delay1450-md {
    -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s;
  }
  .animate-delay1500-md {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
@media (min-width: 992px) {
  .animate-delay100-lg {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .animate-delay150-lg {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .animate-delay200-lg {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .animate-delay250-lg {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .animate-delay300-lg {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .animate-delay350-lg {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .animate-delay400-lg {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .animate-delay450-lg {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .animate-delay500-lg {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .animate-delay550-lg {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .animate-delay600-lg {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .animate-delay650-lg {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .animate-delay700-lg {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .animate-delay750-lg {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  .animate-delay800-lg {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .animate-delay850-lg {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .animate-delay900-lg {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .animate-delay950-lg {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
  .animate-delay1000-lg {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .animate-delay1050-lg {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  .animate-delay1100-lg {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .animate-delay1150-lg {
    -webkit-transition-delay: 1.15s;
            transition-delay: 1.15s;
  }
  .animate-delay1200-lg {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .animate-delay1250-lg {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  .animate-delay1300-lg {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .animate-delay1350-lg {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  .animate-delay1400-lg {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .animate-delay1450-lg {
    -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s;
  }
  .animate-delay1500-lg {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
/**
 動畫
 */
@-webkit-keyframes rightPointing {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes rightPointing {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (min-width: 992px) {
  .col-text-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.75%;
            flex: 0 0 43.75%;
    max-width: 43.75%;
  }
}
@media (min-width: 992px) {
  .col-img-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}

/**
 滿版文章區塊
 */
.section {
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section__inner {
  padding: 1.5em 5%;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .section__inner {
    max-width: calc(100vw - 1.5em);
  }
}
@media (min-width: 768px) {
  .section__inner {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .section__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1440px;
  }
  .section__inner > .row {
    height: 100%;
  }
}
.section__content {
  padding-top: 26px;
}
@media (min-width: 768px) {
  .section__content {
    padding: 50px 50px 0;
  }
}
@media (min-width: 992px) {
  .section__content {
    height: 100%;
    padding-top: 0;
    padding-right: 50px;
  }
}
@media (min-width: 1560px) {
  .section__content {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .section__content--left {
    padding-right: 0;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .section__content--right {
    padding-left: 0;
  }
}
.section__title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .section__title {
    font-size: 38px;
  }
}
.section__desc {
  color: #211c15;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 2em;
  letter-spacing: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section__desc {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .section__desc {
    margin-bottom: 1em;
  }
}
.section--search .section__desc {
  margin-bottom: 30px;
}
.section__desc + .section-btn {
  margin-top: 40px;
}
.section__img-group {
  position: relative;
}
.section__img-outer {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 0;
}
@media (min-width: 768px) {
  .section__img-outer {
    padding: 0 55px;
  }
}
@media (min-width: 992px) {
  .section__img-outer {
    padding-left: 0;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .section__img-outer {
    top: 20%;
  }
}
@media (min-width: 992px) {
  .section__img {
    width: 500px;
  }
}
@media (min-width: 1440px) {
  .section__img {
    width: 700px;
  }
}
.section__icon {
  color: #FD0050;
  font-size: 75px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.125em;
}
@media (min-width: 768px) {
  .section__icon {
    font-size: 80px;
  }
}
.section--price-effect {
  min-height: 0;
  position: relative;
}
@media (max-width: 767px) {
  .section--price-effect {
    margin-top: -70px;
    margin-bottom: -60px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section--price-effect .section__content--left {
    display: block;
  }
}
@media (min-width: 1440px) {
  .section--price-effect .section__content--left {
    padding-right: 40px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .section--price-effect .section__content--right {
    max-width: 570px;
  }
}
.section--price-effect .section__desc {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section--price-effect .section__img-group {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .section--price-effect .section__img-group {
    margin-right: 54px;
  }
}
@media (min-width: 992px) {
  .section--price-effect .section__img-group {
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  .section--price-effect .section__img {
    width: auto;
  }
}
.section--price-effect .img-outer:nth-child(1) {
  width: 287px;
  margin: 0 auto;
}
@media (min-width: 350px) {
  .section--price-effect .img-outer:nth-child(1) {
    width: 336px;
  }
}
@media (min-width: 376px) {
  .section--price-effect .img-outer:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .section--price-effect .img-outer:nth-child(1) {
    max-width: 740px;
  }
}
.section--price-effect .img-outer:nth-child(2) {
  position: absolute;
  width: 250px;
  right: 0;
  bottom: -60px;
}
@media (min-width: 350px) {
  .section--price-effect .img-outer:nth-child(2) {
    width: 300px;
  }
}
@media (min-width: 376px) {
  .section--price-effect .img-outer:nth-child(2) {
    width: 336px;
  }
}
@media (min-width: 768px) {
  .section--price-effect .img-outer:nth-child(2) {
    width: 336px;
    top: auto;
    bottom: 170px;
    right: -54px;
  }
}
@media (min-width: 992px) {
  .section--price-effect .img-outer:nth-child(2) {
    width: 76.21%;
    top: 23.44%;
    bottom: auto;
    right: -54px;
  }
}
.section--price-effect .circle-line {
  width: 56.14%;
  left: -6px;
  bottom: 29.42%;
}
@media (min-width: 768px) {
  .section--price-effect .circle-line {
    width: 32.43%;
    left: 2%;
    bottom: 25.13%;
  }
}
.section--price-effect .circle-line__item::before {
  content: "Facebook";
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  color: #555555;
  width: 95%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.section--price-effect .circle-line__item::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  border: 6px solid transparent;
  border-top: 6px solid #211c15;
  color: #211c15;
  width: 12px;
  height: 12px;
  display: block;
}
.section--search {
  background: #eeeeee;
  min-height: 0;
}
.section--search .section__content--left {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .section--search .section__content--left {
    max-width: 650px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .section--search .section__content--left {
    margin-bottom: 0;
  }
}
.section--search .section__content {
  padding-top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section--search .section__content--right {
    display: block;
  }
}
@media (min-width: 992px) {
  .section--search .section__content--right {
    padding-top: 50px;
    padding-left: 0;
  }
}
.section--search .section__desc {
  max-width: 460px;
}
.section--search .circle-line {
  width: 150px;
  top: calc(50% - 30px);
  left: calc(50% - 75px);
}
.section--free {
  padding-bottom: calc(3rem + 54px);
  background: #eeeeee;
  margin-bottom: -100px;
}
.section--free .section__header {
  background-image: url("../images/page/function/divbg_2.jpg?t=20220725v1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 265px;
  width: 100%;
  position: absolute;
  left: 0;
}
.section--free .section__inner {
  padding-top: 82px;
}
.section--free .section__title {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.section--process {
  background: #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .section--process {
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .section--process {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .section--process {
    margin-top: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section--process .section__content--left {
    display: block;
  }
}
@media (min-width: 1440px) {
  .section--process .section__content--left {
    padding-right: 40px;
    max-width: none;
  }
}
.section--process .section__desc {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section--process .section__img-group {
    margin-bottom: 70%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) {
  .section--process .section__img-group {
    margin-top: 5%;
    margin-bottom: 7%;
  }
}
@media (min-width: 992px) {
  .section--process .section__img-group {
    margin-right: 10%;
    margin-bottom: 3%;
    margin-top: 5%;
  }
}
@media (min-width: 992px) {
  .section--process .section__img {
    width: auto;
  }
}
.section--process .img-outer:nth-child(1) {
  width: 100%;
}
@media (min-width: 1440px) {
  .section--process .img-outer:nth-child(1) {
    max-width: 740px;
  }
}
.section--process .img-outer:nth-child(2) {
  position: absolute;
  width: 85.5%;
  right: 7.25%;
  bottom: -56.6%;
}
@media (min-width: 768px) {
  .section--process .img-outer:nth-child(2) {
    width: 47.76%;
    top: auto;
    bottom: -10.15%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .section--process .img-outer:nth-child(2) {
    width: 44.07%;
    bottom: -5.9%;
    right: -11.98%;
  }
}
.section--process .circle-line {
  width: 74%;
  left: 13%;
  top: 10%;
}
@media (min-width: 768px) {
  .section--process .circle-line {
    width: 45%;
    left: 27.5%;
    top: 7%;
  }
}
.section--process .circle-line:nth-child(3) {
  width: 72%;
  top: auto;
  bottom: -2.5%;
  left: auto;
  right: 14.25%;
}
@media (min-width: 768px) {
  .section--process .circle-line:nth-child(3) {
    width: 40%;
    bottom: 42.75%;
    right: 4%;
  }
}
@media (min-width: 992px) {
  .section--process .circle-line:nth-child(3) {
    right: -10%;
  }
}
.section--track {
  position: relative;
}
@media (max-width: 767px) {
  .section--track {
    margin-top: -120px;
  }
}
@media (min-width: 768px) {
  .section--track {
    margin-top: -60px;
  }
}
@media (min-width: 992px) {
  .section--track {
    margin-top: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section--track .section__content--left {
    display: block;
  }
}
@media (min-width: 1440px) {
  .section--track .section__content--left {
    padding-right: 40px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .section--track .section__content--right {
    margin-top: -30px;
  }
}
.section--track .section__desc {
  margin-bottom: 30px;
}
.section--track .section__img-group {
  margin-left: 10.69%;
}
@media (max-width: 767px) {
  .section--track .section__img-group {
    margin-bottom: 25%;
  }
}
@media (min-width: 768px) {
  .section--track .section__img-group {
    margin-left: 7.91%;
    margin-right: 7.16%;
    margin-bottom: 11.94%;
  }
}
@media (min-width: 992px) {
  .section--track .section__img {
    width: auto;
  }
}
.section--track .img-outer:nth-child(1) {
  width: 100%;
}
@media (min-width: 1440px) {
  .section--track .img-outer:nth-child(1) {
    max-width: 740px;
  }
}
.section--track .img-outer:nth-child(2) {
  position: absolute;
  width: 56.14%;
  left: -10.69%;
  top: 20.84%;
}
@media (min-width: 768px) {
  .section--track .img-outer:nth-child(2) {
    width: 36.9%;
    top: 33.72%;
    left: -7.91%;
  }
}
.section--track .img-outer:nth-child(3) {
  position: absolute;
  width: 60.77%;
  right: 0;
  top: 65.75%;
}
@media (min-width: 768px) {
  .section--track .img-outer:nth-child(3) {
    width: 35.67%;
    top: auto;
    bottom: -11.94%;
    right: -7.16%;
  }
}
.section--track .img-outer:nth-child(4) {
  position: absolute;
  width: 22.8333%;
  right: -1.5%;
  top: 3.777%;
}
.section--track .circle-line {
  width: 22.8333%;
  right: -0.5%;
  top: 4.5%;
}
@media (max-width: 767px) {
  .section--track .circle-line {
    width: 40.1197%;
    top: 2.5%;
    right: 2%;
  }
}
.section--track .circle-line .circle-line__path-blue {
  stroke-width: 5px;
}
.section--data {
  min-height: 0;
  position: relative;
  background: #eeeeee;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section--data {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .section--data {
    margin-top: 0;
  }
}
.ios-device .section--data {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .ios-device .section--data {
    padding-bottom: 100px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section--data .section__content--left {
    display: block;
  }
}
@media (min-width: 992px) {
  .section--data .section__content--left {
    margin-top: -60px;
  }
}
@media (min-width: 1440px) {
  .section--data .section__content--left {
    padding-right: 40px;
    max-width: none;
  }
}
.section--data .section__desc {
  margin-bottom: 30px;
}
.section--data .section__img-group {
  margin-top: 19.94%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section--data .section__img-group {
    margin-top: 10%;
    margin-left: 18%;
    margin-right: 6.74%;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .section--data .section__img-group {
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  .section--data .section__img {
    width: auto;
  }
}
.section--data .img-outer .section__img {
  width: 100%;
}
.section--data .img-outer:nth-child(1) {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1440px) {
  .section--data .img-outer:nth-child(1) {
    max-width: 740px;
  }
}
.section--data .img-outer:nth-child(2) {
  position: absolute;
  width: 72.65%;
  right: 4%;
  top: -19.94%;
}
@media (min-width: 768px) {
  .section--data .img-outer:nth-child(2) {
    top: -23.65%;
  }
}
.section--data .img-outer:nth-child(3) {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .section--data .img-outer:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .section--data .img-outer:nth-child(3) {
    width: 23.69%;
    top: 31.61%;
    left: -22.35%;
  }
}
@media (min-width: 992px) {
  .section--data .img-outer:nth-child(3) {
    left: -26%;
  }
}
.section--data .img-outer:nth-child(4) {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .section--data .img-outer:nth-child(4) {
    display: none;
  }
}
@media (min-width: 768px) {
  .section--data .img-outer:nth-child(4) {
    width: 20%;
    bottom: -4.88%;
    right: -10.4%;
  }
}
.section--data .circle-line {
  width: 21.39%;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .section--data .circle-line {
    width: 14%;
  }
}
.section--data .circle-line:nth-child(3) {
  width: 85.56%;
  top: auto;
  bottom: -3.5%;
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .section--data .circle-line:nth-child(3) {
    width: 47.76%;
    bottom: 42.48%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .section--data .circle-line:nth-child(3) {
    right: -13.72%;
  }
}
.section--footer {
  min-height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .section--footer {
    background-image: url("../images/page/function/footer.jpg?t=20220725v1");
    height: 400px;
  }
}
.section--footer .section__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .section--footer .section__overlay {
    width: 63.125%;
  }
}
@media (min-width: 992px) {
  .section--footer .section__overlay .overlay {
    width: 120%;
    -webkit-transform: skewX(-20deg) translateX(-22%);
            transform: skewX(-20deg) translateX(-22%);
  }
}
@media (max-width: 991px) {
  .section--footer .section__inner {
    padding: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section--footer .section__inner {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .section--footer .section__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section--footer .section__inner > .row > [class*=col-]:nth-child(2), .section--footer .section__inner > .row > [class^=col-]:nth-child(2) {
    display: none;
  }
}
@media (max-width: 991px) {
  .section--footer .section__inner > .row > [class*=col-], .section--footer .section__inner > .row > [class^=col-] {
    background-size: cover;
  }
  .section--footer .section__inner > .row > [class*=col-]:nth-child(1), .section--footer .section__inner > .row > [class^=col-]:nth-child(1) {
    min-height: 300px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("../images/page/function/footer.jpg?t=20220725v1");
    background-position: left center;
    position: relative;
  }
  .section--footer .section__inner > .row > [class*=col-]:nth-child(2), .section--footer .section__inner > .row > [class^=col-]:nth-child(2) {
    min-height: 260px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    background-image: url("../images/page/function/footer.jpg?t=20220725v1");
    background-position: right center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section--footer .section__inner > .row > [class*=col-], .section--footer .section__inner > .row > [class^=col-] {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .section--footer .section__inner > .row > [class*=col-] .section__overlay, .section--footer .section__inner > .row > [class^=col-] .section__overlay {
    display: none;
  }
}
@media (max-width: 991px) {
  .section--footer .section__content {
    padding-top: 0;
    max-width: 300px;
    margin: -25px auto 0;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section--footer .section__content {
    max-width: none;
    margin-top: -30px;
  }
}
@media (min-width: 1280px) {
  .section--footer .section__content {
    padding-left: 130px;
  }
}
.section--footer .section__title {
  color: #fff;
  margin-bottom: 0.5em;
}
.section--footer .section__icon {
  color: #fff;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .section--footer .section__icon {
    font-size: 60px;
  }
}
.section--footer .section__icon:nth-child(1) {
  margin-right: 0.125em;
}
.section--footer .section__icon.icon-sm {
  font-size: 30px;
}
@media (min-width: 768px) {
  .section--footer .section__icon.icon-sm {
    font-size: 40px;
  }
}
.section__text-height-light {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 2px;
  line-height: 30px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(59%, transparent), color-stop(60%, rgba(0, 199, 201, 0.3)), color-stop(61%, rgba(0, 199, 201, 0.3)), to(rgba(0, 199, 201, 0.3)));
  background: linear-gradient(transparent 0%, transparent 59%, rgba(0, 199, 201, 0.3) 60%, rgba(0, 199, 201, 0.3) 61%, rgba(0, 199, 201, 0.3) 100%);
}
.section__text-height-light + * {
  margin-top: 10px;
}
.section--links {
  min-height: 0;
}
@media (min-width: 768px) {
  .section--links {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .section--links {
    margin-bottom: -80px;
    margin-top: -23px;
  }
}
.section--links .section__title {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .section--links .section__title {
    display: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.circle-line {
  display: none;
  position: absolute;
  color: #fff;
  z-index: 1;
}
.circle-line.js-animate--active {
  display: block;
}
.circle-line-parent {
  position: relative;
}
.circle-line svg {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .circle-line svg {
    height: auto !important;
    width: 100% !important;
  }
}
.circle-line__path {
  fill: none;
  stroke: #FD0050;
  stroke-width: 3;
}
.circle-line__path-blue {
  fill: none;
  stroke: #FD0050;
  stroke-width: 3;
}
.circle-line__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.circle-line__tooltip {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 20px;
}
.circle-line__tooltip-text {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.circle-line__tooltip-content {
  background: #FD0050;
  border-radius: 20px;
  padding: 0.5em 1em;
  position: relative;
  border: 3px solid #fff;
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
}
.circle-line__tooltip-content::before {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 10px solid #fff;
  border-radius: 26px 0 0 0;
  width: 11px;
  height: 25px;
  z-index: 0;
  right: auto;
  left: 11px;
  top: auto;
  bottom: -20px;
  -webkit-transform: rotateZ(279deg) rotateX(180deg) scale(1.6);
          transform: rotateZ(279deg) rotateX(180deg) scale(1.6);
}
.circle-line__tooltip-content::after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 10px solid #FD0050;
  border-radius: 26px 0 0 0;
  width: 13px;
  height: 27px;
  z-index: 0;
  right: auto;
  left: 15px;
  top: auto;
  bottom: -19px;
  -webkit-transform: rotateZ(270deg) rotateX(180deg);
          transform: rotateZ(270deg) rotateX(180deg);
}

.deco-background {
  height: 190px;
  position: relative;
}
.deco-background .background {
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 190px;
}
@media (min-width: 1921px) {
  .deco-background .background {
    width: 100%;
    left: 0;
  }
}
.deco-background .background__image {
  top: 0;
  bottom: initial;
}
.deco-background--reverse .background__image {
  top: initial;
  bottom: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/**
 icon列表
 */
.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .icon-list {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .icon-list {
    margin-bottom: 3rem;
  }
}
.icon-list__icon-outer {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--search .icon-list__item:nth-child(1) .icon-list__icon-outer {
  background: rgba(244, 77, 145, 0.9);
}
.section--search .icon-list__item:nth-child(2) .icon-list__icon-outer {
  background: rgba(253, 13, 0, 0.9);
}
.section--search .icon-list__item:nth-child(3) .icon-list__icon-outer {
  background: rgba(66, 103, 178, 0.9);
}
.section--search .icon-list__item:nth-child(4) .icon-list__icon-outer {
  background: rgba(255, 137, 51, 0.9);
}
.icon-list__item {
  width: 27vw;
  height: 27vw;
  max-width: 112px;
  max-height: 112px;
}
.icon-list__item:nth-child(2n+1) .icon-list__icon-outer {
  background: #fd0050;
}
.icon-list__item:nth-child(2n+2) .icon-list__icon-outer {
  background: rgba(255, 49, 118, 0.7);
}
.icon-list__item:nth-child(1) {
  z-index: 1;
}
.icon-list__item:nth-child(2) {
  z-index: 2;
}
.icon-list__item:nth-child(3) {
  z-index: 3;
}
.icon-list__item:nth-child(4) {
  z-index: 4;
}
.icon-list__item:not(:first-child) {
  margin-left: -25px;
}
.icon-list__item .icon {
  font-size: 35px;
}
@media (min-width: 768px) {
  .icon-list__item {
    max-height: 137px;
    max-width: 137px;
  }
  .icon-list__item:not(:first-child) {
    margin-left: -32px;
  }
  .icon-list__item .icon {
    font-size: 45px;
  }
  .icon-list__item .icon-lg {
    font-size: 50px;
  }
  .icon-list__item .icon-xl {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .icon-list__item {
    max-height: 100px;
    max-width: 100px;
  }
  .icon-list__item:not(:first-child) {
    margin-left: -16px;
  }
}
@media (min-width: 1440px) {
  .icon-list__item {
    max-height: 137px;
    max-width: 137px;
  }
  .icon-list__item:not(:first-child) {
    margin-left: -32px;
  }
}

/**
 按鈕
 */
.section-btn {
  color: #211c15;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}
@media (max-width: 991px) {
  .section-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-btn {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .section-btn {
    font-size: 20px;
    width: 250px;
  }
}
.section-btn__icon {
  width: 136px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-btn__icon--pad {
  display: none;
}
@media (min-width: 768px) {
  .section-btn__icon--pad {
    display: block;
  }
}
.section-btn__icon--phone {
  width: 60px;
}
@media (min-width: 768px) {
  .section-btn__icon--phone {
    display: none;
  }
}
.section-btn:hover .section-btn__icon {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**
 KOL數據圖卡
 */
.section-card {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .section-card {
    margin-top: 30px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .section-card {
    margin-top: 0;
  }
}
.section-card__item:nth-child(1), .section-card__item:nth-child(2), .section-card__item:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
      flex: 1 0 60%;
  max-width: 60%;
}
@media (min-width: 768px) {
  .section-card__item:nth-child(1), .section-card__item:nth-child(2), .section-card__item:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
        flex: 1 0 40%;
    max-width: 40%;
  }
}
.section-card__item:nth-child(1) .section-card__inner, .section-card__item:nth-child(2) .section-card__inner, .section-card__item:nth-child(3) .section-card__inner {
  position: relative;
}
.section-card__item:nth-child(1) {
  margin-left: -30%;
}
@media (min-width: 768px) {
  .section-card__item:nth-child(1) {
    margin-left: 0;
  }
}
.section-card__item:nth-child(1) .section-card__inner {
  top: 33px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.section-card__item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
      order: 2;
  margin-left: -10%;
}
@media (min-width: 768px) {
  .section-card__item:nth-child(2) {
    margin-left: -10%;
  }
}
.section-card__item:nth-child(2) .section-card__inner {
  top: 88px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.section-card__item:nth-child(3) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
      order: 1;
  margin-left: -10%;
}
@media (min-width: 768px) {
  .section-card__item:nth-child(3) {
    margin-left: -10%;
  }
}
.section-card__item:nth-child(3) .section-card__inner {
  top: -37px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.section-card__inner {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}
.section-card__case {
  background: #e5e5e5;
  padding: 5px 10px;
  font-size: 0.875em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-card__detail {
  padding: 10px;
  color: #211c15;
  background: #fff;
}
.section-card__account {
  margin-bottom: 0.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-card__cpe-value::before {
  content: "CPE";
  margin-right: 0.5em;
}

.background__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.background__image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.col-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.col-content-center > * {
  width: 100%;
}

/**
 功能頁
 */
.function {
  overflow: hidden;
  padding-bottom: 0;
}
.function__masthead {
  color: #fff;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .function__masthead {
    min-height: 560px;
    margin-bottom: 140px;
  }
}
@media (max-width: 1439px) and (min-width: 992px) {
  .function__masthead {
    min-height: 560px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1439px) and (min-width: 1280px) {
  .function__masthead {
    margin-bottom: 90px;
  }
}
.function__masthead .section__background {
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 700px;
}
@media (max-width: 1439px) and (min-width: 992px) {
  .function__masthead .section__background {
    height: 600px;
  }
}
@media (max-width: 1439px) and (min-width: 1280px) {
  .function__masthead .section__background {
    height: 650px;
  }
}
@media (min-width: 1921px) {
  .function__masthead .section__background {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .function__masthead .section__content--image {
    padding-top: 40px;
    padding-left: calc(54px - 0.75em);
    padding-right: calc(54px - 0.75em);
  }
}
@media (min-width: 992px) {
  .function__masthead .section__content--image {
    padding-left: 0;
    padding-right: 80px;
  }
}
@media (min-width: 1440px) {
  .function__masthead .section__content--image {
    padding-left: 60px;
    padding-right: 155px;
  }
}
@media (min-width: 1660px) {
  .function__masthead .section__content--image {
    padding-left: 0;
    padding-right: 0;
  }
}
.function__masthead .section__title {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 768px) {
  .function__masthead .section__title {
    font-size: 30px;
  }
}
.function__masthead .section__title--strong {
  font-size: 34px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .function__masthead .section__title--strong {
    font-size: 50px;
  }
}
.function__masthead .section__img {
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.15));
}
.function__masthead .section__desc {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .function__masthead .section__desc {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .function__masthead .section__desc {
    margin-bottom: 1.2em;
  }
}
.function__masthead .section__img-group {
  position: relative;
}
@media (min-width: 1560px) {
  .function__masthead .section__img-group {
    right: -52px;
  }
}
.function__masthead .img-outer {
  width: auto;
}
.function__masthead .img-outer:nth-child(1) {
  max-width: 100%;
}
.function__masthead .img-outer:nth-child(2), .function__masthead .img-outer:nth-child(3) {
  position: absolute;
  z-index: 1;
}
.function__masthead .img-outer:nth-child(2) {
  width: 250px;
}
@media (max-width: 767px) {
  .function__masthead .img-outer:nth-child(2) {
    width: 194px;
    right: 0;
    top: -20px;
  }
}
@media (min-width: 768px) {
  .function__masthead .img-outer:nth-child(2) {
    left: -24px;
    bottom: -16px;
  }
}
@media (min-width: 992px) {
  .function__masthead .img-outer:nth-child(2) {
    left: -30px;
    bottom: -30px;
  }
}
@media (max-width: 1439px) and (min-width: 992px) {
  .function__masthead .img-outer:nth-child(2) {
    width: 180px;
  }
}
@media (max-width: 1439px) and (min-width: 1280px) {
  .function__masthead .img-outer:nth-child(2) {
    width: 240px;
  }
}
@media (min-width: 1440px) {
  .function__masthead .img-outer:nth-child(2) {
    left: -60px;
    bottom: 30px;
  }
}
@media (min-width: 1560px) {
  .function__masthead .img-outer:nth-child(2) {
    left: -120px;
    bottom: 80px;
  }
}
.function__masthead .img-outer:nth-child(3) {
  width: 200px;
}
@media (max-width: 767px) {
  .function__masthead .img-outer:nth-child(3) {
    width: 166px;
    left: 0;
    bottom: -50px;
  }
}
@media (min-width: 768px) {
  .function__masthead .img-outer:nth-child(3) {
    top: 136px;
    right: -24px;
  }
}
@media (min-width: 992px) {
  .function__masthead .img-outer:nth-child(3) {
    top: 40px;
    right: -30px;
  }
}
@media (max-width: 1439px) and (min-width: 992px) {
  .function__masthead .img-outer:nth-child(3) {
    width: 180px;
  }
}
@media (max-width: 1439px) and (min-width: 1280px) {
  .function__masthead .img-outer:nth-child(3) {
    width: 240px;
  }
}
@media (min-width: 1440px) {
  .function__masthead .img-outer:nth-child(3) {
    top: 30px;
    right: -75px;
  }
}
@media (min-width: 1560px) {
  .function__masthead .img-outer:nth-child(3) {
    top: 112px;
  }
}
.function__btn {
  height: 44px;
  width: 150px;
  background: #fff;
  color: #FA1154;
  border: 2px solid #FA1154;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .function__btn {
    height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .function__btn {
    height: 60px;
    width: 200px;
  }
}
.function__btn:not(:disabled):not(.btn--disabled):hover, .function__btn:not(:disabled):hover {
  background: #211c15;
  border-color: #211c15;
  color: #fff;
}
.function__btn--color {
  background: #FD0050;
  border-color: #FD0050;
  color: #fff;
}
.function__btn--fuchsia {
  color: #FD0050;
  background: #fff;
  border-color: #FD0050;
}
.function__btn--fuchsia:not(:disabled):not(.btn--disabled):focus, .function__btn--fuchsia:not(:disabled):not(.btn--disabled):active {
  color: #fff;
  background: #FD0050;
  border-color: #FD0050;
}
@media (min-width: 992px) {
  .function__btn--fuchsia:not(:disabled):not(.btn--disabled):hover {
    color: #fff;
    background: #FD0050;
    border-color: #FD0050;
  }
}
.function__text--strong {
  font-size: 34px;
}
@media (min-width: 768px) {
  .function__text--strong {
    font-size: 50px;
  }
}

.link-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -30px;
}
.link-tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  max-width: 33.333%;
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .link-tab__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}
.link-tab__item:nth-child(5) .icon-coin_stack {
  margin-right: -10px;
}
.link-tab__link {
  text-decoration: none;
  color: #fff;
}
.link-tab__icon {
  font-size: 45px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .link-tab__icon {
    font-size: 50px;
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .link-tab__icon {
    font-size: 65px;
    margin-bottom: 30px;
    width: 137px;
    height: 137px;
  }
}
.link-tab__item:nth-child(2n+1) .link-tab__icon {
  background: #FE99B9;
}
.link-tab__item:nth-child(2n) .link-tab__icon {
  background: #FD0050;
}
.link-tab__link:hover .link-tab__icon {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.link-tab__title {
  color: #555555;
  max-width: 80px;
  margin: 0 auto;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .link-tab__title {
    font-size: 18px;
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .link-tab__title {
    max-width: 175px;
  }
}
.link-tab__link:hover .link-tab__title {
  text-decoration: none;
}

.image-ios {
  display: none;
}
.ios-device .image-ios {
  display: block;
}

.ios-device .image-other {
  display: none;
}

@media (max-width: 991px) {
  .ios-device .section--search .section-card__img {
    margin: 0 -25%;
    max-width: 150%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .ios-device .section--search .section-card__img {
    margin: 30px 0 0;
    max-width: 100%;
  }
}