@font-face {
    font-family: Outfit;
    src: url("../font/Outfit-VariableFont_wght.ttf");
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    max-width: 1920px;
    margin: 0;
    overflow-x: hidden;
    /* background: url(../images/top_bg.jpg) top left no-repeat #000; */
    font-family: Outfit, sans-serif !important;
}


/*------nav------*/

.nav-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.nav-pills .nav-link.active {
    background: none !important;
    color: #f00 !important;
    font-weight: bold;
}

.nav_style {
    width: 100%;
    max-width: 1920px;
    background-color: rgba(255, 255, 255, 1);
    color: #fff;
}

.nav_style ul li a {
    color: #fff !important;
    font-size: 1.1rem;
}

.nav_style ul li a:hover {
    color: #F00 !important;
    font-weight: bold;
}

.nav_style img {
    max-width: 160px;
    height: auto;
}

@media (min-width:768px) and (max-width:1024px) {
    .nav_style button {
        border: 2px solid #fff !important;
    }
}

@media (max-width:480px) {
    .nav_style button {
        border: 2px solid #fff !important;
    }
}


/*------KV------*/

@media (max-width:768px) {
    .kv_dk {
        display: none;
    }
}

.kv_mb {
    display: none;
}

@media (max-width:768px) {
    .kv_mb {
        display: block;
    }
}

.kv_area {
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
    /* overflow: hidden; */
}

.kv_area div img {
    width: 100%;
}

.kv_icon {
    position: absolute;
    right: 200px;
    bottom: -150px;
    width: 30%;
    pointer-events: none;
}

@media (max-width:768px) {
    .kv_icon {
        display: none;
    }
}


.accleart {
    max-width: 1500px;
    width: 100%;
    padding: 90px 0;
    margin: 0 auto;
}

@media (max-width:1500px) {
    .accleart {
        padding: 90px 10vw;
    }
}

@media (max-width:768px) {
    .accleart {
        padding: 5vw 20px;
    }
}

.accList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 100px;
}

@media (max-width:768px) {
    .accList {
        display: block;
    }

    .accCard {
        display: flex;
        gap: 30px;
        margin-bottom: 30px;
    }

    .accCard>img {
        width: 30%;
        object-fit: contain;
    }

    .accCard>div {
        width: 70%;
    }
}



.accMainTitle {
    color: #01488A;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 600;
}

.accTitle {
    color: #006DD3;
    font-size: 20px;
    margin: 10px 0;
}

.accDesc {
    line-height: 1.5;
}

.accDesc img {
    width: 70%;
}

@media (max-width:768px) {
    .accMainTitle {
        font-size: 7vw;
    }

    .accTitle {
        font-size: 4.5vw;
    }

    .accDesc {
        font-size: 4vw;
    }
}

.xenia_c {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.kv_pd {
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 15%;
}

.kv_pd::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/ss.png) no-repeat;
    background-size: 100% auto;
    transform: rotate(-45deg);
    animation: blink 6s cubic-bezier(0, 0, 1, 0.6) 1s infinite;
    opacity: 0;
}

@keyframes blink {
    0% {
        left: 5%;
        top: 10%;
        opacity: 0;
    }

    95% {
        left: 5%;
        top: 10%;
        opacity: 0;
    }

    100% {
        left: 55%;
        top: 28%;
        opacity: 1;
    }
}

.xenia_c img,
.kv_pd img {
    width: 100%;
    height: auto;
}

.kv_tagline {
    position: absolute;
    z-index: 3;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, .4), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    padding: 1rem 5rem;
    bottom: 10%;
    left: 11%;
}

.kv_tagline h1 {
    color: #00ffd8;
    font-size: 3rem;
    font-style: italic;
    text-shadow: 2px 2px 10px #000, 2px 2px 10px #000;
}

.kv_tagline h1 span {
    font-size: 4.5rem;
}

@media (min-width:1200px) and (max-width:1440px) {
    .xenia_c {
        width: 90%;
        top: 0;
        right: -10%;
    }

    .kv_pd {
        width: 55%;
        top: 10%;
        left: 10%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    body {
        /* background: url(../images/top_bg_pad.jpg) top left no-repeat #000; */
    }

    /* .kv_area {
        height: 800px;
        overflow-x: hidden;
    } */

    .xenia_c {
        width: 90%;
        top: 15%;
        right: 0%;
    }

    .kv_pd {
        width: 70%;
        top: 7%;
        left: 0;
    }

    .kv_tagline {
        padding: 1rem 3rem;
        top: 70%;
        left: 0%;
        bottom: unset;
    }

    .kv_tagline h1 {
        font-size: 2rem;
    }

    .kv_tagline h1 span {
        font-size: 3.5rem;
    }
}

@media (max-width:480px) {
    body {
        /* background: url(../images/top_bg_pad.jpg) top left no-repeat #000; */
    }

    .kv_area {
        /* height: 850px; */
        overflow-x: hidden;
    }

    .xenia_c {
        width: 150%;
        top: 25%;
        left: -50%;
    }

    .kv_pd {
        width: 100%;
        top: 10%;
        left: 0;
    }

    .kv_pd::before {
        display: none;
    }

    .kv_tagline {
        padding: 1rem 1.2rem;
        top: 70%;
        left: 0%;
        bottom: unset;
        box-sizing: border-box;
    }

    .kv_tagline h1 {
        font-size: 1.5rem;
    }

    .kv_tagline h1 span {
        font-size: 3rem;
    }
}


/*------story------*/

.story {
    margin-top: 8rem;
    z-index: 5;
    color: #fff;
}

.story p {
    text-align: center;
    font-size: 1.9rem;
    font-style: italic;
    text-shadow: 2px 2px 0px #000;
    margin-bottom: 2.5rem;
}

@media (min-width:768px) and (max-width:1024px) {
    .story {
        margin-top: 0;
    }
}

@media (max-width:480px) {
    .story {
        margin-top: 0;
    }

    .story p {
        font-size: 1.3rem;
    }
}


/*------video------*/

.video {
    margin: 15rem auto;
}

.video iframe {
    border: 1px solid #4e4e4e !important;
}

@media (min-width:768px) and (max-width:1024px) {
    .video {
        margin: 10rem auto;
    }
}

@media (max-width:480px) {
    .video {
        margin: 5rem auto;
    }
}


/*------section_1------*/

.section_1 {
    height: 800px;
    background: url(../images/pd11_bg.png) no-repeat top left;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.section_1_3 {
    background: url(../images/pd33_bg.png) no-repeat top left !important;
    background-size: 100% 100% !important;

}

.pd-S70 {
    position: absolute;
    top: 30%;
    left: 20%;
}

.pd-S70 img {
    width: 100%;
    height: auto;
}

.pd-S70_tagline {
    position: absolute;
    /* color: #fff; */
    top: 38%;
    left: 50%;
}

.pd-S70_tagline h2 {
    font-size: 2.5rem;
    color: #01488A;
    /* text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000; */
    margin-bottom: 2.5rem;

}

.pd-S70_tagline h3 {
    font-size: 3.2rem;
    text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000;
}

.pd-S70_tagline p {
    color: #01488A;
    font-size: 1.7rem;
    width: 70%;
    /* text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000; */
}

.pd-S70_tagline a {
    color: #fff;
    background-color: #008aff;
    font-size: 1.2rem;
    padding: .7rem 2rem;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #000;
}

.pd-S70_tagline a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0362b4;
}

@media (min-width:1200px) and (max-width:1440px) {
    .section_1 {
        /* background-position-x: 35%; */
    }

    .pd-S70 {
        top: 30%;
        left: 15%;
    }

    .pd-S70_tagline p {
        width: 70%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .section_1 {
        /* height: 1160px; */
        background: url(../images/pd11_bg_pad.png) no-repeat top left;
        background-size: 100% 100%;
    }

    .section_1_3{
        background: url(../images/pd33_bg_pad.png) no-repeat top left !important;
        background-size: 100% 100% !important;
    }

    .pd-S70 {
        top: 15%;
        left: 15%;
    }

    .pd-S70_tagline {
        top: 50%;
        left: 10%;
    }

    .pd-S70_tagline p {
        width: 75%;
    }
}

@media (max-width:480px) {
    .section_1 {
        height: 800px;
        background: url(../images/pd11_bg_pad.png) no-repeat top left;
        background-size: 100% auto;
    }

    .section_1_3 {
        background: url(../images/pd33_bg_pad.png) no-repeat top left !important;
        background-size: 100% auto !important;
    }

    .pd-S70 {
        width: 60%;
        top: 15%;
        left: 20%;
    }

    .pd-S70_tagline {
        top: 105vw;
        left: 20px;
    }

    .pd-S70_tagline h2 {
        font-size: 1.5rem;
        margin-bottom: 2vw;
    }

    .pd-S70_tagline h3 {
        font-size: 2.5rem;
    }

    .pd-S70_tagline p {
        font-size: 4.5vw;
        width: 70%;
        margin-bottom: 2.5rem;
    }

    .pd-S70_tagline a {
        font-size: 1.2rem;
        padding: .7rem 1.5rem;
    }
}

@media (max-width:400px) {
    .section_1 {
        height: 650px;
        /* background: url(../images/pd11_bg_pad.png) no-repeat top left; */
        /* background-size: 100% auto; */
    }
}


/*------section_2------*/

.section_2 {
    height: 800px;
    background: url(../images/pd22_bg.png) no-repeat top right;
    background-size: 100% 100%;
    position: relative;
}

.deco-1 {
    position: absolute;
    z-index: 3;
    top: -45%;
    left: -10%;
}

.deco-1 img {
    width: 100%;
    height: auto;
}

.pd-S50 {
    position: absolute;
    top: 25%;
    right: 20%;
}

.pd-S50 img {
    width: 100%;
    height: auto;
}

.pd-S50_tagline {
    position: absolute;
    color: #fff;
    top: 41%;
    /* right: 16%; */
    left: 10%;
    text-align: left;
    z-index: 5;
}

.pd-S50_tagline h2 {
    font-size: 2.5rem;
    color: #01488A;
    /* text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000; */
}

.pd-S50_tagline h3 {
    font-size: 3.2rem;
    /* text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000; */
}

.pd-S50_tagline p {
    color: #01488A;
    font-size: 1.7rem;
    /* padding-left: 45%; */
    /* text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000; */
    /* margin-bottom: 2.5rem; */
    box-sizing: border-box;
    width: 50%;
}

.pd-S50_tagline a {
    color: #fff;
    background-color: #008aff;
    font-size: 1.2rem;
    padding: .7rem 2rem;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #000;
}

.pd-S50_tagline a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0362b4;
}

@media (min-width:1200px) and (max-width:1440px) {
    .section_2 {
        /* background-position-x: 80%; */
    }

    .deco-1 {
        width: 60%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .section_2 {
        /* height: 1160px; */
        background: url(../images/pd22_bg_pad.png) no-repeat bottom left;
        background-size: 100% 100%;
    }

    .deco-1 {
        width: 65%;
        top: -28%;
        right: 0;
        left: unset;
    }

    .pd-S50 {
        top: 30%;
        right: 18%;
        z-index: 5;
    }

    .pd-S50_tagline {
        top: unset;
        bottom: 10%;
        right: unset;
        left: 10%;
        text-align: left;
        z-index: 5;
    }

    .pd-S50_tagline p {
        width: 75%;
        padding-left: 0;
    }
}

@media (max-width:480px) {
    .deco-1 {
        display: none;
    }

    .section_2 {
        height: 80vh;
        background: url(../images/pd22_bg_pad.png) no-repeat bottom left;
        background-size: 100% 100%;
    }

    .pd-S50 {
        width: 60%;
        top: unset;
        bottom: 20%;
        right: 10%;
    }

    .pd-S50_tagline {
        top: unset;
        bottom: 10%;
        left: 10%;
        right: unset;
        text-align: left;
    }

    .pd-S50_tagline h2 {
        font-size: 1.5rem;
    }

    .pd-S50_tagline h3 {
        font-size: 2.5rem;
    }

    .pd-S50_tagline p {
        font-size: 1.2rem;
        margin-bottom: 2.5rem;
        padding-left: 0;
        width: 90%;
    }

    .pd-S50_tagline a {
        font-size: 1.2rem;
        padding: .7rem 1.5rem;
    }
}

@media (max-width:400px) {
    .section_2 {
        height: 100vh;
        /* background: url(../images/pd22_bg_pad.png) no-repeat bottom left; */
        /* background-size: 100% auto; */
    }
}


/*------section_3------*/

.section_3 {
    height: 1100px;
    background: url(../images/pd3_bg.jpg) no-repeat top left;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.pd-S50-Lite {
    position: absolute;
    top: 18%;
    left: 25%;
}

.pd-S50-Lite img {
    width: 100%;
    height: auto;
}

.pd-S50-Lite_tagline {
    position: absolute;
    color: #fff;
    top: 35%;
    left: 50%;
}

.pd-S50-Lite_tagline h2 {
    font-size: 2.5rem;
    text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000;
}

.pd-S50-Lite_tagline h3 {
    font-size: 3.2rem;
    text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000;
}

.pd-S50-Lite_tagline p {
    font-size: 1.7rem;
    width: 55%;
    text-shadow: 2px 2px 5px #000, 2px 2px 5px #000, 2px 2px 5px #000;
    margin-bottom: 2.5rem;
}

.pd-S50-Lite_tagline a {
    color: #fff;
    background-color: #008aff;
    font-size: 1.2rem;
    padding: .7rem 2rem;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #000;
}

.pd-S50-Lite_tagline a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0362b4;
}

@media (min-width:1200px) and (max-width:1440px) {
    .section_3 {
        background-position-x: 25%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .section_3 {
        height: 1100px;
        background: url(../images/pd3_bg_pad.jpg) no-repeat top left;
        background-size: 100% auto;
    }

    .pd-S50-Lite {
        top: 10%;
        left: 30%;
    }

    .pd-S50-Lite_tagline {
        top: unset;
        bottom: 10%;
        left: 10%;
    }

    .pd-S50-Lite_tagline p {
        width: 75%;
    }
}

@media (max-width:480px) {
    .section_3 {
        height: 800px;
        background: url(../images/pd3_bg_pad.jpg) no-repeat top left;
        background-size: 100% auto;
    }

    .pd-S50-Lite {
        width: 50%;
        top: 8%;
        left: 25%;
    }

    .pd-S50-Lite_tagline {
        top: 45%;
        left: 10%;
    }

    .pd-S50-Lite_tagline h2 {
        font-size: 1.5rem;
    }

    .pd-S50-Lite_tagline h3 {
        font-size: 2.5rem;
    }

    .pd-S50-Lite_tagline p {
        font-size: 1.2rem;
        width: 90%;
        margin-bottom: 2.5rem;
    }

    .pd-S50-Lite_tagline a {
        font-size: 1.2rem;
        padding: .7rem 1.5rem;
    }
}


/*------------------------------ pd-animation ----------------------------------*/

.pd-S70,
.pd-S50,
.pd-S50-Lite {
    animation: pd-ani 3s linear 8s infinite alternate;
    /*name名稱 duration持續時間 timing-function速度曲线 delay延遲時間 iteration-count播放次數 direction逆向播放*/
}

.xenia_c {
    animation: pd-ani 5s linear 3s infinite alternate;
    /*name名稱 duration持續時間 timing-function速度曲线 delay延遲時間 iteration-count播放次數 direction逆向播放*/
}

@keyframes pd-ani {
    0% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 10px);
    }
}


/*------------------------------ 4:3 + 筆電 -------------------------------------------------------------------*/

@media (min-width:1200px) and (max-width:1440px) {}