<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*: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 #IoT-width-full,
#old-sectionOverview #IoT-width-full,
#special-sectionOverview #IoT-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;
} */
#IoT-width-full {
    font-size: 16px;
    font-family: 'Myriad Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#IoT-width-full ul {
    list-style: none;
}
#IoT-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;
    }
}

#IoT-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;
}

#IoT-width-full a:active {
    background-color: transparent;
}

#IoT-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#IoT-width-full a:hover,
#IoT-width-full a:active {
    outline: 0;
}
#IoT-width-full *:focus {
  outline-color: #1984d6;
}

#IoT-width-full a.link_style{
    color: #fff !important;
    padding: 6px 10px 6px 10px;
    border: 2px solid #0c5d6f;
    background: #0c5d6f;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#IoT-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;
}
#IoT-width-full a.link_style:hover span{
    color: #0c5d6f;
}
#IoT-width-full a.link_style.blue{
    border: 2px solid #0063af;
    background: #0063af;
}
#IoT-width-full a.link_style.blue:hover{
    border: 2px solid #0063af;
    background: #fff;
    color: #0063af;
}
#IoT-width-full a.link_style.blue:hover span{
    color: #0063af;
}
/* #IoT-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;
}
#IoT-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;
} */
#IoT-width-full a.link_style.link_style_b{
    background: #fff;
    border: 2px solid #fff;
    color: #1e262d !important;
    padding: 8px 10px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: absolute;
    bottom: 0;
}
#IoT-width-full a.link_style.link_style_b:hover{
    border: 2px solid #fff;
    /* background: #005a79; */
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#IoT-width-full a.link_style.link_style_b:hover span{
    color: #fff !important;
}
#IoT-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) {
    #IoT-width-full a.link_style{
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }
}

#IoT-width-full #Fanless-Download .maintitle .area_Download a.link_style.link_style_b{
    background: #3c586e;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    margin-bottom: 20px;
}
#IoT-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.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
#IoT-width-full #pageContent-Resources #pageContent-tab-Gaming .pd_item a.link_style.link_style_b{
    /* background: #3c586e; */
    background-image: linear-gradient(to right, #3c586e 0%, #3c586e 100%);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    margin-bottom: 20px;
}
#IoT-width-full #pageContent-Resources #pageContent-tab-Gaming .pd_item a.link_style.link_style_b:hover{
    border: none;
    background-image: linear-gradient(to right, #286381 0%, #77bfbb 100%);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
/*#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;
}

#IoT-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#IoT-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#IoT-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#IoT-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) {
    #IoT-width-full .product-section:before {
        height: 0;
    }

    #IoT-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #IoT-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #IoT-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#IoT-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#IoT-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#IoT-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#IoT-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#IoT-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#IoT-width-full .maintitle a {
    color: #00c6ff;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    text-decoration: none;
}
#IoT-width-full .maintitle a:hover {
    color: #FF3900;
}

#IoT-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#IoT-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#IoT-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#IoT-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: 'Myriad Pro Light', 'Myriad Pro', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 759px) {
    #IoT-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#IoT-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#IoT-width-full .mx-section-screen .angle&gt;img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#IoT-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#IoT-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #IoT-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #IoT-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #IoT-width-full .mx-section-screen .angle&gt;img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #IoT-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#IoT-width-full img.webstyle,
#IoT-width-full .webstyle {
    display: inline-block;
}

/**/
#IoT-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;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item img{
    width: 100%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-20 {
    width: 20%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-25 {
    width: 25%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-30 {
    width: 30%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-45 {
    width: 45%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-55 {
    width: 55%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-40 {
    width: 40%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-60 {
    width: 60%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-35 {
    width: 35%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-65 {
    width: 65%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-70 {
    width: 70%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-75 {
    width: 75%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-80 {
    width: 80%;
}
#IoT-width-full .flexCon.flex-50-50&gt;.flex-item:first-child {
    padding: 0;
}
#IoT-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;
}
#IoT-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #IoT-width-full .flexCon.flex-50-50&gt;.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-45 {
        width: 100%;
    }
    #IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-55 {
        width: 100%;
    }
    #IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-40 {
        width: 100%;
    }
    #IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-60 {
        width: 100%;
    }
    #IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-35 {
        width: 100%;
    }
    #IoT-width-full .flexCon.flex-50-50&gt;.flex-item.flex-65 {
        width: 100%;
    }
    #IoT-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;
    }
    #IoT-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#IoT-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#IoT-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#IoT-width-full .maintitle.lefttxt .info_left .mtitle,
#IoT-width-full .maintitle.lefttxt .info_left .info,
#IoT-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#IoT-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#IoT-width-full .maintitle.lefttxt .info_left .stitle,
#IoT-width-full .maintitle.lefttxt .info_left .stitle p,
#IoT-width-full .maintitle.lefttxt .info_left .info,
#IoT-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#IoT-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#IoT-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#IoT-width-full .maintitle.righttxt .info_left .mtitle,
#IoT-width-full .maintitle.righttxt .info_left .mtitle p,
#IoT-width-full .maintitle.righttxt .info_left .info,
#IoT-width-full .maintitle.righttxt .info_left .info p,
#IoT-width-full .maintitle.righttxt .info_right .mtitle,
#IoT-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#IoT-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#IoT-width-full .maintitle.righttxt .info_right .stitle,
#IoT-width-full .maintitle.righttxt .info_right .stitle p,
#IoT-width-full .maintitle.righttxt .info_right .info,
#IoT-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#IoT-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#IoT-width-full h1 {
    font-size: 2.8em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "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;
}
#IoT-width-full h2 {
    font-size: 1.625em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    /* font-weight: bold; */
    line-height: 1.3 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 0.6em;
    color: #3c586e !important;
    display: inline-block;
    padding-top: 10px;
    letter-spacing: 0em;
}
#IoT-width-full h3 {
    font-size: 1.845em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
}

#IoT-width-full h4 {
    font-size: 3em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #14639e;
    margin-bottom: 1em;
    font-weight: 400;
}


#IoT-width-full .flex-item .info,
#IoT-width-full .mainfull .maintitle .info,
#IoT-width-full .mainsize .maintitle .info,
#IoT-width-full .product-content .maintitle .info {
    font-family: "Roboto", 'Myriad Pro Light', 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #333333 !important;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0em;
}

/* @media only screen and (max-width: 1320px) {

    #IoT-width-full .flex-item .info,
    #IoT-width-full .mainfull .maintitle .info,
    #IoT-width-full .mainsize .maintitle .info,
    #IoT-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.4em;
    }
} */

#IoT-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#IoT-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#IoT-width-full section.whiteBg h2,
#IoT-width-full section.whiteBg .mtitle p,
#IoT-width-full section.whiteBg .stitle p,
#IoT-width-full section.whiteBg .flex-item .info,
#IoT-width-full section.whiteBg .mainfull .info,
#IoT-width-full section.whiteBg .maintitle .info,
#IoT-width-full section.whiteBg ul li p,
#IoT-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #IoT-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #IoT-width-full section.whiteBg .mtitle p,
    #IoT-width-full .mtitle p,
    #IoT-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #IoT-width-full section.whiteBg .mtitle p,
    #IoT-width-full .mtitle p,
    #IoT-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#IoT-width-full .full-section .mainfull {
    text-align: center;
}

#IoT-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#IoT-width-full img.mobile,
#IoT-width-full .mobile {
    display: none;
}

#IoT-width-full .text-left,
#IoT-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

#IoT-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
}

/*Gen13-KV*/
#IoT-width-full #IoT-KV {
    padding-top: 0%;
    margin-bottom: 100px;
    overflow: hidden;
    background: #fff;
}
#IoT-width-full #IoT-KV h2{
    font-family: "Myriad Pro";
    font-size: 3.75em;
    padding-top: 10px;
}
#IoT-width-full #IoT-KV .maintitle {
    left: 25%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 760px;
}

#IoT-width-full #IoT-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#IoT-width-full #IoT-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;
}

#IoT-width-full #IoT-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (max-width: 2080px) {
    #IoT-width-full h1{
        font-size: 2.6em;
    }
    #IoT-width-full #IoT-KV h2{
        font-size: 3.45em;
    }
}
@media only screen and (max-width: 1920px) {
    #IoT-width-full h1{
        font-size: 2.5em;
    }
    #IoT-width-full #IoT-KV h2{
        font-size: 3.35em;
    }
}
@media only screen and (max-width: 1780px) {
    #IoT-width-full h1{
        font-size: 2.5em;
    }
    #IoT-width-full #IoT-KV h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1680px) {
    #IoT-width-full h1{
        font-size: 2.5em;
    }
    #IoT-width-full #IoT-KV h2{
        font-size: 2.8em;
    }
}
@media only screen and (max-width: 1580px) {
    #IoT-width-full h1{
        font-size: 2.1em;
    }
    #IoT-width-full #IoT-KV h2{
        font-size: 2.6em;
    }
}
@media only screen and (max-width: 1480px) {
    #IoT-width-full h1{
        font-size: 2.0em;
    }
    #IoT-width-full #IoT-KV h2{
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 1440px) {
    #IoT-width-full h1{
        font-size: 1.8em;
    }
    #IoT-width-full #IoT-KV h2{
        font-size: 2.3em;
    }
    #IoT-width-full #IoT-KV .maintitle{
        left: 24%;
    }
    #IoT-width-full #IoT-KV .bg img{
        margin-left: 3%;
    }
}

@media only screen and (max-width: 1350px) {
    #IoT-width-full h1{
        font-size: 1.7em;
    }
    #IoT-width-full #IoT-KV h2{
        font-size: 2.2em;
    }
    #IoT-width-full #IoT-KV .stitle p {
        font-size: 1.5em;
    }

    #IoT-width-full #IoT-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 1100px) {
    #IoT-width-full #IoT-KV {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #IoT-width-full #IoT-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    #IoT-width-full #IoT-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #IoT-width-full #IoT-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%);
    }
    #IoT-width-full #IoT-KV .bg img {
        width: 122% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -18% !important;
    }
    #IoT-width-full #IoT-KV .bg:before{
        display: none;
    }

    #IoT-width-full #IoT-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 759px) {
    #IoT-width-full #IoT-KV{
        margin-bottom: 50px;
    }
    #IoT-width-full #IoT-KV .bg img {
        width: 130% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -28% !important;
    }
    #IoT-width-full h4{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-KV .maintitle {
        padding-top: .5em;
    }

    #IoT-width-full #IoT-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) {
    #IoT-width-full #IoT-Barriers .flexCon.flex-50-50&gt;.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #IoT-width-full #IoT-Barriers .flexCon.flex-50-50&gt;.flex-item.flex-45 {
        width: 100%;
    }
    #IoT-width-full #IoT-Barriers .flexCon.flex-50-50&gt;.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #IoT-width-full #IoT-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;
    }
    #IoT-width-full #IoT-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #IoT-width-full #IoT-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #IoT-width-full #IoT-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #IoT-width-full #IoT-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}

/*#IoT-width-full #IoT-footer*/
#IoT-width-full #IoT-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;
}
#IoT-width-full #IoT-footer .maintitle ul.list-decimal{
    padding-left: 1em;
}
#IoT-width-full #IoT-footer .maintitle ul.list-decimal &gt; 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;
}

/*#IoT-width-full #IoT-ContactUs*/
#IoT-width-full #IoT-ContactUs{
    position: relative;
    overflow: hidden;
    background: #18334e;
}
#IoT-width-full #IoT-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;
}
#IoT-width-full #IoT-ContactUs .maintitle a.link_style{
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
#IoT-width-full #IoT-ContactUs .maintitle a.link_style.link_style_b{
    position: relative;
    bottom: inherit;
}
/*#IoT-width-full #IoT-Datasheet*/
#IoT-width-full #IoT-Datasheet{
    position: relative;
    overflow: hidden;
    padding: 0px;
}
#IoT-width-full #IoT-Datasheet .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
#IoT-width-full #IoT-Datasheet a.Button_Datasheet{
    border: 1px solid #818181 !important;
    cursor: pointer;
    padding: 11px 12px 11px 16px !important;
    text-align: left !important;
        border-radius: 4px;
            -webkit-transition: all .3s;
            display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 197px;
    height: auto !important;
    min-width: 144px;
        font-size: 1.1875rem;
}

#IoT-width-full #IoT-Datasheet a.Button_Datasheet .Button_Datasheet_Text{
        color: #181818 !important;
            display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    white-space: normal !important;
    font-family: TT Norms Pro, Roboto, sans-serif;
    -webkit-transition: all .3s;
}
#IoT-width-full #IoT-Datasheet a.Button_Datasheet .Button_Datasheet_arrowDownloadSVG{
    height: 24px;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none;
    margin-left: 10px;
        
}
#IoT-width-full #IoT-Datasheet a.Button_Datasheet svg path{
    -webkit-transition: all .3s;
    stroke: #181818;
}

#IoT-width-full #IoT-Datasheet a.Button_Datasheet:hover{
    background: #0b63a8;
        border: 1px solid #0b63a8 !important;
    -webkit-transition: all .3s;
}
#IoT-width-full #IoT-Datasheet a.Button_Datasheet:hover .Button_Datasheet_Text{
    color: #fff !important;
    -webkit-transition: all .3s;
}
#IoT-width-full #IoT-Datasheet a.Button_Datasheet:hover svg path{
    stroke: #fff;
    -webkit-transition: all .3s;
}
/*#IoT-width-full #IoT-Info*/
#IoT-width-full #IoT-Info{
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
#IoT-width-full #IoT-Info .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 2vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 2vw;
    position: relative;
    z-index: 1;
}
#IoT-width-full #IoT-Info .maintitle h2{
        margin-bottom: 1.0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    max-width: 700px;
    font-weight: 500;
    letter-spacing: 0;
}
#IoT-width-full #IoT-Info .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 4px;
    background:  linear-gradient(to right, rgba(75, 102, 122, 1) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 0.2) 100%);
    transform: translate(-50%, 0%);
}

#IoT-width-full #IoT-Info .maintitle .info{
    color: #3f596e;
}

@media only screen and (max-width: 1024px) {
    #IoT-width-full #IoT-Info .maintitle {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-Info .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
}

/*#IoT-width-full #IoT-Feature*/
#IoT-width-full #IoT-Feature{
    position: relative;
    overflow: hidden;
}
#IoT-width-full #IoT-Feature .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 2vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 1vw;
    position: relative;
    z-index: 1;
}
#IoT-width-full #IoT-Feature .maintitle h2{
        margin-bottom: 0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    max-width: 700px;
    font-weight: 500;
    letter-spacing: 0;
    padding-bottom: 10px;
}
/* #IoT-width-full #IoT-Feature .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 4px;
    background:  linear-gradient(to right, rgba(75, 102, 122, 1) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 0.2) 100%);
    transform: translate(-50%, 0%);
} */
#IoT-width-full #IoT-Feature .maintitle h3{
    font-size: 1.375em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 10px;
    color: #2a6e8a !important;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
}
#IoT-width-full #IoT-Feature .maintitle .info{
    color: #3f596e;
}
#IoT-width-full #IoT-Feature .maintitle .info_b{
        padding: 30px;
    margin-bottom: 20px !important;
    border-radius: 10px;
    color: #3f596e;
}
#IoT-width-full #IoT-Feature .maintitle .flexCon{
    margin: 30px 0 10px;
}
#IoT-width-full #IoT-Feature .maintitle .flex-item img{
    max-width: 500px !important;
}

@media only screen and (max-width: 1024px) {
    #IoT-width-full #IoT-Feature .maintitle {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-Feature .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
}

/*#IoT-width-full #IoT-Applications*/
#IoT-width-full #IoT-Applications{
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
#IoT-width-full #IoT-Applications .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 2vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 1vw;
    position: relative;
    z-index: 1;
}
#IoT-width-full #IoT-Applications .maintitle h2{
        margin-bottom: 1.0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0;
}
#IoT-width-full #IoT-Applications .list_Applications{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 5vw;
}
#IoT-width-full #IoT-Applications .list_Applications li{
    max-width: 360px;
    display: inline-block;
    margin: 0 1vw 2vw;
    border-radius: 20px;
    background: #000;
    /* overflow: hidden; */
}
#IoT-width-full #IoT-Applications .list_Applications li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
#IoT-width-full #IoT-Applications .list_Applications li img{
    width: 100%;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#IoT-width-full #IoT-Applications .list_Applications li h3{
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    padding: 0 18px;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#IoT-width-full #IoT-Applications .list_Applications li a:hover img,
#IoT-width-full #IoT-Applications .list_Applications li a:focus img{
    opacity: 0.4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#IoT-width-full #IoT-Applications .list_Applications li a:hover h3,
#IoT-width-full #IoT-Applications .list_Applications li a:focus h3{
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
    #IoT-width-full #IoT-Applications .maintitle {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-Applications .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
}

/*#IoT-width-full #IoT-Accelerate*/
#IoT-width-full #IoT-Accelerate{
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
#IoT-width-full #IoT-Accelerate .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 2vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 1vw;
    position: relative;
    z-index: 1;
}
#IoT-width-full #IoT-Accelerate .maintitle h2{
        margin-bottom: 1.0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0;
}
#IoT-width-full #IoT-Accelerate .list_Accelerate{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
#IoT-width-full #IoT-Accelerate .list_Accelerate li{
    max-width: 360px;
    display: inline-block;
    margin: 0 1vw 2vw;
    border-radius: 20px;
    background: #000;
    width: calc(25% - 2vw);
    position: relative; 
    overflow: hidden;
}
#IoT-width-full #IoT-Accelerate .list_Accelerate li:before {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 30%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }
#IoT-width-full #IoT-Accelerate .list_Accelerate li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
#IoT-width-full #IoT-Accelerate .list_Accelerate li img{
    width: 100%;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#IoT-width-full #IoT-Accelerate .list_Accelerate li h3{
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    bottom: 1em;
    left: 50%;
    width: 100%;
    padding: 0 28px;
    transform: translate(-50%, 0%);
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
    #IoT-width-full #IoT-Accelerate .maintitle {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 968px){
    #IoT-width-full #IoT-Accelerate .list_Accelerate{
        padding: 0 calc(18px - 1vw);
    }
    #IoT-width-full #IoT-Accelerate .list_Accelerate li{
            width: calc(50% - 2vw);
            margin-bottom: 15px;
    }
    #IoT-width-full #IoT-Accelerate .list_Accelerate li h3{
        font-size: 1.4em;
    }
    #IoT-width-full #IoT-Accelerate{
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 480px) {

    #IoT-width-full #IoT-Accelerate .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
    #IoT-width-full #IoT-Accelerate .list_Accelerate li{
            width: calc(100% - 2vw);
    }
}

/*#IoT-width-full #IoT-Resilient*/
#IoT-width-full #IoT-Resilient{
    position: relative;
    overflow: hidden;
    padding-bottom: 5vw;
}
#IoT-width-full #IoT-Resilient .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 2vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 1vw;
    position: relative;
    z-index: 1;
}
#IoT-width-full #IoT-Resilient .maintitle h2{
        margin-bottom: 0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0;
}
#IoT-width-full #IoT-Resilient .maintitle h3{
    font-size: 1.845em;
    color: #3c586d !important;
}
#IoT-width-full #IoT-Resilient h4{
        margin-bottom: 0.5em !important;
    position: relative;
    color: #3f596e !important;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}
#IoT-width-full #IoT-Resilient .list_Resilient {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1080px;
    margin: 3em auto 0;
    justify-content: center;
    align-items: stretch; /* 確保所有項目高度相同 */
    padding: 0 18px 0;
}

#IoT-width-full #IoT-Resilient .list_Resilient li {
    display: flex; /* 使用 Flexbox 將子元素排列在垂直方向 */
    flex-direction: column; /* 垂直排列子元素 */
    margin: 0 1vw 2vw;
    padding: 20px 18px;
    border-radius: 20px;
    background: #f7f7f8;
    width: calc(33.33% - 2vw);
    height: auto; /* 如果內容超出會自動調整 */
    justify-content: space-between; /* 確保內容分佈良好 */
}

#IoT-width-full #IoT-Resilient .list_Resilient li img {
        width: 80%;
    flex-shrink: 0;
    max-width: 120px !important;
    margin: 2em auto 2em !important;
}

#IoT-width-full #IoT-Resilient .list_Resilient li p,
#IoT-width-full #IoT-Resilient .list_Resilient li h4 {
    flex-grow: 1; /* 撐開剩餘空間 */
    margin: 0; /* 去除預設外距，避免額外空間 */
    padding: 0 18px;
}

#IoT-width-full #IoT-Resilient .list_Resilient li p:last-child {
    margin-bottom: 18px; /* 最後一個段落有適當的內間距 */
}
#IoT-width-full #IoT-Resilient .list_Resilient li h4{
    text-align: center;
    font-weight: 600;
    font-size: 1.4em;
}
#IoT-width-full #IoT-Resilient .list_Resilient li p{
    color: #3f596e;
    font-size: 1em;
    width: 100%;
    padding: 0 18px 0 10px;
    margin-left: 18px;
    margin-bottom: 0;
    text-align: left;
    position: relative;    
}
#IoT-width-full #IoT-Resilient .list_Resilient li p:after{
    content: "•";
    position: absolute;
    top: 0em;
    left: 0;
}
@media only screen and (max-width: 1024px) {
    #IoT-width-full #IoT-Resilient .maintitle {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    #IoT-width-full #IoT-Resilient .maintitle h3{
        font-size: 1.4em;
        line-height: 1.5;
    }
    #IoT-width-full #IoT-Resilient .list_Resilient li {
        width: calc(50% - 2vw);
    }
}
@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-Resilient .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
    #IoT-width-full #IoT-Resilient .list_Resilient li {
        width: calc(100% - 2vw);
        margin: 0 0 15px;
    }
}

/*#IoT-width-full #IoT-Transformation*/
#IoT-width-full #IoT-Transformation{
    position: relative;
    overflow: hidden;
}
#IoT-width-full #IoT-Transformation .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 2vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 1vw;
    position: relative;
    z-index: 1;
}
#IoT-width-full #IoT-Transformation .maintitle h2{
        margin-bottom: 0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0;
}
#IoT-width-full #IoT-Transformation .maintitle h3{
    font-size: 1.845em;
    color: #3c586d !important;
}
#IoT-width-full #IoT-Transformation h4{
        margin-bottom: 0.5em !important;
    position: relative;
    color: #3f596e !important;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}
#IoT-width-full #IoT-Transformation .list_Transformation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1080px;
    margin: 3em auto 0;
    justify-content: center;
    align-items: stretch; /* 確保所有項目高度相同 */
    padding: 0 18px 50px;
}

#IoT-width-full #IoT-Transformation .list_Transformation li {
    display: flex; /* 使用 Flexbox 將子元素排列在垂直方向 */
    flex-direction: column; /* 垂直排列子元素 */
    margin: 0 1vw 2vw;
    padding: 20px 18px;
    border-radius: 20px;
    background: #f7f7f8;
    width: calc(33.33% - 2vw);
    height: auto; /* 如果內容超出會自動調整 */
    justify-content: space-between; /* 確保內容分佈良好 */
}

#IoT-width-full #IoT-Transformation .list_Transformation li img {
        width: 80%;
    flex-shrink: 0;
    max-width: 140px !important;
    margin: 2em auto 2em !important;
}

#IoT-width-full #IoT-Transformation .list_Transformation li p,
#IoT-width-full #IoT-Transformation .list_Transformation li h4 {
    flex-grow: 1; /* 撐開剩餘空間 */
    margin: 0 0 3em; /* 去除預設外距，避免額外空間 */
    padding: 0 1.5em;
}

#IoT-width-full #IoT-Transformation .list_Transformation li p:last-child {
    margin-bottom: 18px; /* 最後一個段落有適當的內間距 */
}
#IoT-width-full #IoT-Transformation .list_Transformation li h4{
    text-align: center;
    font-weight: 600;
    font-size: 1.4em;
}
#IoT-width-full #IoT-Transformation .list_Transformation li p{
    color: #3f596e;
    font-size: 1em;
    width: 100%;
    padding: 0 18px 0 10px;
    margin-left: 18px;
    margin-bottom: 0;
    text-align: left;
    position: relative;    
}
#IoT-width-full #IoT-Transformation .list_Transformation li p:after{
    content: "•";
    position: absolute;
    top: 0em;
    left: 0;
}
@media only screen and (max-width: 1024px) {
    #IoT-width-full #IoT-Transformation .maintitle {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    #IoT-width-full #IoT-Transformation .maintitle h3{
        font-size: 1.4em;
        line-height: 1.5;
    }
     #IoT-width-full #IoT-Transformation .list_Transformation{
        padding-bottom: 0;
     }
    #IoT-width-full #IoT-Transformation .list_Transformation li h4{
        padding: 0 0.5em;
    }
    #IoT-width-full #IoT-Transformation .list_Transformation li {
        width: calc(50% - 2vw);
    }
}
@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-Transformation .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
    #IoT-width-full #IoT-Transformation .list_Transformation li {
        width: calc(100% - 2vw);
        margin: 0 0 15px;
    }
}

/*#IoT-width-full #IoT-Motherboards*/
#IoT-width-full #IoT-Motherboards{
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
#IoT-width-full #IoT-Motherboards .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 2vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 1vw;
    position: relative;
    z-index: 1;
}
#IoT-width-full #IoT-Motherboards .maintitle h2{
        margin-bottom: 0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0;
}
#IoT-width-full #IoT-Motherboards .maintitle h3{
    font-size: 1.845em;
    color: #3c586d !important;
}
#IoT-width-full #IoT-Motherboards h4{
        margin-bottom: 0.5em !important;
    position: relative;
    color: #3f596e !important;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}
#IoT-width-full #IoT-Motherboards .list_Motherboards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 3em auto 0;
    justify-content: center;
    align-items: stretch; /* 確保所有項目高度相同 */
    padding-bottom: 0;
    padding: 0 18px;
}

#IoT-width-full #IoT-Motherboards .list_Motherboards li {
    display: flex;
    flex-direction: row;
    margin: 0 1vw 1.5vw;
    padding: 3em;
    border-radius: 20px;
    background: #f7f7f8;
    width: 100%;
    height: auto;
    align-items: center;
}
#IoT-width-full #IoT-Motherboards .list_Motherboards li ol{
    width: 60%;
}
#IoT-width-full #IoT-Motherboards .list_Motherboards li ol li{
    padding: 0;
    margin: 0;
}
#IoT-width-full #IoT-Motherboards .list_Motherboards li img {
        width: 80%;
    flex-shrink: 0;
    max-width: 120px !important;
    margin: 2em auto 2em !important;
}

#IoT-width-full #IoT-Motherboards .list_Motherboards li p,
#IoT-width-full #IoT-Motherboards .list_Motherboards li h4 {
    flex-grow: 1; /* 撐開剩餘空間 */
    margin: 0; /* 去除預設外距，避免額外空間 */
    padding: 0 18px;
}

#IoT-width-full #IoT-Motherboards .list_Motherboards li p:last-child {
    margin-bottom: 0; /* 最後一個段落有適當的內間距 */
}
#IoT-width-full #IoT-Motherboards .list_Motherboards li h4{
    text-align: left;
    font-weight: 600;
    font-size: 1.4em;
    width: 40%;
}
#IoT-width-full #IoT-Motherboards .list_Motherboards li p{
    color: #3f596e;
    font-size: 1em;
    width: 100%;
    padding: 0 18px 0 10px;
    margin-left: 18px;
    margin-bottom: 0;
    text-align: left;
    position: relative;    
}
#IoT-width-full #IoT-Motherboards .list_Motherboards li p:after{
    content: "•";
    position: absolute;
    top: 0em;
    left: 0;
}
@media only screen and (max-width: 1024px) {
    #IoT-width-full #IoT-Motherboards .maintitle {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    #IoT-width-full #IoT-Motherboards .maintitle h3{
        font-size: 1.4em;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-Motherboards .list_Motherboards li{
        padding: 18px;
        flex-direction: column;
        margin: 0 0 15px;
    }
    #IoT-width-full #IoT-Motherboards .list_Motherboards li h4{
        width: 100%;
    }
    #IoT-width-full #IoT-Motherboards .list_Motherboards li ol{
        width: 100%;
    }
    #IoT-width-full #IoT-Motherboards .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
}

/*#IoT-width-full #IoT-High*/
#IoT-width-full #IoT-High{
    position: relative;
    overflow: hidden;
    background: #000000;
    padding: 0;
}
#IoT-width-full #IoT-High .maintitle {
    text-align: center;
    width: 100%;
    /* max-width: 1430px; */
    margin: 0 auto -20px;
    padding-top: 5vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 6vw;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#IoT-width-full #IoT-High .maintitle h2{
    margin-bottom: 0em !important;
    position: relative;
    font-size: 2.5em;
}
/* #IoT-width-full #IoT-High .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
} */
#IoT-width-full #IoT-High .maintitle .info{
    margin-bottom: 30px !important;
}
#IoT-width-full #IoT-High .maintitle img{
    width: 100%;
    max-width: 1431px;
}
#IoT-width-full #IoT-High h3{
    color: #fff !important;
    margin-top: 20px;
}
#IoT-width-full #IoT-High .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#IoT-width-full #IoT-High .bg img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1920px) {
    #IoT-width-full #IoT-High .bg{
        /*display: flex;
        justify-content: center;*/
    }
    #IoT-width-full #IoT-High .bg img{
/*       width: auto;*/
    }
}
@media only screen and (max-width: 1024px) {
    #IoT-width-full #IoT-High .bg{
        width: 180%;
        top: 50%;
    }
    #IoT-width-full #IoT-High .bg img{
        /*    max-width: inherit !important;
        margin-left: 0;
        width: 200%;*/
    }
}
@media only screen and (max-width: 768px) {
    #IoT-width-full #IoT-High .maintitle {
        padding-bottom: 10vw;
    }
    #IoT-width-full #IoT-High .bg{
/*        margin: 20px 0 50px;*/
    }
    #IoT-width-full #IoT-High .bg img{
       
    }
}
@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-High{
        padding: 0;
    }
    #IoT-width-full #IoT-High .maintitle{
        padding-top: 50px;
    }
}


/*#IoT-width-full #IoT-Computers*/
#IoT-width-full #IoT-Computers{
    position: relative;
    overflow: hidden;
    background: #000000;
    padding: 0;
}
#IoT-width-full #IoT-Computers .maintitle {
    text-align: center;
    width: 100%;
    /* max-width: 1430px; */
    margin: 0 auto -20px;
    padding-top: 5vw;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 6vw;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#IoT-width-full #IoT-Computers .maintitle h2{
    margin-bottom: 0em !important;
    position: relative;
    font-size: 2.5em;
}
/* #IoT-width-full #IoT-Computers .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
} */
#IoT-width-full #IoT-Computers .maintitle .info{
    margin-bottom: 30px !important;
}
#IoT-width-full #IoT-Computers .maintitle img{
    width: 100%;
    max-width: 1431px;
}
#IoT-width-full #IoT-Computers h3{
    color: #fff !important;
    margin-top: 20px;
}
#IoT-width-full #IoT-Computers .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#IoT-width-full #IoT-Computers .bg img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1920px) {
    #IoT-width-full #IoT-Computers .bg{
        /*display: flex;
        justify-content: center;*/
    }
    #IoT-width-full #IoT-Computers .bg img{
/*       width: auto;*/
    }
}
@media only screen and (max-width: 1024px) {
    #IoT-width-full #IoT-Computers .bg{
        width: 180%;
        top: 50%;
    }
    #IoT-width-full #IoT-Computers .bg img{
        /*    max-width: inherit !important;
        margin-left: 0;
        width: 200%;*/
    }
}
@media only screen and (max-width: 768px) {
    #IoT-width-full #IoT-Computers .maintitle {
        padding-bottom: 10vw;
    }
    #IoT-width-full #IoT-Computers .bg{
/*        margin: 20px 0 50px;*/
    }
    #IoT-width-full #IoT-Computers .bg img{
       
    }
}
@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-Computers{
        padding: 0;
    }
    #IoT-width-full #IoT-Computers .maintitle{
        padding-top: 50px;
    }
}

/*Anorak-Jacket-05*/
#IoT-width-full #IoT-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#IoT-width-full #IoT-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#IoT-width-full #IoT-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#IoT-width-full #IoT-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) {
    #IoT-width-full #IoT-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #IoT-width-full #IoT-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #IoT-width-full #IoT-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #IoT-width-full #IoT-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #IoT-width-full #IoT-05 .stitle p {
        font-size: 1.5em;
    }

    #IoT-width-full #IoT-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #IoT-width-full #IoT-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #IoT-width-full #IoT-05 img.mobile {
        display: block !important;
    }

    #IoT-width-full #IoT-05 .control_io_mobile {
        display: block !important;
    }

    #IoT-width-full #IoT-05 .control_io {
        display: none !important;
    }

    #IoT-width-full #IoT-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #IoT-width-full #IoT-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #IoT-width-full #IoT-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #IoT-width-full #IoT-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #IoT-width-full #IoT-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #IoT-width-full #IoT-05 .stitle p {
        margin-top: 20px
    }

    #IoT-width-full #IoT-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 759px) {
    #IoT-width-full #IoT-05 .mtitle p {
        font-size: 2.5em;
    }

    #IoT-width-full #IoT-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #IoT-width-full #IoT-05 .maintitle {
        padding-top: .5em;
    }

    #IoT-width-full #IoT-05 .mtitle p {
        font-size: 2.5em;
    }

    #IoT-width-full #IoT-05 .stitle p {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1880px) {
    #IoT-width-full .mtitle p,
    #IoT-width-full h2 {
        font-size: 1.625em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1780px) {
    #IoT-width-full .mtitle p,
    #IoT-width-full h2 {
        font-size: 1.625em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1440px) {
    #IoT-width-full .mtitle p,
    #IoT-width-full h2 {
        font-size: 1.6em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #IoT-width-full .mtitle p,
    #IoT-width-full h2 {
        font-size: 1.5em;
        line-height: 1.2em;
    }

   /*  #IoT-width-full .flex-item .info,
    #IoT-width-full .mainfull .maintitle .info,
    #IoT-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.3em;
        width: 100%
    } */

    #IoT-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #IoT-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #IoT-width-full img.webstyle,
    #IoT-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #IoT-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #IoT-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #IoT-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #IoT-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #IoT-width-full img.mobile,
    #IoT-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #IoT-width-full .maintitle .info,
    #IoT-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    #IoT-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #IoT-width-full .flex-item .info,
    #IoT-width-full .mainfull .maintitle .info,
    #IoT-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;
    }

    #IoT-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#IoT-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #IoT-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #IoT-width-full .mtitle p,
    #IoT-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;
    }

    #IoT-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #IoT-width-full .full-section {
        padding: 0 0;
    }
}

/* nav bar */
#IoT-width-full #IoT-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;
}

#IoT-width-full #IoT-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#IoT-width-full #IoT-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: 20px
}

#IoT-width-full #IoT-nav ul li a {
    display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}

#IoT-width-full #IoT-nav ul li div {
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-left: auto;
    background: #C8C8C8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    box-shadow: inset 0 0 1px #777;
    display: inline-block;
    position: relative;
}

#IoT-width-full #IoT-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    color: #005a79;
    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;
}

#IoT-width-full #IoT-nav ul li.on.active b,
#IoT-width-full #IoT-nav ul li.active b {
    top: 90%
}

#IoT-width-full #IoT-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;
}

#IoT-width-full #IoT-nav ul li:hover div {
    background: #005a79
}

#IoT-width-full #IoT-nav ul li.active {
    height: 38px !important
}

#IoT-width-full #IoT-nav ul li.active div {
    background: #005a79;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #IoT-width-full #IoT-nav {
        display: none;
    }
}

/*動態CSS*/
#IoT-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
    }
}

#IoT-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
    }
}

#IoT-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
    }
}

#IoT-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,
#IoT-width-full .mainfull .maintitle .product-text,
#IoT-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#IoT-width-full .txt_move{
animation: inherit !important;
}
#IoT-width-full .txt_move_b{
animation: inherit !important;
}
} */

#IoT-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#IoT-width-full .slick-prev:before, #IoT-width-full .slick-next:before {
  color: #0072ce !important;
}
#IoT-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%);
}
#IoT-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%);
}
#IoT-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%);
}
#IoT-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) {
    #IoT-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;
    }
    #IoT-width-full .slick-prev:before,
    #IoT-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}

/**/
#IoT-width-full .pageContent-Power{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    padding-bottom: 6vw;
    padding-top: 5vw;
}
#IoT-width-full .pageContent-Power .align-center{
    text-align: center;
}
#IoT-width-full .pageContent-Power .tab-content{
    padding: 0 50px;
        max-width: 1440px;
            margin: 0 auto;
}
#IoT-width-full .pageContent-Power .tab-content h3{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
#IoT-width-full .pageContent-Power .title-tab:after{
    background: #8a8a8a;
}
#IoT-width-full .pageContent-Power .title-tab li h3{
    color: #ffffff;
        font-size: inherit;
            margin: 0;
}
#IoT-width-full .pageContent-Power h3{
    color: #ffffff;
}
#IoT-width-full .pageContent-Power h2 {
        margin-bottom: 2.0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 2.5em;
    max-width: 700px;
    font-weight: 500;
    letter-spacing: 0;
   /*  margin-bottom: 0.5em !important;
    position: relative;
    font-size: 2.5em;
    font-weight: 600;
    color: #225d7f !important;
    background-color: #225d7f 0%;
    background: -webkit-linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    background: -moz-linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    background: -o-linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    background: linear-gradient(to right, #225d7f 0%, #7cc5bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; */
}
#IoT-width-full .pageContent-Power h2:after {
        content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    min-width: 100px;
    height: 3px;
    background: linear-gradient(to right, rgba(75, 102, 122, 1) 0%, rgba(75, 102, 122, 0.5) 50%, rgba(75, 102, 122, 0.2) 100%);
    transform: translate(-50%, 0%);
}
#IoT-width-full .pageContent-Power .owl-nav {
    width: 100%;
    height: 2em;
    position: relative;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#IoT-width-full .pageContent-Power .owl-nav .owl-prev.disabled, #IoT-width-full .pageContent-Power .owl-nav .owl-next.disabled {
    opacity: 1;
    pointer-events: none;
}
#IoT-width-full .pageContent-Power .owl-nav .owl-prev, #IoT-width-full .pageContent-Power .owl-nav .owl-next{
    width: 3em;
    height: 3em;
    position: relative;
    top: 0;
    border: none;
    background: none;
    pointer-events: all;
    opacity: 0.8;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-indent: -9999px;
    margin: 0 0.5em;
}
#IoT-width-full .pageContent-Power .owl-nav .owl-prev span, #IoT-width-full .pageContent-Power .owl-nav .owl-next span{
    width: 3em;
    height: 3em;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 0;
    border: none;
    background: none;
    pointer-events: all;
    opacity: 1;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
        text-indent: -9999px;
        margin: 0 0.5em;
}
#IoT-width-full .pageContent-Power .owl-nav .owl-prev{
    /* right: 101.5%; */
}
#IoT-width-full .pageContent-Power .owl-nav .owl-next{
    /* left: 101.5%; */
}
#IoT-width-full .pageContent-Power .owl-nav .owl-prev span{
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}
#IoT-width-full .pageContent-Power .owl-nav .owl-next span{
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}
#IoT-width-full .pageContent-Power .owl-nav .owl-prev:before{
        content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/next_a.svg) center center no-repeat;
    background-size: cover;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%) rotate(180deg);
    top: 50%;
    left: 50%;
}
#IoT-width-full .pageContent-Power .owl-nav .owl-prev.disabled:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/next_d.svg) center center no-repeat;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%) rotate(180deg);
    top: 50%;
    left: 50%;
}
#IoT-width-full #pageContent-Resources.pageContent-Power .owl-nav .owl-prev.disabled:before{
    background: url(../img/next_d2.svg) center center no-repeat;
}
#IoT-width-full .pageContent-Power .owl-nav .owl-next:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/next_a.svg) center center no-repeat;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#IoT-width-full .pageContent-Power .owl-nav .owl-next.disabled:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/next_d.svg) center center no-repeat;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#IoT-width-full #pageContent-Resources.pageContent-Power .owl-nav .owl-next.disabled:before{
    background: url(../img/next_d2.svg) center center no-repeat;
}
#IoT-width-full .pageContent-Power .owl-dots{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
    display: none;
}

#IoT-width-full .pageContent-Power .owl-dots .owl-dot:first-child {
    margin-left: 0;
}
#IoT-width-full .pageContent-Power .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: rgba(255,255,255,0.3);
    margin: 20px 5px 0;
}
#IoT-width-full .pageContent-Power .owl-dots .owl-dot.active{
    width: 50px;
}
#IoT-width-full .pageContent-Power .owl-dots .owl-dot a{
    display: inline-block;
    width: 100%;
}
#IoT-width-full .pageContent-Power .owl-dots .owl-dot.active {
    background-color: #ffa800;
    background-image: -moz-linear-gradient(90deg, #ffa800,#ffa800);
    background-image: -webkit-linear-gradient(90deg, #ffa800,#ffa800);
    background-image: linear-gradient(90deg, #ffa800,#ffa800);
}
#IoT-width-full .pageContent-Power .owl-dots .owl-dot p {
    font-size: 14px;
    margin-top: 1em;
    color: #fff;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#IoT-width-full .pageContent-Power #carousel1 .owl-dots .owl-dot.active {
    background-color: #a886ff;
    background-image: -moz-linear-gradient(90deg, #a886ff,#a886ff);
    background-image: -webkit-linear-gradient(90deg, #a886ff,#a886ff);
    background-image: linear-gradient(90deg, #a886ff,#a886ff);
}
#IoT-width-full .pageContent-Power #carousel3 .owl-dots .owl-dot.active {
    background-color: #dac19d;
    background-image: -moz-linear-gradient(90deg, #dac19d,#dac19d);
    background-image: -webkit-linear-gradient(90deg, #dac19d,#dac19d);
    background-image: linear-gradient(90deg, #dac19d,#dac19d);
}

#IoT-width-full .pageContent-Power .owl-carousel_amd .owl-stage-outer{
    padding: 20px 1px;
}
#IoT-width-full .pageContent-Power .owl-stage {
    display: flex;
    justify-content: center;
}

#IoT-width-full .pageContent-Power .pd_items{
        display: flex;
    flex-direction: column;
    padding: 0;
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
/* #IoT-width-full .pageContent-Power .pd_items:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #9125ec 0, #600cf9 100%);
}
#IoT-width-full .pageContent-Power .pd_items:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #9125ec 0, #600cf9 100%);
    z-index: 1;
} */
#IoT-width-full .pageContent-Power .pd_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15% 0;
    background: linear-gradient(to bottom, #fff 0, #fff 50%, #fff 100%);
    overflow: hidden;
    border-radius: 10px;
    align-items: center;

    /* justify-content: space-between; */
}
#IoT-width-full .pageContent-Power .pd_item .info {
    font-family: "Roboto", 'Myriad Pro Light', 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #3f596e !important;
    font-size: 1.0em;
    line-height: 1.25em;
    font-weight: 300;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0em;
    padding: 0 18px;
}
#IoT-width-full .pageContent-Power .pd_item h4{
    font-size: 1.8em;
    font-family: "Roboto", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
        color: #3f596e;
        line-height: 1.2;
        font-weight: 500;
        margin-top: 1em;
}
#IoT-width-full .pageContent-Power .pd_item img{
        width: 100%;
    margin-left: 0%;
    /* max-width: 440px; */
    margin-top: -15% !important;
}
#IoT-width-full .pageContent-Power .pd_item a,
#IoT-width-full .pageContent-Power a.btn_Learn {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
        border-radius: 50px;
    bottom: 50px;
    transform: translate(-50%, 0%);
    font-family: "TradeGothicLTPro", sans-serif;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
        width: 80%;
    /* max-width: 200px; */
    padding: 10px 25px 10px 25px;
    background-image: linear-gradient(to right, #005a79 0%, #005a79 100%);
    white-space:nowrap;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#IoT-width-full .pageContent-Power a.btn_Learn{
    margin: 40px 0 0;
    display: inline-block;
    position: relative;
    bottom: inherit;
}
#IoT-width-full .pageContent-Power .pd_item a:hover{
    border: none;
    background-image: linear-gradient(to right, #286381 0%, #77bfbb 100%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
/* #IoT-width-full .pageContent-Power .pd_item a:after,
#IoT-width-full .pageContent-Power a.btn_Learn:after{
        content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 25px;
    height: 18px;
    background: url(../img/btn_ico.svg) center center no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
#IoT-width-full .pageContent-Power .pd_item a:hover:after,
#IoT-width-full .pageContent-Power a.btn_Learn:hover:after{
    right: 5px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
} */
#IoT-width-full .pageContent-Power .pd_item h3{
    color: #3f596e;
    font-size: 1.3em;
    font-weight: bold;
    margin: 25px 0 10px;
    text-align: left;
}
#IoT-width-full .pageContent-Power .pd_item p{
    padding-top: 0px;
    padding-bottom: 80px;
    color: #3f596e;
    font-family: "TTNormsProRegular", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
        font-size: 0.9em;
    line-height: 1.4;
    font-weight: 400;
}

#IoT-width-full .pageContent-Power .title-tab ul{
    max-width: 1440px;
    border: :none;
}
#IoT-width-full .pageContent-Power .title-tab ul:after,
#IoT-width-full .pageContent-Power .title-tab li.hd-active:after{
    display: none;
}
#IoT-width-full .pageContent-Power .title-tab ul li{
    background: none !important;
    width: auto;
    position: relative;
    cursor: default;
}
#IoT-width-full .pageContent-Power .title-tab li h3{
    color: #adadad !important;
    font-weight: bold;
}
#IoT-width-full .pageContent-Power .title-tab ul li.hd-active h3{
    color: #3f596e !important;
}
#IoT-width-full .pageContent-Power a.link_style.coming:hover span{
   color: #fff !important;
}
#IoT-width-full .pageContent-Power a.link_style.coming{
    padding: 12px 20px 12px 20px;    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#IoT-width-full .pageContent-Power a.link_style.coming:hover{
    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#IoT-width-full .pageContent-Power .tab-content&gt;div{
    padding: 20px 0 20px;
}
#IoT-width-full .pageContent-Power .tab-content&gt;div h4{
    color: #3f596e;
    font-size: 1.6em;
    text-align: center;
    padding: 0 18px;
}
#IoT-width-full #pageContent-Resources{
        position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #d2d9df 0%, #8293a2 100%);
}
#IoT-width-full #pageContent-Resources.pageContent-Power .tab-content&gt;div .pd_item .info{
        padding-bottom: 1.5vw;
        color: #000 !important;
        font-size: 1em;
}
#IoT-width-full #pageContent-Resources.pageContent-Power .tab-content&gt;div a.link_style{
        position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background: none;
    color: #236083 !important;
    border: none;
    text-align: left;
   /*  padding: 0; */
    font-size: 1em;
    width: 100%;
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#IoT-width-full #pageContent-Resources.pageContent-Power .tab-content&gt;div a.link_style .svg-chevron-right {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
    top: 0px;
    position: relative;
    fill: #236083
}

#IoT-width-full #pageContent-Resources.pageContent-Power .tab-content&gt;div a.link_style:hover .svg-chevron-right {
    -webkit-transform: translateX(8px)!important;
    transform: translateX(8px)!important;
    fill: #236083
}

#IoT-width-full #pageContent-Resources.pageContent-Power .tab-content{
    max-width: 1280px;
}
#IoT-width-full #pageContent-Resources.pageContent-Power .tab-content&gt;div h4{
    font-size: 1.2em;
    padding-left: 18px;
    padding-right: 18px;
}
/* #IoT-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Gaming"]:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #005a79;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 */
#IoT-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
    padding-left: 50px;
}
#IoT-width-full .pageContent-Power .triangle {
      fill: #acacac; /* 請替換成你想要的顏色 */
      margin: 0 10px;
    }
#IoT-width-full .pageContent-Power .hd-active .triangle{
    fill: #005a79; /* 請替換成你想要的顏色 */
}
#IoT-width-full .pageContent-Power .triangle-left {
      transform: scaleX(-1);
    }
@media only screen and (max-width: 1480px) {
    #IoT-width-full .pageContent-Power .title-tab ul{
        width: 85%;
    max-width: 1340px;
    margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    #IoT-width-full .pageContent-Power .tab-content{
        padding: 0 18px;
    }
    #IoT-width-full .pageContent-Power .pd_item{
        padding: 10% 0 10vw;
    }
    #IoT-width-full .pageContent-Power .pd_item .info{
                font-size: 1.1em;
        line-height: 1.5em;
        font-weight: 300;
    }
    #IoT-width-full #pageContent-Resources.pageContent-Power .tab-content&gt;div a.link_style{
        left: 50%;
    }
}
@media only screen and (max-width: 540px) {
    #IoT-width-full .pageContent-Power .pd_item{
        padding: 10% 0 15vw;
    }
    #IoT-width-full .pageContent-Power .title-tab ul li{
            border-bottom: none;
            margin-bottom: 0;
                padding: 15px 1.125em 15px 1.225em;
    }
    #IoT-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Gaming"]{
        width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 0px;
    }
    #IoT-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Creation"]{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    }
    #IoT-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
        padding-left: 20px;
    }
    #IoT-width-full .pageContent-Power .main-title{
        padding-top: 0;
    }
    #IoT-width-full .pageContent-Power .tab-content&gt;div{
        padding-top: 0;
    }
}

#IoT-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .owl-stage{
    padding-top: 100px;
}
#IoT-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
    position: absolute;
    top: -70px;
    left: 0;
        display: flex;
}
#IoT-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle h3{
        color: #3f596e !important;
            font-weight: bold !important;
            margin: 0;
            display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-size: 1.2em !important;
    font-weight: normal;
    letter-spacing: 0em;
    white-space: nowrap;
    flex: 0 0 auto;
    padding: 0;
    position: relative;
        font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
}
@media only screen and (max-width: 540px) {
    #IoT-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    top: -40px;
    }
}

/*#IoT-width-full #Fanless-ContactUs*/
#IoT-width-full #Fanless-ContactUs{
    position: relative;
    overflow: hidden;
    background: #005a79;
}
#IoT-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;
}
#IoT-width-full #Fanless-ContactUs .maintitle .ContactUs_list{
        display: flex;
    width: 100%;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#IoT-width-full #Fanless-ContactUs .maintitle .ContactUs_list li p{
    background: url(../img/ico_triangle.png) no-repeat left 50%;
    display: inline-block;
    padding-left: 30px;
}
#IoT-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;
}
#IoT-width-full #Fanless-ContactUs .maintitle .ContactUs_list li:first-child:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #fff;
    right: 0;
    top: 0;
    display: none;
}
#IoT-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;

}
#IoT-width-full #Fanless-ContactUs .maintitle a.link_style span{
    color: #005a79 !important;
    background-color: #005a79 0%;
    background: -webkit-linear-gradient(to right, #005a79 0%, #005a79 100%);
    background: -moz-linear-gradient(to right, #005a79 0%, #005a79 100%);
    background: -o-linear-gradient(to right, #005a79 0%, #005a79 100%);
    background: linear-gradient(to right, #005a79 0%, #005a79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: 
}
#IoT-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: 
}
#IoT-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;
}
#IoT-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;
}
#IoT-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: 
}
@media only screen and (max-width: 560px){
    #IoT-width-full #Fanless-ContactUs .maintitle{
        padding: 50px 18px;
    }
    #IoT-width-full #Fanless-ContactUs .maintitle .ContactUs_list{
        display: inline-block;
    }
    #IoT-width-full #Fanless-ContactUs .maintitle .ContactUs_list li{
        width: 100%;
        margin: 20px 0;
        padding: 20px 0;
    }
    #IoT-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);
    }
}</pre></body></html>