/* 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@500;600;700;800;900&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;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg {
    vertical-align: middle;
    display: block;
}

.img-fuid {
    width: 100%;
    height: auto;
}

.pc {
    display: block;
}
@media (max-width: 1023px) {
    .pc {
        display: none !important;
    }
}

.md {
    display: none !important;
}
@media (max-width: 1023px) {
    .md {
        display: block !important;
    }
}

.mt1-s {
    margin-top: 0.5%;
}

.mt1 {
    margin-top: 1%;
}

.mt2 {
    margin-top: 2%;
}

.mt4 {
    margin-top: 4%;
}

.mt5 {
    margin-top: 5%;
}

.c1 {
    color: #0054ba;
}

.c1-1 {
    color: #7fe8ff;
}

.c2 {
    color: #ffffff;
}

.c3 {
    color: #fff38c;
}

.c4 {
    color: #3b3b3b;
}

.underline {
    text-decoration: underline;
}

.w800 {
    font-weight: 800;
}
@media (max-width: 1023px) {
    .w800 {
        font-weight: 800;
    }
}

.w700 {
    font-weight: 700;
}
@media (max-width: 1023px) {
    .w700 {
        font-weight: 700;
    }
}

.w500 {
    font-weight: 500;
}
@media (max-width: 1023px) {
    .w500 {
        font-weight: 500;
    }
}

.w600 {
    font-weight: 600;
}
@media (max-width: 1023px) {
    .w600 {
        font-weight: 600;
    }
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}
@media (max-width: 1999px) {
    body {
        font-size: 2.3vw;
    }
}
@media (max-width: 1023px) {
    body {
        font-size: 3vw;
    }
}

h1,
.h1 {
    font-size: 3.7rem;
}
@media (max-width: 1999px) {
    h1,
    .h1 {
        font-size: 3.2vw;
    }
}
@media (max-width: 1023px) {
    h1,
    .h1 {
        font-size: 9.5vw;
    }
}

.arrow {
    font-size: 4.1rem;
}
@media (max-width: 1999px) {
    .arrow {
        font-size: 2.8vw;
    }
}
@media (max-width: 1023px) {
    .arrow {
        font-size: 6vw;
    }
}

h2,
.h2 {
    font-size: 2.3rem;
}
@media (max-width: 1999px) {
    h2,
    .h2 {
        font-size: 1.85vw;
    }
}
@media (max-width: 1023px) {
    h2,
    .h2 {
        font-size: 5.35vw;
    }
}

h3,
.h3 {
    font-size: 2.25rem;
}
@media (max-width: 1999px) {
    h3,
    .h3 {
        font-size: 1.8vw;
    }
}
@media (max-width: 1023px) {
    h3,
    .h3 {
        font-size: 5.3vw;
    }
}

#secKv .kvH3 {
    font-size: 1.8rem;
}
@media (max-width: 1999px) {
    #secKv .kvH3 {
        font-size: 1.5vw;
    }
}
@media (max-width: 1023px) {
    #secKv .kvH3 {
        font-size: 4.5vw;
    }
}
@media (max-width: 550px) {
    #secKv .kvH3 {
        font-size: 5.5vw;
    }
}

h4,
.h4 {
    font-size: 1.75rem;
}
@media (max-width: 1999px) {
    h4,
    .h4 {
        font-size: 1.4vw;
    }
}
@media (max-width: 1023px) {
    h4,
    .h4 {
        font-size: 4.36vw;
    }
}

h5,
.h5 {
    font-size: 1.6rem;
}
@media (max-width: 1999px) {
    h5,
    .h5 {
        font-size: 1.4vw;
    }
}
@media (max-width: 1023px) {
    h5,
    .h5 {
        font-size: 3.5vw;
    }
}
@media (max-width: 550px) {
    h5,
    .h5 {
        font-size: 3.5vw;
    }
}

#secKv h4 {
    font-size: 1.4rem;
}
@media (max-width: 1999px) {
    #secKv h4 {
        font-size: 1vw;
    }
}
@media (max-width: 1023px) {
    #secKv h4 {
        font-size: 3.5vw;
    }
}
@media (max-width: 550px) {
    #secKv h4 {
        font-size: 3.5vw;
    }
}

p,
.p,
li {
    font-size: 1.25rem;
}
@media (max-width: 1999px) {
    p,
    .p,
    li {
        font-size: 1vw;
    }
}
@media (max-width: 1023px) {
    p,
    .p,
    li {
        font-size: 3.3vw;
    }
}

.infobox,
.infobox h3 {
    font-size: 1.7rem;
}
@media (max-width: 1999px) {
    .infobox,
    .infobox h3 {
        font-size: 1.45vw;
    }
}
@media (max-width: 1023px) {
    .infobox,
    .infobox h3 {
        font-size: 2.9vw;
    }
}

@media (max-width: 1023px) {
    .infobox h1,
    .infobox .h1 {
        font-size: 5vw;
    }
}

.tel {
    font-size: 1rem;
}
@media (max-width: 1999px) {
    .tel {
        font-size: 0.8vw;
    }
}
@media (max-width: 1023px) {
    .tel {
        font-size: 2.8vw;
    }
}

.note {
    font-size: 1rem;
}
@media (max-width: 1999px) {
    .note {
        font-size: 0.8vw;
    }
}
@media (max-width: 1023px) {
    .note {
        font-size: 3vw;
    }
}

.sec09 li {
    font-size: 1vw;
}
@media (min-width: 2000px) {
    .sec09 li {
        font-size: 1rem;
    }
}
@media (max-width: 1023px) {
    .sec09 li {
        font-size: 3vw;
    }
}

.secInfo .title2 {
    font-size: 2.2rem;
}
@media (max-width: 1999px) {
    .secInfo .title2 {
        font-size: 2vw;
    }
}
@media (max-width: 1023px) {
    .secInfo .title2 {
        font-size: 5vw;
    }
}

.wrap {
    max-width: 1920px;
    margin: 0 auto;
    font-size: 16px;
}
@media (max-width: 1023px) {
    .wrap {
        padding-bottom: 10%;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

.sec {
    position: relative;
    overflow: hidden;
}

.secInfo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: justify;
    text-justify: distribute;
}

.bg {
    max-width: 1920px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
}

.logo {
    width: 100%;
    max-width: 1920px;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 99;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(3, 57, 117, 0.8);
    max-height: 70px;
    height: 3.5vw;
    padding: 0px 2%;
}
@media (max-width: 1023px) {
    .logo {
        padding: 6.4vw;
        padding-left: 3.8vw;
    }
}
.logo img {
    max-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    max-height: 35px;
    height: 1.7vw;
}
@media (max-width: 1023px) {
    .logo img {
        width: auto;
        height: 4.2vw;
        max-height: unset;
        max-width: unset;
    }
}

.Txt1,
.Txt2 {
    position: absolute;
}

#secKv {
    position: relative;
}
#secKv .Txt1 {
    top: 21.5%;
    left: 37%;
    transform: translateX(-50%);
    max-width: 636px;
    width: 33vw;
    text-align: center;
}
@media (max-width: 1023px) {
    #secKv .Txt1 {
        max-width: 100%;
        width: 80%;
        top: 14%;
        left: unset;
        left: 50%;
        transform: translateX(-50%);
    }
}
#secKv .Txt2 {
    top: 73%;
    left: 14%;
    max-width: 500px;
    width: 20vw;
    text-align: center;
}
@media (max-width: 1023px) {
    #secKv .Txt2 {
        max-width: 100%;
        width: 80%;
        top: 74%;
        left: unset;
        left: 50%;
        transform: translateX(-50%);
    }
}
#secKv .Txt2 h4 {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
}
@media (min-width: 1920px) {
    #secKv .Txt2 h4 {
        width: 18vw;
    }
}
@media (max-width: 1200px) {
    #secKv .Txt2 h4 {
        width: 87%;
    }
}
@media (max-width: 1023px) {
    #secKv .Txt2 h4 {
        width: 77%;
        max-width: 525px;
    }
}
#secKv .btn {
    max-width: 350px;
    width: 45%;
    margin: 3% auto 0;
}
@media (max-width: 1023px) {
    #secKv .btn {
        max-width: 400px;
        width: 64%;
        margin: 2% auto 0;
    }
}

#secKv2 .Txt1 {
    top: 17%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
}
@media (max-width: 1023px) {
    #secKv2 .Txt1 {
        top: 19%;
    }
}
#secKv2 h2 {
    margin-bottom: 0.3rem;
}
#secKv2 .arrow img {
    margin: 0 auto;
    max-width: 50px;
    width: 2.5vw;
    margin-top: 1.5%;
}
@media (max-width: 1023px) {
    #secKv2 .arrow img {
        max-width: 40px;
        width: 4vw;
        margin-top: 2%;
    }
}

#sec01 .bg,
#sec03 .bg,
#sec05-1 .bg,
#sec02 .bg,
#sec04 .bg {
    opacity: 0;
}
#sec01 .title,
#sec03 .title,
#sec05-1 .title,
#sec02 .title,
#sec04 .title {
    padding-left: 8%;
    margin-bottom: 2%;
    line-height: 1.4;
    position: relative;
}
@media (max-width: 1023px) {
    #sec01 .title,
    #sec03 .title,
    #sec05-1 .title,
    #sec02 .title,
    #sec04 .title {
        padding-top: 3%;
        margin-bottom: 0%;
        padding-left: 5%;
        padding-right: 3%;
    }
}
#sec01 .title::before,
#sec03 .title::before,
#sec05-1 .title::before,
#sec02 .title::before,
#sec04 .title::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0rem;
    background-image: url('../images/Americanflag.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 73px;
    max-height: 88px;
    width: 4vw;
    height: 4.2vw;
    top: 0%;
    left: 0%;
    transform: translateY(-54%) translateX(60%);
}
@media (max-width: 1023px) {
    #sec01 .title::before,
    #sec03 .title::before,
    #sec05-1 .title::before,
    #sec02 .title::before,
    #sec04 .title::before {
        width: 12vw;
        height: 15.8vw;
        max-width: 120px;
        max-height: 144px;
        left: 0%;
        transform: translateY(-35%) translateX(-14%);
    }
}
#sec01 .infotxt,
#sec03 .infotxt,
#sec05-1 .infotxt,
#sec02 .infotxt,
#sec04 .infotxt {
    width: 94%;
    line-height: 2;
}
@media (max-width: 1500px) {
    #sec01 .infotxt,
    #sec03 .infotxt,
    #sec05-1 .infotxt,
    #sec02 .infotxt,
    #sec04 .infotxt {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    #sec01 .infotxt,
    #sec03 .infotxt,
    #sec05-1 .infotxt,
    #sec02 .infotxt,
    #sec04 .infotxt {
        line-height: 1.7;
    }
}
#sec01 .moreBtn,
#sec03 .moreBtn,
#sec05-1 .moreBtn,
#sec02 .moreBtn,
#sec04 .moreBtn {
    max-width: 415px;
    width: 54%;
    background-color: #1d67be;
    border-radius: 50px;
    cursor: pointer;
    padding: 1.5% 5%;
    margin-top: 4%;
}
@media (max-width: 1023px) {
    #sec01 .moreBtn,
    #sec03 .moreBtn,
    #sec05-1 .moreBtn,
    #sec02 .moreBtn,
    #sec04 .moreBtn {
        width: 80%;
        margin: 5% auto 0;
        max-width: 620px;
    }
}
#sec01 .moreBtn a,
#sec03 .moreBtn a,
#sec05-1 .moreBtn a,
#sec02 .moreBtn a,
#sec04 .moreBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
}
#sec01 .moreBtn .infotxt-arrow,
#sec03 .moreBtn .infotxt-arrow,
#sec05-1 .moreBtn .infotxt-arrow,
#sec02 .moreBtn .infotxt-arrow,
#sec04 .moreBtn .infotxt-arrow {
    position: absolute;
    left: 53.5%;
}
@media (max-width: 1023px) {
    #sec01 .moreBtn .infotxt-arrow,
    #sec03 .moreBtn .infotxt-arrow,
    #sec05-1 .moreBtn .infotxt-arrow,
    #sec02 .moreBtn .infotxt-arrow,
    #sec04 .moreBtn .infotxt-arrow {
        left: 76%;
    }
}
#sec01 .moreBtn .infotxt-arrow img,
#sec03 .moreBtn .infotxt-arrow img,
#sec05-1 .moreBtn .infotxt-arrow img,
#sec02 .moreBtn .infotxt-arrow img,
#sec04 .moreBtn .infotxt-arrow img {
    max-width: 10px;
    width: 0.6vw;
}
@media (max-width: 1023px) {
    #sec01 .moreBtn .infotxt-arrow img,
    #sec03 .moreBtn .infotxt-arrow img,
    #sec05-1 .moreBtn .infotxt-arrow img,
    #sec02 .moreBtn .infotxt-arrow img,
    #sec04 .moreBtn .infotxt-arrow img {
        width: 1.5vw;
        max-width: 13px;
    }
}
#sec01 .demoPhone,
#sec03 .demoPhone,
#sec05-1 .demoPhone,
#sec02 .demoPhone,
#sec04 .demoPhone {
    max-width: 375px;
    width: 19vw;
    height: auto;
    position: relative;
    z-index: 1;
}
@media (max-width: 1023px) {
    #sec01 .demoPhone,
    #sec03 .demoPhone,
    #sec05-1 .demoPhone,
    #sec02 .demoPhone,
    #sec04 .demoPhone {
        width: 78vw;
        max-width: unset;
        transform: translate(-2%, -2%);
    }
}

#sec01,
#sec03,
#sec05-1 {
    background: linear-gradient(to bottom, #deedff 0%, 51%, #ffffff 100%);
}
#sec01 .Txt1,
#sec03 .Txt1,
#sec05-1 .Txt1 {
    top: 7%;
    left: 30%;
    transform: translateX(-50%);
}
@media (max-width: 1023px) {
    #sec01 .Txt1,
    #sec03 .Txt1,
    #sec05-1 .Txt1 {
        left: 52% !important;
        top: 37% !important;
        transform: translate(-50%) !important;
    }
}
#sec01 .Txt1::after,
#sec03 .Txt1::after,
#sec05-1 .Txt1::after {
    content: '';
    position: absolute;
    top: -4%;
    left: -27%;
    width: 130%;
    height: 100%;
    background-image: url(../images/L-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#sec01 .Txt1::before,
#sec03 .Txt1::before,
#sec05-1 .Txt1::before {
    content: '';
    position: absolute;
    top: 3.5%;
    left: 16%;
    width: 68%;
    border-radius: 25px;
    height: 84%;
    box-shadow: 6px 20px 20px rgba(0, 0, 0, 0.6);
    background-color: transparent;
    overflow: hidden;
}
@media (max-width: 1023px) {
    #sec01 .Txt1::before,
    #sec03 .Txt1::before,
    #sec05-1 .Txt1::before {
        width: 66%;
        border-radius: 11%;
    }
}
#sec01 .Txt2,
#sec03 .Txt2,
#sec05-1 .Txt2 {
    top: 21%;
    left: 40%;
    width: 50%;
}
@media (max-width: 1023px) {
    #sec01 .Txt2,
    #sec03 .Txt2,
    #sec05-1 .Txt2 {
        left: 50% !important;
        top: 2% !important;
        transform: translate(-50%) !important;
        width: 100%;
        padding: 5% 7% 5% 5%;
    }
}
#sec01 .Txt2-2,
#sec03 .Txt2-2,
#sec05-1 .Txt2-2 {
    margin-top: 3%;
    padding-left: 8%;
}
@media (max-width: 1023px) {
    #sec01 .Txt2-2,
    #sec03 .Txt2-2,
    #sec05-1 .Txt2-2 {
        margin-top: 2vw;
        padding-left: 5%;
        padding-right: 3%;
    }
}

#sec02,
#sec04 {
    background: linear-gradient(to bottom, #deedff 0%, 51%, #ffffff 100%);
}
#sec02 .Txt1,
#sec04 .Txt1 {
    top: 10%;
    left: 60%;
}
@media (max-width: 1023px) {
    #sec02 .Txt1,
    #sec04 .Txt1 {
        left: 52% !important;
        top: 39% !important;
        transform: translate(-50%) !important;
    }
}
#sec02 .Txt1::after,
#sec04 .Txt1::after {
    content: '';
    position: absolute;
    top: -4%;
    left: -16%;
    width: 150%;
    height: 100%;
    background-image: url(../images/R-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 1023px) {
    #sec02 .Txt1::after,
    #sec04 .Txt1::after {
        top: -4%;
        left: -27%;
        width: 130%;
        background-image: url(../images/L-arrow.png);
    }
}
#sec02 .Txt2,
#sec04 .Txt2 {
    top: 21%;
    left: 19%;
    width: 50%;
}
@media (max-width: 1023px) {
    #sec02 .Txt2,
    #sec04 .Txt2 {
        left: 50% !important;
        top: 2% !important;
        transform: translate(-50%) !important;
        width: 100%;
        padding: 5% 7% 5% 5%;
        padding-top: 4vw;
    }
}
#sec02 .Txt2 .infotxt,
#sec04 .Txt2 .infotxt {
    width: 85%;
}
@media (max-width: 1023px) {
    #sec02 .Txt2 .infotxt,
    #sec04 .Txt2 .infotxt {
        width: 100%;
    }
}
#sec02 .Txt2-2,
#sec04 .Txt2-2 {
    margin-top: 3%;
    padding-left: 8%;
}
@media (max-width: 1023px) {
    #sec02 .Txt2-2,
    #sec04 .Txt2-2 {
        margin-top: 2vw;
        padding-right: 3%;
        padding-left: 5%;
    }
}

@media (max-width: 1023px) {
    #sec01 .Txt1 {
        top: 42% !important;
    }
}
@media (max-width: 1023px) {
    #sec01 .Txt2 {
        top: 1% !important;
    }
}
@media (min-width: 1024px) {
    #sec01 .title::before {
        transform: translateY(-55%) translateX(60%);
    }
}
@media (max-width: 1023px) {
    #sec01 .moreBtn {
        margin: 3% auto 0;
    }
}

@media (max-width: 1023px) {
    #sec02 .Txt1 {
        top: 41% !important;
    }
}

@media (max-width: 1023px) {
    #sec03 .bg {
        height: 165vw;
    }
}
@media (max-width: 1023px) {
    #sec03 .Txt1 {
        top: 44% !important;
    }
}
@media (max-width: 1023px) {
    #sec03 .Txt2 {
        top: 1% !important;
    }
}
@media (max-width: 1023px) {
    #sec03 .demoPhone {
        width: 78vw;
        transform: translate(-2%, 1%);
    }
}
@media (max-width: 1023px) {
    #sec03 .moreBtn {
        margin-top: 8%;
    }
}

@media (max-width: 1023px) {
    #sec04 .Txt1 {
        top: 42% !important;
    }
}
#sec04 .moreBtn {
    margin-top: 6%;
}

@media (max-width: 1023px) {
    #sec05-1 .Txt1 {
        top: 45% !important;
    }
}
#sec05-1 .Txt2 {
    top: 16%;
}

#sec05-2 {
    position: relative;
    background-color: #fff;
    padding: 1% 24% 4% 23%;
}
@media (max-width: 1023px) {
    #sec05-2 {
        padding: 3% 13% 3% 7%;
    }
}
#sec05-2 .p {
    display: flex;
    align-items: center;
}
#sec05-2 .p1 {
    flex: 0 0 9%;
    margin-left: 1%;
}
#sec05-2 .p2 {
    flex: 0 0 90%;
}
#sec05-2 .rol {
    display: flex;
    align-items: center;
    margin-top: 0.8%;
}
#sec05-2 .secInfo {
    top: 31%;
    left: 28%;
}
@media (max-width: 1023px) {
    #sec05-2 .secInfo {
        top: 36%;
        left: 21%;
    }
}
#sec05-2 span {
    margin-right: 0.25rem;
}
#sec05-2 span img {
    max-width: 28px;
    width: 1.4vw;
}
#sec05-2 .add_p {
    margin-top: 0.8%;
    padding-left: 0.5rem;
}
@media (max-width: 1023px) {
    #sec05-2 .add_p {
        margin-top: 0rem;
    }
}
#sec05-2 .moreBtn {
    position: absolute;
    top: 58%;
    left: 50.5%;
    transform: translateX(-50%) translateY(-50%);
    width: 16%;
    background: var(--blue-btn-2, #308fff);
    border-radius: 50px;
    cursor: pointer;
    padding: 0.6% 5%;
    margin-top: 3%;
}
@media (max-width: 1023px) {
    #sec05-2 .moreBtn {
        width: 52%;
        margin: 9% auto 0;
        left: 52%;
        top: 44%;
        padding: 1% 5%;
        transform: translateY(0%) translateX(-50%);
    }
}
#sec05-2 .moreBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
}
#sec05-2 .moreBtn .infotxt-arrow {
    position: absolute;
    left: 86%;
}
#sec05-2 .moreBtn .infotxt-arrow img {
    max-width: 10px;
    width: 0.6vw;
}
@media (max-width: 1023px) {
    #sec05-2 .moreBtn .infotxt-arrow img {
        width: 1.5vw;
        max-width: 13px;
    }
}

#sec06 .Txt1 {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}
#sec06 .Txt2 {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 52%;
}
@media (max-width: 1023px) {
    #sec06 .Txt2 {
        top: 24%;
        width: 87%;
    }
}
#sec06 .title {
    color: #0054ba;
}
#sec06 .viedo {
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    filter: drop-shadow(2px 5px 3px #abaaaa);
}
#sec06 .viedo img {
    width: 100%;
    border-radius: 10px;
}
@media (max-width: 1023px) {
    #sec06 .viedo img {
        border-radius: 5px;
    }
}

#sec07 .btn {
    position: absolute;
    max-width: 165px;
    max-height: 60px;
    width: 14vw;
    height: 4vw;
    display: block;
}
@media (max-width: 1023px) {
    #sec07 .btn {
        max-width: 260px;
        max-height: 135px;
        width: 35vw;
        height: 35vw;
    }
}
#sec07 .btn.btn_app {
    top: 84%;
    left: 36%;
}
@media (max-width: 1023px) {
    #sec07 .btn.btn_app {
        top: 79.5%;
        left: 23%;
        max-width: 405px;
        max-height: 108px;
        width: 55vw;
        height: 14vw;
    }
}
#sec07 .btn.btn_google {
    top: 84%;
    left: 50.5%;
}
@media (max-width: 1023px) {
    #sec07 .btn.btn_google {
        top: 86.5%;
        left: 23%;
        max-width: 405px;
        max-height: 108px;
        width: 55vw;
        height: 14vw;
    }
}
#sec07 .txt1 {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
@media (max-width: 1023px) {
    #sec07 .txt1 {
        top: 10%;
    }
}
#sec07 .txt1 .sub-tittle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 4%;
    padding-top: 1%;
}
@media (max-width: 1023px) {
    #sec07 .txt1 .sub-tittle {
        padding-top: 6%;
    }
}
#sec07 .txt1 .sub-tittle img,
#sec07 .txt1 .sub-tittle svg {
    width: 100%;
    height: auto;
}
#sec07 .txt1 .sub-tittle .txt {
    padding: 0 0.8% 0 0.4%;
}
@media (max-width: 1023px) {
    #sec07 .txt1 .sub-tittle .txt {
        padding: 0 10% 0 2.5%;
    }
}
#sec07 .txt1 .sub-tittle .bird {
    width: 3.4vw;
    max-width: 70px;
}
@media (max-width: 1023px) {
    #sec07 .txt1 .sub-tittle .bird {
        width: 9vw;
    }
}
#sec07 .txt1 .sub-tittle .sub-title-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}
@media (max-width: 1023px) {
    #sec07 .txt1 .sub-tittle .sub-title-more {
        flex: 0 0 100%;
        align-items: flex-start;
        margin-top: 2.5%;
    }
}
#sec07 .txt1 .sub-tittle .sub-title-more .arrow {
    width: 1vw;
    max-width: 16px;
    margin-right: 0.5%;
    transform: translateY(5%);
}
@media (max-width: 1023px) {
    #sec07 .txt1 .sub-tittle .sub-title-more .arrow {
        width: 3vw;
        max-width: 306px;
        margin-right: 1%;
        margin-left: -5%;
        transform: translateY(50%);
    }
}
#sec07 .txt2 {
    position: absolute;
    top: 25%;
    left: 62%;
    transform: translate(-50%);
    width: 30%;
    max-width: 570px;
    text-align: center;
}
@media (max-width: 1500px) {
    #sec07 .txt2 {
        top: 24%;
    }
}
@media (max-width: 1023px) {
    #sec07 .txt2 {
        max-width: 100%;
        width: 100%;
        top: 28%;
        left: 52%;
        transform: translate(-50%);
    }
}
#sec07 .txt2 .sop {
    position: relative;
    display: flex;
    width: 100%;
    height: 10.5vw;
    max-height: 190px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 22px;
    border: 1.5px solid #1a70d6;
    background: linear-gradient(180deg, rgba(26, 112, 214, 0) 0%, #1a70d6 100%);
}
@media (max-width: 1500px) {
    #sec07 .txt2 .sop {
        border-radius: 17px;
    }
}
@media (max-width: 1023px) {
    #sec07 .txt2 .sop {
        width: 73%;
        height: 33vw;
        max-height: unset;
        margin: 0 auto;
        border-radius: 25px;
    }
}
#sec07 .txt2 .sop::before {
    position: absolute;
    content: '';
    width: 4.5vw;
    height: 4.5vw;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1023px) {
    #sec07 .txt2 .sop::before {
        width: 11vw;
        height: 11vw;
    }
}
#sec07 .txt2 .sop .item-title {
    margin: 7% auto 5.5%;
}
@media (max-width: 1023px) {
    #sec07 .txt2 .sop .item-title {
        margin: 7% auto 6.5%;
    }
}
#sec07 .txt2 .sop .item-info {
    margin: 3.5% auto 0%;
}
@media (max-width: 1023px) {
    #sec07 .txt2 .sop .item-info {
        margin: 4% auto 0%;
    }
}
#sec07 .txt2 .arrow {
    margin: 1.5% auto;
    width: 1.5vw;
    height: 1.5vw;
}
@media (max-width: 1023px) {
    #sec07 .txt2 .arrow {
        margin: 2.5% auto;
        width: 5%;
        height: 5%;
    }
}
#sec07 .txt2 .hr {
    width: 70%;
    height: 1px;
    background-color: #67a7f2;
    margin: 0 auto;
}
#sec07 .txt2 .sop1::before {
    background-image: url('../images/no1.png');
}
#sec07 .txt2 .sop2 {
    height: 10.5vw;
}
@media (max-width: 1023px) {
    #sec07 .txt2 .sop2 {
        height: 35vw;
    }
}
#sec07 .txt2 .sop2::before {
    background-image: url('../images/no2.png');
}
#sec07 .txt2 .sop2 .item-title {
    margin: 3.5% auto 2%;
}
@media (max-width: 1023px) {
    #sec07 .txt2 .sop2 .item-title {
        margin: 5% auto 3%;
    }
}
#sec07 .txt2 .sop2 .item-info {
    margin: 3.5% auto 0%;
}
@media (max-width: 1023px) {
    #sec07 .txt2 .sop2 .item-info {
        margin: 3% auto 0%;
    }
}
#sec07 .txt2 .sop3 {
    align-items: center;
    justify-content: center;
    height: 9.5vw;
}
@media (max-width: 1023px) {
    #sec07 .txt2 .sop3 {
        height: 30vw;
    }
}
#sec07 .txt2 .sop3::before {
    background-image: url('../images/gift.png');
}

#sec08 {
    background-color: #fff;
    overflow: unset;
}
#sec08 .Txt1 {
    position: relative;
    padding-top: 4.5%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1023px) {
    #sec08 .Txt1 {
        padding-top: 9.5%;
    }
}
#sec08 table {
    max-width: 950px;
    width: 55%;
    margin: 2% auto 1.2%;
    box-shadow: 0px 3px 5px #ccc;
    line-height: 1.7;
}
@media (max-width: 1023px) {
    #sec08 table {
        width: 95%;
        margin: 5% auto 5%;
    }
}
#sec08 .table-title {
    position: sticky;
    top: 51px;
    box-sizing: border-box;
    padding: 24px 0 0 0;
    z-index: 1;
    color: #fff;
}
#sec08 .table-title td:nth-of-type(2) {
    border: unset;
}
#sec08 .table-title_sub {
    background: #1f63aa !important;
}
#sec08 .table-title_sub td {
    color: #fff !important;
}
#sec08 tr {
    background: #f5f5f5;
    color: #000;
    margin: 0;
    padding: 24px 0 0 0;
}
#sec08 tr:nth-of-type(even) {
    background: #e6e6e6;
}
#sec08 tr.table-info td:nth-of-type(2) {
    color: #656565;
}
#sec08 td {
    vertical-align: middle;
    position: relative;
    margin: 0;
    padding: 1%;
    text-align: center;
}
#sec08 td:nth-of-type(2) {
    border-right: #d0d0d0 1px solid;
}
#sec08 td img {
    position: absolute;
    left: 50.5%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.6vw;
    max-width: 18px;
}
@media (max-width: 1023px) {
    #sec08 td img {
        max-width: 45px;
        width: 4.5vw;
    }
}
#sec08 td .mark2 {
    max-width: 18px;
}
@media (max-width: 1023px) {
    #sec08 td .mark2 {
        max-width: 35px;
    }
}
#sec08 td a {
    text-decoration: underline;
    color: #0054ba;
}
#sec08 .colspan {
    colspan: 3;
}
#sec08 .note {
    padding: 0 0% 5% 1.2%;
    max-width: 950px;
    width: 55%;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1023px) {
    #sec08 .note {
        width: 100%;
        padding: 0 8% 8% 6%;
    }
}
#sec08 .note::before {
    content: '*';
    position: absolute;
    top: 0%;
    left: 1%;
    width: 4vw;
    height: 4.8vw;
}
@media (max-width: 1023px) {
    #sec08 .note::before {
        left: 3.5%;
    }
}

#sec09 {
    background-color: #f4f4f4;
}
@media (max-width: 1023px) {
    #sec09 {
        padding-top: 40%;
    }
}
#sec09 .bg {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 1023px) {
    #sec09 .bg {
        width: 100%;
    }
}
#sec09 .secInfo {
    width: 32.5%;
    text-align: left;
    left: 50%;
    transform: translateX(-20%);
}
@media (max-width: 1023px) {
    #sec09 .secInfo {
        width: 96%;
        left: 50%;
        right: unset;
        padding: 0%;
        transform: translateX(-50%);
    }
}
#sec09 .title {
    text-align: center;
    margin-bottom: 5%;
}
@media (max-width: 1023px) {
    #sec09 .title {
        margin-bottom: 7%;
    }
}
#sec09 ul {
    padding-left: 15px;
}
@media (max-width: 1023px) {
    #sec09 ul {
        padding: 0 8% 0 15%;
    }
}
#sec09 li {
    list-style: disc;
    margin: 3% 0;
}
@media (max-width: 1023px) {
    #sec09 li {
        margin: 4% 0;
    }
}
#sec09 .link {
    margin-top: 4%;
    text-align: center;
    color: #3bcdf3;
    font-weight: 600;
}
@media (max-width: 1023px) {
    #sec09 .link {
        margin-top: 8%;
    }
}
#sec09 .Txt1 {
    position: relative;
    top: 4%;
    margin-top: 5%;
    text-align: left;
}

#sec10 {
    background-color: #033975;
    padding: 5% 2%;
    text-align: center;
}
@media (max-width: 1023px) {
    #sec10 {
        padding: 8% 6%;
    }
}
#sec10 .tel {
    margin-bottom: 2%;
}

.side {
    display: none;
    position: fixed;
    top: 65vh;
    right: 5%;
    max-width: 190px;
    max-height: 116px;
    width: 13vw;
    height: 10vw;
    z-index: 999;
}
@media (max-width: 1023px) {
    .side {
        top: unset;
        bottom: 1%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        max-width: unset;
        max-height: unset;
        width: 100%;
    }
}
.side .side-app {
    position: absolute;
    top: 0%;
    left: 0;
    max-height: 105px;
}
@media (max-width: 1023px) {
    .side .side-app {
        width: 100%;
        max-height: 105px;
    }
}
.side a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.lityBox .carouselBox {
    position: relative;
}
.lityBox .carouselBox img {
    width: auto;
    max-height: 100vh;
    height: 100%;
    margin: 0 auto;
}
.lityBox .info-title {
    color: #fff;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.lityBox .pc img {
    max-width: 100%;
}

.carouselBox {
    overflow: hidden;
}
.carouselBox .owl-prev,
.carouselBox .owl-next {
    position: absolute;
    z-index: 1;
    top: 0%;
    max-width: 55px;
    width: 8vw;
    height: 100%;
    padding: 0;
    display: block;
    text-indent: -999999px;
    color: #fff;
    overflow: hidden;
}
.carouselBox .owl-prev {
    left: 2%;
}
.carouselBox .owl-next {
    right: 2%;
}
.carouselBox .owl-prev span,
.carouselBox .owl-next span {
    position: absolute;
    width: 3.5vw;
    height: 3.5vw;
    cursor: pointer;
    transform: rotate(-45deg);
    text-indent: -999999px;
}
.carouselBox .owl-prev span {
    left: 50%;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    box-shadow: -2px -2px 0px 1px rgb(255, 255, 255);
}
.carouselBox .owl-next span {
    right: 50%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 1px rgb(255, 255, 255);
}
.carouselBox .owl-nav .disabled {
    display: none;
} /*# sourceMappingURL=all.css.map */
