/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500;600;700&display=swap");
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Delta Sans Light;
  src: url(fonts/DeltaFont/webfont/DeltaSans-Light.woff) format("woff"), url(fonts/DeltaFont/desktopfont/DeltaSans-Light.ttf) format("opentype");
}

@font-face {
  font-family: Delta Sans Regular;
  src: url(fonts/DeltaFont/webfont/DeltaSans-Regular.woff) format("woff"), url(fonts/DeltaFont/desktopfont/DeltaSans-Regular.ttf) format("opentype");
}

@font-face {
  font-family: Delta Sans Bold;
  font-weight: 600;
  src: url(fonts/DeltaFont/webfont/DeltaSans-SemiBold.woff) format("woff"), url(fonts/DeltaFont/desktopfont/DeltaSans-SemiBold.ttf) format("opentype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: black;
}

body {
  font-family: 'Delta Sans Regular', sans-serif;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 auto;
  max-width: 1920px;
  background-color: white;
}

body::-webkit-scrollbar {
  display: none;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.nf-show {
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
  opacity: 1 !important;
}

body.active .circle-show {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}

.color-blue {
  color: #0087DC !important;
}

.color-white {
  color: white !important;
}

.fill-blue {
  fill: #0087DC !important;
}

.border-blue {
  background-color: #0087DC !important;
}

.border-white {
  background-color: white !important;
}

.overflow-h {
  overflow: hidden !important;
}

.ptrN {
  pointer-events: none !important;
  cursor: default !important;
}

.op1 {
  opacity: 1 !important;
}

.op0 {
  opacity: 0 !important;
}

.nav {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
  color: white;
  -webkit-transition: opacity .5s ease, color .2s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, color .2s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease, color .2s ease;
  transition: transform .5s ease, opacity .5s ease, color .2s ease, -webkit-transform .5s ease;
  z-index: 6;
}

@media screen and (min-width: 1921px) {
  .nav {
    max-width: 1920px;
    left: calc((100% - 1920px) / 2);
  }
}

.nav-wrap {
  padding: 37px 26px 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .nav-wrap {
    padding: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
  }
}

.nav-logo {
  width: 150px;
  height: 48px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .nav-logo {
    width: 92px;
    height: 30px;
  }
}

.nav-logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.nav-logo .w-logo {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.nav-logo .b-logo {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.nav-block {
  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;
  font-size: 20px;
  font-family: 'Delta Sans Bold', sans-serif;
  letter-spacing: 1.4px;
  color: white;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

@media screen and (max-width: 1024px) {
  .nav-block {
    display: none;
  }
}

.nav-block-item {
  padding: 6px 0;
  margin: 0 16px;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: border .2s ease;
  transition: border .2s ease;
  position: relative;
  letter-spacing: 0;
}

.nav-block-item.viewing .nav-block-item-line {
  width: 100%;
}

.nav-block-item:hover {
  opacity: 0.85;
}

.nav-block-item-line {
  width: 0;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.nav-btn {
  width: 36px;
  height: 27px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 8;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .nav-btn {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .nav-btn {
    width: 28px;
    height: 22px;
  }
}

.nav-btn span {
  display: block;
  background-color: white;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

@media screen and (max-width: 1023px) {
  .nav-btn span {
    background-color: #0087DC;
  }
}

.nav-collapse {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  background-color: #0087DC;
  z-index: 7;
  padding: 40px 35px 60px 35px;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.nav-collapse-top img {
  width: 150px;
}

@media screen and (max-width: 640px) {
  .nav-collapse-top img {
    width: 92px;
    position: relative;
    top: -20px;
    left: -20px;
  }
}

.nav-collapse-cen {
  padding: 50px 0 0 24px;
}

@media screen and (max-width: 640px) {
  .nav-collapse-cen {
    padding: 30px 0 0 0;
  }
}

.nav-collapse-cen-item {
  cursor: pointer;
  margin-bottom: 23px;
  color: white;
}

.nav-collapse-cen-item:hover {
  color: #64D7D7;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.nav-collapse-cen-item span:nth-child(1) {
  display: none;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .nav-collapse-cen-item span:nth-child(1) {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.6px;
  }
}

.nav-collapse-cen-item span:nth-child(2) {
  font-family: 'Delta Sans Regular', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0px;
}

@media screen and (max-width: 640px) {
  .nav-collapse-cen-item span:nth-child(2) {
    font-size: 24px;
    line-height: 28px;
  }
}

.nav-collapse-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
}

@media screen and (max-width: 640px) {
  .nav-collapse-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.nav-collapse-btm-lang {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-collapse-btm-lang svg {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 640px) {
  .nav-collapse-btm-lang svg {
    width: 20px;
    height: 20px;
  }
}

.nav-collapse-btm-lang svg .cls-1 {
  fill: white;
}

.nav-collapse-btm-lang span {
  display: inline-block;
  margin-left: 14px;
  font-family: 'Delta Sans Regular', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
}

@media screen and (max-width: 640px) {
  .nav-collapse-btm-lang span {
    font-size: 18px;
    line-height: 36px;
  }
}

.nav-collapse-btm-privacy {
  font-family: 'Delta Sans Light', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  top: 14px;
}

@media screen and (max-width: 640px) {
  .nav-collapse-btm-privacy {
    font-size: 12px;
    top: 0;
    margin-top: 10px;
  }
}

.kv-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  max-width: 1920px;
}

@media screen and (min-width: 1921px) {
  .kv-video {
    left: calc((100% - 1920px) / 2);
  }
}

@media screen and (max-width: 1023px) {
  section {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    min-height: unset !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.sec1 {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  position: relative;
  overflow: hidden;
}

.sec1-v1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec1-v1-rect {
  width: 100%;
  height: 100%;
  padding: calc((100vw + 100vh) / 50);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.sec1-v1-rect-logo {
  width: 140px;
  position: absolute;
  margin-top: calc((100vw + 100vh) / 50);
  margin-left: calc((100vw + 100vh) / 50);
  top: 46px;
  left: 46px;
  z-index: 3;
}

@media screen and (max-width: 600px) {
  .sec1-v1-rect-logo {
    margin-top: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sec1-v1-rect-logo {
    margin-top: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 400px) {
  .sec1-v1-rect-logo {
    width: 90px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

.sec1-v1-rect-1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #1387dc;
  position: relative;
}

.sec1-v1-rect-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: calc((100vw + 100vh) / 50);
}

.sec1-v1-rect-green {
  position: absolute;
  background-color: #b9ea5f;
  width: 400px;
  height: 20px;
}

.sec1-v1-rect-tif {
  position: absolute;
  background-color: #64d7d7;
  width: 200px;
  height: 20px;
}

.sec1-v1-center {
  width: 100%;
  height: 100%;
  padding-top: 140px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .sec1-v1-center {
    padding-top: 70px;
  }
}

.sec1-v1-center-topic {
  text-align: center;
  font-family: 'Delta Sans Bold', sans-serif;
  position: relative;
  font-size: 72px;
  color: white;
  font-weight: 600;
  z-index: 5;
}

@media screen and (max-width: 1439px) {
  .sec1-v1-center-topic {
    font-size: 64px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .sec1-v1-center-topic {
    font-size: 38px;
    letter-spacing: -0.38px;
    max-width: 250px;
    text-align: left;
  }
}

.sec1-v1-center-topic p:nth-child(1) {
  opacity: 0;
  margin: 0px 0 26px 0;
}

@media screen and (max-width: 400px) {
  .sec1-v1-center-topic p:nth-child(1) {
    margin: 0px 0 18px 0;
  }
}

.sec1-v1-center-topic p:nth-child(2) {
  opacity: 0;
  margin: 0 0 75px 0;
}

.sec1-v1-center-circle {
  position: relative;
  width: 122px;
  height: 63px;
  font-family: 'Delta Sans Light', sans-serif;
  font-size: 16px;
  color: white;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: transform .8s ease, opacity .8s ease;
  transition: transform .8s ease, opacity .8s ease, -webkit-transform .8s ease;
  z-index: 3;
  top: 60px;
}

.sec1-v1-center-circle p:nth-child(1) {
  margin: 3px 0;
  -webkit-animation: bounce 1.6s ease-in-out infinite;
          animation: bounce 1.6s ease-in-out infinite;
}

.sec1-v1-center-circle p:nth-child(2) {
  margin-top: 12px;
  -webkit-animation: bounce 1.6s ease-in-out infinite;
          animation: bounce 1.6s ease-in-out infinite;
}

.sec1-v2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: #0087dc;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8%;
}

@media screen and (min-width: 1600px) {
  .sec1-v2 {
    padding: 0 12%;
  }
}

@media screen and (min-width: 1800px) {
  .sec1-v2 {
    padding: 0 16%;
  }
}

@media screen and (max-width: 1439px) {
  .sec1-v2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 calc((100% - 632px) / 2 - 280px);
  }
}

@media screen and (max-width: 1250px) {
  .sec1-v2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 calc((100% - 632px) / 2 - 120px);
  }
}

@media screen and (max-width: 1100px) {
  .sec1-v2 {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1050px) {
  .sec1-v2 {
    padding: 0 70px;
  }
}

@media screen and (max-width: 1023px) {
  .sec1-v2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(50vh);
            transform: translateY(50vh);
    top: 50vh;
    height: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

.sec1-v2-wording {
  font-size: 20px;
  width: 445px;
  color: white;
  line-height: 28px;
  opacity: 0;
}

@media screen and (max-width: 1439px) {
  .sec1-v2-wording {
    width: 532px;
    font-size: 16px;
    line-height: 23px;
    margin-top: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .sec1-v2-wording {
    margin-top: 0;
    font-size: 15px;
    line-height: 22px;
    max-width: 320px;
    letter-spacing: -0.15px;
  }
}

.sec2 {
  height: 100vh;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  padding: 110px 0;
  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 screen and (max-width: 1023px) {
  .sec2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 20px;
    height: auto;
  }
}

.sec2-left {
  width: 100%;
  height: 100%;
  max-width: 808px;
  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 screen and (max-width: 1439px) {
  .sec2-left {
    max-width: 592px;
    height: auto;
  }
}

.sec2-left-top {
  color: #0087DC;
  margin-top: 80px;
}

@media screen and (max-width: 1439px) {
  .sec2-left-top {
    margin-top: 20px;
  }
}

.sec2-left-top p:nth-child(1) {
  font-family: 'Delta Sans Bold', sans-serif;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 44px;
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .sec2-left-top p:nth-child(1) {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1023px) {
  .sec2-left-top p:nth-child(1) {
    font-size: 22px;
    letter-spacing: -0.22px;
    line-height: 30px;
  }
}

.sec2-left-top p:nth-child(2) {
  font-size: 24px;
  font-family: 'Delta Sans Bold', sans-serif;
  margin-top: 26px;
  letter-spacing: 0px;
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .sec2-left-top p:nth-child(2) {
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .sec2-left-top p:nth-child(2) {
    font-size: 17px;
    line-height: 23px;
    margin-top: 15px;
  }
}

.sec2-left-bottom {
  font-size: 20px;
  line-height: 30px;
  margin-top: 70px;
  max-width: 788px;
  letter-spacing: 0;
}

@media screen and (max-width: 1439px) {
  .sec2-left-bottom {
    font-size: 16px;
    line-height: 23px;
    margin-top: 60px;
    max-width: 566px;
  }
}

@media screen and (max-width: 1023px) {
  .sec2-left-bottom {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 25px;
    margin-top: 40px;
  }
}

.sec2-right {
  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;
  margin-left: 90px;
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .sec2-right {
    margin-left: 60px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .sec2-right {
    margin-left: 0;
    margin-top: 50px;
  }
}

.sec2-right-circle {
  width: 274px;
  height: 270px;
  border-radius: 136px;
  border: 8px solid #0087dc;
  position: relative;
  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 screen and (max-width: 1439px) {
  .sec2-right-circle {
    width: 198px;
    height: 195px;
  }
}

@media screen and (max-width: 1023px) {
  .sec2-right-circle {
    width: 142px;
    height: 140px;
  }
}

.sec2-right-circle-green {
  width: 274px;
  height: 270px;
  position: absolute;
  top: -8px;
  left: -8px;
  background: #B9EB5F;
  border-radius: 136px;
  -webkit-clip-path: polygon(100% 50%, 50% 50%, 75% 76%, 100% 100%);
          clip-path: polygon(100% 50%, 50% 50%, 75% 76%, 100% 100%);
}

@media screen and (max-width: 1439px) {
  .sec2-right-circle-green {
    width: 198px;
    height: 195px;
  }
}

@media screen and (max-width: 1023px) {
  .sec2-right-circle-green {
    width: 142px;
    height: 140px;
  }
}

.sec2-right-circle-tif {
  width: 274px;
  height: 270px;
  position: absolute;
  top: -8px;
  left: -8px;
  background: #64D7D7;
  border-radius: 136px;
  -webkit-clip-path: polygon(50% 100%, 50% 50%, 75% 76%, 100% 100%);
          clip-path: polygon(50% 100%, 50% 50%, 75% 76%, 100% 100%);
}

@media screen and (max-width: 1439px) {
  .sec2-right-circle-tif {
    width: 198px;
    height: 195px;
  }
}

@media screen and (max-width: 1023px) {
  .sec2-right-circle-tif {
    width: 142px;
    height: 140px;
  }
}

.sec2-right-circle::after {
  content: '';
  display: block;
  position: absolute;
  width: 258px;
  height: 254px;
  top: 0;
  left: 0;
  background: white;
  border-radius: 129px;
}

@media screen and (max-width: 1439px) {
  .sec2-right-circle::after {
    width: 182px;
    height: 179px;
  }
}

@media screen and (max-width: 1023px) {
  .sec2-right-circle::after {
    width: 126px;
    height: 124px;
  }
}

.sec2-right-circle-img {
  position: relative;
  width: 291px;
  z-index: 3;
  left: -18.8px;
  top: 5px;
  -webkit-clip-path: ellipse(48% 39% at 50.6% 42.7%);
          clip-path: ellipse(48% 39% at 50.6% 42.7%);
}

@media screen and (max-width: 1439px) {
  .sec2-right-circle-img {
    width: 192px;
    left: -6.7px;
    top: -10.2px;
    -webkit-clip-path: ellipse(50.2% 41.5% at 50.6% 48%);
            clip-path: ellipse(50.2% 41.5% at 50.6% 48%);
  }
}

@media screen and (max-width: 1023px) {
  .sec2-right-circle-img {
    width: 136px;
    left: -6.2px;
    top: -9px;
    -webkit-clip-path: ellipse(50% 42% at 50% 48%);
            clip-path: ellipse(50% 42% at 50% 48%);
  }
}

.sec3 {
  height: 100vh;
  width: 100%;
  background-color: black;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  color: white;
}

@media screen and (max-width: 1023px) {
  .sec3 {
    height: auto;
    padding: 80px 20px;
  }
}

.sec3-wrap {
  width: 100%;
  max-width: 1280px;
  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 screen and (max-width: 1023px) {
  .sec3-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
  }
}

.sec3-left {
  width: 100%;
  max-width: 707px;
  height: 401px;
  margin-right: 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;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .sec3-left {
    max-width: 532px;
    height: 302px;
    margin-right: 34px;
  }
}

@media screen and (max-width: 1023px) {
  .sec3-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0 25px 0;
    height: 250px;
  }
}

@media screen and (max-width: 500px) {
  .sec3-left {
    height: 190px;
  }
}

.sec3-left video,
.sec3-left iframe {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.sec3-left img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sec3-right {
  width: 100%;
  max-width: 444px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  position: relative;
  margin-top: 80px;
  padding-top: 10px;
}

@media screen and (max-width: 1439px) {
  .sec3-right {
    max-width: 325px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .sec3-right {
    max-width: unset;
    overflow: hidden;
  }
}

.sec3-right-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 5px;
  background-color: none;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .sec3-right-line {
    width: 70px;
    height: 3px;
  }
}

.sec3-right-line-wrap {
  width: calc(100% / 5 * 2);
  height: 100%;
  position: absolute;
  left: calc(100% / 5 * -2);
  top: 0;
  z-index: 2;
}

.sec3-right-line-wrap span:nth-child(1) {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #64D7D7;
}

.sec3-right-line-wrap span:nth-child(2) {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #B9EB5F;
}

.sec3-right-line-blue {
  border: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  left: calc(-100%);
  background-color: #0087DC;
  height: 5px;
}

@media screen and (max-width: 680px) {
  .sec3-right-line-blue {
    left: calc(-100%);
  }
}

.sec3-right-title {
  font-size: 64px;
  font-family: 'Delta Sans Bold', sans-serif;
  letter-spacing: 0;
  line-height: 72px;
  margin-top: 10px;
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .sec3-right-title {
    font-size: 58px;
    line-height: 64px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .sec3-right-title {
    font-size: 30px;
    line-height: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sec3-right-content {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  margin-top: 30px;
}

@media screen and (max-width: 1439px) {
  .sec3-right-content {
    font-size: 16px;
    line-height: 23px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .sec3-right-content {
    display: none;
  }
}

.sec3-m-content {
  font-size: 15px;
  letter-spacing: -0.15px;
  line-height: 22px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (min-width: 1024px) {
  .sec3-m-content {
    display: none;
  }
}

.sec4 {
  height: 100vh;
  width: 100%;
  background-color: #0087DC;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  color: white;
  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 screen and (max-width: 1023px) {
  .sec4 {
    height: auto;
    padding: 80px 20px 88px 20px;
  }
}

.sec4-wrap {
  margin-top: 100px;
}

@media screen and (max-width: 1439px) {
  .sec4-wrap {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .sec4-wrap {
    margin-top: 0;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 460px;
  }
}

.sec4-title {
  font-size: 64px;
  font-family: 'Delta Sans Bold';
  letter-spacing: 0;
  line-height: 72px;
  text-align: center;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 1439px) {
  .sec4-title {
    font-size: 58px;
    line-height: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .sec4-title {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}

@media screen and (max-width: 1023px) {
  .sec4-title-br {
    display: block;
  }
}

.sec4-content {
  max-width: 586px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 1439px) {
  .sec4-content {
    font-size: 16px;
    line-height: 23px;
    max-width: 510px;
  }
}

@media screen and (max-width: 1023px) {
  .sec4-content {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
    text-align: left;
  }
}

.sec5 {
  height: 100vh;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  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 screen and (max-width: 1023px) {
  .sec5 {
    height: auto;
    padding: 150px 40px 170px 40px;
  }
}

@media screen and (max-width: 680px) {
  .sec5 {
    padding: 150px 20px 160px 20px;
  }
}

.sec5-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  .sec5-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: 100%;
  }
}

.sec5-title {
  font-family: Delta Sans Bold;
  font-size: 50px;
  color: #0087DC;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (max-width: 1439px) {
  .sec5-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .sec5-title {
    font-size: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 200px;
  }
}

@media screen and (max-width: 890px) {
  .sec5-title {
    padding-left: 100px;
  }
}

@media screen and (max-width: 680px) {
  .sec5-title {
    padding-left: 0;
    padding: 0 20px;
  }
}

.sec5-subtitle {
  display: none;
  font-size: 40px;
  font-weight: bold;
  color: #0087DC;
  letter-spacing: 2px;
  line-height: 54px;
  margin-top: 24px;
}

@media screen and (max-width: 1439px) {
  .sec5-subtitle {
    font-size: 36px;
    letter-spacing: 1.8px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1023px) {
  .sec5-subtitle {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 44px;
    margin-top: 12px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 200px;
  }
}

@media screen and (max-width: 890px) {
  .sec5-subtitle {
    padding-left: 100px;
  }
}

@media screen and (max-width: 680px) {
  .sec5-subtitle {
    padding-left: 0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 500px) {
  .sec5-subtitle {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 40px;
    margin-top: 4px;
  }
}

.sec5-content {
  font-size: 20px;
  font-weight: normal;
  color: black;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
  max-width: 586px;
  letter-spacing: 0;
}

@media screen and (max-width: 1439px) {
  .sec5-content {
    font-size: 16px;
    line-height: 23px;
    max-width: 440px;
  }
}

@media screen and (max-width: 1023px) {
  .sec5-content {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    margin-top: 20px;
    text-align: left;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 316px;
    margin-left: 200px;
  }
}

@media screen and (max-width: 890px) {
  .sec5-content {
    margin-left: 100px;
  }
}

@media screen and (max-width: 680px) {
  .sec5-content {
    margin-left: 0;
    padding: 0 20px;
  }
}

.sec5-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: white;
  bottom: 180px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .sec5-line {
    position: relative;
    bottom: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 680px) {
  .sec5-line {
    height: 5px;
  }
}

.sec5-line-wrap {
  border: 0;
  width: calc((100% / 5) * 2);
  left: calc((100% / 5) * -4);
  height: 100px;
  position: absolute;
  top: -10px;
  z-index: 2;
}

.sec5-line-wrap span:nth-child(1) {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #64D7D7;
}

.sec5-line-wrap span:nth-child(2) {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #B9EB5F;
}

.sec5-line-blue {
  border: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  left: calc(-100% - ((100% / 5) * 2));
  background-color: #0087DC;
  height: 8px;
}

@media screen and (max-width: 1023px) {
  .sec5-line-blue {
    left: calc(-100% - ((100% / 5) * 2) - 40px);
  }
}

@media screen and (max-width: 680px) {
  .sec5-line-blue {
    left: calc(-100% - ((100% / 5) * 2) - 20px);
  }
}

.sec6 {
  height: 100vh;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  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-top: 40px;
}

@media screen and (max-width: 1023px) {
  .sec6 {
    padding: 0 20px 160px 20px;
    height: auto;
  }
}

.sec6-wrap {
  width: 100%;
  max-width: 958px;
  background-color: #0087DC;
  padding: 8px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .sec6-wrap {
    max-width: 577px;
  }
}

@media screen and (max-width: 680px) {
  .sec6-wrap {
    padding: 4px;
  }
}

.sec6-cwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 140px 0 120px 0;
  background-color: white;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1439px) {
  .sec6-cwrap {
    padding: 100px 0 90px 0;
  }
}

@media screen and (max-width: 1023px) {
  .sec6-cwrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 86px 16px 94px 16px;
  }
}

@media screen and (max-width: 680px) {
  .sec6-cwrap {
    padding: 76px 16px 84px 16px;
  }
}

.sec6-rect-green {
  position: absolute;
  z-index: 2;
  background-color: #b9ea5f;
  width: 400px;
  height: 20px;
}

.sec6-rect-tif {
  position: absolute;
  background-color: #64d7d7;
  width: 200px;
  height: 20px;
}

.sec6-title {
  font-family: Delta Sans Bold;
  font-size: 50px;
  color: #0087DC;
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .sec6-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .sec6-title {
    font-size: 24px;
  }
}

.sec6-subtitle {
  display: none;
  font-size: 40px;
  font-weight: bold;
  color: #0087DC;
  letter-spacing: 2px;
  line-height: 54px;
  margin-top: 24px;
}

@media screen and (max-width: 1439px) {
  .sec6-subtitle {
    font-size: 36px;
    letter-spacing: 1.8px;
    line-height: 46px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .sec6-subtitle {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 44px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 500px) {
  .sec6-subtitle {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 40px;
    margin-top: 4px;
  }
}

.sec6-content {
  font-size: 20px;
  font-weight: normal;
  color: black;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0;
  max-width: 626px;
}

@media screen and (max-width: 1439px) {
  .sec6-content {
    font-size: 16px;
    line-height: 23px;
    margin-top: 35px;
    max-width: 440px;
  }
}

@media screen and (max-width: 1023px) {
  .sec6-content {
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 22px;
    margin-top: 20px;
    text-align: left;
    max-width: 316px;
  }
}

.sec7 {
  height: 100vh;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  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-top: 40px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .sec7 {
    height: auto;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 160px;
  }
}

.sec7-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 958px;
  padding: 80px 0 120px 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1023px) {
  .sec7-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    max-width: 362px;
    padding: 0 40px;
  }
}

.sec7-title {
  text-align: center;
  font-family: Delta Sans Bold;
  font-size: 50px;
  line-height: 110%;
  color: #0087DC;
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .sec7-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .sec7-title {
    font-size: 24px;
    text-align: left;
  }
}

.sec7-subtitle {
  display: none;
  font-size: 40px;
  font-weight: bold;
  color: #0087DC;
  letter-spacing: 2px;
  line-height: 54px;
  margin-top: 24px;
}

@media screen and (max-width: 1439px) {
  .sec7-subtitle {
    font-size: 36px;
    letter-spacing: 1.8px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1023px) {
  .sec7-subtitle {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 44px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 500px) {
  .sec7-subtitle {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 40px;
    margin-top: 4px;
  }
}

.sec7-content {
  font-size: 20px;
  font-weight: normal;
  color: black;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  max-width: 586px;
  letter-spacing: 0;
}

@media screen and (max-width: 1439px) {
  .sec7-content {
    font-size: 16px;
    line-height: 23px;
    max-width: 440px;
  }
}

@media screen and (max-width: 1023px) {
  .sec7-content {
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 22px;
    margin-top: 20px;
    text-align: left;
    max-width: 316px;
  }
}

.sec7-dia {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .sec7-dia {
    position: relative;
    width: 100%;
    height: 434px;
    margin-top: 20px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: visible;
  }
}

@media screen and (max-width: 599px) {
  .sec7-dia {
    overflow: hidden;
  }
}

.sec7-dia-left {
  position: absolute;
  width: 587px;
  left: -180px;
  top: 24px;
  -webkit-transform: translateY(calc(100vh - 440px - 24px));
          transform: translateY(calc(100vh - 440px - 24px));
}

@media screen and (max-width: 1439px) {
  .sec7-dia-left {
    width: 435px;
    left: -159px;
    top: 24px;
    -webkit-transform: translateY(calc(100vh - 326px - 24px));
            transform: translateY(calc(100vh - 326px - 24px));
  }
}

@media screen and (max-width: 1023px) {
  .sec7-dia-left {
    width: 221px;
    left: -41px;
    top: 50px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sec7-dia-right {
  position: absolute;
  width: 379px;
  right: 28px;
  top: -120px;
  -webkit-transform: translateY(calc(100vh - 505px + 120px));
          transform: translateY(calc(100vh - 505px + 120px));
}

@media screen and (max-width: 1439px) {
  .sec7-dia-right {
    width: 311px;
    right: -35px;
    top: -80px;
    -webkit-transform: translateY(calc(100vh - 415px + 80px));
            transform: translateY(calc(100vh - 415px + 80px));
  }
}

@media screen and (max-width: 1023px) {
  .sec7-dia-right {
    width: 166px;
    right: -23px;
    top: 0px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sec7-dia-cen {
  position: absolute;
  width: 587px;
  left: calc(50% - 293.5px);
  bottom: -220px;
  -webkit-transform: translateY(calc(100vh * -1 + 20px));
          transform: translateY(calc(100vh * -1 + 20px));
}

@media screen and (max-width: 1439px) {
  .sec7-dia-cen {
    width: 440px;
    left: calc(50% - 220px);
    bottom: -100px;
    -webkit-transform: translateY(calc(-100vh + 60px));
            transform: translateY(calc(-100vh + 60px));
  }
}

@media screen and (max-width: 1023px) {
  .sec7-dia-cen {
    width: 237px;
    left: calc(50% - 160px);
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sec8 {
  height: 100vh;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  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;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .sec8 {
    height: auto;
  }
}

.sec8-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .sec8-img {
    display: none;
  }
}

.sec8-img-sec {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sec8-scrollbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .sec8-scrollbar {
    display: none;
  }
}

.sec8-scrollbar-wrap {
  width: 400px;
  height: 2px;
  background: #0088dc54;
  position: absolute;
  bottom: 3%;
  left: 3%;
}

.sec8-scrollbar-bar {
  display: block;
  position: relative;
  width: calc(100% / 8);
  height: 100%;
  background: #0087DC;
}

.sec8-m {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .sec8-m {
    display: none;
  }
}

.sec8-m .swiper {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 640px) {
  .sec8-m .swiper {
    height: auto;
  }
}

.sec8-m .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec8-swiper-btn {
  position: absolute;
  left: 64px;
  bottom: 64px;
  width: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .sec8-swiper-btn {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sec8-swiper-btn {
    position: relative;
    margin: 20px 0 80px 20px;
    left: 0;
    bottom: 0;
    width: 86px;
  }
}

.sec8-swiper-btn div {
  width: 55px;
  height: 55px;
  border-radius: 27.5px;
  border: 1px solid #0087DC;
  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: 31px;
  font-family: 'Delta Sans Light', sans-serif;
  color: #0087DC;
  background-color: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .sec8-swiper-btn div {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
}

.sec8-swiper-btn div:hover {
  background-color: #0087DC;
  color: white;
}

.sec9 {
  height: 100vh;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  padding: 0 125px;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  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;
  overflow: hidden;
  background-color: #0087DC;
}

@media screen and (max-width: 1439px) {
  .sec9 {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .sec9 {
    height: auto;
    padding: 80px 20px 150px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .sec9 {
    padding: 80px 0 80px 20px;
  }
}

.sec9-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .sec9-wrap {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .sec9-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .sec9-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    max-width: 500px;
  }
}

.sec9-left {
  width: 100%;
  min-width: 505px;
  max-width: 505px;
  position: relative;
  padding-top: 20px;
  margin: 50px 80px 0 0;
}

@media screen and (max-width: 1439px) {
  .sec9-left {
    min-width: 370px;
    max-width: 370px;
    margin-right: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .sec9-left {
    margin-right: 0;
    min-width: unset;
    max-width: unset;
  }
}

@media screen and (max-width: 640px) {
  .sec9-left {
    padding: 0 20px 0 0;
  }
}

.sec9-left-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 5px;
  background-color: none;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .sec9-left-line {
    width: 70px;
    height: 3px;
  }
}

.sec9-left-line-wrap {
  width: calc(100% / 5 * 2);
  height: 100%;
  position: absolute;
  left: calc(100% / 5 * -2);
  top: 0;
  z-index: 2;
}

.sec9-left-line-wrap span:nth-child(1) {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #64D7D7;
}

.sec9-left-line-wrap span:nth-child(2) {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #B9EB5F;
}

.sec9-left-line-blue {
  border: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  left: calc(-100%);
  background-color: white;
  height: 5px;
}

@media screen and (max-width: 680px) {
  .sec9-left-line-blue {
    left: calc(-100%);
  }
}

.sec9-left-title {
  font-size: 64px;
  font-family: 'Delta Sans Bold';
  letter-spacing: 0;
  line-height: 72px;
  margin-top: 10px;
  color: white;
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .sec9-left-title {
    font-size: 58px;
    line-height: 64px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .sec9-left-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.sec9-left-content {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  margin-top: 58px;
  color: white;
}

@media screen and (max-width: 1439px) {
  .sec9-left-content {
    font-size: 17px;
    line-height: 23px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .sec9-left-content {
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 22px;
    margin: 21px 0 60px 0;
  }
}

.sec9-right {
  position: relative;
  width: 606px;
  overflow: hidden;
  text-align: left;
  cursor: -webkit-grab;
  cursor: grab;
}

@media screen and (max-width: 1439px) {
  .sec9-right {
    min-width: 456px;
    max-width: 456px;
  }
}

@media screen and (max-width: 1023px) {
  .sec9-right {
    min-width: 580px;
    max-width: 580px;
  }
}

.sec9-right-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 1439px) {
  .sec9-right-wrap {
    height: 530px;
  }
}

@media screen and (max-width: 1024px) {
  .sec9-right-wrap {
    display: none;
  }
}

.sec9-right-item {
  width: 100%;
  margin-right: 0;
  color: white;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.42px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0.5;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media screen and (max-width: 1439px) {
  .sec9-right-item {
    width: 456px;
  }
}

@media screen and (max-width: 640px) {
  .sec9-right-item {
    min-width: 280px;
  }
}

.sec9-right-item-img {
  width: 100%;
  height: 330px;
}

@media screen and (max-width: 1439px) {
  .sec9-right-item-img {
    height: 260px;
  }
}

@media screen and (max-width: 640px) {
  .sec9-right-item-img {
    height: 160px;
  }
}

.sec9-right-item-prev {
  margin: 34px 0 11px 0;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.42px;
}

@media screen and (max-width: 1439px) {
  .sec9-right-item-prev {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    margin: 20px 0 10px 0;
  }
}

@media screen and (max-width: 1023px) {
  .sec9-right-item-prev {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
    margin: 20px 0 10px 0;
  }
}

.sec9-right-item-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: 'Delta Sans Bold', sans-serif;
  margin-bottom: 25px;
}

@media screen and (max-width: 1439px) {
  .sec9-right-item-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .sec9-right-item-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.sec9-right-item-content {
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0;
}

@media screen and (max-width: 1439px) {
  .sec9-right-item-content {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1023px) {
  .sec9-right-item-content {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.15px;
  }
}

.sec9-right-item-a {
  position: absolute;
  left: 0;
  top: 630px;
}

@media screen and (max-width: 1439px) {
  .sec9-right-item-a {
    top: 570px;
  }
}

.sec9-right .swiper {
  width: 456px;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .sec9-right .swiper {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sec9-right .swiper {
    width: 815px;
  }
}

@media screen and (max-width: 640px) {
  .sec9-right .swiper {
    width: 600px;
  }
}

.sec9-right .swiper-slide-active {
  opacity: 1;
}

.sec9-scrollbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .sec9-scrollbar {
    display: none;
  }
}

.sec9-scrollbar-wrap {
  width: 400px;
  height: 2px;
  background: rgba(255, 255, 255, 0.409);
  position: absolute;
  bottom: 42px;
  left: 4%;
}

.sec9-scrollbar-bar {
  display: block;
  position: relative;
  width: calc(100% / 5);
  height: 100%;
  background: white;
}

.sec9-swiper-btn {
  position: absolute;
  left: 64px;
  bottom: 64px;
  width: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .sec9-swiper-btn {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sec9-swiper-btn {
    position: relative;
    left: calc((100% / -2) + 43px);
    bottom: 0;
    margin: 30px 0 0 0;
    width: 86px;
  }
}

.sec9-swiper-btn div {
  width: 55px;
  height: 55px;
  border-radius: 27.5px;
  border: 1px solid white;
  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: 31px;
  font-family: 'Delta Sans Light', sans-serif;
  color: white;
  background-color: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .sec9-swiper-btn div {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
}

.sec9-swiper-btn div:hover {
  background-color: white;
  color: #0087DC;
}

.sec10 {
  height: 100vh;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  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;
  overflow: hidden;
  background-color: white;
}

@media screen and (max-width: 1023px) {
  .sec10 {
    height: auto;
    padding: 80px 20px 150px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .sec10 {
    padding: 80px 0 80px 20px;
  }
}

.sec10-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .sec10-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .sec10-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    max-width: 500px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
}

.sec10-right {
  width: 100%;
  min-width: 505px;
  max-width: 505px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 20px;
}

@media screen and (max-width: 1439px) {
  .sec10-right {
    min-width: 376px;
    max-width: 376px;
  }
}

@media screen and (max-width: 1024px) {
  .sec10-right {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .sec10-right {
    min-width: unset;
    max-width: unset;
  }
}

@media screen and (max-width: 640px) {
  .sec10-right {
    padding: 0 20px 0 0;
  }
}

.sec10-right-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 5px;
  background-color: none;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .sec10-right-line {
    width: 70px;
    height: 3px;
  }
}

.sec10-right-line-wrap {
  width: calc(100% / 5 * 2);
  height: 100%;
  position: absolute;
  left: calc(100% / 5 * -2);
  top: 0;
  z-index: 2;
}

.sec10-right-line-wrap span:nth-child(1) {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #64D7D7;
}

.sec10-right-line-wrap span:nth-child(2) {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #B9EB5F;
}

.sec10-right-line-blue {
  border: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  left: calc(-100%);
  background-color: #0087DC;
  height: 5px;
}

@media screen and (max-width: 680px) {
  .sec10-right-line-blue {
    left: calc(-100%);
  }
}

.sec10-right-title {
  font-size: 62px;
  font-family: 'Delta Sans Bold';
  letter-spacing: 0;
  line-height: 70px;
  margin-top: 10px;
  color: #0087DC;
  font-weight: 600;
}

@media screen and (max-width: 1439px) {
  .sec10-right-title {
    font-size: 58px;
    line-height: 64px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .sec10-right-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.sec10-right-content {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  margin-top: 48px;
  color: black;
}

@media screen and (max-width: 1439px) {
  .sec10-right-content {
    font-size: 17px;
    line-height: 23px;
    margin-top: 38px;
  }
}

@media screen and (max-width: 1023px) {
  .sec10-right-content {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 40px 0;
  }
}

.sec10-left {
  position: relative;
  margin-right: 80px;
  overflow-y: hidden;
  overflow-x: visible;
  cursor: -webkit-grab;
  cursor: grab;
}

@media screen and (max-width: 1439px) {
  .sec10-left {
    margin-right: 76px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .sec10-left {
    margin-right: 55px;
  }
}

@media screen and (max-width: 1023px) {
  .sec10-left {
    padding: 0;
    margin: 0;
    min-width: 580px;
    max-width: 580px;
    overflow: hidden;
  }
}

.sec10-left-wrap {
  width: 606px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .sec10-left-wrap {
    width: 456px;
    height: 450px;
  }
}

@media screen and (max-width: 1024px) {
  .sec10-left-wrap {
    display: none;
  }
}

.sec10-left-item {
  width: 100%;
  color: black;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.42px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0.5;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media screen and (max-width: 1023px) {
  .sec10-left-item {
    width: 380px;
    min-width: 380px;
  }
}

@media screen and (max-width: 640px) {
  .sec10-left-item {
    width: 280px;
    min-width: 280px;
  }
}

.sec10-left-item-img {
  width: 100%;
  height: 330px;
}

@media screen and (max-width: 1439px) {
  .sec10-left-item-img {
    height: 260px;
  }
}

@media screen and (max-width: 640px) {
  .sec10-left-item-img {
    height: 160px;
  }
}

.sec10-left-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec10-left-item-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: 'Delta Sans Bold', sans-serif;
  margin: 20px 0;
}

@media screen and (max-width: 1439px) {
  .sec10-left-item-title {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .sec10-left-item-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1023px) {
  .sec10-left-item-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.sec10-left-item-content {
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0;
}

@media screen and (max-width: 1439px) {
  .sec10-left-item-content {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0px;
    max-width: 456px;
  }
}

@media screen and (max-width: 1023px) {
  .sec10-left-item-content {
    max-width: unset;
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 22px;
  }
}

.sec10-left-item-a {
  position: absolute;
  left: 0;
  top: 600px;
}

@media screen and (max-width: 1439px) {
  .sec10-left-item-a {
    top: 500px;
  }
}

.sec10-left .swiper {
  width: 456px;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .sec10-left .swiper {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sec10-left .swiper {
    width: 815px;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  .sec10-left .swiper {
    width: 600px;
  }
}

.sec10-left .swiper-slide-active {
  opacity: 1;
}

.sec10-scrollbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .sec10-scrollbar {
    display: none;
  }
}

.sec10-scrollbar-wrap {
  width: 400px;
  height: 2px;
  background: #0088dc54;
  position: absolute;
  bottom: 42px;
  left: 4%;
}

@media screen and (max-width: 1024px) {
  .sec10-scrollbar-wrap {
    display: none;
  }
}

.sec10-scrollbar-bar {
  display: block;
  position: relative;
  width: calc(100% / 3);
  height: 100%;
  background: #0087DC;
}

.sec10-backtotop {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0087DC;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  left: calc(50% - 48px);
  bottom: 72px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
  z-index: 4;
  pointer-events: none;
  cursor: pointer;
}

.sec10-backtotop:hover {
  opacity: 0.7 !important;
}

.sec10-swiper-btn {
  position: absolute;
  left: 64px;
  bottom: 64px;
  width: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .sec10-swiper-btn {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sec10-swiper-btn {
    position: relative;
    left: calc((100% / -2) + 43px);
    bottom: 0;
    margin: 0;
    width: 86px;
  }
}

.sec10-swiper-btn div {
  width: 55px;
  height: 55px;
  border-radius: 27.5px;
  border: 1px solid #0087DC;
  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: 31px;
  font-family: 'Delta Sans Light', sans-serif;
  color: #0087DC;
  background-color: none;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .sec10-swiper-btn div {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
}

.sec10-swiper-btn div:hover {
  background-color: #0087DC;
  color: white;
}

.lang {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 42px 13px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  opacity: 0;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  .lang {
    display: none;
  }
}

@media screen and (min-width: 1921px) {
  .lang {
    max-width: 1920px;
    left: calc((100% - 1920px) / 2);
  }
}

.lang p {
  font-family: Delta Sans Regular;
  font-size: 20px;
  color: white;
  margin-top: 5px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  width: 78px;
}

.lang p a {
  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;
}

.lang p a:hover {
  opacity: 0.8;
}

.lang p a svg {
  width: 27px;
}

.lang p a svg .cls-1 {
  fill: white;
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
}

.ftr {
  background-color: #0087DC;
  padding: 39px 0 30px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .ftr {
    display: none;
  }
}

.ftr img {
  width: 107px;
}

.ftr p {
  font-family: 'Delta Sans Light', sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: white;
  margin-top: 14px;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

[data-aos="custom-fade-up"] {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

[data-aos="custom-fade-up"].aos-animate.csTrigger {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

[data-aos="custom-fade-in"] {
  opacity: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

[data-aos="custom-fade-in"].aos-animate.csTrigger {
  opacity: 1;
}

[data-aos="custom-fade-right"] {
  opacity: 0;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

[data-aos="custom-fade-right"].aos-animate.csTrigger {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/*# sourceMappingURL=style.css.map */