@charset "UTF-8";
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
*:focus:not(.focus-visible) {
  outline: none !important;
}
*:focus-visible {
  /* remove default focus style */
  outline: none;
  /* custom focus styles */
  box-shadow: 0 0 2px 3px #fc7100;
  color: lime;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: auto !important;
    overflow-x: hidden;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.6em;
    font-size: 0.6em;
}

sub {
    bottom: -0.6em;
    font-size: 0.6em;
}

html #overview #special-sectionOverview,
html #overview #sectionOverview,
html #overview #old-sectionOverview {
    width: 100% !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    float: none !important;
}

#sectionOverview,
#old-sectionOverview,
#special-sectionOverview {
    background-color: #fff;
    height: auto;
    color: #222;
    font-size: 12px;
}

#sectionOverview #PE1100N-width-full,
#old-sectionOverview #PE1100N-width-full,
#special-sectionOverview #PE1100N-width-full {
    width: 100%;
    background-color: #fff;
    /*position: absolute;
left: 0px;*/
    overflow: hidden;
}

#sectionOverview #precent-cont,
#old-sectionOverview #precent-cont,
#special-sectionOverview #precent-cont {
    margin: 0 auto;
    height: 100%;
    max-width: 2000px;
}

#sectionOverview .clear:after,
#old-sectionOverview .clear:after,
#special-sectionOverview .clear:after {
    content: '';
    clear: both;
    display: block;
}

#sectionOverview h2,
#old-sectionOverview h2,
#special-sectionOverview h2 {
    color: #222 !important;
    font-size: 3.5em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}

#sectionOverview h3,
#old-sectionOverview h3,
#special-sectionOverview h3 {
/*    color: #00d2ff;*/
    font-size: 2.3em;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
}

#sectionOverview p,
#old-sectionOverview p,
#special-sectionOverview p {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.3em;
}
/* #OfficialHeaderWrapper{
    display: none;
} */
#PE1100N-width-full {
    font-size: 16px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
#PE1100N-width-full ul {
    list-style: none;
}
#PE1100N-width-full ul li {
    margin: 0;
    font-size: 1em !important;
}

@media screen and (max-width: 550px) {
    #sectionOverview h2 {
        font-size: 2.5em;
    }

    #sectionOverview h3 {
        font-size: 1.6em;
    }

    #sectionOverview p {
        font-size: 1.3em;
    }

    #old-sectionOverview h2 {
        font-size: 2.5em;
    }

    #old-sectionOverview h3 {
        font-size: 1.6em;
    }

    #old-sectionOverview p {
        font-size: 1.3em;
    }

    #special-sectionOverview h2 {
        font-size: 2.5em;
    }

    #special-sectionOverview h3 {
        font-size: 1.6em;
    }

    #special-sectionOverview p {
        font-size: 1.3em;
    }
}

#PE1100N-width-full a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#PE1100N-width-full a:active {
    background-color: transparent;
}

#PE1100N-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#PE1100N-width-full a:hover,
#PE1100N-width-full a:active {
    outline: 0;
}
#PE1100N-width-full *:focus {
  outline-color: #1984d6;
}

#PE1100N-width-full a.link_style{
    color: #fff !important;
    padding: 6px 10px 6px 10px;
    border: 2px solid #0c5d6f;
    background: #0c5d6f;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#PE1100N-width-full a.link_style:hover{
    border: 2px solid #0c5d6f;
    background: #fff;
    color: #0c5d6f;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#PE1100N-width-full a.link_style:hover span{
    color: #0c5d6f;
}
#PE1100N-width-full a.link_style.blue{
    border: 2px solid #0063af;
    background: #0063af;
}
#PE1100N-width-full a.link_style.blue:hover{
    border: 2px solid #0063af;
    background: #fff;
    color: #0063af;
}
#PE1100N-width-full a.link_style.blue:hover span{
    color: #0063af;
}
/* #PE1100N-width-full a.link_style::after{
    content: '';
    background: url(../img/ico_link.png) no-repeat center center;
    width: 23px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
#PE1100N-width-full a.link_style:hover::after{
    margin-left: 15px;
    background: url(../img/ico_link_hover.png) no-repeat center center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
} */
#PE1100N-width-full a.link_style.link_style_b{
    background: #fff;
    border: 2px solid #fff;
    color: #1e262d !important;
    padding: 8px 10px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: absolute;
    bottom: 0;
}
#PE1100N-width-full a.link_style.link_style_b:hover{
    border: 2px solid #fff;
    /* background: #005a79; */
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#PE1100N-width-full #Fanless-Download .maintitle .area_Download a.link_style.link_style_b{
    background: #3c586e;
    color: #fff !important;
    border: none;
    border-radius: 50px;
}
#PE1100N-width-full #Fanless-Download .maintitle .area_Download a.link_style.link_style_b:hover{
    border: none;
    background-image: linear-gradient(to right, #286381 0%, #77bfbb 100%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#PE1100N-width-full a.link_style.link_style_b:hover span{
    color: #fff !important;
}
#PE1100N-width-full a.link_style.link_style_c{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 8px 20px;
    /* margin-top: 40px; */
}
@media only screen and (max-width: 759px) {
    #PE1100N-width-full a.link_style{
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }
}
/*#sectionOverview img{ max-width: none;}  write over wtite base_responsive.css */

#sectionOverview .text-center,
#old-sectionOverview .text-center,
#special-sectionOverview .text-center {
    text-align: center;
}

#PE1100N-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#PE1100N-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#PE1100N-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#PE1100N-width-full .product-section .maintitle {
    position: absolute;
    /*-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;*/
    z-index: 2;
}

@media only screen and (max-width: 1040px) {}

@media only screen and (max-width: 759px) {
    #PE1100N-width-full .product-section:before {
        height: 0;
    }

    #PE1100N-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #PE1100N-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #PE1100N-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#PE1100N-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#PE1100N-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#PE1100N-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#PE1100N-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#PE1100N-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#PE1100N-width-full .maintitle a {
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#PE1100N-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#PE1100N-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#PE1100N-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#PE1100N-width-full p.note {
    font-size: 0.9em;
    color: #000 !important;
    line-height: 1.1em;
    text-align: left;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 20px !important;
    display: inline-block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 759px) {
    #PE1100N-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#PE1100N-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#PE1100N-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#PE1100N-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#PE1100N-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #PE1100N-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #PE1100N-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #PE1100N-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #PE1100N-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#PE1100N-width-full img.webstyle,
#PE1100N-width-full .webstyle {
    display: inline-block;
}

/**/
#PE1100N-width-full .flexCon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-20 {
    width: 20%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-25 {
    width: 25%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
    width: 30%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
    width: 70%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-75 {
    width: 75%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-80 {
    width: 80%;
}
#PE1100N-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0;
}
#PE1100N-width-full .flexCon.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#PE1100N-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #PE1100N-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #PE1100N-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #PE1100N-width-full .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #PE1100N-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#PE1100N-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#PE1100N-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#PE1100N-width-full .maintitle.lefttxt .info_left .mtitle,
#PE1100N-width-full .maintitle.lefttxt .info_left .info,
#PE1100N-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#PE1100N-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#PE1100N-width-full .maintitle.lefttxt .info_left .stitle,
#PE1100N-width-full .maintitle.lefttxt .info_left .stitle p,
#PE1100N-width-full .maintitle.lefttxt .info_left .info,
#PE1100N-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#PE1100N-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#PE1100N-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#PE1100N-width-full .maintitle.righttxt .info_left .mtitle,
#PE1100N-width-full .maintitle.righttxt .info_left .mtitle p,
#PE1100N-width-full .maintitle.righttxt .info_left .info,
#PE1100N-width-full .maintitle.righttxt .info_left .info p,
#PE1100N-width-full .maintitle.righttxt .info_right .mtitle,
#PE1100N-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#PE1100N-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#PE1100N-width-full .maintitle.righttxt .info_right .stitle,
#PE1100N-width-full .maintitle.righttxt .info_right .stitle p,
#PE1100N-width-full .maintitle.righttxt .info_right .info,
#PE1100N-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#PE1100N-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#PE1100N-width-full h1 {
    font-size: 2.8em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 0px;
    color: #000 !important;
    margin-bottom: 0em;
    display: inline-block;
    font-weight: 500;
    padding-top: 0px;
}
#PE1100N-width-full h2 {
    font-size: 1.625em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    /* font-weight: bold; */
    line-height: 1.3 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 0.6em;
    color: #3c586e !important;
    display: inline-block;
    padding-top: 10px;
    letter-spacing: 0em;
}
#PE1100N-width-full h3 {
    font-size: 1.845em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
}

#PE1100N-width-full h4 {
    font-size: 3em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #14639e;
    margin-bottom: 1em;
    font-weight: 400;
}


#PE1100N-width-full .flex-item .info,
#PE1100N-width-full .mainfull .maintitle .info,
#PE1100N-width-full .mainsize .maintitle .info,
#PE1100N-width-full .product-content .maintitle .info {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #333333 !important;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0em;
}

/* @media only screen and (max-width: 1320px) {

    #PE1100N-width-full .flex-item .info,
    #PE1100N-width-full .mainfull .maintitle .info,
    #PE1100N-width-full .mainsize .maintitle .info,
    #PE1100N-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.4em;
    }
} */

#PE1100N-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#PE1100N-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#PE1100N-width-full section.whiteBg h2,
#PE1100N-width-full section.whiteBg .mtitle p,
#PE1100N-width-full section.whiteBg .stitle p,
#PE1100N-width-full section.whiteBg .flex-item .info,
#PE1100N-width-full section.whiteBg .mainfull .info,
#PE1100N-width-full section.whiteBg .maintitle .info,
#PE1100N-width-full section.whiteBg ul li p,
#PE1100N-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #PE1100N-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #PE1100N-width-full section.whiteBg .mtitle p,
    #PE1100N-width-full .mtitle p,
    #PE1100N-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #PE1100N-width-full section.whiteBg .mtitle p,
    #PE1100N-width-full .mtitle p,
    #PE1100N-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#PE1100N-width-full .full-section .mainfull {
    text-align: center;
}

#PE1100N-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#PE1100N-width-full img.mobile,
#PE1100N-width-full .mobile {
    display: none;
}

#PE1100N-width-full .text-left,
#PE1100N-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

#PE1100N-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
}

/*Gen13-KV*/
#PE1100N-width-full #PE1100N-KV {
    padding-top: 0%;
    margin-bottom: 100px;
    overflow: hidden;
    background: #fff;
}
#PE1100N-width-full #PE1100N-KV h2{
    font-family: "Roboto";
    font-size: 3.75em;
    padding-top: 10px;
}
#PE1100N-width-full #PE1100N-KV .maintitle {
    left: 25%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 760px;
}

#PE1100N-width-full #PE1100N-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#PE1100N-width-full #PE1100N-KV .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#PE1100N-width-full #PE1100N-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (max-width: 2080px) {
    #PE1100N-width-full h1{
        font-size: 2.6em;
    }
    #PE1100N-width-full #PE1100N-KV h2{
        font-size: 3.45em;
    }
}
@media only screen and (max-width: 1920px) {
    #PE1100N-width-full h1{
        font-size: 2.5em;
    }
    #PE1100N-width-full #PE1100N-KV h2{
        font-size: 3.35em;
    }
}
@media only screen and (max-width: 1780px) {
    #PE1100N-width-full h1{
        font-size: 2.5em;
    }
    #PE1100N-width-full #PE1100N-KV h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1680px) {
    #PE1100N-width-full h1{
        font-size: 2.5em;
    }
    #PE1100N-width-full #PE1100N-KV h2{
        font-size: 2.8em;
    }
}
@media only screen and (max-width: 1580px) {
    #PE1100N-width-full h1{
        font-size: 2.1em;
    }
    #PE1100N-width-full #PE1100N-KV h2{
        font-size: 2.6em;
    }
}
@media only screen and (max-width: 1480px) {
    #PE1100N-width-full h1{
        font-size: 2.0em;
    }
    #PE1100N-width-full #PE1100N-KV h2{
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 1440px) {
    #PE1100N-width-full h1{
        font-size: 1.8em;
    }
    #PE1100N-width-full #PE1100N-KV h2{
        font-size: 2.3em;
    }
    #PE1100N-width-full #PE1100N-KV .maintitle{
        left: 24%;
    }
    #PE1100N-width-full #PE1100N-KV .bg img{
        margin-left: 3%;
    }
}

@media only screen and (max-width: 1350px) {
    #PE1100N-width-full h1{
        font-size: 1.7em;
    }
    #PE1100N-width-full #PE1100N-KV h2{
        font-size: 2.2em;
    }
    #PE1100N-width-full #PE1100N-KV .stitle p {
        font-size: 1.5em;
    }

    #PE1100N-width-full #PE1100N-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 1100px) {
    #PE1100N-width-full #PE1100N-KV {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #PE1100N-width-full #PE1100N-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    #PE1100N-width-full #PE1100N-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #PE1100N-width-full #PE1100N-KV .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }
    #PE1100N-width-full #PE1100N-KV .bg img {
        width: 122% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -18% !important;
    }
    #PE1100N-width-full #PE1100N-KV .bg:before{
        display: none;
    }

    #PE1100N-width-full #PE1100N-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 759px) {
    #PE1100N-width-full #PE1100N-KV{
        margin-bottom: 50px;
    }
    #PE1100N-width-full #PE1100N-KV .bg img {
        width: 130% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -28% !important;
    }
    #PE1100N-width-full h4{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #PE1100N-width-full #PE1100N-KV .maintitle {
        padding-top: .5em;
    }

    #PE1100N-width-full #PE1100N-KV .stitle p {
        font-size: 1.3em;
        text-align: center;
    }
}

/* KEYFRAMES */
@keyframes opacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes scale {
    0% { transform:scale(0) ; opacity: 0; }
    50% { transform:scale(1) ; opacity: 0.5; }
    100% { transform:scale(2) ; opacity: 0; }
}

@media only screen and (max-width: 1280px) {
    #PE1100N-width-full #PE1100N-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #PE1100N-width-full #PE1100N-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #PE1100N-width-full #PE1100N-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #PE1100N-width-full #PE1100N-Barriers .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #PE1100N-width-full #PE1100N-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #PE1100N-width-full #PE1100N-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #PE1100N-width-full #PE1100N-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #PE1100N-width-full #PE1100N-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}

/*#PE1100N-width-full #PE1100N-footer*/
#PE1100N-width-full #PE1100N-footer .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
}
#PE1100N-width-full #PE1100N-footer .maintitle ul.list-decimal{
    padding-left: 1em;
}
#PE1100N-width-full #PE1100N-footer .maintitle ul.list-decimal > li {
    font-size: .875em;
    line-height: 1.2;
    position: relative;
    padding-left: 0;
    margin-bottom: 1em;
    list-style-type: disc;
    list-style-position: outside;
    color: #a3a3a3;
}

/*#PE1100N-width-full #PE1100N-AI*/
#PE1100N-width-full #PE1100N-AI{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #0a172a;
    background-size: 100%;
    position: relative;
}
#PE1100N-width-full #PE1100N-AI .maintitle {    
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    max-width: 700px;
}
#PE1100N-width-full #PE1100N-AI .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#PE1100N-width-full #PE1100N-AI .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#PE1100N-width-full #PE1100N-AI .flexCon.flex-50-50>.flex-item:first-child{
    padding: 8% 18px 8%;
}
#PE1100N-width-full #PE1100N-AI .flexCon.flex-50-50>.flex-item:first-child img{
    max-width: 600px !important;
}
#PE1100N-width-full #PE1100N-AI .maintitle h2{
        /* margin-bottom: 1.2em !important; */
    position: relative;
    font-size: 2.5em;
}
#PE1100N-width-full #PE1100N-AI .maintitle img.overview{
    max-width: 600px;
}
#PE1100N-width-full #PE1100N-AI .maintitle .info{
    /* background:#0b596d; */
    color: #fff !important;
    padding: 0;
    text-align: left;
}
@media only screen and (min-width: 2200px){
    #PE1100N-width-full #PE1100N-AI .flexCon.flex-50-50>.flex-item:first-child{
        padding: 10% 18px 10%;
    }
}
@media only screen and (max-width: 2100px){
    #PE1100N-width-full #PE1100N-AI .maintitle {
       /*  width: 35%;
        left: 30%; */
    }
}

@media only screen and (max-width: 1920px){
    #PE1100N-width-full #PE1100N-AI .maintitle {
        /* width: 38%;
        max-width: 980px;
            left: 25%; */
    }
}
@media only screen and (max-width: 1680px){
    #PE1100N-width-full #PE1100N-AI .bg img{
        width: 100% !important;
    }
    #PE1100N-width-full #PE1100N-AI .maintitle{
        width: 42%;
        left: 70%;
    }
}
@media only screen and (max-width: 1380px){
    #PE1100N-width-full #PE1100N-AI .maintitle{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        max-width: inherit;
        text-align: center;

    }
    #PE1100N-width-full #PE1100N-AI .maintitle .info{
        text-align: center;
        padding-bottom: 30px;
    }
    #PE1100N-width-full #PE1100N-AI .bg{
        overflow: hidden;
    }
    #PE1100N-width-full #PE1100N-AI .bg img{
        width: 180% !important;
        margin-top: -10%;
        margin-left: -5% !important;
        margin-bottom: -10%;
        max-width: inherit !important;
    }
    #PE1100N-width-full #PE1100N-AI .bg:before{
                content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 15vw;
        background: linear-gradient(to bottom, rgba(10, 23, 43, 0) 0%, rgba(10, 23, 43, 1) 100%);
    }
}

@media only screen and (max-width: 970px){
    
}
@media only screen and (max-width: 768px){

}
@media only screen and (max-width: 480px){

    #PE1100N-width-full #PE1100N-AI .maintitle h2{
            font-size: 1.6em !important;
    }
}

/*#PE1100N-width-full #PE1100N-applications*/
#PE1100N-width-full #PE1100N-applications .flex-wrap{
    display: flex;
}
#PE1100N-width-full #PE1100N-applications .align-items-center{
    align-items: center;
}
#PE1100N-width-full #PE1100N-applications .flex-row-reverse{
        flex-direction: row-reverse;
}
#PE1100N-width-full #PE1100N-applications .flex-row-reverse .hd-content{
    padding: 0 2vw 5vw;
}
#PE1100N-width-full #PE1100N-applications .hd-container{
    margin-bottom: 5vw;
}
#PE1100N-width-full #PE1100N-applications .hd-content{
    padding: 0 0 5vw 2vw;
}
#PE1100N-width-full #PE1100N-applications .flex-row-reverse .hd-col50.pic_area:after{
    content: "";
    position: absolute;
    left: -1vw;
    top: 12%;
    width: 30%;
    height: 3px;
    z-index: 1;
    background: linear-gradient(to right, rgba(75, 102, 122, 1) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 0.2) 100%);
    transform: translate(0%, 0%);
}
#PE1100N-width-full #PE1100N-applications .hd-col50.pic_area:after{
    content: "";
    position: absolute;
    right: -1vw;
    top: 12%;
    width: 30%;
    height: 3px;
    z-index: 1;
    background: linear-gradient(to right, rgba(75, 102, 122, 0.2) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 1) 100%);
    transform: translate(0%, 0%);
}
#PE1100N-width-full #PE1100N-applications .hd-col50{
    width: 50%;
}
#PE1100N-width-full #PE1100N-applications .hd-col50 img{
    width: 100%;
}
#PE1100N-width-full #PE1100N-applications{
    position: relative;
    overflow: hidden;
}
#PE1100N-width-full #PE1100N-applications .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 3vw;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-applications .maintitle h2{
        margin-bottom: 2.0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    max-width: 700px;
    font-weight: 500;
    letter-spacing: 0;
}
#PE1100N-width-full #PE1100N-applications .maintitle h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    min-width: 100px;
    height: 3px;
    background: linear-gradient(to right, rgba(75, 102, 122, 1) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 0.2) 100%);
    transform: translate(-50%, 0%);
}
#PE1100N-width-full #PE1100N-applications .hd-col50.pic_area{
    position: relative;
}

#PE1100N-width-full #PE1100N-applications .hd-col50.pic_area img{
    position: relative;
    z-index: 2;
}
#hd #pageContent-Technology .tab-content .flex-row-reverse h2:after {
    content: "";
    position: absolute;
    right: inherit;
    left: calc(100% + 10px);
    top: 50%;
    transform: translate(0%, -50%);
    width: 200%;
    height: 1px;
    background: #005a79;
    z-index: 0;
}
#PE1100N-width-full #PE1100N-applications .maintitle h3{
    font-size: 2em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 10px;
    color: #3c586e !important;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
}
#PE1100N-width-full #PE1100N-applications .maintitle .info{
    color: #3f596e;
    text-align: left !important;
}
#PE1100N-width-full #PE1100N-applications .maintitle .info_b{
        padding: 30px;
    margin-bottom: 20px !important;
    border-radius: 10px;
    color: #3f596e;
}
#PE1100N-width-full #PE1100N-applications .maintitle .flexCon{
    margin: 30px 0 10px;
}
#PE1100N-width-full #PE1100N-applications .maintitle .flex-item img{
    max-width: 500px !important;
}
#PE1100N-width-full #PE1100N-applications .systems_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; /* Make all items stretch to the same height */
    justify-content: center;
    margin: 50px auto;
}

#PE1100N-width-full #PE1100N-applications .systems_list li {
    width: calc(25% - 12px);
    border: 1px solid #e6e6e6;
    margin: 6px;
    text-align: left;
    display: flex;
    flex-direction: column; /* Stack image, h4, and .info vertically */
}

#PE1100N-width-full #PE1100N-applications .systems_list li h4 {
    font-size: 1em;
    color: #000;
    font-weight: normal;
    padding: 15px 18px 10px;
    margin-bottom: 8px; /* Add some spacing between h4 and .info */
}

#PE1100N-width-full #PE1100N-applications .systems_list li .info {
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 0 18px 20px !important;
    text-align: left !important;
    flex: 1; /* Allow .info to expand and fill available space */
}

#PE1100N-width-full #PE1100N-applications .systems_list li img {
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    #PE1100N-width-full #PE1100N-applications .maintitle {
        padding-bottom: 50px;
    }
    #PE1100N-width-full #PE1100N-applications .systems_list li {
        width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 768px) {
    #PE1100N-width-full #PE1100N-applications .flex-wrap{
            flex-wrap: wrap;
    }
    #PE1100N-width-full #PE1100N-applications .hd-col50{
        width: 100%;
    }
    #PE1100N-width-full #PE1100N-applications .maintitle h3{
        font-size: 1.5em;
    }
    #PE1100N-width-full #PE1100N-applications .hd-col50.pic_area:after{
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    #PE1100N-width-full #PE1100N-applications .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
    #PE1100N-width-full #PE1100N-applications .systems_list li {
        width: calc(100% - 12px);
    }
}

/*#PE1100N-width-full #PE1100N-overview*/
#PE1100N-width-full #PE1100N-overview{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #021033;
    background-size: 100%;
    position: relative;
}
#PE1100N-width-full #PE1100N-overview .maintitle {    
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 40px;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    max-width: 750px;
}
#PE1100N-width-full #PE1100N-overview .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#PE1100N-width-full #PE1100N-overview .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#PE1100N-width-full #PE1100N-overview .flexCon.flex-50-50>.flex-item:first-child{
    padding: 8% 18px 8%;
}
#PE1100N-width-full #PE1100N-overview .flexCon.flex-50-50>.flex-item:first-child img{
    max-width: 600px !important;
}
#PE1100N-width-full #PE1100N-overview .maintitle h1{
    color: #fff !important;
    line-height: 1.0em !important;
    font-size: 3.25em;
    font-weight: normal;
    text-shadow: 
    1px 1px 0 #0070ff, 
   -1px 1px 0 #0070ff, 
    1px -1px 0 #0070ff, 
   -1px -1px 0 #0070ff;
}
#PE1100N-width-full #PE1100N-overview .maintitle h1 b{

}
#PE1100N-width-full #PE1100N-overview .maintitle h2{
        /* margin-bottom: 1.0em !important; */
    position: relative;
    color: #fff !important;
    font-size: 2.5em;
    max-width: 700px;
    font-weight: 500;
    letter-spacing: 0;
}
#PE1100N-width-full #PE1100N-overview .maintitle img.overview{
    max-width: 600px;
}
#PE1100N-width-full #PE1100N-overview .maintitle .info{
    /* background:#0b596d; */
    color: #fff !important;
    padding: 0;
    text-align: left;
}
#PE1100N-width-full #PE1100N-overview .maintitle ul{
    display: flex;
    margin-left: -2em;
    margin-top: 2em;
}
#PE1100N-width-full #PE1100N-overview .maintitle ul li{
        padding: 0 2em;
        position: relative;
}
#PE1100N-width-full #PE1100N-overview .maintitle ul li:after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(184, 213, 249, 0) 0%, rgba(184, 213, 249, 1) 50%, rgba(184, 213, 249, 0) 100%);
}
#PE1100N-width-full #PE1100N-overview .maintitle ul li:last-child:after{
    display: none;
}
#PE1100N-width-full #PE1100N-overview .maintitle ul li p{
    font-size: 1.4em;
    color: #b8d5f9 !important;
        display: grid;
    width: auto;
}
@media only screen and (min-width: 2200px){
    #PE1100N-width-full #PE1100N-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 10% 18px 10%;
    }
}
@media only screen and (max-width: 2100px){
    #PE1100N-width-full #PE1100N-overview .maintitle {
        width: 35%;
        left: 30%;
    }
}

@media only screen and (max-width: 1920px){
    #PE1100N-width-full #PE1100N-overview .maintitle {
        width: 38%;
        max-width: 980px;
            left: 25%;
    }
}
@media only screen and (max-width: 1680px){
    #PE1100N-width-full #PE1100N-overview .bg img{
        width: 100% !important;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle{
        width: 42%;
        left: 24%;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle ul{
        margin-left: -10px;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle ul li{
        padding: 0 10px;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle ul li p{
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 1180px){
    #PE1100N-width-full #PE1100N-overview .bg img{
        width: 100% !important;
        max-width: inherit !important;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle ul li p{
        font-size: 1em;
    }
}
@media only screen and (max-width: 970px){
    #PE1100N-width-full #PE1100N-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 6% 18px 6%;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle {
        width: 45%;
        max-width: 980px;
        left: 25%;
        top: 55%;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle h1{
        font-size: 3em;
    }
}
@media only screen and (max-width: 768px){
    #PE1100N-width-full #PE1100N-overview{
        background: #000;
        background-size: 200%;
    }
    #PE1100N-width-full #PE1100N-overview .bg{
        position: relative;
    }
    #PE1100N-width-full #PE1100N-overview .bg:before{
                content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 15vw;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }
    #PE1100N-width-full #PE1100N-overview .bg:after{
                content: "";
        width: 100%;
        position: absolute;
        top: 10%;
        left: 0;
        height: 15vw;
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }
    #PE1100N-width-full #PE1100N-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 0px 18px;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle{
        position: relative;
        left: 0;
                top: -5vw;
        transform: translate(0%, 0%);
        padding-top: 1.5em;
        width: 100%;
        padding-bottom: 5vw;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle h1{
        font-size: 3em;
        font-weight: 600;
        line-height: 1.1 !important;
        width: 100%;
        text-align: center;
        
        font-weight: normal;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle h2{
            color: #1e262d !important;
            font-size: 1.8em !important;
            width: 100%;
            text-align: center;
    }
    #PE1100N-width-full #PE1100N-overview .bg img{
        width: 200% !important;
        margin: 10% 0 0% -89% !important;
        max-width: none !important;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle .info{
        padding: 5% !important;
        margin-top: 20px !important;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle ul{
        margin: 2em auto 0;
                width: 100%;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle ul li{
        width: 33.33%;
                text-align: center;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle ul li:after{
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    }
    #PE1100N-width-full #PE1100N-overview .maintitle ul li p{

        font-size: 1.2em;
    }
}
@media only screen and (max-width: 480px){
    #PE1100N-width-full #PE1100N-overview .maintitle h1{
        font-size: 2.6em;
    }
    #PE1100N-width-full #PE1100N-overview .maintitle h2{
            font-size: 1.6em !important;
    }
}
/*#PE1100N-width-full #PE1100N-SWaP*/
#PE1100N-width-full #PE1100N-SWaP{
    background: url(../img/swap_bg.jpg) center top no-repeat;
    background-size: 100% 85%;
    position: relative;
    overflow: hidden;
}
#PE1100N-width-full #PE1100N-SWaP .maintitle {
        text-align: left;
    width: 90%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 20%;
    padding-bottom: 260px;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-SWaP .maintitle h2{
    margin-bottom: 1em !important;
    position: relative;
}
#PE1100N-width-full #PE1100N-SWaP .bg{
        text-align: center;
    background: url(../img/swap_bottom_bg.png) center bottom repeat-x;
    background-size: initial;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
#PE1100N-width-full #PE1100N-SWaP .text_icon_list {
        width: 100%;
    max-width: 660px;
    list-style: none;
    padding: 0;
    margin: 0px auto 0px;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}
#PE1100N-width-full #PE1100N-SWaP .text_icon_list li {
    width: 33.33%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#PE1100N-width-full #PE1100N-SWaP .text_icon_list li img{
    width: 25%;
    max-width: 75px !important;
}
#PE1100N-width-full #PE1100N-SWaP .text_icon_list li {
    width: 33.33%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}
#PE1100N-width-full #PE1100N-SWaP .text_icon_list li .text_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
#PE1100N-width-full #PE1100N-SWaP .text_icon_list li .text_icon .info{
    text-align: left !important;
    padding-left: 20px !important;
}
@media only screen and (max-width: 1920px){
    #PE1100N-width-full #PE1100N-SWaP .maintitle {
        padding-left: 25%;
    }
}
@media only screen and (max-width: 1550px){
    #PE1100N-width-full #PE1100N-SWaP .maintitle {
        
    padding-left: 27%;
    width: 90%;
    }
}
@media only screen and (max-width: 1024px){
    #PE1100N-width-full #PE1100N-SWaP .maintitle {
        padding-left: 15%;
        width: 95%;
        padding-bottom: 35%;
    }
}
@media only screen and (max-width: 768px){
    #PE1100N-width-full #PE1100N-SWaP .maintitle {
        width: 100%;
    padding: 50px 18px 72%;
    }
    #PE1100N-width-full #PE1100N-SWaP .text_icon_list{
        /* display: inline-block; */
    }
    #PE1100N-width-full #PE1100N-SWaP .text_icon_list li{
        /* display: inline-block;
        margin: 0 auto;
        width: 100%; */
    }
    #PE1100N-width-full #PE1100N-SWaP .text_icon_list li img{
        width: 30%;
    max-width: 40px !important;
    }
    #PE1100N-width-full #PE1100N-SWaP .text_icon_list li .text_icon .info {
        padding-left: 10px !important;
        font-size: 0.9em;
        width: auto;
        margin: 0;
    }
    #PE1100N-width-full #PE1100N-SWaP .bg img{
                max-width: inherit !important;
    width: 145%;
    top: -40px;
    position: relative;
    }
}
/*#PE1100N-width-full #PE1100N-multitasking*/
#PE1100N-width-full #PE1100N-multitasking{
    background: #041d33;
    position: relative;
    overflow: hidden;
}
#PE1100N-width-full #PE1100N-multitasking .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-multitasking .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#PE1100N-width-full #PE1100N-multitasking .maintitle h2 b{
    border-bottom: 3px #00d2ff solid;
    font-weight: normal;
    padding-bottom: 5px;
}
#PE1100N-width-full #PE1100N-multitasking .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
        position: absolute;
    bottom: 0;
    left: 35%;
    transform: translate(-50%, 0%);
    margin: 0% 0;
    width: 70%;
    min-width: 1355px;
}

#PE1100N-width-full #PE1100N-multitasking .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#PE1100N-width-full #PE1100N-multitasking .list_box{
    display: inline-block;
    width: 100%;
    padding-left: 54%;
        margin-top: 30px;
    margin-bottom: 30px;
}
#PE1100N-width-full #PE1100N-multitasking .text_icon_list {
    width: 100%;
    max-width: 660px;
    list-style: none;
    padding: 0 18px;
    margin: 0px auto 0px;
    position: relative;

    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
#PE1100N-width-full #PE1100N-multitasking .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#PE1100N-width-full #PE1100N-multitasking .text_icon_list.list_auto li {
    width: 50%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}

#PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon div.text_box {
        text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    /* background: #f7f8f8; */
    width: 100%;
    /* min-width: 300px; */
    /* min-height: 200px; */
    /* border-radius: 10px; */
}

/*#PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon div:before{
content: '';
position: absolute;
bottom: 5px;
left: -40px;
background-image: url(images/dot-icon.png);
background-size: contain;
background-repeat: no-repeat;
height: 30px;
width: 37px;
}*/
#PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #00d2ff;
}
#PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon .title b{
    display: none;
}
#PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon span {
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #00d2ff;
    line-height: 1em;
    letter-spacing: 0.02em;
    display: inline-block;
    width: 100%;
        /* position: relative;
    top: -20px; */
}

#PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon .desc {
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    display: inline-block;
}
#PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon .note{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1200px) {
    #PE1100N-width-full #PE1100N-multitasking .list_box{
        padding-left: 40%;
    }
    #PE1100N-width-full #PE1100N-multitasking .bg{
        left: 30%;
    }
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon .title {
        font-size: 4.5em
    }
}

@media only screen and (max-width: 768px){
    #PE1100N-width-full #PE1100N-multitasking .bg{
        position: relative;
        left: 0;
        width: 100%;
        min-width: inherit;
            transform: translate(0%, 0%);
    }
    #PE1100N-width-full #PE1100N-multitasking .bg img {
        width: 250% !important;
        max-width: inherit !important;
        margin: -40% auto 0% !important;
        margin-left: -57% !important;
    }

    #PE1100N-width-full #PE1100N-multitasking .maintitle h2 b{
        border: none;
    }
    #PE1100N-width-full #PE1100N-multitasking .maintitle h2:after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 20%;
        height: 3px;
        background: #00d2ff;
        transform: translate(-50%, 0%);
    }
    #PE1100N-width-full #PE1100N-multitasking .list_box{
        padding: 0;
    }
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list li,
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list.list_auto li {
        width: 50%;
        margin-bottom: 20px;
    }
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list li, #PE1100N-width-full #PE1100N-multitasking .text_icon_list.list_auto li{
        margin: 20px 0 0;
    }
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list{
        margin: 0px 0 0px;
        padding: 0;
    }
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon .title span {
        font-size: 0.2em
    }
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon{
        width: calc(100% - 0px);
        padding: 0px;
    }
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon div.text_box{
            min-width: inherit;
        display: flex;
        padding: 20px 10px;
    }
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon .title{
        font-size: 4em;
    }
    #PE1100N-width-full #PE1100N-multitasking .text_icon_list .text_icon .desc{
        font-size: 1em;
    }
}
/*#PE1100N-width-full #PE1100N-ContactUs*/
#PE1100N-width-full #PE1100N-ContactUs{
    position: relative;
    overflow: hidden;
    background: #18334e;
}
#PE1100N-width-full #PE1100N-ContactUs .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-ContactUs .maintitle a.link_style{
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
#PE1100N-width-full #PE1100N-ContactUs .maintitle a.link_style.link_style_b{
    position: relative;
    bottom: inherit;
}
/*#PE1100N-width-full #PE1100N-Video*/
#PE1100N-width-full #PE1100N-Video{
    position: relative;
    overflow: hidden;
    padding: 0 18px;
}
#PE1100N-width-full #PE1100N-Video .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1188px;
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    background: #16407c;
}
#PE1100N-width-full #PE1100N-Video .maintitle .flexCon{
    width: 90%;
    padding: 30px 30px;
    margin: 0 auto;
}
#PE1100N-width-full #PE1100N-Video .maintitle .flexCon img.pic_video{
    width: 90%;
    max-width: 381px !important;
    border: 2px #fff solid;
}
#PE1100N-width-full #PE1100N-Video .maintitle .flexCon.flex-50-50>.flex-item{
    text-align: left;
}
#PE1100N-width-full #PE1100N-Video .maintitle .flexCon.flex-50-50>.flex-item.text-center{
    text-align: center !important;
}
@media only screen and (max-width: 1280px){
    #PE1100N-width-full #PE1100N-Video .maintitle .flexCon{
        width: 100%;
    }
    #PE1100N-width-full #PE1100N-Video .maintitle .flexCon{
        padding: 30px 0;
    }
}
@media only screen and (max-width: 768px){
    #PE1100N-width-full #PE1100N-Video{
        padding: 0;
    }
    #PE1100N-width-full #PE1100N-Video .maintitle .flexCon{
        text-align: center;
    }
    #PE1100N-width-full #PE1100N-Video .maintitle .flexCon.flex-50-50>.flex-item{
        text-align: center;
    }
}  
/*#PE1100N-width-full #PE1100N-Download*/
#PE1100N-width-full #PE1100N-Download{
    position: relative;
    overflow: hidden;
}
#PE1100N-width-full #PE1100N-Download .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

#PE1100N-width-full #PE1100N-Download .maintitle .area_Download{
    width: 100%;
    padding: 20px 30px 50px;
    background: #005a79;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

#PE1100N-width-full #PE1100N-Download .maintitle .area_Download li{
    display: inline-block;
    width: 33.3333%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}
/*#PE1100N-width-full #PE1100N-Download .maintitle .area_Download li:nth-child(2):before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 1px;
    height: 80%;
    background: #36a7cf;
}*/
#PE1100N-width-full #PE1100N-Download .maintitle .box_Download a.link_style{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
#PE1100N-width-full #PE1100N-Download .maintitle .box_Download{
    display: inline-block;
    padding: 30px;
/*    position: relative;*/
}
#PE1100N-width-full #PE1100N-Download .maintitle .box_Download h2{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    min-height: 70px;
        font-size: 1.2em !important;
}
#PE1100N-width-full #PE1100N-Download .maintitle .pic_Download{
    display: inline-block;
    position: relative;
    width: auto ;
/*    box-shadow: 3px 3px 15px rgb(0 0 0 / 30%);*/
}
@media only screen and (max-width: 1280px){
    #PE1100N-width-full #PE1100N-Download .maintitle .box_Download {
        padding: 30px 6px;
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .pic_Download{
        width: 80%;
    }
}
@media only screen and (max-width: 768px){
    #PE1100N-width-full #PE1100N-Download .maintitle{
        padding: 0;
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .area_Download{
            flex-direction: column;
            padding: 50px 18px;
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .area_Download li{
        width: 100%;
        padding-bottom: 0;
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .pic_Download{
        width: 80%;
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .box_Download{
        padding: 10px 0 35px;
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .box_Download .flex-item.flex-25,
    #PE1100N-width-full #PE1100N-Download .maintitle .box_Download .flex-item.flex-35{
        width: 40%;
        text-align: center;
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .box_Download .flex-item.flex-75,
    #PE1100N-width-full #PE1100N-Download .maintitle .box_Download .flex-item.flex-65{
        width: 60%;
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .box_Download h2,
    #PE1100N-width-full #PE1100N-Download .maintitle .box_Download .info{
        text-align: center !important;
        min-height: auto;
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .box_Download a.link_style{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
    #PE1100N-width-full #PE1100N-Download .maintitle .area_Download li:nth-child(2):before {
        left: 50%;
        top: 0;
        transform: translate(-50%, 0%);
        width: 100%;
        height: 1px;
        background: #36a7cf;
    }
}
/*#PE1100N-width-full #PE1100N-IoT*/
#PE1100N-width-full #PE1100N-IoT{
    position: relative;
    overflow: hidden;
}
#PE1100N-width-full #PE1100N-IoT .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-IoT .maintitle .box_IoT{
    display: inline-block;
    width: 100%;
    padding: 30px;
    background: #041d33;
    position: static;
    /* overflow: hidden; */
}
#PE1100N-width-full #PE1100N-IoT .maintitle .box_IoT h2,
#PE1100N-width-full #PE1100N-IoT .maintitle .box_IoT .info{
        position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-IoT .bg {
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(0%, 0%);
    margin: 0px -30px -30px;
    width: calc(100% + 60px);
}
#PE1100N-width-full #PE1100N-IoT .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#PE1100N-width-full #PE1100N-IoT .maintitle .flex-item.flex-50{
    width: calc(50% - 10px);
    overflow: hidden;
}
#PE1100N-width-full #PE1100N-IoT .maintitle .flex-item:nth-child(1){
    margin-right: 10px;
}
#PE1100N-width-full #PE1100N-IoT .maintitle .flex-item:nth-child(2){
    margin-left: 10px;
}
#PE1100N-width-full #PE1100N-IoT .maintitle .flex-item:nth-child(1) .box_IoT{
    margin: 0 20px 0 0;
}
#PE1100N-width-full #PE1100N-IoT .maintitle .flex-item:nth-child(2) .box_IoT{
    margin: 0 0 0 0px;
}
#PE1100N-width-full #PE1100N-IoT .maintitle .box_IoT:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #041d33;
    left: 0;
    top: 0;
}
#PE1100N-width-full #PE1100N-IoT .maintitle .box_IoT h2{
    color: #00d2ff !important;
        margin-bottom: 1em !important;
    position: relative;
}
#PE1100N-width-full #PE1100N-IoT .maintitle h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
}
#PE1100N-width-full #PE1100N-IoT .text_icon_list {
    width: 100%;
    /* max-width: 660px; */
    list-style: none;
    padding: 0;
    margin: 0px auto 0px;
    position: relative;

    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
#PE1100N-width-full #PE1100N-IoT .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#PE1100N-width-full #PE1100N-IoT .text_icon_list.list_auto li {
    width: 33.33%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}
#PE1100N-width-full #PE1100N-IoT .text_icon_list.list_auto li.list_one {
    width: 100%;
}
#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon div.text_box {
        text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px 1px;
    /* background: #f7f8f8; */
    width: 100%;
    /* min-width: 300px; */
    /* min-height: 200px; */
    /* border-radius: 10px; */
}

/*#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon div:before{
content: '';
position: absolute;
bottom: 5px;
left: -40px;
background-image: url(images/dot-icon.png);
background-size: contain;
background-repeat: no-repeat;
height: 30px;
width: 37px;
}*/
#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #00d2ff;
}
#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon .title b{
    display: none;
}

#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon h3.title_b {
    /*font-style: italic;*/
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 2.6em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #00d2ff;
    position: relative;
}

#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon h3.title_b small{
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #fff !important;
    font-size: 0.2em;
    line-height: 1.3em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.05em;
    position: relative;
    top: -8px;
}

#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon span {
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #00d2ff;
    line-height: 1em;
    letter-spacing: 0.02em;
    display: inline-block;
    width: 100%;
        /* position: relative;
    top: -20px; */
}

#PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon .desc {
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    display: inline-block;
}
@media only screen and (max-width: 768px){
    #PE1100N-width-full #PE1100N-IoT .maintitle .flex-item:nth-child(1) .box_IoT{
        margin: 0px !important;
    }
    #PE1100N-width-full #PE1100N-IoT .maintitle .flex-item:nth-child(2) .box_IoT{
        margin: 0 !important;
        height: auto !important;
    }
    #PE1100N-width-full #PE1100N-IoT .text_icon_list.list_auto li,
    #PE1100N-width-full #PE1100N-IoT .text_icon_list.list_auto li.list_one{
        width: 50%;
    }
    #PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon h3.title_b{
            line-height: 0.8;
    }
    #PE1100N-width-full #PE1100N-IoT .maintitle .flex-item.flex-50{
        width: 100% !important;
    }
    #PE1100N-width-full #PE1100N-IoT .maintitle .flex-item:nth-child(1),
    #PE1100N-width-full #PE1100N-IoT .maintitle .flex-item:nth-child(2){
        margin: 0;
    }
    #PE1100N-width-full #PE1100N-IoT .maintitle .flex-item:nth-child(1){
        margin-bottom: 20px;
    }
    #PE1100N-width-full #PE1100N-IoT .bg{
        position: relative;
        margin-top: -15%;
    }
}
@media only screen and (max-width: 480px){
    #PE1100N-width-full #PE1100N-IoT .text_icon_list .text_icon h3.title_b{
            line-height: 0.8;
            font-size: 2.4em;
    }
}
/*#PE1100N-width-full #PE1100N-PCIe*/
#PE1100N-width-full #PE1100N-PCIe{
    position: relative;
    overflow: hidden;
    background: #04061b;
}
#PE1100N-width-full #PE1100N-PCIe .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-PCIe .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(0%, 0%);
    margin: 0% 0;
    width: 100%;
}
#PE1100N-width-full #PE1100N-PCIe .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#PE1100N-width-full #PE1100N-PCIe .maintitle h2:after{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #00d2ff;
    transform: translate(0%, 0%);
}
#PE1100N-width-full #PE1100N-PCIe .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
@media only screen and (max-width: 768px){
    #PE1100N-width-full #PE1100N-PCIe .maintitle h2{
        text-align: center;
    }
    #PE1100N-width-full #PE1100N-PCIe .maintitle h2::after{
            content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 20%;
        height: 3px;
        background: #00d2ff;
        transform: translate(-50%, 0%);
    }
    #PE1100N-width-full #PE1100N-PCIe .maintitle .info{
        margin-bottom: 30px;
    }
    #PE1100N-width-full #PE1100N-PCIe .bg img {
            width: 400% !important;
    max-width: inherit !important;
    margin: -20% auto 0% !important;
    margin-left: -155% !important;
    }
}
/*#PE1100N-width-full #PE1100N-Fastest*/
#PE1100N-width-full #PE1100N-Fastest{
    position: relative;
    overflow: hidden;
    min-height: 626px;
}
#PE1100N-width-full #PE1100N-Fastest .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-Fastest .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
        position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(0%, 0%);
    margin: 0% 0;
    width: 100%;
    max-width: 825px;
}
#PE1100N-width-full #PE1100N-Fastest .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#PE1100N-width-full #PE1100N-Fastest .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #1e262d;
    transform: translate(-50%, 0%);
}
#PE1100N-width-full #PE1100N-Fastest .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#PE1100N-width-full #PE1100N-Fastest .list_box{
    display: inline-block;
    width: 100%;
    padding-right: 30%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#PE1100N-width-full #PE1100N-Fastest .text_icon_list {
        width: 100%;
    max-width: 900px;
    list-style: none;
    padding: 0 18px;
    margin: 0px auto 0px;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
#PE1100N-width-full #PE1100N-Fastest .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#PE1100N-width-full #PE1100N-Fastest .text_icon_list.list_auto li {
    width: 33.3333%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}

#PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon div.text_box {
        text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    /* background: #f7f8f8; */
    width: 100%;
    /* min-width: 300px; */
    /* min-height: 200px; */
    /* border-radius: 10px; */
}

#PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 4.5em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #1e262d;
}
#PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon .title.title_s{
    font-size: 2.4em;
}
#PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon .title b{
    display: none;
}
#PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon span {
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #1e262d;
    line-height: 1em;
    letter-spacing: 0.02em;
    display: inline-block;
    width: 100%;
        /* position: relative;
    top: -20px; */
}

#PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon .desc {
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    display: inline-block;
}
#PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon .note{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1780px) {
    #PE1100N-width-full #PE1100N-Fastest .bg{
        left: 82%;
        transform: translate(-50%, 0%);
    }
}
@media only screen and (max-width: 1280px) {
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list.list_auto li{
        width: 50%;
    }
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list.list_auto li.list_one{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    #PE1100N-width-full #PE1100N-Fastest .bg{
        position: relative;
        left: 0;
        width: 100%;
        max-width: inherit;
        transform: translate(0%, 0%);
    }
    #PE1100N-width-full #PE1100N-Fastest .bg img {
            width: 155% !important;
    max-width: inherit !important;
    margin: -40% auto 0% !important;
    margin-left: -25% !important;
    }

    #PE1100N-width-full #PE1100N-Fastest .maintitle h2 b{
        border: none;
    }
    #PE1100N-width-full #PE1100N-Fastest .list_box{
        padding: 0;
    }
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list li,
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list.list_auto li {
        width: 50%;
        margin-bottom: 20px;
    }
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list li, #PE1100N-width-full #PE1100N-Fastest .text_icon_list.list_auto li{
        margin: 20px 0 0;
    }
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list{
        margin: 0px 0 0px;
        padding: 0;
    }
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon .title span {
        font-size: 0.2em
    }
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon{
        width: calc(100% - 0px);
        padding: 0px;
    }
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon div.text_box{
            min-width: inherit;
        display: flex;
        padding: 20px 10px;
    }
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon .title{
        font-size: 4em;
    }
    #PE1100N-width-full #PE1100N-Fastest .text_icon_list .text_icon .desc{
        font-size: 1em;
    }
}
/*#PE1100N-width-full #PE1100N-Feature*/
#PE1100N-width-full #PE1100N-Feature{
    position: relative;
    overflow: hidden;
}
#PE1100N-width-full #PE1100N-Feature .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-Feature .maintitle h2{
        margin-bottom: 1.0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    max-width: 700px;
    font-weight: 500;
    letter-spacing: 0;
}
#PE1100N-width-full #PE1100N-Feature .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 4px;
    background:  linear-gradient(to right, rgba(75, 102, 122, 1) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 0.2) 100%);
    transform: translate(-50%, 0%);
}
#PE1100N-width-full #PE1100N-Feature .maintitle h3{
    font-size: 1.375em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 10px;
    color: #2a6e8a !important;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
}
#PE1100N-width-full #PE1100N-Feature .maintitle .info{
    color: #3f596e;
}
#PE1100N-width-full #PE1100N-Feature .maintitle .info_b{
        padding: 30px 30px 0px;
    margin-bottom: 0px !important;
    border-radius: 10px;
    color: #3f596e;
}
#PE1100N-width-full #PE1100N-Feature .maintitle .flexCon{
    margin: 30px 0 10px;
}
#PE1100N-width-full #PE1100N-Feature .maintitle .flex-item img{
    max-width: 500px !important;
}
#PE1100N-width-full #PE1100N-Feature .systems_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; /* Make all items stretch to the same height */
    justify-content: center;
    margin: 50px auto;
}

#PE1100N-width-full #PE1100N-Feature .systems_list li {
    width: calc(25% - 12px);
    border: 1px solid #e6e6e6;
    margin: 6px;
    text-align: left;
    display: flex;
    flex-direction: column; /* Stack image, h4, and .info vertically */
}

#PE1100N-width-full #PE1100N-Feature .systems_list li h4 {
    font-size: 1em;
    color: #000;
    font-weight: normal;
    padding: 15px 18px 10px;
    margin-bottom: 8px; /* Add some spacing between h4 and .info */
}

#PE1100N-width-full #PE1100N-Feature .systems_list li .info {
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 0 18px 20px !important;
    text-align: left !important;
    flex: 1; /* Allow .info to expand and fill available space */
}

#PE1100N-width-full #PE1100N-Feature .systems_list li img {
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    #PE1100N-width-full #PE1100N-Feature .maintitle {
        padding-bottom: 50px;
    }
    #PE1100N-width-full #PE1100N-Feature .systems_list li {
        width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 480px) {
    #PE1100N-width-full #PE1100N-Feature .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
    #PE1100N-width-full #PE1100N-Feature .systems_list li {
        width: calc(100% - 12px);
    }
}
/*#PE1100N-width-full #PE1100N-High*/
#PE1100N-width-full #PE1100N-High{
    position: relative;
    overflow: hidden;
    background: #000000;
    padding: 50px 0 50px;
}
#PE1100N-width-full #PE1100N-High .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto -20px;
    padding-top: 60px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-High .maintitle.maintitle_b{
    max-width: 1430px;
}
#PE1100N-width-full #PE1100N-High .maintitle h2{
    margin-bottom: 0em !important;
    position: relative;
    font-size: 2.5em;
}
/* #PE1100N-width-full #PE1100N-High .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
} */
#PE1100N-width-full #PE1100N-High .maintitle .info{
    margin-bottom: 30px !important;
}
#PE1100N-width-full #PE1100N-High .maintitle img{
    width: 100%;
}
#PE1100N-width-full #PE1100N-High h3{
    color: #fff !important;
    margin: 0 auto 20px;
    text-align: left;
    width: 100%;
}
#PE1100N-width-full #PE1100N-High .Applications_list{
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap; 
}
#PE1100N-width-full #PE1100N-High .Applications_list li{
    width: calc(16.6666% - 12px);
    margin: 0 6px;
}

#PE1100N-width-full #PE1100N-High .Applications_list li h4{
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    padding: 15px 18px 10px;
    margin-bottom: 8px;
}
#PE1100N-width-full #PE1100N-High .Applications_list li img{
        width: 150%;
    height: 100%;
    margin-left: -25%;
}
#PE1100N-width-full #PE1100N-High .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#PE1100N-width-full #PE1100N-High .bg img{
        width: 150%;
    height: 100%;
    margin-left: -25%;
}

@media only screen and (max-width: 1920px) {
    #PE1100N-width-full #PE1100N-High .bg{
        /*display: flex;
        justify-content: center;*/
    }
    #PE1100N-width-full #PE1100N-High .bg img{
/*       width: auto;*/
    }
}
@media only screen and (max-width: 1024px) {
    #PE1100N-width-full #PE1100N-High .bg{
        width: 180%;
        top: 50%;
    }
    #PE1100N-width-full #PE1100N-High .bg img{
        /*    max-width: inherit !important;
        margin-left: 0;
        width: 200%;*/
    }
}
@media only screen and (max-width: 768px) {
    #PE1100N-width-full #PE1100N-High .bg{
/*        margin: 20px 0 50px;*/
    }
    #PE1100N-width-full #PE1100N-High .Applications_list li{
        width: calc(33.3333% - 12px);
    }
    #PE1100N-width-full #PE1100N-High .bg img{
       
    }
}
@media only screen and (max-width: 480px) {
    #PE1100N-width-full #PE1100N-High{
        padding: 0;
    }
    #PE1100N-width-full #PE1100N-High .maintitle{
        padding-top: 50px;
    }
    #PE1100N-width-full #PE1100N-High .Applications_list li{
        width: calc(50% - 12px);
    }
}
/**/
#PE1100N-width-full #PE1100N-High .X86-based{
    position: relative;
        background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px #2942609e;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_PCIe_GPU{
    position: absolute;
    top: 45%;
    left: 4%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_PCIe_GPU img{
    width: 80%;
    max-width: 105px;
}
#PE1100N-width-full #PE1100N-High .X86-based p{
    font-size:clamp(0.7em, 1vw, 14px);
    color: #fff;
}
#PE1100N-width-full #PE1100N-High .X86-based p small{
    font-size: 0.7em;
}
#PE1100N-width-full #PE1100N-High .X86-based h4{
    color: #fff;
    font-size:clamp(0.9em, 1.1vw, 15px);
    font-weight: 500;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k{
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]),
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]){
    width: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_01{
        top: 84%;
    left: 19.5%;
        display: flex;
    flex-direction: row;
    align-items: center;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_02{
        top: 84%;
    left: 35%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_03{
        top: 84%;
    left: 44%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_04{
        top: 84%;
    left: 52%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_05{
        top: 82.5%;
    left: 62%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_06{
    top: 82%;
    left: 70%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_07{
    top: 81%;
    left: 81%;
    display: flex;
    flex-direction: column;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_07.bluestyle{
    align-items: center;
    padding: 8px;
    background: #165789;
    border-radius: 0 0 10px 10px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_07.bluestyle h4{
    display: none;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_07 .box_gpu_bluestyle{
        display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_07 .box_gpu_bluestyle .box_gpu_bluestyle_01{
    margin-right: 1em;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_07 .box_gpu_bluestyle .box_gpu_bluestyle_02{
    
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_01{
        top: 72%;
    left: 19.5%;
        display: flex;
    flex-direction: row;
    align-items: center;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_02{
    top: 72%;
    left: 35%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_03{
    top: 72%;
    left: 44%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_04{
    top: 72%;
    left: 52%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_05{
        top: 70%;
    left: 66%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_06{
    top: 65%;
    left: 81%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_06.bluestyle{
    align-items: center;
    padding: 8px 9px;
    background: #165789;
    border-radius: 10px 10px 0 0;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_06 .box_gpu_bluestyle{
        display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_06 .box_gpu_bluestyle .box_gpu_bluestyle_01{
    margin-right: 1em;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_06 .box_gpu_bluestyle .box_gpu_bluestyle_02{
    
}


#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_01{
        top: 60%;
    left: 19.5%;
        display: flex;
    flex-direction: row;
    align-items: center;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_02{
    top: 58%;
    left: 44%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_03{
    top: 56%;
    left: 66%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_04{
        top: 58%;
    left: 92%;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d_01{
        top: 48%;
    left: 19.5%;
        display: flex;
    flex-direction: row;
    align-items: center;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d_02{
        top: 45%;
    left: 92%;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e_01{
        top: 36%;
    left: 19.5%;
        display: flex;
    flex-direction: row;
    align-items: center;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e_02{
    top: 36%;
    left: 66%;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f_01{
        top: 24%;
    left: 19.5%;
        display: flex;
    flex-direction: row;
    align-items: center;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f_02{
        top: 11%;
    left: 92%;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g_01{
        top: 11%;
    left: 19.5%;
        display: flex;
    flex-direction: row;
    align-items: center;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g_02{
        top: 25%;
    left: 92%;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_01 img,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_01 img,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_01 img,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d_01 img,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e_01 img,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f_01 img,
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g_01 img{
    width: 10vw;
    max-width: 156px;
    margin-left: 0.5vw;
}
#PE1100N-width-full #PE1100N-High .X86-based img{
    width: 100%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_PCIe_GPU img{
    width: 5vw;
}
#PE1100N-width-full #PE1100N-High .X86-based div img{
    width: 7vw;
}
#PE1100N-width-full #PE1100N-High .X86-based.Arm-based div img{
    width: 10vw;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_02 img{
    max-width: 90px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_03 img{
    max-width: 85px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_04 img{
    max-width: 72px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_05 img{
    max-width: 80px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_06 img{
    max-width: 68px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_07 img{
    max-width: 46px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_08 img{
    max-width: 38px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_02 img{
    max-width: 80px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_03 img{
    max-width: 80px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_04 img{
    max-width: 86px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_05 img{
    max-width: 76px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_06 img{
    max-width: 44px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_07 img{
    max-width: 50px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_02 img{
    max-width: 88px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_03 img{
    max-width: 86px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_04 img{
    max-width: 110px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d_02 img{
    max-width: 112px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e_02 img{
    max-width: 124px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f_02 img{
    max-width: 110px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g_02 img{
    max-width: 110px;
}
#PE1100N-width-full #PE1100N-High .title_x{
    position: absolute;
    width: 100%;
    height: 100%;
}
#PE1100N-width-full #PE1100N-High .title_x li{
    width: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#PE1100N-width-full #PE1100N-High .title_x li p{
    font-size: 1.2em;
    font-weight: 500;
}
#PE1100N-width-full #PE1100N-High .title_x li:nth-child(1){
    top:96%;
    left: 44%;
}
#PE1100N-width-full #PE1100N-High .title_x li:nth-child(2){
    top:96%;
    left: 66%;
}
#PE1100N-width-full #PE1100N-High .title_x li:nth-child(3){
    top:96%;
    left: 87%;
}
#PE1100N-width-full #PE1100N-High .X86-based .based_title{
    font-size: clamp(1.5em, 1.4vw, 2em);
    font-weight: 800;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#PE1100N-width-full #PE1100N-High .X86-based .based_title small{
    font-size: 0.5em;
    font-weight: 300;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h_01 img{
        max-width: 65px !important;
    position: absolute;
    left: 110%;
    top: 40%;
    width: 5vw !important;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h_02 img{
    max-width: 132px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_01 img{
    max-width: 66px !important;
    position: absolute;
    left: 110%;
    top: 11%;
    width: 5vw !important;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_02 img{
    max-width: 142px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_03 img{
    max-width: 140px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_01 img{
    max-width: 84px !important;
    position: absolute;
    left: 120%;
    top: 35%;
    width: 5vw !important;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_02 img{
    max-width: 144px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_03 img{
    max-width: 140px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_04 img{
    max-width: 136px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_05 img{
    max-width: 142px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_01 img{
    max-width: 86px !important;
    position: absolute;
    left: 106%;
    top: 40%;
    width: 5vw !important;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_02 img{
    max-width: 144px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_03 img{
    max-width: 140px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_04 img{
    max-width: 136px;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_05 img{
    max-width: 142px;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h_01{
        top: 15%;
    left: 12.5%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h_02{
    top: 15%;
    left: 34%;
    display: flex;
    align-items: flex-end;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_01{
        top: 38%;
    left: 12.5%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_02{
    top: 37%;
    left: 34%;
    display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_03{
    top: 37%;
    left: 52%;
    display: flex;
    align-items: flex-end;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j .tag_title{
        font-size: clamp(1.0em, 1vw, 1.3em);
    font-weight: 500;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #000;
    background: #d19005;
    border-radius: 0 0 0 12px;
    position: absolute;
        left: 6.6%;
    top: 47.1%;
    width: 12.6vw;
    height: 3vw;
    max-width: 184px;
    max-height: 43px;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j .tag_title small{
    font-size: 0.6em;
    font-weight: 300;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_01{
        top: 61%;
    left: 12.5%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_02{
    top: 58%;
    left: 34%;
    display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_03{
    top: 58%;
    left: 53%;
    display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_04{
        top: 58%;
    left: 70%;
    display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_05{
        top: 58%;
    left: 86%;
    display: flex;
    align-items: flex-end;
}

#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k .tag_title{
        font-size: clamp(1.0em, 1vw, 1.3em);
    font-weight: 500;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #000;
    background: #d19005;
    border-radius: 0 0 0 12px;
    position: absolute;
    left: 6.6%;
    top: 69.1%;
    width: 12.6vw;
    height: 3vw;
    max-width: 184px;
    max-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k .tag_title small{
    font-size: 0.6em;
    font-weight: 300;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_01{
         top: 85%;
    left: 12.5%;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_02{
        top: 84%;
    left: 34%;
    display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_03{
        top: 84%;
    left: 53%;
    display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_04{
        top: 84%;
    left: 70%;
    display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_05{
        top: 84%;
    left: 86%;
    display: flex;
    align-items: flex-end;
}
#PE1100N-width-full #PE1100N-High .X86-based .mb_style{
        
    }
@media only screen and (max-width: 1080px) {
    #PE1100N-width-full #PE1100N-High .title_x,
    #PE1100N-width-full #PE1100N-High .X86-based .box_PCIe_GPU,
    #PE1100N-width-full #PE1100N-High img.box_bg{
        display: none;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k {
                position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
            background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px #2942609e;
            align-items: center;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]), #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k div[class*="box_gpu_"]:not([class*="box_gpu_bluestyle"]) {
                position: relative;
        transform: translate(0%, 0%);
        top: inherit;
        left: inherit;
        padding: 0em 1em 1em;
    }
    #PE1100N-width-full #PE1100N-High .X86-based{
        background: none;
        box-shadow: none;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_01,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_01{
        display: flex;
        flex-direction: column-reverse;
        border-right: 1px solid #2942609e;
        margin: 1em 0 !important;
                min-width: 160px;
                max-width: 160px;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_01 img, #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_01 img, #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_c_01 img, #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_d_01 img, #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_e_01 img, #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_f_01 img, #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_g_01 img{
        width: 100%;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_07.bluestyle h4{
        display: block;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_a_07.bluestyle{
        border-radius: 10px;
        margin-bottom: 1em;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_b_06.bluestyle{
        border-radius: 10px;
        margin-bottom: 1em;
    }
    #PE1100N-width-full #PE1100N-High .X86-based div img{
        width: 100%;
    }
    #PE1100N-width-full #PE1100N-High .X86-based.Arm-based div img{
        width: 100% !important;
    }
    #PE1100N-width-full #PE1100N-High .X86-based p{
        font-size: 0.9em;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .mb_style,
    #PE1100N-width-full #PE1100N-High .X86-based.Arm-based .mb_style{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end;
        padding: 1em;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j .tag_title{
                width: 47%;
        height: auto;
        padding: 0.5em 0;
        border-radius: 0 0 12px 12px;
        top: 0%;
        left: 0;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k .tag_title{
                width: 47%;
        height: auto;
        padding: 0.5em 0;
        border-radius: 0 0 12px 12px;
        top: 0%;
        left: 0;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h_01{
        display: flex;
        align-items: center;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h_01 img{
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
        margin-bottom: 1em !important;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_01{
        display: flex;
        align-items: center;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_01 img{
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
        margin-bottom: 1em !important;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_01{
        display: flex;
        align-items: center;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_01 img{
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
        margin-bottom: 1em !important;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_01{
        display: flex;
        align-items: center;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_01 img{
        position: relative;
        left: inherit;
        top: inherit;
        width: 100%;
        margin-bottom: 1em !important;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h_02,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_02,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_03,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_02,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_03,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_04,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_05,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_02,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_03,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_04,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_05{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_h_02 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_02 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_i_03 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_02 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_03 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_04 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_j_05 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_02 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_03 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_04 img,
    #PE1100N-width-full #PE1100N-High .X86-based .box_gpu_k_05 img{
        margin-bottom: .5em !important;

    }

}

/*#PE1100N-width-full #PE1100N-FAQ*/
#PE1100N-width-full #PE1100N-FAQ{
    position: relative;
    overflow: hidden;
    /* min-height: 626px; */
}
#PE1100N-width-full #PE1100N-FAQ .maintitle h2 {
        margin-bottom: 1.0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    max-width: 700px;
    font-weight: 500;
    letter-spacing: 0;
}
#PE1100N-width-full #PE1100N-FAQ .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 5vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 7vw;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #PE1100N-FAQ .maintitle ul li{
    text-align: left;
    padding: 0px;
}
 #PE1100N-width-full #PE1100N-FAQ .maintitle ul li h3{
    width: 100%;
    border-top: 1px solid #ababab;
    padding: 25px 25px;
    margin-bottom: 0px;
    font-size: 1.25em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 600;
 }
 #PE1100N-width-full #PE1100N-FAQ .maintitle ul li h3:hover,
 #PE1100N-width-full #PE1100N-FAQ .maintitle ul li h3.active{
    cursor: pointer;
    background: #005a79;
    color: #fff;
 }
 #PE1100N-width-full #PE1100N-FAQ .maintitle ul li .info{
    text-align: left !important;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    padding: 0 18px 30px;
 }
 #PE1100N-width-full #PE1100N-FAQ .maintitle ul li .info.active {
    max-height: 1000px; /* 设置展开时的最大高度 */
    padding: 10px; /* 添加一些内边距，使内容不会紧贴边界 */
  }
  #PE1100N-width-full #PE1100N-FAQ .maintitle ul li .faq_img{
    text-align: center;
    margin-top: 20px;
  }
#PE1100N-width-full #PE1100N-FAQ a{
    color: #1e262d;
}
#PE1100N-width-full #PE1100N-FAQ .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    /*position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(0%, 0%);
    margin: 0% 0;
    width: 100%;
    max-width: 825px; */
}
#PE1100N-width-full #PE1100N-FAQ .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    min-width: 100px;
    height: 3px;
        background: linear-gradient(to right, rgba(75, 102, 122, 1) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 0.2) 100%);
    transform: translate(-50%, 0%);
}
#PE1100N-width-full #PE1100N-FAQ .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}

@media only screen and (max-width: 1780px) {
    
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 768px){
    #PE1100N-width-full #PE1100N-FAQ .bg{
        position: relative;
        left: 0;
        width: 100%;
        max-width: inherit;
        transform: translate(0%, 0%);
    }
    #PE1100N-width-full #PE1100N-FAQ .bg img {
            width: 155% !important;
    max-width: inherit !important;
    margin: -40% auto 0% !important;
    margin-left: -25% !important;
    }

    #PE1100N-width-full #PE1100N-FAQ .maintitle h2 b{
        border: none;
    }
}
/*#PE1100N-width-full #PE1100N-Solutions*/
#PE1100N-width-full #PE1100N-Solutions .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1436px;
    margin: 0 auto;
    padding-top: 70px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    position: relative;
}
#PE1100N-width-full #PE1100N-Solutions .maintitle h2{
    color: #3c586e !important;
    font-size: 2.6em;
    /* font-weight: 600; */
    position: relative;
}
#PE1100N-width-full #PE1100N-Solutions .maintitle h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 4px;
    background: linear-gradient(to right, rgba(75, 102, 122, 1) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 0.2) 100%);
    transform: translate(-50%, 0%);
}
#PE1100N-width-full #PE1100N-Solutions .design_tab_area{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
    /* border-bottom: #6f6f6f 1px solid; */
}
#PE1100N-width-full #PE1100N-Solutions .design_tab_area li{
    display: inline-block;
    width: auto;
    /* float: left; */
    margin: 0;
    padding: 0
}
#PE1100N-width-full #PE1100N-Solutions .design_tab_area li a{
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 10px 20px;
    border: none;
    color: #333333;
    /* background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%); */
}
#PE1100N-width-full #PE1100N-Solutions .design_tab_area li a h3{
    color: #8c8c8c;
    font-size: 1.845em;
    font-family: "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#PE1100N-width-full #PE1100N-Solutions .design_tab_area li a.active h3{
    color: #000
}
#PE1100N-width-full #PE1100N-Solutions .design_tab_area li a.active:after{
    content: "";
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: calc(100% - 2px);
    left: 50%;
    height: 2px;
    width: 40%;
    background: #000
}
#PE1100N-width-full #PE1100N-Solutions .design_tab_area li a p{
    font-size: 22px;
}
#PE1100N-width-full #PE1100N-Solutions .tab_info{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
#PE1100N-width-full #PE1100N-Solutions .tab_info.active{
    display: block;
    position: relative;
    z-index: 9;
    top: -10px;
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms ease, visibility 400ms ease, top 400ms ease; 
}

#PE1100N-width-full #PE1100N-Solutions .tab_info .flex-item img{
    width: 100%;
    max-width: 835px;
}
#PE1100N-width-full #PE1100N-Solutions .tab_info img.logo_zoom{
    width: 50%;
    max-width: 75px !important;
    position: absolute;
    right: 0;
    top: -75px;
}
#PE1100N-width-full #PE1100N-Solutions .tab_info .flex-item .translate_box{
    padding: 0 5%;
}
@media only screen and (max-width: 1024px) {
    #PE1100N-width-full #PE1100N-Solutions .design_tab_area li a p{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 759px) {
    #PE1100N-width-full #PE1100N-Solutions .design_tab_area{
        padding-top: 20px;
    }
    #PE1100N-width-full #PE1100N-Solutions .design_tab_area li{
        width: 33.33%;
        float: left;
    }
    #PE1100N-width-full #PE1100N-Solutions .design_tab_area li a h3{
        font-size: 1.2em;
    }
    #PE1100N-width-full #PE1100N-Solutions .tab_info img.logo_zoom{
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 10px;
    }
    #PE1100N-width-full #PE1100N-Solutions .tab_info .flex-item .translate_box{
        padding: 20px 0;
    }
    #PE1100N-width-full #PE1100N-Solutions .tab_info .maintitle{
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}


#PE1100N-width-full #PE1100N-Solutions .productGridTable {
    position: relative;
    margin-top: 2vw;
}
#PE1100N-width-full #PE1100N-Solutions .productGridTable-item {
    display: inline-block;
    position: relative;
    padding: 65px 18px 91px;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
}
#PE1100N-width-full #PE1100N-Solutions .productGridTable-item.tag_ARM:after{
    content: "Arm-based";
    color: #0063af;
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 1.3em;
    font-weight: 600;
    left: 0;
}
#PE1100N-width-full #PE1100N-Solutions .productGridTable-item.tag_ARM:before{
        content: "▶";
    color: #0063af;
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 1.3em;
    font-weight: 600;
    left: 5.2em;
    top: -35px;
}
#PE1100N-width-full #PE1100N-Solutions .productGridTable-item.tag_X86:after{
    content: "X86-based";
    color: #0c5d6f;
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 1.3em;
    font-weight: 600;
    left: 0;
}
#PE1100N-width-full #PE1100N-Solutions .productGridTable-item.tag_X86:before{
        content: "▶";
    color: #0c5d6f;
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 1.3em;
    font-weight: 600;
    left: 5.2em;
    top: -35px;
}
#PE1100N-width-full #PE1100N-Solutions .productGridTable-item {
    padding: 25px 18px 92px;
    border: 1px solid #e6e6e6;
    min-height: auto;
}
#PE1100N-width-full #PE1100N-Solutions .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#PE1100N-width-full #PE1100N-Solutions .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    max-width: 200px !important;
    background-size: contain;
}
#PE1100N-width-full #PE1100N-Solutions .productGridTable-item .itemInfoContainer {
    margin-top: 20px;
    min-height: auto;
}
#PE1100N-width-full #PE1100N-Solutions .productGridTable-item .itemInfoContainer .info{
    line-height: 1.5em;
}
#PE1100N-width-full #PE1100N-Solutions .itemAction {
    position: absolute;
    bottom: 45px;
    left: 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#PE1100N-width-full #PE1100N-Solutions a.link_style.link_style_c{
    min-width: 125px;
}
#PE1100N-width-full #PE1100N-Solutions a.link_style.Coming_soon{
    cursor: default;
}
#PE1100N-width-full #PE1100N-Solutions a.link_style.Coming_soon:hover{
    color: #fff !important;
    border: 2px solid #0c5d6f;
    background: #0c5d6f;
}
#PE1100N-width-full #PE1100N-Solutions a.link_style.Coming_soon:hover span{
    color: #fff !important;
}
#PE1100N-width-full #PE1100N-Solutions .itemInfoContent .itemInfo-title{
    font-size: 1.3em;
    font-weight: 600;
    color: #1e262d;
    margin-bottom: 10px;
    text-align: center;
}
#PE1100N-width-full #PE1100N-Solutions .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#PE1100N-width-full #PE1100N-Solutions .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 3px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#PE1100N-width-full #PE1100N-Solutions .regular .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #PE1100N-width-full #PE1100N-Solutions .productGridTable {
        justify-content: flex-start;
    }
    #PE1100N-width-full #PE1100N-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 2vw;
        max-width: 1236px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #PE1100N-width-full #PE1100N-Solutions .productGridTable-item {
        margin: 0 5px 10px;
        /* width: calc(25% - 10px); */
        width: calc(25% - 10px);
        max-width: 420px;
        min-height: 550px;
        margin-top: 40px !important;
    }
    
    #PE1100N-width-full #PE1100N-Solutions .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #PE1100N-width-full #PE1100N-Solutions .itemAction {
        display: flex;
        justify-content: space-around;
        padding-right: 50px;
        padding-left: 50px;
    }
    #PE1100N-width-full #PE1100N-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #PE1100N-width-full #PE1100N-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        margin-top: 2vw;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 1236px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #PE1100N-width-full #PE1100N-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 50px 33px 46px;
        width:calc(33.33% - 10px);
        max-width: 430px;
        min-height: auto;
    }
    #PE1100N-width-full #PE1100N-Solutions .productGridTable .productGridTable-item {
        padding: 28px 30px 50px;
        margin: 50px 5px 0;
    }
    #PE1100N-width-full #PE1100N-Solutions .itemInfoContainer {
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%;
    }
    #PE1100N-width-full #PE1100N-Solutions .itemAction{
        display: flex;
        bottom: 46px;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        margin: 0 5px;
        box-sizing: border-box;
    }
    #PE1100N-width-full #PE1100N-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }

}
@media (max-width: 730.5px){
    #PE1100N-width-full #PE1100N-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-top: 20px;
        margin-left: auto;
        max-width: 1236px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #PE1100N-width-full #PE1100N-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: 100%;
        padding: 31px 15px 92px;
        max-width: 430px;
        min-height: auto;
    }
    #PE1100N-width-full #PE1100N-Solutions .productGridTable-item.tag_ARM{
        margin-top: 40px;
    }
    #PE1100N-width-full #PE1100N-Solutions .productGridTable .productGridTable-item  {
        
    }
    #PE1100N-width-full #PE1100N-Solutions .regular .productGridTable-item{
        padding-bottom: 0px;
    }
    #PE1100N-width-full #PE1100N-Solutions .itemInfoContainer {
        margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;
        width: 100%;
    }
    #PE1100N-width-full #PE1100N-Solutions .itemAction {
        bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        box-sizing: border-box;
    }
    #PE1100N-width-full #PE1100N-Solutions .regular .itemAction {
        bottom: 50px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #PE1100N-width-full #PE1100N-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #PE1100N-width-full #PE1100N-Solutions a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #PE1100N-width-full #PE1100N-Solutions .regular .productGridTable-item a.link_style{
        margin-top: 40px;
    }
}
@media (max-width: 480px){
    #PE1100N-width-full #PE1100N-Solutions .maintitle{
        padding: 50px 0;
    }
    #PE1100N-width-full #PE1100N-Solutions .maintitle h2{
        text-align: center !important;
    }
    #PE1100N-width-full #PE1100N-Solutions .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #PE1100N-width-full #PE1100N-Solutions .productGridTable .productGridTable-item  {
        width: 90%;
        padding: 31px 18px 92px;
        max-width: inherit;
    }
}

/*Anorak-Jacket-05*/
#PE1100N-width-full #PE1100N-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#PE1100N-width-full #PE1100N-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#PE1100N-width-full #PE1100N-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#PE1100N-width-full #PE1100N-05 .mtitle p {
    /* display: inline-block;
position: relative;
color: #2871fa !important;
background: transparent;
background: linear-gradient(135deg, #2871fa 20%, #6717cd 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

@media only screen and (max-width: 1920px) {
    #PE1100N-width-full #PE1100N-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #PE1100N-width-full #PE1100N-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #PE1100N-width-full #PE1100N-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #PE1100N-width-full #PE1100N-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #PE1100N-width-full #PE1100N-05 .stitle p {
        font-size: 1.5em;
    }

    #PE1100N-width-full #PE1100N-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #PE1100N-width-full #PE1100N-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #PE1100N-width-full #PE1100N-05 img.mobile {
        display: block !important;
    }

    #PE1100N-width-full #PE1100N-05 .control_io_mobile {
        display: block !important;
    }

    #PE1100N-width-full #PE1100N-05 .control_io {
        display: none !important;
    }

    #PE1100N-width-full #PE1100N-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #PE1100N-width-full #PE1100N-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #PE1100N-width-full #PE1100N-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #PE1100N-width-full #PE1100N-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #PE1100N-width-full #PE1100N-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #PE1100N-width-full #PE1100N-05 .stitle p {
        margin-top: 20px
    }

    #PE1100N-width-full #PE1100N-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 759px) {
    #PE1100N-width-full #PE1100N-05 .mtitle p {
        font-size: 2.5em;
    }

    #PE1100N-width-full #PE1100N-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #PE1100N-width-full #PE1100N-05 .maintitle {
        padding-top: .5em;
    }

    #PE1100N-width-full #PE1100N-05 .mtitle p {
        font-size: 2.5em;
    }

    #PE1100N-width-full #PE1100N-05 .stitle p {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1880px) {
    #PE1100N-width-full .mtitle p,
    #PE1100N-width-full h2 {
        font-size: 1.625em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1780px) {
    #PE1100N-width-full .mtitle p,
    #PE1100N-width-full h2 {
        font-size: 1.625em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1440px) {
    #PE1100N-width-full .mtitle p,
    #PE1100N-width-full h2 {
        font-size: 1.6em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #PE1100N-width-full .mtitle p,
    #PE1100N-width-full h2 {
        font-size: 1.5em;
        line-height: 1.2em;
    }

   /*  #PE1100N-width-full .flex-item .info,
    #PE1100N-width-full .mainfull .maintitle .info,
    #PE1100N-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.3em;
        width: 100%
    } */

    #PE1100N-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #PE1100N-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #PE1100N-width-full img.webstyle,
    #PE1100N-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #PE1100N-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #PE1100N-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #PE1100N-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #PE1100N-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #PE1100N-width-full img.mobile,
    #PE1100N-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #PE1100N-width-full .maintitle .info,
    #PE1100N-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    #PE1100N-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #PE1100N-width-full .flex-item .info,
    #PE1100N-width-full .mainfull .maintitle .info,
    #PE1100N-width-full .mainsize .maintitle .info {
        width: 100% !important;
        margin-bottom: 1em !important;
        text-align: left;
        font-size: 1.2em;
        line-height: 1.3em;
        text-align: left;
    }

    #PE1100N-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#PE1100N-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #PE1100N-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #PE1100N-width-full .mtitle p,
    #PE1100N-width-full h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 1.8em !important;
        text-align: center !important;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
        margin-bottom: 5px !important;
    }

    #PE1100N-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #PE1100N-width-full .full-section {
        padding: 0 0;
    }
}

/* nav bar */
#PE1100N-width-full #PE1100N-nav {
    position: fixed;
    top: 45%;
    right: 10px;
    margin-top: -11.6875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 10px;
    z-index: 9999;
}

#PE1100N-width-full #PE1100N-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#PE1100N-width-full #PE1100N-nav ul li {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0;
    display: inline-block;
    line-height: 30px
}

#PE1100N-width-full #PE1100N-nav ul li a {
    display: inline-block;
    width: 30px;
    position: absolute;
    padding: 10px 10px 10px 10px;
    height: 30px;
    z-index: 9999;
    top: 0;
    right: -10px;
    margin: 0;
}

#PE1100N-width-full #PE1100N-nav ul li div {
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-left: auto;
    background: #C8C8C8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    box-shadow: inset 0 0 1px #777;
    display: inline-block;
    position: relative;
}

#PE1100N-width-full #PE1100N-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -10px;
    right: 30px;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    font-family: arial, helvetica, sans-serif;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#PE1100N-width-full #PE1100N-nav ul li.on.active b,
#PE1100N-width-full #PE1100N-nav ul li.active b {
    top: 55%
}

#PE1100N-width-full #PE1100N-nav ul li:hover b {
    display: inline-block !important;
    position: absolute;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: auto;
}

#PE1100N-width-full #PE1100N-nav ul li:hover div {
    background: #005a79;
    height: 30px !important;
    top: 5px;
}

#PE1100N-width-full #PE1100N-nav ul li.active {
    height: 40px !important;
}
#PE1100N-width-full #PE1100N-nav ul li.active a {
    height: 40px;
}
#PE1100N-width-full #PE1100N-nav ul li.active div {
    background: #005a79;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #PE1100N-width-full #PE1100N-nav {
        display: none;
    }
}

/*動態CSS*/
#PE1100N-width-full .txt_move {
    /*position: relative;*/
    animation: 1.5s ease txt_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

#PE1100N-width-full .pic_move_a {
    position: relative;
    animation: 2s ease pic_move_a;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#PE1100N-width-full .pic_move_b {
    position: relative;
    animation: 2s ease pic_move_b;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#PE1100N-width-full .pic_move_c {
    position: relative;
    animation: 2s ease pic_move_c;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}


/* @media only screen and (max-width: 768px) {
.product-section .product-content,
.full-section .product-content .product-text,
#PE1100N-width-full .mainfull .maintitle .product-text,
#PE1100N-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#PE1100N-width-full .txt_move{
animation: inherit !important;
}
#PE1100N-width-full .txt_move_b{
animation: inherit !important;
}
} */

#PE1100N-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#PE1100N-width-full .slick-prev:before, #PE1100N-width-full .slick-next:before {
  color: #0072ce !important;
}
#PE1100N-width-full .slick-prev:before{
    color: #0072ce;
    background: url(../img/slick_prev.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#PE1100N-width-full .slick-prev:hover:before{
    color: #0072ce;
    background: url(../img/slick_prev_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#PE1100N-width-full .slick-next:before{
    color: #0072ce;
    background: url(../img/slick_next.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
#PE1100N-width-full .slick-next:hover:before{
    background: url(../img/slick_next_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
@media only screen and (max-width: 1024px) {
    #PE1100N-width-full .slider {
        width: calc(100% - 50px);
        text-align: center;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
    }
    #PE1100N-width-full .slick-prev:before,
    #PE1100N-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}

/**/
#PE1100N-width-full #PE1100N-overview .bg .ipa_logo{
        position: absolute;
        bottom: 15px;
            right: 15px;
    width: 5% !important;
    min-width: 124px !important;
    z-index: 1;
    /* transform: translate(-50%, -50%); */
}
@media only screen and (max-width: 1920px){
    #PE1100N-width-full #PE1100N-overview .bg .ipa_logo{
         bottom: 15px;
            right: 15px;
    }
}
@media only screen and (max-width: 1180px){
    #PE1100N-width-full #PE1100N-overview .bg .ipa_logo{
        position: absolute;
    bottom: 15px;
            right: 15px;
    width: 10% !important;
    max-width: 80px !important;
    min-width: inherit !important;
    }
}
@media only screen and (max-width: 970px){
    #PE1100N-width-full #PE1100N-overview .bg .ipa_logo{
        bottom: 15px;
            right: 15px;
    }
}
@media only screen and (max-width: 768px){
    
    #PE1100N-width-full #PE1100N-overview .bg .ipa_logo{
                position: relative;
        top: 0%;
        right: 0 !important;
        bottom: inherit !important;
        left: 0;
        width: 40% !important;
        max-width: 124px !important;
        transform: translate(0%, 0%);
        min-width: inherit !important;
        margin: -80% 0 0 10px !important;
    }
}

/**/
#PE1100N-width-full .pageContent-Power{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    padding-bottom: 6vw;
    padding-top: 5vw;
}
#PE1100N-width-full .pageContent-Power .align-center{
    text-align: center;
}
#PE1100N-width-full .pageContent-Power .tab-content{
    padding: 0 50px;
        max-width: 1440px;
            margin: 0 auto;
}
#PE1100N-width-full .pageContent-Power .tab-content h3{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
#PE1100N-width-full .pageContent-Power .title-tab:after{
    background: #8a8a8a;
}
#PE1100N-width-full .pageContent-Power .title-tab li h3{
    color: #ffffff;
        font-size: inherit;
            margin: 0;
}
#PE1100N-width-full .pageContent-Power h3{
    color: #ffffff;
}
#PE1100N-width-full .pageContent-Power h2 {
        margin-bottom: 2.0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    max-width: 700px;
    font-weight: 500;
    letter-spacing: 0;
   /*  margin-bottom: 0.5em !important;
    position: relative;
    font-size: 2.5em;
    font-weight: 600;
    color: #225d7f !important;
    background-color: #225d7f 0%;
    background: -webkit-linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    background: -moz-linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    background: -o-linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    background: linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; */
}
#PE1100N-width-full .pageContent-Power h2:after {
        content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    min-width: 100px;
    height: 3px;
    background: linear-gradient(to right, rgba(75, 102, 122, 1) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 0.2) 100%);
    transform: translate(-50%, 0%);
}
#PE1100N-width-full .pageContent-Power .owl-nav {
    width: 100%;
    height: 2em;
    position: relative;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-prev.disabled, #PE1100N-width-full .pageContent-Power .owl-nav .owl-next.disabled {
    opacity: 1;
    pointer-events: none;
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-prev, #PE1100N-width-full .pageContent-Power .owl-nav .owl-next{
    width: 3em;
    height: 3em;
    position: relative;
    top: 0;
    border: none;
    background: none;
    pointer-events: all;
    opacity: 0.8;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-indent: -9999px;
    margin: 0 0.5em;
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-prev span, #PE1100N-width-full .pageContent-Power .owl-nav .owl-next span{
    width: 3em;
    height: 3em;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 0;
    border: none;
    background: none;
    pointer-events: all;
    opacity: 1;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
        text-indent: -9999px;
        margin: 0 0.5em;
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-prev{
    /* right: 101.5%; */
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-next{
    /* left: 101.5%; */
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-prev span{
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-next span{
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-prev:before{
        content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/next_a.svg) center center no-repeat;
    background-size: cover;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%) rotate(180deg);
    top: 50%;
    left: 50%;
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-prev.disabled:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/next_d.svg) center center no-repeat;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%) rotate(180deg);
    top: 50%;
    left: 50%;
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-next:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/next_a.svg) center center no-repeat;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#PE1100N-width-full .pageContent-Power .owl-nav .owl-next.disabled:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/next_d.svg) center center no-repeat;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#PE1100N-width-full .pageContent-Power .owl-dots{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
    display: none;
}

#PE1100N-width-full .pageContent-Power .owl-dots .owl-dot:first-child {
    margin-left: 0;
}
#PE1100N-width-full .pageContent-Power .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: rgba(255,255,255,0.3);
    margin: 20px 5px 0;
}
#PE1100N-width-full .pageContent-Power .owl-dots .owl-dot.active{
    width: 50px;
}
#PE1100N-width-full .pageContent-Power .owl-dots .owl-dot a{
    display: inline-block;
    width: 100%;
}
#PE1100N-width-full .pageContent-Power .owl-dots .owl-dot.active {
    background-color: #ffa800;
    background-image: -moz-linear-gradient(90deg, #ffa800,#ffa800);
    background-image: -webkit-linear-gradient(90deg, #ffa800,#ffa800);
    background-image: linear-gradient(90deg, #ffa800,#ffa800);
}
#PE1100N-width-full .pageContent-Power .owl-dots .owl-dot p {
    font-size: 14px;
    margin-top: 1em;
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
#PE1100N-width-full .pageContent-Power #carousel1 .owl-dots .owl-dot.active {
    background-color: #a886ff;
    background-image: -moz-linear-gradient(90deg, #a886ff,#a886ff);
    background-image: -webkit-linear-gradient(90deg, #a886ff,#a886ff);
    background-image: linear-gradient(90deg, #a886ff,#a886ff);
}
#PE1100N-width-full .pageContent-Power #carousel3 .owl-dots .owl-dot.active {
    background-color: #dac19d;
    background-image: -moz-linear-gradient(90deg, #dac19d,#dac19d);
    background-image: -webkit-linear-gradient(90deg, #dac19d,#dac19d);
    background-image: linear-gradient(90deg, #dac19d,#dac19d);
}

#PE1100N-width-full .pageContent-Power .owl-carousel_amd .owl-stage-outer{
    padding: 20px 1px;
}
#PE1100N-width-full .pageContent-Power .owl-stage {
    display: flex;
    justify-content: center;
}

#PE1100N-width-full .pageContent-Power .pd_items{
        display: flex;
    flex-direction: column;
    padding: 0;
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
/* #PE1100N-width-full .pageContent-Power .pd_items:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #9125ec 0, #600cf9 100%);
}
#PE1100N-width-full .pageContent-Power .pd_items:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #9125ec 0, #600cf9 100%);
    z-index: 1;
} */
#PE1100N-width-full .pageContent-Power .pd_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15% 10%;
    background: linear-gradient(to bottom, #fff 0, #fff 50%, #fff 100%);
    overflow: hidden;
    border-radius: 10px;

    /* justify-content: space-between; */
}
#PE1100N-width-full .pageContent-Power .pd_item .info {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #3f596e !important;
    font-size: 1.0em;
    line-height: 1.25em;
    font-weight: 300;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0em;
}
#PE1100N-width-full .pageContent-Power .pd_item h4{
    font-size: 1.5em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
        color: #3f596e;
        line-height: 1.2;
        font-weight: 500;
        margin-top: 1em;
}
#PE1100N-width-full .pageContent-Power .pd_item img{
        width: 126%;
    margin-left: -13%;
    max-width: 440px;
    margin-top: -20%;
}
#PE1100N-width-full .pageContent-Power .pd_item a,
#PE1100N-width-full .pageContent-Power a.btn_Learn {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
        border-radius: 50px;
    bottom: 50px;
    transform: translate(-50%, 0%);
    font-family: "TradeGothicLTPro", sans-serif;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
        width: 80%;
    /* max-width: 200px; */
    padding: 10px 25px 10px 25px;
    background-image: linear-gradient(to right, #005a79 0%, #005a79 100%);
    white-space:nowrap;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#PE1100N-width-full .pageContent-Power a.btn_Learn{
    margin: 40px 0 0;
    display: inline-block;
    position: relative;
    bottom: inherit;
}
#PE1100N-width-full .pageContent-Power .pd_item a:hover{
    border: none;
    background-image: linear-gradient(to right, #286381 0%, #77bfbb 100%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
/* #PE1100N-width-full .pageContent-Power .pd_item a:after,
#PE1100N-width-full .pageContent-Power a.btn_Learn:after{
        content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 25px;
    height: 18px;
    background: url(../img/btn_ico.svg) center center no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
#PE1100N-width-full .pageContent-Power .pd_item a:hover:after,
#PE1100N-width-full .pageContent-Power a.btn_Learn:hover:after{
    right: 5px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
} */
#PE1100N-width-full .pageContent-Power .pd_item h3{
    color: #3f596e;
    font-size: 1.3em;
    font-weight: bold;
    margin: 25px 0 10px;
    text-align: left;
}
#PE1100N-width-full .pageContent-Power .pd_item p{
    padding-top: 0px;
    padding-bottom: 80px;
    color: #3f596e;
    font-family: "TTNormsProRegular", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
        font-size: 0.9em;
    line-height: 1.4;
    font-weight: 400;
}

#PE1100N-width-full .pageContent-Power .title-tab ul{
    max-width: 1440px;
    border: :none;
}
#PE1100N-width-full .pageContent-Power .title-tab ul:after,
#PE1100N-width-full .pageContent-Power .title-tab li.hd-active:after{
    display: none;
}
#PE1100N-width-full .pageContent-Power .title-tab ul li{
    background: none !important;
    width: auto;
    position: relative;
    cursor: default;
}
#PE1100N-width-full .pageContent-Power .title-tab li h3{
    color: #adadad !important;
    font-weight: bold;
}
#PE1100N-width-full .pageContent-Power .title-tab ul li.hd-active h3{
    color: #3f596e !important;
}
#PE1100N-width-full .pageContent-Power a.link_style.coming:hover span{
   color: #fff !important;
}
#PE1100N-width-full .pageContent-Power a.link_style.coming{
    padding: 12px 20px 12px 20px;    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#PE1100N-width-full .pageContent-Power a.link_style.coming:hover{
    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#PE1100N-width-full .pageContent-Power .tab-content>div{
    padding: 20px 0 20px;
}
#PE1100N-width-full .pageContent-Power .tab-content>div h3{
    color: #000;
    font-size: 1.1em;
    line-height: 1.3em;
}
#PE1100N-width-full #pageContent-Resources.pageContent-Power .tab-content>div .pd_item .info{
        padding-bottom: 1.5vw;
        color: #000 !important;
        font-size: 1em;
}
#PE1100N-width-full #pageContent-Resources.pageContent-Power .tab-content>div a.link_style{
        position: absolute;
    bottom: 6%;
    left: 10%;
    transform: translate(0%, 0%);
    background: none;
    color: #236083 !important;
    border: none;
    text-align: left;
    padding: 0;
    font-size: 1em;
    width: 100%;
    margin-top: 2em;
    display: flex;
    align-items: center;
}
#PE1100N-width-full #pageContent-Resources.pageContent-Power .tab-content>div a.link_style .svg-chevron-right {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
    top: 0px;
    position: relative;
    fill: #236083
}

#PE1100N-width-full #pageContent-Resources.pageContent-Power .tab-content>div a.link_style:hover .svg-chevron-right {
    -webkit-transform: translateX(8px)!important;
    transform: translateX(8px)!important;
    fill: #236083
}
/* #PE1100N-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Gaming"]:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #005a79;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 */
#PE1100N-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
    padding-left: 50px;
}
#PE1100N-width-full .pageContent-Power .triangle {
      fill: #acacac; /* 請替換成你想要的顏色 */
      margin: 0 10px;
    }
#PE1100N-width-full .pageContent-Power .hd-active .triangle{
    fill: #005a79; /* 請替換成你想要的顏色 */
}
#PE1100N-width-full .pageContent-Power .triangle-left {
      transform: scaleX(-1);
    }
@media only screen and (max-width: 1480px) {
    #PE1100N-width-full .pageContent-Power .title-tab ul{
        width: 85%;
    max-width: 1340px;
    margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    #PE1100N-width-full .pageContent-Power .tab-content{
        padding: 0 18px;
    }
    #PE1100N-width-full .pageContent-Power .pd_item{
        padding: 10% 18px;
    }
    #PE1100N-width-full .pageContent-Power .pd_item .info{
                font-size: 1.1em;
        line-height: 1.5em;
        font-weight: 300;
    }
    #PE1100N-width-full #pageContent-Resources.pageContent-Power .tab-content>div a.link_style{
        left: 18px;
    }
}
@media only screen and (max-width: 540px) {
    #PE1100N-width-full .pageContent-Power .title-tab ul li{
            border-bottom: none;
            margin-bottom: 0;
                padding: 15px 1.125em 15px 1.225em;
    }
    #PE1100N-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Gaming"]{
        width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 0px;
    }
    #PE1100N-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Creation"]{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    }
    #PE1100N-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
        padding-left: 20px;
    }
    #PE1100N-width-full .pageContent-Power .main-title{
        padding-top: 0;
    }
    #PE1100N-width-full .pageContent-Power .tab-content>div{
        padding-top: 0;
    }
}

#PE1100N-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .owl-stage{
    padding-top: 100px;
}
#PE1100N-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
    position: absolute;
    top: -70px;
    left: 0;
        display: flex;
}
#PE1100N-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle h3{
        color: #3f596e !important;
            font-weight: bold !important;
            margin: 0;
            display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-size: 1.2em !important;
    font-weight: normal;
    letter-spacing: 0em;
    white-space: nowrap;
    flex: 0 0 auto;
    padding: 0;
    position: relative;
        font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
}
@media only screen and (max-width: 540px) {
    #PE1100N-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    top: -40px;
    }
}


/*#PE1100N-width-full #Fanless-Download*/
#PE1100N-width-full #Fanless-Download{
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #d2d9df 0%, #8293a2 100%);
}
#PE1100N-width-full #Fanless-Download .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

#PE1100N-width-full #Fanless-Download .maintitle .area_Download {
    width: 100%;
    padding: 20px 30px 50px;
    background: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; /* 使項目具有相同的高度 */
    justify-content: center;
}

#PE1100N-width-full #Fanless-Download .maintitle .area_Download li {
    display: inline-block;
    width: 33.33%;
    max-width: 390px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    align-items: stretch; /* 讓所有li中的項目拉伸到相同高度 */
}
/*#PE1100N-width-full #Fanless-Download .maintitle .area_Download li:nth-child(2):before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 1px;
    height: 80%;
    background: #36a7cf;
}*/
#PE1100N-width-full #Fanless-Download .maintitle .box_Download a.link_style{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
#PE1100N-width-full #Fanless-Download .maintitle .box_Download {
    display: flex; /* 將其改為flex以支持子項目高度相等 */
    flex-direction: column;
    padding: 30px 10px;
    height: 100%; /* 保持父級高度 */
    align-items: center;
}

#PE1100N-width-full #Fanless-Download .maintitle .box_Download .box_Download_info {
    background: #fff;
    padding: 0 15px 20px;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -24% auto 0;
    z-index: 1;
    position: relative;
    min-height: 180px;
    justify-content: flex-start;
    flex-grow: 1; /* 讓每個元素伸展來達到相同高度 */
    border-radius: 20px;
}
#PE1100N-width-full #Fanless-Download .maintitle .box_Download:before{
        content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 50%;
    background: #455e73;
    top: 30px;
    left: 10px;
    display: none;
}
#PE1100N-width-full #Fanless-Download .maintitle .box_Download h2{
        margin-top: 10px !important;
    margin-bottom: 10px !important;
    min-height: 75px;
    font-size: 1.2em !important;
    color: #3f596e !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#PE1100N-width-full #Fanless-Download .maintitle .box_Download h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 60%;
    height: 2px;
    background: #005a79;
    transform: translate(-50%, 0%);
}
#PE1100N-width-full #Fanless-Download .maintitle .box_Download img{
    width: 100%;
}
#PE1100N-width-full #Fanless-Download .maintitle .box_Download .info{
    color: #3f596e !important;
    line-height: 1.2;
    font-size: 1.0em;
    width: 90%;
}
#PE1100N-width-full #Fanless-Download .maintitle .pic_Download{
    display: inline-block;
    position: relative;
    width: auto ;
/*    box-shadow: 3px 3px 15px rgb(0 0 0 / 30%);*/
}


@media only screen and (max-width: 1280px){
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download {
        padding: 30px 6px;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download:before{
        content: "";
        position: absolute;
        width: calc(100% - 12px);
        height: 80%;
        background: #455e73;
        top: 30px;
        left: 6px;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .pic_Download{
        width: 80%;
    }
}
@media only screen and (max-width: 1180px){
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download .box_Download_info{
        min-height: 200px;
    }
}
@media only screen and (max-width: 969px) {
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download .box_Download_info{
        min-height: 220px;
    }
}
@media only screen and (max-width: 768px){
    #PE1100N-width-full #Fanless-Download .maintitle{
        padding: 0;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .area_Download{
            /* flex-direction: column; */
            padding: 50px 18px;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .area_Download li{
        width: 50%;
        padding-bottom: 0;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .pic_Download{
        width: 80%;
        padding: 10px 0 35px;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download:before{
        width: calc(100% - 12px);
        height: 60%;
        background: #455e73;
        top: 30px;
        left: 6px;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download .flex-item.flex-25,
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download .flex-item.flex-35{
        width: 40%;
        text-align: center;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download .flex-item.flex-75,
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download .flex-item.flex-65{
        width: 60%;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download h2,
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download .info{
        text-align: center !important;
        min-height: auto;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download a.link_style{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
    #PE1100N-width-full #Fanless-Download .maintitle .area_Download li:nth-child(2):before {
        left: 50%;
        top: 0;
        transform: translate(-50%, 0%);
        width: 100%;
        height: 1px;
        background: #36a7cf;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download .box_Download_info{
        min-height: inherit;
        padding-bottom: 40px;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download .box_Download_info{
            width: 96%;
                margin: -21% auto 0;
    }
}
@media only screen and (max-width: 620px){
    #PE1100N-width-full #Fanless-Download .maintitle .area_Download li{
        width: 100%;
        padding-bottom: 0;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .pic_Download{
        width: 80%;
        padding: 10px 0 35px;
    }
    #PE1100N-width-full #Fanless-Download .maintitle .box_Download:before{
        width: calc(100% - 12px);
        height: 60%;
        background: #455e73;
        top: 30px;
        left: 6px;
    }
}

/*#PE1100N-width-full #Fanless-ContactUs*/
#PE1100N-width-full #Fanless-ContactUs{
    position: relative;
    overflow: hidden;
    background: #005a79;
}
#PE1100N-width-full #Fanless-ContactUs .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}
#PE1100N-width-full #Fanless-ContactUs .maintitle .ContactUs_list{
        display: flex;
    width: 100%;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#PE1100N-width-full #Fanless-ContactUs .maintitle .ContactUs_list li p{
    background: url(../img/ico_triangle.png) no-repeat left 50%;
    display: inline-block;
    padding-left: 30px;
}
#PE1100N-width-full #Fanless-ContactUs .maintitle .ContactUs_list li{
        margin: 0 10px;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#PE1100N-width-full #Fanless-ContactUs .maintitle .ContactUs_list li:first-child:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #fff;
    right: 0;
    top: 0;
    display: none;
}
#PE1100N-width-full #Fanless-ContactUs .maintitle a.link_style{
    display: inline-block;
    width: 100%;
    max-width: 150px;
    margin: 10px 5px 0;
    border-radius: 50px;
    font-weight: bold;

}
#PE1100N-width-full #Fanless-ContactUs .maintitle a.link_style span{
    color: #005a79 !important;
    background-color: #005a79 0%;
    background: -webkit-linear-gradient(to right, #005a79 0%, #005a79 100%);
    background: -moz-linear-gradient(to right, #005a79 0%, #005a79 100%);
    background: -o-linear-gradient(to right, #005a79 0%, #005a79 100%);
    background: linear-gradient(to right, #005a79 0%, #005a79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: 
}
#PE1100N-width-full #Fanless-ContactUs .maintitle a.link_style:hover span{
    color: #08667f !important;
    background-color: #08667f 0%;
    background: -webkit-linear-gradient(to right, #08667f 0%, #36aca2 100%);
    background: -moz-linear-gradient(to right, #08667f 0%, #36aca2 100%);
    background: -o-linear-gradient(to right, #08667f 0%, #36aca2 100%);
    background: linear-gradient(to right, #08667f 0%, #36aca2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: 
}
#PE1100N-width-full #Fanless-ContactUs .maintitle a.link_style.link_style_b{
    position: relative;
    bottom: inherit;
    margin-top: 20px;
    /* border: 2px solid rgba(255, 255, 255, 0); */
}
#PE1100N-width-full #Fanless-ContactUs .maintitle a.link_style.link_style_b:hover{
    /* border: 2px solid #fff; */
    background-image: none;

}
@media only screen and (max-width: 560px){
    #PE1100N-width-full #Fanless-ContactUs .maintitle{
        padding: 50px 18px;
    }
    #PE1100N-width-full #Fanless-ContactUs .maintitle .ContactUs_list{
        display: inline-block;
    }
    #PE1100N-width-full #Fanless-ContactUs .maintitle .ContactUs_list li{
        width: 100%;
        margin: 20px 0;
        padding: 20px 0;
    }
    #PE1100N-width-full #Fanless-ContactUs .maintitle .ContactUs_list li:first-child:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        top: calc(100% + 20px);
    }
}

#BE6500-Video_area{
    background: url('../img/video_bg.jpg') center center no-repeat;
    padding: 5vw 18px;
        text-align: center;
    background-size: cover;
}
#BE6500-Video_area .mode_images{
    position: relative;
    width: 100%;
    max-width: 1316px !important;
    margin: 0 auto;
}
#BE6500-Video_area .mode_images img{
    width: 100%;
    max-width: 1316px !important;
}
#BE6500-Video_area a.youtube_b{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px;
}
#BE6500-Video_area .vid-cover {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center no-repeat;
    background-size: cover;
    cursor: pointer;
}

#BE6500-Video_area .vid-cover img {
    width: 16.0256%;
    margin: auto !important;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    max-width: 180px !important;
}

#BE6500-Video_area .vid-cover img:last-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#BE6500-Video_area .vid-cover:hover img:first-child {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

#BE6500-Video_area .vid-cover:hover img:last-child {
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

#BE6500-Video_area .vid-cover:active img:first-child {
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#BE6500-Video_area .vid-cover:active img:last-child {
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
}