@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 #Fanless-width-full,
#old-sectionOverview #Fanless-width-full,
#special-sectionOverview #Fanless-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;
} */
#Fanless-width-full {
    font-size: 16px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
#Fanless-width-full ul {
    list-style: none;
}
#Fanless-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;
    }
}

#Fanless-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;
}

#Fanless-width-full a:active {
    background-color: transparent;
}

#Fanless-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#Fanless-width-full a:hover,
#Fanless-width-full a:active {
    outline: 0;
}
#Fanless-width-full *:focus {
  outline-color: #1984d6;
}

#Fanless-width-full a.link_style{
    color: #fff !important;
    padding: 12px 20px 12px 20px;
    border: 2px solid #0c5d6f;
    background: #0c5d6f;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#Fanless-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;
}
#Fanless-width-full a.link_style:hover span{
    color: #0c5d6f;
}

#Fanless-width-full a.link_style.coming:hover span{
   color: #fff !important;
}
#Fanless-width-full a.link_style.blue{
    border: 2px solid #0063af;
    background: #0063af;
}
#Fanless-width-full a.link_style.blue:hover{
    border: 2px solid #0063af;
    background: #fff;
    color: #0063af;
}
#Fanless-width-full a.link_style.blue:hover span{
    color: #0063af;
}
#Fanless-width-full a.link_style.coming{
    padding: 12px 20px 12px 20px;
    color: #fff !important;
    border: 2px solid #6F6F6F;
    background: #6F6F6F;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    cursor: default;
}
#Fanless-width-full a.link_style.coming:hover{
    color: #fff !important;
    border: 2px solid #6F6F6F;
    background: #6F6F6F;
}
/* #Fanless-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;
}
#Fanless-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;
} */
#Fanless-width-full a.link_style.link_style_b{
    background: #fff;
    border-radius: 50px;
    border: none;
    
    color: #ffffff !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;
}
#Fanless-width-full #Fanless-Download .maintitle .area_Download a.link_style.link_style_b{
    background-image: linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
}
#Fanless-width-full a.link_style.link_style_b:hover,
#Fanless-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;
}
#Fanless-width-full a.link_style.link_style_b:hover span{
    color: #fff !important;
}
#Fanless-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) {
    #Fanless-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;
}

#Fanless-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#Fanless-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#Fanless-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#Fanless-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) {
    #Fanless-width-full .product-section:before {
        height: 0;
    }

    #Fanless-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #Fanless-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #Fanless-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#Fanless-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#Fanless-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#Fanless-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#Fanless-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#Fanless-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#Fanless-width-full .maintitle a {
    color: #413fa8;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#Fanless-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#Fanless-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#Fanless-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#Fanless-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;
    font-weight: normal;
}
@media only screen and (max-width: 759px) {
    #Fanless-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#Fanless-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#Fanless-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#Fanless-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#Fanless-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #Fanless-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #Fanless-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #Fanless-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #Fanless-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#Fanless-width-full img.webstyle,
#Fanless-width-full .webstyle {
    display: inline-block;
}

/**/
#Fanless-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;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-20 {
    width: 20%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-25 {
    width: 25%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
    width: 30%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
    width: 70%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-75 {
    width: 75%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-80 {
    width: 80%;
}
#Fanless-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0;
}
#Fanless-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;
}
#Fanless-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #Fanless-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #Fanless-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #Fanless-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;
    }
    #Fanless-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#Fanless-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#Fanless-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#Fanless-width-full .maintitle.lefttxt .info_left .mtitle,
#Fanless-width-full .maintitle.lefttxt .info_left .info,
#Fanless-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#Fanless-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#Fanless-width-full .maintitle.lefttxt .info_left .stitle,
#Fanless-width-full .maintitle.lefttxt .info_left .stitle p,
#Fanless-width-full .maintitle.lefttxt .info_left .info,
#Fanless-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#Fanless-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#Fanless-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#Fanless-width-full .maintitle.righttxt .info_left .mtitle,
#Fanless-width-full .maintitle.righttxt .info_left .mtitle p,
#Fanless-width-full .maintitle.righttxt .info_left .info,
#Fanless-width-full .maintitle.righttxt .info_left .info p,
#Fanless-width-full .maintitle.righttxt .info_right .mtitle,
#Fanless-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#Fanless-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#Fanless-width-full .maintitle.righttxt .info_right .stitle,
#Fanless-width-full .maintitle.righttxt .info_right .stitle p,
#Fanless-width-full .maintitle.righttxt .info_right .info,
#Fanless-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#Fanless-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#Fanless-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;
}
#Fanless-width-full h2 {
    font-size: clamp(2.75em, 3.75em, 3vw);
    margin-bottom: 0.5em !important;
    line-height: 1.3 !important;
    font-weight: 600;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    margin: 0 0 0.5em 0 !important;
    padding-bottom: 10px;
    color: #0c1e6e !important;
    display: inline-block;
    padding-top: 10px;
    letter-spacing: -0.01em;
}
#Fanless-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: 0.03em;
}

#Fanless-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;
}


#Fanless-width-full .flex-item .info,
#Fanless-width-full .mainfull .maintitle .info,
#Fanless-width-full .mainsize .maintitle .info,
#Fanless-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: 0.03em;
    max-width: 1236px;
}

/* @media only screen and (max-width: 1320px) {

    #Fanless-width-full .flex-item .info,
    #Fanless-width-full .mainfull .maintitle .info,
    #Fanless-width-full .mainsize .maintitle .info,
    #Fanless-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.4em;
    }
} */

#Fanless-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#Fanless-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#Fanless-width-full section.whiteBg h2,
#Fanless-width-full section.whiteBg .mtitle p,
#Fanless-width-full section.whiteBg .stitle p,
#Fanless-width-full section.whiteBg .flex-item .info,
#Fanless-width-full section.whiteBg .mainfull .info,
#Fanless-width-full section.whiteBg .maintitle .info,
#Fanless-width-full section.whiteBg ul li p,
#Fanless-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #Fanless-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #Fanless-width-full section.whiteBg .mtitle p,
    #Fanless-width-full .mtitle p,
    #Fanless-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #Fanless-width-full section.whiteBg .mtitle p,
    #Fanless-width-full .mtitle p,
    #Fanless-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#Fanless-width-full .full-section .mainfull {
    text-align: center;
}

#Fanless-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#Fanless-width-full img.mobile,
#Fanless-width-full .mobile {
    display: none;
}

#Fanless-width-full .text-left,
#Fanless-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

/* #Fanless-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
} */

/*Fanless-KV*/
#Fanless-width-full #Fanless-KV {
    padding-top: 0%;
    margin-bottom: 100px;
    overflow: hidden;
    background: #fff;
}
#Fanless-width-full #Fanless-KV h2{
    font-family: "TT Norms Pro";
    font-size: 3.75em;
    padding-top: 10px;
}
#Fanless-width-full #Fanless-KV .maintitle {
    left: 25%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 760px;
}

#Fanless-width-full #Fanless-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#Fanless-width-full #Fanless-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;
}

#Fanless-width-full #Fanless-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (max-width: 2080px) {
    #Fanless-width-full h1{
        font-size: 2.6em;
    }
    #Fanless-width-full #Fanless-KV h2{
        font-size: 3.45em;
    }
}
@media only screen and (max-width: 1920px) {
    #Fanless-width-full h1{
        font-size: 2.5em;
    }
    #Fanless-width-full #Fanless-KV h2{
        font-size: 3.35em;
    }
}
@media only screen and (max-width: 1780px) {
    #Fanless-width-full h1{
        font-size: 2.5em;
    }
    #Fanless-width-full #Fanless-KV h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1680px) {
    #Fanless-width-full h1{
        font-size: 2.5em;
    }
    #Fanless-width-full #Fanless-KV h2{
        font-size: 2.8em;
    }
}
@media only screen and (max-width: 1580px) {
    #Fanless-width-full h1{
        font-size: 2.1em;
    }
    #Fanless-width-full #Fanless-KV h2{
        font-size: 2.6em;
    }
}
@media only screen and (max-width: 1480px) {
    #Fanless-width-full h1{
        font-size: 2.0em;
    }
    #Fanless-width-full #Fanless-KV h2{
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 1440px) {
    #Fanless-width-full h1{
        font-size: 1.8em;
    }
    #Fanless-width-full #Fanless-KV h2{
        font-size: 2.3em;
    }
    #Fanless-width-full #Fanless-KV .maintitle{
        left: 24%;
    }
    #Fanless-width-full #Fanless-KV .bg img{
        margin-left: 3%;
    }
}

@media only screen and (max-width: 1350px) {
    #Fanless-width-full h1{
        font-size: 1.7em;
    }
    #Fanless-width-full #Fanless-KV h2{
        font-size: 2.2em;
    }
    #Fanless-width-full #Fanless-KV .stitle p {
        font-size: 1.5em;
    }

    #Fanless-width-full #Fanless-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 1100px) {
    #Fanless-width-full #Fanless-KV {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #Fanless-width-full #Fanless-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    #Fanless-width-full #Fanless-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #Fanless-width-full #Fanless-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%);
    }
    #Fanless-width-full #Fanless-KV .bg img {
        width: 122% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -18% !important;
    }
    #Fanless-width-full #Fanless-KV .bg:before{
        display: none;
    }

    #Fanless-width-full #Fanless-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 759px) {
    #Fanless-width-full #Fanless-KV{
        margin-bottom: 50px;
    }
    #Fanless-width-full #Fanless-KV .bg img {
        width: 130% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -28% !important;
    }
    #Fanless-width-full h4{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #Fanless-width-full #Fanless-KV .maintitle {
        padding-top: .5em;
    }

    #Fanless-width-full #Fanless-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) {
    #Fanless-width-full #Fanless-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #Fanless-width-full #Fanless-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #Fanless-width-full #Fanless-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #Fanless-width-full #Fanless-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;
    }
    #Fanless-width-full #Fanless-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #Fanless-width-full #Fanless-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #Fanless-width-full #Fanless-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #Fanless-width-full #Fanless-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}

/*#Fanless-width-full #Fanless-footer*/
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-footer .maintitle ul.list-decimal{
    padding-left: 1em;
}
#Fanless-width-full #Fanless-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;
}
/*#Fanless-width-full #Fanless-overview*/
#Fanless-width-full #Fanless-overview{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #021033;
    background-size: 100%;
    position: relative;
}
#Fanless-width-full #Fanless-overview .maintitle {    
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 40px;
    position: absolute;
    left: 28%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
}
#Fanless-width-full #Fanless-overview .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#Fanless-width-full #Fanless-overview .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#Fanless-width-full #Fanless-overview .bg .ipa_logo{
        position: absolute;
    top: 70%;
    left: 48%;
    width: 5% !important;
    max-width: 131px !important;
    min-width: 124px !important;
    transform: translate(-50%, -50%);
}

#Fanless-width-full #Fanless-overview .bg .asus_logo{
        position: absolute;
    top: 18px !important;
    left: 18px !important;
    width: 5% !important;
    max-width: 145px !important;
    min-width: 120px !important;
    transform: translate(0%, 0%) !important;
    margin: 0 !important;
}
#Fanless-width-full #Fanless-overview .flexCon.flex-50-50>.flex-item:first-child{
    padding: 8% 18px 8%;
}
#Fanless-width-full #Fanless-overview .flexCon.flex-50-50>.flex-item:first-child img{
    max-width: 600px !important;
}
#Fanless-width-full #Fanless-overview .maintitle h1{
    line-height: 1.2em !important;
    font-size: clamp(1.5em, 2.5em, 2vw);
    font-weight: bold;
    color: #000 !important;
    background-color: #000 0%;
    background: -webkit-linear-gradient(to right, #000 0%, #000 100%);
    background: -moz-linear-gradient(to right, #000 0%, #000 100%);
    background: -o-linear-gradient(to right, #000 0%, #000 100%);
    background: linear-gradient(to right, #000 0%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
#Fanless-width-full #Fanless-overview .maintitle h2{
    font-family: "TT Norms Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: clamp(2em, 5em, 4vw);
    line-height: 1.1 !important;
    letter-spacing: 0;
    font-weight: 300;
    color: #1535aa !important;
    background-color: #1535aa 0%;
    background: -webkit-linear-gradient(to right, #1535aa 0%, #1535aa 100%);
    background: -moz-linear-gradient(to right, #1535aa 0%, #1535aa 100%);
    background: -o-linear-gradient(to right, #1535aa 0%, #1535aa 100%);
    background: linear-gradient(to right, #1535aa 0%, #1535aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 0 0 10px rgba(255, 255, 255, 0.6); */
    margin-bottom: 0.1em !important;
}
#Fanless-width-full #Fanless-overview .maintitle h2 b{
    font-family: "TT Norms Pro", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#Fanless-width-full #Fanless-overview .maintitle h3{
    color: #000;
    font-family: "TT Norms Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(1em, 1.6em, 1.5vw);
    margin: 0.5vw 0;
}
#Fanless-width-full #Fanless-overview .maintitle img.overview{
    max-width: 600px;
}
#Fanless-width-full #Fanless-overview .maintitle ul{
        display: flex;
    width: 100%;
    margin-top: 1.5vw;
}
#Fanless-width-full #Fanless-overview .maintitle ul li{
        display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1.5em 0 0;
}
#Fanless-width-full #Fanless-overview .maintitle ul li p{
    font-size: clamp(1em, 1.1em, 1.1vw);
    line-height: 1.1;
    margin-top: 0.5em;
}
#Fanless-width-full #Fanless-overview .maintitle ul li img{
    width: 5vw;
    max-width: 110px !important;
}
#Fanless-width-full #Fanless-overview .maintitle .info{
    background:#0b596d;
    color: #fff !important;
    padding: 3% 5%;
    text-align: center;
}
@media only screen and (min-width: 2200px){
    #Fanless-width-full #Fanless-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 10% 18px 10%;
    }
}
@media only screen and (max-width: 2100px){
    #Fanless-width-full #Fanless-overview .maintitle {
        width: 100%;
    }
}

@media only screen and (max-width: 1920px){
    #Fanless-width-full #Fanless-overview .maintitle {
        width: 100%;
        max-width: 650px;
        left: 28%;
    }
    #Fanless-width-full #Fanless-overview .bg img{
        width: 126% !important;
        margin: 0% 0 -4% -10% !important;
        max-width: none !important;
    }
    #Fanless-width-full #Fanless-overview .bg .ipa_logo{
                top: 76%;
        left: 61%;
    }
}
@media only screen and (max-width: 1680px){
    /* #Fanless-width-full #Fanless-overview .maintitle h1{
        font-size: 1.5em;
    }
    #Fanless-width-full #Fanless-overview .maintitle h2{
        font-size: 2.7em;
    } */
    #Fanless-width-full #Fanless-overview .maintitle {
        width: 100%;
        max-width: 650px;
        left: 28%;
        padding: 0;
    }
    #Fanless-width-full #Fanless-overview .bg img{
        width: 126% !important;
        margin: 0% 0 -4% -10% !important;
        max-width: none !important;
    }
    #Fanless-width-full #Fanless-overview .bg .ipa_logo{
                top: 76%;
        left: 61%;
    }
}
@media only screen and (max-width: 1280px){
    /* #Fanless-width-full #Fanless-overview .maintitle h1{
        font-size: 1.5em;
    }
    #Fanless-width-full #Fanless-overview .maintitle h2{
        font-size: 2.4em;
    } */
    #Fanless-width-full #Fanless-overview .maintitle {
            width: 100%;
        max-width: 550px;
        left: 29%;

    }
    #Fanless-width-full #Fanless-overview .bg img{
        width: 126% !important;
        margin: 0% 0 -4% -10% !important;
        max-width: none !important;
    }
    #Fanless-width-full #Fanless-overview .bg .ipa_logo{
                top: 76%;
        left: 61%;
    }
}
@media only screen and (max-width: 1180px){
    #Fanless-width-full #Fanless-overview .bg .ipa_logo{
        position: absolute;
                top: 77%;
        left: 60%;
        width: 10% !important;
        max-width: 124px !important;
        transform: translate(-50%, -50%);
        min-width: inherit !important;
    }
}
@media only screen and (max-width: 1100px){
    #Fanless-width-full #Fanless-overview .maintitle {
            width: 53%;
        max-width: 500px;
        top: 55%;
        left: 29%;
    }
    /* #Fanless-width-full #Fanless-overview .maintitle h1{
        font-size: 1.2em;
    }
    #Fanless-width-full #Fanless-overview .maintitle h2{
        font-size: 2.0em;
    } */
    #Fanless-width-full #Fanless-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 6% 18px 6%;
    }
    #Fanless-width-full #Fanless-overview .bg img{
                width: 150% !important;
        margin: 0% 0 0% -19% !important;
        max-width: none !important;
    }
    #Fanless-width-full #Fanless-overview .bg .ipa_logo{
                top: 70%;
        left: 72%;
    }
}
@media only screen and (max-width: 768px){
    #Fanless-width-full #Fanless-overview{
        background: #ffffff;
        background-size: 200%;
    }
    #Fanless-width-full #Fanless-overview .bg{
        position: relative;
    }
    #Fanless-width-full #Fanless-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 0px 18px;
    }
    #Fanless-width-full #Fanless-overview .maintitle{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        transform: translate(0%, 0%);
        max-width: inherit;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #f9f9fb;
        text-align: center;
    }
    #Fanless-width-full #Fanless-overview .maintitle h1{
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1.1 !important;
        width: 100%;
        text-align: center;
        
    }
    #Fanless-width-full #Fanless-overview .maintitle h2{
            color: #1e262d !important;
            font-size: 2em !important;
            width: 100%;
            text-align: center;
    }
    #Fanless-width-full #Fanless-overview .bg img{
                width: 300% !important;
        margin: 0% 0 -5% -136% !important;
        max-width: none !important;
    }
    #Fanless-width-full #Fanless-overview .bg .ipa_logo{
                position: absolute;
        top: 84%;
        left: 150%;
        width: 20% !important;
        max-width: 124px !important;
        transform: translate(-50%, -50%);
    }
    #Fanless-width-full #Fanless-overview .maintitle .info{
        padding: 5% !important;
        margin-top: 20px !important;
    }
    #Fanless-width-full #Fanless-overview .maintitle ul{
        justify-content: center;
        margin-top: 1.5em;
    }
    #Fanless-width-full #Fanless-overview .maintitle ul li img {
        width: 100%;
        max-width: 110px !important;
    }
    #Fanless-width-full #Fanless-overview .bg .asus_logo{
        left: 18px !important;
        top: 18px !important;
    }
}
@media only screen and (max-width: 480px){
    #Fanless-width-full #Fanless-overview .maintitle h1{
        font-size: 1.6em;
    }
    #Fanless-width-full #Fanless-overview .maintitle h2{
            font-size: 2em !important;
    }

}
/*#Fanless-width-full #Fanless-SWaP*/
#Fanless-width-full #Fanless-SWaP{
    background: url(../img/swap_bg.jpg) center top no-repeat;
    background-size: 100% 85%;
    position: relative;
    overflow: hidden;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-SWaP .maintitle h2{
    margin-bottom: 1em !important;
    position: relative;
}
#Fanless-width-full #Fanless-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%;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-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; */
}
#Fanless-width-full #Fanless-SWaP .text_icon_list li img{
    width: 25%;
    max-width: 75px !important;
}
#Fanless-width-full #Fanless-SWaP .text_icon_list li {
    width: 33.33%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}
#Fanless-width-full #Fanless-SWaP .text_icon_list li .text_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
#Fanless-width-full #Fanless-SWaP .text_icon_list li .text_icon .info{
    text-align: left !important;
    padding-left: 20px !important;
}
@media only screen and (max-width: 1920px){
    #Fanless-width-full #Fanless-SWaP .maintitle {
        padding-left: 25%;
    }
}
@media only screen and (max-width: 1550px){
    #Fanless-width-full #Fanless-SWaP .maintitle {
        
    padding-left: 27%;
    width: 90%;
    }
}
@media only screen and (max-width: 1024px){
    #Fanless-width-full #Fanless-SWaP .maintitle {
        padding-left: 15%;
        width: 95%;
        padding-bottom: 35%;
    }
}
@media only screen and (max-width: 768px){
    #Fanless-width-full #Fanless-SWaP .maintitle {
        width: 100%;
    padding: 50px 18px 72%;
    }
    #Fanless-width-full #Fanless-SWaP .text_icon_list{
        /* display: inline-block; */
    }
    #Fanless-width-full #Fanless-SWaP .text_icon_list li{
        /* display: inline-block;
        margin: 0 auto;
        width: 100%; */
    }
    #Fanless-width-full #Fanless-SWaP .text_icon_list li img{
        width: 30%;
    max-width: 40px !important;
    }
    #Fanless-width-full #Fanless-SWaP .text_icon_list li .text_icon .info {
        padding-left: 10px !important;
        font-size: 0.9em;
        width: auto;
        margin: 0;
    }
    #Fanless-width-full #Fanless-SWaP .bg img{
                max-width: inherit !important;
    width: 145%;
    top: -40px;
    position: relative;
    }
}
/*#Fanless-width-full #Fanless-multitasking*/
#Fanless-width-full #Fanless-multitasking{
    background: #041d33;
    position: relative;
    overflow: hidden;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-multitasking .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#Fanless-width-full #Fanless-multitasking .maintitle h2 b{
    border-bottom: 3px #00d2ff solid;
    font-weight: normal;
    padding-bottom: 5px;
}
#Fanless-width-full #Fanless-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;
}

#Fanless-width-full #Fanless-multitasking .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#Fanless-width-full #Fanless-multitasking .list_box{
    display: inline-block;
    width: 100%;
    padding-left: 54%;
        margin-top: 30px;
    margin-bottom: 30px;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-multitasking .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#Fanless-width-full #Fanless-multitasking .text_icon_list.list_auto li {
    width: 50%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}

#Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#Fanless-width-full #Fanless-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; */
}

/*#Fanless-width-full #Fanless-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;
}*/
#Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "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;
}
#Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon .title b{
    display: none;
}
#Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon span {
    font-family: "TT Norms Pro", "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; */
}

#Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon .desc {
    font-family: "TT Norms Pro Light", "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;
}
#Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon .note{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1200px) {
    #Fanless-width-full #Fanless-multitasking .list_box{
        padding-left: 40%;
    }
    #Fanless-width-full #Fanless-multitasking .bg{
        left: 30%;
    }
    #Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon .title {
        font-size: 4.5em
    }
}

@media only screen and (max-width: 768px){
    #Fanless-width-full #Fanless-multitasking .bg{
        position: relative;
        left: 0;
        width: 100%;
        min-width: inherit;
            transform: translate(0%, 0%);
    }
    #Fanless-width-full #Fanless-multitasking .bg img {
        width: 250% !important;
        max-width: inherit !important;
        margin: -40% auto 0% !important;
        margin-left: -57% !important;
    }

    #Fanless-width-full #Fanless-multitasking .maintitle h2 b{
        border: none;
    }
    #Fanless-width-full #Fanless-multitasking .maintitle h2:after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 20%;
        height: 3px;
        background: #00d2ff;
        transform: translate(-50%, 0%);
    }
    #Fanless-width-full #Fanless-multitasking .list_box{
        padding: 0;
    }
    #Fanless-width-full #Fanless-multitasking .text_icon_list li,
    #Fanless-width-full #Fanless-multitasking .text_icon_list.list_auto li {
        width: 50%;
        margin-bottom: 20px;
    }
    #Fanless-width-full #Fanless-multitasking .text_icon_list li, #Fanless-width-full #Fanless-multitasking .text_icon_list.list_auto li{
        margin: 20px 0 0;
    }
    #Fanless-width-full #Fanless-multitasking .text_icon_list{
        margin: 0px 0 0px;
        padding: 0;
    }
    #Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon .title span {
        font-size: 0.2em
    }
    #Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon{
        width: calc(100% - 0px);
        padding: 0px;
    }
    #Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon div.text_box{
            min-width: inherit;
        display: flex;
        padding: 20px 10px;
    }
    #Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon .title{
        font-size: 4em;
    }
    #Fanless-width-full #Fanless-multitasking .text_icon_list .text_icon .desc{
        font-size: 1em;
    }
}
/*#Fanless-width-full #Fanless-ContactUs*/
#Fanless-width-full #Fanless-ContactUs{
    position: relative;
    overflow: hidden;
    background: #09185e;
}
#Fanless-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;
}
#Fanless-width-full #Fanless-ContactUs .maintitle .ContactUs_list{
        display: flex;
    width: 100%;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#Fanless-width-full #Fanless-ContactUs .maintitle .ContactUs_list li p,
#Fanless-width-full #Fanless-ContactUs .maintitle .ContactUs_list li h2{
    background: url(../img/ico_triangle.png) no-repeat left 50%;
    display: inline-block;
    padding-left: 30px;
    margin: 0 !important;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: normal;
}
#Fanless-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;
}
/* #Fanless-width-full #Fanless-ContactUs .maintitle .ContactUs_list li:first-child:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #fff;
    right: 0;
    top: 0;
} */
#Fanless-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;

}
#Fanless-width-full #Fanless-ContactUs .maintitle a.link_style span{
    color: #0c1e6e !important;
    background-color: #0c1e6e 0%;
    background: -webkit-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: -moz-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: -o-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: 
}
#Fanless-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: 
}
#Fanless-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); */
}
#Fanless-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){
    #Fanless-width-full #Fanless-ContactUs .maintitle{
        padding: 50px 18px;
    }
    #Fanless-width-full #Fanless-ContactUs .maintitle .ContactUs_list{
        display: inline-block;
    }
    #Fanless-width-full #Fanless-ContactUs .maintitle .ContactUs_list li{
        width: 100%;
        margin: 20px 0;
        padding: 20px 0;
    }
    /* #Fanless-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);
    } */
}
/*#Fanless-width-full #Fanless-Video*/
#Fanless-width-full #Fanless-Video{
    position: relative;
    overflow: hidden;
    padding: 0 18px;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-Video .maintitle .flexCon{
    width: 90%;
    padding: 30px 30px;
    margin: 0 auto;
}
#Fanless-width-full #Fanless-Video .maintitle .flexCon img.pic_video{
    width: 90%;
    max-width: 381px !important;
    border: 2px #fff solid;
}
#Fanless-width-full #Fanless-Video .maintitle .flexCon.flex-50-50>.flex-item{
    text-align: left;
}
#Fanless-width-full #Fanless-Video .maintitle .flexCon.flex-50-50>.flex-item.text-center{
    text-align: center !important;
}
@media only screen and (max-width: 1280px){
    #Fanless-width-full #Fanless-Video .maintitle .flexCon{
        width: 100%;
    }
    #Fanless-width-full #Fanless-Video .maintitle .flexCon{
        padding: 30px 0;
    }
}
@media only screen and (max-width: 768px){
    #Fanless-width-full #Fanless-Video{
        padding: 0;
    }
    #Fanless-width-full #Fanless-Video .maintitle .flexCon{
        text-align: center;
    }
    #Fanless-width-full #Fanless-Video .maintitle .flexCon.flex-50-50>.flex-item{
        text-align: center;
    }
}  
/*#Fanless-width-full #Fanless-Download*/
#Fanless-width-full #Fanless-Download{
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #d4dae1 0%, #b3c2cf 100%);
}
#Fanless-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;
}
#Fanless-width-full #Fanless-Download .maintitle h2 {
    position: relative;
    font-size: clamp(2.5em, 50px, 2.6vw);
    margin-bottom: 0.5em !important;
    line-height: 1.3 !important;
    font-weight: 600;
}
#Fanless-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;
}

#Fanless-width-full #Fanless-Download .maintitle .area_Download li{
    display: inline-block;
    width: 33.3333%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}
/*#Fanless-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;
}*/
#Fanless-width-full #Fanless-Download .maintitle .box_Download a.link_style{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
#Fanless-width-full #Fanless-Download .maintitle .box_Download{
    display: inline-block;
    padding: 30px 10px;
    height: 100%;
/*    position: relative;*/
}
#Fanless-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;
}
#Fanless-width-full #Fanless-Download .maintitle .box_Download h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 60%;
    height: 2px;
    background: #0c1e6e;
    transform: translate(-50%, 0%);
}
#Fanless-width-full #Fanless-Download .maintitle .box_Download h3{
        margin-top: 10px !important;
    margin-bottom: 10px !important;
    min-height: 75px;
    font-size: 1.2em !important;
    color: #3f596e !important;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#Fanless-width-full #Fanless-Download .maintitle .box_Download h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 60%;
    height: 2px;
    background: #0c1e6e;
    transform: translate(-50%, 0%);
}
#Fanless-width-full #Fanless-Download .maintitle .box_Download img{
    width: 100%;
}
#Fanless-width-full #Fanless-Download .maintitle .box_Download .info{
    color: #3f596e !important;
    line-height: 1.2;
    font-size: 1.0em;
    width: 80%;
}
#Fanless-width-full #Fanless-Download .maintitle .pic_Download{
    display: inline-block;
    position: relative;
    width: auto ;
/*    box-shadow: 3px 3px 15px rgb(0 0 0 / 30%);*/
}
#Fanless-width-full #Fanless-Download .maintitle .box_Download .box_Download_info{
    background: #fff;
    padding: 0 15px 20px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0% auto 0;
    z-index: 1;
    position: relative;
    min-height: 120px;
    justify-content: flex-start;
}

@media only screen and (max-width: 1280px){
    #Fanless-width-full #Fanless-Download .maintitle .box_Download {
        padding: 30px 6px;
    }
    #Fanless-width-full #Fanless-Download .maintitle .pic_Download{
        width: 80%;
    }
}
@media only screen and (max-width: 1180px){
    #Fanless-width-full #Fanless-Download .maintitle .box_Download .box_Download_info{
        min-height: 200px;
    }
}
@media only screen and (max-width: 969px) {
    /* #Fanless-width-full #Fanless-Download .maintitle .box_Download .box_Download_info{
        min-height: 220px;
    } */
}
@media only screen and (max-width: 768px){
    #Fanless-width-full #Fanless-Download .maintitle{
        padding: 0;
    }
    #Fanless-width-full #Fanless-Download .maintitle .area_Download{
            flex-direction: column;
            padding: 50px 18px;
    }
    #Fanless-width-full #Fanless-Download .maintitle .area_Download li{
        width: 100%;
        padding-bottom: 0;
    }
    #Fanless-width-full #Fanless-Download .maintitle .pic_Download{
        width: 80%;
    }
    #Fanless-width-full #Fanless-Download .maintitle .box_Download{
        padding: 10px 0 35px;
    }
    #Fanless-width-full #Fanless-Download .maintitle .box_Download .flex-item.flex-25,
    #Fanless-width-full #Fanless-Download .maintitle .box_Download .flex-item.flex-35{
        width: 40%;
        text-align: center;
    }
    #Fanless-width-full #Fanless-Download .maintitle .box_Download .flex-item.flex-75,
    #Fanless-width-full #Fanless-Download .maintitle .box_Download .flex-item.flex-65{
        width: 60%;
    }
    #Fanless-width-full #Fanless-Download .maintitle .box_Download h2,
    #Fanless-width-full #Fanless-Download .maintitle .box_Download .info{
        text-align: center !important;
        min-height: auto;
    }
    #Fanless-width-full #Fanless-Download .maintitle .box_Download a.link_style{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
    #Fanless-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;
    }
    #Fanless-width-full #Fanless-Download .maintitle .box_Download .box_Download_info{
        min-height: inherit;
        padding-bottom: 40px;
    }
    /* #Fanless-width-full #Fanless-Download .maintitle .box_Download .box_Download_info{
            width: 96%;
                margin: -21% auto 0;
    } */
}
/*#Fanless-width-full #Fanless-IoT*/
#Fanless-width-full #Fanless-IoT{
    position: relative;
    overflow: hidden;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-IoT .maintitle .box_IoT{
    display: inline-block;
    width: 100%;
    padding: 30px;
    background: #041d33;
    position: static;
    /* overflow: hidden; */
}
#Fanless-width-full #Fanless-IoT .maintitle .box_IoT h2,
#Fanless-width-full #Fanless-IoT .maintitle .box_IoT .info{
        position: relative;
    z-index: 1;
}
#Fanless-width-full #Fanless-IoT .bg {
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(0%, 0%);
    margin: 0px -30px -30px;
    width: calc(100% + 60px);
}
#Fanless-width-full #Fanless-IoT .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#Fanless-width-full #Fanless-IoT .maintitle .flex-item.flex-50{
    width: calc(50% - 10px);
    overflow: hidden;
}
#Fanless-width-full #Fanless-IoT .maintitle .flex-item:nth-child(1){
    margin-right: 10px;
}
#Fanless-width-full #Fanless-IoT .maintitle .flex-item:nth-child(2){
    margin-left: 10px;
}
#Fanless-width-full #Fanless-IoT .maintitle .flex-item:nth-child(1) .box_IoT{
    margin: 0 20px 0 0;
}
#Fanless-width-full #Fanless-IoT .maintitle .flex-item:nth-child(2) .box_IoT{
    margin: 0 0 0 0px;
}
#Fanless-width-full #Fanless-IoT .maintitle .box_IoT:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #041d33;
    left: 0;
    top: 0;
}
#Fanless-width-full #Fanless-IoT .maintitle .box_IoT h2{
    color: #00d2ff !important;
        margin-bottom: 1em !important;
    position: relative;
}
#Fanless-width-full #Fanless-IoT .maintitle h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-IoT .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#Fanless-width-full #Fanless-IoT .text_icon_list.list_auto li {
    width: 33.33%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}
#Fanless-width-full #Fanless-IoT .text_icon_list.list_auto li.list_one {
    width: 100%;
}
#Fanless-width-full #Fanless-IoT .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#Fanless-width-full #Fanless-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; */
}

/*#Fanless-width-full #Fanless-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;
}*/
#Fanless-width-full #Fanless-IoT .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#Fanless-width-full #Fanless-IoT .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "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;
}
#Fanless-width-full #Fanless-IoT .text_icon_list .text_icon .title b{
    display: none;
}

#Fanless-width-full #Fanless-IoT .text_icon_list .text_icon h3.title_b {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "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;
}

#Fanless-width-full #Fanless-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;
}

#Fanless-width-full #Fanless-IoT .text_icon_list .text_icon span {
    font-family: "TT Norms Pro", "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; */
}

#Fanless-width-full #Fanless-IoT .text_icon_list .text_icon .desc {
    font-family: "TT Norms Pro", "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){
    #Fanless-width-full #Fanless-IoT .maintitle .flex-item:nth-child(1) .box_IoT{
        margin: 0px !important;
    }
    #Fanless-width-full #Fanless-IoT .maintitle .flex-item:nth-child(2) .box_IoT{
        margin: 0 !important;
        height: auto !important;
    }
    #Fanless-width-full #Fanless-IoT .text_icon_list.list_auto li,
    #Fanless-width-full #Fanless-IoT .text_icon_list.list_auto li.list_one{
        width: 50%;
    }
    #Fanless-width-full #Fanless-IoT .text_icon_list .text_icon h3.title_b{
            line-height: 0.8;
    }
    #Fanless-width-full #Fanless-IoT .maintitle .flex-item.flex-50{
        width: 100% !important;
    }
    #Fanless-width-full #Fanless-IoT .maintitle .flex-item:nth-child(1),
    #Fanless-width-full #Fanless-IoT .maintitle .flex-item:nth-child(2){
        margin: 0;
    }
    #Fanless-width-full #Fanless-IoT .maintitle .flex-item:nth-child(1){
        margin-bottom: 20px;
    }
    #Fanless-width-full #Fanless-IoT .bg{
        position: relative;
        margin-top: -15%;
    }
}
@media only screen and (max-width: 480px){
    #Fanless-width-full #Fanless-IoT .text_icon_list .text_icon h3.title_b{
            line-height: 0.8;
            font-size: 2.4em;
    }
}
/*#Fanless-width-full #Fanless-PCIe*/
#Fanless-width-full #Fanless-PCIe{
    position: relative;
    overflow: hidden;
    background: #04061b;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-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%;
}
#Fanless-width-full #Fanless-PCIe .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#Fanless-width-full #Fanless-PCIe .maintitle h2:after{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #00d2ff;
    transform: translate(0%, 0%);
}
#Fanless-width-full #Fanless-PCIe .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
@media only screen and (max-width: 768px){
    #Fanless-width-full #Fanless-PCIe .maintitle h2{
        text-align: center;
    }
    #Fanless-width-full #Fanless-PCIe .maintitle h2::after{
            content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 20%;
        height: 3px;
        background: #00d2ff;
        transform: translate(-50%, 0%);
    }
    #Fanless-width-full #Fanless-PCIe .maintitle .info{
        margin-bottom: 30px;
    }
    #Fanless-width-full #Fanless-PCIe .bg img {
            width: 400% !important;
    max-width: inherit !important;
    margin: -20% auto 0% !important;
    margin-left: -155% !important;
    }
}
/*#Fanless-width-full #Fanless-Fastest*/
#Fanless-width-full #Fanless-Fastest{
    position: relative;
    overflow: hidden;
    min-height: 626px;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-Fastest .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#Fanless-width-full #Fanless-Fastest .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #1e262d;
    transform: translate(-50%, 0%);
}
#Fanless-width-full #Fanless-Fastest .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#Fanless-width-full #Fanless-Fastest .list_box{
    display: inline-block;
    width: 100%;
    padding-right: 30%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-Fastest .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#Fanless-width-full #Fanless-Fastest .text_icon_list.list_auto li {
    width: 33.3333%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}

#Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#Fanless-width-full #Fanless-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; */
}

#Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "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;
}
#Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon .title.title_s{
    font-size: 2.4em;
}
#Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon .title b{
    display: none;
}
#Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon span {
    font-family: "TT Norms Pro", "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; */
}

#Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon .desc {
    font-family: "TT Norms Pro", "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;
}
#Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon .note{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1780px) {
    #Fanless-width-full #Fanless-Fastest .bg{
        left: 82%;
        transform: translate(-50%, 0%);
    }
}
@media only screen and (max-width: 1280px) {
    #Fanless-width-full #Fanless-Fastest .text_icon_list.list_auto li{
        width: 50%;
    }
    #Fanless-width-full #Fanless-Fastest .text_icon_list.list_auto li.list_one{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    #Fanless-width-full #Fanless-Fastest .bg{
        position: relative;
        left: 0;
        width: 100%;
        max-width: inherit;
        transform: translate(0%, 0%);
    }
    #Fanless-width-full #Fanless-Fastest .bg img {
            width: 155% !important;
    max-width: inherit !important;
    margin: -40% auto 0% !important;
    margin-left: -25% !important;
    }

    #Fanless-width-full #Fanless-Fastest .maintitle h2 b{
        border: none;
    }
    #Fanless-width-full #Fanless-Fastest .list_box{
        padding: 0;
    }
    #Fanless-width-full #Fanless-Fastest .text_icon_list li,
    #Fanless-width-full #Fanless-Fastest .text_icon_list.list_auto li {
        width: 50%;
        margin-bottom: 20px;
    }
    #Fanless-width-full #Fanless-Fastest .text_icon_list li, #Fanless-width-full #Fanless-Fastest .text_icon_list.list_auto li{
        margin: 20px 0 0;
    }
    #Fanless-width-full #Fanless-Fastest .text_icon_list{
        margin: 0px 0 0px;
        padding: 0;
    }
    #Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon .title span {
        font-size: 0.2em
    }
    #Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon{
        width: calc(100% - 0px);
        padding: 0px;
    }
    #Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon div.text_box{
            min-width: inherit;
        display: flex;
        padding: 20px 10px;
    }
    #Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon .title{
        font-size: 4em;
    }
    #Fanless-width-full #Fanless-Fastest .text_icon_list .text_icon .desc{
        font-size: 1em;
    }
}
/*#Fanless-width-full #Fanless-Flexible*/
#Fanless-width-full #Fanless-Flexible{
    position: relative;
    background: #fff;
}
#Fanless-width-full #Fanless-Flexible .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
}
#Fanless-width-full #Fanless-Flexible .mainfull{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
}
#Fanless-width-full #Fanless-Flexible .maintitle h2 {
    margin-bottom: 0.5em !important;
    position: relative;
    color: #13547a !important;
    font-size: 2.5em;
    font-weight: 600;
}
#Fanless-width-full #Fanless-Flexible img.pic_Flexible{
    width: 90%;
    max-width: 600px !important;
}
#Fanless-width-full #Fanless-Flexible .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}
#Fanless-width-full #Fanless-Flexible .bg img{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns {
        width: 100%;
    text-align: center;
    display: flex;
    margin: 50px auto 0;
    align-items: flex-start;
    justify-content: center;
}
#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns li {
    width: calc( 33.33% - 10px);
    position: relative;
    margin: 0 5px;
}

#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 2px
}
#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns .text_icon img{
    display: inline-block;
    width: 100%;
    max-width: 66px !important;
    margin-bottom: 10px;
}

#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns .text_icon div {
    position: relative;
    text-align: center;
    padding: 0
}
#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns .text_icon h3{
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
    color: #13547a;
}
#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns .text_icon .title {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;    font-size: 6.2em;
    line-height: 1.2em;
    font-size: 3.125em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #76b900;
    /* margin-bottom: -10px; */
}

#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns .text_icon .title span {
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 0.2em;
    margin-left: 3px;
    line-height: 1em;
    color: #000;
    font-weight: 300;
    white-space:nowrap;
}

#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns .text_icon .desc {
font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
font-size: 1.2em;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    line-height: 1.2em;
    display: inline-block;
    /* margin-top: -30px; */
}
#Fanless-width-full #Fanless-Flexible ul.sub_tab_btns .text_icon .note{
    margin-top: 0 !important;
}

@media only screen and (max-width: 1180px) {
    #Fanless-width-full #Fanless-Flexible .maintitle{
        padding-top: 180px;
        padding-bottom: 180px;
    }
}
@media only screen and (max-width: 1024px) {
    #Fanless-width-full #Fanless-Flexible .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 1024px) {
    #Fanless-width-full #Fanless-Flexible .maintitle{
        padding-top: 0px;
        padding-bottom: 0;
    }
    #Fanless-width-full #Fanless-Flexible .bg{
        width: 300%;
    }
    #Fanless-width-full #Fanless-Flexible .mainfull{
        padding-top: 0;
    }
    #Fanless-width-full #Fanless-Flexible ul.sub_tab_btns{
        margin-bottom: 50px;
    }
    #Fanless-width-full #Fanless-Flexible ul.sub_tab_btns{
        flex-wrap: wrap;
    }
    #Fanless-width-full #Fanless-Flexible .flexCon.flex-50-50>.flex-item {
        width: 100% !important;
    }
    #Fanless-width-full #Fanless-Flexible ul.sub_tab_btns li{
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }
}
/*#Fanless-width-full #Fanless-Seamless*/
#Fanless-width-full #Fanless-Seamless{
    position: relative;
    overflow: hidden;
    background: #f0f2f4;
}
#Fanless-width-full #Fanless-Seamless .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;
}
#Fanless-width-full #Fanless-Seamless img.logo_openvino{
    width: 100%;
    margin: 50px 0 !important;
    max-width: 260px !important;
}
#Fanless-width-full #Fanless-Seamless .maintitle h2 {
    margin-bottom: 1em !important;
    position: relative;
    color: #13547a !important;
    font-size: 2.5em;
    font-weight: 600;
}
/*#Fanless-width-full #Fanless-info-first*/
#Fanless-width-full #Fanless-info-first{
    position: relative;
    overflow: hidden;
/*     background: url('../img/bg_info.jpg') no-repeat center center; */
    background-size: cover;
}
#Fanless-width-full #Fanless-info-first .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;
}
@media only screen and (max-width: 768px) {
    #Fanless-width-full #Fanless-info-first .maintitle{
        padding-top: 50px;
        padding-right: 18px;
        padding-left: 18px;
        padding-bottom: 50px;
    }
}
/*#Fanless-width-full #Fanless-info*/
#Fanless-width-full #Fanless-info{
    position: relative;
    overflow: hidden;
    background: url('../img/bg_info.jpg') no-repeat center center;
    background-size: cover;
}
#Fanless-width-full #Fanless-info .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;
}
@media only screen and (max-width: 768px) {
    #Fanless-width-full #Fanless-info .maintitle{
        padding-top: 50px;
        padding-right: 18px;
        padding-left: 18px;
        padding-bottom: 50px;
    }
}
/*#Fanless-width-full #Fanless-Target*/
#Fanless-width-full #Fanless-Target{
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
#Fanless-width-full #Fanless-Target .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;
}
#Fanless-width-full #Fanless-Target .info{
    color: #000 !important;
    /* font-size: 1.3em;
    line-height: 1.3; */
    margin-bottom: 50px;
}
#Fanless-width-full #Fanless-Target .maintitle h2{
    position: relative;
    font-size: clamp(2.5em, 50px, 2.6vw);
    margin-bottom: 0.5em !important;
    font-weight: 600;
    color: #0c1e6e !important;
    background-color: #0c1e6e 0%;
    background: -webkit-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: -moz-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: -o-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
/* #Fanless-width-full #Fanless-Target .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
} */
#Fanless-width-full #Fanless-Target .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: #323232 !important;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
}
#Fanless-width-full #Fanless-Target .maintitle .flexCon{
    margin: 30px 0 10px;
}
#Fanless-width-full #Fanless-Target .maintitle .flex-item img{
    max-width: 500px !important;
}
#Fanless-width-full #Fanless-Target .Applications_list{
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap; 
}
#Fanless-width-full #Fanless-Target .Applications_list li{
    width: calc(25% - 2px);
    margin: 0 1px;
    background: #fff;
    position: relative;
}
#Fanless-width-full #Fanless-Target .Applications_list li .list_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#Fanless-width-full #Fanless-Target .Applications_list li:hover .list_hover{

    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#Fanless-width-full #Fanless-Target .Applications_list li .list_hover ul{
    display: inline-block;
    padding: 20px 20px 20px 30px;
    width: 100%;
}
#Fanless-width-full #Fanless-Target .Applications_list li .list_hover ul li{
    width: 100%;
    background: none;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.8em;
    list-style: disc;
}
#Fanless-width-full #Fanless-Target .Applications_list li h3{
        font-size: 1em;
    color: #ffffff !important;
    padding: 15px 18px 10px;
    margin-bottom: 8px !important;
    position: absolute;
    left: 0;
    bottom: 5%;
    font-weight: 600 !important;
    width: 100%;
    text-align: center;
}
#Fanless-width-full #Fanless-Target .Applications_list li img{
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    #Fanless-width-full #Fanless-Target .maintitle {
        padding-bottom: 50px;
    }
    #Fanless-width-full #Fanless-Target .systems_list li {
        width: calc(50% - 12px);
    }
    #Fanless-width-full #Fanless-Target .Applications_list li{
        width: calc(50% - 2px);
        margin-bottom: 2px;
    }
}
@media only screen and (max-width: 768px) {

    #Fanless-width-full #Fanless-Target .Applications_list li{
        width: calc(50% - 2px);
    }
}
@media only screen and (max-width: 480px) {
    #Fanless-width-full #Fanless-Target .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
    #Fanless-width-full #Fanless-Target .Applications_list li{
        width: calc(100% - 2px);
    }
}

/*#Fanless-width-full #Fanless-Features*/
#Fanless-width-full #Fanless-Features{
    position: relative;
    overflow: hidden;
    background: #fff;
    background-size: contain;
    /* min-height: 626px; */
}
#Fanless-width-full #Fanless-Features .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#Fanless-width-full #Fanless-Features a{
    color: #13547a;
}
#Fanless-width-full #Fanless-Features .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);

}
#Fanless-width-full #Fanless-Features .maintitle h2{
        margin-bottom: 1em !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;
}

#Fanless-width-full #Fanless-Features .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#Fanless-width-full #Fanless-Features .list_box{
    display: inline-block;
    width: 100%;
    padding: 0%;
}
#Fanless-width-full #Fanless-Features .text_icon_list {
    width: calc(100% - 36px);
    max-width: 10240px;
    list-style: none;
    padding: 0 18px;
    margin: 20px auto 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch; /* 將子元素的高度調整為最大高度 */
    flex-wrap: wrap;
    flex-direction: row;
}

#Fanless-width-full #Fanless-Features .text_icon_list li {
    width: 33.3333%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* 在垂直方向上平均分配空間 */
    margin: 0 0 20px;
}

#Fanless-width-full #Fanless-Features .text_icon_list li .text_box {
    background: #eceef1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    height: 100%;
    padding-bottom: 20px;
}

/* 為了使文本垂直居中，可以將 .desc 和 .text_box_list 的屬性調整如下 */
#Fanless-width-full #Fanless-Features .text_icon_list li .desc {
    font-size: 1.4em;
    font-weight: 600;
    margin: auto 0;
    color: #3f596e;
    width: 100%;
    position: relative;
    margin: 0 auto 0.8em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#Fanless-width-full #Fanless-Features .text_icon_list li .desc:after{
        content: "";
    position: absolute;
    bottom: -0.3em;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50%;
    height: 2px;
    background: #fff;
}
#Fanless-width-full #Fanless-Features .text_icon_list li .text_box_list {
    list-style: disc;
    display: list-item;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #3f596e !important;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: left;
    width: 80%;
    margin: 0 0 0 40px;
    letter-spacing: 0.03em;
    padding: 0 0 10px 0px;
}
#Fanless-width-full #Fanless-Features .text_icon_list li .text_box_list.list_none{
        list-style: none;
        margin: 0;
}
#Fanless-width-full #Fanless-Features .text_icon_list li img {
    width: 80%;
    height: auto;
    max-width: 120px !important;
    padding: 20px 0;
}
@media only screen and (max-width: 1780px) {
    
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 768px){
    #Fanless-width-full #Fanless-Features .bg{
        position: relative;
        left: 0;
        width: 100%;
        max-width: inherit;
        transform: translate(0%, 0%);
    }
    #Fanless-width-full #Fanless-Features .bg img {
            width: 155% !important;
    max-width: inherit !important;
    margin: -40% auto 0% !important;
    margin-left: -25% !important;
    }
    #Fanless-width-full #Fanless-Features .text_icon_list{
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #Fanless-width-full #Fanless-Features .text_icon_list li{
        width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 560px){
    #Fanless-width-full #Fanless-Features .maintitle h2{
        margin-bottom: 0 !important;
    }
    #Fanless-width-full #Fanless-Features .text_icon_list{
        margin-bottom: 0 !important;
    }
    #Fanless-width-full #Fanless-Features .text_icon_list li{
        width: 100%;
    }
    #Fanless-width-full #Fanless-Features .maintitle{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/*#Fanless-width-full #Fanless-Feature*/
#Fanless-width-full #Fanless-Feature{
    position: relative;
    overflow: hidden;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-Feature .maintitle h2{
    margin-bottom: 1.2em !important;
    position: relative;
    color: #1e262d !important;
    font-size: 2.5em;
    font-weight: 600;
}
#Fanless-width-full #Fanless-Feature .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
}
#Fanless-width-full #Fanless-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: #323232 !important;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
}
#Fanless-width-full #Fanless-Feature .maintitle .flexCon{
    margin: 30px 0 10px;
}
#Fanless-width-full #Fanless-Feature .maintitle .flex-item img{
    max-width: 500px !important;
}
#Fanless-width-full #Fanless-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;
}

#Fanless-width-full #Fanless-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 */
}

#Fanless-width-full #Fanless-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 */
}

#Fanless-width-full #Fanless-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 */
}

#Fanless-width-full #Fanless-Feature .systems_list li img {
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    #Fanless-width-full #Fanless-Feature .maintitle {
        padding-bottom: 50px;
    }
    #Fanless-width-full #Fanless-Feature .systems_list li {
        width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 480px) {
    #Fanless-width-full #Fanless-Feature .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
    #Fanless-width-full #Fanless-Feature .systems_list li {
        width: calc(100% - 12px);
    }
}
/*#Fanless-width-full #Fanless-Applications*/
#Fanless-width-full #Fanless-Applications{
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 0px 0 100px;
}
#Fanless-width-full #Fanless-Applications .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto 0px;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
#Fanless-width-full #Fanless-Applications .maintitle h2 {
    margin-bottom: 1em !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;
}
/*#Fanless-width-full #Fanless-High*/
#Fanless-width-full #Fanless-High{
    position: relative;
    overflow: hidden;
    background: #000204 url(../img/bg_accelerated.jpg) no-repeat ;
    padding: 0px 0 100px;
        background-size: 100% 100%;
}
#Fanless-width-full #Fanless-High .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1356px;
    margin: 0 auto 0px;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
#Fanless-width-full #Fanless-High .maintitle img{
    width: 100%;
}
#Fanless-width-full #Fanless-High .maintitle h2{
    position: relative;
    font-size: clamp(2.5em, 50px, 2.6vw);
margin-bottom: 0.5em !important;
line-height: 1.3 !important;
font-weight: 600;
}
/* #Fanless-width-full #Fanless-High .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
} */
#Fanless-width-full #Fanless-High .maintitle .info{
    margin-bottom: 30px !important;
}
#Fanless-width-full #Fanless-High h3{
    color: #fff !important;
    margin-top: 20px;
}
#Fanless-width-full #Fanless-High .Applications_list{
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap; 
}
#Fanless-width-full #Fanless-High .Applications_list li{
    width: calc(16.6666% - 12px);
    margin: 0 6px;
}

#Fanless-width-full #Fanless-High .Applications_list li h4{
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    padding: 15px 18px 10px;
    margin-bottom: 8px;
}
#Fanless-width-full #Fanless-High .Applications_list li img{
    width: 100%;
}
#Fanless-width-full #Fanless-High .bg{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#Fanless-width-full #Fanless-High .bg img{
    width: 100%;
}

#Fanless-width-full #Fanless-High .info_box{
    display: flex;
        align-items: flex-end;
}
#Fanless-width-full #Fanless-High .info_box img{
        width: 50%;
    max-width: 667px !important;
    padding-left: 3vw !important;
}
#Fanless-width-full #Fanless-High .info_box .bar_area{
    width: 50%;
        margin-left: 2vw;
}
@media only screen and (max-width: 1920px) {
    #Fanless-width-full #Fanless-High .bg{
        /*display: flex;
        justify-content: center;*/
    }
    #Fanless-width-full #Fanless-High .bg img{
/*       width: auto;*/
    }
}
@media only screen and (max-width: 1024px) {
    #Fanless-width-full #Fanless-High .bg{
        width: 180%;
        top: 57%;
    }
    #Fanless-width-full #Fanless-High .bg img{
        /*    max-width: inherit !important;
        margin-left: 0;
        width: 200%;*/
    }
}
@media only screen and (max-width: 768px) {
    #Fanless-width-full #Fanless-High .bg{
/*        margin: 20px 0 50px;*/
    }
    #Fanless-width-full #Fanless-High .Applications_list li{
        width: calc(33.3333% - 12px);
    }
    #Fanless-width-full #Fanless-High .bg img{
       
    }
}
@media only screen and (max-width: 620px) {
    #Fanless-width-full #Fanless-High .info_box img{
        width: 100%;
    }
    #Fanless-width-full #Fanless-High .info_box .bar_area{
        width: 100%;
    }
    #Fanless-width-full #Fanless-High .info_box{
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px) {
    #Fanless-width-full #Fanless-High{
        padding: 0;
    }
    #Fanless-width-full #Fanless-High .maintitle{
        padding-top: 50px;
         padding-bottom: 50px;
    }
    #Fanless-width-full #Fanless-High .Applications_list li{
        width: calc(50% - 12px);
    }
    #Fanless-width-full #Fanless-High .maintitle h2{
        margin-bottom: 0.5em !important;
    }
}


/*#Fanless-width-full #Fanless-Integration*/
#Fanless-width-full #Fanless-Integration{
    position: relative;
    overflow: hidden;
    background: #1a2e63 ;
    padding: 0px 0 50px;
        background-size: 100% 100%;
}
#Fanless-width-full #Fanless-Integration .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto 0px;
    padding-top: 3vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
#Fanless-width-full #Fanless-Integration .maintitle img{
    width: 100%;
}
#Fanless-width-full #Fanless-Integration .maintitle h2{
    position: relative;
    font-size: clamp(2.5em, 50px, 2.6vw);
margin-bottom: 0.5em !important;
line-height: 1.3 !important;
font-weight: 600;
}
/* #Fanless-width-full #Fanless-Integration .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
} */
#Fanless-width-full #Fanless-Integration .maintitle .info{
    margin-bottom: 30px !important;
}
#Fanless-width-full #Fanless-Integration h3{
    color: #fff !important;
    margin-top: 20px;
}
#Fanless-width-full #Fanless-Integration .Applications_list{
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap; 
}
#Fanless-width-full #Fanless-Integration .Applications_list li{
    width: calc(16.6666% - 12px);
    margin: 0 6px;
}

#Fanless-width-full #Fanless-Integration .Applications_list li h4{
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    padding: 15px 18px 10px;
    margin-bottom: 8px;
}
#Fanless-width-full #Fanless-Integration .Applications_list li img{
    width: 100%;
}
#Fanless-width-full #Fanless-Integration .bg{
        width: 100%;
    margin: -8% 0 -15%;
    position: relative;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}
#Fanless-width-full #Fanless-Integration .bg .box_integration{
        position: absolute;
    width: 24%;
    max-width: 450px !important;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    top: 45%;
    left: 66%;
    transform: translate(-50%, -50%);
    padding: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Fanless-width-full #Fanless-Integration .bg .box_integration hr{
        width: 90%;
    height: 1px;
    border: none;
    border-top: 1px #fff solid;
}
#Fanless-width-full #Fanless-Integration .bg .box_integration .pic_integration_01{
    width: 10vw;
    margin: 0 0 1vw !important;
}
#Fanless-width-full #Fanless-Integration .bg .box_integration .pic_integration_02{
    width: 20vw;
    max-width: 90%;
    margin: 1vw 0 !important;
}
#Fanless-width-full #Fanless-Integration .bg .box_integration .pic_integration_03{
    width: 10vw;
    margin: 1vw 0 0 !important;
}
#Fanless-width-full #Fanless-Integration .bg img{
    width: 100%;
}
#Fanless-width-full #Fanless-Integration .bg img.bg_integration{
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#Fanless-width-full #Fanless-Integration .bg img.bg_integration.on{
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#Fanless-width-full #Fanless-Integration .info_box{
    display: flex;
        align-items: flex-end;
}
#Fanless-width-full #Fanless-Integration .info_box img{
        width: 50%;
    max-width: 667px !important;
    padding-left: 3vw !important;
}
#Fanless-width-full #Fanless-Integration .info_box .bar_area{
    width: 50%;
        margin-left: 2vw;
}
@media only screen and (max-width: 1920px) {
    #Fanless-width-full #Fanless-Integration .bg{
        /*display: flex;
        justify-content: center;*/
    }
    #Fanless-width-full #Fanless-Integration .bg img{
/*       width: auto;*/
    }
}
@media only screen and (max-width: 1024px) {
    #Fanless-width-full #Fanless-Integration .bg{
                width: 140%;
        margin-left: -30%;
    }
    #Fanless-width-full #Fanless-Integration .bg .box_integration{
        width: 28%;
        left: 70%;
    }
    #Fanless-width-full #Fanless-Integration .bg img{
        /*    max-width: inherit !important;
        margin-left: 0;
        width: 200%;*/
    }
    #Fanless-width-full #Fanless-Integration .bg .box_integration .pic_integration_01{
        min-width: 60%;
    }
    #Fanless-width-full #Fanless-Integration .bg .box_integration .pic_integration_02{
        min-width: 80%;
    }
    #Fanless-width-full #Fanless-Integration .bg .box_integration .pic_integration_03{
        min-width: 60%;
    }
}
@media only screen and (max-width: 768px) {
    #Fanless-width-full #Fanless-Integration .bg .box_integration{
        width: 34%;
        left: 72%;
    }
    #Fanless-width-full #Fanless-Integration .bg{
                width: 140%;
        
            margin: -5% 0 -5% -30%;
    }
    #Fanless-width-full #Fanless-Integration .Applications_list li{
        width: calc(33.3333% - 12px);
    }
    #Fanless-width-full #Fanless-Integration .bg img{
       
    }
}
@media only screen and (max-width: 620px) {
    #Fanless-width-full #Fanless-Integration .info_box img{
        width: 100%;
    }
    #Fanless-width-full #Fanless-Integration .info_box .bar_area{
        width: 100%;
    }
    #Fanless-width-full #Fanless-Integration .info_box{
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px) {
    #Fanless-width-full #Fanless-Integration{
        padding: 0;
    }
    #Fanless-width-full #Fanless-Integration .maintitle{
        padding-top: 50px;
         padding-bottom: 50px;
    }
    #Fanless-width-full #Fanless-Integration .Applications_list li{
        width: calc(50% - 12px);
    }
    #Fanless-width-full #Fanless-Integration .maintitle h2{
        margin-bottom: 0.5em !important;
    }
}
/*#Fanless-width-full #pageContent-sec-port*/
#Fanless-width-full #pageContent-sec-port{
    position: relative;
    overflow: hidden;
    padding: 0px 0 100px;
        background-size: 100% 100%;
}
#Fanless-width-full #pageContent-sec-port .maintitle {
        text-align: center;
    width: 100%;
    max-width: 1386px;
    margin: 0 auto 0px;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
#Fanless-width-full #pageContent-sec-port .maintitle h2{
        font-size: clamp(2.5em, 50px, 2.6vw);
margin-bottom: 0.5em !important;
line-height: 1.3 !important;
font-weight: 600;
}
/*#Fanless-width-full #Fanless-FAQ*/
#Fanless-width-full #Fanless-FAQ{
    position: relative;
    overflow: hidden;
    /* min-height: 626px; */
}
#Fanless-width-full #Fanless-FAQ .maintitle h2 {
    color: #13547a !important;
    font-size: 2.6em;
    font-weight: 600;
    margin-bottom: 20px !important;
}
#Fanless-width-full #Fanless-FAQ .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#Fanless-width-full #Fanless-FAQ .maintitle ul li{
    text-align: left;
    padding: 0px;
}
 #Fanless-width-full #Fanless-FAQ .maintitle ul li h3{
    width: 100%;
    border-top: 1px solid #ababab;
    padding: 25px 25px;
    margin-bottom: 0px;
    font-size: 1.25em;
    font-family: 'TT Norms Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
 }
 #Fanless-width-full #Fanless-FAQ .maintitle ul li h3:hover,
 #Fanless-width-full #Fanless-FAQ .maintitle ul li h3.active{
    cursor: pointer;
    background: #7cc5bf;
    color: #fff;
 }
 #Fanless-width-full #Fanless-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;
 }
 #Fanless-width-full #Fanless-FAQ .maintitle ul li .info.active {
    max-height: 1000px; /* 设置展开时的最大高度 */
    padding: 10px; /* 添加一些内边距，使内容不会紧贴边界 */
  }
  #Fanless-width-full #Fanless-FAQ .maintitle ul li .faq_img{
    text-align: center;
    margin-top: 20px;
  }
#Fanless-width-full #Fanless-FAQ a{
    color: #1e262d;
}
#Fanless-width-full #Fanless-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; */
}
/*#Fanless-width-full #Fanless-FAQ .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #1e262d;
    transform: translate(-50%, 0%);
}*/
#Fanless-width-full #Fanless-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){
    #Fanless-width-full #Fanless-FAQ .bg{
        position: relative;
        left: 0;
        width: 100%;
        max-width: inherit;
        transform: translate(0%, 0%);
    }
    #Fanless-width-full #Fanless-FAQ .bg img {
            width: 155% !important;
    max-width: inherit !important;
    margin: -40% auto 0% !important;
    margin-left: -25% !important;
    }

    #Fanless-width-full #Fanless-FAQ .maintitle h2 b{
        border: none;
    }
    #Fanless-width-full #pageContent-sec-port{
        padding: 0;
    }
}
/*#Fanless-width-full #Fanless-Solutions*/
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-Solutions .maintitle h2{
    color: #1e262d !important;
    font-size: 2.6em;
    font-weight: 600;
}
#Fanless-width-full #Fanless-Solutions .design_tab_area{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
    /* border-bottom: #6f6f6f 1px solid; */
}
#Fanless-width-full #Fanless-Solutions .design_tab_area li{
    display: inline-block;
    width: auto;
    /* float: left; */
    margin: 0;
    padding: 0
}
#Fanless-width-full #Fanless-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%); */
}
#Fanless-width-full #Fanless-Solutions .design_tab_area li a h3{
    color: #8c8c8c;
    font-size: 1.845em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#Fanless-width-full #Fanless-Solutions .design_tab_area li a.active h3{
    color: #000
}
#Fanless-width-full #Fanless-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
}
#Fanless-width-full #Fanless-Solutions .design_tab_area li a p{
    font-size: 22px;
}
#Fanless-width-full #Fanless-Solutions .tab_info{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
#Fanless-width-full #Fanless-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; 
}

#Fanless-width-full #Fanless-Solutions .tab_info .flex-item img{
    width: 100%;
    max-width: 835px;
}
#Fanless-width-full #Fanless-Solutions .tab_info img.logo_zoom{
    width: 50%;
    max-width: 75px !important;
    position: absolute;
    right: 0;
    top: -75px;
}
#Fanless-width-full #Fanless-Solutions .tab_info .flex-item .translate_box{
    padding: 0 5%;
}
@media only screen and (max-width: 1024px) {
    #Fanless-width-full #Fanless-Solutions .design_tab_area li a p{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 759px) {
    #Fanless-width-full #Fanless-Solutions .design_tab_area{
        padding-top: 20px;
    }
    #Fanless-width-full #Fanless-Solutions .design_tab_area li{
        width: 33.33%;
        float: left;
    }
    #Fanless-width-full #Fanless-Solutions .design_tab_area li a h3{
        font-size: 1.2em;
    }
    #Fanless-width-full #Fanless-Solutions .tab_info img.logo_zoom{
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 10px;
    }
    #Fanless-width-full #Fanless-Solutions .tab_info .flex-item .translate_box{
        padding: 20px 0;
    }
    #Fanless-width-full #Fanless-Solutions .tab_info .maintitle{
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}


#Fanless-width-full #Fanless-Solutions .productGridTable {
    position: relative;
}
#Fanless-width-full #Fanless-Solutions .productGridTable-item {
    display: inline-block;
    position: relative;
    padding: 65px 18px 91px;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
}
#Fanless-width-full #Fanless-Solutions .productGridTable-item.tag_ARM:after{
    content: "ARM";
    color: #0063af;
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 1.3em;
    font-weight: 600;
    left: 0;
}
#Fanless-width-full #Fanless-Solutions .productGridTable-item.tag_X86:after{
    content: "X86";
    color: #0c5d6f;
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 1.3em;
    font-weight: 600;
    left: 0;
}
#Fanless-width-full #Fanless-Solutions .productGridTable-item {
    padding: 25px 18px 92px;
    border: 1px solid #e6e6e6;
    min-height: auto;
}
#Fanless-width-full #Fanless-Solutions .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#Fanless-width-full #Fanless-Solutions .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    max-width: 200px !important;
    background-size: contain;
}
#Fanless-width-full #Fanless-Solutions .productGridTable-item .itemInfoContainer {
    margin-top: 20px;
    min-height: auto;
}
#Fanless-width-full #Fanless-Solutions .productGridTable-item .itemInfoContainer .info{
    line-height: 1.5em;
}
#Fanless-width-full #Fanless-Solutions .itemAction {
    position: absolute;
    bottom: 45px;
    left: 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#Fanless-width-full #Fanless-Solutions a.link_style.link_style_c{
    min-width: 125px;
}
#Fanless-width-full #Fanless-Solutions a.link_style.Coming_soon{
    cursor: default;
}
#Fanless-width-full #Fanless-Solutions a.link_style.Coming_soon:hover{
    color: #fff !important;
    border: 2px solid #0c5d6f;
    background: #0c5d6f;
}
#Fanless-width-full #Fanless-Solutions a.link_style.Coming_soon:hover span{
    color: #fff !important;
}
#Fanless-width-full #Fanless-Solutions .itemInfoContent .itemInfo-title{
    font-size: 1.3em;
    font-weight: 600;
    color: #1e262d;
    margin-bottom: 10px;
    text-align: center;
}
#Fanless-width-full #Fanless-Solutions .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#Fanless-width-full #Fanless-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;
}
#Fanless-width-full #Fanless-Solutions .regular .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #Fanless-width-full #Fanless-Solutions .productGridTable {
        justify-content: flex-start;
    }
    #Fanless-width-full #Fanless-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 10px;
        max-width: 1236px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #Fanless-width-full #Fanless-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;
    }
    
    #Fanless-width-full #Fanless-Solutions .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #Fanless-width-full #Fanless-Solutions .itemAction {
        display: flex;
        justify-content: space-around;
        padding-right: 50px;
        padding-left: 50px;
    }
    #Fanless-width-full #Fanless-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #Fanless-width-full #Fanless-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        margin-top: 20px;
        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;
    }
    #Fanless-width-full #Fanless-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 50px 33px 46px;
        width:calc(33.33% - 10px);
        max-width: 430px;
        min-height: auto;
    }
    #Fanless-width-full #Fanless-Solutions .productGridTable .productGridTable-item {
        padding: 28px 30px 50px;
        margin: 50px 5px 0;
    }
    #Fanless-width-full #Fanless-Solutions .itemInfoContainer {
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%;
    }
    #Fanless-width-full #Fanless-Solutions .itemAction{
        display: flex;
        bottom: 46px;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        margin: 0 5px;
        box-sizing: border-box;
    }
    #Fanless-width-full #Fanless-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }

}
@media (max-width: 730.5px){
    #Fanless-width-full #Fanless-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;
    }
    #Fanless-width-full #Fanless-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: 100%;
        padding: 31px 15px 92px;
        max-width: 430px;
        min-height: auto;
    }
    #Fanless-width-full #Fanless-Solutions .productGridTable-item.tag_ARM{
        margin-top: 40px;
    }
    #Fanless-width-full #Fanless-Solutions .productGridTable .productGridTable-item  {
        
    }
    #Fanless-width-full #Fanless-Solutions .regular .productGridTable-item{
        padding-bottom: 0px;
    }
    #Fanless-width-full #Fanless-Solutions .itemInfoContainer {
        margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;
        width: 100%;
    }
    #Fanless-width-full #Fanless-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;
    }
    #Fanless-width-full #Fanless-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;
    }
    #Fanless-width-full #Fanless-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #Fanless-width-full #Fanless-Solutions a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #Fanless-width-full #Fanless-Solutions .regular .productGridTable-item a.link_style{
        margin-top: 40px;
    }
}
@media (max-width: 480px){
    #Fanless-width-full #Fanless-Solutions .maintitle{
        padding: 50px 0;
    }
    #Fanless-width-full #Fanless-Solutions .maintitle h2{
        text-align: center !important;
    }
    #Fanless-width-full #Fanless-Solutions .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #Fanless-width-full #Fanless-Solutions .productGridTable .productGridTable-item  {
        width: 90%;
        padding: 31px 18px 92px;
        max-width: inherit;
    }
}

/*Anorak-Jacket-05*/
#Fanless-width-full #Fanless-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#Fanless-width-full #Fanless-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#Fanless-width-full #Fanless-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#Fanless-width-full #Fanless-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) {
    #Fanless-width-full #Fanless-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #Fanless-width-full #Fanless-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #Fanless-width-full #Fanless-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #Fanless-width-full #Fanless-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #Fanless-width-full #Fanless-05 .stitle p {
        font-size: 1.5em;
    }

    #Fanless-width-full #Fanless-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #Fanless-width-full #Fanless-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #Fanless-width-full #Fanless-05 img.mobile {
        display: block !important;
    }

    #Fanless-width-full #Fanless-05 .control_io_mobile {
        display: block !important;
    }

    #Fanless-width-full #Fanless-05 .control_io {
        display: none !important;
    }

    #Fanless-width-full #Fanless-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #Fanless-width-full #Fanless-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #Fanless-width-full #Fanless-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #Fanless-width-full #Fanless-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #Fanless-width-full #Fanless-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #Fanless-width-full #Fanless-05 .stitle p {
        margin-top: 20px
    }

    #Fanless-width-full #Fanless-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 759px) {
    #Fanless-width-full #Fanless-05 .mtitle p {
        font-size: 2.5em;
    }

    #Fanless-width-full #Fanless-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #Fanless-width-full #Fanless-05 .maintitle {
        padding-top: .5em;
    }

    #Fanless-width-full #Fanless-05 .mtitle p {
        font-size: 2.5em;
    }

    #Fanless-width-full #Fanless-05 .stitle p {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1880px) {
    #Fanless-width-full .mtitle p,
    #Fanless-width-full h2 {
        font-size: 1.625em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1780px) {
    #Fanless-width-full .mtitle p,
    #Fanless-width-full h2 {
        font-size: 1.625em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1440px) {
    #Fanless-width-full .mtitle p,
    #Fanless-width-full h2 {
        font-size: 1.6em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #Fanless-width-full .mtitle p,
    #Fanless-width-full h2 {
        font-size: 1.5em;
        line-height: 1.2em;
    }

   /*  #Fanless-width-full .flex-item .info,
    #Fanless-width-full .mainfull .maintitle .info,
    #Fanless-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.3em;
        width: 100%
    } */

    #Fanless-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #Fanless-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #Fanless-width-full img.webstyle,
    #Fanless-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #Fanless-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #Fanless-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #Fanless-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #Fanless-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #Fanless-width-full img.mobile,
    #Fanless-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #Fanless-width-full .maintitle .info,
    #Fanless-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    #Fanless-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #Fanless-width-full .flex-item .info,
    #Fanless-width-full .mainfull .maintitle .info,
    #Fanless-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;
    }

    #Fanless-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#Fanless-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #Fanless-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #Fanless-width-full .mtitle p,
    #Fanless-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;
    }

    #Fanless-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #Fanless-width-full .full-section {
        padding: 0 0;
    }
}

/* nav bar */
#Fanless-width-full #Fanless-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;
        mix-blend-mode: difference;
}

#Fanless-width-full #Fanless-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#Fanless-width-full #Fanless-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
}

#Fanless-width-full #Fanless-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;
}

#Fanless-width-full #Fanless-nav ul li div {
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-left: auto;
    background: #fff;
    -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;
}

#Fanless-width-full #Fanless-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -10px;
    right: 30px;
    white-space: nowrap;
    font-size: 14px;
    color: #ffaf64;
    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;
}

#Fanless-width-full #Fanless-nav ul li.on.active b,
#Fanless-width-full #Fanless-nav ul li.active b {
    top: 55%;
}

#Fanless-width-full #Fanless-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;
    color: #fff;
}

#Fanless-width-full #Fanless-nav ul li:hover div {
    background: #fff;
    height: 30px !important;
    top: 5px;
}

#Fanless-width-full #Fanless-nav ul li.active {
    height: 40px !important;
}
#Fanless-width-full #Fanless-nav ul li.active a {
    height: 40px;
}
#Fanless-width-full #Fanless-nav ul li.active div {
    background: #ffaf64;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #Fanless-width-full #Fanless-nav {
        display: none;
    }
}

/*動態CSS*/
#Fanless-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
    }
}

#Fanless-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
    }
}

#Fanless-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
    }
}

#Fanless-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,
#Fanless-width-full .mainfull .maintitle .product-text,
#Fanless-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#Fanless-width-full .txt_move{
animation: inherit !important;
}
#Fanless-width-full .txt_move_b{
animation: inherit !important;
}
} */

#Fanless-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#Fanless-width-full .slick-prev:before, #Fanless-width-full .slick-next:before {
  color: #0072ce !important;
}
#Fanless-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%);
}
#Fanless-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%);
}
#Fanless-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%);
}
#Fanless-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) {
    #Fanless-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;
    }
    #Fanless-width-full .slick-prev:before,
    #Fanless-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}


/**/
#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000,
#hd .hd-w1200,
#hd .hd-w1400 {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1400 {
    max-width: 1400px
}

#hd .hd-mw1200 {
    max-width: 1200px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}
#hd .hd-col30 {
    width: 30%
}
#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col40 {
    width: 40%
}

#hd .hd-col45 {
    width: 45%
}

#hd .hd-col50 {
    width: 50%
}

#hd .hd-col55 {
    width: 55%
}

#hd .hd-col60 {
    width: 60%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col66 {
    width: 66.6666%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col100 {
    width: 100%
}

#hd .ib-top {
    display: inline-block;
    vertical-align: top
}

#hd .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}

#hd .flex-wrap {
    display: flex;
    flex-wrap: wrap
}

#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#hd .align-items-center {
    align-items: center
}

#hd .align-items-start {
    align-items: flex-start
}

#hd .align-items-end {
    align-items: flex-end
}

#hd .justify-content-center {
    justify-content: center
}

#hd .justify-content-start {
    justify-content: flex-start
}

#hd .justify-content-end {
    justify-content: flex-end
}

#hd .justify-content-between {
    justify-content: space-between
}

#hd .justify-content-around {
    justify-content: space-around
}

#hd .flex-row-reverse {
    flex-direction: row-reverse
}

#hd .hd-d-none {
    display: none
}

#hd .hd-d-ib {
    display: inline-block
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}
#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-italic {
    font-style: italic
}
@media screen and (min-width: 2560px) {
    #hd .hd-w1000 {
        max-width: 1200px
    }

    #hd .hd-w1200 {
        max-width: 1400px
    }

    #hd .hd-w1400 {
        max-width: 2000px
    }

    #hd .hd-mw1200 {
        max-width: 1400px
    }
}

@media screen and (min-width: 3000px) {
    #hd .hd-w1000 {
        max-width: 1600px
    }

    #hd .hd-w1200 {
        max-width: 2200px
    }

    #hd .hd-w1400 {
        max-width: 2800px
    }

    #hd .hd-mw1200 {
        max-width: 1800px
    }
}

@media screen and (max-width: 1024px) {

    #hd .hd-w1000,
    #hd .hd-w1200,
    #hd .hd-w1400 {
        width: 90%
    }
}

@media screen and (max-width: 1023px) {
    #hd .hd-d-1023-none {
        display: none
    }

    #hd .hd-d-1023-block {
        display: block
    }

    #hd .hd-d-1023-inline-block {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none
    }

    #hd .hd-d-768-block {
        display: block
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-d-620-none {
        display: none
    }

    #hd .hd-d-620-block {
        display: block
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-d-480-none {
        display: none
    }

    #hd .hd-d-480-block {
        display: block
    }
}
@media only screen and (max-width: 768px) {
    #hd .hd-col40,
    #hd .hd-col30,
    #hd .hd-col50,
    #hd .hd-col60,
    #hd .hd-col70{
        width: 100% !important;
    }
    #hd .hd-col50.hd-content{
        padding: 2em 0;
    }
    #hd .maintitle .hd-container figure{
        padding: 18px 0;
    }
    #hd .maintitle .hd-container .hd-content{
        padding: 18px 0;
    }
    #hd .maintitle .hd-container.flex-row-reverse figure{

    }
    #hd .maintitle .hd-container.flex-row-reverse .hd-content{
        
    }
}
#hd #pageContent-Technology{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    padding-top: 50px;
}
#hd #pageContent-Technology h2{
    position: relative;
    font-size: clamp(2.5em, 50px, 2.6vw);
margin-bottom: 0.5em !important;
line-height: 1.3 !important;
font-weight: 600;
    color: #0c1e6e !important;
    background-color: #0c1e6e 0%;
    background: -webkit-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: -moz-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: -o-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
#hd #pageContent-Technology .tab-content h2{
    margin: 0 !important;
    font-size: 1.4em;
    color: #0c1e6e !important;
    padding: 0em 0 0.6em;
    -webkit-text-fill-color: #0c1e6e !important
}
#hd #pageContent-Technology .tab-content h3{
    margin: 0 !important;
    font-size: 1.4em;
    line-height: 1.25;
    color: #0c1e6e !important;
    padding: 0em 0 0.6em;
    -webkit-text-fill-color: #0c1e6e !important;
    font-weight: 600;
}
#hd #pageContent-Technology .tab-content .info{
    margin-bottom: 1em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #000 !important;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 300;
}
/* #hd #pageContent-Technology .tab-content h2:after{
        content: "";
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translate(0%, -50%);
    width: 200%;
    height: 1px;
    background: #0c1e6e;
    z-index: 0;
} */
/* #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: #0c1e6e;
    z-index: 0;
} */
#hd #pageContent-Technology .tab-content .text_box_list {
    list-style: disc;
    display: list-item;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #000 !important;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: left;
    width: 90%;
    margin: 0 0 0 20px;
    letter-spacing: 0.03em;
    padding: 0 0px 0.5em;
}
#hd #pageContent-Technology .hd-container{
    margin-bottom: 30px;
}
#hd #pageContent-Technology .hd-container .hd-content{
        overflow: hidden;
        padding-left: 5%;
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style{
    border-radius: 50px;
    width: auto;
    border: none;
    padding: 12px 30px;
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style{
    background-image: linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style: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;
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style:hover span{
    color: #fff !important;
}
#hd #pageContent-Technology .hd-container.flex-row-reverse .hd-content {
    padding-left: 0;
    padding-right: 0.5em;
}
#hd #pageContent-Technology .hd-container img{
    width: 100%;
}
#hd #pageContent-Technology .title-tab{
    padding-left: 18px;
    padding-right: 18px;
}
#hd .main-title {
    padding-top: 50px;
    position: relative;
    overflow: hidden
}
#hd .main-title h2{
    margin-bottom: 20px;
}
#hd .main-title {
    padding-top: 50px;
    position: relative;
    overflow: hidden
}
#hd .main-title h2{
    margin-bottom: 20px;
}
/* #hd .main-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 600px;
    position: absolute;
    top: -400px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: radial-gradient(ellipse at center, #ffffff 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
    pointer-events: none;
} */

#hd .tab-content {
    /* padding-right: 5em; */
    width: 90%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 18px;
}
#hd .tab-content h3{
    line-height: 1;
    margin-bottom: 0.3em;
}
#hd .tab-content>div {
    display: none;
    padding: 4.75em 0 5em
}

#hd .tab-content>div.hd-active {
    display: block
}

#hd .tab-content>div.hd-active .reveal-fromBottom {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .8s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#hd .tab-content>div.hd-active .reveal-fromLeft {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .8s;
    -o-animation-name: fadeInLeft;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#hd .title-tab {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    z-index: 3
}

/* #hd .title-tab:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #000000 5%, #c81f54 15%, #ab066d 30%, #890b95 38%, #5e2edc 52%, #3e5eff 75%, #4e95ff 100%);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000000, #5e2edc, ), to(#4e95ff));
    background-image: -webkit-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -moz-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -o-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background: #767676;
} */

#hd .title-tab ul {
    margin-top: 20px;
    width: 100%;
    max-width: 1340px;
    display: inline-flex;
    align-items: stretch;
    text-align: center;
    position: relative;
    /* overflow-x: auto; */
    overflow-y: visible;
    -ms-overflow-style: none;
        justify-content: center;
}
#hd .title-tab ul:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(to right, #000000 5%, #c81f54 15%, #ab066d 30%, #890b95 38%, #5e2edc 52%, #3e5eff 75%, #4e95ff 100%);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000000, #5e2edc, ), to(#4e95ff));
    background-image: -webkit-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -moz-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -o-linear-gradient(to left, #000000, #5e2edc, #4e95ff); */
    background: #767676;
}
#hd .title-tab ul::-webkit-scrollbar {
    height: 0
}

#hd .title-tab ul::-webkit-scrollbar-track {
    background: transparent
}

#hd .title-tab ul::-webkit-scrollbar-thumb {
    background: transparent
}

#hd .title-tab ul::-webkit-scrollbar-thumb:hover {
    background: transparent
}

#hd .title-tab li {
    width: 33.33%;
    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;
    color: #555;
    padding: 1.2em 1.125em 1.2em 1.225em;
    position: relative;
    cursor: pointer;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

#hd .title-tab li:after {
    content: '';
    display: block;
    width: calc(100% - 0);
    height: 3px;
    background: black;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform-origin: left bottom;
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    background: #0c1e6e;
    /* background: transparent;
    background: -webkit-linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
    background: -moz-linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
    background: -o-linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
    background: linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%); */
        /* background: #000000; */
}
/* #hd .title-tab li:nth-child(2):after{
    background: #741bb7;
}
#hd .title-tab li:nth-child(3):after{
    background: #523fe8;
}
#hd .title-tab li:nth-child(4):after{
    background: #4357fa;
} */
#hd .title-tab li sup{
    font-family: "Roboto", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
    position: relative;
    top: -20%;
}
#hd .title-tab li:hover {
    color: #0c1e6e
}
#hd .title-tab li.hd-active{
    background: #0c1e6e;
    color: #ffffff !important;
    border-radius: 20px 20px 0 0;
    z-index: 1;
}
#hd .title-tab li.hd-active h3 {
    
    pointer-events: none
}

#hd .title-tab li.hd-active:after {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

@media screen and (max-width: 1280px) {
    #hd .tab-content {
        padding-right: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .main-title {
        padding-top: 6em
    }

    #hd .tab-content {
        padding: 0
    }

    #hd .tab-content>div {
        padding: 4em 0 4em
    }
    #hd .title-tab li{
        white-space: normal;
    }
}
@media screen and (max-width: 759px) {
    #hd #pageContent-Technology .tab-content h3{
                font-size: 1.8em !important;
        text-align: center !important;
                width: 100% !important;
                font-weight: 600;
                margin-top: 1em !important;
    }
}
@media screen and (max-width: 540px) {
    #hd .tab-content {
        width: 100%;
    }
    #hd .title-tab ul{
            display: flex;
    flex-wrap: wrap;
    }
    #hd .title-tab ul:after{
        display: none;

    }
    #hd .title-tab li{
        font-size: 1.0em !important;
        border-bottom: 3px #767676 solid;
        width: 50%;
        margin-bottom: 15px;
    }
    #hd .tab-content>div{
            padding: 20px 0;
    }
    #hd #pageContent-Technology .hd-container.flex-row-reverse .hd-content{
        padding-left: 18px;
        padding-right: 18px;
    }
    /* #hd #pageContent-Technology .tab-content h2:after{
        display: none;
    } */
    #hd #pageContent-Technology .title-tab{
        padding-left: 0;
        padding-right: 0;
    }

}
@media screen and (max-width: 480px) {
    #hd .main-title {
        padding-top: 3.5em
    }

    #hd .title-tab li {
        font-size: 1.1em;
        letter-spacing: .018em
    }

    #hd .title-tab li.hd-active:after {
        height: 4px
    }
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/**/
#hd #pageContent-Power{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    padding-bottom: 50px;
}
#hd #pageContent-Power .tab-content{
    padding: 0 50px;
        max-width: 1200px;
}
#hd #pageContent-Power .tab-content h3{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
#hd #pageContent-Power .title-tab:after{
    background: #8a8a8a;
}
#hd #pageContent-Power .title-tab li h3{
    color: #ffffff;
        font-size: inherit;
            margin: 0;
}
#hd #pageContent-Power h3{
    color: #ffffff;
}
#hd #pageContent-Power h2 {
    position: relative;
    font-size: clamp(2.5em, 50px, 2.6vw);
margin-bottom: 0.5em !important;
line-height: 1.3 !important;
font-weight: 600;
    color: #0c1e6e !important;
    background-color: #0c1e6e 0%;
    background: -webkit-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: -moz-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: -o-linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    background: linear-gradient(to right, #0c1e6e 0%, #0c1e6e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
#hd #pageContent-Power .owl-nav {
    width: 100%;
    height: 2em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
}
#hd #pageContent-Power .owl-nav .owl-prev.disabled, #hd #pageContent-Power .owl-nav .owl-next.disabled {
    opacity: 0;
    pointer-events: none;
}
#hd #pageContent-Power .owl-nav .owl-prev, #hd #pageContent-Power .owl-nav .owl-next{
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    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;
}
#hd #pageContent-Power .owl-nav .owl-prev span, #hd #pageContent-Power .owl-nav .owl-next span{
    width: 1.6em;
    height: 1.6em;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    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;
}
#hd #pageContent-Power .owl-nav .owl-prev{
    right: 101.5%;
}
#hd #pageContent-Power .owl-nav .owl-next{
    left: 101.5%;
}
#hd #pageContent-Power .owl-nav .owl-prev span{
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}
#hd #pageContent-Power .owl-nav .owl-next span{
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}
#hd #pageContent-Power .owl-nav .owl-prev:before{
        content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/ico_prev.svg) center center no-repeat;
    background-size: cover;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#hd #pageContent-Power .owl-nav .owl-next:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/ico_next.svg) center center no-repeat;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#hd #pageContent-Power .owl-dots{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
    display: none;
}

#hd #pageContent-Power .owl-dots .owl-dot:first-child {
    margin-left: 0;
}
#hd #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;
}
#hd #pageContent-Power .owl-dots .owl-dot.active{
    width: 50px;
}
#hd #pageContent-Power .owl-dots .owl-dot a{
    display: inline-block;
    width: 100%;
}
#hd #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);
}
#hd #pageContent-Power .owl-dots .owl-dot p {
    font-size: 14px;
    margin-top: 1em;
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
#hd #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);
}
#hd #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);
}


#hd #pageContent-Power .owl-stage {
    display: flex;
    justify-content: center;
}

#hd #pageContent-Power .pd_items{
    display: flex;
    flex-direction: column;
    padding:  0 ;
    height: 100%;

}
/* #hd #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%);
}
#hd #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;
} */
#hd #pageContent-Power .pd_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1em 1em;
    background: linear-gradient(to bottom, #eceef1 0, #eceef1 50%, #eceef1 100%);
    overflow: hidden;
    border-radius: 10px;
    /* justify-content: space-between; */
}
#hd #pageContent-Power .pd_item img{
    width: 100%;
    max-width: 440px;
}
#hd #pageContent-Power .pd_item a,
#hd #pageContent-Power a.btn_Learn {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
        border-radius: 50px;
    bottom: 30px;
    transform: translate(-50%, 0%);
    font-family: "Roboto", Arial, Helvetica, 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, #0c1e6e 0%, #0c1e6e 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;
}
#hd #pageContent-Power a.btn_Learn{
    margin: 40px 0 0;
    display: inline-block;
    position: relative;
    bottom: inherit;
}
#hd #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;
}
/* #hd #pageContent-Power .pd_item a:after,
#hd #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
}
#hd #pageContent-Power .pd_item a:hover:after,
#hd #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
} */
#hd #pageContent-Power .pd_item h3{
    color: #3f596e;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.5em 0 0.5em;
    text-align: left;
}
#hd #pageContent-Power .pd_item p{
    padding-top: 0px;
    padding-bottom: 80px;
    color: #3f596e;
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
        font-size: 0.9em;
    line-height: 1.4;
    font-weight: 400;
}
#hd #pageContent-Power .pd_item ul{
    padding-top: 0px;
    padding-bottom: 80px;
    color: #3f596e;
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
        font-size: 0.9em;
    line-height: 1.4;
    font-weight: 400;
    margin-left: 1em;
}
#hd #pageContent-Power .pd_item ul li{
    list-style: disc;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

#hd #pageContent-Power .title-tab ul{
    max-width: 1440px;
    border: :none;
}
#hd #pageContent-Power .title-tab ul:after,
#hd #pageContent-Power .title-tab li.hd-active:after{
    display: none;
}
#hd #pageContent-Power .title-tab ul li{
    background: none !important;
    width: auto;
    position: relative;
    cursor: default;
}
#hd #pageContent-Power .title-tab li h3{
    color: #adadad !important;
    font-weight: bold;
}
#hd #pageContent-Power .title-tab ul li.hd-active h3{
    color: #3f596e !important;
}
#hd #pageContent-Power a.link_style.coming:hover span{
   color: #fff !important;
}
#hd #pageContent-Power a.link_style.coming{
    padding: 12px 20px 12px 20px;    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#hd #pageContent-Power a.link_style.coming:hover{
    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#hd #pageContent-Power .tab-content>div{
    padding: 20px 0 20px;
}
/* #hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Gaming"]:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #0c1e6e;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 */
#hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
    padding-left: 50px;
}
#hd #pageContent-Power .triangle {
      fill: #acacac; /* 請替換成你想要的顏色 */
      margin: 0 10px;
    }
#hd #pageContent-Power .hd-active .triangle{
    fill: #0c1e6e; /* 請替換成你想要的顏色 */
}
#hd #pageContent-Power .triangle-left {
      transform: scaleX(-1);
    }
@media only screen and (max-width: 1480px) {
    #hd #pageContent-Power .title-tab ul{
        width: 85%;
    max-width: 1340px;
    margin: 0 auto;
    }
}
@media only screen and (max-width: 540px) {
    #hd #pageContent-Power .title-tab ul li{
            border-bottom: none;
            margin-bottom: 0;
                padding: 15px 1.125em 15px 1.225em;
    }
    #hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Gaming"]{
        width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 0px;
    }
    #hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Creation"]{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    }
    #hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
        padding-left: 20px;
    }
    #hd #pageContent-Power .main-title{
        padding-top: 0;
    }
    #hd #pageContent-Power .tab-content>div{
        padding-top: 0;
    }
}

#hd #pageContent-Power #pageContent-tab-Content-Compact #carousel5 .owl-stage{
    padding-top: 100px;
}
#hd #pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
    position: absolute;
    top: -70px;
    left: 0;
        display: flex;
}
#hd #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: 0.03em;
}
@media only screen and (max-width: 540px) {
    #hd #pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    top: -40px;
    }
}


/*KSP*/
#Fanless-width-full .sec-ksp {

    position: relative;
    overflow: hidden;
    padding: 0px 0;
}

#Fanless-width-full .sec-ksp .ksp-container {
    display: grid;
    grid-template-columns: 0.5fr .5fr .5fr .5fr .5fr .5fr 0.5fr .5fr .5fr .5fr .5fr .5fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding: 20px;
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
}

#Fanless-width-full .sec-ksp .ksp-container>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #a7e0f9; */
    background-image: linear-gradient(35deg, #aef4f8 0%, #78affc 100%);
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    padding: clamp(0.5em, 2vw, 1.5em)
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(1) {
    grid-area: 3 / 1 / 1 / 6
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) {
    grid-area: 3 / 6 / 1 / 13;
    background-image: linear-gradient(180deg, #aef4f8 0%, #78affc 100%);
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) {
    grid-area: 5 / 1 / 3 / 5;
    background-image: linear-gradient(-90deg, #aef4f8 0%, #78affc 100%);
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) {
    grid-area: 5 / 5 / 3 / 9;
    background-image: linear-gradient(275deg, #aef4f8 0%, #78affc 100%);
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) {
    grid-area: 5 / 9 / 3 / 13;
    background-image: linear-gradient(90deg, #aef4f8 0%, #78affc 100%);
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(6) {
    grid-area: 7 / 1 / 5 / 3
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(7) {
    grid-area: 7 / 5 / 5 / 3
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(8) {
    grid-area: 9 / 1 / 7 / 3
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(9) {
    grid-area: 9 / 5 / 7 / 3
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) {
    grid-area: 9 / 7 / 6 / 5
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) {
    grid-area: 7 / 1 / 7 / 3
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) {
    grid-area: 2 / 6 / 8 / 7;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(13) {
    grid-area: 7 / 2 / 6 / 3
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(14) {
    grid-area: 4 / 2 / 5 / 3
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(15) {
    grid-area: 6 / 1 / 6 / 2
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) {
    grid-area: 1 / 3 / 2 / 5;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(17) {
    grid-area: 1 / 5 / 2 / 7;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(17) {
    background: #171615;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(17) .rog_first {
    color: #f51829;
    font-size: clamp(1.3em, 2.2vw, 2.2em) !important;
    line-height: 1;
    margin-top: 0;
    font-weight: 500;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 8%;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(17) img {
    width: 100%;
    height: 80%;
    bottom: 0;
    top: inherit;
    left: 50%;
    transform: translate(-50%, 0%);
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) .rog_first_area {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    z-index: 1;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) .rog_first {
    color: #f51829;
    font-size: clamp(1.3em, 2.8vw, 3em) !important;
    line-height: 1;
    margin-top: 0;
    font-weight: 500;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) strong {
    font-size: clamp(1.3em, 2.8vw, 3em) !important;
    margin-top: 0.25em;
    line-height: 1.1;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(1) {
    /* padding-left: 4%; */
    /* background-color: #01ffff 16%;
    background-image: -moz-linear-gradient(155deg, #01ffff 16%, blue, #ec00ff 90%);
    background-image: -webkit-linear-gradient(155deg, #01ffff 16%, blue, #ec00ff 90%);
    background-image: linear-gradient(155deg, #01ffff 16%, blue, #ec00ff 90%);
    background-color: #0387ff */
}

/* #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(1) img {
    width: 70%;
    margin: 10% auto 12%
} */
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(13) img {
    width: 2vw;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) strong {
    font-size: clamp(1.3em, 2.8vw, 3em) !important;
    margin-top: .1em;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) strong {
    margin-top: 0.05em;
    font-size: clamp(1.3em, 1.6vw, 2em) !important;
}

#Fanless-width-full .sec-ksp .ksp-container>li .color-gradient.color_gradient_a {
    background-color: #00fff1 !important;
    background-image: -moz-linear-gradient(135deg, #00fff1 45%, #087ac7 90%) !important;
    background-image: -webkit-linear-gradient(135deg, #00fff1 45%, #087ac7 90%) !important;
    background-image: linear-gradient(135deg, #00fff1 50%, #087ac7 90%) !important;
}

#Fanless-width-full .sec-ksp .ksp-container>li .color-gradient.color_gradient_b {
    background-color: #ff3399 !important;
    background-image: -moz-linear-gradient(135deg, #ff3399 45%, #6601f7 90%) !important;
    background-image: -webkit-linear-gradient(135deg, #ff3399 45%, #6601f7 90%) !important;
    background-image: linear-gradient(135deg, #ff3399 50%, #6601f7 90%) !important;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) .hd-bg {
    object-fit: contain
}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) .image{
        max-height: 180px;
    margin: 0 auto;
}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) .image img{
    height: 90%;

}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) .image{
        max-height: 180px;
    margin: 0 auto;
}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) .image img{
    height: 90%;

}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .image{
        max-height: 180px;
    margin: 0 auto;
}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .image img{
    height: 90%;

}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) strong {
    font-size: clamp(1.3em, 2.1vw, 2em) !important;
    margin-top: .1em;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .color-gradient-silver {
    font-family: "TradeGothicBold", "TTNormsProRegular", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 1;
    font-size: 2.75em;
    margin-bottom: 0.25em
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-container {
    padding: 0 7%
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) img {
    
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) ul {
    width: 100%;
    padding-left: 4em;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar {
    width: 100%;
    background: #fff;
    font-size: 0.9em;
    color: white;
    /* text-shadow: 0 0 2px black, 0 0 4px black; */
    text-align: left;
    white-space: nowrap;
    padding: 2px 1em 0;
    margin: 10px 0;
    background: url(../img/ksp/bg-stripe.svg) center repeat-x;
    background-size: auto 100%;
    position: relative;
    height: 1.5vw;
    max-height: 25px;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar p {
    position: absolute;
    left: -4em;
    top: 0;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar.bar-violet {
    width: 100%;
    background: linear-gradient(90deg, #00a0d8, #00e5b6);
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar.bar-cyan {
    width: 65%;
    background: linear-gradient(90deg, #283dd1, #01d4e3);
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar.bar-magenta {
    width: 40%;
    background: linear-gradient(90deg, #9e11d8, #f0a9f4);
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar span {
    position: absolute;
    right: 0.5em;
    top: 12%;
    color: #000;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(6) strong {
    font-size: clamp(1.3em, 2.8vw, 3em) !important;
    margin-top: .1em
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(7) strong {
    font-size: clamp(1.4em, 2.5vw, 2.7em) !important;
    letter-spacing: -0.05em;
    margin-top: .1em;
    line-height: 1;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(7) strong {
    margin-left: 10px;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(6) strong {
    color: #765aff
}


#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(8) strong {
    font-size: clamp(1.3em, 2.8vw, 3em) !important;
    margin-top: 0.25em;
    line-height: 1.1
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(8) strong small {
    display: block;
    font-size: 0.7em;
    letter-spacing: -.018em
}


#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(9) h2 {
    font-family: "ROGFonts", "TradeGothicBold", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: clamp(1.3em, 1.3vw, 2em) !important;
    font-weight: 300;
    letter-spacing: .04em;
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    text-align: left;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(9) h2 b {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: clamp(1.6em, 2vw, 2.4em) !important;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(9) .hd-award {
    width: 32%;
    position: absolute;
    top: var(--hd-border-radius);
    left: 0
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) .hd-container,
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) .hd-container {
    padding: 0 5% 0 3%
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) img,
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) img {
    width: 33%;
    margin: 0 5% 0 0
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) p,
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) p {
    line-height: 1.125
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) strong,
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) strong {
    font-size: clamp(1.3em, 2.5vw, 2.5em) !important;
    letter-spacing: -.005em
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) .color-gradient {
    font-size: clamp(1.3em, 2.1vw, 2em) !important;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) img {
    margin-right: 0
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) {
    background: none;
    overflow: visible;
    z-index: 2;
    height: 100%;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12)>* {
    width: 100%
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .logo-container {
    position: absolute;
    bottom: -5px;
    width: 90%;
    height: 25%;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .bg-phone {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
    z-index: -1;
    height: 100%;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .bg-home {
    width: 100%;
    border-radius: var(--hd-border-radius)
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) figure {
    position: absolute;
    z-index: 2;
    top: 16%;
    width: 91%;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .title-container {
    padding: 0 5%;
    margin-top: -20%;
    position: relative;
    z-index: 2
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .title-container img {
    width: 25%;
    margin: 0 3% 0 0
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .title-container p {
    font-family: "TradeGothicBold", "TTNormsProRegular", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1.6vw;
    letter-spacing: .022em;
    text-align: left
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .title-container strong {
    font-size: 2.7vw;
    letter-spacing: -.018em;
    white-space: nowrap;
    margin-bottom: -0.125em
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .bg-gradient {
    position: absolute;
    top: 57%;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .features-container .color-gradient,
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .features-container .color-gradient-silver {
    background-color: #88e7fc;
    background-image: -moz-linear-gradient(270deg, #88e7fc, #00aae7);
    background-image: -webkit-linear-gradient(270deg, #88e7fc, #00aae7);
    background-image: linear-gradient(270deg, #88e7fc, #00aae7)
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .features-container p {
    font-family: "TTNormsProNormal", "TTNormsProRegular", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    font-size: 1.3vw;
    line-height: 1.125
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .features-container strong {
    font-size: 2.5vw;
    letter-spacing: -.02em;
    white-space: nowrap;
    margin-top: 0.125em
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .features-container .hd-frame {
    padding-block: 6.5%
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .hd-frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 10px;
    margin: 5px;
    position: relative;
    z-index: 2;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(13) strong {
    font-size: clamp(1.2em, 1.9vw, 1.9em);
    margin-top: 10px;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(14) .color-gradient {
    font-size: clamp(1.3em, 2.1vw, 2em) !important;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(15) .color-gradient {
    font-size: clamp(1.3em, 2.1vw, 2em) !important;
}

/* #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .hd-frame:before,
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .hd-frame:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--hd-border-radius);
    z-index: -1
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .hd-frame:before {
    background-image: radial-gradient(circle at 100% 100%, transparent calc(var(--hd-border-radius) - 1px), #00479d calc(var(--hd-border-radius) - 1px), #00479d var(--hd-border-radius), transparent var(--hd-border-radius)), linear-gradient(to right, #00479d, #00b3ed), radial-gradient(circle at 0% 100%, transparent calc(var(--hd-border-radius) - 1px), #00b3ed calc(var(--hd-border-radius) - 1px), #00b3ed var(--hd-border-radius), transparent var(--hd-border-radius)), linear-gradient(to bottom, #00b3ed, #00479d), radial-gradient(circle at 0% 0%, transparent calc(var(--hd-border-radius) - 1px), #00479d calc(var(--hd-border-radius) - 1px), #00479d var(--hd-border-radius), transparent var(--hd-border-radius)), linear-gradient(to left, #00479d, rgba(0, 71, 157, 0)), radial-gradient(circle at 100% 0%, transparent calc(var(--hd-border-radius) - 1px), rgba(0, 71, 157, 0) calc(var(--hd-border-radius) - 1px), rgba(0, 71, 157, 0) var(--hd-border-radius), transparent var(--hd-border-radius)), linear-gradient(to top, rgba(0, 71, 157, 0), #00479d);
    background-size: var(--hd-border-radius) var(--hd-border-radius), calc(100% - var(--hd-border-radius) * 2) 1px, var(--hd-border-radius) var(--hd-border-radius), 1px calc(100% - var(--hd-border-radius) * 2);
    background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
    background-repeat: no-repeat
} */

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .hd-frame:after {
    width: calc(100% - $border-width);
    height: calc(100% - $border-width);
    margin: 1px;
    background-color: rgba(0, 159, 189, 0.5);
    background-image: -moz-linear-gradient(20deg, rgba(0, 159, 189, 0.5), rgba(0, 71, 157, 0) 50%);
    background-image: -webkit-linear-gradient(20deg, rgba(0, 159, 189, 0.5), rgba(0, 71, 157, 0) 50%);
    background-image: linear-gradient(20deg, rgba(0, 159, 189, 0.5), rgba(0, 71, 157, 0) 50%);
    background-color: transparent
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .hd-frame p {
    line-height: 1.125
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container {
    padding: 0 3%;
    z-index: 2;
    position: relative;
    width: 95%;
    margin: 0 auto;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container img {
    margin: 0 auto
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container .color-gradient,
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container .color-gradient-silver {
    background-color: #88e7fc;
    background-image: -moz-linear-gradient(270deg, #88e7fc 50%, #00aae7);
    background-image: -webkit-linear-gradient(270deg, #88e7fc 50%, #00aae7);
    background-image: linear-gradient(270deg, #88e7fc 50%, #00aae7)
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.Network_title {
    position: absolute;
    top: 8%;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.rog_first {
    position: absolute;
    top: 45%;
    color: #f51829;
    font-size: clamp(1.2em, 1.5vw, 2.0em) !important;
    line-height: 1;
    margin-top: 0;
    font-weight: 500;
    z-index: 3;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container p {
    font-family: "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    /* font-weight: 600; */
    font-size: 1em;
    line-height: 1;
    margin-top: 10px;
    white-space: nowrap
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #131313;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 5px;
    padding: 5%;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .logo-container img {
    width: 70%;
    max-width: 80px !important;
    margin: 0 auto .5em;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .logo-container .hd-frame {
    /*     justify-content: flex-start; */
    border-radius: 15px;
    background: #131313;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .logo-container .hd-frame:before {
    opacity: 0.4
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .logo-container .hd-frame:after {
    background-color: rgba(125, 138, 134, 0.5);
    background-image: -moz-linear-gradient(20deg, rgba(125, 138, 134, 0.5), rgba(30, 34, 40, 0) 30%);
    background-image: -webkit-linear-gradient(20deg, rgba(125, 138, 134, 0.5), rgba(30, 34, 40, 0) 30%);
    background-image: linear-gradient(20deg, rgba(125, 138, 134, 0.5), rgba(30, 34, 40, 0) 30%);
    background-color: transparent
}

#Fanless-width-full .sec-ksp .hd-container {
    width: 100%
}

#Fanless-width-full .sec-ksp p.p1 {
    font-family: "TTNormsProRegular", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    color: #0c1e6e;
    line-height: 1.1em;
    margin: 0;
    letter-spacing: 0;
    font-size: clamp(1.4em, 2vw, 1.4em) !important;
    font-weight: 500;
}

#Fanless-width-full .sec-ksp p.p2 {
    font-family: "TTNormsProRegular", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    color: #0c1e6e;
    font-size: clamp(1.4em, 2vw, 1.4em) !important;
    font-weight: 500;
    line-height: 1.1em;
    margin: 5px 0 0 0;
    letter-spacing: -0.02em;
}

#Fanless-width-full .sec-ksp p.p3 {
    font-family: "TTNormsProRegular", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    color: #0c1e6e;
    line-height: 1.1em;
    margin: 0;
    letter-spacing: 0;
    font-size: clamp(3em, 5vw, 3em) !important;
}

#Fanless-width-full .sec-ksp strong {
    font-family: "TradeGothicBold", "TTNormsProRegular", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.1;
    display: block;
    font-size: clamp(1.2em, 1.8vw, 1.8em);
    margin-top: 0.2em !important;
    margin-bottom: -0.2em !important;
}

#Fanless-width-full .sec-ksp strong small {
    font: inherit;
    font-size: 0.65em
}

#Fanless-width-full .sec-ksp .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(1) .text {
    padding: 10px 20px 10px 10px;
    width: 60%;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(1) .image {
    width: 30%;
    padding: 20px 20px 20px 0px;
}

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(1) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) .image {
    width: 34%;
    padding: 20px 20px 20px 0px;
}
#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) .image img{
    width: 100%;
        box-shadow: 0 0 10px #fff;
    border-radius: 50%;
}
#Fanless-width-full .sec-ksp .ksp-container>li .text-left {
    text-align: left !important;
}

#Fanless-width-full .text-left {
    text-align: left !important;
}

#Fanless-width-full .text-center {
    text-align: center !important;
}

#Fanless-width-full .sec-ksp .ksp-container>li .text-center {
    text-align: center !important;
}

/* #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) {
    background: none;
    border: none;
    overflow: inherit;
} */

#Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) .onepager_pd {
    width: 130%;
    margin: 0 0 -10% -28%;
    max-width: 498px !important;

}

@media screen and (max-width: 1600px) {
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) img {
        
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar {
        margin: 5px 0
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container p {
        font-size: .95vw
    }

    #Fanless-width-full .sec-ksp .ksp-container p {
        font-size: 1.25em
    }
}

@media screen and (max-width: 1440px) {
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .color-gradient-silver {
        font-size: 2.25em
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(9) .hd-award {
        width: 28%
    }

    #Fanless-width-full .sec-ksp .ksp-container p {
        font-size: 1em
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --hd-border-radius: 20px
    }

    #Fanless-width-full .sec-ksp .ksp-container {
        grid-column-gap: 10px;
        grid-row-gap: 8px;
        padding: 16px
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar {
        font-size: 0.75em;
        padding-inline: 0.5em
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container p {
        font-family: "TTNormsProRegular", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
        font-size: 0.8vw;
    }

    /* #Fanless-width-full .sec-ksp .ksp-container p {
        font-size: 0.875em
    } */
}

@media screen and (max-width: 1023px) {

    /* #Fanless-width-full .sec-ksp p{
        font-size: clamp(1.4em, 1.4vw, 1.4em) !important;
    }
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) p{
        font-size: clamp(1em, 1vw, 1em) !important;
    } */
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(6) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(7) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(14) .color-gradient,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(8) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(15) .color-gradient,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(13) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) .color-gradient,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container li strong {
        font-size: clamp(2em, 2.5vw, 2.5em) !important;
        margin-bottom: 0 !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) .rog_first {
        font-size: clamp(3em, 2.8vw, 3em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.Network_title strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.rog_first {
        font-size: clamp(3em, 2.8vw, 3em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(13) img {
        width: 20%;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(17) .rog_first {

        font-size: clamp(1.2em, 3vw, 3em) !important;

    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(17) img {
        width: 90%;
        height: 80%;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar {
        height: 1.5em;
    }

    #Fanless-width-full .sec-ksp .ksp-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1.25fr 1.25fr 1.25fr
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(1) {
        grid-area: 1 / 1 / 1 / 4;
        z-index: 3;
        /* background: none; */
        display: flex;
                justify-content: center;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) {
        grid-area: 2 / 1 / 2 / 4
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) {
        grid-area: 3 / 1 / 3 / 1
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) {
        grid-area: 3 / 3 / 3 / 2
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) {
        grid-area: 3 / 3 / 3 / 4
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(6) {
        grid-area: 3 / 3 / 3 / 2
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(7) {
        grid-area: 5 / 1 / 4 / 2
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(8) {
        grid-area: 5 / 2 / 4 / 2
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(9) {
        grid-area: 6 / 1 / 5 / 2
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) {
        grid-area: 6 / 2 / 5 / 2
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) {
        grid-area: 8 / 1 / 8 / 3
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) {
        grid-area: 12 / 1 / 11 / 3
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(13) {
        grid-area: 8 / 2 / 7 / 3
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(14) {
        grid-area: 5 / 2 / 6 / 3
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(15) {
        grid-area: 8 / 1 / 7 / 2
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) {
        grid-area: 10 / 1 / 9 / 3
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(17) {
        grid-area: 11 / 1 / 10 / 3
    }

    /* #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(1) img {
        width: 60%;
        margin: 5% auto 6%
    } */


}

@media screen and (max-width: 768px) {
    #Fanless-width-full .sec-ksp p {
        font-size: clamp(1.2em, 1.2vw, 1.2em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(-n+17) strong {
        font-size: clamp(2em, 2vw, 2em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) .rog_first {
        font-size: clamp(3em, 3vw, 3em) !important;
    }
}

@media screen and (max-width: 620px) {
    #Fanless-width-full .sec-ksp .ksp-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) .onepager_pd {
        width: 130%;
        margin: 0 0 -4% -22%;
        max-width: 498px !important;
    }

    #Fanless-width-full .sec-ksp p {
        font-size: clamp(1.2em, 1.2vw, 1.2em) !important;
    }

    /* #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) p {
        font-size: clamp(1em, 1vw, 1em) !important;
    }
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) p.p1 {
        font-size: clamp(2em, 1vw, 1em) !important;
    } */
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) ul {
        padding-left: 2em;
        margin-left: 0.5em;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar p {
        left: -4em;
        font-size: 0.8em !important;
        margin: 5px 0;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar span {
        font-size: 0.7em;
    }
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) .image{
            padding: 2vw 2vw 2vw 2vw;
    }
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(6) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(7) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(14) .color-gradient,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(8) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(15) .color-gradient,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(13) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) .color-gradient,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container li strong {
        font-size: clamp(1.6em, 2.0vw, 2.5em) !important;
        margin-bottom: 0 !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) .rog_first {
        font-size: clamp(2em, 2.2vw, 3em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.Network_title strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.rog_first {
        font-size: clamp(2em, 2.2vw, 3em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(13) img {
        width: 20%;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar {
        /* height: 80%; */
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) img,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) img,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) img {
            width: 80%;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar {
        font-size: 0.875em;
        margin: 5px 0
    }

    #Fanless-width-full .sec-ksp .ksp-container p {
        font-size: 1em
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(17) img {
        height: 70%;
    }
}

@media screen and (max-width: 480px) {

    #Fanless-width-full .sec-ksp p {
        font-size: clamp(1.2em, 1.2vw, 1.2em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) p {
        font-size: clamp(1em, 1vw, 1em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) ul {
        padding-left: 2em;
        margin-left: 0.5em;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar p {
        left: -4em;
        font-size: 0.8em !important;
        margin: 5px 0;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar span {
        font-size: 0.7em;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(6) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(7) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(14) .color-gradient,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(8) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(15) .color-gradient,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(13) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(11) .color-gradient,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .icon-container li strong {
        font-size: clamp(1.6em, 2.0vw, 2.5em) !important;
        margin-bottom: 0 !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(16) .rog_first {
        font-size: clamp(1.6em, 2.2vw, 3em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.Network_title strong,
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.rog_first {
        font-size: clamp(1.6em, 2.2vw, 3em) !important;
    }

    #Fanless-width-full .sec-ksp .ksp-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) .bg-phone {
        height: auto;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.Network_title {
        top: 18%;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) figure {
        top: 26%;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(12) p.rog_first {
        top: 47%;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar.bar-magenta {
        width: 55%;
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) .hd-bar.bar-cyan {
        width: 77%;
    }

    /*     #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(10) {
        grid-area: 2 / 1 / 3 / 3;
    }
        #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(5) {
        grid-area: 3 / 1 / 3 / 3;
    }
    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(2) {
        grid-area: 3 / 1 / 4 / 2
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(3) {
        grid-area: 3 / 2 / 4 / 3
    }

    #Fanless-width-full .sec-ksp .ksp-container>li:nth-child(4) {
        grid-area: 5 / 1 / 6 / 2
    } */
}

#Fanless-width-full #Fanless-High .farther_area{
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
#Fanless-width-full #Fanless-High .farther_area li{
    display: flex;
    width: 100%;
    margin-bottom: 2em;
    align-items: center;
}
#Fanless-width-full #Fanless-High .farther_area li:last-child{
    margin-bottom: 5px;
}
#Fanless-width-full #Fanless-High .farther_area li .ico_box{
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 15%;
    max-width: 130px;
}
#Fanless-width-full #Fanless-High .farther_area li .ico_box img{
    display: inline-block;
    width: 60%;
    max-width: 100px;
}
#Fanless-width-full #Fanless-High .farther_area li .ico_box p{
    font-size: 1em;
    color: #000;
    text-align: center;
    margin-top: 0.5em;
    line-height: 1.1;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    padding-left: 10px;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_box h3{
        font-size: 1.3em;
    font-family: "TT Norms Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
}
#Fanless-width-full #Fanless-High .farther_area li .chart_box .chart_g{
    width: 25%;
    height: 30px;
    background: #b7b6b6;
    margin-bottom: 0.5em;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_box .chart_b{
    width: 25%;
    height: 60px;
    background: linear-gradient(90deg, #00d4ff 0%, #4b5dff 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    position: relative;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_box .chart_b.on.chart_b_1{
    width: 100%;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_box .chart_b.on.chart_b_2{
    width: 65%;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_box .chart_b p{
    font-family: "TT Norms Pro-Medium", sans-serif;
        font-size: 1.8em;
    color: #fff;
    position: absolute;
    left: calc(100% - 3.8em);
    display: inline-block;
    width: 1.5em;
    /* font-style: italic; */
    top: 0.4em;
    font-weight: 500;
    opacity: 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
}
#Fanless-width-full #Fanless-High .farther_area li .chart_box .chart_b.on p{
    -moz-transition: all 1.5s ease-out 1.5s;
    -o-transition: all 1.5s ease-out 1.5s;
    -webkit-transition: all 1.5s ease-out 1.5s;
    transition: all 1.5s ease-out 1.5s; 
    opacity: 1;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_color_box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2em;
    margin-left: 1.2em;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_color_box .chart_color_a{
    width: 30px;
    height: 20px;
    background: #b7b6b6;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_color_box .chart_color_b{
    width: 30px;
    height: 20px;
    background: #0075e2;
}
#Fanless-width-full #Fanless-High .farther_area li .chart_color_box .chart_color_txt{
    font-size: 1em;
    color: #000;
    margin: 0 2em 0 1em;
}


#Fanless-width-full .sec-port {
    position: relative;
    overflow: hidden;
    /* background: #000; */
    padding-top: 10vw;
    padding-bottom: 5vw;
}



#Fanless-width-full .sec-port .pic_port {
    margin-top: 3em;
}

/* spec */
#Fanless-width-full .sec-port .spec-wrapper {
    position: relative;
    margin-top: 2em;
}

#Fanless-width-full .sec-port .spec-wrapper .image img {
    margin: 0 auto;
    width: 66%;
    max-width: 766px !important;
}

#Fanless-width-full .sec-port .spec-wrapper p {
    position: absolute;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 500;
}

#Fanless-width-full .sec-port .spec-wrapper p b {
    color: #0c1e6e;
}

#Fanless-width-full .sec-port .spec-wrapper p .number {
    background: #0c1e6e;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    vertical-align: middle;
    font-size: 0.9em;
    font-weight: bold;
    display: none;
}

#Fanless-width-full .sec-port .spec-wrapper .default {}

#Fanless-width-full .sec-port .spec-wrapper .mobile {
    display: none;
}

#Fanless-width-full .sec-port .spec-wrapper .notes {
    position: absolute;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: 0;
    left: 0;
}

/*front*/
#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p1 {
    top: 87%;
    left: 18%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p2 {
    top: 87%;
    left: 34%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p3 {
    top: 87%;
    left: 80%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p4 {
    top: 10%;
    left: 60%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p5 {
    top: 96%;
    left: 60%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p6 {
    top: 94%;
    left: 66%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p7 {
    top: 90%;
    left: 72%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p8 {
    top: 86%;
    left: 78%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p9 {
    top: 10%;
    left: 10%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-1 .p10 {
    top: 59%;
    left: 1%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-2 .p1 {
    top: 72%;
    left: 2%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-2 .p2 {
    top: 10%;
    left: 32%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-2 .p3 {
    top: 10%;
    left: 73%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-3 .p1 {
    top: 10%;
    left: 17%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-3 .p2 {
    top: 10%;
    left: 43%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-3 .p3 {
    top: 10%;
    left: 70%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-4 .p1 {
    top: 10%;
    left: 17%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-4 .p2 {
    top: 10%;
    left: 36%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-front-4 .p3 {
    top: 10%;
    left: 63%;
}

/*rear*/
#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p1 {
    top: 85%;
    left: 19%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p2 {
    top: 10%;
    left: 46%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p3 {
    top: 85%;
    left: 65%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p4 {
    top: 4%;
    left: 70%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p5 {
    top: 89%;
    left: 67%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p6 {
    top: 92%;
    left: 50%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p7 {
    top: 78%;
    left: 41%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p8 {
    top: 4%;
    left: 33%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p9 {
    top: 69%;
    left: 37%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p10 {
    top: 4%;
    left: 18%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p11 {
    top: 67%;
    left: 4%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-1 .p12 {
    top: 79%;
    left: 11%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p1 {
    top: 4%;
    left: 69%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p2 {
    top: 61%;
    left: 66%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p3 {
    top: 68.5%;
    left: 62%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p4 {
    top: 76.5%;
    left: 57%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p5 {
    top: 83.5%;
    left: 55%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p6 {
    top: 73%;
    left: 43%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p7 {
    top: 4%;
    left: 43%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p8 {
    top: 68.5%;
    left: 33%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p9 {
    top: 61%;
    left: 25%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p10 {
    top: 4%;
    left: 18%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p11 {
    top: 61%;
    left: 4%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-rear-2 .p12 {
    top: 73%;
    left: 11%;
}

/*system*/
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p1 {
    top: 11%;
    left: 31%;
    width: 50%;
    max-width: 160px;
    transform: translate(-50%, -50%);
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p1 img{
        width: 30%;
    margin-right: 0.5em !important;
    max-width: 128px !important;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p2 {
        top: 8%;
    left: 43%;
    width: 50%;
    max-width: 160px;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p2 img{
        width: 35%;
    margin-right: 0.5em !important;
    max-width: 102px !important;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p3 {
    top: 6%;
    left: 59%;
    width: 30%;
    max-width: 180px;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p3 img{
    width: 18%;
    margin-right: 0.5em !important;
    max-width: 63px !important;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p4 {
    top: 78%;
    right: 75%;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p4 img{
    width: 40%;
    margin-right: 0.2em !important;
    margin-bottom: 0.25em !important;
    max-width: 70px !important;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p5 {
        top: 78%;
    left: 37%;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p5 img{
    width: 35%;
    margin-right: 0.2em !important;
    margin-bottom: 0.25em !important;
    max-width: 64px !important;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p6 {
    top: 78%;
    left: 54%;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p6 img{
    width: 35%;
    margin-right: 0.2em !important;
    margin-bottom: 0.25em !important;
    margin-top: 0.25em !important;
    max-width: 64px !important;
}
#Fanless-width-full .sec-port .spec-wrapper.spec-system .p7 {
        top: 50%;
    left: 75%;
    width: 5%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-system .p8 {
    top: 41%;
    left: 77%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-system .p9 {
    top: 50%;
    left: 77%;
}

#Fanless-width-full .sec-port .spec-wrapper.spec-system .p10 {
    top: 80.5%;
    left: 14%;
}



@media (max-width: 1023px) {
    #Fanless-width-full .sec-port .spec-wrapper {
        margin-top: 20px;
    }

    #Fanless-width-full .sec-port .spec-wrapper .default {
        display: none;
    }

    #Fanless-width-full .sec-port .spec-wrapper .mobile {
        display: block;

    }
    #Fanless-width-full .sec-port .spec-wrapper .list{
            display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 1em;
    }
    #Fanless-width-full .sec-port .spec-wrapper p .number {
        display: inline-block;
    }
    #Fanless-width-full .sec-port .spec-wrapper p .sec_info{
        margin-left: 1.5em;
    }
    #Fanless-width-full .sec-port .spec-wrapper p {
        position: relative;
        left: auto !important;
        top: auto !important;
        right: inherit !important;
        width: 50% !important;
        margin-bottom: 1.5em;
        line-height: 1.5;
        max-width: inherit !important;
        transform: translate(0%, 0%) !important;
    }
    #Fanless-width-full .sec-port .spec-wrapper p img{
        max-height: 80px !important;
        width: auto !important;
    }
    #Fanless-width-full .sec-port .spec-wrapper .notes {
        position: relative;
        bottom: auto;
        left: auto;
    }
    #Fanless-width-full .sec-port .spec-wrapper.spec-system .p1 img {
        max-width: 60px !important;
    }
    #Fanless-width-full .sec-port .spec-wrapper.spec-system .p2 img {
        max-width: 60px !important;
    }
}

@media (max-width: 680px) {
    #Fanless-width-full .sec-port .spec-wrapper .image img {
        width: 100%;
        margin: 0 0 0% 0%;
    }
    #Fanless-width-full .sec-port .spec-wrapper p {
        width: 100% !important;
    }
}


@media screen and (max-width: 768px) {

    #Fanless-width-full .sec-port,
    #Fanless-width-full .sec-setup,
    #Fanless-width-full .sec-toolless {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/* =========================================
   APC-125U Integration 區塊 - 透明漸入序列動畫
   說明：
   1) 預設圖片為透明 (opacity: 0)
   2) ScrollReveal afterReveal 會加上 reveal-bottom-delay1/2/3
   3) 動畫僅改變透明度（0 → 1），彼此相差 0.5s
   4) beforeReset 時類別被移除，恢復為透明 0
   ========================================= */

/* --- 初始狀態：三張圖片預設為透明，避免尚未觸發動畫前就顯示 --- */
#Fanless-Integration .pic_integration_01,
#Fanless-Integration .pic_integration_02,
#Fanless-Integration .pic_integration_03 {
  opacity: 0;               /* 預設不可見 */
  will-change: opacity;     /* 提示瀏覽器優化；僅針對透明度 */
}

/* --- 關鍵影格：只做透明度漸變 --- */
@keyframes fadeInOnly {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* --- 逐一延遲的三個類別（由 JS 加上）--- */
/* 第 1 張：立即開始 */
.reveal-bottom-delay1 {
  animation: fadeInOnly 1.3s ease-out 0.5s both; /* both 確保保留在結束狀態 */
}

/* 第 2 張：延遲 0.5 秒 */
.reveal-bottom-delay2 {
  animation: fadeInOnly 1.3s ease-out 1s both;
}

/* 第 3 張：延遲 1 秒 */
.reveal-bottom-delay3 {
  animation: fadeInOnly 1.3s ease-out 1.5s both;
}

/* --- 無障礙：若使用者偏好減少動畫，直接顯示 --- */
@media (prefers-reduced-motion: reduce) {
  #Fanless-Integration .pic_integration_01,
  #Fanless-Integration .pic_integration_02,
  #Fanless-Integration .pic_integration_03 {
    opacity: 1 !important;  /* 直接顯示 */
    animation: none !important;
  }
}

#Fanless-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);
    background: -webkit-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: -moz-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
#Fanless-width-full #Fanless-ContactUs .maintitle a.link_style.link_style_b:hover{
    border: 2px solid #70b7b7;
    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-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
#Fanless-width-full #Fanless-ContactUs .maintitle a.link_style.link_style_b:hover span{
    color: #ffffff !important;
    background-color: #ffffff 0%;
    background: -webkit-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: -moz-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: 
}