@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

a,
li,
ol,
ul {
  list-style: none
}

a {
  text-decoration: none
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select {
  -webkit-appearance: none;
  -moz-appearance: none
}

select::-ms-expand {
  display: none
}

textarea {
  -webkit-appearance: none
}

button,
input {
  border-radius: 0
}

input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button,
li {
  outline: none
}

picture {
  line-height: 1;
  font-size: 0
}

.f24 {
  font-size: 24px;
}
.f18 {
  font-size: 18px;
}
.f14 {
  font-size: 14px;
}
.bold {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .f24 {
      font-size: 16px;
  }

  .f18 {
      font-size: 14px;
  }

  .f14 {
      font-size: 13px;
  }
}

@-webkit-keyframes kv-square {
  0% {
    opacity: 0.2
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0.2
  }

  to {
    opacity: 0.2
  }
}

@keyframes kv-square {
  0% {
    opacity: 0.2
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0.2
  }

  to {
    opacity: 0.2
  }
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -60px
  }

  75% {
    background-position: 0 0
  }

  to {
    background-position: 0 60px
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px
  }

  75% {
    background-position: 0 0
  }

  to {
    background-position: 0 60px
  }
}

html {
  overflow-x: hidden
}

html.scroll-lock {
  overflow-y: hidden
}

body {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.45;
  overflow-x: hidden
}

@media (max-width:1279px) {
  body {
    background-color: #f3f5fe
  }
}

picture {
  line-height: 1;
  font-size: 0
}

a {
  color: inherit
}

.ff-roboto {
  font-family: "Roboto", sans-serif
}

header {
  height: 50px;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0
}

header .inner-container {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .inner-container a {
  display: inline-block;
  line-height: 1
}

#kv {
  position: relative;
  height: 100vh;
  overflow: hidden
}

#kv #kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

#kv #kv-bg #kv-video-poster {
  height: 100%;
  width: 177.777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width:1279px) {
  #kv #kv-bg #kv-video-poster {
    width: 78.85vh;
    min-height: 126.82vw
  }
}

@media (max-width:767px) {
  #kv #kv-bg #kv-video-poster {
    width: 48.93vh;
    min-height: 204.35vw
  }
}

#kv #kv-bg #kv-video {
  height: 100%;
  width: 177.777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#kv .kv-title-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
  padding-top: calc(50px + 10vh);
  color: #fff
}

@media (min-width:1280px) and (max-height:700px) {
  #kv .kv-title-container {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }
}

@media (max-width:1279px) {
  #kv .kv-title-container {
    padding-left: 50px;
    max-width: 100%;
    padding-top: calc(50px + 10vh)
  }
}

@media (max-width:767px) {
  #kv .kv-title-container {
    padding-left: 5vw
  }
}

#kv .kv-title-container .kv-title-index {
  font-size: 116px;
  font-weight: 900;
  line-height: 1.2
}

@media (max-width:1279px) {
  #kv .kv-title-container .kv-title-index {
    font-size: 90px
  }
}

@media (max-width:767px) {
  #kv .kv-title-container .kv-title-index {
    font-size: 60px
  }
}

#kv .kv-title-container .kv-title-text {
  font-size: 110px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 20px
}

@media (max-width:1279px) {
  #kv .kv-title-container .kv-title-text {
    font-size: 90px
  }
}

@media (max-width:767px) {
  #kv .kv-title-container .kv-title-text {
    font-size: 60px
  }
}

#kv .kv-title-container .kv-title-text span {
  font-size: 120px
}

@media (max-width:1279px) {
  #kv .kv-title-container .kv-title-text span {
    font-size: 100px
  }
}

@media (max-width:767px) {
  #kv .kv-title-container .kv-title-text span {
    font-size: 66px
  }
}

#kv .kv-title-container h3 {
  font-size: 48px;
  letter-spacing: 0.13em
}

@media (max-width:1279px) {
  #kv .kv-title-container h3 {
    font-size: 32px;
    letter-spacing: 0.4em
  }
}

@media (max-width:767px) {
  #kv .kv-title-container h3 {
    font-size: 28px;
    letter-spacing: 0.1em
  }
}

#kv .kv-title-container .kv-squares {
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  padding-left: 25px;
  position: relative
}

#kv .kv-title-container .kv-squares li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-animation: kv-square linear infinite 2s;
  animation: kv-square linear infinite 2s
}

#kv .kv-title-container .kv-squares li:first-child {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s
}

#kv .kv-title-container .kv-squares li:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s
}

#kv .kv-title-container .kv-squares li:nth-child(3) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}

#kv .kv-title-container .kv-squares li:nth-child(4) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

#kv .kv-bottom {
  position: absolute;
  bottom: 65px;
  left: calc(50% - 320px);
  width: 643px;
  height: 138px;
  background-image: url(./images/img_kv_whitebg_web.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: #fff;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:1279px) {
  #kv .kv-bottom {
    bottom: 160px
  }
}

@media (max-width:767px) {
  #kv .kv-bottom {
    width: 340px;
    height: 111px;
    left: calc(50% - 170px);
    bottom: 100px;
    background-image: url(./images/img_kv_whitebg_mb.svg);
    padding: 0 40px
  }
}

#kv .kv-bottom h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1
}

@media (max-width:1279px) {
  #kv .kv-bottom h3 {
    font-size: 26px
  }
}

@media (max-width:767px) {
  #kv .kv-bottom h3 {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.1em
  }
}

#kv .kv-bottom h4 {
  font-size: 20px
}

@media (max-width:1279px) {
  #kv .kv-bottom h4 {
    font-size: 18px
  }
}

@media (max-width:767px) {
  #kv .kv-bottom h4 {
    font-size: 16px
  }
}

#kv .scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: -10px
}

@media (max-width:1279px) {
  #kv .scroll-indicator {
    bottom: 40px
  }
}

@media (max-width:767px) {
  #kv .scroll-indicator {
    bottom: 10px
  }
}

#kv .scroll-indicator .scroll {
  width: 1px;
  height: 60px;
  background-color: #ccc;
  position: relative;
  overflow: hidden
}

#kv .scroll-indicator .scroll .scroll-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5fefc0), color-stop(50%, rgba(95, 239, 192, 0)));
  background: linear-gradient(to bottom, #5fefc0 50%, rgba(95, 239, 192, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite
}

.gradient-bg-wrap {
  background-image: linear-gradient(179deg, #f3f5fe 0%, #fff 164%)
}

#section0 {
  padding-top: 90px;
  padding-bottom: 30px;
  position: relative
}

@media (max-width:1279px) {
  #section0 {
    padding-top: 80px
  }
}

@media (max-width:767px) {
  #section0 {
    padding-top: 60px;
    padding-bottom: 0
  }
}

#section0 h2 {
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  position: relative
}

#section0 h2 img {
  height: 83px
}

@media (max-width:1279px) {
  #section0 h2 img {
    height: 110px
  }
}

@media (max-width:767px) {
  #section0 h2 img {
    height: 108px
  }
}

#section0 h3 {
  font-size: 16px;
  line-height: 1.75;
  max-width: 900px;
  margin: 0 auto 70px;
  color: #000;
  position: relative
}

@media (max-width:1279px) {
  #section0 h3 {
    max-width: 680px
  }
}

@media (max-width:767px) {
  #section0 h3 {
    max-width: 340px;
    margin-bottom: 65px
  }
}

#section0 #sec0-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 293px;
  margin-bottom: 10px;
  position: relative
}

@media (max-width:767px) {
  #section0 #sec0-bars {
    height: 165px;
    margin-bottom: 30px
  }
}

#section0 #sec0-bars li {
  position: relative;
  width: 117px;
  margin: 0 3px;
  background-repeat: no-repeat;
  background-position: center bottom
}

@media (max-width:767px) {
  #section0 #sec0-bars li {
    width: 66px;
    margin: 0 1px
  }
}

#section0 #sec0-bars li:first-of-type {
  background-image: url(./images/img_sec2_linechart_1.svg)
}

#section0 #sec0-bars li:nth-of-type(2) {
  background-image: url(./images/img_sec2_linechart_2.svg)
}

#section0 #sec0-bars li:nth-of-type(3) {
  background-image: url(./images/img_sec2_linechart_3.svg)
}

#section0 #sec0-bars li:nth-of-type(4) {
  background-image: url(./images/img_sec2_linechart_4.svg)
}

#section0 #sec0-bars li:nth-of-type(5) {
  background-image: url(./images/img_sec2_linechart_5.svg)
}

#section0 #sec0-bars li:first-of-type {
  height: 63px;
  background-size: 117px 63px
}

@media (max-width:767px) {
  #section0 #sec0-bars li:first-of-type {
    height: 40px;
    background-size: 66px 40px
  }
}

#section0 #sec0-bars li:nth-of-type(2) {
  height: 102px;
  background-size: 117px 102px
}

@media (max-width:767px) {
  #section0 #sec0-bars li:nth-of-type(2) {
    height: 61px;
    background-size: 66px 61px
  }
}

#section0 #sec0-bars li:nth-of-type(3) {
  height: 145px;
  background-size: 117px 145px
}

@media (max-width:767px) {
  #section0 #sec0-bars li:nth-of-type(3) {
    height: 85px;
    background-size: 66px 85px
  }
}

#section0 #sec0-bars li:nth-of-type(4) {
  height: 225px;
  background-size: 117px 225px
}

@media (max-width:767px) {
  #section0 #sec0-bars li:nth-of-type(4) {
    height: 130px;
    background-size: 66px 130px
  }
}

#section0 #sec0-bars li:nth-of-type(5) {
  height: 293px;
  background-size: 117px 293px
}

@media (max-width:767px) {
  #section0 #sec0-bars li:nth-of-type(5) {
    height: 167px;
    background-size: 66px 167px
  }
}

#section0 #sec0-bars li .bar-icon {
  position: absolute;
  width: 80px;
  left: calc(50% - 40px);
  top: -40px
}

@media (max-width:767px) {
  #section0 #sec0-bars li .bar-icon {
    width: 50px;
    left: calc(45% - 20px);
    top: -25px
  }
}

#section0 #sec0-bars .sec0-arrow {
  position: absolute;
  z-index: 1;
  width: 440px;
  height: 220px;
  background-size: 440px 220px;
  background-repeat: no-repeat;
  background-position: left center;
  top: -60px;
  left: calc(50% - 280px);
  background-image: url(./images/img_sec2_arrow.svg)
}

@media (max-width:767px) {
  #section0 #sec0-bars .sec0-arrow {
    width: 265px;
    height: 132px;
    background-size: 265px 132px;
    top: -45px;
    left: calc(50% - 165px)
  }
}

#section0 #sec0-chart-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

@media (max-width:767px) {
  #section0 #sec0-chart-legend {
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
    box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
    border-image-slice: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 320px;
    margin: auto
  }
}

#section0 #sec0-chart-legend li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #4f83cd
}

@media (min-width:768px) {
  #section0 #sec0-chart-legend li {
    text-align: center;
    width: 109px;
    height: 98px;
    margin: 0 7px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
    box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
    border-image-slice: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
    background-origin: border-box;
    background-clip: content-box, border-box
  }
}

@media (max-width:767px) {
  #section0 #sec0-chart-legend li {
    width: calc(50% - 10px);
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    border-bottom: 1px solid #d2e5fc;
    padding: 10px 0 10px 15px
  }

  #section0 #sec0-chart-legend li:nth-child(2n) {
    margin-right: 10px
  }

  #section0 #sec0-chart-legend li:nth-child(odd) {
    margin-left: 10px
  }
}

#section0 #sec0-chart-legend li img {
  display: none
}

@media (max-width:767px) {
  #section0 #sec0-chart-legend li img {
    display: inline-block;
    width: 40px;
    margin-right: 10px
  }
}

#section0 #sec0-chart-legend li .text {
  padding-top: 10px
}

@media (max-width:767px) {
  #section0 #sec0-chart-legend li .text {
    padding-top: 0
  }
}

#section0:before {
  content: "";
  position: absolute;
  width: 900px;
  height: 177px;
  border-radius: 10px;
  background-color: #ebefff;
  bottom: 0;
  left: calc(50% - 450px)
}

@media (max-width:767px) {
  #section0:before {
    height: 150px;
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 180px
  }
}

#section0 .deco-lights {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 166px
}

#section0 .deco-lights.deco-lights1 {
  right: calc(50% + 327px)
}

@media (max-width:767px) {
  #section0 .deco-lights.deco-lights1 {
    bottom: 360px;
    right: calc(50% + 145px)
  }
}

#section0 .deco-lights.deco-lights2 {
  left: calc(50% + 327px)
}

@media (max-width:767px) {
  #section0 .deco-lights.deco-lights2 {
    display: none
  }
}

#section0 .deco-lights li {
  width: 23px;
  height: 10px;
  background-color: #5fefc0;
  margin-top: 8px;
  -webkit-animation: kv-square linear infinite 3s;
  animation: kv-square linear infinite 3s
}

#section0 .deco-lights li:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

#section0 .deco-lights li:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}

#section0 .deco-lights li:nth-child(3) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s
}

#section0 .deco-lights li:nth-child(4) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s
}

#section0 .deco-lights li:nth-child(5) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s
}

#section0 .deco-lights li:nth-child(6) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}

#section1 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 130px;
  background-image: url(./images/img_sec3_bg.svg);
  background-size: 1323px 372px;
  background-position: center 290px;
  background-repeat: no-repeat
}

@media (max-width:1279px) {
  #section1 {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(./images/img_sec3_bg-p.svg);
    background-size: 768px 224px;
    background-position: center 245px
  }
}

@media (max-width:767px) {
  #section1 {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 40px
  }

  #section1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 255px;
    background-color: #d2e5fc;
    top: 290px;
    left: 0
  }
}

#section1 h2 {
  line-height: 1;
  text-align: center;
  margin-bottom: 16px
}

@media (max-width:1279px) {
  #section1 h2 {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  #section1 h2 {
    margin-bottom: 13px
  }
}

#section1 h2 img {
  width: 398px
}

@media (max-width:1279px) {
  #section1 h2 img {
    width: 404px
  }
}

@media (max-width:767px) {
  #section1 h2 img {
    width: 340px
  }
}

#section1 #sec1-panel-table {
  width: 922px;
  height: 437px;
  margin: auto;
  position: relative;
  background-image: url(./images/img_sec3_board_web@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 50px
}

@media (max-width:1279px) {
  #section1 #sec1-panel-table {
    width: 572px;
    height: 271px;
    background-image: url(./images/img_sec3_board_pad@2x.png)
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table {
    width: 360px;
    height: 549px;
    background-image: url(./images/img_sec3_board_mb@2x.png);
    padding-top: 140px
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap {
  width: 100%;
  height: 100%;
  position: relative
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap h3 {
  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;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold
}

@media (max-width:1279px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap h3 {
    display: none
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px 30px
}

@media (max-width:1279px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap {
    padding: 20px 30px
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap {
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box {
  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
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .box-name {
  font-size: 16px;
  font-weight: bold;
  color: #202020;
  margin-bottom: 5px
}

@media (max-width:1279px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .box-name {
    font-size: 12px;
    margin-bottom: 0
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .box-name {
    font-size: 16px
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .box-number-main {
  font-size: 32px;
  font-family: "Roboto", serif;
  font-weight: bold;
  color: #4f8cd3
}

@media (max-width:1279px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .box-number-main {
    font-size: 20px
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .box-number-main {
    font-size: 28px
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .box-number-sub {
  font-size: 16px;
  font-family: "Roboto", serif;
  color: #202020
}

@media (max-width:1279px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .box-number-sub {
    font-size: 12px
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .box-number-sub {
    font-size: 16px
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .increase {
  color: #ff766b
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .box .decrease {
  color: #48c89e
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .left {
  border-right: 1px solid #d2e5fc
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .left {
    border-right: none
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .left .row {
  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;
  padding: 20px 50px 20px 10px
}

@media (max-width:1279px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .left .row {
    padding: 10px 20px 10px 0
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .left .row {
    padding: 20px 0;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .left .row:first-child {
  border-bottom: 1px solid #d2e5fc
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .left .row .box {
  margin: 0 40px
}

@media (max-width:1279px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .left .row .box {
    margin: 0 25px
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .left .row .box {
    margin: 0
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .right {
  width: 100%;
  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:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .right {
    border-top: 1px solid #d2e5fc;
    padding: 10px 50px
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .right .box {
    width: 100%;
    position: relative;
    height: 100px;
    padding-left: 45%
  }

  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .right .box .box-name {
    position: absolute;
    left: 0%;
    width: 50%;
    height: 100%;
    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
  }
}

#section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .right .box .box-number-main {
  font-size: 56px
}

@media (max-width:1279px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .right .box .box-number-main {
    font-size: 36px
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .right .box .box-number-main {
    font-size: 40px;
    line-height: 1.2
  }
}

@media (max-width:767px) {
  #section1 #sec1-panel-table .sec1-panel-tabel-outerwrap .panel-table-wrap .right .box .box-number-sub {
    font-size: 16px
  }
}

#section1-1 {
  position: relative
}

#section1-1:before {
  content: "";
  position: absolute;
  width: 1074px;
  height: 255px;
  background-color: #d2e5fc;
  bottom: 120px;
  left: calc(50% - 537px);
  border-radius: 10px
}

@media (max-width:1279px) {
  #section1-1:before {
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 70px
  }
}

@media (max-width:767px) {
  #section1-1:before {
    height: 210px;
    bottom: auto;
    top: 165px
  }
}

#section1-1 h2 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1
}

#section1-1 h2 img {
  width: 344px
}

@media (max-width:1279px) {
  #section1-1 h2 img {
    width: 282px
  }
}

@media (max-width:767px) {
  #section1-1 h2 img {
    width: 340px
  }
}

#section1-1 #sec1-charts-section {
  width: 900px;
  margin: auto;
  position: relative
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section {
    width: 680px
  }
}

@media (max-width:767px) {
  #section1-1 #sec1-charts-section {
    width: 340px
  }
}

#section1-1 #sec1-charts-section .chart-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  height: 60px
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section .chart-tags {
    height: 50px
  }
}

@media (max-width:767px) {
  #section1-1 #sec1-charts-section .chart-tags {
    height: 48px;
    margin-right: -0.5px
  }
}

#section1-1 #sec1-charts-section .chart-tags .chart-tag {
  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;
  line-height: 1;
  cursor: pointer;
  width: 216px;
  height: 50px;
  font-size: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
  background-image: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border: none;
  border-radius: 10px 10px 0 0
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section .chart-tags .chart-tag {
    width: 163px;
    height: 40px;
    font-size: 16px
  }
}

@media (max-width:767px) {
  #section1-1 #sec1-charts-section .chart-tags .chart-tag {
    width: 80px;
    height: 40px;
    font-size: 14px
  }
}

#section1-1 #sec1-charts-section .chart-tags .chart-tag:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005bab), to(#005bab));
  background-image: linear-gradient(to bottom, #005bab 0%, #005bab 100%)
}

#section1-1 #sec1-charts-section .chart-tags .chart-tag.active {
  color: #4f8cd3;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 2px #005bab;
  border-bottom: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
  height: 60px;
  font-size: 24px
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section .chart-tags .chart-tag.active {
    height: 50px;
    font-size: 20px
  }
}

@media (max-width:767px) {
  #section1-1 #sec1-charts-section .chart-tags .chart-tag.active {
    height: 48px;
    font-size: 16px
  }
}

#section1-1 #sec1-charts-section .chart-tags .chart-tag.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff
}

#section1-1 #sec1-charts-section .charts-wrap {
  margin-top: -2px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 64, 151, 0.2);
  box-shadow: 0 4px 9px 0 rgba(0, 64, 151, 0.2);
  border-radius: 0 0 10px 10px;
  border: double 2px transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding-bottom: 10px
}

#section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner {
  padding: 30px 40px 20px
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner {
    padding: 10px 15px 10px
  }
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner {
    padding: 25px 15px 20px
  }
}

#section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner .linechart-container {
  min-height: 408px
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner .linechart-container {
    min-height: 263px
  }
}

@media (max-width:767px) {
  #section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner .linechart-container {
    min-height: 154px
  }
}

#section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner canvas {
  display: none
}

#section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner .chart-legend {
  width: 120px;
  height: 40px;
  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;
  font-size: 16px;
  color: #202020;
  background-color: #f3f5fe;
  margin-top: 5px
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner .chart-legend {
    width: 90px;
    height: 35px;
    font-size: 14px
  }
}

@media (max-width:767px) {
  #section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner .chart-legend {
    margin-top: 10px;
    margin-bottom: 10px
  }
}

#section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner .chart-legend span {
  width: 20px;
  height: 8px;
  background-color: #005bab;
  display: inline-block;
  margin-right: 16px
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner .chart-legend span {
    width: 16px;
    height: 6px
  }
}

#section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #4d8cd3;
  margin: 50px auto 10px
}

@media (max-width:1279px) {
  #section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner hr {
    margin: 30px auto 10px
  }
}

#section1-1 #sec1-charts-section .charts-wrap .chart-wrap-inner .data-date {
  font-size: 12px;
  color: #202020
}

#section1-1 .deco-lights {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 0px;
  left: calc(50% + 494px)
}

@media (max-width:1279px) {
  #section1-1 .deco-lights {
    display: none
  }
}

#section1-1 .deco-lights li {
  width: 23px;
  height: 10px;
  background-color: #5fefc0;
  margin-top: 8px;
  -webkit-animation: kv-square linear infinite 3s;
  animation: kv-square linear infinite 3s
}

#section1-1 .deco-lights li:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

#section1-1 .deco-lights li:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}

#section1-1 .deco-lights li:nth-child(3) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s
}

#section1-1 .deco-lights li:nth-child(4) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s
}

#section1-1 .deco-lights li:nth-child(5) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s
}

#section1-1 .deco-lights li:nth-child(6) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}

#section2 {
  position: relative;
  background-color: transparent;
  background-image: url(./images/img_sec3_bg_web@2x.jpg);
  background-size: 100vw 1020px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 80px
}

@media (max-width:1279px) {
  #section2 {
    padding-top: 80px;
    background-image: url(./images/img_sec3_bg_pad@2x.jpg);
    background-size: 100vw 820px
  }
}

@media (max-width:767px) {
  #section2 {
    margin-top: 0;
    background-image: url(./images/img_sec3_bg_mb@2x.jpg);
    background-size: 100vw 1100px
  }
}

#section2 .sec2-deco-number {
  position: absolute;
  width: 402px;
  top: 105px;
  right: calc(50% + 316px)
}

@media (max-width:1279px) {
  #section2 .sec2-deco-number {
    width: 305px;
    top: -26px;
    right: calc(50% + 76px)
  }
}

@media (max-width:767px) {
  #section2 .sec2-deco-number {
    width: 193px;
    right: auto;
    left: 0;
    top: 10px
  }
}

#section2 .deco-squares {
  position: absolute;
  top: 280px;
  right: calc(50% + 439px);
  width: 180px;
  height: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1279px) {
  #section2 .deco-squares {
    width: 144px;
    height: 16px;
    top: 100px;
    right: calc(50% + 168px)
  }
}

@media (max-width:767px) {
  #section2 .deco-squares {
    display: none
  }
}

#section2 .deco-squares li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #5fefc0;
  -webkit-animation: kv-square linear infinite 2.4s;
  animation: kv-square linear infinite 2.4s
}

@media (max-width:1279px) {
  #section2 .deco-squares li {
    width: 15px;
    height: 15px
  }
}

#section2 .deco-squares li:first-child {
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}

#section2 .deco-squares li:nth-child(2) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s
}

#section2 .deco-squares li:nth-child(3) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s
}

#section2 .deco-squares li:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s
}

#section2 .deco-squares li:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}

#section2 .deco-squares li:nth-child(6) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

#section2 h2 {
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1
}

@media (max-width:1279px) {
  #section2 h2 {
    margin-bottom: 40px
  }
}

@media (max-width:767px) {
  #section2 h2 {
    margin-bottom: 30px
  }
}

#section2 h2 img {
  width: 406px
}

@media (max-width:1279px) {
  #section2 h2 img {
    width: 404px
  }
}

@media (max-width:767px) {
  #section2 h2 img {
    width: 340px
  }
}

#section2 .sec2-top-section {
  width: 900px;
  margin: auto;
  margin-bottom: 80px
}

@media (max-width:1279px) {
  #section2 .sec2-top-section {
    width: 680px
  }
}

@media (max-width:767px) {
  #section2 .sec2-top-section {
    width: 100%
  }
}

#section2 .sec2-top-section .sec2-cards-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:767px) {
  #section2 .sec2-top-section .sec2-cards-wrap {
    width: 342px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
    box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
    border-radius: 10px;
    border: double 2px transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
    background-image: linear-gradient(white, white), linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    position: relative
  }

  #section2 .sec2-top-section .sec2-cards-wrap:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
    border-image-slice: 1;
    background-color: #4f8cd3;
    height: 6px
  }
}

#section2 .sec2-top-section .sec2-cards-wrap .sec2-card {
  width: 430px;
  min-height: 300px;
  -webkit-box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
  box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
  border-radius: 10px;
  border: double 2px transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden;
  position: relative
}

@media (max-width:1279px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card {
    width: 325px;
    min-height: 227px
  }
}

@media (max-width:767px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card {
    min-height: 1px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: none;
    box-sizing: none;
    border-radius: 0;
    border: none;
    background-image: none
  }

  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card:first-child {
    padding-top: 20px
  }

  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card:nth-child(2) {
    padding-bottom: 20px
  }

  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card:after {
    display: none
  }
}

#section2 .sec2-top-section .sec2-cards-wrap .sec2-card:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  border-image-slice: 1;
  background-color: #4f8cd3
}

@media (max-width:1279px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card:after {
    height: 2px
  }
}

#section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul {
  padding: 40px 35px 30px
}

@media (max-width:1279px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul {
    padding: 20px 13px 20px 20px
  }
}

@media (max-width:767px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul {
    padding: 0 20px
  }
}

#section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d2e5fc;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 5px 0
}

@media (max-width:767px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li {
    margin-bottom: 15px
  }
}

#section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li .deco-square {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #5fefc0;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:1279px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li .deco-square {
    width: 6px;
    height: 6px;
    margin-right: 11px
  }
}

@media (max-width:767px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li .deco-square {
    width: 8px;
    height: 8px;
    margin-right: 12px
  }
}

#section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li .stock-name {
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans TC", "Roboto", serif
}

@media (max-width:1279px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li .stock-name {
    font-size: 14px
  }
}

@media (max-width:767px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li .stock-name {
    font-size: 16px
  }
}

#section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li .stock-percent {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: bold;
  color: #4f8cd3;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:1279px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li .stock-percent {
    font-size: 14px
  }
}

@media (max-width:767px) {
  #section2 .sec2-top-section .sec2-cards-wrap .sec2-card ul li .stock-percent {
    font-size: 16px
  }
}

#section2 .sec2-top-section hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #4f8cd3;
  margin: 30px auto 10px
}

@media (max-width:1279px) {
  #section2 .sec2-top-section hr {
    margin: 20px auto 8px
  }
}

@media (max-width:767px) {
  #section2 .sec2-top-section hr {
    width: 320px
  }
}

#section2 .sec2-top-section .datadate-desc {
  font-size: 12px;
  color: #202020
}

@media (max-width:767px) {
  #section2 .sec2-top-section .datadate-desc {
    width: 320px;
    margin: auto
  }
}

#section2 .sec2-map-section-outer {
  width: 900px;
  border-radius: 10px;
  margin: auto
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer {
    width: 682px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer {
    width: 342px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
  box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  #section2 .sec2-map-section-outer #sec2-map-section {
    border: 2px solid #4f8cd3
  }
}

#section2 .sec2-map-section-outer #sec2-map-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
  background: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  #section2 .sec2-map-section-outer #sec2-map-section:before {
    opacity: 0;
    visibility: hi;
    display: none
  }
}

#section2 .sec2-map-section-outer #sec2-map-section:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 6px;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  border-image-slice: 1;
  background-color: #4f8cd3;
  overflow: hidden
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section:after {
    height: 2px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap {
  padding: 25px 15px 30px
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap {
    padding: 25px 13px 30px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap {
    padding: 30px 10px 15px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map {
  width: 866px;
  height: 421px;
  position: relative;
  background-image: url(./images/img_sec_3_map_all.svg)
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map {
    background-image: url(./images/img_map_pad.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 658px;
    height: 326px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map {
    background-size: 323px 159px;
    background-position: top center;
    width: 100%;
    height: auto
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-area {
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
  background-repeat: no-repeat
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-area {
    display: none
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-area:hover {
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-area.map-area-america {
  width: 44.11%;
  height: 100.9%;
  top: 0;
  left: 0;
  background-image: url(./images/map-0.svg)
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-area.map-area-america:hover {
  background-image: url(./images/map-0-h.svg)
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-area.map-area-europe {
  width: 26.9%;
  height: 29.69%;
  top: 8.5%;
  left: 42.2%;
  z-index: 1;
  background-image: url(./images/map-1.svg)
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-area.map-area-europe:hover {
  background-image: url(./images/map-1-h.svg)
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-area.map-area-asia {
  width: 43.76%;
  height: 61.75%;
  top: 8.3%;
  right: -0.3%;
  background-image: url(./images/map-2.svg)
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-area.map-area-asia:hover {
  background-image: url(./images/map-2-h.svg)
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card {
  position: absolute;
  width: 150px;
  border-radius: 10px
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card {
    width: 114px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 150px;
    height: auto
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.america {
  top: 32.2%;
  left: 5.2%
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.america .card-title {
  background-color: #005bab;
  border-color: #005bab
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.america .card-title {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
    background-image: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%)
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.america ul {
  border-color: #005bab
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.america .text-percent {
  color: #4f8cd3
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.europe {
  top: 32.2%;
  left: 43.2%
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.europe .card-title {
  background-color: #ff766b
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.europe .text-percent {
  color: #ff766b
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.asia {
  top: 32.2%;
  right: 8.8%
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.asia {
    width: 100%
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.asia .card-title {
  background-color: #48c89e
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.asia .text-percent {
  color: #48c89e
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.asia ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card.asia ul li {
    width: 45%;
    margin-bottom: 4px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card .card-title {
  height: 36px;
  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;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border: solid 2px #68b5f3
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card .card-title {
    font-size: 12px;
    height: 27px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card .card-title {
    border-radius: 20px;
    border: none;
    height: 30px;
    font-size: 16px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border: solid 2px #68b5f3;
  border-top: 0;
  padding: 8px 20px
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul {
    padding: 5px 12px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul {
    background-color: transparent;
    border-radius: none;
    border: none;
    padding-bottom: 15px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul li .text-area {
  font-size: 14px;
  color: #000
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul li .text-area {
    font-size: 12px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul li .text-area {
    font-size: 14px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul li .text-percent {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: bold
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul li .text-percent {
    font-size: 14px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .map-cards-wrap .map-card ul li .text-percent {
    font-size: 16px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .other-items-list {
  position: absolute;
  left: 3.7%;
  bottom: 10%
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .other-items-list {
    bottom: 8%
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .other-items-list {
    position: relative;
    left: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .other-items-list li {
  font-weight: 600;
  color: #202020;
  font-size: 16px
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .other-items-list li {
    font-size: 14px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .other-items-list li {
    margin-right: 10px
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .other-items-list li:first-of-type {
  margin-bottom: 0.3em
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap #sec2-map .other-items-list li .other-item-percent {
  color: #005bab;
  font-family: "Roboto", serif
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap hr {
  width: 800px;
  border: none;
  height: 1px;
  background-color: #4f8cd3;
  margin: 10px auto
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap hr {
    width: 605px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap hr {
    width: 100%
  }
}

#section2 .sec2-map-section-outer #sec2-map-section .map-wrap .datadate-desc {
  width: 800px;
  margin: auto;
  font-size: 12px;
  color: #202020
}

@media (max-width:1279px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap .datadate-desc {
    width: 605px
  }
}

@media (max-width:767px) {
  #section2 .sec2-map-section-outer #sec2-map-section .map-wrap .datadate-desc {
    width: 100%
  }
}

#section3 {
  padding-top: 50px;
  position: relative
}

@media (max-width:1279px) {
  #section3 {
    padding-top: 40px
  }
}

@media (max-width:767px) {
  #section3 {
    padding-top: 50px
  }
}

#section3:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 885px;
  background-image: url(./images/img_sec5_bg_web@2x.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat
}

@media (max-width:1279px) {
  #section3:before {
    height: 800px
  }
}

@media (max-width:767px) {
  #section3:before {
    background-image: url(./images/img_sec5_bg_mb@2x.jpg);
    height: 1210px
  }
}

#section3 #section3-1 {
  position: relative
}

#section3 #section3-1 h2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1
}

@media (max-width:1279px) {
  #section3 #section3-1 h2 {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  #section3 #section3-1 h2 {
    margin-bottom: 20px
  }
}

#section3 #section3-1 h2 img {
  width: 510px
}

@media (max-width:1279px) {
  #section3 #section3-1 h2 img {
    width: 492px
  }
}

@media (max-width:767px) {
  #section3 #section3-1 h2 img {
    width: 266px
  }
}

#section3 #section3-1 h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #4f83cd
}

@media (max-width:1279px) {
  #section3 #section3-1 h3 {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  #section3 #section3-1 h3 {
    font-size: 28px;
    margin-bottom: 20px
  }
}

#section3 #section3-1 #sec3-1-features-list {
  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;
  margin-bottom: 50px
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-1-features-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

#section3 #section3-1 #sec3-1-features-list li {
  width: 200px;
  margin-right: 50px
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-1-features-list li {
    width: 160px
  }
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-1-features-list li {
    width: 320px;
    margin-right: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

#section3 #section3-1 #sec3-1-features-list li:last-of-type {
  margin-right: 0
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-1-features-list li:last-of-type {
    margin-bottom: 0
  }
}

#section3 #section3-1 #sec3-1-features-list li .icon-wrap {
  width: 160px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-1-features-list li .icon-wrap {
    width: 130px;
    margin-right: 20px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

#section3 #section3-1 #sec3-1-features-list li .icon-wrap .shine {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 0.14)), color-stop(76%, rgba(255, 255, 255, 0.1)), color-stop(77%, rgba(255, 255, 255, 0)), color-stop(79%, rgba(255, 255, 255, 0.06)), color-stop(92%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.14) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0.06) 79%, rgba(255, 255, 255, 0.3) 92%, rgba(255, 255, 255, 0) 100%)
}

#section3 #section3-1 #sec3-1-features-list li .icon-wrap img {
  width: 100%;
  position: relative
}

#section3 #section3-1 #sec3-1-features-list li .text-wrap .title {
  font-size: 20px;
  font-weight: bold;
  color: #4f8cd3;
  margin-bottom: 5px;
  text-align: center
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-1-features-list li .text-wrap .title {
    text-align: left
  }
}

#section3 #section3-1 #sec3-1-features-list li .text-wrap .desc {
  font-size: 16px;
  line-height: 1.75;
  color: #000
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-1-features-list li .text-wrap .desc {
    padding: 0 2px
  }
}

#section3 #section3-1 #sec3-cards-section {
  width: 900px;
  margin: auto;
  position: relative
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section {
    width: 680px
  }
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section {
    width: 340px
  }
}

#section3 #section3-1 #sec3-cards-section .card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  height: 60px
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .card-tags {
    height: 50px
  }
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section .card-tags {
    height: 58px;
    margin-right: -0.5px
  }
}

#section3 #section3-1 #sec3-cards-section .card-tags .card-tag {
  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;
  line-height: 1;
  cursor: pointer;
  width: 290px;
  height: 50px;
  font-size: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
  background-image: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border: none;
  border-radius: 10px 10px 0 0;
  text-align: center;
  line-height: 1.25em
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .card-tags .card-tag {
    width: 220px;
    height: 40px;
    font-size: 16px
  }
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section .card-tags .card-tag {
    width: 106px;
    height: 50px;
    font-size: 14px
  }
}

#section3 #section3-1 #sec3-cards-section .card-tags .card-tag:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005bab), to(#005bab));
  background-image: linear-gradient(to bottom, #005bab 0%, #005bab 100%)
}

#section3 #section3-1 #sec3-cards-section .card-tags .card-tag.active {
  color: #4f8cd3;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 2px #005bab;
  border-bottom: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
  height: 60px;
  font-size: 24px
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .card-tags .card-tag.active {
    height: 50px;
    font-size: 20px
  }
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section .card-tags .card-tag.active {
    height: 58px;
    font-size: 16px
  }
}

#section3 #section3-1 #sec3-cards-section .card-tags .card-tag.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff
}

#section3 #section3-1 #sec3-cards-section .card-tags .card-tag br {
  display: none
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section .card-tags .card-tag br {
    display: block
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap {
  margin-top: -2px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 64, 151, 0.2);
  box-shadow: 0 4px 9px 0 rgba(0, 64, 151, 0.2);
  border-radius: 0 0 10px 10px;
  border: double 2px transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  background-origin: border-box;
  background-clip: content-box, border-box
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap {
    padding-bottom: 10px
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner {
  height: 450px;
  padding: 50px 50px 0;
  display: none
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.show {
  display: block
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner {
    height: 512px;
    padding: 30px 40px 0
  }
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner {
    height: 500px;
    padding: 22px 20px 0
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner .top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner .top-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner .top-area .text {
  font-size: 16px;
  color: #000;
  line-height: 1.75em;
  margin-right: 45px
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner .top-area .text {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner .top-area .top-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 450px
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner .top-area .top-img {
    width: 300px
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #4f8cd3;
  margin: 30px auto 10px
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner hr {
    margin-bottom: 6px
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner .src-area {
  font-size: 12px;
  line-height: 22px;
  color: #202020
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area {
  position: relative
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area .top-img {
    margin-left: auto;
    margin-right: 0
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel {
  position: absolute;
  width: 305px;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel {
    display: block;
    width: auto
  }
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .index {
  font-size: 20px;
  color: #202020
}

@media (max-width:1279px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .index {
    margin-bottom: 10px
  }
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .index {
    margin-bottom: 0
  }
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .index span {
  font-size: 28px;
  font-weight: bold;
  color: #4f8cd3
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .arrows button {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .arrows button.disabled {
  pointer-events: none
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .arrows button:first-of-type {
  margin-right: 14px;
  background-image: url(./images/btn_cardswitch_left_defult.svg)
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .arrows button:first-of-type.disabled {
  background-image: url(./images/btn_cardswitch_left_disable.svg)
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .arrows button:last-of-type {
  background-image: url(./images/btn_cardswitch_right_defult.svg)
}

#section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel .top-area #sec3-1-panel .arrows button:last-of-type.disabled {
  background-image: url(./images/btn_cardswitch_right_disable.svg)
}

@media (max-width:767px) {
  #section3 #section3-1 #sec3-cards-section .cards-wrap .card-wrap-inner.with-panel hr {
    margin-top: 10px
  }
}

#section3 #section3-2 {
  position: relative;
  padding-top: 115px;
  padding-bottom: 80px
}

@media (max-width:1279px) {
  #section3 #section3-2 {
    padding-top: 80px
  }
}

@media (max-width:767px) {
  #section3 #section3-2 {
    padding-top: 40px;
    padding-bottom: 60px
  }
}

#section3 #section3-2 h2 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1
}

#section3 #section3-2 h2 img {
  width: 800px
}

@media (max-width:1279px) {
  #section3 #section3-2 h2 img {
    width: 392px
  }
}

@media (max-width:767px) {
  #section3 #section3-2 h2 img {
    width: 320px
  }
}

#section3 #section3-2 h3 {
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 28px;
  color: #000
}

@media (max-width:1279px) {
  #section3 #section3-2 h3 {
    margin-bottom: 26px;
    max-width: 680px
  }
}

@media (max-width:767px) {
  #section3 #section3-2 h3 {
    margin-bottom: 45px;
    max-width: 340px
  }
}

#section3 #section3-2 .main-wrap {
  position: relative;
  height: 228px;
  margin: auto;
  width: 900px
}

@media (max-width:1279px) {
  #section3 #section3-2 .main-wrap {
    width: 680px;
    height: auto;
    padding-bottom: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 34px 250px
  }
}

@media (max-width:767px) {
  #section3 #section3-2 .main-wrap {
    -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;
    padding: 0;
    width: 100%
  }
}

#section3 #section3-2 .main-wrap .bubble-list {
  position: absolute
}

@media (max-width:1279px) {
  #section3 #section3-2 .main-wrap .bubble-list {
    position: relative;
    left: auto;
    right: auto
  }
}

#section3 #section3-2 .main-wrap .bubble-list.bubble-list0 {
  left: 0
}

@media (max-width:767px) {
  #section3 #section3-2 .main-wrap .bubble-list.bubble-list0 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (min-width:1280px) {
  #section3 #section3-2 .main-wrap .bubble-list.bubble-list0 li:nth-child(odd) {
    margin-left: 20px
  }
}

#section3 #section3-2 .main-wrap .bubble-list.bubble-list1 {
  right: 0
}

@media (max-width:767px) {
  #section3 #section3-2 .main-wrap .bubble-list.bubble-list1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

@media (min-width:1280px) {
  #section3 #section3-2 .main-wrap .bubble-list.bubble-list1 li:nth-child(2n) {
    margin-left: 20px
  }
}

#section3 #section3-2 .main-wrap .bubble-list li {
  margin-bottom: 10px
}

#section3 #section3-2 .main-wrap .bubble-list li:last-child {
  margin-bottom: 0
}

@media (max-width:767px) {
  #section3 #section3-2 .main-wrap .bubble-list li:last-child {
    margin-bottom: 10px
  }
}

#section3 #section3-2 .main-wrap .bubble-list li img {
  width: 272px
}

#section3 #section3-2 .main-wrap .sec3-2-bg {
  position: absolute;
  bottom: -10px;
  width: 352px;
  left: calc(50% - 176px)
}

@media (max-width:1279px) {
  #section3 #section3-2 .main-wrap .sec3-2-bg {
    bottom: 22px
  }
}

@media (max-width:767px) {
  #section3 #section3-2 .main-wrap .sec3-2-bg {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 22px
  }
}

#section3 #section3-2 .main-wrap .deco-lights {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 0px
}

#section3 #section3-2 .main-wrap .deco-lights.deco-lights1 {
  bottom: 92px;
  right: calc(50% + 100px)
}

@media (max-width:1279px) {
  #section3 #section3-2 .main-wrap .deco-lights.deco-lights1 {
    bottom: 120px
  }
}

@media (max-width:767px) {
  #section3 #section3-2 .main-wrap .deco-lights.deco-lights1 {
    bottom: auto;
    top: 0;
    right: calc(50% + 99px)
  }
}

#section3 #section3-2 .main-wrap .deco-lights.deco-lights2 {
  bottom: 140px;
  left: calc(50% + 54px)
}

@media (max-width:1279px) {
  #section3 #section3-2 .main-wrap .deco-lights.deco-lights2 {
    bottom: 150px
  }
}

@media (max-width:767px) {
  #section3 #section3-2 .main-wrap .deco-lights.deco-lights2 {
    bottom: auto;
    top: -35px
  }
}

#section3 #section3-2 .main-wrap .deco-lights li {
  width: 23px;
  height: 10px;
  background-color: #5fefc0;
  margin-top: 8px;
  -webkit-animation: kv-square linear infinite 3s;
  animation: kv-square linear infinite 3s
}

#section3 #section3-2 .main-wrap .deco-lights li:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

#section3 #section3-2 .main-wrap .deco-lights li:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}

#section3 #section3-2 .main-wrap .deco-lights li:nth-child(3) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s
}

#section3 #section3-2 .main-wrap .deco-lights li:nth-child(4) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s
}

#section3 #section3-2 .main-wrap .deco-lights li:nth-child(5) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s
}

#section3 #section3-2 .main-wrap .deco-lights li:nth-child(6) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}

#section3 #section3-2 hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #4f8cd3;
  margin: 60px auto 8px;
  max-width: 800px
}

@media (max-width:1279px) {
  #section3 #section3-2 hr {
    margin-top: 0;
    max-width: 680px
  }
}

@media (max-width:767px) {
  #section3 #section3-2 hr {
    margin-top: 20px;
    max-width: 340px
  }
}

#section3 #section3-2 .src-desc {
  font-size: 12px;
  line-height: 22px;
  color: #202020;
  width: 100%;
  max-width: 800px;
  margin: auto
}

@media (max-width:1279px) {
  #section3 #section3-2 .src-desc {
    max-width: 680px
  }
}

@media (max-width:767px) {
  #section3 #section3-2 .src-desc {
    max-width: 340px
  }
}

#section3 #section3-3 {
  position: relative;
  padding-bottom: 87px
}

#section3 #section3-3 h2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1
}

#section3 #section3-3 h2 img {
  width: 430px
}

@media (max-width:1279px) {
  #section3 #section3-3 h2 img {
    width: 404px
  }
}

@media (max-width:767px) {
  #section3 #section3-3 h2 img {
    width: 340px
  }
}

#section3 #section3-3 .sec3-3-main-wrap {
  position: relative;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 64, 151, 0.2);
  box-shadow: 0 4px 9px 0 rgba(0, 64, 151, 0.2);
  border-radius: 10px;
  border: double 2px transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding-bottom: 10px;
  width: 600px;
  height: 400px;
  margin: auto
}

@media (max-width:767px) {
  #section3 #section3-3 .sec3-3-main-wrap {
    width: 340px;
    height: auto
  }
}

#section3 #section3-3 .sec3-3-main-wrap .inner-wrap {
  padding: 55px 70px 0
}

@media (max-width:767px) {
  #section3 #section3-3 .sec3-3-main-wrap .inner-wrap {
    padding: 25px 20px 10px
  }
}

#section3 #section3-3 .sec3-3-main-wrap .inner-wrap ul {
  font-size: 20px
}

#section3 #section3-3 .sec3-3-main-wrap .inner-wrap ul li {
  border-bottom: 1px solid #d2e5fc;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px
}

@media (max-width:767px) {
  #section3 #section3-3 .sec3-3-main-wrap .inner-wrap ul li {
    margin-bottom: 20px
  }
}

#section3 #section3-3 .sec3-3-main-wrap .inner-wrap ul li .title {
  width: 125px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
  color: #4f8cd3
}

#section3 #section3-3 .sec3-3-deco {
  position: absolute;
  width: 222px;
  bottom: 64px;
  left: calc(50% + 228px)
}

@media (max-width:1279px) {
  #section3 #section3-3 .sec3-3-deco {
    display: none
  }
}

#section4 {
  background-image: url(./images/img_sec4_bg_web.svg);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: 106px 0 120px;
  position: relative
}

@media (max-width:1279px) {
  #section4 {
    padding: 78px 0 140px;
    background-image: url(./images/img_sec4_bg_pad.svg)
  }
}

@media (max-width:767px) {
  #section4 {
    padding: 56px 0 70px;
    background-image: url(./images/img_sec4_bg_mb.svg);
    background-position: center top
  }
}

#section4 .sec3-deco-number {
  position: absolute;
  width: 402px;
  top: 3px;
  left: calc(50% + 318px)
}

@media (max-width:1279px) {
  #section4 .sec3-deco-number {
    width: 282px;
    top: 12px;
    left: auto;
    right: 3px
  }
}

@media (max-width:767px) {
  #section4 .sec3-deco-number {
    display: none
  }
}

#section4 .sec3-deco-img {
  position: absolute;
  width: 216px;
  bottom: 77px;
  right: calc(50% + 388px)
}

@media (max-width:1279px) {
  #section4 .sec3-deco-img {
    display: none;
    width: 113px;
    bottom: 35px;
    right: calc(50% + 265px)
  }
}

#section4 .sec3-deco-img-p {
  display: none
}

@media (max-width:1279px) {
  #section4 .sec3-deco-img-p {
    display: inline-block;
    position: absolute;
    width: 113px;
    bottom: 35px;
    right: calc(50% + 265px)
  }
}

@media (max-width:767px) {
  #section4 .sec3-deco-img-p {
    bottom: 7px;
    right: calc(50% + 80px)
  }
}

#section4 .sec3-wrap {
  overflow: hidden;
  margin: auto;
  width: 900px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
  box-shadow: 0 4px 9px 2px rgba(0, 64, 151, 0.2);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  border-image-slice: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative
}

@media (max-width:1279px) {
  #section4 .sec3-wrap {
    width: 724px
  }
}

@media (max-width:767px) {
  #section4 .sec3-wrap {
    width: 342px
  }
}

#section4 .sec3-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f8cd3), to(#68b5f3));
  background-image: linear-gradient(to bottom, #4f8cd3 0%, #68b5f3 100%);
  border-radius: 6px 6px 0 0
}

@media (max-width:767px) {
  #section4 .sec3-wrap:before {
    height: 10px;
    top: auto;
    bottom: 0;
    border-radius: 0 0 6px 6px
  }
}

#section4 .sec3-wrap .sec3-inner-wrap {
  width: 100%;
  height: 100%;
  padding: 60px 100px 25px;
  color: #000000;
  line-height: 1.7;
  font-size: 14px
}

@media (max-width:1279px) {
  #section4 .sec3-wrap .sec3-inner-wrap {
    padding: 63px 14px 22px
  }
}

@media (max-width:767px) {
  #section4 .sec3-wrap .sec3-inner-wrap {
    padding: 22px 20px 55px
  }
}
#section4 .sec3-wrap .sec3-inner-wrap .top-row{
  margin-bottom: 20px;
}
#section4 .sec3-wrap .sec3-inner-wrap .fc-blue {
  color: #005bab
}
#section4 .sec3-wrap .sec3-inner-wrap u {
  text-decoration: underline;
  text-underline-offset: .2rem;
}

#section4 .sec3-wrap .sec3-inner-wrap .fw-b {
  font-weight: bold
}


@media (max-width:1279px) {
  #section4 .sec3-wrap .sec3-inner-wrap .article-wrap {
    padding: 0 12px
  }
}

@media (max-width:767px) {
  #section4 .sec3-wrap .sec3-inner-wrap .article-wrap {
    padding: 0
  }
}

#section4 .sec3-wrap .sec3-inner-wrap .contact-desc {
  font-size: 12px;
  margin-bottom: 20px;
}

#section4 .sec3-wrap .sec3-inner-wrap hr {
  border: none;
  width: 100%;
  height: 1px;
  margin: 10px auto 20px;
  background-color: #005bab
}

#section4 .sec3-wrap .sec3-inner-wrap .bottom-row {
  width: 100%;
  padding: 21px 25px;
  color: #005bab;
  font-weight: 600;
  background-color: #f3f5fe;
  border-radius: 10px;
  line-height: 1.6
}

@media (max-width:1279px) {
  #section4 .sec3-wrap .sec3-inner-wrap .bottom-row {
    padding: 20px 18px
  }
}

#section4 .sec3-wrap .sec3-inner-wrap .bottom-row .bottom-title {
  font-size: 16px
}

#section4 .sec3-wrap .sec3-inner-wrap .bottom-row .bottom-desc {
  font-size: 14px
}

@media (max-width:767px) {
  #section4 .sec3-wrap .sec3-inner-wrap .bottom-row .bottom-desc {
    line-height: 2
  }
}

/*# sourceMappingURL=style.css.map */