@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: "Times New Roman";
  font-style: normal;
  font-weight: 700;
  src: url("../vendor/fonts/times new roman bold.ttf") format("TrueType");
}
@font-face {
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: 700;
  src: url("../vendor/fonts/times new roman bold italic.ttf") format("TrueType");
}
body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #4b4f54;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  padding-top: 149px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 54px;
  }
}

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:focus {
  outline: none;
}

img {
  -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: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1480px;
  }
}

.header {
  background: #003595;
}

.navbar {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1699px) {
  .navbar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.navbar.active {
  position: fixed;
  top: 0;
  z-index: 1040;
}
.navbar.active .navbar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 1030;
}
@media (max-width: 1199px) {
  .navbar.active .navbar__toggle {
    z-index: 1031;
  }
  .navbar.active .navbar__toggle-item:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
            transform: rotate(45deg) translate(4px, 4px);
  }
  .navbar.active .navbar__toggle-item:nth-child(2) {
    display: none;
  }
  .navbar.active .navbar__toggle-item:last-child {
    -webkit-transform: rotate(-45deg) translate(1px, -1px);
            transform: rotate(-45deg) translate(1px, -1px);
  }
}
.navbar__wrap {
  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%;
  position: relative;
}
.navbar__logo {
  display: block;
  width: 144px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .navbar__logo {
    width: 100px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 70px;
  }
}
.navbar__logo img {
  display: block;
}
.navbar__toggle {
  display: none;
}
@media (max-width: 1199px) {
  .navbar__toggle {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
  }
}
.navbar__toggle-item {
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin-top: 5px;
  -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) {
  .navbar__head {
    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%;
  }
}
@media (max-width: 1199px) {
  .navbar__body {
    position: absolute;
    top: -140vh;
    left: 0;
    width: 100%;
    background: #003595;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 54px;
    padding-bottom: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: top;
    transition-property: top;
  }
}
.navbar__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .navbar__link {
    display: block;
    position: static;
  }
}
.navbar__link-item {
  list-style-type: none;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  margin-left: 40px;
  position: relative;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: text-shadow;
  transition-property: text-shadow;
}
@media (max-width: 767px) {
  .navbar__link-item {
    border-bottom: 1px solid #6a7fbb;
  }
}
.navbar__link-item > a {
  color: #ffffff;
  padding: 30px 0;
  display: block;
}
@media (max-width: 1199px) {
  .navbar__link-item > a {
    padding: 10px 15px;
  }
}
@media (max-width: 1399px) {
  .navbar__link-item {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .navbar__link-item {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
.navbar__link-item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 19%;
  bottom: 20px;
}
@media (min-width: 1200px) {
  .navbar__link-item::after {
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: width;
    transition-property: width;
  }
}
@media (max-width: 1199px) {
  .navbar__link-item::after {
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .navbar__link-item::after {
    display: none;
  }
}
.navbar__link-item:first-child {
  margin-left: 0;
}
.navbar__link-item.active > a {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}
@media (max-width: 1199px) {
  .navbar__link-item.active > a {
    text-shadow: 0 0 20px rgb(255, 255, 255);
  }
}
@media (max-width: 767px) {
  .navbar__link-item.active > a {
    text-shadow: none;
  }
}
.navbar__link-item.active::after {
  width: 62%;
}
@media (max-width: 1199px) {
  .navbar__link-item.active::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar__link-item.active::after {
    display: none;
  }
}
@media (hover: hover) {
  .navbar__link-item:hover > a {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  }
}
@media (hover: hover) and (max-width: 767px) {
  .navbar__link-item:hover > a {
    text-shadow: none;
  }
}
@media (hover: hover) {
  .navbar__link-item:hover::after {
    width: 62%;
  }
}
@media (hover: hover) and (max-width: 1199px) {
  .navbar__link-item:hover::after {
    width: 20px;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .navbar__link-item:hover::after {
    display: none;
  }
}
.navbar__link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .navbar__link-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    border-bottom: none;
  }
  .navbar__link-btn::after {
    display: none;
  }
}
.navbar__link-btn.active::after {
  display: none;
}
@media (min-width: 1200px) {
  .navbar__link-btn + .navbar__link-btn {
    margin-left: 20px;
  }
}
.navbar__link-btn a {
  padding: 0;
  line-height: 1;
  border: 1px solid #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10em;
  padding: 8px 10px 8px 15px;
  letter-spacing: 0.05em;
}
.navbar__link-btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 5px;
}
.navbar__link-btn .icon-member {
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url("../images/common/icon-member.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.navbar__link-btn .icon-shop {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url("../images/common/icon-shop.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 4px;
}
@media (hover: hover) {
  .navbar__link-btn:hover::after {
    display: none;
  }
}
.navbar__sec {
  position: relative;
}
.navbar__sec-child {
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  list-style-type: disc;
  background-color: #002e82;
  padding: 12px 20px;
  width: 260px;
}
@media (max-width: 1199px) {
  .navbar__sec-child {
    position: static;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar__sec-child.sm {
    width: 170px;
  }
}
.navbar__sec-child li {
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: text-shadow;
  transition-property: text-shadow;
}
.navbar__sec-child li > a {
  color: #ffffff;
  padding: 20px 0;
}
.navbar__sec-child li.active > a, .navbar__sec-child li:hover > a {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.footer {
  background: #0b3680;
}
.footer__wrap {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1399px) {
  .footer__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.8125em;
  font-weight: 500;
  color: #98aac2;
  line-height: 1.6923;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .footer__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__block::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 0;
  background: #244a8d;
}
.footer__block:first-child {
  margin-top: 0;
}
.footer__block:first-child::before {
  display: none;
}
.footer__block:last-child {
  margin-bottom: 0;
}
.footer__head {
  width: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__head {
    width: 100%;
  }
}
.footer__body {
  width: calc(100% - 100px);
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .footer__body {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.footer__body::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: 0;
  background: #244a8d;
}
@media (max-width: 767px) {
  .footer__body::before {
    display: none;
  }
}
.footer__list {
  margin-left: 1.4em;
}
.footer__list--dot {
  list-style: none;
}
.footer__list--dot li {
  text-indent: -1.4em;
}
.footer .mt {
  margin-top: 30px;
}
.footer__info {
  font-size: 0.875em;
  font-weight: 500;
  color: #b5bfd5;
  text-align: center;
  background: #082973;
  padding: 12px;
}
@media (max-width: 480px) {
  .footer__info {
    padding-bottom: 70px;
  }
}

.kv {
  background: url("../images/kv/kv-bg.webp"), #e6eef8;
  background-repeat: no-repeat;
  height: 43.76vw;
  position: relative;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
  }
}
@media (max-width: 1899px) {
  .kv {
    background-size: auto 100%;
  }
}
@media (max-width: 1199px) {
  .kv {
    background-position: center top;
    height: 55vw;
  }
}
@media (max-width: 991px) {
  .kv {
    height: 58vw;
  }
}
@media (max-width: 480px) {
  .kv {
    background: url("../images/kv/kv-bg-sm.webp");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 144vw;
  }
}
.kv__title {
  text-indent: -9999px;
}
.kv__btn {
  font-size: 1.261vw;
  font-weight: 700;
  color: #ffffff;
  background: #09b63a;
  position: absolute;
  top: 23.8vw;
  left: 15.6vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4vw 1.4vw 0.6vw;
  border-radius: 10em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .kv__btn {
    top: 30vw;
    left: 7vw;
    font-size: 1.8vw;
  }
}
@media (max-width: 991px) {
  .kv__btn {
    top: 31vw;
    left: 4vw;
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .kv__btn {
    font-size: 3vw;
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
}
@media (max-width: 480px) {
  .kv__btn {
    display: none;
  }
}
.kv__btn::before {
  content: "";
  display: inline-block;
  width: 1.35vw;
  height: 1.3vw;
  background: url("../images/kv/kv-btn-icon.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.5vw;
  -webkit-transform: translateY(0.1vw);
          transform: translateY(0.1vw);
}
@media (max-width: 991px) {
  .kv__btn::before {
    width: 2vw;
    height: 2vw;
    -webkit-transform: translateY(0.15vw);
            transform: translateY(0.15vw);
  }
}
@media (max-width: 767px) {
  .kv__btn::before {
    width: 2.7vw;
    height: 2.5vw;
    margin-right: 1vw;
    -webkit-transform: translateY(0.25vw);
            transform: translateY(0.25vw);
  }
}
@media (max-width: 480px) {
  .kv__btn::before {
    width: 6.2vw;
    height: 6vw;
    margin-right: 2vw;
  }
}
.kv__btn::after {
  content: "";
  display: inline-block;
  width: 0.683vw;
  height: 1.156vw;
  background: url("../images/kv/kv-btn-arrow.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0.8vw;
  -webkit-transform: translateY(0.1vw);
          transform: translateY(0.1vw);
}
@media (max-width: 991px) {
  .kv__btn::after {
    height: 1.6vw;
    -webkit-transform: translateY(0.15vw);
            transform: translateY(0.15vw);
  }
}
@media (max-width: 767px) {
  .kv__btn::after {
    width: 1vw;
    height: 2.4vw;
    margin-left: 1vw;
    -webkit-transform: translateY(0.25vw);
            transform: translateY(0.25vw);
  }
}
@media (max-width: 480px) {
  .kv__btn::after {
    width: 3vw;
    height: 5.2vw;
    margin-left: 2vw;
  }
}
@media (hover: hover) {
  .kv__btn:hover {
    opacity: 0.8;
  }
}
.kv__link {
  font-size: 0.84vw;
  color: #ffffff;
  position: absolute;
  top: 27.8vw;
  left: 15.6vw;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .kv__link {
    font-size: 1vw;
    top: 35vw;
    left: 7vw;
  }
}
@media (max-width: 991px) {
  .kv__link {
    font-size: 1.4vw;
    top: 37vw;
    left: 4vw;
  }
}
@media (max-width: 767px) {
  .kv__link {
    font-size: 2vw;
  }
}
@media (max-width: 480px) {
  .kv__link {
    font-size: 4.4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    top: 52vw;
    left: 0;
  }
}
.kv__link::after {
  content: "";
  display: inline-block;
  width: 0.84vw;
  height: 0.84vw;
  background: url("../images/kv/kv-link-arrow.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0.3vw;
}
@media (max-width: 1199px) {
  .kv__link::after {
    width: 0.9vw;
    height: 0.9vw;
    margin-left: 0.5vw;
  }
}
@media (max-width: 991px) {
  .kv__link::after {
    width: 1.2vw;
    height: 1.2vw;
  }
}
@media (max-width: 767px) {
  .kv__link::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media (max-width: 480px) {
  .kv__link::after {
    width: 4vw;
    height: 4vw;
    margin-left: 1vw;
  }
}
@media (hover: hover) {
  .kv__link:hover {
    opacity: 0.8;
  }
}
.kv__overlay {
  position: absolute;
  top: 19.4vw;
  right: 18.1vw;
  width: 5.4vw;
  height: 5.4vw;
  background-image: url("../images/kv/qrcode-overlay.png");
  background-size: 700% 100%;
  background-position: 0 0;
  -webkit-animation: ani-qrcode 4s steps(7) infinite;
          animation: ani-qrcode 4s steps(7) infinite;
}
@media (min-width: 1921px) {
  .kv__overlay {
    top: 19.3vw;
    right: 18.6vw;
    width: 6vw;
    height: 6vw;
  }
}
@media (max-width: 1899px) {
  .kv__overlay {
    right: 18.9vw;
  }
}
@media (max-width: 1399px) {
  .kv__overlay {
    right: 17.8vw;
  }
}
@media (max-width: 1199px) {
  .kv__overlay {
    top: 24.4vw;
    right: 11%;
    width: 6.8vw;
    height: 6.8vw;
  }
}
@media (max-width: 991px) {
  .kv__overlay {
    top: 25.9vw;
    right: 9vw;
  }
}
@media (max-width: 480px) {
  .kv__overlay {
    top: 90.8vw;
    right: 18.2vw;
    width: 14vw;
    height: 14vw;
  }
}

.s1 {
  background: url("../images/s1/s1-bg.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  padding-bottom: 268px;
  position: relative;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: cover;
  }
}
@media (max-width: 1899px) {
  .s1 {
    background-position: center top;
  }
}
@media (max-width: 1399px) {
  .s1 {
    background-size: 1700px auto;
  }
}
@media (max-width: 1199px) {
  .s1 {
    padding-bottom: 200px;
    background-size: 1600px auto;
  }
}
@media (max-width: 767px) {
  .s1 {
    background: url("../images/s1/s1-bg-sm.jpg"), #eaeff7;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 140px;
  }
}
.s1::after {
  content: "";
  display: block;
  width: 100%;
  height: 378px;
  background: url("../images/s2/s2-bg_01.png");
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (min-width: 1921px) {
  .s1::after {
    background-size: cover;
  }
}
@media (max-width: 1899px) {
  .s1::after {
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .s1::after {
    background-size: 1100px auto;
    height: 300px;
  }
}
.s1 .container {
  -webkit-transform: translateY(-1.31vw);
          transform: translateY(-1.31vw);
  margin-bottom: -1.31vw;
}
@media (max-width: 767px) {
  .s1 .container {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
    margin-bottom: 0vw;
  }
}
.s1 .title {
  width: 942px;
  background: url("../images/s1/s1-title.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1699px) {
  .s1 .title {
    width: 780px;
  }
}
@media (max-width: 1199px) {
  .s1 .title {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .s1 .title {
    width: 380px;
  }
}
@media (max-width: 480px) {
  .s1 .title {
    width: 345px;
    font-size: 1.125em;
  }
}
@media (max-width: 374px) {
  .s1 .title {
    width: 100%;
    font-size: 5vw;
    height: 14vw;
    line-height: 14vw;
  }
}
.s1__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 1699px) {
  .s1__block {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1399px) {
  .s1__block {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .s1__block {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 991px) {
  .s1__block {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .s1__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: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__block {
    width: 100%;
  }
}
.s1__item {
  text-align: center;
  width: calc(33.33% - 80px);
  margin-left: 40px;
  margin-right: 40px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(65, 77, 97, 0.25);
          box-shadow: 0 0 30px rgba(65, 77, 97, 0.25);
  padding: 30px 36px 40px;
}
@media (max-width: 1399px) {
  .s1__item {
    width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .s1__item {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .s1__item {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .s1__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
    margin-top: 30px;
  }
  .s1__item:first-child {
    margin-top: 0;
  }
}
.s1__item-icon {
  width: 62px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .s1__item-icon {
    width: 55px;
  }
}
@media (max-width: 991px) {
  .s1__item-icon {
    width: 45px;
  }
}
.s1__item-title {
  font-size: 1.75em;
  font-weight: 700;
  color: #003595;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .s1__item-title {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .s1__item-title {
    font-size: 1.375em;
  }
}
.s1__item-text {
  font-size: 1.375em;
  color: #333333;
  line-height: 1.6363;
  text-align: left;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .s1__item-text {
    font-size: 1.125em;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .s1__item-text {
    font-size: 1em;
  }
}
.s1__item-text a {
  color: #003595;
  border-bottom: 1px solid #003595;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .s1__item-text a:hover {
    opacity: 0.8;
  }
}

.s2 {
  background: url("../images/s2/s2-bg_02.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  padding-bottom: 268px;
  position: relative;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: cover;
  }
}
@media (max-width: 1899px) {
  .s2 {
    background-position: center top;
  }
}
@media (max-width: 767px) {
  .s2 {
    background-size: 1100px auto;
    padding-bottom: 260px;
  }
}
@media (max-width: 480px) {
  .s2 {
    padding-bottom: 160px;
  }
}
.s2::after {
  content: "";
  display: block;
  width: 100%;
  height: 481px;
  background: url("../images/s3/s3-bg_01.png");
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (min-width: 1921px) {
  .s2::after {
    background-size: cover;
  }
}
@media (max-width: 1899px) {
  .s2::after {
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .s2::after {
    background: url("../images/s3/s3-bg-sm_01.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
@media (max-width: 480px) {
  .s2::after {
    background-size: 500px auto;
  }
}
.s2__wrap {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 41px;
  padding: 78px 58px 68px 170px;
  margin-top: 55px;
}
@media (max-width: 1399px) {
  .s2__wrap {
    padding-left: 140px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap {
    padding-left: 110px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .s2__wrap {
    display: none;
  }
}
.s2__table {
  width: 100%;
  border: none;
}
.s2__table-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .s2__table-title {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .s2__table-title {
    font-size: 1.125em;
  }
}
.s2__table-subtitle {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #2c3f60;
  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;
  position: absolute;
  top: calc(50% - 34px);
  left: -102px;
  padding: 10px;
  background: url("../images/s2/s2-table-subtitle.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 142px;
  height: 68px;
}
@media (max-width: 991px) {
  .s2__table-subtitle {
    font-size: 0.9375em;
    width: 120px;
    height: 58px;
    top: calc(50% - 29px);
  }
}
.s2__table-text {
  font-size: 1.125em;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 1399px) {
  .s2__table-text {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .s2__table-text {
    font-size: 0.9375em;
  }
}
.s2__table-text .sm {
  font-size: 0.833em;
}
@media (max-width: 1699px) {
  .s2__table-text .sm {
    font-size: 0.75em;
  }
}
.s2__table tr:first-child td {
  border: 1px solid #e1bada;
  border-left: none;
  border-top: none;
}
.s2__table tr:first-child td.blue {
  background: -webkit-gradient(linear, left top, right top, from(#5e80be), to(#88aae7));
  background: linear-gradient(to right, #5e80be 0%, #88aae7 100%);
}
@media (max-width: 1199px) {
  .s2__table tr:first-child td.blue {
    padding-left: 0;
  }
}
.s2__table tr:first-child td.brown {
  background: -webkit-gradient(linear, left top, right top, from(#c3a366), to(#e4c886));
  background: linear-gradient(to right, #c3a366 0%, #e4c886 100%);
}
.s2__table td {
  text-align: center;
  padding: 17px 5px;
  border: 1px solid #bcbcbc;
  position: relative;
  width: 25%;
}
.s2__table td.blue {
  background: #e8eef6;
}
@media (max-width: 1199px) {
  .s2__table td.blue {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .s2__table td.blue {
    padding-left: 20px;
  }
}
.s2__table td.brown {
  background: #f9f6f0;
}
.s2__tab {
  padding-top: 40px;
  display: none;
}
@media (max-width: 767px) {
  .s2__tab {
    display: block;
  }
}
.s2__tab-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s2__tab-headitem {
  width: calc(50% - 1px);
  font-size: 1.25em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 15px 5px;
  opacity: 0.59;
  margin-left: 1px;
  margin-top: 1px;
}
@media (max-width: 374px) {
  .s2__tab-headitem {
    font-size: 1.125em;
  }
}
.s2__tab-headitem.blue {
  background: -webkit-gradient(linear, left top, right top, from(#5e80be), to(#88aae7));
  background: linear-gradient(to right, #5e80be 0%, #88aae7 100%);
}
.s2__tab-headitem.brown {
  background: -webkit-gradient(linear, left top, right top, from(#c3a366), to(#e4c886));
  background: linear-gradient(to right, #c3a366 0%, #e4c886 100%);
}
.s2__tab-headitem .en {
  font-size: 0.65em;
  font-family: "Helvetica", "微軟正黑體", sans-serif;
  position: relative;
  margin-top: 12px;
  display: inline-block;
}
.s2__tab-headitem .en::before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: -20px;
}
.s2__tab-headitem .en::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: -20px;
}
.s2__tab-headitem.active {
  opacity: 1;
}
.s2__tab-bodyitem {
  display: none;
}
.s2__block.blue .s2__item {
  background: #e8eef6;
}
.s2__block.brown .s2__item {
  background: #f9f6f0;
}
.s2__item {
  margin-top: 1px;
  position: relative;
  padding: 18px 20px 18px 124px;
}
.s2__item:first-child {
  margin-top: 0;
}
.s2__item-subtitle {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2c3f60;
  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;
  padding-left: 15px;
  background: url("../images/s3/s3-table-subtitle.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 124px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
}
.s2__item-text {
  font-size: 1em;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  display: inline-block;
}
.s2__item-text .sm {
  font-size: 0.833em;
}
@media (max-width: 1699px) {
  .s2__item-text .sm {
    font-size: 0.75em;
  }
}

.s3 {
  background: url("../images/s3/s3-bg_02.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  padding-bottom: 155px;
  position: relative;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: cover;
  }
}
@media (max-width: 1899px) {
  .s3 {
    background-position: center top;
  }
}
@media (max-width: 1199px) {
  .s3 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .s3 {
    padding-bottom: 60px;
    background: url("../images/s3/s3-bg-sm_02.jpg"), #f5e6ce;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media (max-width: 480px) {
  .s3 {
    background-size: 500px auto;
  }
}
.s3 .title {
  width: 706px;
  background: url("../images/s3/s3-title.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1699px) {
  .s3 .title {
    width: 580px;
  }
}
@media (max-width: 1199px) {
  .s3 .title {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .s3 .title {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .s3 .title {
    width: 280px;
  }
}
.s3__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;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .s3__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .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;
    -ms-flex-line-pack: center;
        align-content: center;
    padding-top: 60px;
  }
}
.s3__item {
  position: relative;
  width: 320px;
}
@media (max-width: 1699px) {
  .s3__item {
    width: 280px;
  }
}
@media (max-width: 1399px) {
  .s3__item {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .s3__item {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .s3__item:nth-child(1) {
    margin-top: 0;
  }
  .s3__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .s3__item {
    margin-top: 50px;
  }
  .s3__item:nth-child(2) {
    margin-top: 60px;
  }
}
@media (max-width: 374px) {
  .s3__item {
    width: 220px;
  }
}
.s3__item-no {
  position: absolute;
  top: -40px;
  left: -50px;
}
@media (max-width: 1399px) {
  .s3__item-no {
    width: 64px;
    height: 80px;
    top: -30px;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .s3__item-no {
    width: 50px;
    height: 64px;
    top: -20px;
    left: -30px;
  }
}
.s3__item-text {
  font-size: 1.5em;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.58;
  margin-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1699px) {
  .s3__item-text {
    font-size: 1.25em;
  }
}
@media (max-width: 1399px) {
  .s3__item-text {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .s3__item-text {
    font-size: 1em;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 374px) {
  .s3__item-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s3__item-text a {
  color: #003595;
  border-bottom: 1px solid #003595;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .s3__item-text a:hover {
    opacity: 0.8;
  }
}
.s3__box {
  width: 100%;
  border-radius: 46px;
  background: #ffffff;
  padding-top: 5px;
  -webkit-box-shadow: 0 0 21px rgba(211, 188, 138, 0.31);
          box-shadow: 0 0 21px rgba(211, 188, 138, 0.31);
  position: relative;
  z-index: 1;
}
@media (max-width: 1699px) {
  .s3__box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s3__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.s3__product {
  text-align: center;
  padding: 20px 0 55px;
}
@media (max-width: 1699px) {
  .s3__product {
    padding-bottom: 45px;
  }
}
@media (max-width: 1399px) {
  .s3__product {
    padding-bottom: 37px;
  }
}
.s3__product-point {
  display: block;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
  background: #003595;
  border-radius: 19px;
  width: 120px;
  padding: 6px 15px;
  line-height: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 8px 21px rgba(168, 163, 163, 0.4);
          box-shadow: 0 8px 21px rgba(168, 163, 163, 0.4);
}
@media (max-width: 1699px) {
  .s3__product-point {
    font-size: 1.25em;
    width: 100px;
  }
}
@media (max-width: 1399px) {
  .s3__product-point {
    font-size: 1.125em;
  }
}
.s3__product-point .highlight {
  font-size: 1.67em;
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  font-weight: 700;
  margin-right: 5px;
}
.s3__product-title {
  font-size: 1.75em;
  color: #333333;
  margin-top: 20px;
}
@media (max-width: 1699px) {
  .s3__product-title {
    font-size: 1.5em;
    margin-top: 10px;
  }
}
@media (max-width: 1399px) {
  .s3__product-title {
    font-size: 1.25em;
  }
}
@media (max-width: 374px) {
  .s3__product-title {
    font-size: 1.125em;
  }
}
.s3__product-img {
  margin-top: 20px;
}
@media (max-width: 1699px) {
  .s3__product-img {
    margin-top: 10px;
  }
}
@media (max-width: 1399px) {
  .s3__product-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.s3__product-price {
  font-size: 1em;
  color: #707070;
  letter-spacing: 0.05em;
  margin-top: -10px;
}
@media (max-width: 1399px) {
  .s3__product-price {
    font-size: 0.875em;
    margin-top: 0px;
  }
}
.s3__btn {
  display: block;
  width: 452px;
  height: 80px;
  line-height: 76px;
  font-size: 2.25em;
  font-weight: 700;
  color: #ffffff;
  background: #09b63a;
  text-align: center;
  border-radius: 10em;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1399px) {
  .s3__btn {
    font-size: 1.875em;
    width: 380px;
    height: 70px;
    line-height: 68px;
  }
}
@media (max-width: 1199px) {
  .s3__btn {
    font-size: 1.5em;
    width: 300px;
    height: 60px;
    line-height: 58px;
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .s3__btn {
    font-size: 1.375em;
    width: 280px;
    height: 56px;
    line-height: 54px;
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .s3__btn {
    display: none;
  }
}
.s3__btn::before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 39px;
  background: url("../images/kv/kv-btn-icon.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  margin-right: 10px;
}
@media (max-width: 1399px) {
  .s3__btn::before {
    width: 36px;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .s3__btn::before {
    width: 30px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .s3__btn::before {
    width: 24px;
    height: 23px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media (hover: hover) {
  .s3__btn:hover {
    opacity: 0.8;
  }
}
.s3__text {
  font-size: 1.875em;
  color: #333333;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .s3__text {
    font-size: 1.625em;
  }
}
@media (max-width: 1199px) {
  .s3__text {
    font-size: 1.25em;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .s3__text {
    font-size: 1.125em;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .s3__text {
    display: none;
  }
}

@-webkit-keyframes ani-qrcode {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -700% 0;
  }
}

@keyframes ani-qrcode {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -700% 0;
  }
}
.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 fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

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

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

.en {
  font-family: "Times New Roman", serif;
}

.title {
  background: url("../images/common/title.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 490px;
  height: 86px;
  line-height: 86px;
  font-size: 3.25em;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1699px) {
  .title {
    width: 390px;
    height: 76px;
    line-height: 76px;
    font-size: 2.5em;
  }
}
@media (max-width: 1199px) {
  .title {
    width: 300px;
    height: 64px;
    line-height: 64px;
    font-size: 1.875em;
  }
}
@media (max-width: 767px) {
  .title {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 1.25em;
  }
}

.fixedbtn {
  position: fixed;
  right: 78px;
  bottom: 78px;
  z-index: 999;
  width: 160px;
  height: 284px;
  background: url("../images/common/fixedbtn.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: none;
}
@media (max-width: 1699px) {
  .fixedbtn {
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .fixedbtn {
    width: 100px;
    height: 200px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .fixedbtn {
    width: 100%;
    text-align: center;
    padding: 8px 5px 2px;
    bottom: 0;
    right: 0;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, from(#09b63a), color-stop(50%, #1fd854), to(#09b63a));
    background: linear-gradient(to right, #09b63a 0%, #1fd854 50%, #09b63a 100%);
  }
}
@media (max-width: 480px) {
  .fixedbtn {
    display: block;
  }
}
.fixedbtn img {
  display: none;
}
@media (max-width: 767px) {
  .fixedbtn img {
    display: inline-block;
    height: 44px;
  }
}
@media (min-width: 768px) {
  .fixedbtn:hover {
    -webkit-animation: ani-video-btn 0.8s ease infinite;
            animation: ani-video-btn 0.8s ease infinite;
  }
}

.gotop {
  width: 40px;
  height: 40px;
  background: url("../images/common/gotop.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: fixed;
  right: 100px;
  bottom: 30px;
  cursor: pointer;
  display: none;
  z-index: 999;
}
@media (max-width: 1699px) {
  .gotop {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .gotop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .gotop {
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .gotop {
    bottom: 70px;
  }
}
.gotop:hover {
  -webkit-animation: ani-video-btn 0.8s ease infinite;
          animation: ani-video-btn 0.8s ease infinite;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: #ffffff;
}
.fixed::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
}

.news {
  background: #0b2252;
  padding: 17px 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .news {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .news {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.news__close {
  width: 17px;
  height: 19px;
  background: url("../images/common/news-close.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .news__close {
    right: 20px;
  }
}
@media (hover: hover) {
  .news__close:hover {
    opacity: 0.8;
  }
}
.news__item {
  text-align: center;
  padding-right: 18px;
}
.news__link {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: text-shadow;
  transition-property: text-shadow;
  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;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .news__link {
    font-size: 0.875em;
  }
}
@media (hover: hover) {
  .news__link:hover {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  }
}
.news__link-underline {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  position: relative;
  margin-left: 5px;
}
.news__link-icon {
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url("../images/common/news-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}