/*---------- 客戶列表卡片 ----------*/
.customer_card_list {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.CLIENT_USED_bg {
    flex: 1 32%;
    background-color: rgba(255, 255, 255, 0.1);
}

.CLIENT_USED_gradient {
    background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), color-stop(#FFFFFF), color-stop(#FFFFFF), to(#c0c0c0));
    background: -o-linear-gradient(left, #c0c0c0, #FFFFFF, #FFFFFF, #c0c0c0);
    background: linear-gradient(90deg, #c0c0c0, #FFFFFF, #FFFFFF, #c0c0c0);
}

.CLIENT_USED_name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    color: #333;
    text-align: center;
    padding: 1rem;
    height: 4.5rem;
}

.CLIENT_USED_img {
    height: 270px;
    object-fit: cover;
}

.CLIENT_USED_text,
.CLIENT_USED_text_A {
    padding: 2rem 2rem 0;
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.CLIENT_USED_more {
    display: block;
    font-size: 18px;
    border: 1px solid #686868;
    line-height: 3.5rem;
    text-align: center;
    margin: 3rem 2rem 2rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.CLIENT_USED_more:hover {
    background-color: #004098;
    color: #fff;
    border: 1px solid #004098;
}

.RECOM_PROD_more {
    display: block;
    font-size: 18px;
    width: 15rem;
    border: 1px solid #686868;
    color: #686868;
    line-height: 3.5rem;
    text-align: center;
    margin-top: 2em;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.RECOM_PROD_more:hover {
    background-color: #004098;
    color: #fff;
    border: 1px solid #004098;
}

/*.content_1280 {
    max-width: 1920px;
    width: 70%;
    margin: 40px auto;
}

.flex_father {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}*/

.flex_father_spaceBetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_son {
    float: left;
}

.blue_line {
    border-top: 3px solid #004098;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.flex_li_3 {
    width: 395px;
    float: left;
    margin-left: 20px;
}

.article_title {
    font-size: 28px;
    font-weight: normal;
    line-height: 2rem;
    color: white;
    margin-bottom: 0rem;
}

.article_title_top {
    font-size: 1.6rem;
    color: white;
    margin-bottom: 1rem;
    margin-top: 5rem;
}

.article_text_m {
    font-size: 18px;
    line-height: 1.8rem;
    color: white;
    letter-spacing: 0;
    text-align: left;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.article_text_s {
    font-size: 1.2rem;
    line-height: 2rem;
    color: white;
    letter-spacing: 0px;
}

.article_text_l {
    font-size: 16px;
    line-height: 2rem;
    color: white;
    letter-spacing: 0px;
}

.article_img {
    float: left;
    margin-left: 1.5rem;
    padding-right: 3.5rem;
    width: 100%;
    margin-bottom: 6rem;
}

.article_img_inside {
    display: flex;
    margin-left: 0rem;
    margin-right: 0rem;
    width: 100%;
    margin-bottom: 4rem;
}

/*for底下有圖的*/
.article_text_bottom {
    margin-bottom: 4rem;
}

.article_text_bottom_A {
    margin-bottom: 2rem;
}

.article_bottom {
    margin-bottom: 0rem;
}

.article_bottom_A {
    margin-bottom: 4rem;
}

.article_text_m ul {
    list-style-type: square;
    list-style-position: inside;
    color: #004098;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    margin-left: 3rem;
    text-indent: -2rem;
    padding-left: 0rem;
}

/*.article_text_m_A ul {
    list-style-type: square;
    list-style-position: inside;
    color: #004098;
    font-size: 18px;
    margin-bottom: 2rem;
    margin-left: 3rem;
    text-indent: -2rem;
    padding-left: 0rem;
}

.article_text_m_A ul li {
    padding-bottom: 0.5rem;
}

.article_text_m_A ul li span {
    color: #fff;
    font-size: 18px;
    line-height: 1.8rem;
    margin-left: 0.5rem;
}

.article_text_m_A .ContentDesc ul {
    width: 100%;
    list-style: none;
    font-size: 1.5rem;
    text-indent: 0rem;
    margin: 0 0 30px 10px;
    padding: 0;
    padding-left: 0rem;
    padding-right: 0rem;
}

.article_text_m_A .ContentDesc ul li::marker {
    content: "■";
    color: #004098;
    display: inline-block;
    width: 3rem;
    margin-left: 0.5rem;
}

.article_text_m_A .ContentDesc ul li {
    font-size: 16px;
    line-height: 1.5rem;
    color: #fff;
    letter-spacing: 0px;
    list-style-image: none !important;
    list-style-type: disc;
    margin-top: 0.5rem;
    padding-left: 10px;
}*/

.article_text_m ul li {
    padding-bottom: 0.5rem;
}

.article_text_m ul li span {
    color: #fff;
    font-size: 18px;
    line-height: 1.8rem;
    margin-left: 0;
}



.li_disc {
    list-style-type: disc;
    list-style-position: inside;
    color: #004098;
    font-size: 1.5rem;
}

.star_red {
    color: #ec5a24;
}

.star_blue {
    color: #004098;
}

.indent_more {
    margin-left: 0rem;
    margin-right: 0rem;
}

.indent_more_left {
    margin-left: 1.5rem;
}

.indent_less {
    margin-left: -1rem;
}

.Intro_download {
    display: block;
    font-size: 1.5rem;
    height: 4.5rem;
    width: 20rem;
    color: #686868;
    border: 1px solid #686868;
    /*background-color: #c6c6c6;*/
    line-height: 4.5rem;
    text-align: center;
    text-decoration: none;
    margin-top: 1.8rem;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.Intro_download:hover {
    background-color: #004098;
    color: #fff;
    border: 1px solid #004098;
}

.Intro_download_vertialLine {
    border-left: 1px solid #686868;
    margin-left: 12px;
    margin-right: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.Intro_download:hover .Intro_download_vertialLine {
    border-left: 1px solid #fff;
}

.fa-caret-right {
    font-size: 50px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

/* .Intro_download_icon {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-image: url('/images/compuware/play_i_gray.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
}

.Intro_download:hover .Intro_download_icon {
    background-image: url('/images/compuware/play_i.png');
} */

.aboutCPW {
    display: none;
}

/* ===================================== iPad ===================================== */
@media screen and (min-width: 768px) and (max-width: 1050px) {

    /*---------- 客戶列表卡片 ----------*/
    .customer_card_list {
        flex-wrap: wrap;
        gap: 1em 0;
    }

    .CLIENT_USED_bg {
        flex: 0 49%;
    }

    .CLIENT_USED_more {
        background-color: #004098;
        color: #fff;
        border: 1px solid #004098;
    }

    .RECOM_PROD_more {
        border: 0;
        color: #fff;
        background-color: #004098;
    }



    .row {
        --bs-gutter-x: 0 !important;
    }

    .aboutCPW {
        display: none;
        padding: 1.5rem;
    }

    .warrenty_line {
        background-color: #004098;
        height: 3px;
        width: 100%;
        margin: 0;
    }

    .warrenty_heading {
        font-size: 32px;
        font-weight: bold;
        color: white;
        text-align: left;
        margin-bottom: 10px;
    }

    .about-img {
        width: 100%;
    }

    .about_text {
        font-size: 16px;
        line-height: 1.6rem;
        color: #fff;
        letter-spacing: 0;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 4rem;
    }

    .about_text_A,
    .about_text_A span {
        font-size: 16px;
        line-height: 1.6rem;
        color: #fff;
        letter-spacing: 1px;
        /*text-align: justify;*/
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 4rem;
    }

    .fa-square-full {
        color: #004098;
        font-size: 12px;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .Intro_download {
        display: block;
        font-size: 16px;
        height: 50px;
        width: 200px;
        color: #ffffff;
        border: 1px solid #004098;
        background-color: #004098;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        margin: 1.8rem;
        letter-spacing: 1px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .fa-caret-right {
        font-size: 30px;
        -webkit-transform: translate(8px, 5px);
        -ms-transform: translate(8px, 5px);
        transform: translate(8px, 5px);
    }

    .Intro_download_vertialLine {
        border-left: 1px solid #ffffff;
        margin-left: 12px;
        margin-right: 12px;
    }

    .global {
        width: 150px;
        margin: auto;
    }

    .about_block {
        background-color: #004098;
        color: #fff;
        margin: 2rem 0;
        padding: 1rem 1.5rem;
    }

    .letter {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 72px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0;
    }

    .heading {
        font-size: 24px;
    }

    .body {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .article_text_s {
        font-size: 16px;
        line-height: 1rem;
    }

    /*.li_square{
        list-style-type: square;
        list-style-position: inside;
        color: #004098;
        font-size: 1.5rem;
        margin-bottom: 4rem;
        margin-left: 2rem;
        text-indent: -1.2rem;
    }

    .li_square li{
        margin-right: 18px;
        margin-bottom: 10px;
        line-height: 1.5rem;
    }*/

    .about_text_A ul {
        list-style: none;
        font-size: 1.5rem;
        margin-bottom: 4rem;
        margin-left: 2rem;
        text-indent: -1.2rem;
    }

    .about_text_A ul li:before {
        content: "￭";
        color: #004098;
        display: inline-block;
        margin-left: 1.5rem;
    }

    .about_text_A ul li {
        margin-right: 18px;
        margin-bottom: 10px;
        line-height: 1.5rem;
    }

    .hpc_btn {
        display: block;
        font-size: 16px;
        height: 3rem;
        width: 15rem;
        border: 0;
        color: #fff;
        background-color: #004098;
        line-height: 3rem;
        text-align: center;
        text-decoration: none;
        margin-left: 1.5rem;
    }

    .hpc_btn:hover {
        color: #fff;
    }

    .col {
        flex: none;
    }

    .row>* {
        padding-left: 0;
        padding-right: 0;
    }

    .article_bottom {
        margin-bottom: 3rem;
    }

    .text-center {
        text-align: left !important;
    }

    .article_text_m {
        font-size: 16px;
        line-height: 1.6rem;
    }

    .article_title {
        font-size: 24px;
        line-height: 1.8rem;
    }

    /*
    .article_text_m_A {
        font-size: 16px;
        line-height: 1.5rem;
        text-align: left;
        letter-spacing: 0px;
    }

    .article_text_m_A img {
        max-width: 100%;
        max-height: 200px;
        object-fit: cover;
    }
    */

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .article_img_inside {
        margin-bottom: 3rem;
    }

    .article_text_bottom {
        margin-bottom: 2.5rem;
    }

    .mx-1 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .article_text_l {
        font-size: 16px;
        line-height: 2rem;
        padding-bottom: 0rem;
    }


    /*
    .article_text_bottom_A {
        margin-bottom: 1rem;
    }

    .article_text_m_A ul {
        list-style-type: square;
        list-style-position: inside;
        color: #004098;
        font-size: 16px;
        margin-bottom: 1.8rem;
    }

    .article_text_m_A ul li {
        list-style: unset;
        padding-bottom: 0rem;
    }

    .article_text_m ul li {
        list-style: unset;
        padding-bottom: 0.5rem;
    }

    .article_text_m ul li span {
        color: #fff;
        font-size: 16px;
        line-height: 1.6rem;
        margin-left: 0;
    }

    .article_text_m_A ul li span {
        color: #fff;
        font-size: 16px;
        line-height: 1.8rem;
        margin-left: 0.5rem;
    }

    .article_text_m_A .ContentDesc ul {
        margin: 0 0 0 10px;
    }
    */
}

/* =========================== Mobile =========================== */
@media screen and (max-width: 767px) {

    /*---------- 客戶列表卡片 ----------*/
    .customer_card_list {
        flex-wrap: wrap;
        gap: 1em 0;
    }

    .CLIENT_USED_bg {
        flex: 0 100%;
    }

    .CLIENT_USED_text,
    .CLIENT_USED_text_A {
        padding: 1rem 1rem 0;
    }

    .CLIENT_USED_more {
        background-color: #004098;
        color: #fff;
        border: 1px solid #004098;
        margin: 1rem;
    }

    .RECOM_PROD_more {
        border: 0;
        color: #fff;
        background-color: #004098;
        margin-top: 1rem;
    }



    .row {
        --bs-gutter-x: 0 !important;
    }

    .aboutCPW {
        display: block;
        padding: 0;
    }

    .warrenty_line {
        background-color: #004098;
        height: 3px;
        width: 100%;
        margin: 0;
    }

    .warrenty_heading {
        font-size: 21px;
        color: #fff;
        line-height: 1.6rem;
        margin-bottom: 0.3rem;
        text-align: left;
    }

    .warrenty_heading_A {
        font-size: 21px;
        color: #fff;
        line-height: 1.8rem;
        margin-bottom: 0.3rem;
        text-align: justify;
    }

    .about-img {
        width: 100%;
    }

    .about_text p {
        font-size: 16px;
        line-height: 1.5rem;
        color: #fff;
        letter-spacing: 0;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mb-2 {
        margin-bottom: 1.5rem !important;
    }

    .about_text_A p {
        font-size: 16px;
        line-height: 1.5rem;
        color: #fff;
        letter-spacing: 0px;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .fa-square-full {
        color: #004098;
        font-size: 12px;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .Intro_download {
        display: block;
        font-size: 16px;
        height: 50px;
        width: 200px;
        color: #ffffff;
        border: 1px solid #004098;
        background-color: #004098;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        margin: 1.8rem;
        letter-spacing: 1px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .fa-caret-right {
        font-size: 30px;
        -webkit-transform: translate(8px, 5px);
        -ms-transform: translate(8px, 5px);
        transform: translate(8px, 5px);
    }

    .Intro_download_vertialLine {
        border-left: 1px solid #ffffff;
        margin-left: 12px;
        margin-right: 12px;
    }

    .global {
        width: 150px;
        margin: auto;
    }

    .about_block {
        background-color: #004098;
        color: #fff;
        margin: 2rem 0;
        padding: 1rem 1.5rem;
    }

    .letter {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 72px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0;
    }

    .heading {
        font-size: 24px;
    }

    .body {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .article_text_s {
        font-size: 16px;
        line-height: 1.6rem;
        letter-spacing: 0;
    }

    /*.li_square{
        list-style-type: square;
        list-style-position: inside;
        color: #004098;
        font-size: 1.5rem;
        margin-bottom: 3rem;
        margin-left: 2rem;
        text-indent: -1.2rem;
    }

    .li_square li{
        margin-right: 0;
        margin-bottom: 0.5rem;
        line-height: 0;
    }*/

    .about_text ul {
        list-style: none;
        font-size: 1.5rem;
        margin-left: 1.2rem;
        text-indent: -1rem;
        margin-bottom: 0rem;
    }

    .about_text ul li:before {
        content: "￭";
        color: #004098;
        display: inline-block;
        margin-left: 1rem;
    }

    .about_text ul li {
        margin-right: 0;
        margin-bottom: 0.5rem;
        font-size: 16px;
        line-height: 1.5rem;
        color: #fff;
    }

    .hpc_btn {
        display: block;
        font-size: 16px;
        height: 3.5rem;
        width: auto;
        border: 0;
        color: #fff;
        background-color: #004098;
        line-height: 3.5rem;
        text-align: center;
        text-decoration: none;
        margin-left: 0;
        margin-bottom: 2rem;
    }

    .hpc_btn:hover {
        color: #fff;
    }

    .col {
        flex: none;
    }

    .row>* {
        padding-left: 0;
        padding-right: 0;
    }

    .article_bottom {
        margin-bottom: 3rem;
    }

    .text-center {
        text-align: left !important;
    }

    .article_text_m {
        font-size: 16px;
        line-height: 1.6rem;
    }

    .article_title {
        font-size: 24px;
        color: #fff;
    }

    /*
    .article_text_m_A {
        font-size: 16px;
        line-height: 1.6rem;
        text-align: left;
        letter-spacing: 1px;
    }

    .article_text_m_A p img {
        height: 220px;
        object-fit: cover;
        margin-top: 0;
    }
    */

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .article_img_inside {
        margin-bottom: 4rem;
    }

    .article_text_bottom {
        margin-bottom: 4rem;
    }

    .mx-1 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .article_text_l {
        font-size: 18px;
        line-height: 2rem;
        padding-bottom: 1rem;
    }

    .article_text_bottom_A {
        margin-bottom: 1rem;
    }

    /*
    .article_text_m_A ul {
        list-style-type: square;
        list-style-position: inside;
        color: #004098;
        font-size: 16px;
        margin-bottom: 1.8rem;
    }

    .article_text_m_A ul li {
        list-style: unset;
        padding-bottom: 0.5rem;
    }

    .article_text_m ul li {
        list-style: unset;
        padding-bottom: 0.5rem;
    }

    .article_text_m ul li span {
        color: #fff;
        font-size: 16px;
        line-height: 1.6rem;
        margin-left: 0.5rem;
    }

    .article_text_m_A ul li span {
        color: #fff;
        font-size: 16px;
        line-height: 1.8rem;
        margin-left: 0.5rem;
    }
    */

    .indent_more {
        margin-left: 0;
    }

    .indent_less {
        margin-left: -0.8rem;
    }

    .indent_more {
        margin-right: 0;
    }
}