@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;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Black.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../vendor/fonts/Roboto-Black.ttf") format("truetype");
}
@-webkit-keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-kv-bg {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes ani-kv-bg {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes ani-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-kv-light {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani-kv-light {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ani-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-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);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

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

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

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

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

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #383737;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  overflow-x: hidden;
  padding-top: 80px;
}
@media (max-width: 991px) {
  body {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 46px;
  }
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", 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 {
  color: #ffffff;
}

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: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}

.container--xl {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container--xl {
    width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container--xl {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container--xl {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container--xl {
    width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container--xl {
    width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container--xl {
    width: 1720px;
  }
}

.pop__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pop__close {
  width: 20px;
  height: 20px;
  background: url("../images/pop/pop-close.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pop__close {
    top: 15px;
    right: 15px;
  }
}
@media (hover: hover) {
  .pop__close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.pop__wrap {
  width: 1240px;
  position: relative;
}
@media (max-width: 1599px) {
  .pop__wrap {
    width: 90vw;
  }
}

.pop--info .pop__block {
  font-size: 1.125em;
  font-weight: 700;
  color: #333333;
  background: #e0f6ff;
  padding: 15px 30px;
  line-height: 1.5;
  border-radius: 30px;
  text-align: justify;
  padding: 50px 72px 25px;
  word-break: break-all;
}
@media (max-width: 767px) {
  .pop--info .pop__block {
    font-size: 1em;
    padding: 40px 15px 15px;
    border-radius: 15px;
  }
}
.pop--info .pop__block .highlight {
  color: #e23838;
}
.pop--info .pop__block .sm {
  font-weight: 400;
  font-size: 0.77777777em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pop--info .pop__block .sm {
    font-size: 0.75em;
  }
}

.navbar {
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding: 8px 60px;
}
@media (max-width: 1599px) {
  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1399px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar__logo {
  position: relative;
  display: block;
  width: 150px;
  z-index: 11;
}
@media (max-width: 991px) {
  .navbar__logo {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .navbar__logo {
    width: 77px;
  }
}
.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.navbar__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 991px) {
  .navbar__links {
    display: none;
  }
}
.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: relative;
  font-size: 1.375em;
  font-weight: 700;
  color: #404040;
  text-align: center;
  line-height: 1.2;
  position: relative;
  margin-left: 55px;
}
@media (max-width: 1399px) {
  .navbar__link {
    font-size: 1.25em;
  }
}
@media (max-width: 1199px) {
  .navbar__link {
    font-size: 1.125em;
    margin-left: 30px;
  }
}
.navbar__link::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url("../images/common/navbar-link-icon-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.navbar__link--active {
  color: #956627;
}
.navbar__link--active::before {
  background: url("../images/common/navbar-link-icon-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .navbar__link:hover {
    color: #956627;
  }
  .navbar__link:hover::before {
    background: url("../images/common/navbar-link-icon-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.navbar__link:first-child {
  margin-left: 0;
}
.navbar__link:first-child::after {
  display: none;
}
.navbar__social {
  margin-left: 144px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1599px) {
  .navbar__social {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .navbar__social {
    margin-left: 5px;
  }
}
.navbar__social-item {
  margin-left: 15px;
  width: 54px;
  border-radius: 10em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .navbar__social-item {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .navbar__social-item {
    width: 30px;
    margin-left: 5px;
  }
}
.navbar__social-item:first-child {
  margin-left: 0;
}
.navbar__social-item img {
  display: block;
}
.navbar__social-item--fb {
  -webkit-box-shadow: 0 5px 10px rgba(52, 112, 210, 0.3);
          box-shadow: 0 5px 10px rgba(52, 112, 210, 0.3);
}
@media (hover: hover) {
  .navbar__social-item--fb:hover {
    -webkit-box-shadow: 0 5px 20px rgba(52, 112, 210, 0.5);
            box-shadow: 0 5px 20px rgba(52, 112, 210, 0.5);
  }
}
.navbar__social-item--line {
  -webkit-box-shadow: 0 5px 10px rgba(39, 195, 18, 0.3);
          box-shadow: 0 5px 10px rgba(39, 195, 18, 0.3);
}
@media (hover: hover) {
  .navbar__social-item--line:hover {
    -webkit-box-shadow: 0 5px 20px rgba(39, 195, 18, 0.5);
            box-shadow: 0 5px 20px rgba(39, 195, 18, 0.5);
  }
}

.footer {
  background: #f5f5f5;
  line-height: 1.46;
  padding-top: 50px;
}
@media (min-width: 1700px) {
  .footer .container {
    width: 1500px;
  }
}
.footer__text {
  font-size: 1.125em;
  font-weight: 700;
  color: #333333;
  line-height: 1.7;
  word-break: break-all;
}
@media (max-width: 1199px) {
  .footer__text {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .footer__text {
    font-size: 1em;
  }
}
.footer__block {
  text-align: center;
  font-size: 0.875em;
  font-weight: 400;
  color: #f5f5f5;
  letter-spacing: 0.1em;
  margin-top: 50px;
  background: #575757;
  padding: 13px 15px;
}
@media (max-width: 991px) {
  .footer__block {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .footer__block {
    padding-bottom: 75px;
    font-size: 0.75em;
  }
}
.footer__block a {
  color: #f5f5f5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__block a:hover {
  opacity: 0.8;
}
.footer__item {
  display: inline;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .footer__item {
    display: block;
    margin-left: 0;
  }
}
.footer__item::before {
  content: "｜";
  margin-right: 15px;
}
@media (max-width: 767px) {
  .footer__item::before {
    display: none;
  }
}
.footer__item:first-child {
  margin-left: 0;
}
.footer__item:first-child::before {
  display: none;
  margin-right: 0;
}

.kv {
  overflow: hidden;
  position: relative;
  height: 42.5vw;
}
@media (max-width: 767px) {
  .kv {
    height: 142vw;
  }
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-bg-2.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: ani-fade 0.8s ease;
          animation: ani-fade 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 767px) {
  .kv::before {
    background: url("../images/kv/kv-bg-sm-2.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.kv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-bg-3.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-animation: ani-kv-bg 0.8s ease;
          animation: ani-kv-bg 0.8s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .kv::after {
    background: url("../images/kv/kv-bg-sm-3.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.kv--active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active::before, .kv--active::after {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__bg, .kv--active .kv__taiwan, .kv--active .kv__taiwan:before, .kv--active .kv__title, .kv--active .kv__subtitle, .kv--active .kv__date, .kv--active .kv__line path {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-bg-1.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: ani-kv-bg 0.8s ease;
          animation: ani-kv-bg 0.8s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .kv__bg {
    background: url("../images/kv/kv-bg-sm-1.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.kv__taiwan {
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-taiwan-1.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: ani-fade 0.8s ease;
          animation: ani-fade 0.8s ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .kv__taiwan {
    background: url("../images/kv/kv-taiwan-sm-1.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.kv__taiwan::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-taiwan-2.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: ani-kv-light 1.6s ease infinite;
          animation: ani-kv-light 1.6s ease infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
@media (max-width: 767px) {
  .kv__taiwan::before {
    background: url("../images/kv/kv-taiwan-sm-2.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.kv__title {
  width: 47.7083333333vw;
  height: 28.9583333333vw;
  background: url("../images/kv/kv-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -99999px;
  position: absolute;
  top: 3.385416vw;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .kv__title {
    background: url("../images/kv/kv-title-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 76vw;
    height: 54vw;
    top: 1vw;
    left: 12vw;
  }
}
.kv__date {
  width: 20.2083333333vw;
  height: 2.8125vw;
  background: url("../images/kv/kv-date.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 33.8541666667vw;
  left: 16.4vw;
  z-index: 3;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .kv__date {
    width: 46vw;
    height: 13vw;
    top: 57vw;
    left: 27vw;
  }
}
.kv__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  fill: none;
  stroke: #4fffff;
  stroke-miterlimit: 10;
  stroke-width: 5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  mix-blend-mode: overlay;
}
@media (max-width: 767px) {
  .kv__line {
    stroke-width: 10px;
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}
.kv__line path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: drawPath 1.6s ease-in-out forwards infinite;
          animation: drawPath 1.6s ease-in-out forwards infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 767px) {
  .kv__line path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
  }
}

@-webkit-keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}
.s1 {
  position: relative;
  overflow: hidden;
  background: url("../images/s1/s1-bg-2.png"), url("../images/s1/s1-bg-1.jpg");
  background-position: center bottom, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  padding-top: 30px;
  padding-bottom: 85px;
  z-index: 3;
}
@media (min-width: 1921px) {
  .s1 {
    background: url("../images/s1/s1-bg-2.png"), url("../images/s1/s1-bg-xxl.jpg");
    background-position: right bottom, center top;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
  }
}
@media (max-width: 1799px) {
  .s1 {
    background-position: right calc(50vw - 942px) bottom, center top;
  }
}
@media (max-width: 1599px) {
  .s1 {
    background-size: auto, 1700px auto;
  }
}
@media (max-width: 1399px) {
  .s1 {
    background-position: right calc(50vw - 772px) bottom, center top;
    background-size: auto, 1500px auto;
  }
}
@media (max-width: 1199px) {
  .s1 {
    background: url("../images/s1/s1-bg-md.jpg");
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .s1 {
    background-size: 1050px auto;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .s1 {
    background-size: 880px auto;
  }
}
@media (max-width: 1199px) {
  .s1::before {
    content: "";
    display: block;
    width: 402px;
    height: 286px;
    background: url("../images/s1/s1-bg-3.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: calc(50vw - 660px);
  }
}
@media (max-width: 991px) {
  .s1::before {
    width: 350px;
    height: 220px;
    top: 10px;
    right: calc(50vw - 500px);
  }
}
@media (max-width: 767px) {
  .s1::before {
    width: 300px;
    height: 180px;
    top: 30px;
    right: calc(50vw - 360px);
  }
}
@media (max-width: 480px) {
  .s1::before {
    width: 220px;
    height: 130px;
    top: 70px;
    right: calc(50vw - 270px);
  }
}
.s1 .source {
  padding-left: 35px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s1 .source {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .s1 .source {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .s1 .source {
    padding-left: 0;
  }
}
.s1__block {
  width: 1280px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -108px;
}
@media (max-width: 1599px) {
  .s1__block {
    width: 90%;
    margin-right: 20px;
  }
}
@media (max-width: 1399px) {
  .s1__block {
    margin-top: -80px;
  }
}
@media (max-width: 1199px) {
  .s1__block {
    width: calc(100% - 55px);
    margin-left: 15px;
    margin-right: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s1__block {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s1__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.s1__title {
  width: 446px;
  height: 194px;
  background: url("../images/s1/s1-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-indent: -9999px;
}
@media (max-width: 1599px) {
  .s1__title {
    width: 400px;
    height: 172px;
  }
}
@media (max-width: 1399px) {
  .s1__title {
    width: 350px;
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .s1__title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .s1__title {
    width: 300px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .s1__title {
    width: 240px;
    height: 105px;
  }
}
.s1__head {
  width: 1000px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1599px) {
  .s1__head {
    width: 880px;
  }
}
@media (max-width: 1399px) {
  .s1__head {
    width: 73%;
  }
}
@media (max-width: 1199px) {
  .s1__head {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .s1__subtitle {
    text-align: center;
  }
}
.s1__subtitle-no {
  display: inline-block;
  font-size: 2.25em;
  font-weight: 900;
  color: #fff3b2;
  font-family: Roboto, "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-style: italic;
  letter-spacing: -0.01em;
  background: url("../images/s1/s1-subtitle-no.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 95px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding-right: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 1599px) {
  .s1__subtitle-no {
    font-size: 1.875em;
    width: 90px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1399px) {
  .s1__subtitle-no {
    font-size: 1.625em;
    width: 80px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .s1__subtitle-no {
    font-size: 1.5em;
    width: 74px;
    height: 34px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .s1__subtitle-no {
    font-size: 1.25em;
    width: 64px;
    height: 30px;
    line-height: 30px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  .s1__subtitle-no {
    font-size: 1em;
    width: 54px;
    height: 24px;
    line-height: 24px;
    padding-right: 0px;
  }
}
.s1__subtitle-item {
  font-size: 3.125em;
  font-weight: 900;
  color: #3038ab;
  font-style: italic;
}
@media (max-width: 1599px) {
  .s1__subtitle-item {
    font-size: 2.75em;
  }
}
@media (max-width: 1399px) {
  .s1__subtitle-item {
    font-size: 2.375em;
  }
}
@media (max-width: 991px) {
  .s1__subtitle-item {
    font-size: 2.125em;
  }
}
@media (max-width: 767px) {
  .s1__subtitle-item {
    font-size: 1.5em;
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .s1__subtitle-item {
    font-size: 1.1875em;
  }
}
.s1__chart {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .s1__chart {
    width: calc(100% - 25px);
    padding-left: 5px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s1__chart {
    width: calc(100% - 20px);
    padding-left: 5px;
    padding-right: 15px;
    margin-top: 15px;
  }
}
.s1__text {
  font-size: 1.375em;
  font-weight: 500;
  color: #333333;
  line-height: 1.27;
  margin-top: 20px;
  min-height: 2.54em;
}
@media (max-width: 1599px) {
  .s1__text {
    font-size: 1.25em;
  }
}
@media (max-width: 1399px) {
  .s1__text {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .s1__text {
    font-size: 1em;
    margin-top: 10px;
    min-height: auto;
  }
}
.s1 .slick-prev {
  left: -30px;
}
@media (max-width: 1199px) {
  .s1 .slick-prev {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .s1 .slick-prev {
    left: -8px;
  }
}
@media (max-width: 767px) {
  .s1 .slick-prev {
    left: -20px;
  }
}
.s1 .slick-next {
  right: -58px;
}
@media (max-width: 1199px) {
  .s1 .slick-next {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .s1 .slick-next {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .s1 .slick-next {
    right: -17px;
  }
}
@media (max-width: 767px) {
  .s1 .slick-next, .s1 .slick-prev {
    top: 50%;
  }
}

.s2 {
  background: url("../images/s2/s2-bg.png");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 1063px;
  padding-top: 24px;
  position: relative;
}
@media (min-width: 1921px) {
  .s2 {
    background-position: right bottom;
  }
}
@media (max-width: 1799px) {
  .s2 {
    background-position: right calc(50vw - 900px) bottom;
    background-size: 1800px auto;
  }
}
@media (max-width: 1599px) {
  .s2 {
    background-position: right calc(50vw - 880px) bottom;
  }
}
@media (max-width: 1399px) {
  .s2 {
    background-position: right calc(50vw - 780px) bottom;
    background-size: 1700px auto;
    min-height: auto;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .s2 {
    padding-top: 0;
    margin-top: -160px;
    padding-top: 160px;
    background: none;
  }
}
@media (max-width: 991px) {
  .s2 {
    padding-top: 140px;
    margin-top: -140px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .s2 {
    background-position: right -45px top;
    background-size: 460px auto;
  }
}
@media (max-width: 480px) {
  .s2 {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media (max-width: 374px) {
  .s2 {
    padding-top: 0;
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .s2::before {
    content: "";
    display: block;
    width: 100%;
    height: 440px;
    pointer-events: none;
    background: url("../images/s2/s2-bg.png");
    background-position: right top;
    background-size: 640px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .s2::before {
    background-size: 540px auto;
    height: 370px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .s2::before {
    right: -30px;
    background-size: 510px auto;
  }
}
@media (max-width: 1199px) and (max-width: 480px) {
  .s2::before {
    background-size: 400px auto;
    top: -50px;
  }
}
@media (max-width: 1199px) and (max-width: 374px) {
  .s2::before {
    background-size: 300px auto;
  }
}
.s2 .source {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .s2 .source {
    margin-top: 15px;
    word-break: break-all;
  }
}
.s2__title {
  width: 674px;
  height: 296px;
  background: url("../images/s2/s2-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 2px;
  right: calc(50vw - 888px);
}
@media (min-width: 1921px) {
  .s2__title {
    background: url("../images/s2/s2-title-md.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1799px) {
  .s2__title {
    background: url("../images/s2/s2-title-md.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    right: calc(50vw - 800px);
  }
}
@media (max-width: 1599px) {
  .s2__title {
    width: 550px;
    height: 240px;
    right: calc(50vw - 680px);
  }
}
@media (max-width: 1399px) {
  .s2__title {
    right: calc(50vw - 580px);
    width: 480px;
    height: 240px;
  }
}
@media (max-width: 1199px) {
  .s2__title {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: 440px;
    height: 194px;
  }
}
@media (max-width: 767px) {
  .s2__title {
    width: 340px;
    height: 140px;
  }
}
@media (max-width: 480px) {
  .s2__title {
    width: 300px;
  }
}
.s2__wrap {
  width: 1144px;
  min-height: 982px;
  background: url("../images/s2/s2-wrap-bg.png");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 95px;
}
@media (max-width: 1799px) {
  .s2__wrap {
    width: 1080px;
    background-size: 90% auto;
  }
}
@media (max-width: 1599px) {
  .s2__wrap {
    width: 940px;
    min-height: auto;
  }
}
@media (max-width: 1399px) {
  .s2__wrap {
    width: 800px;
  }
}
@media (max-width: 1199px) {
  .s2__wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 915px;
  }
}
@media (max-width: 991px) {
  .s2__wrap {
    padding-top: 50px;
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .s2__wrap {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    background: no-repeat;
  }
}
.s2__block {
  width: 1033px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1599px) {
  .s2__block {
    width: 92%;
  }
}
@media (max-width: 1199px) {
  .s2__block {
    width: calc(100% - 100px);
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .s2__block {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .s2__head {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .s2__head {
    padding-left: 0;
    padding-right: 0;
  }
}
.s2__subtitle-no {
  display: inline-block;
  font-size: 2.25em;
  font-weight: 900;
  color: #3038ab;
  font-family: Roboto, "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: -0.01em;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media (max-width: 1599px) {
  .s2__subtitle-no {
    font-size: 1.875em;
  }
}
@media (max-width: 1399px) {
  .s2__subtitle-no {
    font-size: 1.625em;
  }
}
@media (max-width: 991px) {
  .s2__subtitle-no {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .s2__subtitle-no {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s2__subtitle-no {
    font-size: 1.125em;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media (max-width: 480px) {
  .s2__subtitle-no {
    font-size: 1em;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.s2__subtitle-item {
  font-size: 3.125em;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#383b64), color-stop(50%, #494d82), to(#383b64));
  background: linear-gradient(180deg, #383b64 0%, #494d82 50%, #383b64 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  padding-right: 12px;
}
@media (max-width: 1599px) {
  .s2__subtitle-item {
    font-size: 2.75em;
  }
}
@media (max-width: 1399px) {
  .s2__subtitle-item {
    font-size: 2.375em;
  }
}
@media (max-width: 991px) {
  .s2__subtitle-item {
    font-size: 2.125em;
  }
}
@media (max-width: 767px) {
  .s2__subtitle-item {
    font-size: 1.5em;
  }
}
@media (max-width: 413px) {
  .s2__subtitle-item {
    font-size: 1.25em;
  }
}
.s2__subtitle-item .highlight {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#3038ab), color-stop(50%, #434fd1), to(#3038ab));
  background: linear-gradient(180deg, #3038ab 0%, #434fd1 50%, #3038ab 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
}
.s2__chart {
  margin-top: 28px;
}
@media (max-width: 991px) {
  .s2__chart {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s2__chart {
    margin-top: 15px;
  }
}
.s2__text {
  font-size: 1.375em;
  font-weight: 500;
  color: #333333;
  line-height: 1.27;
  margin-top: 24px;
  width: 88%;
}
@media (max-width: 1799px) {
  .s2__text {
    width: 80%;
  }
}
@media (max-width: 1599px) {
  .s2__text {
    font-size: 1.25em;
  }
}
@media (max-width: 1399px) {
  .s2__text {
    font-size: 1.125em;
  }
}
@media (max-width: 1199px) {
  .s2__text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .s2__text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .s2__text {
    font-size: 1em;
    margin-top: 10px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .s2 .slick-next, .s2 .slick-prev {
    top: 45%;
  }
}

.s3 {
  background: url("../images/s3/s3-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 48px;
  position: relative;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 1599px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .s3 {
    padding-top: 60px;
    background: url("../images/s3/s3-bg-md.jpg");
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .s3 {
    background: url("../images/s3/s3-bg-sm.jpg");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .s3 {
    background-size: 130% auto;
  }
}
.s3__title {
  width: 432px;
  height: 222px;
  background: url("../images/s3/s3-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (max-width: 1599px) {
  .s3__title {
    width: 380px;
    height: 180px;
  }
}
@media (max-width: 1399px) {
  .s3__title {
    width: 320px;
    height: 146px;
  }
}
@media (max-width: 1199px) {
  .s3__title {
    background: url("../images/s3/s3-title-md.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .s3__title {
    width: 290px;
    height: 134px;
  }
}
@media (max-width: 767px) {
  .s3__title {
    width: 260px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s3__title {
    width: 220px;
    height: 104px;
  }
}
.s3__subtitle {
  margin-top: 80px;
}
@media (max-width: 1599px) {
  .s3__subtitle {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .s3__subtitle {
    margin-top: 70px;
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .s3__subtitle {
    margin-top: 80px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s3__subtitle {
    width: 220px;
    margin-top: 50px;
  }
}
.s3__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 1599px) {
  .s3__wrap {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .s3__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
  }
}
.s3__head {
  padding-top: 50px;
  width: 450px;
  position: relative;
}
@media (max-width: 1599px) {
  .s3__head {
    width: 400px;
    padding-left: 15px;
  }
}
@media (max-width: 1399px) {
  .s3__head {
    width: 350px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s3__head {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .s3__head {
    width: 100%;
    padding-left: 0;
  }
}
.s3__head::after {
  content: "";
  display: block;
  width: 540px;
  height: 116px;
  background: url("../images/s3/s3-subtitle-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 280px;
  right: -5px;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s3__head::after {
    width: 450px;
    top: 250px;
  }
}
@media (max-width: 1399px) {
  .s3__head::after {
    width: 400px;
    top: 220px;
  }
}
@media (max-width: 1199px) {
  .s3__head::after {
    top: 170px;
  }
}
@media (max-width: 480px) {
  .s3__head::after {
    width: 340px;
    height: 80px;
    top: 120px;
    right: calc(50% - 170px);
  }
}
@media (max-width: 374px) {
  .s3__head::after {
    width: 100%;
    right: 0;
  }
}
.s3__body {
  position: relative;
  width: calc(100% - 450px);
}
@media (max-width: 1599px) {
  .s3__body {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1399px) {
  .s3__body {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1199px) {
  .s3__body {
    width: 100%;
    margin-top: 15px;
    width: calc(100% - 90px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s3__body {
    width: calc(100% - 50px);
  }
}
.s3__body::after {
  content: "";
  display: block;
  width: 100%;
  height: 117px;
  background: url("../images/s3/s3-body-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -107px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .s3__body::after {
    display: none;
  }
}
.s3__chart {
  width: 1050px;
  height: 740px;
  background: url("../images/s3/s3-chart-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  padding: 50px 35px;
}
@media (max-width: 1599px) {
  .s3__chart {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1399px) {
  .s3__chart {
    padding: 30px 15px;
  }
}
@media (max-width: 1199px) {
  .s3__chart {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .s3__chart {
    background: url("../images/s3/s3-chart-bg-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 20px 15px;
  }
}
.s3__chart-item img {
  display: block;
}
.s3__source {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.s3 .slick-prev {
  left: -60px;
}
@media (max-width: 480px) {
  .s3 .slick-prev {
    left: -40px;
  }
}
.s3 .slick-next {
  right: -60px;
}
@media (max-width: 480px) {
  .s3 .slick-next {
    right: -40px;
  }
}
.s3__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .s3__btn {
    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;
  }
}
.s3__btn-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 310px;
  height: 80px;
  font-size: 1.75em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-align: center;
  margin-left: 50px;
  background: url("../images/s3/s3-btn-bg-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-shadow: 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 3px #3038ab, 0 0 18px #3038ab;
}
@media (max-width: 1199px) {
  .s3__btn-item {
    margin-left: 15px;
    width: 250px;
    height: 65px;
    line-height: 65px;
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .s3__btn-item {
    width: 215px;
    height: 55px;
    line-height: 55px;
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s3__btn-item {
    margin-left: 0;
    margin-top: 15px;
    width: 195px;
    height: 50px;
    line-height: 50px;
    font-size: 1.125em;
  }
}
.s3__btn-item::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 28px;
  background: url("../images/s3/s3-btn-icon-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 14px);
  right: 38px;
}
@media (max-width: 1199px) {
  .s3__btn-item::after {
    width: 16px;
    height: 22px;
    top: calc(50% - 11px);
    right: 30px;
  }
}
@media (max-width: 991px) {
  .s3__btn-item::after {
    width: 12px;
    height: 17px;
    top: calc(50% - 8px);
    right: 20px;
  }
}
.s3__btn-item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .s3__btn-item:first-child {
    margin-top: 0;
  }
}
@media (hover: hover) {
  .s3__btn-item:hover {
    background: url("../images/s3/s3-btn-bg-2.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-shadow: 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 3px #72440e, 0 0 18px #72440e;
  }
  .s3__btn-item:hover::after {
    background: url("../images/s3/s3-btn-icon-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.s3__btn-item--2 {
  width: 370px;
  background: url("../images/s3/s3-btn-bg-3.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .s3__btn-item--2 {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .s3__btn-item--2 {
    width: 255px;
  }
}
@media (max-width: 767px) {
  .s3__btn-item--2 {
    width: 230px;
  }
}
@media (hover: hover) {
  .s3__btn-item--2:hover {
    background: url("../images/s3/s3-btn-bg-4.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .s3__btn-item--2:hover::after {
    background: url("../images/s3/s3-btn-icon-1.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.s4 {
  background: url("../images/s4/s4-bg.jpg"), #efefef;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: 100% auto;
  }
}
@media (max-width: 1599px) {
  .s4 {
    background-size: auto;
  }
}
@media (max-width: 1199px) {
  .s4 {
    background-size: 1200px auto;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .s4 {
    background-size: 800px auto;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.s4::before {
  content: "";
  display: block;
  width: 546px;
  height: 564px;
  background: url("../images/s4/s4-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: calc(50vw - 273px);
}
@media (max-width: 1199px) {
  .s4::before {
    width: 240px;
    height: 270px;
    top: 340px;
    right: calc(50vw - 120px);
  }
}
@media (max-width: 767px) {
  .s4::before {
    width: 220px;
    height: 250px;
    top: 300px;
    right: calc(50vw - 110px);
  }
}
@media (max-width: 480px) {
  .s4::before {
    top: 280px;
  }
}
.s4__wrap {
  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-left: 82px;
  padding-right: 82px;
}
@media (max-width: 1599px) {
  .s4__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .s4__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s4__head {
  width: 644px;
  padding-top: 50px;
}
@media (max-width: 1399px) {
  .s4__head {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .s4__head {
    width: 544px;
  }
}
@media (max-width: 767px) {
  .s4__head {
    width: 100%;
  }
}
.s4__body {
  width: 644px;
  background: #f7fffe;
  border-radius: 30px;
  position: relative;
  padding: 100px 46px 40px;
}
@media (max-width: 1399px) {
  .s4__body {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .s4__body {
    width: 544px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .s4__body {
    width: 100%;
    padding: 90px 20px 40px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .s4__body {
    padding-top: 80px;
  }
}
.s4__title {
  width: 404px;
  height: 194px;
  background: url("../images/s4/s4-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (max-width: 1399px) {
  .s4__title {
    width: 330px;
    height: 155px;
  }
}
@media (max-width: 1199px) {
  .s4__title {
    margin-left: auto;
    margin-right: auto;
    background: url("../images/s4/s4-title-md.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 290px;
    height: 135px;
  }
}
@media (max-width: 767px) {
  .s4__title {
    width: 250px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s4__title {
    width: 220px;
    height: 110px;
  }
}
.s4__text {
  font-size: 2.25em;
  font-weight: 700;
  color: #0361e7;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .s4__text {
    font-size: 2em;
  }
}
@media (max-width: 1199px) {
  .s4__text {
    text-align: center;
    font-size: 1.75em;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .s4__text {
    font-size: 1.375em;
  }
}
.s4__subtitle {
  width: 558px;
  height: 49px;
  line-height: 49px;
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  background: url("../images/s4/s4-sale-subtitle.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 26px;
  left: -14px;
}
@media (max-width: 1399px) {
  .s4__subtitle {
    font-size: 1.25em;
    width: 480px;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .s4__subtitle {
    font-size: 1.125em;
    max-width: 95%;
    width: 420px;
    height: auto;
    line-height: 1.2;
    padding: 10px 15px;
    left: -8px;
  }
}
@media (max-width: 480px) {
  .s4__subtitle {
    font-size: 0.9375em;
    width: 340px;
    max-width: 98%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s4__subtitle .no {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 10em;
  font-size: 0.91666em;
  font-weight: 900;
  color: #4e91ff;
  background: #ffffff;
  text-align: center;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .s4__subtitle .no {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .s4__subtitle .no {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.s4__sale {
  width: 100%;
  border-radius: 30px;
  background: #0361e7;
  padding: 100px 44px 44px;
  position: relative;
  min-height: 312px;
  margin-top: 55px;
}
@media (max-width: 1199px) {
  .s4__sale {
    margin-top: 180px;
  }
}
@media (max-width: 767px) {
  .s4__sale {
    padding: 90px 20px 40px;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .s4__sale {
    padding-top: 80px;
    border-radius: 15px;
    margin-top: 160px;
  }
}
@media (max-width: 374px) {
  .s4__sale {
    padding-top: 100px;
  }
}
.s4__sale-title {
  font-size: 2.25em;
  color: #9cf5ff;
}
@media (max-width: 1399px) {
  .s4__sale-title {
    font-size: 2.125em;
  }
}
@media (max-width: 767px) {
  .s4__sale-title {
    font-size: 1.5em;
  }
}
.s4__sale-text {
  font-size: 1.375em;
  color: #ffffff;
  line-height: 1.36363;
  margin-top: 10px;
}
@media (lg) {
  .s4__sale-text {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s4__sale-text {
    font-size: 1.125em;
  }
}
.s4__info-title {
  font-size: 2.25em;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .s4__info-title {
    font-size: 2.125em;
  }
}
@media (max-width: 767px) {
  .s4__info-title {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .s4__info-title {
    font-size: 1.25em;
  }
}
.s4__info-title:first-child {
  margin-top: 0;
}
.s4__info-title .sm {
  font-size: 0.5em;
  font-weight: 500;
  color: #4e91ff;
}
@media (max-width: 767px) {
  .s4__info-title .sm {
    font-size: 0.7em;
  }
}
.s4__info-list {
  font-size: 1.375em;
  font-weight: 500;
  color: #333333;
  line-height: 1.5454;
  list-style: none;
}
@media (max-width: 1399px) {
  .s4__info-list {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s4__info-list {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .s4__info-list {
    font-size: 1em;
  }
}
.s4__info-list .highlight {
  font-weight: 700;
  color: #4e91ff;
}
.s4__info-list li {
  text-indent: -6em;
  margin-left: 6em;
}
.s4__info-text {
  font-size: 1.375em;
  font-weight: 500;
  color: #333333;
  line-height: 1.545;
}
@media (max-width: 1399px) {
  .s4__info-text {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .s4__info-text {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .s4__info-text {
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .s4__info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s4__info-btn .s4__btn {
  margin-left: 10px;
}
@media (max-width: 374px) {
  .s4__info-btn .s4__btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
.s4__info-btn .s4__btn:first-child {
  margin-left: 0;
}
@media (max-width: 374px) {
  .s4__info-btn .s4__btn:first-child {
    margin-top: 0;
  }
}
.s4__btn {
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  background: #4e91ff;
  padding: 8px 8px 8px 36px;
  border-radius: 10em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 184px;
}
@media (max-width: 767px) {
  .s4__btn {
    font-size: 1.125em;
    min-width: 140px;
    padding-left: 26px;
  }
}
@media (max-width: 480px) {
  .s4__btn {
    font-size: 1em;
    min-width: 120px;
    padding-left: 20px;
  }
}
.s4__btn::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("../images/s4/s4-btn-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .s4__btn::after {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 480px) {
  .s4__btn::after {
    margin-left: 15px;
  }
}
@media (hover: hover) {
  .s4__btn:hover {
    -webkit-animation: ani-btn 0.8s ease infinite;
            animation: ani-btn 0.8s ease infinite;
  }
}

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

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

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

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

#s1 {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media (max-width: 991px) {
  #s1 {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media (max-width: 767px) {
  #s1 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

#s2 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media (max-width: 991px) {
  #s2 {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

#s3 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 991px) {
  #s3 {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media (max-width: 767px) {
  #s3 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

#s4 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 1199px) {
  #s4 {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@media (max-width: 991px) {
  #s4 {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}
@media (max-width: 767px) {
  #s4 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

.red {
  color: #e71a0f;
}

.fixednav {
  display: none;
}
@media (max-width: 991px) {
  .fixednav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: bottom;
    transition-property: bottom;
    background: #3a559f;
    padding: 15px 0;
  }
}
.fixednav__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixednav__item {
  width: 25%;
  font-size: 1.25em;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .fixednav__item {
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .fixednav__item {
    font-size: 4vw;
  }
}
.fixednav__item .highlight {
  color: #99faff;
}
.fixednav__item::before {
  content: "";
  display: block;
  width: 2px;
  height: 44px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3a559f), color-stop(50%, #7089cf), to(#3a559f));
  background: linear-gradient(to bottom, #3a559f 0%, #7089cf 50%, #3a559f 100%);
  position: absolute;
  top: calc(50% - 22px);
  left: -1px;
}
.fixednav__item:first-child {
  margin-left: 0;
}
.fixednav__item:first-child::before {
  display: none;
}
.fixednav__item--active {
  text-shadow: 0 0 55px #ffffff;
}
.fixednav__item--active .highlight {
  color: #ffffff;
}

.source {
  font-size: 1em;
  font-weight: 700;
  color: #555555;
  line-height: 1.2;
  text-align: justify;
}
@media (max-width: 767px) {
  .source {
    font-size: 0.875em;
  }
}
.source--blue {
  color: #3038ab;
}
.source--red {
  color: #e71a0f;
}

.gotop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: url("../images/common/gotop.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: none;
}
@media (max-width: 991px) {
  .gotop {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .gotop {
    bottom: 85px;
    width: 55px;
    height: 55px;
  }
}