html,
body {
    font-size: 22px;
    line-height: 1.8;
    color: #fff;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

ul,
li {
    list-style: none;
}

ol>li {
    list-style: inherit;
}

button {
    background: transparent;
}

span {
    display: inline-block;
}

a {
    filter: saturate(100%);
    transition: 0.3s ease-in;
    display: block;
}

a:hover {
    filter: saturate(150%);
    transition: 0.3s ease-in;
}

body {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑", sans-serif;
    font-weight: 400;
    background: #000;
    text-align: center;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.mo {
    display: none !important;
}

.pc {
    display: inline-block !important;
}

.center {
    margin: 0 auto;
}

.img-center {
    max-width: 95%;
    width: auto;
    margin: 0 auto;
}

h1 {
    font-size: 2.9vw;
}

h2 {
    /* font-size: 1.8vw; */
    --min-size: 23;
    --max-size: 42;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

h3 {
    --min-size: 15;
    --max-size: 26;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.col-3 {
    width: 25%;
}

footer p {
    font-size: inherit;
}

.title-wrap {
    margin-bottom: 5%;
}

.title-master {
    color: #fff;
    text-shadow: 0 5px 20px #1F6DFF;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.4;
    letter-spacing: 5px;
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: 700;
}

.title-master::before,
.title-master::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    height: 0;
    width: 350px;
    padding-bottom: 20%;
    top: -16%;
    z-index: -1;
    background-size: 100% auto;
}

.title-master::before {
    background-image: url(../images/bg_title_befor.png);
    left: 0;
    background-position: center left;
}

.title-master::after {
    background-image: url(../images/bg_title_after.png);
    right: 0;
    background-position: center right;
}

.title-master-oneline::before,
.title-master-oneline::after {
    top: -50%;

}

.subtitle {
    font-weight: 400;
    letter-spacing: 1.2px;
    text-wrap: balance;
}

section>article {
    max-width: 1800px;
    width: 90%;
    margin: 0 auto;
}


.btn {
    width: 14.4vw;
    margin: 0 auto;
}

.content-font {
    --min-size: 18;
    --max-size: 28;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
    margin-top: 5vh;
    margin-bottom: 2vh;
    text-wrap: balance;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.mb-5 {
    margin-bottom: 18vh;
}

footer .container {
    padding-left: 25px;
    padding-right: 25px;
}

.monitor {
    width: 18%;
    height: auto;
    position: absolute;
    top: 18%;
    left: 7%;
}

/*--kv--*/
.kv {
    background-image: url(../images/01_kv-img.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 57%;
    position: relative;
    z-index: -9;

}

.bg-fix {
    position: relative;
}

.sticky-bg {
    position: absolute;
    /* bottom: 0; */
    z-index: -1;
    /* left: -16%; */
    background-image: url(../images/background.png);
    height: 0;
    padding-bottom: 50%;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 135%;
}

.sticky {
    position: fixed;
    bottom: 0;
}

.intro {
    position: relative;
    --min-size: 22;
    --max-size: 28;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 3px;
    padding-top: 5%;
    padding-bottom: 8%;
    text-wrap: balance;

}


/* it-framework */
.it-framework {
    justify-content: center;
}

.it-framework-wrap {
    max-width: 25vw;
}

.it-framework-wrap p {
    margin-top: 15px;
    --min-size: 13;
    --max-size: 18;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

/* privatecloud */
.privatecloud,
.nativeedge,
.media-list {
    justify-content: center;
}

.privatecloud-warp,
.nativeedge-wrap,
.media-wrap {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 18vw;
}

/* product */
.product-list {
    justify-content: center;
}

.product-list-wrap {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 13vw;
}

/* dap */

.dap-list-wrap {
    display: flex;
    flex-direction: column;
}

.dap-list-wrap .top {
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.dap-list-wrap .top img {
    max-width: 65px;
    margin: 0 auto;
}

.dap-list-wrap .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    padding: 0 12px;
}

.dap-list-wrap .bottom p {
    display: flex;
    padding: 24px 40px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 24px;
    background: linear-gradient(57deg, rgba(0, 185, 238, 0.70) 0%, rgba(2, 18, 32, 0.70) 80%);
    text-align: left;
    flex: 1;
    line-height: 1.8;
    letter-spacing: 1.5px;
    --min-size: 13;
    --max-size: 20;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.dap-img-wrp {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}


/* ai-layout */
.ai-layout {
    padding-left: 10px;
    padding-right: 10px;
}

/*--黏人精--*/
#side_menu {
    position: fixed;
    bottom: 8vw;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    z-index: 999;
    padding-right: 20px;
}

#side_menu img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#side_menu {
    display: none;
}

#side_menu.is-active {
    display: flex;
}


.bg_font {
    display: block;
    width: 100%;
}

.bg_font>h1 {
    position: absolute;
    font-size: 6.8vw;
    filter: blur(0.25vw);
    line-height: 7vw;
}

.bg_font>h1:first-child {
    top: -3vw;
    right: 5vw;
}

.bg_font>h1:last-child {
    top: 4vw;
    right: 12vw;
}

.bg-warp {
    position: relative;
    width: 100%;
    height: 5px;
}

.bglinear-bottom {
    background: linear-gradient(180deg, rgba(0, 0, 2, 0.00) 6.87%, #000002 45.16%);
    width: 100%;
    height: 4vh;
    position: absolute;
    z-index: 1;
    bottom: 0;

}

.bglinear-top {
    background: linear-gradient(180deg, rgba(1, 59, 174, 0.00) 10%, #013BAE 69%, #013BAE 100%);
    width: 100%;
    height: 8vh;
    position: absolute;
    z-index: 1;
    top: -5vh;
}


/* share */
.share-list {
    justify-content: center;
}

.share-list-con {
    display: flex;
    max-width: 480px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.share-list-wrap {
    padding: 35px;
    text-align: left;
    border-radius: 16px;
    background: linear-gradient(199deg, #00181F 23.02%, rgba(5, 22, 54, 0.40) 92.48%);
}

.share-list .photo {
    margin-bottom: 35px;
}

.share-list .dot {
    text-align: center;
}

.share-list .dot img {
    width: initial;
    display: inline;
}

.share-list .text {
    margin-bottom: 25px;
    --min-size: 13;
    --max-size: 20;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

/*--section_survey--*/
.section_survey {
    padding: 0vw 0 0;
    color: #ffffff;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

.section_survey article {
    position: relative;
    /* background: #ffffff; */
    /* border-radius: 1vw; */
    padding: 0 2vw 3vw;
    /* box-shadow: 0.3vw 0.3vw 0.8vw rgba(0, 0, 0, 0.3); */
}

.section_survey article h2 {
    /* margin-top: 5vw; */
    /* position: relative;
    z-index: 1;
    font-size: 250%;
    color: #ffffff;
    padding-bottom: 20px; */
}

.section_survey p.top_p {
    font-size: 110%;
    margin-top: 0.5vw;
    font-weight: 400;
    margin-top: 2vw;
}

.section_survey p.top_p>span {
    font-size: 70%;
}

.section_survey p.fwn {
    margin-top: 0.5vw;
    font-weight: normal;
    /* font-size: 2vw; */
}

.section_survey .subtitle>a {
    color: #FFFF35;
}

.section_survey a {
    display: inline-block;
    filter: saturate(100%);
    transition: 0.3s ease;
    margin-top: -3vw;
}

.section_survey a:hover {
    filter: saturate(500%);
    transition: 0.3s ease;
}

.section_survey ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3vw 0;
}

.section_survey ul li p:nth-child(2) {
    font-weight: bold;
    margin-top: 1vw;
}

.section_survey ul li {
    width: 18vw;
    margin-right: 1vw;
    animation: fly2 ease 4s infinite;
    position: relative;
}

.section_survey ul li:nth-child(2) {
    animation: fly2 ease 4s 1s infinite;
}

.section_survey ul li:last-child {
    margin-right: 0;
}

.btn_survey {
    margin-bottom: 2vw;
    width: 100%;
    max-width: 463px;
}

/*--box_modal--*/
.lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox.is-active {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.lightbox .box_modal {
    display: none;
    background-color: #fff;
    width: 80%;
    max-width: 1200px;
    padding: 50px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: #0E0E0E;
    font-size: 18px;
    max-height: 80%;
    overflow-y: auto;

}

.lightbox .box_modal.is-active {
    padding-bottom: 2vw;
    display: flex;
    padding-bottom: 0;
    padding: 2vw 3vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
}

.lightbox .box_modal .btn_close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    z-index: 1002;
    width: 3em;
    min-width: 35px;
    height: 3em;
    min-height: 35px;
    box-sizing: border-box;
    color: #0E0E0E;
}

.lightbox .box_modal .btn_close::before,
.lightbox .box_modal .btn_close::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    content: "";
    width: 55%;
    height: 55%;
    margin: auto;
    z-index: 9;
    border-top: 2px solid #000000;
    transform-origin: center;
}

.lightbox .box_modal .btn_close::before {
    transform: rotate(45deg) translate(0, 45%);

}

.lightbox .box_modal .btn_close::after {
    transform: rotate(-45deg) translate(0, 45%);
}

.lightbox .box_modal .content_inner {
    height: 100%;
}

.lightbox .box_modal .content_inner h3 {
    color: #0672CB;
    font-size: 25px;
    margin: 0 auto 1vw;
}

.lightbox .box_modal .content_inner li {

    text-align: left;
    list-style: initial;
    margin-bottom: 0.5vw;
}

.lightbox .box_modal .content_inner ol>li {
    list-style: auto;
}

.box_modal.is-active {
    display: flex;
}

.box_modal .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1002;
    width: 2em;
    min-width: 35px;
    height: 2em;
    min-height: 35px;
    box-sizing: border-box;
    color: transparent;
}

.box_modal.award_modal.is-active {
    padding: 0;
    height: fit-content;
    background: transparent;
    overflow: hidden;
}

.box_modal.award_modal .btn_close {
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 100%;
}

@media screen and (max-width:1440px) {

    .privatecloud-warp,
    .nativeedge-wrap,
    .media-wrap {
        max-width: 20vw;
    }

    #side_menu {
        padding: 10px 8px;
        font-size: 75%;
    }

    .stiky1 {
        padding-bottom: 8px;
    }

    .stiky2 {
        padding-top: 8px;
    }

    nav {
        padding-right: 10%;
        padding-left: 10%;
    }

    .col-md-6 {
        width: 50%;
        margin-bottom: 25px;
    }

    .product-list-wrap {
        max-width: 60%;
    }

    .product-list-wrap img {
        max-width: 60%;
        margin: 0 auto;
    }

    .ai-layout img {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .mb-5 {
        margin-bottom: 10vh;
    }

    .container {
        width: 100%;
    }

    .title-master>span {
        display: block;
    }

    .subtitle {
        line-height: 1.5;
        margin-top: 20px;
    }

    .sticky-bg {
        background-image: url(../images/background_m.png);
    }

    .it-framework-wrap {
        max-width: 35vw;
    }

    .privatecloud-warp,
    .nativeedge-wrap,
    .media-wrap {
        max-width: 35vw;
    }

    .dap-list-wrap .top img {
        max-width: 50px;
    }

    .dap-list-wrap .bottom p {
        padding: 30px;
        border-radius: 15px;
    }

    .section_survey ul li:first-child {
        width: 50vw;
    }

    .section_survey ul li {
        width: 40vw;
    }


    .co_b01 {
        font-size: 180%;
        margin-top: 1vh;
    }

    .monitor {
        width: 28%;
        height: auto;
        position: absolute;
        top: 9%;
        left: 11%;
    }

    .mo {
        display: inline-block !important;
    }

    .pc {
        display: none !important;
    }

    h1 {
        font-size: 4.7vw;
    }

    .title-master {
        letter-spacing: 1px;
        line-height: 1.3;
    }

    h4 {
        font-size: 1.9vw;
    }

    h5 {
        font-size: 2.4vw;
    }

    p {
        font-size: 78%;
    }

    .title-master::before,
    .title-master::after {
        width: 120px;
        padding-bottom: 20%;
        top: -23%;
        z-index: -1;
        background-size: 100%;
    }

    .title-master::before {
        background-image: url(../images/bg_title_befor.png);
        left: -7px;
        background-position: center left;
    }

    .title-master::after {
        background-image: url(../images/bg_title_after.png);
        right: -7;
        background-position: center right;
    }

    /*--kv--*/
    .kv {
        background-image: url(../images/01_kv-img_m.jpg), linear-gradient(to bottom, #0074D2 75%, #B2E0F8 100%);
        padding-bottom: 112%;
    }

    .kv article header {
        padding-top: 18vw;
        width: 80vw;
    }

    .kv article header+span {
        margin: 67vw 0 2vw;
    }

    .kv article>ul {
        margin-top: 4vw;
    }

    .kv article>ul>li {
        margin-bottom: 2vw;
    }

    .ps-font {
        width: 83vw;
        margin: 0 auto 6vw;
        font-size: 2vw;
    }

    .link-btn>li {
        width: 45vw;
    }

    .bg_font>h1 {
        font-size: 11vw;
        line-height: 11vw;
    }

    .bg_font>h1:last-child {
        top: 4vw;
        right: 16vw;
    }

    .btn {
        width: 25vw;
    }

    .ps-font+h1 {
        margin-bottom: 3vw;
    }

    /*--nav--*/
    nav {
        padding-top: 3vw;
    }

    nav ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav ul>li {
        width: 30vw;
        margin-bottom: 2vw;
    }

    #side_menu {
        bottom: 40vw;
    }

    #side_menu>a {
        width: 16vw;
        line-height: 110%;
    }



    /*--survey--*/

    .btn_survey {
        margin-bottom: 2vw;
        margin-top: 2vw;
        width: 60vw;
    }

    .section_survey p.top_p {
        font-size: 80%;
        line-height: 150%;
    }

    .section_survey p.top_p>span {
        font-size: 70%;
    }

    .section_survey p.fwn {
        font-size: 2.8vw;
        margin-top: 1vw;
    }

    .section_survey ul li p:nth-child(2) {
        font-size: 2.8vw;
    }

    .section_survey ul li p:nth-child(3) {
        font-size: 2.8vw;
    }

    .lightbox .box_modal.is-active {
        width: 90vw;
        max-height: initial;
        padding: 5vw 5vw;
    }

    .lightbox .box_modal .content_inner h3 {
        font-size: 3.5vw;
    }

    .lightbox .box_modal .content_inner li {
        font-size: 2.2vw;
        padding-right: 15px;
    }

    .lightbox .box_modal .btn_close {
        width: 1em;
        height: 1em;
    }

    .intro {
        letter-spacing: 1.1px;
        line-height: 1.5;
    }

    .intro h3 {

        padding: 10px 0px;

    }

    .intro article>ul {
        margin-top: 0;
        margin-bottom: 0;
        gap: 0px;
    }

    .intro .discrip {
        margin-top: 25PX;
    }
}

@media screen and (max-width:460px) {
    .mb-5 {
        margin-bottom: 8vh;
    }

    .col-sm-6 {
        width: 50%;
        margin-top: 15px;
    }

    .col-sm-12 {
        width: 100%;
        margin-top: 15px;
    }

    .privatecloud-warp,
    .nativeedge-wrap,
    .media-wrap {
        max-width: 50vw;
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-list-wrap img {
        max-width: 100%;
        margin: 0 auto;
    }

    .ai-layout img {
        max-width: 100%;
    }

    .dap-list-wrap .bottom p {
        padding: 20px;
    }

    .content-font {
        margin-top: 2vh;
    }

    .it-framework-wrap {
        max-width: 45vw;
    }

    .dap-list-wrap .top img {
        max-width: 35px;
    }

    .co_b01 {
        font-size: 120%;
    }

    #side_menu {
        padding: 10px;
        font-size: 60%;
    }

    .section_survey article h2 {
        background-size: 10% auto;
        padding-bottom: 0;
        margin-bottom: 10px;
        font-size: 120%;
    }

    .section_survey p.top_p {
        font-size: 70%;
        line-height: 120%;
    }

    .b-yallow {
        font-size: 110%;
    }

}