:root {
    --primary-color: #007ED4;
    --secondary-color: #E9F5FC;
    --tertiary-color: #F8F8F8;
    --neutral-color: #595959;
    --neutral-variant-color: #757575;
    --neutral-variant-color-2: #F8F8F8;
    --gradient-color: linear-gradient(90deg, rgba(0, 160, 233, 1) 0%, rgba(0, 126, 212, 1) 100%);
    --shadow-dropdown: 0px 0px 15px rgba(142, 163, 175, 0.2);
    --shadow-dropdown-hover: 0px 3px 15px rgba(142, 163, 175, 0.2);
}

.menubackground {
    margin: 0;
    width: 100%;
    height: 51px;
    margin-top: 60px;
}

.menubackground.overview {
    background: #00A0E9;
}

.menubackground.flexie_solution {
    background: #4AAFED;
}

.menubackground.robustie_solution {
    background: #7C3E7C;
}

/* menu */
.CurrentNow1 {
    color: #e5a900;
}

.CurrentNow1:hover {
    color: #FFF;
}

.whiteSelector {
    background-color: white;
    opacity: 0.6;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 20;
    transition: opacity 0.5s;
}

.productName {
    position: fixed;
    left: 0;
    z-index: 21;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    color: black;
    font-weight: 300;
    font-size: 1.125em;
    text-decoration: none;
    transition: all 0.5s;
}

/* ---- 0913以下修改寬度 ---- */
.productName span {
    width: 95%;
    max-width: 1200px;
    font-family: 'Poppins', sans-serif;
    color: #595959;
}

.subButtonAll {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: end;
    column-gap: 24px;
    width: 95%;
    max-width: 1200px;
    height: auto;
    font-weight: 300;
    font-size: 1.125em;
    z-index: 25;
    transition: all 0.5s;
}

/* ---- 0913以上修改寬度 ---- */

.show {
    display: flex;
}

.subButtonAll a {
    color: #595959;
    padding: 0px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.subButtonAll a:hover {
    text-decoration: underline;
    color: #333;
}

.submenuArrow {
    position: absolute;
    right: 0%;
    bottom: 285px;
    width: 100%;
    height: 30px;
    cursor: pointer;
}

.downArrow {
    width: 96%;
    height: 30px;
    background-image: url("../images/digital_signage_products/submenu_arrow_down.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: none;
}

.upArrow {
    width: 96%;
    height: 30px;
    background-image: url("../images/digital_signage_products/submenu_arrow_up.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: none;
}


/*-------------finalButton開始-----------------*/
.finalButton,
.finalButton_gocayin {
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #e7e7e7;
    padding-top: 1%;
    padding-bottom: 1%;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    font-weight: 400;
}

.finalButton .contents,
.finalButton_gocayin .contents {
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2% 0 5% 0;
}

.finalButton .contents .box,
.finalButton_gocayin .contents .box {
    width: 20%;
    height: auto;
    padding: 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

.finalButton .contents .box h2,
.finalButton_gocayin .contents .box h2 {
    width: 100%;
    display: block;
    color: #595959;
    line-height: 1.5em;
    margin: 15px 0 2px 0;
    text-align: center;
}

.finalButton .contents .box .Photo,
.finalButton_gocayin .contents .box .Photo {
    width: 100%;
    height: auto;
    color: #595959;
}

.finalButton .contents .box span,
.finalButton_gocayin .contents .box span {
    width: 100%;
    display: block;
    color: #595959;
    text-align: center;
}

.finalButton .contents .box a,
.finalButton_gocayin .contents .box a {
    margin-top: 5%;
    text-decoration: none;
    color: var(--primary-color);
    width: 100%;
    display: block;
    text-align: center;
}

.finalButton .contents .box a:hover,
.finalButton_gocayin .contents .box a:hover {
    text-decoration: underline;
}

.index-dataSheet,
.index-brochure,
.index-testimonial,
.index-needHelp,
.index-downloadTrial,
.index-orderingInfo,
.index-FAQ,
.index-needHelp,
.index-Technical-support,
.index-InstallionGide,
.index-applyTrial {
    font-size: 7em;
}

.qig_icon {
    width: 140px;
}

.small-icon .index-dataSheet,
.small-icon .index-brochure,
.small-icon .index-testimonial,
.small-icon .index-needHelp,
.small-icon .index-downloadTrial,
.small-icon .index-orderingInfo,
.small-icon .index-FAQ,
.small-icon .index-needHelp,
.small-icon .index-Technical-support,
.small-icon .index-InstallionGide,
.small-icon .index-applyTrial {
    font-size: 5em;
}

.small-icon .qig_icon {
    width: 100px;
}

@media only screen and (max-width: 1680px) {
    .productName span {
        max-width: 1200px;
        padding: 0 5%;
    }

    .subButtonAll {
        max-width: 1200px;
        padding: 0 5%;
    }
}

@media only screen and (max-width: 1440px) {
    .subButtonAll {
        max-width: 1200px;
    }

    .productName span {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1366px) {
    .productName span {
        max-width: 1024px;
        padding: 0 5%;
    }

    .subButtonAll {
        max-width: 1024px;
        padding: 0 5%;
    }
}

/*--1024寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

    .finalButton,
    .finalButton_gocayin {
        padding-top: 2%;
        padding-bottom: 0;
    }

    .finalButton .contents,
    .finalButton_gocayin .contents {
        width: 768px;
    }

    .subButtonAll a {
        font-size: 16px;
    }

    .subButtonAll {
        padding: 2px;
    }

    .productName span,
    .subButtonAll {
        width: 95%;
        padding: 0 30px;
    }

}

@media only screen and (max-width: 860px) {

    .productName span,
    .subButtonAll {
        font-size: 12px;
    }
}

/*--768寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

    .subButtonAll {
        column-gap: 12px;
    }

    .finalButton,
    .finalButton_gocayin {
        padding-top: 9%;
        padding-bottom: 3%;
    }

    .finalButton .contents,
    .finalButton_gocayin .contents {
        width: 600px;
        margin: 20px auto;
    }

    .finalButton .contents .box,
    .finalButton_gocayin .contents .box {
        width: 31.33%;
        margin: 1%;
        padding: 10px;
        margin-bottom: 10%;
    }

    .productName {
        flex-direction: column;
        width: 70%;
        padding-left: 20px;
    }
}

/*--736(iphone橫)寬開始--------------------------------------------------------------------*/
@media only screen and (max-width: 736px) {
    .subButtonAll a {
        font-size: 14px;
        margin-left: 15px;
        padding-top: 1.5px;
    }

    .productName span {
        font-size: 1em;
        padding-top: 1.5px;
    }
}

/*--700寬開始--------------------------------------------------------------------*/
@media only screen and (max-width: 700px) {
    .subButtonAll a {
        margin-left: 10px;
    }

    .productName span {
        font-size: 0.95em;
        padding-top: 5px;
    }
}

/*--600寬開始--------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
    .whiteSelector {
        opacity: 1;
        height: 505px;
    }

    .subButtonAll {
        display: none;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        right: 0%;
        top: 110px;
        background-color: white;
        z-index: 19;
    }

    .show {
        display: flex;
    }

    .subButtonAll a {
        margin: 0 3%;
        padding: 0;
        text-decoration: none;
        height: 34px;
        width: 94%;
        padding-top: 20px;
        text-align: center;
        border-top: 1px solid #dbdbdb;
        color: #707070;
        font-size: 0.85em;
    }

    .subButtonAll a:hover {
        text-decoration: none;
    }

    .productName span {
        /* top:70px; */
        top: 195px;
        left: 5%;
    }

    .submenuArrow {
        top: 189px;
    }

    .finalButton,
    .finalButton_gocayin {
        padding-bottom: 0;
    }

    .finalButton .contents,
    .finalButton_gocayin .contents {
        width: 100%;
        margin: 20px auto;
    }

    .finalButton .contents .box,
    .finalButton_gocayin .contents .box {
        width: 90%;
        margin: 5% 5%;
        padding: 10px;
        margin-bottom: 10%;
    }

    .index-dataSheet,
    .index-brochure,
    .index-testimonial,
    .index-needHelp,
    .index-downloadTrial,
    .index-orderingInfo,
    .index-FAQ,
    .index-needHelp {
        font-size: 5em;
    }

    .finalButton2 .qig_icon {
        width: 100px;
    }

    .productName {
        width: 60%;
        padding-left: 28px;
    }

    .productName span {
        padding: 0;
    }
}