@charset "UTF-8";
a {
  color: #218762;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

.red {
  color: #f76260;
}

.sh-no-m {
  min-width: 1170px;
}
.sh-no-m .site-main-wrapper .site-main {
  padding: 100px 0;
}

.sb-title {
  width: 100%;
  padding: 30px 0 20px;
  font-size: 22px;
  color: #111;
  line-height: 1.4;
  text-align: center;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-box img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-body {
  width: 100%;
  min-width: 1170px;
  position: relative;
  background: #f1f1f1 url(../images/bigbg.jpg) center 0 no-repeat;
  padding-top: 84px;
  /*-- 主內容區塊 START
  ------------------- */
  /*-- 詳細內容區塊 START
  ------------------- */
  /*----*/
}
@media (max-width: 768px) {
  .site-body {
    min-width: 0;
    padding-top: 54px;
    background-image: url(../images/bigbg-m.jpg);
    background-size: cover;
  }
}
@media (max-width: 568px) {
  .site-body {
    background-size: contain;
  }
}
.site-body .site-main-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.site-body .site-main-wrapper .site-content {
  width: 1170px;
  height: 650px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-body .site-main-wrapper .smw-box {
  width: 436px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 5;
}
.site-body .site-main-wrapper .smb-title-box {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-body .site-main-wrapper .smb-title-box .smb-title {
  width: 100%;
  margin-bottom: 20px;
}
.site-body .site-main-wrapper .smb-title-box .smb-title img {
  display: block;
  width: 100%;
}
.site-body .site-main-wrapper .smb-title-box .smb-subtitle {
  font-size: 30px;
  color: #323232;
  line-height: 1.5;
}
.site-body .site-main-wrapper .smb-download-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 90px;
}
.site-body .site-main-wrapper .smb-download-box .sdb-title {
  width: 170px;
  margin-bottom: 8px;
}
.site-body .site-main-wrapper .smb-download-box .sdb-title img {
  display: block;
  width: 100%;
}
.site-body .site-main-wrapper .smb-download-box .sdb-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-body .site-main-wrapper .smb-download-box .sdc-qr {
  width: 98px;
}
.site-body .site-main-wrapper .smb-download-box .sdc-qr img {
  display: block;
  width: 100%;
}
.site-body .site-main-wrapper .smb-download-box .sdc-item-list {
  width: 140px;
  margin-left: 16px;
}
.site-body .site-main-wrapper .smb-download-box .sdc-item-list .sdc-item {
  width: 100%;
  height: 47px;
  display: block;
  background: center center/contain no-repeat;
}
.site-body .site-main-wrapper .smb-download-box .sdc-item-list .sdc-item img {
  display: block;
  width: 100%;
}
.site-body .site-main-wrapper .smb-download-box .sdc-item-list .sdc-item + .sdc-item {
  margin-top: 8px;
}
.site-body .site-main-wrapper .smb-download-box .sdc-item-list .sdc-item.si-01 {
  background-image: url(../images/btn-GooglePlay.svg);
}
.site-body .site-main-wrapper .smb-download-box .sdc-item-list .sdc-item.si-01.on-touch {
  background-image: url(../images/btn-GooglePlay-hover.svg);
}
.site-body .site-main-wrapper .smb-download-box .sdc-item-list .sdc-item.si-02 {
  background-image: url(../images/btn-AppStore.svg);
}
.site-body .site-main-wrapper .smb-download-box .sdc-item-list .sdc-item.si-02.on-touch {
  background-image: url(../images/btn-AppStore-hover.svg);
}
.site-body .site-main-wrapper .smw-main-pic {
  width: 500px;
  margin-left: 160px;
  position: relative;
  bottom: -120px;
  z-index: 3;
}
.site-body .site-main-wrapper .smw-main-pic img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .site-body .site-main-wrapper .site-content {
    width: 100%;
    height: auto;
    padding: 40px 0px 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-body .site-main-wrapper .smw-box {
    width: 100%;
    min-height: 516px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-body .site-main-wrapper .smb-title-box .smb-title {
    width: 290px;
    margin-bottom: 12px;
  }
  .site-body .site-main-wrapper .smb-title-box .smb-subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
  .site-body .site-main-wrapper .smb-download-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 16px;
  }
  .site-body .site-main-wrapper .smb-download-box .sdb-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4px;
  }
  .site-body .site-main-wrapper .smb-download-box .sdb-title img {
    width: 140px;
  }
  .site-body .site-main-wrapper .smb-download-box .sdc-qr {
    display: none;
  }
  .site-body .site-main-wrapper .smb-download-box .sdc-item-list {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-body .site-main-wrapper .smb-download-box .sdc-item-list .sdc-item {
    width: 125px;
    height: 46px;
  }
  .site-body .site-main-wrapper .smb-download-box .sdc-item-list .sdc-item + .sdc-item {
    margin-top: 0;
    margin-left: 24px;
  }
  .site-body .site-main-wrapper .smw-main-pic {
    width: 320px;
    margin-left: 0px;
    position: absolute;
    bottom: -21px;
    right: 49%;
    -webkit-transform: translateX(67%);
        -ms-transform: translateX(67%);
            transform: translateX(67%);
  }
}
.site-body .site-content-wrapper {
  width: 100%;
  position: relative;
}
.site-body .site-content-wrapper * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-body .site-content-wrapper.scw-bg {
  background-color: white;
}
.site-body .site-content-wrapper.scw-bg2 {
  background-color: #eaece9;
}
.site-body .site-content-wrapper .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper .flex-box img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-body .site-content-wrapper .site-content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.site-body .site-content-wrapper .content-title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  color: #10ab68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-body .site-content-wrapper .content-title .ct-hl {
  display: block;
  position: relative;
}
.site-body .site-content-wrapper .content-title .ct-hl:after {
  content: "";
  width: 100%;
  height: 16px;
  background: #fcf5a7;
  position: absolute;
  bottom: -7px;
  left: 0;
  z-index: 0;
}
.site-body .site-content-wrapper .content-title .ct-hl .ch-txt {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .content-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .site-body .site-content-wrapper .content-title .ct-hl:after {
    height: 14px;
    bottom: -2px;
  }
}
.site-body .site-content-wrapper .content-dsr {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #555;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .content-dsr {
    font-size: 20px;
  }
}
.site-body .site-content-wrapper .tab-inner {
  display: none;
}
.site-body .site-content-wrapper.se-0 {
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
}
.site-body .site-content-wrapper.se-0 .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
  padding: 74px 0px 0;
}
.site-body .site-content-wrapper.se-0 .content-title {
  width: 100%;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block {
  max-width: 100%;
  width: 730px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -27px;
  position: relative;
  /*--箭頭--*/
  /*-- 分頁器 --*/
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-slide {
  width: 570px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  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: 0.3s;
  transition: 0.3s;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .ssb-left, .site-body .site-content-wrapper.se-0 .sc-slides-block .ssb-right {
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .ssb-left {
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  margin-right: 40px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .ssb-right {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .ssb-content {
  width: 100%;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .ssbc-img {
  width: 100%;
  display: block;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .ssbc-title {
  font-size: 34px;
  font-weight: bold;
  color: #323232;
  line-height: 1.2;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .ssbc-des {
  font-size: 24px;
  color: #323232;
  line-height: 1.2;
  margin-top: 8px;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .ssbc-num {
  min-width: 30px;
  height: 20px;
  padding: 3px 4px;
  margin-bottom: 2px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  background: #feb044;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-slide-active .ssb-left {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-slide-active .ssb-right {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-prev,
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-next {
  width: 36px;
  height: 56px;
  background: center center/contain no-repeat;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-prev,
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-rtl .swiper-button-next,
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-next,
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  top: 150px;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-prev,
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-rtl .swiper-button-next {
  left: -70px;
  background-image: url("../images/s1-nextbtn.svg");
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-next,
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-rtl .swiper-button-prev {
  right: -70px;
  background-image: url("../images/s1-nextbtn.svg");
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-next.swiper-button-disabled,
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/s1-nextbtn-disabled.svg");
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #e3e3e5;
  opacity: 1;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-pagination-bullet-active {
  background: #11b16b;
}
.site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-horizontal > .swiper-pagination-bullets, .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-pagination-custom, .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-pagination-fraction {
  bottom: 56px;
  left: 40px;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-0 .site-content {
    width: 100%;
    padding: 54px 16px 46px;
  }
  .site-body .site-content-wrapper.se-0 .content-title {
    width: 100%;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block {
    max-width: 260px;
    width: 100%;
    margin-bottom: 0;
    /*--箭頭--*/
    /*-- 分頁器 --*/
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .ssb-box {
    padding-bottom: 48px;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-slide {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .ssb-left {
    width: 150px;
    margin: 0 0px 16px 0;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .ssbc-title {
    font-size: 24px;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .ssbc-des {
    font-size: 18px;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .ssbc-num {
    font-size: 14px;
    min-width: 24px;
    height: 16px;
    padding: 2px 2px;
    margin-bottom: 2px;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-prev,
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-rtl .swiper-button-next,
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-next,
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    top: 135px;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-prev,
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-rtl .swiper-button-next {
    left: -36px;
    background-image: url("../images/s1-nextbtn.svg");
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-next,
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-rtl .swiper-button-prev {
    right: -36px;
    background-image: url("../images/s1-nextbtn.svg");
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-next.swiper-button-disabled,
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-button-prev.swiper-button-disabled {
    background-image: url("../images/s1-nextbtn-disabled.svg");
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
  .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-container-horizontal > .swiper-pagination-bullets, .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-pagination-custom, .site-body .site-content-wrapper.se-0 .sc-slides-block .swiper-pagination-fraction {
    bottom: 0px;
    left: 0px;
  }
}
.site-body .site-content-wrapper.se-1 {
  background: -webkit-gradient(linear, left top, right top, from(#069b9f), to(#019c62));
  background: linear-gradient(90deg, #069b9f, #019c62);
}
.site-body .site-content-wrapper.se-1 .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
  padding: 90px 0 80px;
}
.site-body .site-content-wrapper.se-1 .se1-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.site-body .site-content-wrapper.se-1 .s1l-item {
  width: 286px;
  margin: 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.site-body .site-content-wrapper.se-1 .s1l-item .s1i-img {
  width: 100%;
  max-width: 220px;
}
.site-body .site-content-wrapper.se-1 .s1l-item .s1i-img img {
  width: 100%;
  display: block;
}
.site-body .site-content-wrapper.se-1 .s1l-item .s1i-title {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 16px;
}
.site-body .site-content-wrapper.se-1 .s1l-item .s1i-info {
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  text-align: left;
}
.site-body .site-content-wrapper.se-1.ani .s1l-item {
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.site-body .site-content-wrapper.se-1.ani .s1l-item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.site-body .site-content-wrapper.se-1.ani .s1l-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.site-body .site-content-wrapper.se-1.ani .s1l-item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-1 .site-content {
    width: 100%;
    padding: 50px 16px;
  }
  .site-body .site-content-wrapper.se-1 .se1-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-body .site-content-wrapper.se-1 .s1l-item {
    width: 100%;
    max-width: 284px;
    margin: 0 0 40px;
  }
  .site-body .site-content-wrapper.se-1 .s1l-item:last-child {
    margin-bottom: 0;
  }
  .site-body .site-content-wrapper.se-1 .s1l-item .s1i-img {
    max-width: 160px;
  }
  .site-body .site-content-wrapper.se-1 .s1l-item .s1i-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .site-body .site-content-wrapper.se-1 .s1l-item .s1i-info {
    font-size: 16px;
  }
}
.site-body .site-content-wrapper.se-2 {
  width: 100%;
  position: relative;
  background: url(../images/s3-bg.jpg) no-repeat top center;
}
.site-body .site-content-wrapper.se-2 .site-content {
  width: 1170px;
  height: 420px;
  margin: 0 auto;
  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;
}
.site-body .site-content-wrapper.se-2 .smw-box {
  width: 436px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 5;
  -webkit-transform: translateX(-75%);
      -ms-transform: translateX(-75%);
          transform: translateX(-75%);
}
.site-body .site-content-wrapper.se-2 .smb-title-box {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-body .site-content-wrapper.se-2 .smb-title-box .smb-title {
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: bold;
  color: #10ab68;
  line-height: 1.1;
}
.site-body .site-content-wrapper.se-2 .smb-title-box .smb-subtitle {
  font-size: 21px;
  color: #323232;
  line-height: 1.2;
}
.site-body .site-content-wrapper.se-2 .smb-download-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.site-body .site-content-wrapper.se-2 .smb-download-box .sdc-item {
  width: 146px;
  height: 46px;
  display: block;
  background: center center/contain no-repeat;
}
.site-body .site-content-wrapper.se-2 .smb-download-box .sdc-item img {
  display: block;
  width: 100%;
}
.site-body .site-content-wrapper.se-2 .smb-download-box .sdc-item + .sdc-item {
  margin-left: 24px;
}
.site-body .site-content-wrapper.se-2 .smb-download-box .sdc-item.si-01 {
  background-image: url(../images/btn-GooglePlay.svg);
}
.site-body .site-content-wrapper.se-2 .smb-download-box .sdc-item.si-01.on-touch {
  background-image: url(../images/btn-GooglePlay-hover.svg);
}
.site-body .site-content-wrapper.se-2 .smb-download-box .sdc-item.si-02 {
  background-image: url(../images/btn-AppStore.svg);
}
.site-body .site-content-wrapper.se-2 .smb-download-box .sdc-item.si-02.on-touch {
  background-image: url(../images/btn-AppStore-hover.svg);
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-2 {
    background: #FFF;
  }
  .site-body .site-content-wrapper.se-2 .site-content {
    padding: 40px 16px;
    width: 100%;
    height: auto;
    position: static;
  }
  .site-body .site-content-wrapper.se-2 .smw-box {
    width: 100%;
    max-width: 310px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto;
  }
  .site-body .site-content-wrapper.se-2 .smb-title-box {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-body .site-content-wrapper.se-2 .smb-title-box .smb-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .site-body .site-content-wrapper.se-2 .smb-title-box .smb-subtitle {
    font-size: 16px;
  }
  .site-body .site-content-wrapper.se-2 .smb-download-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .site-body .site-content-wrapper.se-2 .smb-download-box .sdc-item {
    width: 132px;
    height: 40px;
  }
  .site-body .site-content-wrapper.se-2 .smb-download-box .sdc-item + .sdc-item {
    margin-left: 16px;
  }
}

/*-- loading --*/
.sb-loading-wrap {
  width: 100%;
  height: calc(100vh - 54px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sb-loading-wrap .sb-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sb-loading-wrap .sb-loading .sld-ani {
  width: 60px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  grid: 50%/50%;
  color: #25b09b;
  --_g: no-repeat linear-gradient(currentColor 0 0);
  background: var(--_g), var(--_g), var(--_g);
  background-size: 50.1% 50.1%;
  -webkit-animation: l6-0 1.5s infinite steps(1) alternate, l6-0-0 3s infinite steps(1);
          animation: l6-0 1.5s infinite steps(1) alternate, l6-0-0 3s infinite steps(1);
}
.sb-loading-wrap .sb-loading .sld-ani::before {
  content: "";
  background: currentColor;
  -webkit-transform: perspective(150px) rotateY(0deg) rotateX(0deg);
          transform: perspective(150px) rotateY(0deg) rotateX(0deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: l6-1 1.5s infinite linear alternate;
          animation: l6-1 1.5s infinite linear alternate;
}
@-webkit-keyframes l6-0 {
  0% {
    background-position: 0 100%, 100% 100%, 100% 0;
  }
  33% {
    background-position: 100% 100%, 100% 100%, 100% 0;
  }
  66% {
    background-position: 100% 0, 100% 0, 100% 0;
  }
}
@keyframes l6-0 {
  0% {
    background-position: 0 100%, 100% 100%, 100% 0;
  }
  33% {
    background-position: 100% 100%, 100% 100%, 100% 0;
  }
  66% {
    background-position: 100% 0, 100% 0, 100% 0;
  }
}
@-webkit-keyframes l6-0-0 {
  0% {
    -webkit-transform: scaleX(1) rotate(0deg);
            transform: scaleX(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scaleX(-1) rotate(-90deg);
            transform: scaleX(-1) rotate(-90deg);
  }
}
@keyframes l6-0-0 {
  0% {
    -webkit-transform: scaleX(1) rotate(0deg);
            transform: scaleX(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scaleX(-1) rotate(-90deg);
            transform: scaleX(-1) rotate(-90deg);
  }
}
@-webkit-keyframes l6-1 {
  16.5% {
    -webkit-transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
            transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
    -webkit-filter: grayscale(0.8);
            filter: grayscale(0.8);
  }
  33% {
    -webkit-transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg);
            transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg);
  }
  66% {
    -webkit-transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg);
            transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
            transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
    -webkit-filter: grayscale(0.8);
            filter: grayscale(0.8);
  }
}
@keyframes l6-1 {
  16.5% {
    -webkit-transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
            transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
    -webkit-filter: grayscale(0.8);
            filter: grayscale(0.8);
  }
  33% {
    -webkit-transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg);
            transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg);
  }
  66% {
    -webkit-transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg);
            transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
            transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
    -webkit-filter: grayscale(0.8);
            filter: grayscale(0.8);
  }
}
.sb-loading-wrap .sb-loading .sld-txt {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  margin-top: 16px;
}

/*----*/