@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url(../vendor/fonts/NotoSansTC-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url(../vendor/fonts/NotoSansTC-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url(../vendor/fonts/NotoSansTC-Black.otf) format("opentype");
}
body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #333333;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  padding-top: 70px;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 650px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1020;
  width: 100%;
  background: #3eb271;
}
@media (max-width: 991px) {
  .header {
    position: fixed;
  }
}
.header__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 14px 100px;
}
@media (max-width: 1199px) {
  .header__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .header__block {
    padding: 11px 15px;
    height: 60px;
  }
}
.header__logo {
  display: block;
  width: 164px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 150px;
  }
}
.header__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.footer {
  background: #d7f0da;
  font-size: 1rem;
  color: #07573c;
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 25px 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
}
.footer .hide--sm {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .footer .hide--sm {
    display: none !important;
  }
}

.kv {
  position: relative;
  height: 48.4375vw;
  background: url("../images/kv/kv-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 1900px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .kv {
    height: 54vw;
  }
}
@media (max-width: 767px) {
  .kv {
    height: 85vw;
  }
}
@media (max-width: 480px) {
  .kv {
    background: url("../images/kv/kv-bg-sm.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 132vw;
  }
}
.kv__bear-item {
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv__bear-item:first-child {
  width: 13.020833333vw;
  height: 16.35416666vw;
  position: absolute;
  top: 24.2vw;
  left: 31vw;
}
@media (max-width: 991px) {
  .kv__bear-item:first-child {
    width: 16vw;
    height: 20vw;
    left: 26vw;
  }
}
@media (max-width: 767px) {
  .kv__bear-item:first-child {
    width: 22vw;
    height: 30vw;
    top: 44vw;
    left: 14vw;
  }
}
@media (max-width: 480px) {
  .kv__bear-item:first-child {
    width: 22vw;
    height: 28vw;
    top: 64vw;
    left: 14vw;
  }
}
.kv__bear-item:first-child::before {
  content: "";
  display: block;
  background: url("../images/kv/kv-bear-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-animation: ani-kv-bear-1 0.8s ease-in-out infinite;
          animation: ani-kv-bear-1 0.8s ease-in-out infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.kv__bear-item:nth-child(2) {
  width: 19.58333333vw;
  height: 23.645833333vw;
  position: absolute;
  top: 18.5vw;
  left: 57.4vw;
}
@media (max-width: 991px) {
  .kv__bear-item:nth-child(2) {
    top: 24vw;
  }
}
@media (max-width: 767px) {
  .kv__bear-item:nth-child(2) {
    width: 28vw;
    height: 34vw;
    top: 40vw;
    left: auto;
    right: 5vw;
  }
}
@media (max-width: 480px) {
  .kv__bear-item:nth-child(2) {
    width: 35vw;
    height: 43vw;
    top: 60vw;
    left: auto;
    right: 3vw;
  }
}
.kv__bear-item:nth-child(2)::before {
  content: "";
  display: block;
  background: url("../images/kv/kv-bear-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-animation: ani-kv-bear-2 0.8s ease infinite;
          animation: ani-kv-bear-2 0.8s ease infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.kv__title {
  width: 41.66666vw;
  height: 20.520833vw;
  background: url("../images/kv/kv-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.65vw;
  left: 28.5vw;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-indent: -99999px;
}
@media (max-width: 991px) {
  .kv__title {
    width: 46vw;
    height: 24vw;
    left: 22vw;
  }
}
@media (max-width: 767px) {
  .kv__title {
    width: 80vw;
    height: 45vw;
    top: 5vw;
    left: 10vw;
  }
}
@media (max-width: 480px) {
  .kv__title {
    width: 96vw;
    height: 54vw;
    top: 5vw;
    left: 0vw;
  }
}
.kv__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;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .kv__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .kv__block {
    bottom: 0;
    overflow: initial;
  }
}
.kv__item {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 14.6875vw;
}
@media (max-width: 1399px) {
  .kv__item {
    width: 20vw;
  }
}
@media (max-width: 991px) {
  .kv__item {
    width: 25vw;
    margin-left: -1vw;
    margin-right: -1vw;
  }
}
@media (max-width: 767px) {
  .kv__item {
    width: 28vw;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
}
@media (max-width: 480px) {
  .kv__item {
    width: 50vw;
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: -10vw;
  }
}
@media (hover: hover) {
  .kv__item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.s1 {
  background: url("../images/s1/s1-bg_02.jpg"), url("../images/s1/s1-bg_01.jpg"), #d0e687;
  background-size: 100% auto, 100% auto;
  background-position: center bottom -1px, center top;
  background-repeat: no-repeat, no-repeat;
  padding-top: 52px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: 100% 60%, 100% 45%;
  }
}
@media (max-width: 991px) {
  .s1 {
    background-size: 115% auto, 115% auto;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .s1 {
    background: url("../images/s1/s1-bg_02.jpg"), #d0e687;
    background-size: 115% auto;
    background-position: center bottom -1px;
    background-repeat: no-repeat;
  }
}
.s1__title {
  text-align: center;
}
@media (max-width: 1199px) {
  .s1__title {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s1__title {
    width: 260px;
  }
}
.s1__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .s1__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s1__block::before {
  content: "";
  display: block;
  width: 265px;
  height: 350px;
  background: url("../images/s1/s1-bear.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 396px;
  bottom: -208px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .s1__block::before {
    right: 360px;
  }
}
@media (max-width: 1399px) {
  .s1__block::before {
    width: 200px;
    height: 270px;
    right: 255px;
  }
}
@media (max-width: 1199px) {
  .s1__block::before {
    width: 150px;
    height: 200px;
    bottom: -160px;
  }
}
@media (max-width: 991px) {
  .s1__block::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .s1__block::before {
    width: 120px;
    height: 160px;
    bottom: -120px;
  }
}
@media (max-width: 480px) {
  .s1__block::before {
    width: 80px;
    height: 110px;
    bottom: -90px;
  }
}
@media (max-width: 374px) {
  .s1__block::before {
    display: none;
  }
}
.s1__item:first-child {
  width: 1050px;
}
@media (max-width: 1699px) {
  .s1__item:first-child {
    width: 830px;
  }
}
@media (max-width: 1399px) {
  .s1__item:first-child {
    width: 690px;
  }
}
@media (max-width: 1199px) {
  .s1__item:first-child {
    width: 580px;
  }
}
@media (max-width: 991px) {
  .s1__item:first-child {
    width: 100%;
  }
}
.s1__item:nth-child(2) {
  width: 512px;
}
@media (max-width: 1699px) {
  .s1__item:nth-child(2) {
    width: 500px;
  }
}
@media (max-width: 1399px) {
  .s1__item:nth-child(2) {
    width: 340px;
  }
}
@media (max-width: 1199px) {
  .s1__item:nth-child(2) {
    width: 310px;
  }
}
@media (max-width: 991px) {
  .s1__item:nth-child(2) {
    width: 100%;
    margin-top: 30px;
  }
}
.s1__item-box {
  border-radius: 30px;
  padding-top: 40px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fffde6), to(#ffffff));
  background: linear-gradient(to bottom, #fffde6 20%, #ffffff 100%);
}
@media (max-width: 767px) {
  .s1__item-box {
    border-radius: 10px;
    padding-top: 30px;
  }
}
.s1__item-box--pink {
  border: 6px solid #ffa2a2;
}
@media (max-width: 991px) {
  .s1__item-box--pink .s1__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.s1__item-box--pink .s1__col {
  width: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .s1__item-box--pink .s1__col:first-child {
    width: 55%;
  }
  .s1__item-box--pink .s1__col:nth-child(2) {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .s1__item-box--pink .s1__col {
    width: 100%;
    margin-top: 30px;
  }
  .s1__item-box--pink .s1__col:first-child {
    margin-top: 0;
  }
}
.s1__item-box--pink .s1__col-footer {
  background: #ffdddd;
}
.s1__item-box--purple {
  border: 6px solid #d89ef7;
}
.s1__item-box--purple .s1__col-footer {
  background: #f3defe;
}
.s1__item-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -19px;
}
@media (max-width: 1399px) {
  .s1__item-title {
    margin-bottom: -12px;
  }
}
@media (max-width: 480px) {
  .s1__item-title {
    margin-bottom: -9px;
  }
}
@media (max-width: 374px) {
  .s1__item-title {
    margin-bottom: -2.4vw;
  }
}
.s1__item-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media (max-width: 1399px) {
  .s1__item-title img {
    width: auto;
    height: 58px;
  }
}
@media (max-width: 1199px) {
  .s1__item-title img {
    height: 54px;
  }
}
@media (max-width: 480px) {
  .s1__item-title img {
    height: 45px;
  }
}
@media (max-width: 374px) {
  .s1__item-title img {
    height: 12vw;
  }
}
.s1__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.s1__col {
  text-align: center;
  position: relative;
  width: 100%;
}
.s1__col::before {
  content: "";
  display: block;
  width: 8px;
  height: 284px;
  background: url("../images/s1/s1-col-dot.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
  position: absolute;
  top: 20px;
  left: -4px;
}
@media (max-width: 1699px) {
  .s1__col::before {
    height: 230px;
  }
}
@media (max-width: 1399px) {
  .s1__col::before {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .s1__col::before {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .s1__col::before {
    display: none;
  }
}
.s1__col:first-child::before {
  display: none;
}
.s1__col-body {
  padding-bottom: 52px;
}
@media (max-width: 1199px) {
  .s1__col-body {
    padding-bottom: 40px;
  }
}
.s1__col-footer {
  background: #ffdddd;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .s1__col-footer {
    padding-bottom: 20px;
  }
}
.s1__col-title {
  width: 156px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .s1__col-title {
    width: 120px;
  }
}
@media (max-width: 1199px) {
  .s1__col-title {
    width: 100px;
  }
}
.s1__col-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.s1__col-text {
  font-size: 1.375rem;
  font-weight: 500;
  color: #513e3e;
}
@media (max-width: 1399px) {
  .s1__col-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .s1__col-text {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.s1__col-text .highlight {
  font-size: 1.27272em;
  color: #f92718;
  font-weight: 900;
}
.s1__col-img {
  margin-top: 10px;
}
@media (max-width: 1699px) {
  .s1__col-img {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1399px) {
  .s1__col-img {
    width: 260px;
  }
}
@media (max-width: 1199px) {
  .s1__col-img {
    width: 220px;
  }
}
.s1__col-subtitle {
  width: 184px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-46px);
          transform: translateY(-46px);
  margin-bottom: -46px;
}
@media (max-width: 1399px) {
  .s1__col-subtitle {
    width: 140px;
    -webkit-transform: translateY(-26px);
            transform: translateY(-26px);
    margin-bottom: -26px;
  }
}
.s1__col-subtitle img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.s1__col-info {
  font-size: 1.25rem;
  font-weight: 500;
  color: #e94f4f;
  margin-top: 5px;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .s1__col-info {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .s1__col-info {
    font-size: 0.9375rem;
  }
}
.s1__col-info .highlight {
  font-size: 1.2em;
  font-weight: 900;
}
.s1__col-info .red {
  color: #b84d4d;
}
.s1__col-info .green {
  color: #26854f;
}
.s1__col-info .purple {
  color: #9d56c3;
}
.s1__btn {
  text-align: center;
  padding-top: 45px;
  padding-right: 200px;
}
@media (max-width: 1199px) {
  .s1__btn {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .s1__btn {
    padding-right: 0;
  }
}
.s1__btn-item {
  display: inline-block;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 1199px) {
  .s1__btn-item {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .s1__btn-item {
    width: 220px;
  }
}
@media (hover: hover) {
  .s1__btn-item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.s2 {
  background: url("../images/s3/s3-bg_01.png"), url("../images/s2/s2-bg.jpg"), #f4edae;
  background-size: auto, 100% auto;
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1399px) {
  .s2 {
    background-size: auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s2 {
    background-size: 1550px auto, 100% auto;
  }
}
@media (max-width: 991px) {
  .s2 {
    background-size: 1360px auto, 115% auto;
  }
}
@media (max-width: 767px) {
  .s2 {
    background: url("../images/s3/s3-bg-sm_01.png"), url("../images/s2/s2-bg.jpg"), #f4edae;
    background-size: 100% auto, 115% auto;
    background-position: center bottom, center top;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 20px;
  }
}
.s2__title {
  text-align: center;
}
@media (max-width: 1199px) {
  .s2__title {
    width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s2__title {
    width: 254px;
  }
}
.s2__block {
  width: 1516px;
  margin-left: 42px;
  margin-right: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1699px) {
  .s2__block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .s2__block {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .s2__item {
    padding-bottom: 10px;
  }
}
.s2__item:first-child {
  width: 737px;
  height: 464px;
  background: url("../images/s2/s2-item-bg-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1699px) {
  .s2__item:first-child {
    width: calc(50% - 10px);
    height: 420px;
  }
}
@media (max-width: 1399px) {
  .s2__item:first-child {
    height: 324px;
  }
}
@media (max-width: 1199px) {
  .s2__item:first-child {
    height: 278px;
  }
}
@media (max-width: 991px) {
  .s2__item:first-child {
    height: 100%;
    border: 6px solid #91d5df;
    border-radius: 30px;
    padding-top: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fffde6), to(#ffffff));
    background: linear-gradient(to bottom, #fffde6 20%, #ffffff 100%);
  }
}
@media (max-width: 767px) {
  .s2__item:first-child {
    width: 100%;
    border-radius: 10px;
  }
}
.s2__item:first-child .s2__item-box {
  padding-right: 215px;
}
@media (max-width: 1399px) {
  .s2__item:first-child .s2__item-box {
    padding-right: 160px;
  }
}
@media (max-width: 1199px) {
  .s2__item:first-child .s2__item-box {
    padding-right: 120px;
  }
}
@media (max-width: 991px) {
  .s2__item:first-child .s2__item-box {
    padding-right: 0;
  }
}
.s2__item:nth-child(2) {
  width: 737px;
  height: 464px;
  background: url("../images/s2/s2-item-bg-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1699px) {
  .s2__item:nth-child(2) {
    width: calc(50% - 10px);
    height: 420px;
  }
}
@media (max-width: 1399px) {
  .s2__item:nth-child(2) {
    height: 324px;
  }
}
@media (max-width: 1199px) {
  .s2__item:nth-child(2) {
    height: 278px;
  }
}
@media (max-width: 991px) {
  .s2__item:nth-child(2) {
    height: 100%;
    border: 6px solid #91d5df;
    border-radius: 30px;
    padding-top: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fffde6), to(#ffffff));
    background: linear-gradient(to bottom, #fffde6 20%, #ffffff 100%);
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(2) {
    width: 100%;
    border-radius: 10px;
    margin-top: 60px;
  }
}
.s2__item:nth-child(2) .s2__item-box {
  padding-left: 215px;
}
@media (max-width: 1399px) {
  .s2__item:nth-child(2) .s2__item-box {
    padding-left: 160px;
  }
}
@media (max-width: 1199px) {
  .s2__item:nth-child(2) .s2__item-box {
    padding-left: 120px;
  }
}
@media (max-width: 991px) {
  .s2__item:nth-child(2) .s2__item-box {
    padding-left: 0;
  }
}
.s2__item:nth-child(2) .s2__item-text {
  text-align: right;
}
.s2__item:nth-child(3) {
  width: 100%;
  border: 6px solid #91d5df;
  border-radius: 30px;
  padding-top: 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fffde6), to(#ffffff));
  background: linear-gradient(to bottom, #fffde6 20%, #ffffff 100%);
  margin-top: 112px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .s2__item:nth-child(3) {
    margin-top: 80px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(3) {
    border-radius: 10px;
    padding-top: 30px;
    margin-top: 60px;
  }
}
.s2__item:nth-child(3)::before {
  content: "";
  display: block;
  width: 601px;
  height: 88px;
  background: url("../images/s2/s2-item-flower.png");
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -92px;
  left: 10px;
}
@media (max-width: 1699px) {
  .s2__item:nth-child(3)::before {
    width: 501px;
  }
}
@media (max-width: 1399px) {
  .s2__item:nth-child(3)::before {
    width: 378px;
  }
}
@media (max-width: 1199px) {
  .s2__item:nth-child(3)::before {
    background-size: 400px auto;
    width: 333px;
  }
}
@media (max-width: 991px) {
  .s2__item:nth-child(3)::before {
    width: 202px;
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(3)::before {
    display: none;
  }
}
.s2__item:nth-child(3)::after {
  content: "";
  display: block;
  width: 601px;
  height: 88px;
  background: url("../images/s2/s2-item-flower.png");
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -92px;
  right: 10px;
}
@media (max-width: 1699px) {
  .s2__item:nth-child(3)::after {
    width: 501px;
  }
}
@media (max-width: 1399px) {
  .s2__item:nth-child(3)::after {
    width: 378px;
  }
}
@media (max-width: 1199px) {
  .s2__item:nth-child(3)::after {
    background-size: 400px auto;
    width: 333px;
  }
}
@media (max-width: 991px) {
  .s2__item:nth-child(3)::after {
    width: 202px;
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(3)::after {
    display: none;
  }
}
.s2__item:nth-child(3) .s2__item-title {
  margin-top: -112px;
}
@media (max-width: 1399px) {
  .s2__item:nth-child(3) .s2__item-title {
    margin-top: -100px;
  }
}
@media (max-width: 1199px) {
  .s2__item:nth-child(3) .s2__item-title {
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(3) .s2__item-title {
    margin-top: -71px;
  }
}
.s2__item:nth-child(3) .s2__item-prize {
  margin-top: -10px;
}
@media (max-width: 1399px) {
  .s2__item:nth-child(3) .s2__item-prize {
    margin-top: 0;
  }
}
.s2__item-box {
  text-align: center;
}
.s2__item-title {
  text-align: center;
  margin-top: -66px;
}
@media (max-width: 1399px) {
  .s2__item-title {
    width: 260px;
    margin-top: -56px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s2__item-title {
    width: 220px;
    margin-top: -47px;
  }
}
@media (max-width: 991px) {
  .s2__item-title {
    margin-top: -91px;
  }
}
@media (max-width: 767px) {
  .s2__item-title {
    width: 180px;
    margin-top: -81px;
  }
}
.s2__item-subtitle {
  width: 156px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media (max-width: 1699px) {
  .s2__item-subtitle {
    margin-top: 0;
  }
}
@media (max-width: 1399px) {
  .s2__item-subtitle {
    width: 120px;
  }
}
@media (max-width: 1199px) {
  .s2__item-subtitle {
    width: 100px;
  }
}
.s2__item-text {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #513e3e;
  line-height: 1.45454;
  margin-top: 5px;
  text-align: left;
}
@media (max-width: 1399px) {
  .s2__item-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .s2__item-text {
    font-size: 1rem;
  }
}
.s2__item-text .highlight {
  color: #e63b2f;
  font-weight: 900;
}
.s2__item-text .sm {
  font-size: 0.727272em;
}
.s2__item-prize {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1699px) {
  .s2__item-prize {
    margin-top: 10px;
  }
}
@media (max-width: 1399px) {
  .s2__item-prize {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s2__item-prize {
    width: 90%;
  }
}
.s2__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 767px) {
  .s2__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s2__col {
  text-align: center;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .s2__col {
    width: 100%;
    margin-top: 30px;
  }
  .s2__col:first-child {
    margin-top: 0;
  }
}
.s2__col::before {
  content: "";
  display: block;
  width: 8px;
  height: 288px;
  background: url("../images/s2/s2-col-dot.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
  position: absolute;
  top: 65px;
  left: -4px;
}
@media (max-width: 1699px) {
  .s2__col::before {
    height: 260px;
  }
}
@media (max-width: 1399px) {
  .s2__col::before {
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .s2__col::before {
    top: 40px;
    height: 164px;
  }
}
@media (max-width: 767px) {
  .s2__col::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -105px;
    left: 48%;
  }
}
.s2__col:first-child::before {
  display: none;
}
.s2__col .s2__item-text {
  display: block;
  padding-left: 100px;
}
@media (max-width: 1399px) {
  .s2__col .s2__item-text {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .s2__col .s2__item-text {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .s2__col .s2__item-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .s2__col .s2__item-text {
    display: inline-block;
  }
}
.s2__btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .s2__btn {
    margin-top: 30px;
  }
}

.s3 {
  background: url("../images/s3/s3-bg_02.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 60px;
  min-height: 587px;
}
@media (max-width: 1399px) {
  .s3 {
    background-size: auto;
  }
}
@media (max-width: 1199px) {
  .s3 {
    background-size: 1550px auto;
    min-height: 470px;
  }
}
@media (max-width: 991px) {
  .s3 {
    background-size: 1360px auto;
    min-height: 410px;
  }
}
@media (max-width: 767px) {
  .s3 {
    background: url("../images/s3/s3-bg-sm_02.jpg"), #c6e55f;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 100px;
  }
}
.s3 .container {
  position: relative;
}
.s3 .container::before {
  content: "";
  display: block;
  width: 296px;
  height: 414px;
  background: url("../images/s3/s3-bear-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 14px;
  pointer-events: none;
  z-index: 1;
  -webkit-animation: ani-kv-bear-2 0.8s ease infinite;
          animation: ani-kv-bear-2 0.8s ease infinite;
}
@media (max-width: 1399px) {
  .s3 .container::before {
    left: -70px;
    width: 240px;
    height: 340px;
  }
}
@media (max-width: 1199px) {
  .s3 .container::before {
    width: 150px;
    height: 220px;
    left: -40px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .s3 .container::before {
    bottom: -30px;
    left: -50px;
  }
}
@media (max-width: 767px) {
  .s3 .container::before {
    bottom: -80px;
    left: 40px;
    width: 100px;
    height: 140px;
  }
}
@media (max-width: 374px) {
  .s3 .container::before {
    left: 5px;
  }
}
.s3 .container::after {
  content: "";
  display: block;
  width: 294px;
  height: 422px;
  background: url("../images/s3/s3-bear-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 4px;
  bottom: 8px;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: ani-kv-bear-2 0.8s ease infinite;
          animation: ani-kv-bear-2 0.8s ease infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (max-width: 1399px) {
  .s3 .container::after {
    right: -70px;
    width: 240px;
    height: 345px;
  }
}
@media (max-width: 1199px) {
  .s3 .container::after {
    width: 150px;
    height: 240px;
    right: -40px;
  }
}
@media (max-width: 991px) {
  .s3 .container::after {
    bottom: -50px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .s3 .container::after {
    bottom: -80px;
    right: 40px;
    width: 100px;
    height: 140px;
  }
}
@media (max-width: 374px) {
  .s3 .container::after {
    right: 5px;
  }
}
.s3__wrap {
  width: 718px;
  height: 423px;
  background: url("../images/s3/s3-wrap-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s3__wrap {
    width: 600px;
    height: 355px;
  }
}
@media (max-width: 991px) {
  .s3__wrap {
    width: 500px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .s3__wrap {
    background: url("../images/s3/s3-wrap-bg-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 350px;
    height: 460px;
  }
}
@media (max-width: 374px) {
  .s3__wrap {
    width: 100%;
    height: 122vw;
  }
}
.s3__content {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding-top: 63px;
}
@media (max-width: 1199px) {
  .s3__content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .s3__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px;
  }
}
.s3__qrcode {
  width: 180px;
}
@media (max-width: 1199px) {
  .s3__qrcode {
    width: 155px;
  }
}
@media (max-width: 991px) {
  .s3__qrcode {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .s3__qrcode {
    margin-top: 15px;
  }
}
.s3__block {
  width: 424px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .s3__block {
    width: 360px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .s3__block {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .s3__block {
    width: 100%;
    margin-left: 0;
  }
}
.s3__item {
  display: block;
  position: relative;
  margin-top: 6px;
}
.s3__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/s3/s3-btn-arrow.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-animation: ani-s3-btn 0.8s ease infinite;
          animation: ani-s3-btn 0.8s ease infinite;
}
.s3__item img {
  display: block;
}
.s3__item:first-child {
  margin-top: 0;
}
@media (hover: hover) {
  .s3__item:hover {
    -webkit-animation: ani-s3-btn-2 0.8s ease infinite;
            animation: ani-s3-btn-2 0.8s ease infinite;
  }
  .s3__item:hover::before {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.show--sm {
  display: none !important;
}
@media (max-width: 767px) {
  .show--sm {
    display: block !important;
  }
}

.hide--sm {
  display: block !important;
}
@media (max-width: 767px) {
  .hide--sm {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .offset--y {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@-webkit-keyframes ani-kv-bear-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-kv-bear-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani-kv-bear-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-kv-bear-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani-s3-btn {
  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-s3-btn {
  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-s3-btn-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-s3-btn-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}