@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
.show--mobile {
  display: none;
}
@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--mobile {
    display: none;
  }
}

.show--tb {
  display: none;
}
@media (max-width: 991px) {
  .show--tb {
    display: block;
  }
}

@media (max-width: 991px) {
  .hide--tb {
    display: none;
  }
}

@media (max-width: 374px) {
  .hide--mbxs {
    display: none;
  }
}

main.cubre-o-main section {
  font-family: Roboto, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
  color: #000;
}

main img {
  max-width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1279px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1700px) {
  .container--lg {
    width: 1350px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lightgreen {
  color: #6ed09b;
}

.green {
  color: #1d9c58 !important;
}

.purple {
  color: #4c53ac !important;
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg.jpg");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  height: 675px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 1279px) {
  .kv {
    height: 600px;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .kv {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .kv {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .kv {
    padding-top: 6vw;
    padding-bottom: 65%;
    text-align: center;
    height: auto;
    background: url("../images/kv/kv-bg-sm.jpg"), #e9f8f0;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv__title {
  font-size: 3.75rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (max-width: 1279px) {
  .kv__title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .kv__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .kv__title {
    font-size: 3rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .kv__title {
    font-size: 1.875rem;
  }
}
.kv__title .highlight {
  font-size: 1.06667em;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
}
.kv__text {
  font-size: 2.125rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.382352;
  letter-spacing: 0.01em;
  margin-top: 17px;
}
@media (max-width: 1279px) {
  .kv__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .kv__text {
    font-size: 1.375rem;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .kv__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 374px) {
  .kv__text {
    font-size: 1rem;
  }
}

.s1 {
  position: relative;
  background: url("../images/s1/s1-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .s1 {
    height: auto;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#e9f8f0), color-stop(30%, #fff), color-stop(70%, #fff), to(#e9f6fe));
    background: linear-gradient(to right, #e9f8f0 0%, #fff 30%, #fff 70%, #e9f6fe 100%);
  }
}
@media (min-width: 1280px) {
  .s1 .container {
    width: 1230px;
  }
}
.s1__title {
  display: inline-block;
  font-size: 3.75rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.015em;
  line-height: 1;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1279px) {
  .s1__title {
    font-size: 3.25rem;
  }
}
@media (max-width: 1199px) {
  .s1__title {
    font-size: 2.875rem;
  }
}
@media (max-width: 991px) {
  .s1__title {
    font-size: 2.5rem;
    text-align: center;
    padding-left: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .s1__title {
    font-size: 1.875rem;
  }
}
.s1__title::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/s1/s1-title-icon.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  right: -30px;
}
@media (max-width: 991px) {
  .s1__title::before {
    width: 22px;
    height: 22px;
    right: calc(50vw - 3.2em);
  }
}
@media (max-width: 767px) {
  .s1__title::before {
    top: -6px;
    width: 16px;
    height: 16px;
    right: calc(50vw - 3.3em);
  }
}
.s1__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 1279px) {
  .s1__block {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 767px) {
  .s1__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.s1__item {
  width: 600px;
  margin-top: 24px;
  position: relative;
}
@media (max-width: 1279px) {
  .s1__item {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .s1__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .s1__item:first-child {
    margin-top: 0;
  }
}
.s1__item::before {
  content: "";
  display: block;
  width: 528px;
  height: 160px;
  background: -webkit-gradient(linear, left top, right top, from(#6ed09b), to(#67c7fa));
  background: linear-gradient(to right, #6ed09b 0%, #67c7fa 100%);
  border-radius: 20px;
  position: absolute;
  top: -6px;
  left: -6px;
}
@media (max-width: 1199px) {
  .s1__item::before {
    width: 85%;
  }
}
.s1__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6ed09b 0%, #67c7fa 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .s1__item:first-child, .s1__item:nth-child(2) {
    margin-top: 0;
  }
}
.s1__box {
  margin: 2px;
  background: #ffffff;
  border-radius: 18px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 65px 32px 40px 40px;
}
@media (max-width: 1279px) {
  .s1__box {
    padding: 60px 32px 30px 26px;
  }
}
@media (max-width: 991px) {
  .s1__box {
    padding: 100px 15px 30px;
  }
}
.s1__head {
  width: 128px;
  height: 120px;
  position: absolute;
  top: calc(50% - 60px);
  right: 32px;
}
@media (max-width: 1279px) {
  .s1__head {
    right: 26px;
  }
}
@media (max-width: 1199px) {
  .s1__head {
    width: 100px;
    height: 94px;
    top: calc(50% - 47px);
    right: 10px;
  }
}
@media (max-width: 991px) {
  .s1__head {
    width: 80px;
    height: 64px;
    top: 15px;
    right: calc(50% - 40px);
  }
}
.s1__body {
  width: 400px;
}
@media (max-width: 1199px) {
  .s1__body {
    width: 82%;
  }
}
@media (max-width: 991px) {
  .s1__body {
    width: 100%;
    text-align: center;
  }
}
.s1__no {
  font-size: 4.5rem;
  font-weight: 700;
  background: -webkit-linear-gradient(135deg, #e9f8f0, #e9f6fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s1__no {
    font-size: 3.875rem;
  }
}
.s1__subtitle {
  font-size: 1.75rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.25;
}
@media (max-width: 1199px) {
  .s1__subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .s1__subtitle {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .s1__subtitle {
    font-size: 1.25rem;
  }
}
.s1__subtitle .highlight {
  color: #1d9c58;
}
.s1__text {
  font-size: 1rem;
  color: #555555;
  line-height: 1.375;
  padding-right: 40px;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 1199px) {
  .s1__text {
    padding-right: 30px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .s1__text {
    padding-right: 0;
  }
}
.s1__remark {
  font-size: 1rem;
  color: #555555;
  line-height: 1.375;
  padding-right: 40px;
  margin-top: 5px;
  text-align: left;
}
@media (max-width: 1199px) {
  .s1__remark {
    padding-right: 30px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .s1__remark {
    padding-right: 0;
  }
}
.s1__list {
  list-style: none;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.56;
  margin-left: 0;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 1199px) {
  .s1__list {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s1__list {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .s1__list {
    width: 100%;
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  .s1__list {
    width: 170px;
  }
}
.s1__list li {
  position: relative;
  padding-left: 16px;
}
@media (max-width: 1199px) {
  .s1__list li {
    padding-left: 10px;
  }
}
.s1__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #6ed09b;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .s1__list li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
}
.s1__list li:nth-child(odd) {
  width: 42%;
}
@media (max-width: 991px) {
  .s1__list li:nth-child(odd) {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .s1__list li:nth-child(odd) {
    width: 44%;
  }
}
@media (max-width: 374px) {
  .s1__list li:nth-child(odd) {
    width: 100%;
  }
}
.s1__list li:nth-child(even) {
  width: 58%;
}
@media (max-width: 991px) {
  .s1__list li:nth-child(even) {
    width: 52%;
  }
}
@media (max-width: 480px) {
  .s1__list li:nth-child(even) {
    width: 56%;
  }
}
@media (max-width: 374px) {
  .s1__list li:nth-child(even) {
    width: 100%;
  }
}

.s2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .s2 {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .s2 {
    padding-top: 60px;
  }
}
@media (min-width: 1280px) {
  .s2 .container {
    width: 1230px;
  }
}
.s2__title {
  display: inline-block;
  font-size: 3.75rem;
  font-weight: 400;
  color: #0c76b0;
  letter-spacing: 0.015em;
  line-height: 1;
  position: relative;
  position: absolute;
  top: 34px;
  left: 40px;
}
@media (max-width: 1279px) {
  .s2__title {
    font-size: 3.25rem;
  }
}
@media (max-width: 1199px) {
  .s2__title {
    font-size: 2.875rem;
    top: 4vw;
  }
}
@media (max-width: 991px) {
  .s2__title {
    font-size: 2.5rem;
    text-align: center;
    padding-left: 0;
    display: block;
    width: 100%;
    top: -60px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .s2__title {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.875rem;
  }
}
.s2__title::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/s2/s2-title-icon.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  right: -30px;
}
@media (max-width: 991px) {
  .s2__title::before {
    width: 22px;
    height: 22px;
    right: calc(50vw - 5.2em);
  }
}
@media (max-width: 767px) {
  .s2__title::before {
    top: -6px;
    width: 16px;
    height: 16px;
    right: calc(50vw - 5.3em);
  }
}
.s2__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .s2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s2__block {
  width: 553px;
  padding-top: 125px;
  cursor: n-resize;
}
@media (max-width: 1199px) {
  .s2__block {
    width: 50%;
    padding-top: 10vw;
  }
}
@media (max-width: 991px) {
  .s2__block {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .s2__block {
    width: 400px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s2__block {
    width: 100%;
  }
}
.s2__block .slick-prev {
  width: 20px;
  height: 37px;
  bottom: 0;
  left: -15px;
}
.s2__block .slick-next {
  width: 20px;
  height: 37px;
  bottom: 0;
  left: auto;
  right: -15px;
}
.s2__img {
  width: calc(100% - 553px);
}
@media (max-width: 1279px) {
  .s2__img {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .s2__img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .s2__img {
    width: 380px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .s2__img {
    width: calc(100% - 30px);
  }
}
.s2__img img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.s2__subtitle {
  font-size: 2.25rem;
  color: #333333;
  width: 553px;
  background: #e9f6fe;
  padding: 20px 0 20px 86px;
}
@media (max-width: 1199px) {
  .s2__subtitle {
    font-size: 1.625rem;
    width: 100%;
    padding: 15px 0 15px 40px;
  }
}
@media (max-width: 991px) {
  .s2__subtitle {
    padding: 10px 0 10px 40px;
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .s2__subtitle {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .s2__subtitle {
    font-size: 1.125rem;
  }
}
.s2__text {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.89;
  letter-spacing: 0.01em;
  margin-top: 30px;
  margin-left: 86px;
  width: 420px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .s2__text {
    width: 85%;
    margin-left: 40px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .s2__text {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .s2__text {
    margin-left: 15px;
    margin-right: 15%;
    width: calc(100% - 30px);
  }
}
.s2__text-item {
  margin-top: 7px;
}
.s2__text-item:first-child {
  margin-top: 0;
}
.s2__note {
  font-size: 0.875rem;
  color: #e40000;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-top: 5px;
  margin-left: 86px;
  width: 420px;
}
@media (max-width: 1199px) {
  .s2__note {
    width: 85%;
    margin-left: 40px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .s2__note {
    margin-left: 15px;
    margin-right: 15%;
    width: calc(100% - 30px);
    font-size: 0.75rem;
  }
}
.s2__process {
  width: 1px;
  height: 260px;
  background: #e2e2e2;
  position: absolute;
  top: 182px;
  left: 40px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .s2__process {
    top: 145px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .s2__process {
    top: 40px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .s2__process {
    top: auto;
    top: 30px;
    left: calc(50vw - 20px);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: none;
  }
}
@media (max-width: 374px) {
  .s2__process {
    top: 46px;
    height: 180px;
  }
}
.s2__process-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 25%;
  background: #35aded;
}
.s2__process-current, .s2__process-total {
  font-size: 1.125rem;
  font-weight: 500;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  position: absolute;
  left: -0.5em;
}
@media (max-width: 1199px) {
  .s2__process-current, .s2__process-total {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .s2__process-current, .s2__process-total {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.s2__process-current {
  color: #35aded;
  top: -28px;
}
@media (max-width: 1199px) {
  .s2__process-current {
    top: -16px;
  }
}
.s2__process-total {
  color: #bababa;
  bottom: -28px;
}
@media (max-width: 1199px) {
  .s2__process-total {
    bottom: -16px;
  }
}

.s3 {
  position: relative;
  display: block;
  background: url("../images/s3/s3-bg-2.png"), url("../images/s3/s3-bg.jpg");
  background-position: center top 130px, center top;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: auto, cover;
  }
}
@media (max-width: 1279px) {
  .s3 {
    background-size: 1500px auto, auto;
  }
}
@media (max-width: 1199px) {
  .s3 {
    background-size: 1360px auto, cover;
    background-position: center top 118px, center top;
  }
}
@media (max-width: 991px) {
  .s3 {
    background-size: 1200px auto, cover;
    background-position: center top 124px, center top;
  }
}
@media (max-width: 767px) {
  .s3 {
    background: url("../images/s3/s3-bg.jpg");
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s3__title {
  font-size: 3rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.015em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1279px) {
  .s3__title {
    font-size: 2.375rem;
  }
}
@media (max-width: 1199px) {
  .s3__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 991px) {
  .s3__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .s3__title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
@media (max-width: 374px) {
  .s3__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .s3 .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .s3 .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .s3 .container {
    width: 1100px;
  }
}
@media (min-width: 1700px) {
  .s3 .container {
    width: 1320px;
  }
}
.s3__wrap {
  position: relative;
  padding-left: 248px;
  margin-top: 28px;
}
@media (max-width: 1699px) {
  .s3__wrap {
    padding-left: 150px;
    padding-right: 10px;
  }
}
@media (max-width: 1279px) {
  .s3__wrap {
    padding-left: 140px;
  }
}
@media (max-width: 991px) {
  .s3__wrap {
    padding-left: 130px;
  }
}
@media (max-width: 767px) {
  .s3__wrap {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}
.s3__th {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 1120px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #5ea486;
  text-align: center;
  position: absolute;
  top: 103px;
  left: 0;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 50px;
  line-height: 1.15;
}
@media (max-width: 1699px) {
  .s3__th {
    padding-right: 960px;
    padding-left: 15px;
  }
}
@media (max-width: 1279px) {
  .s3__th {
    font-size: 1.125rem;
    padding-right: 920px;
    top: 82px;
  }
}
@media (max-width: 1199px) {
  .s3__th {
    font-size: 1rem;
    padding-right: 770px;
  }
}
@media (max-width: 991px) {
  .s3__th {
    padding-right: 600px;
  }
}
@media (max-width: 767px) {
  .s3__th {
    display: none;
  }
}
.s3__th .sm {
  font-size: 0.8em;
}
.s3__th-item {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #afdbc8;
  padding-top: 18px;
  padding-bottom: 18px;
}
.s3__th-item:first-child {
  border-top: none;
  padding-top: 0;
  min-height: 48px;
}
@media (max-width: 767px) {
  .s3__th-item:first-child {
    min-height: auto;
  }
}
.s3__th-item:nth-child(2) {
  min-height: 64px;
}
@media (max-width: 767px) {
  .s3__th-item:nth-child(2) {
    min-height: auto;
  }
}
.s3__th-item:nth-child(3) {
  min-height: 88px;
}
@media (max-width: 767px) {
  .s3__th-item:nth-child(3) {
    min-height: auto;
  }
}
.s3__th-item:nth-child(4) {
  min-height: 88px;
}
@media (max-width: 991px) {
  .s3__th-item:nth-child(4) {
    min-height: 106px;
  }
}
@media (max-width: 767px) {
  .s3__th-item:nth-child(4) {
    min-height: auto;
  }
}
.s3__th-item:nth-child(5) {
  min-height: 64px;
}
@media (max-width: 991px) {
  .s3__th-item:nth-child(5) {
    min-height: 85px;
  }
}
@media (max-width: 767px) {
  .s3__th-item:nth-child(5) {
    min-height: auto;
  }
}
.s3__th-item:nth-child(6) {
  min-height: 88px;
}
@media (max-width: 767px) {
  .s3__th-item:nth-child(6) {
    min-height: auto;
  }
}
.s3__th-item:nth-child(7) {
  min-height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .s3__th-item:nth-child(7) {
    min-height: auto;
  }
}
.s3__th-item:nth-child(8) {
  min-height: 118px;
}
@media (max-width: 1199px) {
  .s3__th-item:nth-child(8) {
    min-height: 128px;
  }
}
@media (max-width: 991px) {
  .s3__th-item:nth-child(8) {
    min-height: 155px;
  }
}
@media (max-width: 767px) {
  .s3__th-item:nth-child(8) {
    min-height: auto;
  }
}
.s3__th-item:last-child {
  padding-bottom: 0;
}
.s3__block {
  width: 1062px;
}
@media (max-width: 1699px) {
  .s3__block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .s3__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.s3__block .slick-prev {
  width: 20px;
  height: 37px;
  top: calc(50% - 18px);
  left: -15px;
}
.s3__block .slick-next {
  width: 20px;
  height: 37px;
  top: calc(50% - 18px);
  left: auto;
  right: -15px;
}
.s3__item {
  position: relative;
  padding-top: 87px;
  padding-left: 6px;
  width: 526px;
}
@media (max-width: 1699px) {
  .s3__item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 1279px) {
  .s3__item {
    padding-top: 68px;
  }
}
@media (max-width: 991px) {
  .s3__item {
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  .s3__item {
    padding-left: 13px;
    padding-right: 10px;
    padding-top: 50px;
  }
}
.s3__item--green .s3__head, .s3__item--green .s3__body {
  background: -webkit-gradient(linear, left top, left bottom, from(#3bb875), to(#67c7fb));
  background: linear-gradient(to bottom, #3bb875 0%, #67c7fb 100%);
}
.s3__item--green .s3__head {
  padding-top: 5px;
  font-size: 1.875rem;
  line-height: 90px;
}
@media (max-width: 1279px) {
  .s3__item--green .s3__head {
    font-size: 1.625rem;
    line-height: 80px;
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .s3__item--green .s3__head {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .s3__item--green .s3__head {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s3__item--green .s3__head {
    font-size: 1.25rem;
    line-height: 58px;
  }
}
@media (max-width: 374px) {
  .s3__item--green .s3__head {
    font-size: 1rem;
    line-height: 55px;
  }
}
.s3__item--green .s3__box {
  background: #e9f8f0;
}
.s3__item--green .s3__row {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .s3__item--green .s3__row {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .s3__item--green .s3__row-th {
    background: #6ed09b;
    color: #ffffff;
  }
}
.s3__item--green .s3__note {
  color: #817f7f;
}
.s3__item--gray {
  padding-top: 70px;
  margin-top: 16px;
}
@media (max-width: 1279px) {
  .s3__item--gray {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .s3__item--gray {
    margin-top: 0;
  }
}
.s3__item--gray .s3__head, .s3__item--gray .s3__body {
  background: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#d2d2d2));
  background: linear-gradient(to bottom, #a3a3a3 0%, #d2d2d2 100%);
}
.s3__item--gray .s3__subtitle, .s3__item--gray .s3__text, .s3__item--gray .s3__note {
  color: #817f7f;
}
@media (max-width: 767px) {
  .s3__item--gray .s3__row-th {
    color: #817f7f;
    background: #f1f1f1;
  }
}
.s3__head {
  width: 520px;
  height: 89%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 78px;
}
@media (max-width: 1699px) {
  .s3__head {
    width: 97%;
  }
}
@media (max-width: 1279px) {
  .s3__head {
    font-size: 1.375rem;
    line-height: 58px;
  }
}
@media (max-width: 1199px) {
  .s3__head {
    font-size: 1.25rem;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .s3__head {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s3__head {
    font-size: 1.25rem;
    left: 10px;
    width: calc(100% - 18px);
    text-align: center;
  }
}
@media (max-width: 374px) {
  .s3__head {
    font-size: 1rem;
    line-height: 55px;
  }
}
.s3__body {
  border-radius: 10px;
  padding: 2px;
  position: relative;
  z-index: 1;
}
.s3__box {
  background: #ffffff;
  border-radius: 8px;
  padding: 27px 30px;
}
@media (max-width: 1699px) {
  .s3__box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1279px) {
  .s3__box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .s3__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .s3__box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s3__row {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f4f4f4;
  position: relative;
}
@media (max-width: 767px) {
  .s3__row {
    padding-top: 46px;
  }
}
.s3__row:first-child {
  padding-top: 0;
  border-top: none;
  min-height: 48px;
}
@media (max-width: 767px) {
  .s3__row:first-child {
    min-height: 88px;
    padding-top: 46px;
  }
}
.s3__row:nth-child(2) {
  min-height: 64px;
}
@media (max-width: 767px) {
  .s3__row:nth-child(2) {
    min-height: 89px;
  }
}
.s3__row:nth-child(3) {
  min-height: 88px;
}
@media (max-width: 767px) {
  .s3__row:nth-child(3) {
    min-height: 115px;
  }
}
@media (max-width: 374px) {
  .s3__row:nth-child(3) {
    min-height: 142px;
  }
}
.s3__row:nth-child(4) {
  min-height: 88px;
}
@media (max-width: 991px) {
  .s3__row:nth-child(4) {
    min-height: 106px;
  }
}
@media (max-width: 767px) {
  .s3__row:nth-child(4) {
    min-height: 88px;
  }
}
.s3__row:nth-child(5) {
  min-height: 64px;
}
@media (max-width: 991px) {
  .s3__row:nth-child(5) {
    min-height: 85px;
  }
}
@media (max-width: 767px) {
  .s3__row:nth-child(5) {
    min-height: 116px;
  }
}
@media (max-width: 480px) {
  .s3__row:nth-child(5) {
    min-height: 116px;
  }
}
@media (max-width: 374px) {
  .s3__row:nth-child(5) {
    min-height: 143px;
  }
}
.s3__row:nth-child(6) {
  min-height: 88px;
}
@media (max-width: 767px) {
  .s3__row:nth-child(6) {
    min-height: 142px;
  }
}
.s3__row:nth-child(7) {
  min-height: 64px;
}
@media (max-width: 767px) {
  .s3__row:nth-child(7) {
    min-height: 89px;
  }
}
.s3__row:nth-child(8) {
  min-height: 121px;
}
@media (max-width: 1199px) {
  .s3__row:nth-child(8) {
    min-height: 128px;
  }
}
@media (max-width: 991px) {
  .s3__row:nth-child(8) {
    min-height: 155px;
  }
}
@media (max-width: 767px) {
  .s3__row:nth-child(8) {
    min-height: 142px;
  }
}
@media (max-width: 480px) {
  .s3__row:nth-child(8) {
    min-height: 169px;
  }
}
@media (max-width: 374px) {
  .s3__row:nth-child(8) {
    min-height: 196px;
  }
}
.s3__row:last-child {
  padding-bottom: 0;
}
.s3__row-th {
  font-weight: 500;
  width: 100%;
  padding: 10px 5px;
  line-height: 1;
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 767px) {
  .s3__row-th {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.s3__row-th .sm {
  font-size: 0.8em;
}
.s3__subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1279px) {
  .s3__subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .s3__subtitle {
    font-size: 1.125rem;
  }
}
.s3__text {
  font-size: 1.375rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1279px) {
  .s3__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .s3__text {
    font-size: 1.125rem;
  }
}
.s3__text .sm {
  font-size: 0.818181em;
}
@media (max-width: 767px) {
  .s3__text .sm {
    font-size: 1em;
  }
}
.s3__note {
  font-size: 1rem;
  color: #333333;
}
@media (max-width: 1279px) {
  .s3__note {
    font-size: 0.875rem;
  }
}
.s3__tag {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  background: #ffffff;
  padding: 6px 16px;
  border-radius: 10em;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  margin-bottom: 5px;
}
@media (max-width: 1279px) {
  .s3__tag {
    font-size: 0.875rem;
  }
}

.s4 {
  position: relative;
  background: url("../images/s4/s4-bg_01.jpg"), url("../images/s4/s4-bg_02.jpg");
  background-position: center top, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-y;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 991px) {
  .s4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s4__title {
  font-size: 3rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.015em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1279px) {
  .s4__title {
    font-size: 2.375rem;
  }
}
@media (max-width: 1199px) {
  .s4__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 991px) {
  .s4__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .s4__title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
@media (max-width: 374px) {
  .s4__title {
    font-size: 1.375rem;
  }
}
.s4__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .s4__block {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .s4__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.s4__item {
  display: block;
  text-decoration: none;
  width: 318px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  background: url("../images/s4/s4-img-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .s4__item:hover .s4__img {
    -webkit-animation: ani-s4 0.8s ease infinite;
            animation: ani-s4 0.8s ease infinite;
  }
  .s4__item:hover .s4__btn::after {
    -webkit-animation: ani-arrow 0.8s ease infinite;
            animation: ani-arrow 0.8s ease infinite;
  }
}
@media (max-width: 1199px) {
  .s4__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .s4__item {
    width: 260px;
    margin-top: 15px;
  }
  .s4__item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .s4__item {
    width: 90%;
  }
}
.s4__btn {
  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;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(135deg, #3bb875 0%, #4abfa7 70%, #67c7fb 100%);
  width: 222px;
  line-height: 55px;
  border-radius: 10em;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .s4__btn {
    font-size: 1.125rem;
    width: 180px;
    line-height: 45px;
  }
}
.s4__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .s4__btn::after {
    border-width: 5px 0 5px 6px;
  }
}

.notice {
  position: relative;
  background: #edf9ff;
  border-radius: 20px;
  margin-top: 70px;
  padding: 65px 84px;
}
@media (max-width: 1279px) {
  .notice {
    padding: 60px 40px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .notice {
    margin-top: 60px;
    padding: 40px 20px 40px 25px;
  }
}
.notice::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #ffffff;
  border-radius: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.notice * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice__wrap::before {
  content: "";
  display: block;
  width: 70px;
  height: 85px;
  background: url("../images/notice/notice-bird.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 64px;
  top: -85px;
}
@media (max-width: 1699px) {
  .notice__wrap::before {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .notice__wrap::before {
    width: 40px;
    height: 55px;
    top: -55px;
  }
}
.notice__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background: url("../images/notice/notice-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.notice__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #044d75;
  text-align: center;
  margin-bottom: 12px;
}
.notice__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.3em;
  font-size: 1rem;
  color: #333333;
  line-height: 1.75;
}
.notice__list.inside {
  list-style: none;
  margin-left: 1.3em;
  padding-left: 0;
  text-indent: -1.3em;
}
.notice__list.dot {
  margin-left: 0;
  text-indent: 0;
  padding-left: 1.3em;
  list-style: disc;
}
.notice__link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #1d9c58;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: 30px;
  margin-left: 1.3em;
}
@media (hover: hover) {
  .notice__link:hover {
    opacity: 0.8;
  }
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #262626;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 1199px) {
  .footer {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer {
    font-size: 0.875rem;
  }
}
.footer__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__block {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer__item {
    width: 100%;
    text-align: center;
  }
}
.footer__item::before {
  content: "│";
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .footer__item::before {
    display: none;
  }
}
.footer__item:first-child::before {
  display: none;
  margin-left: 0;
}

.pop {
  font-family: Roboto, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
}
.pop__container {
  width: 1000px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .pop__container {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .pop__container {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .pop__container {
    min-width: calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.pop__close {
  width: 26px;
  height: 26px;
  background: url("../images/pop/pop-close.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: -28px;
  right: -28px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .pop__close {
    top: -35px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .pop__close {
    right: 10px;
  }
}
@media (hover: hover) {
  .pop__close:hover {
    opacity: 0.8;
  }
}
.pop__head {
  background: -webkit-gradient(linear, left top, right top, from(#6ed09b), color-stop(70%, #6aceb9), to(#67c7fb));
  background: linear-gradient(to right, #6ed09b 0%, #6aceb9 70%, #67c7fb 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 27px 15px;
}
@media (max-width: 767px) {
  .pop__head {
    padding-top: 18px;
    padding-bottom: 14px;
  }
}
.pop__body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pop__body--style1 {
  padding-top: 35px;
  padding-bottom: 60px;
}
@media (max-width: 480px) {
  .pop__body--style1 {
    padding-bottom: 60px;
  }
}
.pop__body--style2 {
  padding-top: 35px;
}
.pop__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1d9c58;
  text-align: center;
}
@media (max-width: 767px) {
  .pop__subtitle {
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pop__title {
  font-size: 1.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .pop__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .pop__title {
    font-size: 1.25rem;
  }
}
.pop__title::before, .pop__title::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/pop/pop-title-icon.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .pop__title::before, .pop__title::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .pop__title::before, .pop__title::after {
    width: 16px;
    height: 16px;
  }
}
.pop__title::before {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .pop__title::before {
    margin-right: 5px;
  }
}
.pop__title::after {
  margin-left: 15px;
}
@media (max-width: 480px) {
  .pop__title::after {
    margin-left: 5px;
  }
}
.pop__body {
  background: #ffffff;
  padding-top: 35px;
}
.pop__text {
  font-size: 1.125rem;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .pop__text {
    font-size: 1rem;
  }
}
.pop__mobile {
  text-align: center;
  margin-top: 20px;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .pop__mobile {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pop__mobile {
    width: 310px;
    margin-top: 10px;
  }
}
@media (max-width: 374px) {
  .pop__mobile {
    width: 100%;
  }
}
.pop__mobile .slick-next,
.pop__mobile .slick-prev {
  width: 12px;
  height: 26px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: calc(50% - 13px);
}
.pop__mobile .slick-prev:before {
  background: url("../vendor/fonts/prev.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pop__mobile .slick-next:before {
  background: url("../vendor/fonts/next.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pop__mobile .slick-prev {
  left: 18px;
}
@media (max-width: 991px) {
  .pop__mobile .slick-prev {
    left: 0;
  }
}
.pop__mobile .slick-next {
  left: auto;
  right: 18px;
}
@media (max-width: 991px) {
  .pop__mobile .slick-next {
    right: 0;
  }
}
.pop__mobile-item {
  position: relative;
}
.pop__mobile-img {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pop__mobile-img {
    width: 100%;
  }
}
.pop__mobile-img img {
  max-width: 100%;
}
.pop__tip {
  width: 192px;
  height: 192px;
  background: #e3e6ff;
  border-radius: 10em;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
@media (max-width: 767px) {
  .pop__tip {
    width: 150px;
    height: 150px;
  }
}
.pop__tip::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
}
.pop__tip-head {
  font-size: 1rem;
  font-weight: 700;
  color: #929bfe;
  border-bottom: 1px solid #b2b8ff;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pop__tip-head {
    font-size: 0.875rem;
    width: 100px;
  }
}
.pop__tip-head::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/pop/pop-tip-icon.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 3px;
  margin-bottom: -3px;
}
@media (max-width: 767px) {
  .pop__tip-head::before {
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
  }
}
.pop__tip-body {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #555555;
  line-height: 1.333;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .pop__tip-body {
    font-size: 0.75rem;
  }
}
.pop__tip--style1 {
  padding-bottom: 30px;
  top: 0;
  right: 7px;
}
@media (max-width: 991px) {
  .pop__tip--style1 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .pop__tip--style1 {
    padding-bottom: 20px;
    top: auto;
    right: 30px;
    bottom: 90px;
  }
}
@media (max-width: 374px) {
  .pop__tip--style1 {
    bottom: 22vw;
  }
}
.pop__tip--style1::before {
  left: 15px;
  bottom: 15px;
  background: url("../images/pop/pop-tip-arrow-1.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .pop__tip--style1::before {
    left: 80px;
    bottom: auto;
    top: -2px;
    -webkit-transform: rotate(-204deg);
            transform: rotate(-204deg);
  }
}
.pop__tip--style2 {
  right: 7px;
  bottom: 46px;
}
@media (max-width: 991px) {
  .pop__tip--style2 {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .pop__tip--style2 {
    bottom: 180px;
    right: 15px;
  }
}
@media (max-width: 374px) {
  .pop__tip--style2 {
    bottom: 48vw;
  }
}
.pop__tip--style2::before {
  width: 26px;
  height: 32px;
  left: -16px;
  bottom: 105px;
  background: url("../images/pop/pop-tip-arrow-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .pop__tip--style2::before {
    bottom: 145px;
    left: 5px;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
}
@media (max-width: 767px) {
  .pop__tip--style2::before {
    left: 64px;
    bottom: -12px;
    -webkit-transform: rotate(-108deg);
            transform: rotate(-108deg);
  }
}
.pop__tip--style3 {
  right: 7px;
  bottom: 74px;
}
@media (max-width: 991px) {
  .pop__tip--style3 {
    bottom: 40px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .pop__tip--style3 {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 374px) {
  .pop__tip--style3 {
    bottom: 1vw;
  }
}
.pop__tip--style3::before {
  width: 26px;
  height: 32px;
  left: -16px;
  bottom: 105px;
  background: url("../images/pop/pop-tip-arrow-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .pop__tip--style3::before {
    bottom: 145px;
    left: 5px;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
}
@media (max-width: 767px) {
  .pop__tip--style3::before {
    left: 58px;
    bottom: 130px;
    -webkit-transform: rotate(74deg);
            transform: rotate(74deg);
  }
}
.pop__tip--style4 {
  left: 0;
  bottom: 46px;
}
@media (max-width: 991px) {
  .pop__tip--style4 {
    bottom: 96px;
  }
}
@media (max-width: 767px) {
  .pop__tip--style4 {
    left: 50px;
  }
}
@media (max-width: 374px) {
  .pop__tip--style4 {
    bottom: 27vw;
  }
}
.pop__tip--style4::before {
  width: 26px;
  height: 28px;
  right: -4px;
  bottom: 38px;
  background: url("../images/pop/pop-tip-arrow-3.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .pop__tip--style4::before {
    right: 20px;
    bottom: 10px;
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
}
@media (max-width: 767px) {
  .pop__tip--style4::before {
    bottom: -5px;
    left: 35px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.pop__btn {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .pop__btn {
    margin-top: 15px;
  }
}
.pop__btn-item {
  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;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(135deg, #3bb875 0%, #4abfa7 70%, #67c7fb 100%);
  width: 222px;
  line-height: 55px;
  border-radius: 10em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .pop__btn-item {
    font-size: 1.125rem;
    width: 180px;
    line-height: 45px;
  }
}
.pop__btn-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .pop__btn-item::after {
    border-width: 5px 0 5px 6px;
  }
}
@media (hover: hover) {
  .pop__btn:hover .pop__btn-item::after {
    -webkit-animation: ani-arrow 0.8s ease infinite;
            animation: ani-arrow 0.8s ease infinite;
  }
}
.pop__note {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1d9c58;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .pop__note {
    font-size: 1rem;
  }
}

.tab {
  margin-top: 25px;
}
.tab--style1 {
  width: 812px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .tab--style1 {
    width: calc(100% - 30px);
  }
}
.tab--style1 .tab__head {
  position: relative;
}
.tab--style1 .tab__head::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: 1px;
  background: #3bb875;
  position: absolute;
  left: 2px;
  bottom: 0;
}
.tab--style1 .tab__headitem {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: calc(25% - 4px);
  margin-left: 2px;
  margin-right: 2px;
}
.tab--style1 .tab__body {
  padding-top: 30px;
}
.tab--style2 {
  width: 812px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .tab--style2 {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .tab--style2 .tab__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab--style2 .tab__headitem {
  border-radius: 5px;
  width: calc(12.5% - 4px);
  margin-left: 2px;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .tab--style2 .tab__headitem {
    width: calc(25% - 4px);
    margin-top: 4px;
  }
  .tab--style2 .tab__headitem:nth-child(1) {
    margin-top: 0;
  }
  .tab--style2 .tab__headitem:nth-child(2) {
    margin-top: 0;
  }
  .tab--style2 .tab__headitem:nth-child(3) {
    margin-top: 0;
  }
  .tab--style2 .tab__headitem:nth-child(4) {
    margin-top: 0;
  }
}
.tab--style2 .tab__body {
  background: #f4fbf7;
  width: calc(100% + 188px);
  margin-top: 30px;
  margin-left: -94px;
  margin-right: -94px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px 94px 50px;
}
@media (max-width: 1199px) {
  .tab--style2 .tab__body {
    width: calc(100% + 88px);
    margin-left: -44px;
    margin-right: -44px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .tab--style2 .tab__body {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .tab--style2 .tab__body {
    margin-top: 15px;
    padding-bottom: 30px;
  }
}
.tab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-right: -2px;
  text-align: center;
  cursor: pointer;
}
.tab__headitem {
  font-size: 1.125rem;
  font-weight: 500;
  color: #a3a3a3;
  background: #f5f5f5;
  line-height: 1;
  padding: 7px 5px 5px;
}
@media (max-width: 767px) {
  .tab__headitem {
    font-size: 1rem;
  }
}
.tab__headitem--active {
  color: #ffffff;
  background: #3bb875;
}
.tab__bodyitem {
  display: none;
}
.tab__bodyitem--active {
  display: block;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table thead {
  text-align: center;
}
.table thead tr {
  border-top: 2px solid #1d9c58;
  border-bottom: 2px solid #1d9c58;
}
.table thead th {
  padding: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1d9c58;
  position: relative;
}
@media (max-width: 767px) {
  .table thead th {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .table thead th {
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  .table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.table thead th:first-child {
  width: 205px;
}
@media (max-width: 767px) {
  .table thead th:first-child {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .table thead th:first-child {
    width: 110px;
  }
}
.table thead th:nth-child(2) {
  width: calc(100% - 205px);
}
@media (max-width: 767px) {
  .table thead th:nth-child(2) {
    width: calc(100% - 120px);
    text-align: left;
    padding-left: 24px;
  }
}
@media (max-width: 480px) {
  .table thead th:nth-child(2) {
    width: calc(100% - 110px);
    padding-left: 10px;
  }
}
.table tbody {
  border-bottom: 1px solid #6ed09b;
}
.table tbody tr {
  border-top: 1px solid #6ed09b;
}
.table tbody tr:first-child {
  border-top: none;
}
.table tbody tr:nth-child(even) {
  background: #ffffff;
}
.table td:first-child {
  width: 205px;
  padding: 10px;
}
@media (max-width: 767px) {
  .table td:first-child {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .table td:first-child {
    width: 110px;
    padding: 10px 5px;
  }
}
.table td:nth-child(2) {
  width: calc(100% - 205px);
  padding: 10px 24px;
}
@media (max-width: 767px) {
  .table td:nth-child(2) {
    width: calc(100% - 120px);
  }
}
@media (max-width: 480px) {
  .table td:nth-child(2) {
    padding: 10px;
    width: calc(100% - 110px);
  }
}
.table__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .table__title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .table__title {
    font-size: 0.875rem;
  }
}
.table__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #6ed09b;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
}
@media (max-width: 480px) {
  .table__title::after {
    right: -5px;
  }
}
.table__text {
  font-size: 1.125rem;
  color: #333333;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .table__text {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .table__text {
    font-size: 0.875rem;
  }
}
.table__text.sm, .table__text .sm {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .table__text.sm, .table__text .sm {
    font-size: 0.9375rem;
  }
}
@media (max-width: 480px) {
  .table__text.sm, .table__text .sm {
    font-size: 0.8125rem;
  }
}
.table__text a {
  color: #1890d2;
  text-decoration: underline;
}
.table__list {
  color: #333333;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.3em;
}
@media (max-width: 767px) {
  .table__list {
    font-size: 0.8125rem;
  }
}
.table__list.lg {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .table__list .indent3 {
    text-indent: -4em;
    padding-left: 4em;
  }
}
.table__tag {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3bb875;
  width: 114px;
  height: 26px;
  border: 1px solid #3bb875;
  line-height: 26px;
  border-radius: 5px;
  position: absolute;
  top: calc(50% - 13px);
  right: 0;
}
@media (max-width: 767px) {
  .table__tag {
    text-align: center;
    width: 100px;
  }
}
@media (max-width: 480px) {
  .table__tag {
    font-size: 0.8125rem;
    height: 24px;
    line-height: 24px;
    top: calc(50% - 12px);
    width: 96px;
  }
}
@media (max-width: 374px) {
  .table__tag {
    font-size: 0.75rem;
    width: 54px;
    height: 36px;
    line-height: 1;
    top: calc(50% - 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@-webkit-keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ani-s4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-s4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}