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

.swiper {
    width: 100%;
    padding: 5.3333333333vw 0 13.3333333333vw;
}

@media (min-width: 768px) {
    .swiper {
        padding: 3.3333333333vw 0 6.6666666667vw;
    }
}

@media (min-width: 1800px) {
    .swiper {
        padding: 60px 0 120px;
    }
}

.swiper .swiper-slide {
    border-radius: 2.6666666667vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .swiper .swiper-slide {
        border-radius: 1.1111111111vw;
    }
}

@media (min-width: 1800px) {
    .swiper .swiper-slide {
        border-radius: 20px;
    }
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    position: relative;
    width: 8vw;
    height: 8vw;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #006edc;
    border-radius: 1.6vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        border-radius: 0.4444444444vw;
    }
}

@media (min-width: 1800px) {
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
}

.swiper .swiper-button-prev:before,
.swiper .swiper-button-next:before {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #004196;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.swiper .swiper-button-prev:hover:before,
.swiper .swiper-button-next:hover:before {
    width: 100%;
}

.swiper .swiper-button-prev .arrow-short-right-icon,
.swiper .swiper-button-prev .arrow-short-left-icon,
.swiper .swiper-button-next .arrow-short-right-icon,
.swiper .swiper-button-next .arrow-short-left-icon {
    position: relative;
    width: 4.8vw;
    height: 4.8vw;
    stroke: #fff;
    z-index: 1;
}

@media (min-width: 768px) {
    .swiper .swiper-button-prev .arrow-short-right-icon,
    .swiper .swiper-button-prev .arrow-short-left-icon,
    .swiper .swiper-button-next .arrow-short-right-icon,
    .swiper .swiper-button-next .arrow-short-left-icon {
        width: 1.3333333333vw;
        height: 1.3333333333vw;
    }
}

@media (min-width: 1800px) {
    .swiper .swiper-button-prev .arrow-short-right-icon,
    .swiper .swiper-button-prev .arrow-short-left-icon,
    .swiper .swiper-button-next .arrow-short-right-icon,
    .swiper .swiper-button-next .arrow-short-left-icon {
        width: 24px;
        height: 24px;
    }
}

.swiper .swiper-button-wrapper {
    width: 100%;
    height: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.1333333333vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

@media (min-width: 768px) {
    .swiper .swiper-button-wrapper {
        height: 3.3333333333vw;
        gap: 1.1111111111vw;
    }
}

@media (min-width: 1800px) {
    .swiper .swiper-button-wrapper {
        height: 60px;
        gap: 20px;
    }
}

.swiper .swiper-pagination {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 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 (min-width: 768px) {
    .swiper .swiper-pagination {
        width: 70%;
    }
}

.swiper .swiper-pagination-bullet {
    height: 0.5333333333vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.8666666667vw !important;
    border-radius: 5.3333333333vw;
}

@media (min-width: 768px) {
    .swiper .swiper-pagination-bullet {
        height: 0.2222222222vw;
        margin: 0 0.5555555556vw !important;
        border-radius: 1.1111111111vw;
    }
}

@media (min-width: 1800px) {
    .swiper .swiper-pagination-bullet {
        height: 4px;
        margin: 0 10px !important;
        border-radius: 20px;
    }
}

.customer-event-hero-section {
    height: 46.6666666667vw;
}

@media (min-width: 768px) {
    .customer-event-hero-section {
        height: 20.2777777778vw;
    }
}

@media (min-width: 1800px) {
    .customer-event-hero-section {
        height: 365px;
    }
}

.customer-event-hero-section .hero-title {
    text-align: center;
    font-size: 8.5333333333vw;
}

@media (min-width: 768px) {
    .customer-event-hero-section .hero-title {
        font-size: 4vw;
    }
}

@media (min-width: 1800px) {
    .customer-event-hero-section .hero-title {
        font-size: 72px;
    }
}

.no-article-group {
    height: 106.6666666667vw;
    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 (min-width: 768px) {
    .no-article-group {
        height: 33.3333333333vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
    }
}

@media (min-width: 1800px) {
    .no-article-group {
        height: 600px;
    }
}

.no-article-group .no-article-img {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
}

@media (min-width: 768px) {
    .no-article-group .no-article-img {
        width: 13.3333333333vw;
        height: 13.3333333333vw;
    }
}

@media (min-width: 1800px) {
    .no-article-group .no-article-img {
        width: 240px;
        height: 240px;
    }
}

.no-article-group .no-article-img img {
    width: 100%;
}

.no-article-group .no-article-title,
.no-article-group .no-article-text {
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
}

@media (min-width: 768px) {
    .no-article-group .no-article-title,
    .no-article-group .no-article-text {
        text-align: left;
        line-height: 1.6;
    }
}

.no-article-group .no-article-title {
    margin-bottom: 2.6666666667vw;
    font-size: 7.4666666667vw;
    color: #006edc;
}

@media (min-width: 768px) {
    .no-article-group .no-article-title {
        margin-bottom: 0.5555555556vw;
        font-size: 2.8888888889vw;
    }
}

@media (min-width: 1800px) {
    .no-article-group .no-article-title {
        margin-bottom: 10px;
        font-size: 52px;
    }
}

.no-article-group .no-article-text {
    font-size: 4.8vw;
    color: #001e3c;
}

@media (min-width: 768px) {
    .no-article-group .no-article-text {
        font-size: 1.7777777778vw;
    }
}

@media (min-width: 1800px) {
    .no-article-group .no-article-text {
        font-size: 32px;
    }
}

.no-article-group .no-article-button {
    margin-top: 10.6666666667vw;
}

@media (min-width: 768px) {
    .no-article-group .no-article-button {
        width: 100%;
        margin-top: 3.3333333333vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1800px) {
    .no-article-group .no-article-button {
        margin-top: 60px;
    }
}

.article-section {
    padding: 0;
}

.section-title-wrap {
    text-align: center;
    margin-bottom: 8.5333333333vw;
}

@media (min-width: 768px) {
    .section-title-wrap {
        margin-bottom: 2.6666666667vw;
    }
}

@media (min-width: 1800px) {
    .section-title-wrap {
        margin-bottom: 48px;
    }
}

.section-title {
    font-size: 7.4666666667vw;
    font-weight: 700;
    color: #283764;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.2222222222vw;
    }
}

@media (min-width: 1800px) {
    .section-title {
        font-size: 40px;
    }
}

.article-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8vw;
}

@media (min-width: 768px) {
    .article-group {
        -ms-grid-columns: 1fr 2.2222222222vw 1fr 2.2222222222vw 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.2222222222vw;
    }
}

@media (min-width: 1800px) {
    .article-group {
        gap: 40px;
    }
}

.article-item {
    height: 83.2vw;
    position: relative;
    border-radius: 5.3333333333vw;
    -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);
    overflow: hidden;
}

@media (min-width: 768px) {
    .article-item {
        height: 31.3333333333vw;
        border-radius: 1.1111111111vw;
    }
}

@media (min-width: 1800px) {
    .article-item {
        height: 564px;
        border-radius: 20px;
    }
}

.article-figure {
    aspect-ratio: 3 / 2;
    width: 100%;
    overflow: hidden;
}

.article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-description {
    width: 100%;
    height: 45%;
    padding: 3.2vw 4.2666666667vw;
    position: absolute;
    bottom: 0;
    line-height: 1.4;
    background-color: #fff;
    border-radius: 5.3333333333vw 0 0 0;
}

@media (min-width: 768px) {
    .article-description {
        height: 50%;
        padding: 1.1111111111vw;
        line-height: 1.6;
        border-radius: 2.2222222222vw 0 0 0;
    }
}

@media (min-width: 1800px) {
    .article-description {
        padding: 20px;
        border-radius: 40px 0 0 0;
    }
}

.article-title {
    font-size: 4.8vw;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
}

@media (min-width: 768px) {
    .article-title {
        font-size: 1.7777777778vw;
        margin-bottom: 0.5555555556vw;
    }
}

@media (min-width: 1800px) {
    .article-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
}

.article-date {
    display: block;
    color: #283764;
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
}

@media (min-width: 768px) {
    .article-date {
        font-size: 1.1111111111vw;
        margin-bottom: 0.5555555556vw;
    }
}

@media (min-width: 1800px) {
    .article-date {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.article-more {
    position: absolute;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.0666666667vw;
    font-size: 4.2666666667vw;
    color: #006edc;
    text-decoration: none;
}

@media (min-width: 768px) {
    .article-more {
        bottom: 1.1111111111vw;
        right: 1.1111111111vw;
        font-size: 1.3333333333vw;
        gap: 0.5555555556vw;
    }
}

@media (min-width: 1800px) {
    .article-more {
        bottom: 20px;
        right: 20px;
        font-size: 24px;
        gap: 10px;
    }
}

.article-more .arrow-long-right-icon {
    width: 4.8vw;
    height: 4.8vw;
    stroke: #006edc;
}

@media (min-width: 768px) {
    .article-more .arrow-long-right-icon {
        width: 1.3333333333vw;
        height: 1.3333333333vw;
    }
}

@media (min-width: 1800px) {
    .article-more .arrow-long-right-icon {
        width: 24px;
        height: 24px;
    }
}

.article-pagination {
    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;
    gap: 2.1333333333vw;
    margin-top: 12.8vw;
}

@media (min-width: 768px) {
    .article-pagination {
        gap: 0.4444444444vw;
        margin-top: 3.1111111111vw;
    }
}

@media (min-width: 1800px) {
    .article-pagination {
        gap: 8px;
        margin-top: 56px;
    }
}

.article-pagination .article-pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6666666667vw;
}

@media (min-width: 768px) {
    .article-pagination .article-pagination-list {
        gap: 0.5555555556vw;
    }
}

@media (min-width: 1800px) {
    .article-pagination .article-pagination-list {
        gap: 8px;
    }
}

.article-pagination .article-pagination-list li {
    width: 8.8vw;
    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: 4.2666666667vw;
    color: rgba(40, 55, 100, 0.8980392157);
    cursor: pointer;
}

@media (min-width: 768px) {
    .article-pagination .article-pagination-list li {
        width: 2.1111111111vw;
        font-size: 1.3333333333vw;
    }
}

@media (min-width: 1800px) {
    .article-pagination .article-pagination-list li {
        width: 38px;
        font-size: 24px;
    }
}

.article-pagination .article-pagination-list li:hover, .article-pagination .article-pagination-list li.active {
    color: #006edc;
}

.article-pagination .article-pagination-prev,
.article-pagination .article-pagination-next {
    width: 8vw;
    height: 8vw;
    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;
    background-color: #006edc;
    border-radius: 1.6vw;
}

@media (min-width: 768px) {
    .article-pagination .article-pagination-prev,
    .article-pagination .article-pagination-next {
        width: 3.4444444444vw;
        height: 3.4444444444vw;
        border-radius: 0.4444444444vw;
    }
}

@media (min-width: 1800px) {
    .article-pagination .article-pagination-prev,
    .article-pagination .article-pagination-next {
        width: 62px;
        height: 62px;
        border-radius: 8px;
    }
}

.article-pagination .article-pagination-prev svg,
.article-pagination .article-pagination-next svg {
    width: 4.8vw;
    height: 4.8vw;
    stroke: #fff;
}

@media (min-width: 768px) {
    .article-pagination .article-pagination-prev svg,
    .article-pagination .article-pagination-next svg {
        width: 1.3333333333vw;
        height: 1.3333333333vw;
    }
}

@media (min-width: 1800px) {
    .article-pagination .article-pagination-prev svg,
    .article-pagination .article-pagination-next svg {
        width: 24px;
        height: 24px;
    }
}