@charset "UTF-8";
/**
 * 轉換字型大小Rem
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 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;
}

html {
  scroll-padding-top: 26.6666666667vw;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 5.5555555556vw;
  }
}
@media (min-width: 1800px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, "PingFang TC", "Heiti TC", "LantingHei TC", "Microsoft YaHei", 微軟正黑體, sans-serif;
  color: #001e3c;
}

main {
  position: relative;
}

section {
  position: relative;
  padding: 10.6666666667vw 0;
}
@media (min-width: 768px) {
  section {
    padding: 5.5555555556vw 0;
  }
}
@media (min-width: 1800px) {
  section {
    padding: 100px 0;
  }
}

a {
  text-decoration: none;
}

.container {
  position: relative;
  width: 100%;
  padding: 0px 5.3333333333vw;
}
@media (min-width: 768px) {
  .container {
    width: 90%;
    margin: 0 auto;
    padding: 0px 2.2222222222vw;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1620px;
    padding: 0px 40px;
  }
}

.hero-section {
  height: 160vw;
  padding: 26.6666666667vw 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  top: 0px;
  color: #001e3c;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-section {
    padding: 10vw 0 0 0;
    height: 55.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .hero-section {
    padding: 180px 0 0 0;
    height: 1000px;
  }
}
.hero-section .hero-title {
  margin-bottom: 2.6666666667vw;
  font-size: 8.5333333333vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero-section .hero-title {
    font-size: 4vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .hero-section .hero-title {
    font-size: 72px;
    margin-bottom: 10px;
  }
}
.hero-section .hero-subtitle {
  line-height: 1.4;
  font-size: 4.8vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero-section .hero-subtitle {
    line-height: 1.6;
    font-size: 1.7777777778vw;
  }
}
@media (min-width: 1800px) {
  .hero-section .hero-subtitle {
    font-size: 32px;
  }
}

.bg-image-floor-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../assets/images/index/bg_img-lg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.body-bg-image-floor-1 {
  background-image: url("../../assets/images/index/bg_img-xs.png");
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top left;
}
@media (min-width: 768px) {
  .body-bg-image-floor-1 {
    background-image: url("../../assets/images/index/bg_img-lg.png");
    background-size: contain;
    background-position: center;
  }
}

.body-bg-color-F5FAFF {
  background-color: #f5faff;
}

.break-line-mb {
  display: block;
}
@media (min-width: 768px) {
  .break-line-mb {
    display: none;
  }
}

.break-line-pc {
  display: none;
}
@media (min-width: 768px) {
  .break-line-pc {
    display: block;
  }
}

.color-006EDC {
  color: #006edc;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-40 {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 2.2222222222vw;
  }
}
@media (min-width: 1800px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

@property --gradient-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@-webkit-keyframes button-hover {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@keyframes button-hover {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.button-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button {
  min-width: 32vw;
  padding: 2.1333333333vw 4.2666666667vw;
  position: relative;
  text-decoration: none;
  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;
  gap: 1.0666666667vw;
  border-radius: 1.6vw;
  border: none;
  background-color: #006edc;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 768px) {
  .button {
    min-width: 8.5555555556vw;
    padding: 0.6666666667vw 0.8888888889vw;
    gap: 0.5555555556vw;
    border-radius: 0.4444444444vw;
  }
}
@media (min-width: 1800px) {
  .button {
    min-width: 154px;
    padding: 12px 16px;
    gap: 10px;
    border-radius: 8px;
  }
}
.button .button-text {
  position: relative;
  color: #fff;
  line-height: 1.4;
  font-size: 4.2666666667vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .button .button-text {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .button .button-text {
    font-size: 24px;
  }
}
.button svg {
  width: 4.8vw;
  height: 4.8vw;
  position: relative;
  stroke: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .button svg {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .button svg {
    width: 24px;
    height: 24px;
  }
}
.button:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #004196;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.button:hover:before {
  width: 100%;
}
.button:after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 1.6vw;
  padding: 2px;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  background: conic-gradient(from var(--gradient-angle), rgba(255, 255, 255, 0) 0deg, rgba(255, 255, 255, 0) 120deg, #78fad2 120deg, #78fad2 300deg, rgba(255, 255, 255, 0) 300deg, rgba(255, 255, 255, 0) 360deg);
  -webkit-mask: conic-gradient(#000 0 0) content-box, conic-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .button:after {
    border-radius: 0.4444444444vw;
  }
}
@media (min-width: 1800px) {
  .button:after {
    border-radius: 8px;
  }
}
.button:hover:after {
  opacity: 1;
  -webkit-animation: button-hover 0.8s linear;
          animation: button-hover 0.8s linear;
}
.button .button-full-border {
  width: 100%;
  height: 100%;
  border-radius: 1.6vw;
  padding: 2px;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  background: #78fad2;
  -webkit-mask: conic-gradient(#000 0 0) content-box, conic-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
  -webkit-transition: opacity 0.3s 0.4s;
  transition: opacity 0.3s 0.4s;
}
@media (min-width: 768px) {
  .button .button-full-border {
    border-radius: 0.4444444444vw;
  }
}
@media (min-width: 1800px) {
  .button .button-full-border {
    border-radius: 8px;
  }
}
.button:hover .button-full-border {
  opacity: 1;
}

.title, .sub-title, .article-title {
  font-weight: 600;
}

.arrow-down-icon,
.close-icon,
.phone-icon,
.clock-icon,
.mail-icon,
.location-icon,
.flash-icon,
.arrow-long-right-icon,
.arrow-short-left-icon,
.arrow-short-right-icon,
.search-icon,
.menu-icon {
  width: 6.4vw;
  height: 6.4vw;
}
@media (min-width: 768px) {
  .arrow-down-icon,
  .close-icon,
  .phone-icon,
  .clock-icon,
  .mail-icon,
  .location-icon,
  .flash-icon,
  .arrow-long-right-icon,
  .arrow-short-left-icon,
  .arrow-short-right-icon,
  .search-icon,
  .menu-icon {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .arrow-down-icon,
  .close-icon,
  .phone-icon,
  .clock-icon,
  .mail-icon,
  .location-icon,
  .flash-icon,
  .arrow-long-right-icon,
  .arrow-short-left-icon,
  .arrow-short-right-icon,
  .search-icon,
  .menu-icon {
    width: 24px;
    height: 24px;
  }
}

.header {
  width: 90%;
  margin: auto;
  position: fixed;
  top: 5.3333333333vw;
  left: 0;
  right: 0px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 12;
}
@media (min-width: 768px) {
  .header {
    font-size: 1vw;
    top: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .header {
    width: 1620px;
    font-size: 18px;
    top: 20px;
  }
}

.header-content {
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .header-content {
    width: 100%;
    height: 4.4444444444vw;
    padding: 0 2.2222222222vw;
  }
}
@media (min-width: 1800px) {
  .header-content {
    height: 80px;
    padding: 0 40px;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.header-logo .header-logo-img {
  width: initial;
  height: 36px;
}
@media (min-width: 768px) {
  .header-logo .header-logo-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5555555556vw;
    height: 2.7777777778vw;
  }
}
@media (min-width: 1800px) {
  .header-logo .header-logo-img {
    height: 50px;
  }
}
.header-logo .header-logo-text {
  display: none;
}
@media (min-width: 768px) {
  .header-logo .header-logo-text {
    margin-left: 0.5555555556vw;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.1111111111vw;
    color: #001e3c;
  }
}
@media (min-width: 1800px) {
  .header-logo .header-logo-text {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .header-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-nav {
    height: 100%;
    margin-left: auto;
  }
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav li {
  position: relative;
}

.header-nav-link {
  position: relative;
  height: 100%;
  color: #001e3c;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-nav-link {
    display: inline-block;
    line-height: 4.4444444444vw;
    padding: 0 1.1111111111vw;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
}
@media (min-width: 1800px) {
  .header-nav-link {
    line-height: 80px;
    padding: 0 20px;
  }
}
.header-nav-link:after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 1.2777777778vw;
  left: 1.1111111111vw;
  background-color: #006edc;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  .header-nav-link:after {
    bottom: 23px;
    left: 20px;
  }
}
.header-nav-link:hover, .header-nav-link.active {
  color: #006edc;
}
.header-nav-link:hover:after, .header-nav-link.active:after {
  opacity: 1;
  width: calc(100% - 2.2222222222vw);
}
@media (min-width: 1800px) {
  .header-nav-link:hover:after, .header-nav-link.active:after {
    width: calc(100% - 40px);
  }
}
.header-nav-link.header-more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav-link.header-more-link + ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0px 0px 1.1111111111vw 1.1111111111vw;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
@media (min-width: 1800px) {
  .header-nav-link.header-more-link + ul {
    top: 100%;
  }
}
.header-nav-link.header-more-link + ul a {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .header-nav-link.header-more-link + ul a {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .header-nav-link.header-more-link + ul a {
    line-height: 60px;
  }
}
.header-nav-link.header-more-link + ul:hover {
  opacity: 1;
  pointer-events: auto;
}
.header-nav-link.header-more-link:hover + ul {
  opacity: 1;
  pointer-events: auto;
}
.header-nav-link.header-more-link:hover:after, .header-nav-link.header-more-link.active:after, .header-nav-link.header-more-link + ul a:hover:after, .header-nav-link.header-more-link + ul a.active:after {
  opacity: 1;
  width: calc(100% - 3.5555555556vw);
}
@media (min-width: 1800px) {
  .header-nav-link.header-more-link:hover:after, .header-nav-link.header-more-link.active:after, .header-nav-link.header-more-link + ul a:hover:after, .header-nav-link.header-more-link + ul a.active:after {
    width: calc(100% - 64px);
  }
}
.header-nav-link.header-more-link + ul a:after {
  bottom: 0.8333333333vw;
  left: 1.7777777778vw;
}
@media (min-width: 1800px) {
  .header-nav-link.header-more-link + ul a:after {
    left: 32px;
    bottom: 15px;
  }
}
.header-nav-link:hover > ul {
  opacity: 1;
  height: initial;
  padding: 1.1111111111vw 0;
}
@media (min-width: 1800px) {
  .header-nav-link:hover > ul {
    padding: 20px 0;
  }
}
.header-nav-link .arrow-down-icon {
  stroke: #001e3c;
}
@media (min-width: 768px) {
  .header-nav-link .arrow-down-icon {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .header-nav-link .arrow-down-icon {
    width: 24px;
    height: 24px;
  }
}
.header-nav-link:hover .arrow-down-icon {
  stroke: #004196;
}

.header-hamburger {
  width: 24px;
  height: 24px;
  padding: 4px;
  position: relative;
  margin-left: auto;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.header-hamburger::before, .header-hamburger::after {
  content: "";
}
.header-hamburger span, .header-hamburger::before, .header-hamburger::after {
  width: 16px;
  height: 2px;
  background-color: #006edc;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
}
.header-hamburger span {
  top: 10.5px;
}
.header-hamburger::before {
  top: 4px;
}
.header-hamburger::after {
  bottom: 4px;
}
@media (min-width: 768px) {
  .header-hamburger {
    display: none;
  }
}

.mobile-nav {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    background-color: rgba(40, 55, 100, 0.8980392157);
    backdrop-filter: blur(54px);
    border-radius: 20px 0px 0px 20px;
    overflow: scroll;
    z-index: 20;
  }
}
.mobile-nav.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-nav > ul {
  padding: 50px 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-nav ul > li {
  width: 100%;
  padding: 0 60px;
}
.mobile-nav ul > li::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.3;
}
.mobile-nav ul > li:last-child::after {
  display: none;
}
.mobile-nav a {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-underline-offset: 6px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.mobile-nav a:hover, .mobile-nav a.active {
  color: #00b4f0;
}
.mobile-nav .mobile-more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.mobile-nav .mobile-more-link:hover {
  color: #fff;
}
.mobile-nav .mobile-more-link + ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
}
.mobile-nav .mobile-more-link + ul a {
  height: 50px;
  font-size: 18px;
}
.mobile-nav .mobile-more-link + ul li {
  padding: 0 0 0 20px;
}
.mobile-nav .mobile-more-link + ul li::after {
  content: " ";
  display: none;
}
.mobile-nav .close-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 42px;
  right: 10px;
  fill: #fff;
  cursor: pointer;
}
.mobile-nav .arrow-down-icon {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.mobile-nav .mobile-sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  margin: 0; /* 清除 ul 可能的預設外距 */
}

/* 2. 當按鈕加上 .is-open 類別時，展開相鄰的子選單 */
.mobile-nav .mobile-nav-link.mobile-more-link.is-open + .mobile-sub-menu {
  max-height: 200px; /* 若未來子選單項目變多，可適度調大此數值 */
}

/* 3. 箭頭圖示的平滑旋轉過渡設定 */
.mobile-nav .arrow-down-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}

/* 4. 當按鈕展開時，讓箭頭旋轉 180 度朝上 */
.mobile-nav .mobile-nav-link.mobile-more-link.is-open .arrow-down-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer {
  width: 100%;
  padding: 8vw 0 0 0;
  color: #001e3c;
}
.footer.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(54px);
}
@media (min-width: 768px) {
  .footer {
    padding: 4.4444444444vw 0px 0px;
  }
}
@media (min-width: 1800px) {
  .footer {
    padding: 80px 0px 0px;
  }
}
.footer .footer-wrapper {
  padding: 5.3333333333vw;
  background-color: #fff;
  border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667vw;
  -webkit-box-shadow: 20px 20px 34px 0px rgba(200, 221, 241, 0.4), -10px -6px 34px 0px rgba(200, 221, 241, 0.1490196078);
          box-shadow: 20px 20px 34px 0px rgba(200, 221, 241, 0.4), -10px -6px 34px 0px rgba(200, 221, 241, 0.1490196078);
}
@media (min-width: 768px) {
  .footer .footer-wrapper {
    padding: 2.2222222222vw;
    border-radius: 4.4444444444vw 4.4444444444vw 0 0;
    gap: 0px;
  }
}
@media (min-width: 1800px) {
  .footer .footer-wrapper {
    padding: 40px;
    border-radius: 80px 80px 0 0;
  }
}

@media (min-width: 768px) {
  .footer-logo h2 {
    margin-bottom: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .footer-logo h2 {
    margin-bottom: 20px;
  }
}
.footer-logo img {
  height: 12.8vw;
  display: block;
}
@media (min-width: 768px) {
  .footer-logo img {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1800px) {
  .footer-logo img {
    height: 50px;
  }
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6666666667vw;
}
@media (min-width: 768px) {
  .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .footer-info {
    width: 56.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-info .footer-info-area {
  padding: 2.1333333333vw 0;
}
@media (min-width: 768px) {
  .footer-info .footer-info-area {
    width: 50%;
    padding: 0px;
  }
}
.footer-info h3 {
  line-height: 1.4;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #283764;
}
@media (min-width: 768px) {
  .footer-info h3 {
    line-height: 1.6;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .footer-info h3 {
    font-size: 20px;
  }
}
.footer-info li {
  padding: 1.0666666667vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw;
  line-height: 1.4;
  font-size: 3.7333333333vw;
}
@media (min-width: 768px) {
  .footer-info li {
    padding: 0.2222222222vw 0;
    gap: 0.3888888889vw;
    line-height: 1.6;
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1800px) {
  .footer-info li {
    padding: 4px 0;
    gap: 7px;
    font-size: 16px;
  }
}
.footer-info .clock-icon,
.footer-info .phone-icon,
.footer-info .mail-icon,
.footer-info .location-icon {
  fill: #001e3c;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}
@media (min-width: 768px) {
  .footer-info .clock-icon,
  .footer-info .phone-icon,
  .footer-info .mail-icon,
  .footer-info .location-icon {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
  }
}
@media (min-width: 1800px) {
  .footer-info .clock-icon,
  .footer-info .phone-icon,
  .footer-info .mail-icon,
  .footer-info .location-icon {
    width: 12px;
    height: 12px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .footer-nav {
    width: 43.6%;
  }
}
.footer-nav .footer-nav-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.footer-nav h3 {
  margin-bottom: 3.2vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4;
  color: #004196;
  text-decoration: underline;
  text-underline-offset: 1.6vw;
}
@media (min-width: 768px) {
  .footer-nav h3 {
    margin-bottom: 0.6666666667vw;
    font-size: 1.1111111111vw;
    line-height: 1.6;
    text-underline-offset: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .footer-nav h3 {
    margin-bottom: 12px;
    font-size: 20px;
    text-underline-offset: 20px;
  }
}
.footer-nav li {
  padding: 1.6vw 0;
  line-height: 1.8;
  font-size: 3.7333333333vw;
}
@media (min-width: 768px) {
  .footer-nav li {
    padding: 0.3333333333vw 0;
    font-size: 1vw;
  }
}
@media (min-width: 1800px) {
  .footer-nav li {
    padding: 6px 0;
    font-size: 18px;
  }
}
.footer-nav a {
  color: #001e3c;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.footer-nav a:hover {
  color: #006edc;
}

.footer-copyright {
  line-height: 1.4;
  text-align: center;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .footer-copyright {
    line-height: 1.6;
    text-align: left;
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1800px) {
  .footer-copyright {
    font-size: 16px;
  }
}

.side-button {
  width: 16vw;
  height: 16vw;
  position: fixed;
  bottom: 10.6666666667vw;
  right: 2.6666666667vw;
  z-index: 10;
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#006edc), to(#004196));
  background: linear-gradient(180deg, #006edc 0%, #004196 100%);
}
@media (min-width: 768px) {
  .side-button {
    width: 5vw;
    height: 5vw;
    right: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .side-button {
    width: 90px;
    height: 90px;
    right: 20px;
  }
}
.side-button .flash-icon {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  fill: #78fad2;
}
@media (min-width: 768px) {
  .side-button .flash-icon {
    width: 1.7777777778vw;
    height: 1.7777777778vw;
  }
}
@media (min-width: 1800px) {
  .side-button .flash-icon {
    width: 32px;
    height: 32px;
  }
}
.side-button p {
  line-height: 1.2;
  font-weight: 700;
  font-size: 3.7333333333vw;
  color: #fff;
}
@media (min-width: 768px) {
  .side-button p {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1800px) {
  .side-button p {
    font-size: 20px;
  }
}

.integration-hero-section {
  height: 53.3333333333vw;
}
@media (min-width: 768px) {
  .integration-hero-section {
    height: 20.2777777778vw;
  }
}
@media (min-width: 1800px) {
  .integration-hero-section {
    height: 365px;
  }
}
.integration-hero-section .hero-section-content {
  position: relative;
}
.integration-hero-section .hero-title-wrapper {
  padding: 0 5.3333333333vw;
  text-align: center;
}
@media (min-width: 768px) {
  .integration-hero-section .hero-title-wrapper {
    padding: 0 2.2222222222vw;
  }
}
@media (min-width: 1800px) {
  .integration-hero-section .hero-title-wrapper {
    padding: 0 40px;
  }
}
.integration-hero-section .hero-title {
  margin-bottom: 2.6666666667vw;
  font-size: 8.5333333333vw;
}
@media (min-width: 768px) {
  .integration-hero-section .hero-title {
    font-size: 4vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (min-width: 1800px) {
  .integration-hero-section .hero-title {
    font-size: 72px;
    margin-bottom: 10px;
  }
}
.integration-hero-section .hero-subtitle {
  line-height: 1.4;
  font-size: 4.8vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .integration-hero-section .hero-subtitle {
    line-height: 1.6;
    font-size: 1.7777777778vw;
  }
}
@media (min-width: 1800px) {
  .integration-hero-section .hero-subtitle {
    font-size: 32px;
  }
}

.integration-section-1 {
  padding: 0 0 16vw 0;
}
@media (min-width: 768px) {
  .integration-section-1 {
    padding: 0 0 3.3333333333vw 0;
  }
}
@media (min-width: 1800px) {
  .integration-section-1 {
    padding: 0 0 60px 0;
  }
}
.integration-section-1 .content {
  padding: 5.3333333333vw;
  background-color: #fff;
  border-radius: 10.6666666667vw;
}
@media (min-width: 768px) {
  .integration-section-1 .content {
    padding: 2.2222222222vw 1.6666666667vw;
    border-radius: 3.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .integration-section-1 .content {
    padding: 40px 30px;
    border-radius: 60px;
  }
}

.integration-section-2 .article-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .integration-section-2 .article-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.integration-section-2 .article-bg {
  border-radius: 10.6666666667vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .integration-section-2 .article-bg {
    border-radius: 3.3333333333vw;
  }
}
@media (min-width: 1800px) {
  .integration-section-2 .article-bg {
    border-radius: 60px;
  }
}
.integration-section-2 .article-description {
  width: 100%;
  height: 100%;
  padding: 16vw 5.3333333333vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .integration-section-2 .article-description {
    padding: 6.6666666667vw 4.4444444444vw;
  }
}
@media (min-width: 1800px) {
  .integration-section-2 .article-description {
    padding: 120px 80px;
  }
}
.integration-section-2 .article-title {
  margin-bottom: 10.6666666667vw;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 768px) {
  .integration-section-2 .article-title {
    margin-bottom: 2.2222222222vw;
    font-size: 2.8888888889vw;
    line-height: 1.6;
  }
}
@media (min-width: 1800px) {
  .integration-section-2 .article-title {
    margin-bottom: 40px;
    font-size: 52px;
  }
}