@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: "Altinn-DIN Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../vendor/fonts/Altinn-DIN Condensed Bold.otf") format("opentype");
}
@-webkit-keyframes ani-kv-bg {
  0% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-kv-bg {
  0% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-kv-car {
  0% {
    -webkit-transform: translate(350px, -200px) scale(0.6);
            transform: translate(350px, -200px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes ani-kv-car {
  0% {
    -webkit-transform: translate(350px, -200px) scale(0.6);
            transform: translate(350px, -200px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani-kv-car-sm {
  0% {
    -webkit-transform: translate(130px, -100px) scale(0.6);
            transform: translate(130px, -100px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes ani-kv-car-sm {
  0% {
    -webkit-transform: translate(130px, -100px) scale(0.6);
            transform: translate(130px, -100px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    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: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani-btn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ani-scale-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-scale-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-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);
  }
}
.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 fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-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 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", "微軟正黑體", sans-serif;
  color: #484848;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  padding-top: 70px;
}
@media (max-width: 1699px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 55px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 67px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
}

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

.container--lg {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container--lg {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container--lg {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container--lg {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container--lg {
    width: 1470px;
  }
}

.pop__close {
  width: 36px;
  height: 36px;
  background: url("../images/pop/pop-close.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 0;
  right: 0;
}
.pop__container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pop__container--style1 .pop__close {
  top: 96px;
  right: -46px;
}
@media (max-width: 1699px) {
  .pop__container--style1 .pop__close {
    top: 40px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__close {
    top: -30px;
  }
}
.pop__container--style1 .pop__wrap {
  position: relative;
  width: 100vw;
  background: url("../images/pop/pop-wrap-bg-1.png");
  background-position: center top 44px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__wrap {
    background-position: center top 20px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__wrap {
    background-size: 140% auto;
  }
}
.pop__container--style1 .pop__wrap::before {
  content: "";
  display: block;
  width: 224px;
  height: 221px;
  background: url("../images/pop/pop-icon-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -56px;
  left: calc(50vw - 895px);
  pointer-events: none;
}
@media (max-width: 1699px) {
  .pop__container--style1 .pop__wrap::before {
    width: 180px;
    height: 180px;
    left: calc(50vw - 780px);
  }
}
@media (max-width: 1399px) {
  .pop__container--style1 .pop__wrap::before {
    left: calc(50vw - 700px);
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__wrap::before {
    width: 120px;
    height: 120px;
    left: calc(50vw - 550px);
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__wrap::before {
    width: 80px;
    height: 100px;
    top: -20px;
    left: calc(50vw - 400px);
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__wrap::before {
    left: 0;
  }
}
.pop__container--style1 .pop__wrap::after {
  content: "";
  display: block;
  width: 345px;
  height: 318px;
  background: url("../images/pop/pop-icon-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 564px;
  right: calc(50vw - 940px);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1699px) {
  .pop__container--style1 .pop__wrap::after {
    width: 260px;
    height: 230px;
    top: 520px;
    right: calc(50vw - 850px);
  }
}
@media (max-width: 1399px) {
  .pop__container--style1 .pop__wrap::after {
    top: 440px;
    right: calc(50vw - 750px);
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__wrap::after {
    width: 220px;
    height: 200px;
    top: 380px;
    right: calc(50vw - 650px);
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__wrap::after {
    width: 100px;
    height: 117px;
    top: 350px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__wrap::after {
    display: none;
  }
}
.pop__container--style1 .pop__wrap-item {
  position: relative;
  z-index: 1;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1699px) {
  .pop__container--style1 .pop__wrap-item {
    width: 1300px;
  }
}
@media (max-width: 1399px) {
  .pop__container--style1 .pop__wrap-item {
    width: 1150px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__wrap-item {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__wrap-item {
    width: 730px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__wrap-item {
    width: calc(100vw - 30px);
  }
}
.pop__container--style1 .pop__head {
  padding-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
}
@media (max-width: 1699px) {
  .pop__container--style1 .pop__head {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
@media (max-width: 1699px) {
  .pop__container--style1 .pop__head-title {
    width: 340px;
  }
}
@media (max-width: 1399px) {
  .pop__container--style1 .pop__head-title {
    width: 270px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__head-title {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__head-title {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__head-title {
    width: 180px;
  }
}
.pop__container--style1 .pop__head-subtitle {
  width: 980px;
  height: 67px;
  line-height: 63px;
  font-size: 3rem;
  font-weight: 900;
  color: #007c7d;
  font-style: italic;
  text-align: center;
  background: url("../images/pop/pop-head-subtitle.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 40px;
}
@media (max-width: 1699px) {
  .pop__container--style1 .pop__head-subtitle {
    width: 860px;
    height: 60px;
    font-size: 2.75rem;
    line-height: 56px;
  }
}
@media (max-width: 1399px) {
  .pop__container--style1 .pop__head-subtitle {
    width: 720px;
    font-size: 2.25rem;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__head-subtitle {
    width: 620px;
    height: 42px;
    line-height: 42px;
    font-size: 1.875rem;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__head-subtitle {
    width: 480px;
    height: 34px;
    line-height: 34px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__head-subtitle {
    margin-top: 15px;
    width: 260px;
    height: 100%;
    line-height: 32px;
    background: -webkit-gradient(linear, left top, right top, from(#c5ec0a), to(#ffffff));
    background: linear-gradient(to right, #c5ec0a 0%, #ffffff 100%);
    font-size: 1.375rem;
    padding: 10px;
    border: 2px solid #007c7d;
  }
}
@media (max-width: 480px) {
  .pop__container--style1 .pop__head-subtitle {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (max-width: 374px) {
  .pop__container--style1 .pop__head-subtitle {
    font-size: 1.125rem;
    width: calc(100% - 80px);
  }
}
.pop__container--style1 .pop__block {
  width: 100%;
}
.pop__container--style1 .pop__chart {
  padding-top: 44px;
  padding-bottom: 20px;
  background: #ffffff;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 1699px) {
  .pop__container--style1 .pop__chart {
    padding: 40px 60px 20px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__chart {
    padding: 40px 30px 20px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__chart-item {
    margin-top: 15px;
  }
  .pop__container--style1 .pop__chart-item:first-child {
    margin-top: 0;
  }
}
.pop__container--style1 .source {
  color: #ffffff;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1500px) {
  .pop__container--style1 .source {
    width: 1200px;
  }
}
@media (min-width: 1700px) {
  .pop__container--style1 .source {
    width: 1330px;
  }
}
.pop__container--style1 .source .yellow {
  color: #ffff99;
}
.pop__container--style1 .slick-prev {
  left: 20px;
}
@media (max-width: 1199px) {
  .pop__container--style1 .slick-prev {
    left: 10px;
  }
}
.pop__container--style1 .slick-prev::before {
  background: url("../vendor/fonts/prev-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pop__container--style1 .slick-next {
  right: 20px;
}
@media (max-width: 1199px) {
  .pop__container--style1 .slick-next {
    right: 10px;
  }
}
.pop__container--style1 .slick-next::before {
  background: url("../vendor/fonts/next-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pop__container--style1 .slick-prev, .pop__container--style1 .slick-next {
  top: 515px;
}
@media (max-width: 1699px) {
  .pop__container--style1 .slick-prev, .pop__container--style1 .slick-next {
    top: 480px;
  }
}
@media (max-width: 1399px) {
  .pop__container--style1 .slick-prev, .pop__container--style1 .slick-next {
    top: 430px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .slick-prev, .pop__container--style1 .slick-next {
    top: 340px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .slick-prev, .pop__container--style1 .slick-next {
    top: 280px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .slick-prev, .pop__container--style1 .slick-next {
    top: 140px;
  }
}
.pop__container--style2 .pop__close {
  top: 96px;
  right: -46px;
}
@media (max-width: 1699px) {
  .pop__container--style2 .pop__close {
    top: 40px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .pop__container--style2 .pop__close {
    top: -30px;
  }
}
.pop__container--style2 .pop__wrap {
  position: relative;
  width: 100vw;
  background: url("../images/pop/pop-wrap-bg-1.png");
  background-position: center top 44px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .pop__container--style2 .pop__wrap {
    background-position: center top 20px;
  }
}
@media (max-width: 767px) {
  .pop__container--style2 .pop__wrap {
    background-size: 140% auto;
  }
}
.pop__container--style2 .pop__wrap::before {
  content: "";
  display: block;
  width: 224px;
  height: 221px;
  background: url("../images/pop/pop-icon-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -56px;
  left: calc(50vw - 895px);
  pointer-events: none;
}
@media (max-width: 1699px) {
  .pop__container--style2 .pop__wrap::before {
    width: 180px;
    height: 180px;
    left: calc(50vw - 780px);
  }
}
@media (max-width: 1399px) {
  .pop__container--style2 .pop__wrap::before {
    left: calc(50vw - 700px);
  }
}
@media (max-width: 1199px) {
  .pop__container--style2 .pop__wrap::before {
    width: 120px;
    height: 120px;
    left: calc(50vw - 550px);
  }
}
@media (max-width: 991px) {
  .pop__container--style2 .pop__wrap::before {
    width: 80px;
    height: 100px;
    top: -20px;
    left: calc(50vw - 400px);
  }
}
.pop__container--style2 .pop__wrap::after {
  content: "";
  display: block;
  width: 345px;
  height: 318px;
  background: url("../images/pop/pop-icon-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -31px;
  right: calc(50vw - 940px);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1699px) {
  .pop__container--style2 .pop__wrap::after {
    width: 260px;
    height: 230px;
    bottom: -15px;
    right: calc(50vw - 850px);
  }
}
@media (max-width: 1399px) {
  .pop__container--style2 .pop__wrap::after {
    right: calc(50vw - 750px);
  }
}
@media (max-width: 1199px) {
  .pop__container--style2 .pop__wrap::after {
    width: 220px;
    height: 200px;
    bottom: -17px;
    right: calc(50vw - 650px);
  }
}
@media (max-width: 991px) {
  .pop__container--style2 .pop__wrap::after {
    width: 100px;
    height: 117px;
    bottom: -25px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .pop__container--style2 .pop__wrap::after {
    display: none;
  }
}
.pop__container--style2 .pop__wrap-item {
  position: relative;
  z-index: 1;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1699px) {
  .pop__container--style2 .pop__wrap-item {
    width: 1300px;
  }
}
@media (max-width: 1399px) {
  .pop__container--style2 .pop__wrap-item {
    width: 1150px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style2 .pop__wrap-item {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .pop__container--style2 .pop__wrap-item {
    width: 730px;
  }
}
@media (max-width: 767px) {
  .pop__container--style2 .pop__wrap-item {
    width: calc(100vw - 30px);
  }
}
.pop__container--style2 .pop__head {
  padding-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 72px;
  padding-left: 70px;
}
@media (max-width: 1699px) {
  .pop__container--style2 .pop__head {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .pop__container--style2 .pop__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1699px) {
  .pop__container--style2 .pop__head-title {
    width: 340px;
  }
}
@media (max-width: 1399px) {
  .pop__container--style2 .pop__head-title {
    width: 270px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style2 .pop__head-title {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .pop__container--style2 .pop__head-title {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .pop__container--style2 .pop__head-title {
    width: 180px;
  }
}
.pop__container--style2 .pop__robot {
  width: 400px;
  height: 223px;
  position: absolute;
  top: -15px;
  left: calc(50vw - 400px);
  pointer-events: none;
}
@media (max-width: 1199px) {
  .pop__container--style2 .pop__robot {
    left: calc(50vw - 350px);
  }
}
@media (max-width: 991px) {
  .pop__container--style2 .pop__robot {
    width: 350px;
    height: 200px;
    left: calc(50vw - 280px);
  }
}
@media (max-width: 767px) {
  .pop__container--style2 .pop__robot {
    width: 240px;
    height: 150px;
    left: calc(50vw - 60px);
  }
}
@media (max-width: 374px) {
  .pop__container--style2 .pop__robot {
    width: 200px;
    height: 130px;
    top: 0;
    left: auto;
    right: -30px;
  }
}
.pop__container--style2 .pop__robot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/pop/pop-robot-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
}
.pop__container--style2 .pop__robot::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/pop/pop-robot-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.pop__container--style2 .pop__body {
  width: 100%;
  background: url("../images/pop/pop-body-bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 90px 120px 76px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 1199px) {
  .pop__container--style2 .pop__body {
    padding: 70px 80px;
  }
}
@media (max-width: 991px) {
  .pop__container--style2 .pop__body {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .pop__container--style2 .pop__body {
    background-size: cover;
    border-radius: 10px;
    padding: 30px 15px;
  }
}
@media (max-width: 480px) {
  .pop__container--style2 .pop__body {
    padding: 30px;
  }
}
.pop__area-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .pop__area-block {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .pop__area-block {
    margin-top: 10px;
  }
}
.pop__area-block:first-child {
  margin-top: 0;
}
@media (min-width: 481px) {
  .pop__area-block:nth-child(odd) .pop__area-item:nth-child(even) {
    background: -webkit-gradient(linear, left top, left bottom, from(#5ca5e9), to(#1352a7));
    background: linear-gradient(to bottom, #5ca5e9 0%, #1352a7 100%);
  }
  .pop__area-block:nth-child(even) .pop__area-item:nth-child(odd) {
    background: -webkit-gradient(linear, left top, left bottom, from(#5ca5e9), to(#1352a7));
    background: linear-gradient(to bottom, #5ca5e9 0%, #1352a7 100%);
  }
}
.pop__area-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#5cd7e9), to(#278dc1));
  background: linear-gradient(to bottom, #5cd7e9 0%, #278dc1 100%);
  border: 4px solid #ffffff;
  -webkit-box-shadow: 2px 2px 8px #73d0e4;
          box-shadow: 2px 2px 8px #73d0e4;
  border-radius: 10px;
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 0 5px #0c71a2;
  text-align: center;
  line-height: 76px;
}
@media (max-width: 1699px) {
  .pop__area-item {
    font-size: 2rem;
  }
}
@media (max-width: 1399px) {
  .pop__area-item {
    font-size: 1.625rem;
    line-height: 66px;
  }
}
@media (max-width: 1199px) {
  .pop__area-item {
    font-size: 1.25rem;
    line-height: 56px;
    border-width: 2px;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .pop__area-item {
    font-size: 1rem;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .pop__area-item {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .pop__area-item {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    line-height: 40px;
  }
  .pop__area-item:nth-child(1) {
    margin-top: 0;
  }
  .pop__area-item:nth-child(2) {
    margin-top: 0;
  }
  .pop__area-item:nth-child(2), .pop__area-item:nth-child(3) {
    background: -webkit-gradient(linear, left top, left bottom, from(#5ca5e9), to(#1352a7));
    background: linear-gradient(to bottom, #5ca5e9 0%, #1352a7 100%);
  }
}

.navbar {
  position: relative;
  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;
  padding: 0 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  background: #007c7d;
  padding-bottom: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: padding-top, padding-bottom;
  transition-property: padding-top, padding-bottom;
}
@media (max-width: 1699px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .navbar--active .navbar__body {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .navbar--active .navbar__body {
    top: 55px;
  }
}
@media (max-width: 1399px) {
  .navbar--active .navbar__toggle-item:first-child {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar--active .navbar__toggle-item:nth-child(2) {
    display: none;
  }
  .navbar--active .navbar__toggle-item:last-child {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .navbar__head {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 11;
  }
  .navbar__head::before {
    content: "";
    display: block;
    width: 100%;
    height: 57px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #007c7d;
  }
}
@media (max-width: 767px) {
  .navbar__head::before {
    height: 48px;
  }
}
.navbar__toggle {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
  }
}
.navbar__toggle-item {
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.navbar__toggle-item:nth-child(2) {
  top: 14px;
}
.navbar__toggle-item:last-child {
  top: 24px;
}
.navbar__logo {
  position: relative;
  display: block;
  width: 160px;
  z-index: 2;
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 125px;
  }
}
.navbar__logo img {
  width: 100%;
  max-width: 100%;
}
.navbar__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .navbar__body {
    position: absolute;
    top: -100vh;
    right: 0;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100vh - 100px);
    background: #007c7d;
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .navbar__body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .navbar__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.navbar__link {
  display: block;
  position: relative;
  width: 210px;
  height: 66px;
  margin-left: 10px;
}
@media (max-width: 1399px) {
  .navbar__link {
    width: 180px;
    height: 56px;
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  .navbar__link {
    width: 160px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .navbar__link {
    margin-left: 0;
    width: 180px;
    height: 56px;
  }
}
.navbar__link-item {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  background: url("../images/common/navbar-link-bg-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  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;
}
@media (max-width: 1399px) {
  .navbar__link-item {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .navbar__link-item {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .navbar__link-item {
    font-size: 1.125rem;
    padding-top: 2px;
  }
}
.navbar__link::before {
  content: "";
  display: block;
  width: 30px;
  height: 66px;
  background: url("../images/common/navbar-link-bg-5.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: -18px;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .navbar__link::before {
    display: none;
  }
}
.navbar__link::after {
  content: "";
  display: block;
  width: 22px;
  height: 66px;
  background: url("../images/common/navbar-link-bg-4.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: -14px;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1399px) {
  .navbar__link::after {
    width: 16px;
    right: -10px;
  }
}
@media (max-width: 991px) {
  .navbar__link::after {
    display: none;
  }
}
.navbar__link:first-child {
  margin-left: 0;
}
.navbar__link:first-child::before {
  width: 228px;
  background: url("../images/common/navbar-link-bg-3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: -216px;
  z-index: 10;
}
@media (max-width: 1399px) {
  .navbar__link:first-child::before {
    width: 180px;
    left: -170px;
  }
}
@media (max-width: 1199px) {
  .navbar__link:first-child::before {
    width: 30px;
    left: -18px;
    background: url("../images/common/navbar-link-bg-5.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.navbar__link--active {
  color: #ffe794;
  background: url("../images/common/navbar-link.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .navbar__link:hover::before, .navbar__link:hover::after {
    opacity: 1;
  }
  .navbar__link:hover .navbar__link-item {
    background: url("../images/common/navbar-link-bg-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.navbar__social {
  margin-left: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .navbar__social {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .navbar__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-top: 15px;
  }
}
.navbar__social-item {
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .navbar__social-item {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .navbar__social-item {
    margin-left: 0;
    margin-top: 15px;
  }
}
.navbar__social-item:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .navbar__social-item:first-child {
    margin-top: 0;
  }
}
@media (hover: hover) {
  .navbar__social-item:hover {
    -webkit-box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
            box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
  }
}
.navbar__social-item img {
  display: block;
  width: 46px;
}
@media (max-width: 1199px) {
  .navbar__social-item img {
    width: 34px;
  }
}
@media (max-width: 413px) {
  .navbar__social-item img {
    width: 27px;
  }
}

.footer {
  background: #007c7d;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.625;
}
@media (max-width: 1399px) {
  .footer {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .footer {
    font-size: 3.2vw;
  }
}
.footer__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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__wrap {
    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;
  }
}
.footer__item:nth-child(2) {
  text-align: right;
}
.footer__item .sm {
  font-size: 0.875rem;
}
@media (max-width: 1199px) {
  .footer__item .sm {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .footer__item .sm {
    font-size: 3vw;
  }
}
.footer__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  .footer__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .footer__title {
    font-size: 4vw;
  }
}
.kv {
  position: relative;
  overflow: hidden;
}
.kv--active .kv__wrap, .kv--active .kv__title, .kv--active .kv__title::before, .kv--active .kv__subtitle, .kv--active .kv__car {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv__wrap {
  background: url("../images/kv/kv-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 44.7916666667vw;
  position: relative;
  -webkit-animation: ani-kv-bg 0.8s ease;
          animation: ani-kv-bg 0.8s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform-origin: 98% 0%;
          transform-origin: 98% 0%;
}
@media (min-width: 1921px) {
  .kv__wrap {
    background-size: 100% auto;
  }
}
@media (max-width: 1899px) {
  .kv__wrap {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .kv__wrap {
    background: url("../images/kv/kv-bg-sm.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 123vw;
  }
}
.kv__title {
  background: url("../images/kv/kv-title-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 41.1458333333vw;
  height: 19.1666666667vw;
  position: absolute;
  top: 8vw;
  left: 9.4vw;
  z-index: 1;
  opacity: 0;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 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;
  text-indent: -99999px;
}
@media (min-width: 1921px) {
  .kv__title {
    background-size: 100% auto;
  }
}
@media (max-width: 1899px) {
  .kv__title {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .kv__title {
    top: 7vw;
    width: 80vw;
    height: 40vw;
  }
}
.kv__title::before {
  content: "";
  display: block;
  background: url("../images/kv/kv-title-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-animation: ani-kv-light 2s ease infinite;
          animation: ani-kv-light 2s ease infinite;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (min-width: 1921px) {
  .kv__title::before {
    background-size: 100% auto;
  }
}
@media (max-width: 1899px) {
  .kv__title::before {
    background-size: 100% auto;
  }
}
.kv__subtitle {
  background: url("../images/kv/kv-subtitle.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 38.75vw;
  height: 5.9375vw;
  position: absolute;
  top: 24.5vw;
  left: 9.6vw;
  z-index: 1;
  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 (min-width: 1921px) {
  .kv__subtitle {
    background-size: 100% auto;
  }
}
@media (max-width: 1899px) {
  .kv__subtitle {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .kv__subtitle {
    top: 40vw;
    left: 11vw;
    width: 74vw;
    height: 12vw;
  }
}
.kv__car {
  background: url("../images/kv/kv-car.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: ani-kv-car 0.8s ease;
          animation: ani-kv-car 0.8s ease;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (min-width: 1921px) {
  .kv__car {
    background-size: 100% auto;
  }
}
@media (max-width: 1899px) {
  .kv__car {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .kv__car {
    background: url("../images/kv/kv-car-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-animation-name: ani-kv-car-sm;
            animation-name: ani-kv-car-sm;
  }
}
.kv__date {
  background: url("../images/kv/kv-date.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 12.5vw;
  height: 8.3333333333vw;
  position: absolute;
  top: 26.2vw;
  right: 7.8vw;
}
@media (min-width: 1921px) {
  .kv__date {
    background-size: 100% auto;
  }
}
@media (max-width: 1899px) {
  .kv__date {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .kv__date {
    width: 24vw;
    height: 20vw;
    top: 88vw;
    right: 5.6vw;
  }
}

.s1 {
  background: url("../images/s1/s1-bg.jpg"), #5bd6e9;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .s1 {
    background-size: 140% auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1700px) {
  .s1 .container {
    width: 1464px;
  }
}
.s1 .source {
  width: 1182px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
@media (max-width: 1699px) {
  .s1 .source {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s1 .source {
    margin-top: 15px;
  }
}
.s1 .title::before {
  top: -90px;
}
.s1 .title__item {
  width: 1364px;
  height: 132px;
  background: url("../images/s1/s1-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 1699px) {
  .s1 .title__item {
    width: 100%;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s1 .title__item {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .s1 .title__item {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .s1 .title__item {
    width: 440px;
    height: 130px;
    background: url("../images/s1/s1-title-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 480px) {
  .s1 .title__item {
    width: 340px;
    height: 94px;
  }
}
@media (max-width: 374px) {
  .s1 .title__item {
    width: 100%;
    height: 27vw;
  }
}
.s1__subtitle {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  font-family: "Geologica", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  font-style: italic;
  color: #060606;
  text-align: center;
  line-height: 1.38889;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 5px #000000;
}
.s1__subtitle .highlight {
  color: #e71619;
}
@media (max-width: 1399px) {
  .s1__subtitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  .s1__subtitle {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .s1__subtitle {
    font-size: 1.125rem;
    text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 1px 1px #ffffff, 0 1px 1px #ffffff, 0 1px 1px #ffffff, 0 3px #000000;
  }
}
@media (max-width: 374px) {
  .s1__subtitle {
    font-size: 1.125rem;
  }
}
.s1__wrap {
  margin-top: 25px;
}
.s1__wrap-item {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .s1__wrap-item {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .s1__wrap-item {
    margin-top: 30px;
  }
}
.s1__wrap-item:first-child {
  margin-top: 0;
}
.s1__wrap-item:nth-child(2) {
  padding-left: 90px;
}
@media (max-width: 1699px) {
  .s1__wrap-item:nth-child(2) {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .s1__wrap-item:nth-child(2) {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-item:nth-child(2) {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .s1__wrap-item:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 1699px) {
  .s1__wrap-item:nth-child(2) .s1__chart-title {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .s1__wrap-item:nth-child(2) .s1__chart-title {
    padding-left: 0;
  }
}
.s1__wrap-item:nth-child(3) {
  padding-right: 90px;
}
@media (max-width: 1699px) {
  .s1__wrap-item:nth-child(3) {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .s1__wrap-item:nth-child(3) {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .s1__wrap-item:nth-child(3) {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .s1__wrap-item:nth-child(3) {
    padding-right: 0;
  }
}
.s1__wrap-item:nth-child(3) .s1__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .s1__wrap-item:nth-child(3) .s1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1699px) {
  .s1__wrap-item:nth-child(3) .s1__chart-title {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .s1__wrap-item:nth-child(3) .s1__chart-title {
    padding-right: 0;
  }
}
.s1__row {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .s1__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s1__block {
  width: 746px;
}
@media (max-width: 1699px) {
  .s1__block {
    width: 680px;
  }
}
@media (max-width: 1199px) {
  .s1__block {
    width: 550px;
  }
}
@media (max-width: 991px) {
  .s1__block {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .s1__block {
    margin-top: 15px;
    width: 100%;
  }
  .s1__block .slick-prev, .s1__block .slick-next {
    top: -135px;
  }
  .s1__block .slick-prev {
    left: calc(50vw - 200px);
  }
  .s1__block .slick-next {
    right: calc(50vw - 200px);
  }
}
@media (max-width: 480px) {
  .s1__block .slick-prev, .s1__block .slick-next {
    top: -120px;
  }
  .s1__block .slick-prev {
    left: calc(50vw - 180px);
  }
  .s1__block .slick-next {
    right: calc(50vw - 180px);
  }
}
@media (max-width: 374px) {
  .s1__block .slick-prev, .s1__block .slick-next {
    top: -100px;
  }
  .s1__block .slick-prev {
    left: calc(50vw - 150px);
  }
  .s1__block .slick-next {
    right: calc(50vw - 150px);
  }
}
@media (max-width: 767px) {
  .s1__chart-title {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .s1__chart-title {
    width: 250px;
  }
}
@media (max-width: 374px) {
  .s1__chart-title {
    width: 200px;
  }
}

.s2 {
  overflow: hidden;
  background: url("../images/s2/s2-bg.jpg"), #d3eefe;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  height: 800px;
  position: relative;
}
@media (max-width: 1799px) {
  .s2 {
    height: 740px;
  }
}
@media (max-width: 1699px) {
  .s2 {
    height: 680px;
    padding-top: 60px;
  }
}
@media (max-width: 1399px) {
  .s2 {
    height: 580px;
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .s2 {
    height: 520px;
  }
}
@media (max-width: 991px) {
  .s2 {
    background: url("../images/s2/s2-bg-tb-2.png"), url("../images/s2/s2-bg-tb.jpg"), #d3eefe;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 1000px auto;
    height: auto;
    padding-bottom: 510px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .s2 {
    background-size: 100% auto;
    padding-bottom: 54vw;
  }
}
.s2__bar {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url("../images/s2/s2-bar.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1399px) {
  .s2__bar {
    background-size: auto 100%;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .s2__bar {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .s2__bar {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .s2__bar {
    height: 26px;
  }
}
@media (max-width: 480px) {
  .s2__bar {
    height: 16px;
  }
}
.s2 .title::before {
  top: -40px;
}
.s2 .title__item {
  width: 790px;
  height: 126px;
  background: url("../images/s2/s2-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1399px) {
  .s2 .title__item {
    width: 620px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .s2 .title__item {
    width: 510px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .s2 .title__item {
    width: 460px;
    height: 74px;
  }
}
@media (max-width: 480px) {
  .s2 .title__item {
    width: 320px;
    height: 54px;
  }
}
@media (max-width: 374px) {
  .s2 .title__item {
    width: 100%;
    height: 14vw;
  }
}
.s2__subtitle {
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  font-family: "Geologica", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  color: #060606;
  text-align: center;
  line-height: 1.38889;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 5px #000000;
}
@media (max-width: 1399px) {
  .s2__subtitle {
    font-size: 2.25rem;
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .s2__subtitle {
    font-size: 1.875rem;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .s2__subtitle {
    font-size: 1.5rem;
    text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 1px 1px #ffffff, 0 1px 1px #ffffff, 0 1px 1px #ffffff, 0 3px #000000;
  }
}
@media (max-width: 374px) {
  .s2__subtitle {
    font-size: 1.25rem;
  }
}
.s2__no {
  width: 812px;
  height: 336px;
  background: url("../images/s2/s2-no.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 240px;
  left: calc(50vw - 900px);
}
@media (max-width: 1799px) {
  .s2__no {
    width: 700px;
    height: 280px;
    left: calc(50vw - 780px);
  }
}
@media (max-width: 1699px) {
  .s2__no {
    width: 600px;
    height: 250px;
    top: 240px;
    left: calc(50vw - 700px);
  }
}
@media (max-width: 1399px) {
  .s2__no {
    width: 500px;
    height: 200px;
    top: 190px;
    left: calc(50vw - 590px);
  }
}
@media (max-width: 1199px) {
  .s2__no {
    width: 440px;
    height: 180px;
    top: 190px;
    left: calc(50vw - 510px);
  }
}
@media (max-width: 991px) {
  .s2__no {
    width: 250px;
    top: auto;
    bottom: 160px;
    left: calc(50vw - 390px);
  }
}
@media (max-width: 767px) {
  .s2__no {
    display: none;
  }
}
.s2__btn {
  width: 720px;
  height: 144px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: -196px;
}
@media (max-width: 1799px) {
  .s2__btn {
    width: 560px;
    margin-right: -60px;
  }
}
@media (max-width: 1699px) {
  .s2__btn {
    width: 510px;
  }
}
@media (max-width: 1399px) {
  .s2__btn {
    width: 430px;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .s2__btn {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .s2__btn {
    position: relative;
    top: auto;
    left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s2__btn {
    width: 300px;
  }
}
@media (max-width: 374px) {
  .s2__btn {
    width: 100%;
  }
}
@media (max-width: 1799px) {
  .s2__btn img {
    height: 102px;
  }
}
@media (max-width: 1399px) {
  .s2__btn img {
    height: 86px;
  }
}
@media (max-width: 1199px) {
  .s2__btn img {
    height: 77px;
  }
}
@media (max-width: 991px) {
  .s2__btn img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s2__btn img {
    height: 60px;
  }
}
@media (max-width: 374px) {
  .s2__btn img {
    height: 54px;
  }
}
.s2__btn-item {
  display: block;
  margin-top: -48px;
  position: relative;
  text-align: right;
}
@media (max-width: 1799px) {
  .s2__btn-item {
    margin-top: -20px;
  }
}
@media (max-width: 1199px) {
  .s2__btn-item {
    margin-top: -10px;
  }
}
.s2__btn-item::before {
  content: "";
  display: block;
  width: 96px;
  height: 14px;
  background: url("../images/s2/s2-btn-arrow.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 44px;
  right: 0;
  -webkit-animation: ani-btn 0.8s ease infinite;
          animation: ani-btn 0.8s ease infinite;
}
@media (max-width: 1799px) {
  .s2__btn-item::before {
    width: 86px;
    height: 14px;
    top: 32px;
    right: -5px;
  }
}
@media (max-width: 1699px) {
  .s2__btn-item::before {
    width: 80px;
    height: 12px;
    top: 30px;
  }
}
@media (max-width: 1399px) {
  .s2__btn-item::before {
    width: 70px;
    height: 10px;
    top: 24px;
  }
}
@media (max-width: 1199px) {
  .s2__btn-item::before {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .s2__btn-item::before {
    width: 44px;
    height: 8px;
    top: 20px;
    right: -5px;
  }
}
@media (max-width: 374px) {
  .s2__btn-item::before {
    width: 38px;
    height: 6px;
    right: 2vw;
  }
}
@media (hover: hover) {
  .s2__btn-item:hover {
    -webkit-animation: ani-scale-2 0.8s ease infinite;
            animation: ani-scale-2 0.8s ease infinite;
  }
}
.s2__btn-item:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .s2__btn-item:nth-child(2)::before {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .s2__btn-item:nth-child(2)::before {
    right: 10px;
  }
}
@media (max-width: 374px) {
  .s2__btn-item:nth-child(2)::before {
    right: 6vw;
  }
}
@media (max-width: 991px) {
  .s2__btn-item:nth-child(3)::before {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .s2__btn-item:nth-child(3)::before {
    right: 14px;
  }
}
@media (max-width: 374px) {
  .s2__btn-item:nth-child(3)::before {
    right: 8vw;
  }
}

.video {
  background: url("../images/video/video-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 1399px) {
  .video {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.video .title::before {
  top: -90px;
}
@media (max-width: 767px) {
  .video .title::before {
    width: 100%;
    left: 0;
    top: -60px;
  }
}
.video .title__item {
  width: 594px;
  height: 126px;
  background: url("../images/video/video-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .video .title__item {
    width: 500px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .video .title__item {
    width: 450px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .video .title__item {
    width: 380px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .video .title__item {
    width: 280px;
    height: 56px;
  }
}
@media (max-width: 374px) {
  .video .title__item {
    width: 84%;
    height: 15vw;
  }
}
.video__wrap {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .video__wrap {
    width: 800px;
  }
}
@media (max-width: 1199px) {
  .video__wrap {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .video__wrap {
    width: 100%;
  }
}
.video__wrap::before {
  content: "";
  display: block;
  width: 53px;
  height: 352px;
  background: url("../images/video/video-bg-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -53px;
  top: 175px;
}
@media (max-width: 1399px) {
  .video__wrap::before {
    top: 120px;
    width: 40px;
    height: 270px;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .video__wrap::before {
    display: none;
  }
}
.video__wrap::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url("../images/video/video-bg-3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -276px;
  right: -250px;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .video__wrap::after {
    top: -240px;
    right: -150px;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1399px) {
  .video__wrap::after {
    top: -180px;
    right: -140px;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .video__wrap::after {
    top: -60px;
    right: -20px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .video__wrap::after {
    display: none;
  }
}
.video__item {
  width: 100%;
  height: 562px;
  background: #322f2f;
  position: relative;
  z-index: 1;
  display: none;
}
@media (max-width: 1399px) {
  .video__item {
    height: 520px;
  }
}
@media (max-width: 1199px) {
  .video__item {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .video__item {
    height: 50vw;
  }
}
.video__item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video__item.active {
  display: block;
}
.video__btn {
  position: absolute;
  top: 0;
  right: -68px;
}
@media (max-width: 1399px) {
  .video__btn {
    right: -60px;
  }
}
@media (max-width: 991px) {
  .video__btn {
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.video__btn-item {
  font-size: 3.75rem;
  font-weight: 700;
  color: #585c72;
  font-family: "Altinn-DIN Condensed", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-style: italic;
  width: 58px;
  background: url("../images/video/video-btn-item-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 15px;
  padding-right: 8px;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .video__btn-item {
    font-size: 3.125rem;
    width: 50px;
  }
}
@media (max-width: 991px) {
  .video__btn-item {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .video__btn-item {
    font-size: 2.5rem;
    width: 44px;
  }
}
.video__btn-item:first-child {
  margin-top: 0;
}
.video__btn-item.active {
  color: #322f2f;
  background: url("../images/video/video-btn-item-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .video__btn-item:hover {
    color: #322f2f;
    background: url("../images/video/video-btn-item-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.video__note {
  font-weight: 700;
  color: #060606;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .video__note {
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .video__note {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .video__note {
    font-size: 0.75rem;
  }
}

.s3 {
  background: url("../images/s3/s3-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .s3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1700px) {
  .s3 .container {
    width: 1420px;
  }
}
.s3 .source {
  color: #666666;
  width: 100%;
}
@media (max-width: 767px) {
  .s3 .source {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .s3 .source {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1500px) {
  .s3 .source {
    width: 1234px;
  }
}
.s3 .title::before {
  top: -90px;
}
.s3 .title__item {
  width: 594px;
  height: 126px;
  background: url("../images/s3/s3-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .s3 .title__item {
    width: 660px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .s3 .title__item {
    width: 580px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .s3 .title__item {
    width: 500px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .s3 .title__item {
    width: 450px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .s3 .title__item {
    width: 350px;
    height: 56px;
  }
}
@media (max-width: 374px) {
  .s3 .title__item {
    width: 100%;
    height: 15vw;
  }
}
.s3__wrap-item {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .s3__wrap-item {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item {
    margin-top: 30px;
  }
}
.s3__wrap-item:first-child {
  margin-top: 0;
}
.s3__wrap-item--style1 {
  position: relative;
}
.s3__wrap-item--style1::before {
  content: "";
  display: block;
  width: 622px;
  height: 582px;
  background: url("../images/s3/s3-chart-bg-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: -208px;
}
@media (max-width: 1199px) {
  .s3__wrap-item--style1::before {
    width: 400px;
    height: 400px;
    left: -100px;
  }
}
.s3__wrap-item--style1::after {
  content: "";
  display: block;
  width: 408px;
  height: 524px;
  background: url("../images/s3/s3-chart-bg-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 94px;
  left: 20px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1699px) {
  .s3__wrap-item--style1::after {
    width: 350px;
    left: 80px;
  }
}
@media (max-width: 1399px) {
  .s3__wrap-item--style1::after {
    width: 320px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .s3__wrap-item--style1::after {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .s3__wrap-item--style1::after {
    top: 100px;
    width: 180px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item--style1::after {
    width: 20vw;
    height: 30vw;
    top: -5vw;
  }
}
@media (max-width: 767px) {
  .s3__chart--style1 {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.s3__chart--style2 {
  width: 1080px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1699px) {
  .s3__chart--style2 {
    width: 1000px;
  }
}
@media (max-width: 1399px) {
  .s3__chart--style2 {
    width: 900px;
  }
}
@media (max-width: 1199px) {
  .s3__chart--style2 {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .s3__chart--style2 {
    width: 620px;
  }
}
@media (max-width: 767px) {
  .s3__chart--style2 {
    width: 100%;
  }
}
.s3__chart--style2 .s3__chart-title {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1699px) {
  .s3__chart--style2 .s3__chart-title {
    width: 660px;
  }
}
@media (max-width: 1399px) {
  .s3__chart--style2 .s3__chart-title {
    width: 600px;
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .s3__chart--style2 .s3__chart-title {
    width: 500px;
    margin-left: 60px;
    margin-bottom: -70px;
  }
}
@media (max-width: 991px) {
  .s3__chart--style2 .s3__chart-title {
    width: 400px;
    margin-left: 50px;
    margin-bottom: -50px;
  }
}
@media (max-width: 767px) {
  .s3__chart--style2 .s3__chart-title {
    width: 80vw;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s3__chart--style3 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .s3__chart--style3 {
    margin-bottom: 0;
  }
}
.s3__chart--style3 .s3__chart-title {
  text-align: center;
}
@media (max-width: 1399px) {
  .s3__chart--style3 .s3__chart-title {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s3__chart--style3 .s3__chart-title {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .s3__chart--style3 .s3__chart-title {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .s3__chart--style3 .s3__chart-title {
    width: 100%;
  }
}
.s3__chart--style3 .s3__chart-box {
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 10px 27px rgba(78, 174, 175, 0.24);
          box-shadow: 0 10px 27px rgba(78, 174, 175, 0.24);
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px 26px 26px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .s3__chart--style3 .s3__chart-box {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .s3__chart--style3 .s3__chart-box {
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.s3__table-tr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 7px 0;
  margin-top: 8px;
}
.s3__table-tr:nth-child(odd) {
  background: #dff2fa;
}
.s3__table-tr:nth-child(even) {
  background: #b4ebed;
}
.s3__table-tr:first-child {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .s3__table-tr:first-child {
    padding-bottom: 10px;
  }
}
.s3__table-tr:nth-child(2) {
  margin-top: 0;
}
.s3__table-th, .s3__table-td {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1399px) {
  .s3__table-th, .s3__table-td {
    font-size: 1.375rem;
  }
}
@media (max-width: 1199px) {
  .s3__table-th, .s3__table-td {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s3__table-th, .s3__table-td {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .s3__table-th, .s3__table-td {
    font-size: 4vw;
  }
}
.s3__table-th:first-child, .s3__table-td:first-child {
  width: 134px;
}
@media (max-width: 1399px) {
  .s3__table-th:first-child, .s3__table-td:first-child {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .s3__table-th:first-child, .s3__table-td:first-child {
    width: 30%;
  }
}
.s3__table-th:nth-child(2), .s3__table-td:nth-child(2) {
  width: 210px;
}
@media (max-width: 1399px) {
  .s3__table-th:nth-child(2), .s3__table-td:nth-child(2) {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .s3__table-th:nth-child(2), .s3__table-td:nth-child(2) {
    width: 35%;
  }
}
.s3__table-th:nth-child(3), .s3__table-td:nth-child(3) {
  width: 152px;
}
@media (max-width: 1399px) {
  .s3__table-th:nth-child(3), .s3__table-td:nth-child(3) {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .s3__table-th:nth-child(3), .s3__table-td:nth-child(3) {
    width: 35%;
  }
}
.s3__table-th:nth-child(4), .s3__table-td:nth-child(4) {
  width: 234px;
}
@media (max-width: 1399px) {
  .s3__table-th:nth-child(4), .s3__table-td:nth-child(4) {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .s3__table-th:nth-child(4), .s3__table-td:nth-child(4) {
    display: none;
  }
}
.s3__table-th:nth-child(5), .s3__table-td:nth-child(5) {
  width: calc(100% - 730px);
}
@media (max-width: 1399px) {
  .s3__table-th:nth-child(5), .s3__table-td:nth-child(5) {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .s3__table-th:nth-child(5), .s3__table-td:nth-child(5) {
    display: none;
  }
}
.s3__table-th {
  color: #3f494a;
}
.s3__table-th:nth-child(2) {
  padding-right: 56px;
}
@media (max-width: 1399px) {
  .s3__table-th:nth-child(2) {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .s3__table-th:nth-child(2) {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .s3__table-th:nth-child(2) {
    padding-right: 8vw;
  }
}
.s3__table-td {
  color: #2c6181;
}
.s3__table-td:nth-child(1) {
  font-family: "Geologica", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
}
.s3__table-td:nth-child(2) {
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 1399px) {
  .s3__table-td:nth-child(2) {
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  .s3__table-td:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .s3__table-td:nth-child(2) {
    padding-left: 4vw;
  }
}
.s3__table-td:nth-child(3) {
  font-family: "Geologica", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  text-align: right;
  padding-right: 35px;
}
@media (max-width: 1199px) {
  .s3__table-td:nth-child(3) {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .s3__table-td:nth-child(3) {
    padding-right: 8vw;
  }
}
.s3__table-td:nth-child(5) {
  text-align: left;
  padding-left: 52px;
}
@media (max-width: 1399px) {
  .s3__table-td:nth-child(5) {
    padding-left: 30px;
  }
}
.s3__table-country {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s3__table-country img {
  display: block;
  width: 27px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 10em;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .s3__table-country img {
    width: 22px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 991px) {
  .s3__table-country img {
    width: 18px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}

.s4 {
  background: url("../images/s4/s4-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .s4 {
    padding-top: 60px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-bottom: 60px;
  }
}
.s4__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .s4__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.s4__download {
  width: 892px;
  height: 646px;
  background: url("../images/s4/s4-download-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
  margin-left: -262px;
  margin-right: -2px;
  margin-bottom: -34px;
  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;
}
@media (max-width: 1699px) {
  .s4__download {
    margin-left: -100px;
  }
}
@media (max-width: 1399px) {
  .s4__download {
    width: 686px;
    height: 450px;
    margin-left: -40px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .s4__download {
    width: 480px;
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .s4__download {
    height: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s4__download {
    width: 450px;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .s4__download {
    width: 380px;
    height: 300px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 374px) {
  .s4__download {
    width: calc(100% + 30px);
    height: 80vw;
  }
}
.s4__download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 578px;
  height: 136px;
  background: url("../images/s4/s4-download-btn-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 40px 150px;
  font-size: 2.25rem;
  font-weight: 900;
  color: #ffffff;
  margin-top: -6px;
}
@media (max-width: 1399px) {
  .s4__download-btn {
    width: 420px;
    height: 100px;
    font-size: 1.625rem;
    padding: 40px 100px;
  }
}
@media (max-width: 1199px) {
  .s4__download-btn {
    width: 320px;
    height: 80px;
    font-size: 1.25rem;
    padding: 30px 80px;
  }
}
@media (max-width: 480px) {
  .s4__download-btn {
    width: 280px;
    height: 70px;
    font-size: 1rem;
    padding: 24px 80px;
  }
}
@media (max-width: 374px) {
  .s4__download-btn {
    width: 80vw;
    height: 20vw;
    font-size: 5vw;
    padding: 4vw 22vw;
  }
}
@media (hover: hover) {
  .s4__download-btn:hover {
    color: #292929;
    background: url("../images/s4/s4-download-btn-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s4__download-btn:first-child {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .s4__content {
    width: calc(100% - 480px);
  }
}
@media (max-width: 991px) {
  .s4__content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .s4__title {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s4__title {
    width: 100%;
  }
}
.s4__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 1.416667;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .s4__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .s4__text {
    font-size: 1rem;
  }
}
.s4__text .red {
  color: #e60000;
}
.s4__text .blue {
  color: #1976d2;
}
.s4__text .green {
  color: #00880a;
}
.s4__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .s4__link {
    margin-top: 15px;
  }
}
.s4__link-item {
  cursor: pointer;
  margin-left: 24px;
}
@media (max-width: 1399px) {
  .s4__link-item {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .s4__link-item {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .s4__link-item {
    margin-left: 15px;
  }
}
.s4__link-item:first-child {
  margin-left: 0;
}
@media (hover: hover) {
  .s4__link-item:hover {
    -webkit-animation: ani-scale-2 0.8s ease infinite;
            animation: ani-scale-2 0.8s ease infinite;
  }
}

.notice {
  background: #e0e0e0;
  padding-top: 90px;
  padding-bottom: 60px;
}
@media (max-width: 1399px) {
  .notice {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .notice {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1700px) {
  .notice .container {
    width: 1350px;
  }
}
.notice__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4f4f4f;
  line-height: 1.6;
  word-break: break-all;
  text-align: justify;
}
@media (max-width: 1199px) {
  .notice__text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .notice__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .notice__text {
    font-size: 1rem;
  }
}
.notice__text a {
  color: #2c5bd3;
  text-decoration: underline;
}
.notice__text a:hover {
  text-decoration: underline;
}
.notice__text.green {
  color: #418281;
}

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

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

.red {
  color: #C00000;
}

.green {
  color: #0f8096;
}

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

@media (max-width: 767px) {
  .offset--top, .offset--top2, .offset--top3, .offset--top4 {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.source {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  color: #423a2d;
}
@media (max-width: 767px) {
  .source {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .source {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .fixedbtn {
    top: 90px;
    right: 0;
    position: fixed;
    z-index: 9;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .fixedbtn {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .fixedbtn__block {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #3d7d47;
  }
}
@media (min-width: 992px) {
  .fixedbtn__block {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .fixedbtn__block {
    width: 140px;
  }
}
@media (min-width: 1700px) {
  .fixedbtn__block {
    width: 174px;
  }
}
.fixedbtn__item {
  display: block;
  width: 100%;
  height: 174px;
  margin-top: -30px;
}
@media (max-width: 1699px) {
  .fixedbtn__item {
    height: 140px;
    margin-top: -20px;
  }
}
@media (max-width: 1199px) {
  .fixedbtn__item {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .fixedbtn__item {
    width: 50%;
    height: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    text-align: center;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .fixedbtn__item {
    text-indent: -9999px;
  }
  .fixedbtn__item:nth-child(1) {
    background: url("../images/common/fixedbtn-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .fixedbtn__item:nth-child(2) {
    background: url("../images/common/fixedbtn-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (hover: hover) {
  .fixedbtn__item:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}

.gotop {
  margin: 12px auto 0;
  width: 40px;
  height: 80px;
  background: url("../images/common/gotop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  position: absolute;
  bottom: -90px;
  left: calc(50% - 13px);
  display: none;
}
@media (max-width: 991px) {
  .gotop {
    position: fixed;
    bottom: 60px;
    left: auto;
    right: 15px;
    width: 30px;
    height: 60px;
    z-index: 99;
    margin-top: 0;
  }
}
@media (hover: hover) {
  .gotop:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}

.title {
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
  position: relative;
}
.title::before {
  content: "";
  display: block;
  width: 780px;
  height: 370px;
  background: url("../images/common/title-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: calc(50% - 390px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .title::before {
    width: 500px;
    left: calc(50% - 250px);
  }
}
@media (max-width: 480px) {
  .title::before {
    width: 400px;
    left: calc(50% - 200px);
  }
}
@media (max-width: 374px) {
  .title::before {
    width: 100%;
    left: 0;
  }
}
.title__item {
  display: block;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}