@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: 700;
  src: url("../vendor/fonts/NotoSansTC-Bold.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: 80px;
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
    padding-bottom: 51px;
  }
}
@media (max-width: 374px) {
  body {
    padding-bottom: 14vw;
  }
}

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;
  }
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  width: 100%;
  background: #fff;
}
@media (max-width: 991px) {
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 5;
    background: #ffffff;
  }
}
@media (min-width: 1700px) {
  .header .container {
    width: 1612px;
  }
}
@media (max-width: 991px) {
  .header--active .header__toggle {
    z-index: 1040;
  }
  .header--active .header__toggle-item:first-child {
    top: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header--active .header__toggle-item:nth-child(2) {
    display: none;
  }
  .header--active .header__toggle-item:last-child {
    top: 14px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .header--active .header__body {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .header__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .header__head {
    min-height: 50px;
  }
  .header__head::before {
    height: 50px;
  }
}
.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 0px 14px 228px;
  height: 80px;
}
@media (max-width: 1399px) {
  .header__block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .header__block {
    padding: 5px 0;
    height: 60px;
  }
}
.header__logo {
  display: block;
  width: 350px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .header__logo {
    width: 258px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 224px;
  }
}
.header__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.header__toggle {
  width: 38px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: none;
}
@media (max-width: 991px) {
  .header__toggle {
    display: block;
  }
  .header__toggle:active {
    outline: initial;
  }
}
.header__toggle-item {
  display: block;
  width: 30px;
  height: 3px;
  background: #13a58e;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__toggle-item:nth-child(2) {
  top: 14px;
}
.header__toggle-item:last-child {
  top: 23px;
}
.header__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .header__body {
    position: absolute;
    top: -100vh;
    left: 0;
    z-index: 3;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100vh - 100px);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #f5f5f5;
  }
}
.header__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a46b2b;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: 55px;
}
.header__link:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .header__link {
    margin-left: 0;
    margin-top: 15px;
  }
  .header__link:first-child {
    margin-top: 0;
  }
}
.header__link::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 29px;
  background: url("../images/common/header-icon.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 9px;
}
@media (hover: hover) {
  .header__link:hover::before {
    -webkit-transform: rotate(-45deg) scale(1.1);
            transform: rotate(-45deg) scale(1.1);
  }
}

.menu {
  background: #0b9e2c;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1010;
  width: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}
@media (max-width: 991px) {
  .menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.menu__item {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0 20px;
  border-left: 1px solid #20ce47;
  text-align: center;
}
@media (max-width: 374px) {
  .menu__item {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 5vw;
  }
}
.menu__item:first-child {
  border-left: none;
}

.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;
  }
}
@media (max-width: 374px) {
  .footer {
    font-size: 0.875rem;
  }
}
.footer .hide--sm {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .footer .hide--sm {
    display: none !important;
  }
}

.kv {
  position: relative;
  overflow: hidden;
}
.kv__item-pc {
  background-size: cover;
  background-repeat: no-repeat;
  height: 46.45833vw;
}
@media (min-width: 1921px) {
  .kv__item-pc {
    background-position: center center;
  }
}
@media (max-width: 1899px) {
  .kv__item-pc {
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .kv__item-pc {
    height: 55vw;
  }
}
@media (max-width: 480px) {
  .kv__item-pc {
    display: none;
  }
}
.kv__item-mobile {
  display: none;
}
@media (max-width: 480px) {
  .kv__item-mobile {
    height: 111vw;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.s1 {
  background: url("../images/s1/s1-bg_01.jpg"), url("../images/s1/s1-bg_03.jpg"), #a9e078;
  background-size: 100% auto, 100% auto;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
  padding-top: 1px;
  padding-bottom: 90px;
  position: relative;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-bottom: 40px;
  }
}
.s1::before {
  content: "";
  display: block;
  width: 418px;
  height: 440px;
  background: url("../images/s1/s1-bear-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 34px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1699px) {
  .s1::before {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .s1::before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .s1::before {
    display: none;
  }
}
.s1::after {
  content: "";
  display: block;
  width: 418px;
  height: 440px;
  background: url("../images/s1/s1-bear-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 34px;
  right: 0;
  z-index: 2;
  -webkit-animation: ani-s1-bear 0.8s ease infinite;
          animation: ani-s1-bear 0.8s ease infinite;
}
@media (max-width: 1699px) {
  .s1::after {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .s1::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .s1::after {
    display: none;
  }
}
.s1__title {
  width: 1565px;
  min-height: 184px;
  background: url("../images/s1/s1-title-bg.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 70px;
  padding-left: 110px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1699px) {
  .s1__title {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .s1__title {
    padding-bottom: 30px;
    min-height: 120px;
  }
}
@media (max-width: 991px) {
  .s1__title {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .s1__title {
    min-height: auto;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.s1__title-item {
  width: 840px;
  height: 167px;
  background: url("../images/s1/s1-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1399px) {
  .s1__title-item {
    width: 640px;
    height: 128px;
  }
}
@media (max-width: 991px) {
  .s1__title-item {
    width: 440px;
    height: 88px;
  }
}
@media (max-width: 767px) {
  .s1__title-item {
    width: 300px;
    height: 110px;
    background: url("../images/s1/s1-title-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.s1__wrap {
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  border-left: 24px solid #c37846;
  border-right: 24px solid #c37846;
  background: #fde5e5;
  margin-top: -24px;
}
@media (max-width: 1699px) {
  .s1__wrap {
    width: calc(100% - 24px);
  }
}
@media (max-width: 991px) {
  .s1__wrap {
    border-width: 14px;
  }
}
.s1__wrap-item {
  background: url("../images/s1/s1-wrap-item-bg.jpg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .s1__wrap-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .s1__wrap-item {
    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;
    background-size: auto 22px;
  }
}
@media (max-width: 480px) {
  .s1__wrap-item {
    background-size: auto 21px;
  }
}
@media (max-width: 374px) {
  .s1__wrap-item {
    background-size: auto 18px;
  }
}
.s1__wrap-item:first-child {
  padding-bottom: 8px;
}
@media (max-width: 1699px) {
  .s1__wrap-item:first-child {
    padding-bottom: 6px;
  }
}
@media (max-width: 1399px) {
  .s1__wrap-item:first-child {
    padding-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-item:first-child {
    padding-bottom: 0;
  }
}
.s1__wrap-item:first-child .s1__block {
  padding-top: 70px;
}
@media (max-width: 1699px) {
  .s1__wrap-item:first-child .s1__block {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-item:first-child .s1__block {
    padding-top: 15px;
  }
}
.s1__wrap-item:first-child .s1__wrap-title {
  margin-top: 0;
}
.s1__wrap-item:nth-child(2) {
  padding-bottom: 12px;
}
@media (max-width: 1699px) {
  .s1__wrap-item:nth-child(2) {
    padding-bottom: 9px;
  }
}
@media (max-width: 1399px) {
  .s1__wrap-item:nth-child(2) {
    padding-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-item:nth-child(2) {
    padding-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .s1__wrap-item:nth-child(2) {
    padding-bottom: 3px;
  }
}
.s1__wrap-item:nth-child(2) .s1__block {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .s1__wrap-item:nth-child(2) .s1__block {
    padding-top: 15px;
  }
}
.s1__wrap-item:nth-child(3) {
  padding-bottom: 13px;
}
@media (max-width: 1699px) {
  .s1__wrap-item:nth-child(3) {
    padding-bottom: 11px;
  }
}
@media (max-width: 1399px) {
  .s1__wrap-item:nth-child(3) {
    padding-bottom: 9px;
  }
}
@media (max-width: 1199px) {
  .s1__wrap-item:nth-child(3) {
    padding-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-item:nth-child(3) {
    padding-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .s1__wrap-item:nth-child(3) {
    padding-bottom: 4px;
  }
}
.s1__wrap-item:nth-child(3) .s1__block {
  padding-top: 35px;
  background: url("../images/s1/s1-wrap-item-bg-3.png");
  background-size: auto;
  background-position: left 14px bottom 24px;
  background-repeat: no-repeat;
}
@media (max-width: 1699px) {
  .s1__wrap-item:nth-child(3) .s1__block {
    background-position: left 14px bottom 22px;
  }
}
@media (max-width: 1399px) {
  .s1__wrap-item:nth-child(3) .s1__block {
    background-position: left 14px bottom 16px;
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .s1__wrap-item:nth-child(3) .s1__block {
    background-position: left 14px bottom 15px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-item:nth-child(3) .s1__block {
    padding-top: 15px;
    background-size: 120px auto;
    background-position: left 14px bottom 13px;
  }
}
.s1__wrap-title {
  width: 164px;
  text-align: center;
  margin-top: -20px;
}
@media (max-width: 1699px) {
  .s1__wrap-title {
    width: 140px;
  }
}
@media (max-width: 1399px) {
  .s1__wrap-title {
    width: 120px;
    margin-top: -10px;
  }
}
@media (max-width: 1199px) {
  .s1__wrap-title {
    margin-top: -5px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-title {
    width: auto;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s1__wrap-title img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .s1__wrap-title img {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .s1__wrap-title img {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .s1__wrap-title img {
    width: auto;
    height: 100%;
  }
}
.s1__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 164px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 1699px) {
  .s1__block {
    width: calc(100% - 140px);
  }
}
@media (max-width: 1399px) {
  .s1__block {
    width: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  .s1__block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s1__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 300px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__block {
    width: 280px;
  }
}
@media (max-width: 374px) {
  .s1__block {
    width: 230px;
  }
}
.s1__item {
  width: 33.33%;
}
@media (max-width: 767px) {
  .s1__item {
    width: 100%;
    margin-top: 5px;
  }
  .s1__item:first-child {
    margin-top: 0;
  }
}

.s2 {
  background: url("../images/s2/s2-bg_01.png"), url("../images/s2/s2-bg_03.png"), -webkit-gradient(linear, left top, left bottom, from(#81ca6b), to(#5cb961));
  background: url("../images/s2/s2-bg_01.png"), url("../images/s2/s2-bg_03.png"), linear-gradient(to bottom, #81ca6b 0%, #5cb961 100%);
  background-size: 100% auto, 100% auto;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 88px;
  margin-top: -1px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .s2 {
    padding-top: 0;
  }
}
.s2__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding-left: 52px;
  background: url("../images/s2/s2-wrap-bg.png");
  background-size: auto;
  background-position: center bottom 55px;
  background-repeat: no-repeat;
}
@media (max-width: 1699px) {
  .s2__wrap {
    background-position: center bottom 65px;
  }
}
@media (max-width: 1399px) {
  .s2__wrap {
    background-size: 700px auto;
    background-position: center bottom 75px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap {
    background-size: 600px auto;
    background-position: center bottom 55px;
  }
}
@media (max-width: 991px) {
  .s2__wrap {
    background-size: 440px auto;
    background-position: center bottom 32px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .s2__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
}
.s2__title {
  width: 348px;
  height: 490px;
  background: url("../images/s2/s2-title-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1399px) {
  .s2__title {
    width: 300px;
    height: 440px;
  }
}
@media (max-width: 1199px) {
  .s2__title {
    width: 240px;
    height: 340px;
  }
}
@media (max-width: 991px) {
  .s2__title {
    width: 170px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .s2__title {
    width: 200px;
    height: 290px;
  }
}
.s2__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/s2/s2-title-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-s2-title 0.8s ease infinite;
          animation: ani-s2-title 0.8s ease infinite;
}
.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .s2__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-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;
    width: 100%;
    margin-top: 15px;
  }
}
.s2__item {
  display: block;
  position: relative;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .s2__item {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .s2__item {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .s2__item {
    margin-left: 0;
    margin-top: 15px;
  }
}
.s2__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center 80%;
          transform-origin: center 80%;
}
.s2__item:nth-child(1) {
  background: url("../images/s2/s2-item-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s2__item:nth-child(1)::before {
  background: url("../images/s2/s2-btn-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s2__item:nth-child(2) {
  background: url("../images/s2/s2-item-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s2__item:nth-child(2)::before {
  background: url("../images/s2/s2-btn-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .s2__item:hover::before {
    -webkit-animation: ani-s2-btn 0.8s ease infinite;
            animation: ani-s2-btn 0.8s ease infinite;
  }
}
.s2__item:first-child {
  width: 400px;
  height: 542px;
  margin-left: 0;
}
@media (max-width: 1399px) {
  .s2__item:first-child {
    width: 340px;
    height: 470px;
  }
}
@media (max-width: 1199px) {
  .s2__item:first-child {
    width: 275px;
    height: 378px;
  }
}
@media (max-width: 991px) {
  .s2__item:first-child {
    width: 220px;
    height: 298px;
  }
}
@media (max-width: 767px) {
  .s2__item:first-child {
    width: 340px;
    height: 458px;
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .s2__item:first-child {
    width: 100%;
    height: 123vw;
  }
}
.s2__item:nth-child(2) {
  width: 452px;
  height: 499px;
}
@media (max-width: 1399px) {
  .s2__item:nth-child(2) {
    width: 350px;
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .s2__item:nth-child(2) {
    width: 300px;
    height: 335px;
  }
}
@media (max-width: 991px) {
  .s2__item:nth-child(2) {
    width: 235px;
    height: 260px;
  }
}
@media (max-width: 767px) {
  .s2__item:nth-child(2) {
    width: 340px;
    height: 378px;
  }
}
@media (max-width: 374px) {
  .s2__item:nth-child(2) {
    width: 100%;
    height: 100vw;
  }
}
.s2__btn {
  margin-top: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  .s2__btn {
    margin-top: 30px;
  }
}
.s2__btn-item {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s2__btn-item {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .s2__btn-item {
    width: 340px;
    max-width: 100%;
  }
}
@media (hover: hover) {
  .s2__btn:hover {
    -webkit-animation: ani-s2-btn 0.8s ease infinite;
            animation: ani-s2-btn 0.8s ease infinite;
  }
}

.s3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#bbda85), to(#f0e28b));
  background: linear-gradient(to bottom, #bbda85 0%, #f0e28b 100%);
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding-top: 76px;
  padding-bottom: 122px;
}
@media (max-width: 991px) {
  .s3 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1700px) {
  .s3 .container--xl {
    width: 1590px;
  }
}
@media (max-width: 1199px) {
  .s3 .container--xl::before {
    content: "";
    display: block;
    width: 100%;
    height: 145px;
    background: url("../images/s3/s3-wrap-bg-tb-2.png");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
.s3__wrap {
  background: url("../images/s3/s3-wrap-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 105px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 1399px) {
  .s3__wrap {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap {
    padding-top: 0;
    padding-bottom: 100px;
    background: url("../images/s3/s3-wrap-bg-tb.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat-y;
    border-bottom: 10px solid #669482;
  }
}
@media (max-width: 991px) {
  .s3__wrap {
    border-width: 8px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .s3__wrap {
    border-width: 1.2vw;
    padding-bottom: 180px;
  }
}
@media (max-width: 480px) {
  .s3__wrap {
    padding-bottom: 50vw;
  }
}
@media (max-width: 374px) {
  .s3__wrap {
    padding-bottom: 40vw;
  }
}
.s3__wrap::before {
  content: "";
  display: block;
  background: url("../images/s3/s3-img-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.s3__wrap::after {
  content: "";
  display: block;
  background: url("../images/s3/s3-img-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  -webkit-animation: ani-s3-info 0.8s ease infinite;
          animation: ani-s3-info 0.8s ease infinite;
}
.s3__wrap::before, .s3__wrap::after {
  width: 502px;
  height: 644px;
  top: 878px;
  right: -80px;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .s3__wrap::before, .s3__wrap::after {
    top: 820px;
    right: -15px;
    width: 450px;
    height: 550px;
  }
}
@media (max-width: 1399px) {
  .s3__wrap::before, .s3__wrap::after {
    top: 580px;
    right: -10px;
    width: 350px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap::before, .s3__wrap::after {
    top: 1132px;
    width: 300px;
    height: 365px;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .s3__wrap::before, .s3__wrap::after {
    background-position: center bottom -20px;
    top: auto;
    bottom: 0;
    right: calc(50% - 150px);
    height: 185px;
  }
}
@media (max-width: 767px) {
  .s3__wrap::before, .s3__wrap::after {
    background-position: center bottom -20px;
    width: 280px;
    height: 170px;
  }
}
@media (max-width: 374px) {
  .s3__wrap::before, .s3__wrap::after {
    width: 240px;
    height: 140px;
    right: calc(50% - 120px);
  }
}
.s3__wrap-block {
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .s3__wrap-block {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap-block {
    margin-top: 55px;
  }
}
@media (max-width: 374px) {
  .s3__wrap-block {
    margin-top: 35px;
  }
}
.s3__wrap-item {
  border-radius: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
@media (max-width: 1199px) {
  .s3__wrap-item {
    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;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item {
    border-radius: 15px;
  }
}
.s3__wrap-item:nth-child(1) {
  background: url("../images/s3/s3-wrap-item-bg-1.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
}
.s3__wrap-item:nth-child(1) .s3__info {
  background: url("../images/s3/s3-info-1-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s3__wrap-item:nth-child(1) .s3__info::before {
  background: url("../images/s3/s3-info-1-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s3__wrap-item:nth-child(2) {
  background: url("../images/s3/s3-wrap-item-bg-2.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
}
.s3__wrap-item:nth-child(2) .s3__info {
  background: url("../images/s3/s3-info-2-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s3__wrap-item:nth-child(2) .s3__info::before {
  background: url("../images/s3/s3-info-2-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s3__wrap-item:nth-child(3) {
  background: url("../images/s3/s3-wrap-item-bg-3.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
}
.s3__wrap-item:nth-child(3) .s3__info {
  background: url("../images/s3/s3-info-3-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s3__wrap-item:nth-child(3) .s3__info::before {
  background: url("../images/s3/s3-info-3-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s3__wrap-item:first-child {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 60px 25px 80px;
  margin-left: 70px;
}
@media (max-width: 1699px) {
  .s3__wrap-item:first-child {
    width: 95%;
    margin-left: 30px;
    padding: 35px 15px;
  }
}
@media (max-width: 1399px) {
  .s3__wrap-item:first-child {
    width: 88%;
    margin-left: 6%;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap-item:first-child {
    width: 580px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:first-child {
    width: 440px;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .s3__wrap-item:first-child {
    width: 104%;
    left: -2%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s3__wrap-item:first-child::before {
  content: "";
  display: block;
  width: 50px;
  height: 60px;
  background: url("../images/s3/s3-icon-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  left: 82px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .s3__wrap-item:first-child::before {
    width: 30px;
    height: 40px;
    top: -15px;
  }
}
@media (max-width: 991px) {
  .s3__wrap-item:first-child::before {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:first-child::before {
    width: 20px;
    height: 30px;
  }
}
.s3__wrap-item:first-child::after {
  content: "";
  display: block;
  width: 118px;
  height: 98px;
  background: url("../images/s3/s3-icon-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -58px;
  right: 85px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .s3__wrap-item:first-child::after {
    width: 78px;
    height: 68px;
    top: -40px;
    right: 75px;
  }
}
@media (max-width: 991px) {
  .s3__wrap-item:first-child::after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:first-child::after {
    width: 50px;
    height: 42px;
    top: -25px;
    right: 5px;
  }
}
@media (max-width: 480px) {
  .s3__wrap-item:first-child .s3__info {
    margin-left: 5px;
  }
}
.s3__wrap-item:first-child .s3__block {
  width: 580px;
}
@media (max-width: 1399px) {
  .s3__wrap-item:first-child .s3__block {
    width: 440px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap-item:first-child .s3__block {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:first-child .s3__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
  }
}
.s3__wrap-item:nth-child(2) {
  width: 1160px;
  padding: 45px 36px 25px;
  margin-top: 66px;
  margin-left: -35px;
}
@media (max-width: 1699px) {
  .s3__wrap-item:nth-child(2) {
    width: 900px;
    margin-left: -15px;
    padding: 35px 15px;
  }
}
@media (max-width: 1399px) {
  .s3__wrap-item:nth-child(2) {
    width: 700px;
    margin-top: 46px;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap-item:nth-child(2) {
    width: 530px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:nth-child(2) {
    width: 440px;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .s3__wrap-item:nth-child(2) {
    width: 104%;
    left: -2%;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.s3__wrap-item:nth-child(2)::before {
  content: "";
  display: block;
  width: 66px;
  height: 70px;
  background: url("../images/s3/s3-icon-3.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -48px;
  right: 100px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .s3__wrap-item:nth-child(2)::before {
    width: 46px;
    height: 48px;
    top: -38px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:nth-child(2)::before {
    width: 36px;
    height: 48px;
    top: -28px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .s3__wrap-item:nth-child(2)::after {
    content: "";
    display: block;
    background: url("../images/s3/s3-img-1.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    width: 280px;
    height: 170px;
    bottom: -190px;
    right: calc(50% - 140px);
  }
}
@media (max-width: 1399px) {
  .s3__wrap-item:nth-child(2) .s3__block {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap-item:nth-child(2) .s3__block {
    width: 272px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:nth-child(2) .s3__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
  }
}
.s3__wrap-item:nth-child(3) {
  width: 1704px;
  margin-top: 86px;
  margin-left: -35px;
  padding: 35px 60px 15px 48px;
}
@media (max-width: 1799px) {
  .s3__wrap-item:nth-child(3) {
    width: 105%;
  }
}
@media (max-width: 1699px) {
  .s3__wrap-item:nth-child(3) {
    margin-left: -15px;
    width: 102%;
    padding: 35px 15px;
  }
}
@media (max-width: 1399px) {
  .s3__wrap-item:nth-child(3) {
    margin-top: 46px;
    padding: 15px 5px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap-item:nth-child(3) {
    width: 94%;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .s3__wrap-item:nth-child(3) {
    margin-top: 200px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:nth-child(3) {
    width: 440px;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .s3__wrap-item:nth-child(3) {
    width: 104%;
    margin-left: -2%;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.s3__wrap-item:nth-child(3)::before {
  content: "";
  display: block;
  width: 50px;
  height: 60px;
  background: url("../images/s3/s3-icon-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  left: 326px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .s3__wrap-item:nth-child(3)::before {
    width: 30px;
    height: 40px;
    top: -15px;
  }
}
@media (max-width: 991px) {
  .s3__wrap-item:nth-child(3)::before {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:nth-child(3)::before {
    width: 20px;
    height: 30px;
  }
}
.s3__wrap-item:nth-child(3)::after {
  content: "";
  display: block;
  width: 108px;
  height: 86px;
  background: url("../images/s3/s3-icon-4.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -38px;
  right: 110px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .s3__wrap-item:nth-child(3)::after {
    width: 78px;
    height: 68px;
    right: 75px;
  }
}
@media (max-width: 991px) {
  .s3__wrap-item:nth-child(3)::after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:nth-child(3)::after {
    width: 50px;
    height: 42px;
    bottom: -15px;
    right: 5px;
  }
}
.s3__wrap-item:nth-child(3) .s3__info {
  height: 434px;
}
@media (max-width: 1699px) {
  .s3__wrap-item:nth-child(3) .s3__info {
    height: 330px;
  }
}
@media (max-width: 1399px) {
  .s3__wrap-item:nth-child(3) .s3__info {
    height: 270px;
  }
}
@media (max-width: 480px) {
  .s3__wrap-item:nth-child(3) .s3__info {
    height: 60vw;
  }
}
.s3__wrap-item:nth-child(3) .s3__block {
  width: 860px;
}
@media (max-width: 1399px) {
  .s3__wrap-item:nth-child(3) .s3__block {
    width: 620px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap-item:nth-child(3) .s3__block {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .s3__wrap-item:nth-child(3) .s3__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
  }
}
.s3__info {
  position: relative;
  width: 686px;
  height: 411px;
}
@media (max-width: 1699px) {
  .s3__info {
    width: 550px;
    height: 330px;
  }
}
@media (max-width: 1399px) {
  .s3__info {
    width: 420px;
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .s3__info {
    width: 460px;
    height: 278px;
  }
}
@media (max-width: 767px) {
  .s3__info {
    width: 420px;
    height: 255px;
  }
}
@media (max-width: 480px) {
  .s3__info {
    width: 100%;
    height: 57vw;
  }
}
.s3__info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: ani-s3-info 0.8s ease infinite;
          animation: ani-s3-info 0.8s ease infinite;
}
.s3__title {
  width: 1088px;
  height: 210px;
  background: url("../images/s3/s3-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1399px) {
  .s3__title {
    width: 740px;
    height: 144px;
  }
}
@media (max-width: 1199px) {
  .s3__title {
    width: 500px;
    height: 100px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    margin-bottom: -50px;
  }
}
@media (max-width: 767px) {
  .s3__title {
    width: 400px;
    height: 76px;
  }
}
@media (max-width: 480px) {
  .s3__title {
    width: 300px;
    height: 56px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    margin-bottom: -40px;
  }
}
.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;
  margin-left: 30px;
  padding-top: 25px;
}
@media (max-width: 1399px) {
  .s3__block {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .s3__block {
    padding-top: 15px;
  }
}
.s3__item {
  display: block;
}
@media (max-width: 1699px) {
  .s3__item img {
    width: 95%;
  }
}
.s3__item:nth-child(even) {
  padding-top: 20px;
}
.s3__item:nth-child(3) {
  margin-top: -10px;
}
@media (hover: hover) {
  .s3__item:hover {
    -webkit-animation: ani-s2-btn 0.8s ease infinite;
            animation: ani-s2-btn 0.8s ease infinite;
  }
}

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

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

.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;
  }
}

.offset--y {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media (max-width: 767px) {
  .offset--y {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

.offset--y2 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 1199px) {
  .offset--y2 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.gotop {
  width: 50px;
  height: 50px;
  background: url("../images/common/gotop.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: none;
  -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: 991px) {
  .gotop {
    bottom: 65px;
  }
}
@media (max-width: 767px) {
  .gotop {
    bottom: 130px;
  }
}
@media (max-width: 374px) {
  .gotop {
    bottom: 120px;
  }
}
.gotop:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@-webkit-keyframes ani-s1-bear {
  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-s1-bear {
  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-s2-btn {
  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-s2-btn {
  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);
  }
}
@-webkit-keyframes ani-s2-title {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-s2-title {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-s3-info {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani-s3-info {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}