@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 #RUC-width-full,
#old-sectionOverview #RUC-width-full,
#special-sectionOverview #RUC-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;
} */
#RUC-width-full {
    font-size: 16px;
    font-family: 'Myriad Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#RUC-width-full ul {
    list-style: none;
}
#RUC-width-full ul li {
    margin: 0;
    font-size: 1em !important;
}

@media screen and (max-width: 550px) {
    #sectionOverview h2 {
        font-size: 3em;
    }

    #sectionOverview h3 {
        font-size: 1.6em;
    }

    #sectionOverview p {
        font-size: 1.3em;
    }

    #old-sectionOverview h2 {
        font-size: 3em;
    }

    #old-sectionOverview h3 {
        font-size: 1.6em;
    }

    #old-sectionOverview p {
        font-size: 1.3em;
    }

    #special-sectionOverview h2 {
        font-size: 3em;
    }

    #special-sectionOverview h3 {
        font-size: 1.6em;
    }

    #special-sectionOverview p {
        font-size: 1.3em;
    }
}

#RUC-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;
}

#RUC-width-full a:active {
    background-color: transparent;
}

#RUC-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#RUC-width-full a:hover,
#RUC-width-full a:active {
    outline: 0;
}
#RUC-width-full *:focus {
  outline-color: #1984d6;
}

#RUC-width-full a.link_style{
    color: #fff !important;
    padding: 12px 20px 12px 20px;
    border: 2px solid #0c5d6f;
    background: #0c5d6f;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#RUC-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;
}
#RUC-width-full a.link_style:hover span{
    color: #0c5d6f;
}

#RUC-width-full a.link_style.coming:hover span{
   color: #fff !important;
}
#RUC-width-full a.link_style.blue{
    border: 2px solid #0063af;
    background: #0063af;
}
#RUC-width-full a.link_style.blue:hover{
    border: 2px solid #0063af;
    background: #fff;
    color: #0063af;
}
#RUC-width-full a.link_style.blue:hover span{
    color: #0063af;
}
#RUC-width-full a.link_style.coming{
    padding: 12px 20px 12px 20px;
    color: #fff !important;
    border: 2px solid #6F6F6F;
    background: #6F6F6F;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    cursor: default;
}
#RUC-width-full a.link_style.coming:hover{
    color: #fff !important;
    border: 2px solid #6F6F6F;
    background: #6F6F6F;
}
/* #RUC-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;
}
#RUC-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;
} */
#RUC-width-full a.link_style.link_style_b{
    background: #fff;
    border-radius: 50px;
    border: none;
    
    color: #ffffff !important;
    padding: 8px 10px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: absolute;
    bottom: 0;
}
#RUC-width-full #RUC-Download .maintitle .area_Download a.link_style.link_style_b{
    background-image: linear-gradient(to right, #005a79 0%, #005a79 100%);
}
#RUC-width-full a.link_style.link_style_b:hover,
#RUC-width-full #RUC-Download .maintitle .area_Download a.link_style.link_style_b:hover{
    border: none;
    background-image: linear-gradient(to right, #286381 0%, #77bfbb 100%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#RUC-width-full a.link_style.link_style_b:hover span{
    color: #fff !important;
}
#RUC-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) {
    #RUC-width-full a.link_style{
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }
}
/*#sectionOverview img{ max-width: none;}  write over wtite base_responsive.css */

#sectionOverview .text-center,
#old-sectionOverview .text-center,
#special-sectionOverview .text-center {
    text-align: center;
}

#RUC-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#RUC-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#RUC-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#RUC-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) {
    #RUC-width-full .product-section:before {
        height: 0;
    }

    #RUC-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #RUC-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #RUC-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#RUC-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#RUC-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#RUC-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#RUC-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#RUC-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#RUC-width-full .maintitle a {
    color: #209cff;
    font-family: 'TT Norms Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#RUC-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#RUC-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#RUC-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#RUC-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: 'TT Norms Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 759px) {
    #RUC-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#RUC-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#RUC-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#RUC-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#RUC-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #RUC-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #RUC-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #RUC-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #RUC-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#RUC-width-full img.webstyle,
#RUC-width-full .webstyle {
    display: inline-block;
}

/**/
#RUC-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;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-20 {
    width: 20%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-25 {
    width: 25%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
    width: 30%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
    width: 70%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-75 {
    width: 75%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item.flex-80 {
    width: 80%;
}
#RUC-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0;
}
#RUC-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;
}
#RUC-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #RUC-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #RUC-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #RUC-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #RUC-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #RUC-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #RUC-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #RUC-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #RUC-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;
    }
    #RUC-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#RUC-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#RUC-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#RUC-width-full .maintitle.lefttxt .info_left .mtitle,
#RUC-width-full .maintitle.lefttxt .info_left .info,
#RUC-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#RUC-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#RUC-width-full .maintitle.lefttxt .info_left .stitle,
#RUC-width-full .maintitle.lefttxt .info_left .stitle p,
#RUC-width-full .maintitle.lefttxt .info_left .info,
#RUC-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#RUC-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#RUC-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#RUC-width-full .maintitle.righttxt .info_left .mtitle,
#RUC-width-full .maintitle.righttxt .info_left .mtitle p,
#RUC-width-full .maintitle.righttxt .info_left .info,
#RUC-width-full .maintitle.righttxt .info_left .info p,
#RUC-width-full .maintitle.righttxt .info_right .mtitle,
#RUC-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#RUC-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#RUC-width-full .maintitle.righttxt .info_right .stitle,
#RUC-width-full .maintitle.righttxt .info_right .stitle p,
#RUC-width-full .maintitle.righttxt .info_right .info,
#RUC-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#RUC-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#RUC-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;
}
#RUC-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.1 !important;
    margin: 0 0 0.3em 0 !important;
    padding-bottom: 10px;
    color: #000 !important;
    display: inline-block;
    padding-top: 10px;
    letter-spacing: 0.03em;
}
#RUC-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: 0.03em;
}

#RUC-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;
}


#RUC-width-full .flex-item .info,
#RUC-width-full .mainfull .maintitle .info,
#RUC-width-full .mainsize .maintitle .info,
#hd .tab-content .info,
#hd .maintitle .info,
#RUC-width-full .product-content .maintitle .info {
    font-family: 'TT Norms Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #333333 !important;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.03em;
}

/* @media only screen and (max-width: 1320px) {

    #RUC-width-full .flex-item .info,
    #RUC-width-full .mainfull .maintitle .info,
    #RUC-width-full .mainsize .maintitle .info,
    #RUC-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.4em;
    }
} */

#RUC-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#RUC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#RUC-width-full section.whiteBg h2,
#RUC-width-full section.whiteBg .mtitle p,
#RUC-width-full section.whiteBg .stitle p,
#RUC-width-full section.whiteBg .flex-item .info,
#RUC-width-full section.whiteBg .mainfull .info,
#RUC-width-full section.whiteBg .maintitle .info,
#RUC-width-full section.whiteBg ul li p,
#RUC-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #RUC-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #RUC-width-full section.whiteBg .mtitle p,
    #RUC-width-full .mtitle p,
    #RUC-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #RUC-width-full section.whiteBg .mtitle p,
    #RUC-width-full .mtitle p,
    #RUC-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#RUC-width-full .full-section .mainfull {
    text-align: center;
}

#RUC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#RUC-width-full img.mobile,
#RUC-width-full .mobile {
    display: none;
}

#RUC-width-full .text-left,
#RUC-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

/* #RUC-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
} */

/*RUC-KV*/
#RUC-width-full #RUC-KV {
    padding-top: 0%;
    margin-bottom: 100px;
    overflow: hidden;
    background: #fff;
}
#RUC-width-full #RUC-KV h2{
    font-family: "TT Norms Pro";
    font-size: 3.75em;
    padding-top: 10px;
}
#RUC-width-full #RUC-KV .maintitle {
    left: 25%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 40%;
    max-width: 760px;
}

#RUC-width-full #RUC-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#RUC-width-full #RUC-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;
}

#RUC-width-full #RUC-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (max-width: 2080px) {
    #RUC-width-full h1{
        font-size: 2.6em;
    }
    #RUC-width-full #RUC-KV h2{
        font-size: 3.45em;
    }
}
@media only screen and (max-width: 1920px) {
    #RUC-width-full h1{
        font-size: 3em;
    }
    #RUC-width-full #RUC-KV h2{
        font-size: 3.35em;
    }
}
@media only screen and (max-width: 1780px) {
    #RUC-width-full h1{
        font-size: 3em;
    }
    #RUC-width-full #RUC-KV h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1680px) {
    #RUC-width-full h1{
        font-size: 3em;
    }
    #RUC-width-full #RUC-KV h2{
        font-size: 2.8em;
    }
}
@media only screen and (max-width: 1580px) {
    #RUC-width-full h1{
        font-size: 2.1em;
    }
    #RUC-width-full #RUC-KV h2{
        font-size: 2.6em;
    }
}
@media only screen and (max-width: 1480px) {
    #RUC-width-full h1{
        font-size: 2.0em;
    }
    #RUC-width-full #RUC-KV h2{
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 1440px) {
    #RUC-width-full h1{
        font-size: 1.8em;
    }
    #RUC-width-full #RUC-KV h2{
        font-size: 2.3em;
    }
    #RUC-width-full #RUC-KV .maintitle{
        left: 24%;
    }
    #RUC-width-full #RUC-KV .bg img{
        margin-left: 3%;
    }
}

@media only screen and (max-width: 1350px) {
    #RUC-width-full h1{
        font-size: 1.7em;
    }
    #RUC-width-full #RUC-KV h2{
        font-size: 2.2em;
    }
    #RUC-width-full #RUC-KV .stitle p {
        font-size: 1.5em;
    }

    #RUC-width-full #RUC-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 1100px) {
    #RUC-width-full #RUC-KV {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #RUC-width-full #RUC-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    #RUC-width-full #RUC-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #RUC-width-full #RUC-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%);
    }
    #RUC-width-full #RUC-KV .bg img {
        width: 122% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -18% !important;
    }
    #RUC-width-full #RUC-KV .bg:before{
        display: none;
    }

    #RUC-width-full #RUC-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 759px) {
    #RUC-width-full #RUC-KV{
        margin-bottom: 50px;
    }
    #RUC-width-full #RUC-KV .bg img {
        width: 130% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -28% !important;
    }
    #RUC-width-full h4{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #RUC-width-full #RUC-KV .maintitle {
        padding-top: .5em;
    }

    #RUC-width-full #RUC-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) {
    #RUC-width-full #RUC-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #RUC-width-full #RUC-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #RUC-width-full #RUC-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #RUC-width-full #RUC-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;
    }
    #RUC-width-full #RUC-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #RUC-width-full #RUC-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #RUC-width-full #RUC-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #RUC-width-full #RUC-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}

/*#RUC-width-full #RUC-footer*/
#RUC-width-full #RUC-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;
}
#RUC-width-full #RUC-footer .maintitle ul.list-decimal{
    padding-left: 1em;
}
#RUC-width-full #RUC-footer .maintitle ul.list-decimal > li {
    font-size: .875em;
    line-height: 1.2;
    position: relative;
    padding-left: 0;
    margin-bottom: 1em;
    list-style-type: disc;
    list-style-position: outside;
    color: #a3a3a3;
}
/*#RUC-width-full #RUC-overview*/
#RUC-width-full #RUC-overview{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #01102e;
    background-size: 100%;
    position: relative;
}
#RUC-width-full #RUC-overview .maintitle {    
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 40px;
    position: absolute;
    left: 32%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
}
#RUC-width-full #RUC-overview .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#RUC-width-full #RUC-overview .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#RUC-width-full #RUC-overview .bg img {
        min-width: 1920px;
    transform: translate(-50%, 0%);
    left: 50%;
    position: relative;
    margin-top: 0%;
}
#RUC-width-full #RUC-overview .bg .ipa_logo{
        position: absolute;
        top: 35%;
    left: 70%;
    width: 5% !important;
    min-width: 124px !important;
    transform: translate(-50%, -50%);
}
#RUC-width-full #RUC-overview .flexCon.flex-50-50>.flex-item:first-child{
    padding: 8% 18px 8%;
}
#RUC-width-full #RUC-overview .flexCon.flex-50-50>.flex-item:first-child img{
    max-width: 600px !important;
}
#RUC-width-full #RUC-overview .maintitle h1{
    line-height: 1.2em !important;
    font-size: 1.5em;
    font-weight: bold;
    color: #b7c5cf !important;
    background-color: #b7c5cf 0%;
    background: -webkit-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: -moz-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: -o-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
#RUC-width-full #RUC-overview .maintitle h2{
    font-family: "TT Norms Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.75em;
    letter-spacing: 0;
    color: #b7c5cf !important;
    background-color: #b7c5cf 0%;
    background: -webkit-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: -moz-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: -o-linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    background: linear-gradient(to right, #b7c5cf 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
#RUC-width-full #RUC-overview .maintitle img.overview{
    max-width: 600px;
}
#RUC-width-full #RUC-overview .maintitle .info{
    background:#0b596d;
    color: #fff !important;
    padding: 3% 5%;
    text-align: center;
}
@media only screen and (min-width: 2200px){
    #RUC-width-full #RUC-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 10% 18px 10%;
    }
}
@media only screen and (max-width: 2100px){
    #RUC-width-full #RUC-overview .maintitle {
        width: 100%;
    }
}

@media only screen and (max-width: 1920px){
    #RUC-width-full #RUC-overview .maintitle {
        width: 100%;
        max-width: 650px;
        left: 32%;
    }

    #RUC-width-full #RUC-overview .bg img{
        width: 100% !important;
            margin: 0% 0 0% 0% !important;
    }
    #RUC-width-full #RUC-overview .bg .ipa_logo{
            top: 35%;
    left: 97%;
    }
}
@media only screen and (max-width: 1680px){
    #RUC-width-full #RUC-overview .maintitle h1{
        font-size: 1.5em;
    }
    #RUC-width-full #RUC-overview .maintitle h2{
        font-size: 2.7em;
    }
    #RUC-width-full #RUC-overview .maintitle {
        width: 100%;
        max-width: 650px;
        left: 32%;
    }
    #RUC-width-full #RUC-overview .bg img{
        width: 140% !important;
            margin: 0% 0 0% 0% !important;
            max-width: none !important;
    }
}
@media only screen and (max-width: 1280px){
    #RUC-width-full #RUC-overview .maintitle h1{
        font-size: 1.5em;
    }
    #RUC-width-full #RUC-overview .maintitle h2{
        font-size: 2.4em;
    }
    #RUC-width-full #RUC-overview .maintitle {
            width: 100%;
        max-width: 550px;
        left: 29%;
    }
    #RUC-width-full #RUC-overview .bg img{
        width: 140% !important;
            margin: 0% 0 0% -15% !important;
            max-width: none !important;
    }
    #RUC-width-full #RUC-overview .bg img{
        min-width: inherit !important;
        width: 140% !important;
            margin: -5% 0 0% 0% !important;
    }
}
@media only screen and (max-width: 1180px){
    #RUC-width-full #RUC-overview .bg .ipa_logo{
        position: absolute;
    top: 20%;
    left: 100%;
    width: 10% !important;
    max-width: 124px !important;
    transform: translate(-50%, -50%);
    min-width: inherit !important;
    }
}
@media only screen and (max-width: 970px){
    #RUC-width-full #RUC-overview .maintitle {
            width: 53%;
        max-width: 500px;
        top: 55%;
        left: 29%;
    }
    #RUC-width-full #RUC-overview .maintitle h1{
        font-size: 1.2em;
    }
    #RUC-width-full #RUC-overview .maintitle h2{
        font-size: 2.0em;
    }
    #RUC-width-full #RUC-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 6% 18px 6%;
    }
    #RUC-width-full #RUC-overview .bg img{
        width: 140% !important;
            margin: 0% 0 0% 0% !important;
            max-width: none !important;
    }
    #RUC-width-full #RUC-overview .bg .ipa_logo{
        top: 30%;
        left: 110%;
    }
}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-overview{
        background: #ffffff;
        background-size: 200%;
    }
    #RUC-width-full #RUC-overview .bg{
        position: relative;
    }
    #RUC-width-full #RUC-overview .flexCon.flex-50-50>.flex-item:first-child{
        padding: 0px 18px;
    }
    #RUC-width-full #RUC-overview .maintitle{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        transform: translate(0%, 0%);
        max-width: inherit;
        padding-top: 1.5em;
        padding-bottom: 0;
    }
    #RUC-width-full #RUC-overview .maintitle h1{
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1.1 !important;
        width: 100%;
        text-align: center;
        color: #1e262d !important;
        -webkit-text-fill-color: #000;
        -webkit-text-fill-color: #000;
    }
    #RUC-width-full #RUC-overview .maintitle h2{
            color: #1e262d !important;
            font-size: 2em !important;
            width: 100%;
            text-align: center;
            -webkit-text-fill-color: #000;
        -webkit-text-fill-color: #000;
    }
    #RUC-width-full #RUC-overview .bg img{
        min-width: inherit !important;
        width: 140% !important;
            margin: 0% 0 0% 0% !important;
    }
    #RUC-width-full #RUC-overview .bg .ipa_logo{
            position: relative;
        top: 0%;
        left: 84%;
        width: 40% !important;
        max-width: 124px !important;
        transform: translate(-50%, -50%);
        min-width: inherit !important;
        margin: -120% 0 0 !important;
    }
    #RUC-width-full #RUC-overview .maintitle .info{
        padding: 5% !important;
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 480px){
    #RUC-width-full #RUC-overview .maintitle h1{
        font-size: 1.6em;
    }
    #RUC-width-full #RUC-overview .maintitle h2{
            font-size: 2em !important;
    }
}
/*#RUC-width-full #RUC-SWaP*/
#RUC-width-full #RUC-SWaP{
    background: url(../img/swap_bg.jpg) center top no-repeat;
    background-size: 100% 85%;
    position: relative;
    overflow: hidden;
}
#RUC-width-full #RUC-SWaP .maintitle {
        text-align: left;
    width: 90%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 20%;
    padding-bottom: 260px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-SWaP .maintitle h2{
    margin-bottom: 1em !important;
    position: relative;
}
#RUC-width-full #RUC-SWaP .bg{
        text-align: center;
    background: url(../img/swap_bottom_bg.png) center bottom repeat-x;
    background-size: initial;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
#RUC-width-full #RUC-SWaP .text_icon_list {
        width: 100%;
    max-width: 660px;
    list-style: none;
    padding: 0;
    margin: 0px auto 0px;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}
#RUC-width-full #RUC-SWaP .text_icon_list li {
    width: 33.33%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#RUC-width-full #RUC-SWaP .text_icon_list li img{
    width: 25%;
    max-width: 75px !important;
}
#RUC-width-full #RUC-SWaP .text_icon_list li {
    width: 33.33%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}
#RUC-width-full #RUC-SWaP .text_icon_list li .text_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
#RUC-width-full #RUC-SWaP .text_icon_list li .text_icon .info{
    text-align: left !important;
    padding-left: 20px !important;
}
@media only screen and (max-width: 1920px){
    #RUC-width-full #RUC-SWaP .maintitle {
        padding-left: 25%;
    }
}
@media only screen and (max-width: 1550px){
    #RUC-width-full #RUC-SWaP .maintitle {
        
    padding-left: 27%;
    width: 90%;
    }
}
@media only screen and (max-width: 1024px){
    #RUC-width-full #RUC-SWaP .maintitle {
        padding-left: 15%;
        width: 95%;
        padding-bottom: 35%;
    }
}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-SWaP .maintitle {
        width: 100%;
    padding: 50px 18px 72%;
    }
    #RUC-width-full #RUC-SWaP .text_icon_list{
        /* display: inline-block; */
    }
    #RUC-width-full #RUC-SWaP .text_icon_list li{
        /* display: inline-block;
        margin: 0 auto;
        width: 100%; */
    }
    #RUC-width-full #RUC-SWaP .text_icon_list li img{
        width: 30%;
    max-width: 40px !important;
    }
    #RUC-width-full #RUC-SWaP .text_icon_list li .text_icon .info {
        padding-left: 10px !important;
        font-size: 0.9em;
        width: auto;
        margin: 0;
    }
    #RUC-width-full #RUC-SWaP .bg img{
                max-width: inherit !important;
    width: 145%;
    top: -40px;
    position: relative;
    }
}
/*#RUC-width-full #RUC-multitasking*/
#RUC-width-full #RUC-multitasking{
    background: #041d33;
    position: relative;
    overflow: hidden;
}
#RUC-width-full #RUC-multitasking .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-multitasking .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#RUC-width-full #RUC-multitasking .maintitle h2 b{
    border-bottom: 3px #00d2ff solid;
    font-weight: normal;
    padding-bottom: 5px;
}
#RUC-width-full #RUC-multitasking .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
        position: absolute;
    bottom: 0;
    left: 35%;
    transform: translate(-50%, 0%);
    margin: 0% 0;
    width: 70%;
    min-width: 1355px;
}

#RUC-width-full #RUC-multitasking .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#RUC-width-full #RUC-multitasking .list_box{
    display: inline-block;
    width: 100%;
    padding-left: 54%;
        margin-top: 30px;
    margin-bottom: 30px;
}
#RUC-width-full #RUC-multitasking .text_icon_list {
    width: 100%;
    max-width: 660px;
    list-style: none;
    padding: 0 18px;
    margin: 0px auto 0px;
    position: relative;

    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
#RUC-width-full #RUC-multitasking .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#RUC-width-full #RUC-multitasking .text_icon_list.list_auto li {
    width: 50%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}

#RUC-width-full #RUC-multitasking .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#RUC-width-full #RUC-multitasking .text_icon_list .text_icon div.text_box {
        text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    /* background: #f7f8f8; */
    width: 100%;
    /* min-width: 300px; */
    /* min-height: 200px; */
    /* border-radius: 10px; */
}

/*#RUC-width-full #RUC-multitasking .text_icon_list .text_icon div:before{
content: '';
position: absolute;
bottom: 5px;
left: -40px;
background-image: url(images/dot-icon.png);
background-size: contain;
background-repeat: no-repeat;
height: 30px;
width: 37px;
}*/
#RUC-width-full #RUC-multitasking .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#RUC-width-full #RUC-multitasking .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #00d2ff;
}
#RUC-width-full #RUC-multitasking .text_icon_list .text_icon .title b{
    display: none;
}
#RUC-width-full #RUC-multitasking .text_icon_list .text_icon span {
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #00d2ff;
    line-height: 1em;
    letter-spacing: 0.02em;
    display: inline-block;
    width: 100%;
        /* position: relative;
    top: -20px; */
}

#RUC-width-full #RUC-multitasking .text_icon_list .text_icon .desc {
    font-family: "TT Norms Pro Light", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    display: inline-block;
}
#RUC-width-full #RUC-multitasking .text_icon_list .text_icon .note{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1200px) {
    #RUC-width-full #RUC-multitasking .list_box{
        padding-left: 40%;
    }
    #RUC-width-full #RUC-multitasking .bg{
        left: 30%;
    }
    #RUC-width-full #RUC-multitasking .text_icon_list .text_icon .title {
        font-size: 4.5em
    }
}

@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-multitasking .bg{
        position: relative;
        left: 0;
        width: 100%;
        min-width: inherit;
            transform: translate(0%, 0%);
    }
    #RUC-width-full #RUC-multitasking .bg img {
        width: 250% !important;
        max-width: inherit !important;
        margin: -40% auto 0% !important;
        margin-left: -57% !important;
    }

    #RUC-width-full #RUC-multitasking .maintitle h2 b{
        border: none;
    }
    #RUC-width-full #RUC-multitasking .maintitle h2:after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 20%;
        height: 3px;
        background: #00d2ff;
        transform: translate(-50%, 0%);
    }
    #RUC-width-full #RUC-multitasking .list_box{
        padding: 0;
    }
    #RUC-width-full #RUC-multitasking .text_icon_list li,
    #RUC-width-full #RUC-multitasking .text_icon_list.list_auto li {
        width: 50%;
        margin-bottom: 20px;
    }
    #RUC-width-full #RUC-multitasking .text_icon_list li, #RUC-width-full #RUC-multitasking .text_icon_list.list_auto li{
        margin: 20px 0 0;
    }
    #RUC-width-full #RUC-multitasking .text_icon_list{
        margin: 0px 0 0px;
        padding: 0;
    }
    #RUC-width-full #RUC-multitasking .text_icon_list .text_icon .title span {
        font-size: 0.2em
    }
    #RUC-width-full #RUC-multitasking .text_icon_list .text_icon{
        width: calc(100% - 0px);
        padding: 0px;
    }
    #RUC-width-full #RUC-multitasking .text_icon_list .text_icon div.text_box{
            min-width: inherit;
        display: flex;
        padding: 20px 10px;
    }
    #RUC-width-full #RUC-multitasking .text_icon_list .text_icon .title{
        font-size: 4em;
    }
    #RUC-width-full #RUC-multitasking .text_icon_list .text_icon .desc{
        font-size: 1em;
    }
}
/*#RUC-width-full #RUC-ContactUs*/
#RUC-width-full #RUC-ContactUs{
    position: relative;
    overflow: hidden;
    background: #255976;
}
#RUC-width-full #RUC-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;
}
#RUC-width-full #RUC-ContactUs .maintitle .ContactUs_list{
        display: flex;
    width: 100%;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#RUC-width-full #RUC-ContactUs .maintitle .ContactUs_list li p{
    background: url(../img/ico_triangle.png) no-repeat left 50%;
    display: inline-block;
    padding-left: 30px;
}
#RUC-width-full #RUC-ContactUs .maintitle .ContactUs_list li{
        margin: 0 10px;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#RUC-width-full #RUC-ContactUs .maintitle .ContactUs_list li:first-child:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #fff;
    right: 0;
    top: 0;
    display: none;
}
#RUC-width-full #RUC-ContactUs .maintitle a.link_style{
    display: inline-block;
    width: 100%;
    max-width: 150px;
    margin: 10px 5px 0;
    border-radius: 50px;
    font-weight: bold;

}
#RUC-width-full #RUC-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: 
}
#RUC-width-full #RUC-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: 
}
#RUC-width-full #RUC-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;
}
#RUC-width-full #RUC-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;
}
#RUC-width-full #RUC-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){
    #RUC-width-full #RUC-ContactUs .maintitle{
        padding: 50px 18px;
    }
    #RUC-width-full #RUC-ContactUs .maintitle .ContactUs_list{
        display: inline-block;
    }
    #RUC-width-full #RUC-ContactUs .maintitle .ContactUs_list li{
        width: 100%;
        margin: 20px 0;
        padding: 20px 0;
    }
    #RUC-width-full #RUC-ContactUs .maintitle .ContactUs_list li:first-child:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        top: calc(100% + 20px);
    }
}
/*#RUC-width-full #RUC-Video*/
#RUC-width-full #RUC-Video{
    position: relative;
    overflow: hidden;
    padding: 0 18px;
}
#RUC-width-full #RUC-Video .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1188px;
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    background: #16407c;
}
#RUC-width-full #RUC-Video .maintitle .flexCon{
    width: 90%;
    padding: 30px 30px;
    margin: 0 auto;
}
#RUC-width-full #RUC-Video .maintitle .flexCon img.pic_video{
    width: 90%;
    max-width: 381px !important;
    border: 2px #fff solid;
}
#RUC-width-full #RUC-Video .maintitle .flexCon.flex-50-50>.flex-item{
    text-align: left;
}
#RUC-width-full #RUC-Video .maintitle .flexCon.flex-50-50>.flex-item.text-center{
    text-align: center !important;
}
@media only screen and (max-width: 1280px){
    #RUC-width-full #RUC-Video .maintitle .flexCon{
        width: 100%;
    }
    #RUC-width-full #RUC-Video .maintitle .flexCon{
        padding: 30px 0;
    }
}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-Video{
        padding: 0;
    }
    #RUC-width-full #RUC-Video .maintitle .flexCon{
        text-align: center;
    }
    #RUC-width-full #RUC-Video .maintitle .flexCon.flex-50-50>.flex-item{
        text-align: center;
    }
}  
/*#RUC-width-full #RUC-Download*/
#RUC-width-full #RUC-Download{
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #d4dae1 0%, #3f596f 100%);
}
#RUC-width-full #RUC-Download .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

#RUC-width-full #RUC-Download .maintitle .area_Download {
    width: 100%;
    padding: 20px 30px 50px;
    background: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; /* 使項目具有相同的高度 */
    justify-content: center;
}

#RUC-width-full #RUC-Download .maintitle .area_Download li {
    display: inline-block;
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    align-items: stretch; /* 讓所有li中的項目拉伸到相同高度 */
}
/*#RUC-width-full #RUC-Download .maintitle .area_Download li:nth-child(2):before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 1px;
    height: 80%;
    background: #36a7cf;
}*/
#RUC-width-full #RUC-Download .maintitle .box_Download a.link_style{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
#RUC-width-full #RUC-Download .maintitle .box_Download {
    display: flex; /* 將其改為flex以支持子項目高度相等 */
    flex-direction: column;
    padding: 30px 10px;
    height: 100%; /* 保持父級高度 */
    align-items: center;
}

#RUC-width-full #RUC-Download .maintitle .box_Download .box_Download_info {
    background: #fff;
    padding: 0 15px 20px;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -12px auto 0;
    z-index: 1;
    position: relative;
    min-height: 180px;
    justify-content: flex-start;
    flex-grow: 1; /* 讓每個元素伸展來達到相同高度 */
}
#RUC-width-full #RUC-Download .maintitle .box_Download:before{
        content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 50%;
    background: #455e73;
    top: 30px;
    left: 10px;
}
#RUC-width-full #RUC-Download .maintitle .box_Download h2{
        margin-top: 10px !important;
    margin-bottom: 10px !important;
    min-height: 75px;
    font-size: 1.2em !important;
    color: #3f596e !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#RUC-width-full #RUC-Download .maintitle .box_Download h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 60%;
    height: 2px;
    background: #005a79;
    transform: translate(-50%, 0%);
}
#RUC-width-full #RUC-Download .maintitle .box_Download img{
    width: 100%;
}
#RUC-width-full #RUC-Download .maintitle .box_Download .info{
    color: #3f596e !important;
    line-height: 1.2;
    font-size: 1.0em;
    width: 90%;
}
#RUC-width-full #RUC-Download .maintitle .pic_Download{
    display: inline-block;
    position: relative;
    width: auto ;
/*    box-shadow: 3px 3px 15px rgb(0 0 0 / 30%);*/
}


@media only screen and (max-width: 1280px){
    #RUC-width-full #RUC-Download .maintitle .box_Download {
        padding: 30px 6px;
    }
    #RUC-width-full #RUC-Download .maintitle .box_Download:before{
        content: "";
        position: absolute;
        width: calc(100% - 12px);
        height: 80%;
        background: #455e73;
        top: 30px;
        left: 6px;
    }
    #RUC-width-full #RUC-Download .maintitle .pic_Download{
        width: 80%;
    }
}
@media only screen and (max-width: 1180px){
    #RUC-width-full #RUC-Download .maintitle .box_Download .box_Download_info{
        min-height: 200px;
    }
}
@media only screen and (max-width: 969px) {
    #RUC-width-full #RUC-Download .maintitle .box_Download .box_Download_info{
        min-height: 220px;
    }
}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-Download .maintitle{
        padding: 0;
    }
    #RUC-width-full #RUC-Download .maintitle .area_Download{
            /* flex-direction: column; */
            padding: 50px 18px;
    }
    #RUC-width-full #RUC-Download .maintitle .area_Download li{
        width: 50%;
        padding-bottom: 0;
    }
    #RUC-width-full #RUC-Download .maintitle .pic_Download{
        width: 80%;
        padding: 10px 0 35px;
    }
    #RUC-width-full #RUC-Download .maintitle .box_Download:before{
        width: calc(100% - 12px);
        height: 60%;
        background: #455e73;
        top: 30px;
        left: 6px;
    }
    #RUC-width-full #RUC-Download .maintitle .box_Download .flex-item.flex-25,
    #RUC-width-full #RUC-Download .maintitle .box_Download .flex-item.flex-35{
        width: 40%;
        text-align: center;
    }
    #RUC-width-full #RUC-Download .maintitle .box_Download .flex-item.flex-75,
    #RUC-width-full #RUC-Download .maintitle .box_Download .flex-item.flex-65{
        width: 60%;
    }
    #RUC-width-full #RUC-Download .maintitle .box_Download h2,
    #RUC-width-full #RUC-Download .maintitle .box_Download .info{
        text-align: center !important;
        min-height: auto;
    }
    #RUC-width-full #RUC-Download .maintitle .box_Download a.link_style{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
    #RUC-width-full #RUC-Download .maintitle .area_Download li:nth-child(2):before {
        left: 50%;
        top: 0;
        transform: translate(-50%, 0%);
        width: 100%;
        height: 1px;
        background: #36a7cf;
    }
    #RUC-width-full #RUC-Download .maintitle .box_Download .box_Download_info{
        min-height: inherit;
        padding-bottom: 40px;
    }
    #RUC-width-full #RUC-Download .maintitle .box_Download .box_Download_info{
            width: 96%;
                margin: -21% auto 0;
    }
}
@media only screen and (max-width: 620px){
    #RUC-width-full #RUC-Download .maintitle .area_Download li{
        width: 100%;
        padding-bottom: 0;
    }
    #RUC-width-full #RUC-Download .maintitle .pic_Download{
        width: 80%;
        padding: 10px 0 35px;
    }
    #RUC-width-full #RUC-Download .maintitle .box_Download:before{
        width: calc(100% - 12px);
        height: 60%;
        background: #455e73;
        top: 30px;
        left: 6px;
    }
}
/*#RUC-width-full #RUC-RUC*/
#RUC-width-full #RUC-RUC{
    position: relative;
    overflow: hidden;
}
#RUC-width-full #RUC-RUC .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-RUC .maintitle .box_RUC{
    display: inline-block;
    width: 100%;
    padding: 30px;
    background: #041d33;
    position: static;
    /* overflow: hidden; */
}
#RUC-width-full #RUC-RUC .maintitle .box_RUC h2,
#RUC-width-full #RUC-RUC .maintitle .box_RUC .info{
        position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-RUC .bg {
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(0%, 0%);
    margin: 0px -30px -30px;
    width: calc(100% + 60px);
}
#RUC-width-full #RUC-RUC .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#RUC-width-full #RUC-RUC .maintitle .flex-item.flex-50{
    width: calc(50% - 10px);
    overflow: hidden;
}
#RUC-width-full #RUC-RUC .maintitle .flex-item:nth-child(1){
    margin-right: 10px;
}
#RUC-width-full #RUC-RUC .maintitle .flex-item:nth-child(2){
    margin-left: 10px;
}
#RUC-width-full #RUC-RUC .maintitle .flex-item:nth-child(1) .box_RUC{
    margin: 0 20px 0 0;
}
#RUC-width-full #RUC-RUC .maintitle .flex-item:nth-child(2) .box_RUC{
    margin: 0 0 0 0px;
}
#RUC-width-full #RUC-RUC .maintitle .box_RUC:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #041d33;
    left: 0;
    top: 0;
}
#RUC-width-full #RUC-RUC .maintitle .box_RUC h2{
    color: #00d2ff !important;
        margin-bottom: 1em !important;
    position: relative;
}
#RUC-width-full #RUC-RUC .maintitle h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
}
#RUC-width-full #RUC-RUC .text_icon_list {
    width: 100%;
    /* max-width: 660px; */
    list-style: none;
    padding: 0;
    margin: 0px auto 0px;
    position: relative;

    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
#RUC-width-full #RUC-RUC .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#RUC-width-full #RUC-RUC .text_icon_list.list_auto li {
    width: 33.33%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}
#RUC-width-full #RUC-RUC .text_icon_list.list_auto li.list_one {
    width: 100%;
}
#RUC-width-full #RUC-RUC .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#RUC-width-full #RUC-RUC .text_icon_list .text_icon div.text_box {
        text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px 1px;
    /* background: #f7f8f8; */
    width: 100%;
    /* min-width: 300px; */
    /* min-height: 200px; */
    /* border-radius: 10px; */
}

/*#RUC-width-full #RUC-RUC .text_icon_list .text_icon div:before{
content: '';
position: absolute;
bottom: 5px;
left: -40px;
background-image: url(images/dot-icon.png);
background-size: contain;
background-repeat: no-repeat;
height: 30px;
width: 37px;
}*/
#RUC-width-full #RUC-RUC .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#RUC-width-full #RUC-RUC .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #00d2ff;
}
#RUC-width-full #RUC-RUC .text_icon_list .text_icon .title b{
    display: none;
}

#RUC-width-full #RUC-RUC .text_icon_list .text_icon h3.title_b {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 2.6em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #00d2ff;
    position: relative;
}

#RUC-width-full #RUC-RUC .text_icon_list .text_icon h3.title_b small{
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #fff !important;
    font-size: 0.2em;
    line-height: 1.3em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.05em;
    position: relative;
    top: -8px;
}

#RUC-width-full #RUC-RUC .text_icon_list .text_icon span {
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #00d2ff;
    line-height: 1em;
    letter-spacing: 0.02em;
    display: inline-block;
    width: 100%;
        /* position: relative;
    top: -20px; */
}

#RUC-width-full #RUC-RUC .text_icon_list .text_icon .desc {
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    display: inline-block;
}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-RUC .maintitle .flex-item:nth-child(1) .box_RUC{
        margin: 0px !important;
    }
    #RUC-width-full #RUC-RUC .maintitle .flex-item:nth-child(2) .box_RUC{
        margin: 0 !important;
        height: auto !important;
    }
    #RUC-width-full #RUC-RUC .text_icon_list.list_auto li,
    #RUC-width-full #RUC-RUC .text_icon_list.list_auto li.list_one{
        width: 50%;
    }
    #RUC-width-full #RUC-RUC .text_icon_list .text_icon h3.title_b{
            line-height: 0.8;
    }
    #RUC-width-full #RUC-RUC .maintitle .flex-item.flex-50{
        width: 100% !important;
    }
    #RUC-width-full #RUC-RUC .maintitle .flex-item:nth-child(1),
    #RUC-width-full #RUC-RUC .maintitle .flex-item:nth-child(2){
        margin: 0;
    }
    #RUC-width-full #RUC-RUC .maintitle .flex-item:nth-child(1){
        margin-bottom: 20px;
    }
    #RUC-width-full #RUC-RUC .bg{
        position: relative;
        margin-top: -15%;
    }
}
@media only screen and (max-width: 480px){
    #RUC-width-full #RUC-RUC .text_icon_list .text_icon h3.title_b{
            line-height: 0.8;
            font-size: 2.4em;
    }
}
/*#RUC-width-full #RUC-PCIe*/
#RUC-width-full #RUC-PCIe{
    position: relative;
    overflow: hidden;
    background: #04061b;
}
#RUC-width-full #RUC-PCIe .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-PCIe .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(0%, 0%);
    margin: 0% 0;
    width: 100%;
}
#RUC-width-full #RUC-PCIe .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#RUC-width-full #RUC-PCIe .maintitle h2:after{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #00d2ff;
    transform: translate(0%, 0%);
}
#RUC-width-full #RUC-PCIe .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-PCIe .maintitle h2{
        text-align: center;
    }
    #RUC-width-full #RUC-PCIe .maintitle h2::after{
            content: "";
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 20%;
        height: 3px;
        background: #00d2ff;
        transform: translate(-50%, 0%);
    }
    #RUC-width-full #RUC-PCIe .maintitle .info{
        margin-bottom: 30px;
    }
    #RUC-width-full #RUC-PCIe .bg img {
            width: 400% !important;
    max-width: inherit !important;
    margin: -20% auto 0% !important;
    margin-left: -155% !important;
    }
}
/*#RUC-width-full #RUC-Fastest*/
#RUC-width-full #RUC-Fastest{
    position: relative;
    overflow: hidden;
    min-height: 626px;
}
#RUC-width-full #RUC-Fastest .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-Fastest .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
        position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(0%, 0%);
    margin: 0% 0;
    width: 100%;
    max-width: 825px;
}
#RUC-width-full #RUC-Fastest .maintitle h2{
    margin-bottom: 1.5em !important;
    position: relative;
}
#RUC-width-full #RUC-Fastest .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #1e262d;
    transform: translate(-50%, 0%);
}
#RUC-width-full #RUC-Fastest .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#RUC-width-full #RUC-Fastest .list_box{
    display: inline-block;
    width: 100%;
    padding-right: 30%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#RUC-width-full #RUC-Fastest .text_icon_list {
        width: 100%;
    max-width: 900px;
    list-style: none;
    padding: 0 18px;
    margin: 0px auto 0px;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
#RUC-width-full #RUC-Fastest .text_icon_list li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 30px auto 0px;
    /* border-left: 1px #00b4ff solid; */
}
#RUC-width-full #RUC-Fastest .text_icon_list.list_auto li {
    width: 33.3333%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}

#RUC-width-full #RUC-Fastest .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 10px
}

#RUC-width-full #RUC-Fastest .text_icon_list .text_icon div.text_box {
        text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    /* background: #f7f8f8; */
    width: 100%;
    /* min-width: 300px; */
    /* min-height: 200px; */
    /* border-radius: 10px; */
}

#RUC-width-full #RUC-Fastest .text_icon_list .text_icon p {
    display: inline-block;
    /* width: 100%; */
    width: auto;
}

#RUC-width-full #RUC-Fastest .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 4.5em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #1e262d;
}
#RUC-width-full #RUC-Fastest .text_icon_list .text_icon .title.title_s{
    font-size: 2.4em;
}
#RUC-width-full #RUC-Fastest .text_icon_list .text_icon .title b{
    display: none;
}
#RUC-width-full #RUC-Fastest .text_icon_list .text_icon span {
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #1e262d;
    line-height: 1em;
    letter-spacing: 0.02em;
    display: inline-block;
    width: 100%;
        /* position: relative;
    top: -20px; */
}

#RUC-width-full #RUC-Fastest .text_icon_list .text_icon .desc {
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    display: inline-block;
}
#RUC-width-full #RUC-Fastest .text_icon_list .text_icon .note{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1780px) {
    #RUC-width-full #RUC-Fastest .bg{
        left: 82%;
        transform: translate(-50%, 0%);
    }
}
@media only screen and (max-width: 1280px) {
    #RUC-width-full #RUC-Fastest .text_icon_list.list_auto li{
        width: 50%;
    }
    #RUC-width-full #RUC-Fastest .text_icon_list.list_auto li.list_one{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-Fastest .bg{
        position: relative;
        left: 0;
        width: 100%;
        max-width: inherit;
        transform: translate(0%, 0%);
    }
    #RUC-width-full #RUC-Fastest .bg img {
            width: 155% !important;
    max-width: inherit !important;
    margin: -40% auto 0% !important;
    margin-left: -25% !important;
    }

    #RUC-width-full #RUC-Fastest .maintitle h2 b{
        border: none;
    }
    #RUC-width-full #RUC-Fastest .list_box{
        padding: 0;
    }
    #RUC-width-full #RUC-Fastest .text_icon_list li,
    #RUC-width-full #RUC-Fastest .text_icon_list.list_auto li {
        width: 50%;
        margin-bottom: 20px;
    }
    #RUC-width-full #RUC-Fastest .text_icon_list li, #RUC-width-full #RUC-Fastest .text_icon_list.list_auto li{
        margin: 20px 0 0;
    }
    #RUC-width-full #RUC-Fastest .text_icon_list{
        margin: 0px 0 0px;
        padding: 0;
    }
    #RUC-width-full #RUC-Fastest .text_icon_list .text_icon .title span {
        font-size: 0.2em
    }
    #RUC-width-full #RUC-Fastest .text_icon_list .text_icon{
        width: calc(100% - 0px);
        padding: 0px;
    }
    #RUC-width-full #RUC-Fastest .text_icon_list .text_icon div.text_box{
            min-width: inherit;
        display: flex;
        padding: 20px 10px;
    }
    #RUC-width-full #RUC-Fastest .text_icon_list .text_icon .title{
        font-size: 4em;
    }
    #RUC-width-full #RUC-Fastest .text_icon_list .text_icon .desc{
        font-size: 1em;
    }
}
/*#RUC-width-full #RUC-Flexible*/
#RUC-width-full #RUC-Flexible{
    position: relative;
    background: #fff;
}
#RUC-width-full #RUC-Flexible .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
}
#RUC-width-full #RUC-Flexible .mainfull{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
}
#RUC-width-full #RUC-Flexible .maintitle h2 {
    margin-bottom: 0.5em !important;
    position: relative;
    color: #13547a !important;
    font-size: 3em;
    font-weight: 600;
}
#RUC-width-full #RUC-Flexible img.pic_Flexible{
    width: 90%;
    max-width: 600px !important;
}
#RUC-width-full #RUC-Flexible .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}
#RUC-width-full #RUC-Flexible .bg img{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
#RUC-width-full #RUC-Flexible ul.sub_tab_btns {
        width: 100%;
    text-align: center;
    display: flex;
    margin: 50px auto 0;
    align-items: flex-start;
    justify-content: center;
}
#RUC-width-full #RUC-Flexible ul.sub_tab_btns li {
    width: calc( 33.33% - 10px);
    position: relative;
    margin: 0 5px;
}

#RUC-width-full #RUC-Flexible ul.sub_tab_btns .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 2px
}
#RUC-width-full #RUC-Flexible ul.sub_tab_btns .text_icon img{
    display: inline-block;
    width: 100%;
    max-width: 66px !important;
    margin-bottom: 10px;
}

#RUC-width-full #RUC-Flexible ul.sub_tab_btns .text_icon div {
    position: relative;
    text-align: center;
    padding: 0
}
#RUC-width-full #RUC-Flexible ul.sub_tab_btns .text_icon h3{
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
    color: #13547a;
}
#RUC-width-full #RUC-Flexible ul.sub_tab_btns .text_icon .title {
    /*font-style: italic;*/
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;    font-size: 6.2em;
    line-height: 1.2em;
    font-size: 3.125em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #76b900;
    /* margin-bottom: -10px; */
}

#RUC-width-full #RUC-Flexible ul.sub_tab_btns .text_icon .title span {
    font-family: "Myriad Pro Semibold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 0.2em;
    margin-left: 3px;
    line-height: 1em;
    color: #000;
    font-weight: 300;
    white-space:nowrap;
}

#RUC-width-full #RUC-Flexible ul.sub_tab_btns .text_icon .desc {
font-family: "Myriad Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
font-size: 1.2em;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    line-height: 1.2em;
    display: inline-block;
    /* margin-top: -30px; */
}
#RUC-width-full #RUC-Flexible ul.sub_tab_btns .text_icon .note{
    margin-top: 0 !important;
}

@media only screen and (max-width: 1180px) {
    #RUC-width-full #RUC-Flexible .maintitle{
        padding-top: 180px;
        padding-bottom: 180px;
    }
}
@media only screen and (max-width: 1024px) {
    #RUC-width-full #RUC-Flexible .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 1024px) {
    #RUC-width-full #RUC-Flexible .maintitle{
        padding-top: 0px;
        padding-bottom: 0;
    }
    #RUC-width-full #RUC-Flexible .bg{
        width: 300%;
    }
    #RUC-width-full #RUC-Flexible .mainfull{
        padding-top: 0;
    }
    #RUC-width-full #RUC-Flexible ul.sub_tab_btns{
        margin-bottom: 50px;
    }
    #RUC-width-full #RUC-Flexible ul.sub_tab_btns{
        flex-wrap: wrap;
    }
    #RUC-width-full #RUC-Flexible .flexCon.flex-50-50>.flex-item {
        width: 100% !important;
    }
    #RUC-width-full #RUC-Flexible ul.sub_tab_btns li{
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }
}
/*#RUC-width-full #RUC-Seamless*/
#RUC-width-full #RUC-Seamless{
    position: relative;
    overflow: hidden;
    background: #f0f2f4;
}
#RUC-width-full #RUC-Seamless .maintitle {
    text-align: left;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-Seamless img.logo_openvino{
    width: 100%;
    margin: 50px 0 !important;
    max-width: 260px !important;
}
#RUC-width-full #RUC-Seamless .maintitle h2 {
    color: #fff !important;
    font-size: 3em;
    font-weight: 600;
}
/*#RUC-width-full #RUC-info-first*/
#RUC-width-full #RUC-info-first{
    position: relative;
    overflow: hidden;
/*     background: url('../img/bg_info.jpg') no-repeat center center; */
    background-size: cover;
}
#RUC-width-full #RUC-info-first .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    #RUC-width-full #RUC-info-first .maintitle{
        padding-top: 50px;
        padding-right: 18px;
        padding-left: 18px;
        padding-bottom: 50px;
    }
}
/*#RUC-width-full #RUC-info*/
#RUC-width-full #RUC-info{
    position: relative;
    overflow: hidden;
    background: url('../img/bg_info.jpg') no-repeat center center;
    background-size: cover;
}
#RUC-width-full #RUC-info .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    #RUC-width-full #RUC-info .maintitle{
        padding-top: 50px;
        padding-right: 18px;
        padding-left: 18px;
        padding-bottom: 50px;
    }
}
/*#RUC-width-full #RUC-industrial*/
#RUC-width-full #RUC-industrial{
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
#RUC-width-full #RUC-industrial .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-industrial .info{
    color: #3f596e !important;
    font-size: 1.3em;
    line-height: 1.3;
    margin-bottom: 50px;
}
#RUC-width-full #RUC-industrial .maintitle h2{
    margin-bottom: 0.5em !important;
    position: relative;
    font-size: 3em;
    font-weight: 600;
    color: #000000 !important;
    background-color: #000000 0%;
    background: -webkit-linear-gradient(to right, #000000 0%, #000000 100%);
    background: -moz-linear-gradient(to right, #000000 0%, #000000 100%);
    background: -o-linear-gradient(to right, #000000 0%, #000000 100%);
    background: linear-gradient(to right, #000000 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

/*#RUC-width-full #RUC-Target*/
#RUC-width-full #RUC-Target{
    position: relative;
    overflow: hidden;
    background: #000;
}
#RUC-width-full #RUC-Target .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-Target .info{
    margin-bottom: 50px;
}
#RUC-width-full #RUC-Target .maintitle h2{
    /* margin-bottom: 0.5em !important; */
    position: relative;
    font-size: 3em;
    font-weight: 600;
    color: #fff !important;
    background-color: #fff 0%;
    background: -webkit-linear-gradient(to right, #fff 0%, #fff 100%);
    background: -moz-linear-gradient(to right, #fff 0%, #fff 100%);
    background: -o-linear-gradient(to right, #fff 0%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
/* #RUC-width-full #RUC-Target .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
} */
#RUC-width-full #RUC-Target .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: #323232 !important;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
}
#RUC-width-full #RUC-Target .maintitle .flexCon{
    margin: 30px 0 10px;
}
#RUC-width-full #RUC-Target .maintitle .flex-item img{
    max-width: 500px !important;
}
#RUC-width-full #RUC-Target .Applications_list{
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap; 
}
#RUC-width-full #RUC-Target .Applications_list li{
    width: calc(25% - 2px);
    margin: 0 1px;
    background: #fff;
    position: relative;
}
#RUC-width-full #RUC-Target .Applications_list li .list_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#RUC-width-full #RUC-Target .Applications_list li:hover .list_hover{

    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#RUC-width-full #RUC-Target .Applications_list li .list_hover ul{
    display: inline-block;
    padding: 20px 20px 20px 30px;
    width: 100%;
}
#RUC-width-full #RUC-Target .Applications_list li .list_hover ul li{
    width: 100%;
    background: none;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.8em;
    list-style: disc;
}
#RUC-width-full #RUC-Target .Applications_list li h4{
    font-size: 1em;
    color: #ffffff;
    font-weight: normal;
    padding: 15px 18px 10px;
    margin-bottom: 8px;
    position: absolute;
    left: 0;
    bottom: 5%;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
#RUC-width-full #RUC-Target .Applications_list li img{
    width: 100%;
}
#RUC-width-full #RUC-Target .pic_Advanced{
        position: relative;
    margin-top: -50px;
    text-align: center;
}
#RUC-width-full #RUC-Target .pic_Advanced img{
    width: 100%;
}
#RUC-width-full #RUC-Target .pic_Advanced:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0,   0,   0,  0) 100%
  );
  /* 標準寫法 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0,   0,   0, ) 100%
  );
      width: 100%;
    height: 2vw;
}
@media only screen and (max-width: 1024px) {
    #RUC-width-full #RUC-Target .maintitle {
        padding-bottom: 50px;
        padding-top: 20px;
    }
    #RUC-width-full #RUC-Target .info{
        padding-bottom: 30px;
    }
    #RUC-width-full #RUC-Target .systems_list li {
        width: calc(50% - 12px);
    }
    #RUC-width-full #RUC-Target .Applications_list li{
        width: calc(50% - 2px);
        margin-bottom: 2px;
    }
}
@media only screen and (max-width: 768px) {

    #RUC-width-full #RUC-Target .Applications_list li{
        width: calc(50% - 2px);

    }

    #RUC-width-full #RUC-Target .pic_Advanced img{
                width: 220%;
        max-width: inherit !important;
        margin: 0% 0 0 -58% !important;
    }
}
@media only screen and (max-width: 480px) {
    #RUC-width-full #RUC-Target .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
    #RUC-width-full #RUC-Target .Applications_list li{
        width: calc(100% - 2px);
    }
}

/*#RUC-width-full #RUC-Features*/
#RUC-width-full #RUC-Features{
    position: relative;
    overflow: hidden;
    background: #0c1a39 url('../img/bg_features.jpg') no-repeat center center;
    background-size: cover;
    /* min-height: 626px; */
}
#RUC-width-full #RUC-Features .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-Features a{
    color: #13547a;
}
#RUC-width-full #RUC-Features .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);

}
#RUC-width-full #RUC-Features .maintitle h2{
    
    position: relative;
    font-size: 3em;
    font-weight: 600;
    color: #fff !important;
    background-color: #fff 0%;
    background: -webkit-linear-gradient(to right, #fff 0%, #fff 100%);
    background: -moz-linear-gradient(to right, #fff 0%, #fff 100%);
    background: -o-linear-gradient(to right, #fff 0%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

#RUC-width-full #RUC-Features .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#RUC-width-full #RUC-Features .list_box{
    display: inline-block;
    width: 100%;
    padding: 0%;
}
#RUC-width-full #RUC-Features .text_icon_list {
    width: calc(100% - 36px);
    max-width: 10240px;
    list-style: none;
    padding: 0 18px;
    margin: 20px auto 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch; /* 將子元素的高度調整為最大高度 */
    flex-wrap: wrap;
    flex-direction: row;
}

#RUC-width-full #RUC-Features .text_icon_list li {
    width: 20%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* 在垂直方向上平均分配空間 */
    margin: 0 0 20px;
}

#RUC-width-full #RUC-Features .text_icon_list li .text_box {
    /* background: #eceef1;
    border-radius: 8px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    height: 100%;
    padding-bottom: 20px;
}

/* 為了使文本垂直居中，可以將 .desc 和 .text_box_list 的屬性調整如下 */
#RUC-width-full #RUC-Features .text_icon_list li .desc {
    font-size: 1.2em;
    font-weight: 400;
    margin: auto 0;
    color: #3f596e;
    width: 100%;
    line-height: 1.0;
    position: relative;
    margin: 0 auto 0.8em;
}
/* #RUC-width-full #RUC-Features .text_icon_list li .desc:after{
        content: "";
    position: absolute;
    bottom: -0.3em;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50%;
    height: 2px;
    background: #fff;
} */
#RUC-width-full #RUC-Features .text_icon_list li .text_box_list {
    list-style: disc;
    display: list-item;
    font-family: 'TT Norms Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #3f596e !important;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: left;
    width: 80%;
    margin: 0 0 0 40px;
    letter-spacing: 0.03em;
    padding: 0 0 10px 0px;
}
#RUC-width-full #RUC-Features .text_icon_list li .text_box_list.list_none{
        list-style: none;
        margin: 0;
}
#RUC-width-full #RUC-Features .text_icon_list li img {
    width: 90%;
    height: auto;
    max-width: 140px !important;
    padding: 20px 0 !important;
}
@media only screen and (max-width: 1780px) {
    
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-Features .bg{
        position: relative;
        left: 0;
        width: 100%;
        max-width: inherit;
        transform: translate(0%, 0%);
    }
    #RUC-width-full #RUC-Features .bg img {
            width: 155% !important;
    max-width: inherit !important;
    margin: -40% auto 0% !important;
    margin-left: -25% !important;
    }
    #RUC-width-full #RUC-Features .text_icon_list{
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #RUC-width-full #RUC-Features .text_icon_list li{
        width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 560px){
    #RUC-width-full #RUC-Features .maintitle h2{
        margin-bottom: 0 !important;
    }
    #RUC-width-full #RUC-Features .text_icon_list{
        margin-bottom: 0 !important;
    }
    #RUC-width-full #RUC-Features .text_icon_list li{
        width: 100%;
    }
    #RUC-width-full #RUC-Features .maintitle{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/*#RUC-width-full #RUC-Feature*/
#RUC-width-full #RUC-Feature{
    position: relative;
    overflow: hidden;
}
#RUC-width-full #RUC-Feature .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-Feature .maintitle h2{
    margin-bottom: 1.2em !important;
    position: relative;
    color: #1e262d !important;
    font-size: 3em;
    font-weight: 600;
}
#RUC-width-full #RUC-Feature .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 25%;
    height: 3px;
    background: #00d2ff;
    transform: translate(-50%, 0%);
}
#RUC-width-full #RUC-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: #323232 !important;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
}
#RUC-width-full #RUC-Feature .maintitle .flexCon{
    margin: 30px 0 10px;
}
#RUC-width-full #RUC-Feature .maintitle .flex-item img{
    max-width: 500px !important;
}
#RUC-width-full #RUC-Feature .systems_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; /* Make all items stretch to the same height */
    justify-content: center;
    margin: 50px auto;
}

#RUC-width-full #RUC-Feature .systems_list li {
    width: calc(25% - 12px);
    border: 1px solid #e6e6e6;
    margin: 6px;
    text-align: left;
    display: flex;
    flex-direction: column; /* Stack image, h4, and .info vertically */
}

#RUC-width-full #RUC-Feature .systems_list li h4 {
    font-size: 1em;
    color: #000;
    font-weight: normal;
    padding: 15px 18px 10px;
    margin-bottom: 8px; /* Add some spacing between h4 and .info */
}

#RUC-width-full #RUC-Feature .systems_list li .info {
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 0 18px 20px !important;
    text-align: left !important;
    flex: 1; /* Allow .info to expand and fill available space */
}

#RUC-width-full #RUC-Feature .systems_list li img {
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    #RUC-width-full #RUC-Feature .maintitle {
        padding-bottom: 50px;
    }
    #RUC-width-full #RUC-Feature .systems_list li {
        width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 480px) {
    #RUC-width-full #RUC-Feature .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
    #RUC-width-full #RUC-Feature .systems_list li {
        width: calc(100% - 12px);
    }
}
/*#RUC-width-full #RUC-Applications*/
#RUC-width-full #RUC-Applications{
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 0px 0 100px;
}
#RUC-width-full #RUC-Applications .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto 0px;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-Applications .maintitle h2 {
    margin-bottom: 1em !important;
    position: relative;
    font-size: 3em;
    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;
}

/*#RUC-width-full #RUC-FAQ*/
#RUC-width-full #RUC-FAQ{
    position: relative;
    overflow: hidden;
    /* min-height: 626px; */
}
#RUC-width-full #RUC-FAQ .maintitle h2 {
    color: #13547a !important;
    font-size: 2.6em;
    font-weight: 600;
    margin-bottom: 20px !important;
}
#RUC-width-full #RUC-FAQ .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#RUC-width-full #RUC-FAQ .maintitle ul li{
    text-align: left;
    padding: 0px;
}
 #RUC-width-full #RUC-FAQ .maintitle ul li h3{
    width: 100%;
    border-top: 1px solid #ababab;
    padding: 25px 25px;
    margin-bottom: 0px;
    font-size: 1.25em;
    font-family: 'TT Norms Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
 }
 #RUC-width-full #RUC-FAQ .maintitle ul li h3:hover,
 #RUC-width-full #RUC-FAQ .maintitle ul li h3.active{
    cursor: pointer;
    background: #7cc5bf;
    color: #fff;
 }
 #RUC-width-full #RUC-FAQ .maintitle ul li .info{
    text-align: left !important;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    padding: 0 18px 30px;
 }
 #RUC-width-full #RUC-FAQ .maintitle ul li .info.active {
    max-height: 1000px; /* 设置展开时的最大高度 */
    padding: 10px; /* 添加一些内边距，使内容不会紧贴边界 */
  }
  #RUC-width-full #RUC-FAQ .maintitle ul li .faq_img{
    text-align: center;
    margin-top: 20px;
  }
#RUC-width-full #RUC-FAQ a{
    color: #1e262d;
}
#RUC-width-full #RUC-FAQ .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    /*position: absolute;
    bottom: 0;
    right: 0%;
    transform: translate(0%, 0%);
    margin: 0% 0;
    width: 100%;
    max-width: 825px; */
}
/*#RUC-width-full #RUC-FAQ .maintitle h2:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 20%;
    height: 3px;
    background: #1e262d;
    transform: translate(-50%, 0%);
}*/
#RUC-width-full #RUC-FAQ .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}

@media only screen and (max-width: 1780px) {
    
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-FAQ .bg{
        position: relative;
        left: 0;
        width: 100%;
        max-width: inherit;
        transform: translate(0%, 0%);
    }
    #RUC-width-full #RUC-FAQ .bg img {
            width: 155% !important;
    max-width: inherit !important;
    margin: -40% auto 0% !important;
    margin-left: -25% !important;
    }

    #RUC-width-full #RUC-FAQ .maintitle h2 b{
        border: none;
    }
}
/*#RUC-width-full #RUC-Solutions*/
#RUC-width-full #RUC-Solutions .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1436px;
    margin: 0 auto;
    padding-top: 70px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    position: relative;
}
#RUC-width-full #RUC-Solutions .maintitle h2{
    color: #1e262d !important;
    font-size: 2.6em;
    font-weight: 600;
}
#RUC-width-full #RUC-Solutions .design_tab_area{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
    /* border-bottom: #6f6f6f 1px solid; */
}
#RUC-width-full #RUC-Solutions .design_tab_area li{
    display: inline-block;
    width: auto;
    /* float: left; */
    margin: 0;
    padding: 0
}
#RUC-width-full #RUC-Solutions .design_tab_area li a{
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 10px 20px;
    border: none;
    color: #333333;
    /* background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%); */
}
#RUC-width-full #RUC-Solutions .design_tab_area li a h3{
    color: #8c8c8c;
    font-size: 1.845em;
    font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#RUC-width-full #RUC-Solutions .design_tab_area li a.active h3{
    color: #000
}
#RUC-width-full #RUC-Solutions .design_tab_area li a.active:after{
    content: "";
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: calc(100% - 2px);
    left: 50%;
    height: 2px;
    width: 40%;
    background: #000
}
#RUC-width-full #RUC-Solutions .design_tab_area li a p{
    font-size: 22px;
}
#RUC-width-full #RUC-Solutions .tab_info{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
#RUC-width-full #RUC-Solutions .tab_info.active{
    display: block;
    position: relative;
    z-index: 9;
    top: -10px;
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms ease, visibility 400ms ease, top 400ms ease; 
}

#RUC-width-full #RUC-Solutions .tab_info .flex-item img{
    width: 100%;
    max-width: 835px;
}
#RUC-width-full #RUC-Solutions .tab_info img.logo_zoom{
    width: 50%;
    max-width: 75px !important;
    position: absolute;
    right: 0;
    top: -75px;
}
#RUC-width-full #RUC-Solutions .tab_info .flex-item .translate_box{
    padding: 0 5%;
}
@media only screen and (max-width: 1024px) {
    #RUC-width-full #RUC-Solutions .design_tab_area li a p{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 759px) {
    #RUC-width-full #RUC-Solutions .design_tab_area{
        padding-top: 20px;
    }
    #RUC-width-full #RUC-Solutions .design_tab_area li{
        width: 33.33%;
        float: left;
    }
    #RUC-width-full #RUC-Solutions .design_tab_area li a h3{
        font-size: 1.2em;
    }
    #RUC-width-full #RUC-Solutions .tab_info img.logo_zoom{
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 10px;
    }
    #RUC-width-full #RUC-Solutions .tab_info .flex-item .translate_box{
        padding: 20px 0;
    }
    #RUC-width-full #RUC-Solutions .tab_info .maintitle{
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}


#RUC-width-full #RUC-Solutions .productGridTable {
    position: relative;
}
#RUC-width-full #RUC-Solutions .productGridTable-item {
    display: inline-block;
    position: relative;
    padding: 65px 18px 91px;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
}
#RUC-width-full #RUC-Solutions .productGridTable-item.tag_ARM:after{
    content: "ARM";
    color: #0063af;
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 1.3em;
    font-weight: 600;
    left: 0;
}
#RUC-width-full #RUC-Solutions .productGridTable-item.tag_X86:after{
    content: "X86";
    color: #0c5d6f;
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 1.3em;
    font-weight: 600;
    left: 0;
}
#RUC-width-full #RUC-Solutions .productGridTable-item {
    padding: 25px 18px 92px;
    border: 1px solid #e6e6e6;
    min-height: auto;
}
#RUC-width-full #RUC-Solutions .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#RUC-width-full #RUC-Solutions .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    max-width: 200px !important;
    background-size: contain;
}
#RUC-width-full #RUC-Solutions .productGridTable-item .itemInfoContainer {
    margin-top: 20px;
    min-height: auto;
}
#RUC-width-full #RUC-Solutions .productGridTable-item .itemInfoContainer .info{
    line-height: 1.5em;
}
#RUC-width-full #RUC-Solutions .itemAction {
    position: absolute;
    bottom: 45px;
    left: 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#RUC-width-full #RUC-Solutions a.link_style.link_style_c{
    min-width: 125px;
}
#RUC-width-full #RUC-Solutions a.link_style.Coming_soon{
    cursor: default;
}
#RUC-width-full #RUC-Solutions a.link_style.Coming_soon:hover{
    color: #fff !important;
    border: 2px solid #0c5d6f;
    background: #0c5d6f;
}
#RUC-width-full #RUC-Solutions a.link_style.Coming_soon:hover span{
    color: #fff !important;
}
#RUC-width-full #RUC-Solutions .itemInfoContent .itemInfo-title{
    font-size: 1.3em;
    font-weight: 600;
    color: #1e262d;
    margin-bottom: 10px;
    text-align: center;
}
#RUC-width-full #RUC-Solutions .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#RUC-width-full #RUC-Solutions .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 3px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#RUC-width-full #RUC-Solutions .regular .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #RUC-width-full #RUC-Solutions .productGridTable {
        justify-content: flex-start;
    }
    #RUC-width-full #RUC-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 10px;
        max-width: 1236px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #RUC-width-full #RUC-Solutions .productGridTable-item {
        margin: 0 5px 10px;
        /* width: calc(25% - 10px); */
        width: calc(25% - 10px);
        max-width: 420px;
        min-height: 550px;
        margin-top: 40px !important;
    }
    
    #RUC-width-full #RUC-Solutions .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #RUC-width-full #RUC-Solutions .itemAction {
        display: flex;
        justify-content: space-around;
        padding-right: 50px;
        padding-left: 50px;
    }
    #RUC-width-full #RUC-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #RUC-width-full #RUC-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 1236px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #RUC-width-full #RUC-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 50px 33px 46px;
        width:calc(33.33% - 10px);
        max-width: 430px;
        min-height: auto;
    }
    #RUC-width-full #RUC-Solutions .productGridTable .productGridTable-item {
        padding: 28px 30px 50px;
        margin: 50px 5px 0;
    }
    #RUC-width-full #RUC-Solutions .itemInfoContainer {
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%;
    }
    #RUC-width-full #RUC-Solutions .itemAction{
        display: flex;
        bottom: 46px;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        margin: 0 5px;
        box-sizing: border-box;
    }
    #RUC-width-full #RUC-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }

}
@media (max-width: 730.5px){
    #RUC-width-full #RUC-Solutions .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-top: 20px;
        margin-left: auto;
        max-width: 1236px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #RUC-width-full #RUC-Solutions .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: 100%;
        padding: 31px 15px 92px;
        max-width: 430px;
        min-height: auto;
    }
    #RUC-width-full #RUC-Solutions .productGridTable-item.tag_ARM{
        margin-top: 40px;
    }
    #RUC-width-full #RUC-Solutions .productGridTable .productGridTable-item  {
        
    }
    #RUC-width-full #RUC-Solutions .regular .productGridTable-item{
        padding-bottom: 0px;
    }
    #RUC-width-full #RUC-Solutions .itemInfoContainer {
        margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;
        width: 100%;
    }
    #RUC-width-full #RUC-Solutions .itemAction {
        bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        box-sizing: border-box;
    }
    #RUC-width-full #RUC-Solutions .regular .itemAction {
        bottom: 50px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #RUC-width-full #RUC-Solutions .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #RUC-width-full #RUC-Solutions a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #RUC-width-full #RUC-Solutions .regular .productGridTable-item a.link_style{
        margin-top: 40px;
    }
}
@media (max-width: 480px){
    #RUC-width-full #RUC-Solutions .maintitle{
        padding: 50px 0;
    }
    #RUC-width-full #RUC-Solutions .maintitle h2{
        text-align: center !important;
    }
    #RUC-width-full #RUC-Solutions .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #RUC-width-full #RUC-Solutions .productGridTable .productGridTable-item  {
        width: 90%;
        padding: 31px 18px 92px;
        max-width: inherit;
    }
}

/*Anorak-Jacket-05*/
#RUC-width-full #RUC-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#RUC-width-full #RUC-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#RUC-width-full #RUC-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#RUC-width-full #RUC-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) {
    #RUC-width-full #RUC-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #RUC-width-full #RUC-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #RUC-width-full #RUC-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #RUC-width-full #RUC-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #RUC-width-full #RUC-05 .stitle p {
        font-size: 1.5em;
    }

    #RUC-width-full #RUC-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #RUC-width-full #RUC-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #RUC-width-full #RUC-05 img.mobile {
        display: block !important;
    }

    #RUC-width-full #RUC-05 .control_io_mobile {
        display: block !important;
    }

    #RUC-width-full #RUC-05 .control_io {
        display: none !important;
    }

    #RUC-width-full #RUC-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #RUC-width-full #RUC-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #RUC-width-full #RUC-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #RUC-width-full #RUC-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #RUC-width-full #RUC-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #RUC-width-full #RUC-05 .stitle p {
        margin-top: 20px
    }

    #RUC-width-full #RUC-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 759px) {
    #RUC-width-full #RUC-05 .mtitle p {
        font-size: 3em;
    }

    #RUC-width-full #RUC-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #RUC-width-full #RUC-05 .maintitle {
        padding-top: .5em;
    }

    #RUC-width-full #RUC-05 .mtitle p {
        font-size: 3em;
    }

    #RUC-width-full #RUC-05 .stitle p {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1880px) {
    #RUC-width-full .mtitle p,
    #RUC-width-full h2 {
        font-size: 1.625em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1780px) {
    #RUC-width-full .mtitle p,
    #RUC-width-full h2 {
        font-size: 1.625em;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1440px) {
    #RUC-width-full .mtitle p,
    #RUC-width-full h2 {
        font-size: 1.6em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #RUC-width-full .mtitle p,
    #RUC-width-full h2 {
        font-size: 1.5em;
        line-height: 1.2em;
    }

   /*  #RUC-width-full .flex-item .info,
    #RUC-width-full .mainfull .maintitle .info,
    #RUC-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.3em;
        width: 100%
    } */

    #RUC-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #RUC-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #RUC-width-full img.webstyle,
    #RUC-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #RUC-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #RUC-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #RUC-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #RUC-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #RUC-width-full img.mobile,
    #RUC-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #RUC-width-full .maintitle .info,
    #RUC-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    #RUC-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #RUC-width-full .flex-item .info,
    #RUC-width-full .mainfull .maintitle .info,
    #RUC-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;
    }

    #RUC-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#RUC-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #RUC-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #RUC-width-full .mtitle p,
    #RUC-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;
    }

    #RUC-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #RUC-width-full .full-section {
        padding: 0 0;
    }
}

/* nav bar */
#RUC-width-full #RUC-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;
}

#RUC-width-full #RUC-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#RUC-width-full #RUC-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
}

#RUC-width-full #RUC-nav ul li a {
    display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}

#RUC-width-full #RUC-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;
}

#RUC-width-full #RUC-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    color: #00d2ff;
    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;
}

#RUC-width-full #RUC-nav ul li.on.active b,
#RUC-width-full #RUC-nav ul li.active b {
    top: 90%
}

#RUC-width-full #RUC-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;
}

#RUC-width-full #RUC-nav ul li:hover div {
    background: #00d2ff
}

#RUC-width-full #RUC-nav ul li.active {
    height: 38px !important
}

#RUC-width-full #RUC-nav ul li.active div {
    background: #00d2ff;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_charRUC_rgb_nav-nav */
    #RUC-width-full #RUC-nav {
        display: none;
    }
}

/*動態CSS*/
#RUC-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
    }
}

#RUC-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
    }
}

#RUC-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
    }
}

#RUC-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,
#RUC-width-full .mainfull .maintitle .product-text,
#RUC-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#RUC-width-full .txt_move{
animation: inherit !important;
}
#RUC-width-full .txt_move_b{
animation: inherit !important;
}
} */

#RUC-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#RUC-width-full .slick-prev:before, #RUC-width-full .slick-next:before {
  color: #0072ce !important;
}
#RUC-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%);
}
#RUC-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%);
}
#RUC-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%);
}
#RUC-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) {
    #RUC-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;
    }
    #RUC-width-full .slick-prev:before,
    #RUC-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}


/**/
#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000,
#hd .hd-w1200,
#hd .hd-w1400 {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1400 {
    max-width: 1400px
}

#hd .hd-mw1200 {
    max-width: 1200px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}
#hd .hd-col30 {
    width: 30%
}
#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col40 {
    width: 40%
}

#hd .hd-col45 {
    width: 45%
}

#hd .hd-col50 {
    width: 50%
}

#hd .hd-col55 {
    width: 55%
}

#hd .hd-col60 {
    width: 60%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col66 {
    width: 66.6666%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col100 {
    width: 100%
}

#hd .ib-top {
    display: inline-block;
    vertical-align: top
}

#hd .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}

#hd .flex-wrap {
    display: flex;
    flex-wrap: wrap
}

#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#hd .align-items-center {
    align-items: center
}

#hd .align-items-start {
    align-items: flex-start
}

#hd .align-items-end {
    align-items: flex-end
}

#hd .justify-content-center {
    justify-content: center
}

#hd .justify-content-start {
    justify-content: flex-start
}

#hd .justify-content-end {
    justify-content: flex-end
}

#hd .justify-content-between {
    justify-content: space-between
}

#hd .justify-content-around {
    justify-content: space-around
}

#hd .flex-row-reverse {
    flex-direction: row-reverse
}

#hd .hd-d-none {
    display: none
}

#hd .hd-d-ib {
    display: inline-block
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}
#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-italic {
    font-style: italic
}
@media screen and (min-width: 2560px) {
    #hd .hd-w1000 {
        max-width: 1200px
    }

    #hd .hd-w1200 {
        max-width: 1400px
    }

    #hd .hd-w1400 {
        max-width: 2000px
    }

    #hd .hd-mw1200 {
        max-width: 1400px
    }
}

@media screen and (min-width: 3000px) {
    #hd .hd-w1000 {
        max-width: 1600px
    }

    #hd .hd-w1200 {
        max-width: 2200px
    }

    #hd .hd-w1400 {
        max-width: 2800px
    }

    #hd .hd-mw1200 {
        max-width: 1800px
    }
}

@media screen and (max-width: 1024px) {

    #hd .hd-w1000,
    #hd .hd-w1200,
    #hd .hd-w1400 {
        width: 90%
    }
}

@media screen and (max-width: 1023px) {
    #hd .hd-d-1023-none {
        display: none
    }

    #hd .hd-d-1023-block {
        display: block
    }

    #hd .hd-d-1023-inline-block {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none
    }

    #hd .hd-d-768-block {
        display: block
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-d-620-none {
        display: none
    }

    #hd .hd-d-620-block {
        display: block
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-d-480-none {
        display: none
    }

    #hd .hd-d-480-block {
        display: block
    }
}
@media only screen and (max-width: 768px) {
    #hd .hd-col40,
    #hd .hd-col30,
    #hd .hd-col50,
    #hd .hd-col60,
    #hd .hd-col70{
        width: 100% !important;
    }
    #hd .hd-col50.hd-content{
        padding: 2em 0;
    }
    #hd .maintitle .hd-container figure{
        padding: 18px 0;
    }
    #hd .maintitle .hd-container .hd-content{
        padding: 18px 0;
    }
    #hd .maintitle .hd-container.flex-row-reverse figure{

    }
    #hd .maintitle .hd-container.flex-row-reverse .hd-content{
        
    }
}
#hd #pageContent-Technology{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-image: url('../img/bg_ai.jpg');
    /* padding-top: 50px; */
}
#hd #pageContent-Technology .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
#hd #pageContent-Technology h2{
    margin-bottom: 0.5em !important;
    position: relative;
    font-size: 3em;
    font-weight: 600;
    color: #000 !important;
    background-color: #000 0%;
    background: -webkit-linear-gradient(to right, #000 0%, #000 100%);
    background: -moz-linear-gradient(to right, #000 0%, #000 100%);
    background: -o-linear-gradient(to right, #000 0%, #000 100%);
    background: linear-gradient(to right, #000 0%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
#hd #pageContent-Technology .tab-content h2{
    margin: 0 !important;
    font-size: 1.4em;
    color: #005a79 !important;
    padding: 1em 0;
    -webkit-text-fill-color: #005a79 !important;
        width: 18vw;
            max-width: 300px;
}

#hd #pageContent-Technology .tab-content h2:after{
        content: "";
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translate(0%, -50%);
    width: 200%;
    height: 1px;
    background: #005a79;
    z-index: 0;
}
#hd #pageContent-Technology .tab-content .flex-row-reverse h2:after{
        content: "";
    position: absolute;
    right: inherit;
    left: calc(100% + 10px);
    top: 50%;
    transform: translate(0%, -50%);
    width: 200%;
    height: 1px;
    background: #005a79;
    z-index: 0;
}
#hd #pageContent-Technology .tab-content .text_box_list {
    list-style: disc;
    display: list-item;
    font-family: 'TT Norms Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #3f596e !important;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: left;
    width: 90%;
    margin: 0 0 0 20px;
    letter-spacing: 0.03em;
    padding: 10px 0px;
}
#hd #pageContent-Technology .hd-container{
    margin-bottom: 30px;
}
#hd #pageContent-Technology .hd-container h2.labelledby_title{
    display: none;
}
#hd #pageContent-Technology .hd-container .pic_flexibility{
    width: 90%;
    max-width:700px !important;
    margin-top: 50px !important;
    margin-left: -15%;
}
#hd #pageContent-Technology .hd-container .pic_installation{
    width: 90%;
    max-width:860px !important;
    margin-top: 50px !important;
    margin-left: 0%;
}
#hd #pageContent-Technology .hd-container .hd-content{
        overflow: hidden;
        padding-left: 0%;
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style{
    border-radius: 50px;
    width: auto;
    border: none;
    padding: 12px 30px;
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style{
    background-image: linear-gradient(to right, #005a79 0%, #005a79 100%);
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style:hover{
    border: none;
    background-image: linear-gradient(to right, #286381 0%, #77bfbb 100%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#hd #pageContent-Technology .hd-container .hd-content a.link_style:hover span{
    color: #fff !important;
}
#hd #pageContent-Technology .hd-container.flex-row-reverse .hd-content {
    padding-left: 0;
}
#hd #pageContent-Technology .hd-container img{
    width: 100%;
    max-width: 1000px !important;
}
@media only screen and (max-width: 768px) {
    #hd #pageContent-Technology .hd-container{
        margin-bottom: 0;
    }
}
#hd #pageContent-Technology .title-tab{
    padding-left: 18px;
    padding-right: 18px;
    border-top: 1px solid #ccd9e6;
    border-bottom: 1px solid #ccd9e6;
}
#pageContent-tab-Video-Editing-and-Motion-Graphics .list_modular {
  display: flex;
  margin: 3em 0;
  /* 加這行：讓所有 flex-item(即 li) 在交叉軸(高度)上拉到一樣 */
  align-items: stretch;
}

#pageContent-tab-Video-Editing-and-Motion-Graphics .list_modular li {
  /* 平分寬度，並可撐高 */
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 5px;
}

#pageContent-tab-Video-Editing-and-Motion-Graphics .list_modular li h3 {
      margin: 0;
    padding: 1.5em 1em;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 600;
}

#pageContent-tab-Video-Editing-and-Motion-Graphics .list_modular li img {
  /* 填滿剩餘高度 */
  flex: 1;
  width: 100%;
  object-fit: cover; /* cover 或者 contain，視你要裁切還是完整顯示 */
}
@media only screen and (max-width: 768px) {
    #hd #pageContent-Technology .maintitle{
        padding-top: 50px;
    }
  /* list 改成直欄排列 */
  #pageContent-tab-Video-Editing-and-Motion-Graphics .list_modular {
    display: flex;
    flex-direction: column;
    margin: 3em 18px 0;
  }

  /* 每個 li 撐滿寬度 */
  #pageContent-tab-Video-Editing-and-Motion-Graphics .list_modular li {
    flex: 0 0 100%;
    width: 100%;
    margin: 5px 0; /* 直欄時上下間距 */
  }
}
#hd .main-title {
    padding-top: 50px;
    position: relative;
    overflow: hidden
}
#hd .main-title h2{
    margin-bottom: 20px;
}
#hd .main-title {
    padding-top: 50px;
    position: relative;
    overflow: hidden
}
#hd .main-title h2{
    margin-bottom: 20px;
}
/* #hd .main-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 600px;
    position: absolute;
    top: -400px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: radial-gradient(ellipse at center, #ffffff 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
    pointer-events: none;
} */

#hd .tab-content {
    /* padding-right: 5em; */
    width: 90%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 18px;
}
#hd .tab-content h3{
    line-height: 1;
    margin-bottom: 0.3em;
}
#hd .tab-content>div {
    display: none;
    padding: 50px 0 4em
}

#hd .tab-content>div.hd-active {
    display: block;
    position: relative;
}

#hd .tab-content>div.hd-active .reveal-fromBottom {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .8s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#hd .tab-content>div.hd-active .reveal-fromLeft {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .8s;
    -o-animation-name: fadeInLeft;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#hd .title-tab {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    z-index: 3
}

/* #hd .title-tab:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #000000 5%, #c81f54 15%, #ab066d 30%, #890b95 38%, #5e2edc 52%, #3e5eff 75%, #4e95ff 100%);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000000, #5e2edc, ), to(#4e95ff));
    background-image: -webkit-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -moz-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -o-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background: #767676;
} */

#hd .title-tab ul {
    margin-top: 10px;
    margin-bottom: 16px;
    width: 100%;
    max-width: 1340px;
    display: inline-flex;
    align-items: stretch;
    text-align: center;
    position: relative;
    /* overflow-x: auto; */
    overflow-y: visible;
    -ms-overflow-style: none;
        justify-content: center;
}
#hd .title-tab ul:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(to right, #000000 5%, #c81f54 15%, #ab066d 30%, #890b95 38%, #5e2edc 52%, #3e5eff 75%, #4e95ff 100%);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000000, #5e2edc, ), to(#4e95ff));
    background-image: -webkit-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -moz-linear-gradient(to left, #000000, #5e2edc, #4e95ff);
    background-image: -o-linear-gradient(to left, #000000, #5e2edc, #4e95ff); */
    /* background: #767676; */
}
#hd .title-tab ul::-webkit-scrollbar {
    height: 0
}

#hd .title-tab ul::-webkit-scrollbar-track {
    background: transparent
}

#hd .title-tab ul::-webkit-scrollbar-thumb {
    background: transparent
}

#hd .title-tab ul::-webkit-scrollbar-thumb:hover {
    background: transparent
}

#hd .title-tab li {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-size: 1.2em !important;
    font-weight: normal;
    letter-spacing: 0em;
    /* white-space: nowrap; */
    flex: 0 0 auto;
    color: #555;
    padding: 1em 1.125em 0.8em 1.225em;
    position: relative;
    cursor: pointer;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

#hd .title-tab li:after {
    content: '';
    display: block;
    width: calc(100% - 80%);
    height: 5px;
    background: black;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform-origin: left bottom;
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    background: #00b2dc;
    /* background: transparent;
    background: -webkit-linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
    background: -moz-linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
    background: -o-linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
    background: linear-gradient(to right, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%); */
        /* background: #000000; */
}
/* #hd .title-tab li:nth-child(2):after{
    background: #741bb7;
}
#hd .title-tab li:nth-child(3):after{
    background: #523fe8;
}
#hd .title-tab li:nth-child(4):after{
    background: #4357fa;
} */
#hd .title-tab li sup{
    font-family: "Roboto", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
    position: relative;
    top: -20%;
}
#hd .title-tab li:hover {
    color: #005a79
}
#hd .title-tab li.hd-active{
    /* background: #005a79; */
    color: #000000 !important;
    /* border-radius: 20px 20px 0 0; */
    z-index: 1;
}
#hd .title-tab li.hd-active h3 {
    
    pointer-events: none
}

#hd .title-tab li.hd-active:after {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

@media screen and (max-width: 1280px) {
    #hd .tab-content {
        padding-right: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .main-title {
        padding-top: 3em
    }

    #hd .tab-content {
        padding: 0
    }

    #hd .tab-content>div {
        padding: 4em 0 4em
    }
    #hd .title-tab li{
        white-space: normal;
    }
    
}
@media screen and (max-width: 768px) {
    #hd .tab-content #pageContent-tab-3D-Animation{
        padding-top: 0;
    }
}
@media screen and (max-width: 540px) {
    #hd .tab-content {
        width: 100%;
    }
    #hd .title-tab ul{
            display: flex;
    flex-wrap: wrap;
    }
    #hd .title-tab ul:after{
        display: none;

    }
    #hd .title-tab li{
        font-size: 1.0em !important;
        /* border-bottom: 3px #767676 solid; */
        width: 33.33%;
        margin-bottom: 15px;
    }
    #hd .tab-content>div{
            padding: 20px 0;
    }
    
    #hd #pageContent-Technology{
            background-size: 100% 100%;
    }
    #hd #pageContent-Technology .hd-container{
        margin-bottom: 0;
    }
    #hd #pageContent-Technology .hd-container .info{
        padding: 0 18px;
    }
    #hd #pageContent-Technology .hd-container.flex-row-reverse .hd-content{
        padding-left: 18px;
        padding-right: 18px;
    }
    #hd #pageContent-Technology .tab-content h2:after{
        display: none;
    }
    #hd #pageContent-Technology .title-tab{
        padding-left: 0;
        padding-right: 0;
    }

}
@media screen and (max-width: 480px) {
    #hd .main-title {
        padding-top: 3.5em
    }

    #hd .title-tab li {
        font-size: 1.1em;
        letter-spacing: .018em
    }

    #hd .title-tab li.hd-active:after {
        height: 4px
    }
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/**/
#hd #pageContent-Power{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    padding-bottom: 50px;
}
#hd #pageContent-Power .tab-content{
    padding: 0 50px;
        max-width: 1440px;
}
#hd #pageContent-Power .tab-content h3{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
#hd #pageContent-Power .title-tab:after{
    background: #8a8a8a;
}
#hd #pageContent-Power .title-tab li h3{
    color: #ffffff;
        font-size: inherit;
            margin: 0;
}
#hd #pageContent-Power h3{
    color: #ffffff;
}
#hd #pageContent-Power h2 {
    margin-bottom: 0.5em !important;
    position: relative;
    font-size: 3em;
    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;
}
#hd #pageContent-Power .owl-nav {
    width: 100%;
    height: 2em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
}
#hd #pageContent-Power .owl-nav .owl-prev.disabled, #hd #pageContent-Power .owl-nav .owl-next.disabled {
    opacity: 0;
    pointer-events: none;
}
#hd #pageContent-Power .owl-nav .owl-prev, #hd #pageContent-Power .owl-nav .owl-next{
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 0;
    border: none;
    background: none;
    pointer-events: all;
    opacity: 0.8;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-indent: -9999px;
}
#hd #pageContent-Power .owl-nav .owl-prev span, #hd #pageContent-Power .owl-nav .owl-next span{
    width: 1.6em;
    height: 1.6em;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    border: none;
    background: none;
    pointer-events: all;
    opacity: 1;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
        text-indent: -9999px;
}
#hd #pageContent-Power .owl-nav .owl-prev{
    right: 101.5%;
}
#hd #pageContent-Power .owl-nav .owl-next{
    left: 101.5%;
}
#hd #pageContent-Power .owl-nav .owl-prev span{
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}
#hd #pageContent-Power .owl-nav .owl-next span{
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}
#hd #pageContent-Power .owl-nav .owl-prev:before{
        content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/ico_prev.svg) center center no-repeat;
    background-size: cover;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#hd #pageContent-Power .owl-nav .owl-next:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/ico_next.svg) center center no-repeat;
    border-radius: 100px;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#hd #pageContent-Power .owl-dots{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
    display: none;
}

#hd #pageContent-Power .owl-dots .owl-dot:first-child {
    margin-left: 0;
}
#hd #pageContent-Power .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: rgba(255,255,255,0.3);
    margin: 20px 5px 0;
}
#hd #pageContent-Power .owl-dots .owl-dot.active{
    width: 50px;
}
#hd #pageContent-Power .owl-dots .owl-dot a{
    display: inline-block;
    width: 100%;
}
#hd #pageContent-Power .owl-dots .owl-dot.active {
    background-color: #ffa800;
    background-image: -moz-linear-gradient(90deg, #ffa800,#ffa800);
    background-image: -webkit-linear-gradient(90deg, #ffa800,#ffa800);
    background-image: linear-gradient(90deg, #ffa800,#ffa800);
}
#hd #pageContent-Power .owl-dots .owl-dot p {
    font-size: 14px;
    margin-top: 1em;
    color: #fff;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#hd #pageContent-Power #carousel1 .owl-dots .owl-dot.active {
    background-color: #a886ff;
    background-image: -moz-linear-gradient(90deg, #a886ff,#a886ff);
    background-image: -webkit-linear-gradient(90deg, #a886ff,#a886ff);
    background-image: linear-gradient(90deg, #a886ff,#a886ff);
}
#hd #pageContent-Power #carousel3 .owl-dots .owl-dot.active {
    background-color: #dac19d;
    background-image: -moz-linear-gradient(90deg, #dac19d,#dac19d);
    background-image: -webkit-linear-gradient(90deg, #dac19d,#dac19d);
    background-image: linear-gradient(90deg, #dac19d,#dac19d);
}


#hd #pageContent-Power .owl-stage {
    display: flex;
    justify-content: center;
}

#hd #pageContent-Power .pd_items{
    display: flex;
    flex-direction: column;
    padding:  0 ;
    height: 100%;

}
/* #hd #pageContent-Power .pd_items:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #9125ec 0, #600cf9 100%);
}
#hd #pageContent-Power .pd_items:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #9125ec 0, #600cf9 100%);
    z-index: 1;
} */
#hd #pageContent-Power .pd_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15% 10%;
    background: linear-gradient(to bottom, #eceef1 0, #eceef1 50%, #eceef1 100%);
    overflow: hidden;
    border-radius: 10px;
    /* justify-content: space-between; */
}
#hd #pageContent-Power .pd_item img{
    width: 100%;
    max-width: 440px;
}
#hd #pageContent-Power .pd_item a,
#hd #pageContent-Power a.btn_Learn {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
        border-radius: 50px;
    bottom: 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;
}
#hd #pageContent-Power a.btn_Learn{
    margin: 40px 0 0;
    display: inline-block;
    position: relative;
    bottom: inherit;
}
#hd #pageContent-Power .pd_item a:hover{
    border: none;
    background-image: linear-gradient(to right, #286381 0%, #77bfbb 100%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
/* #hd #pageContent-Power .pd_item a:after,
#hd #pageContent-Power a.btn_Learn:after{
        content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 25px;
    height: 18px;
    background: url(../img/btn_ico.svg) center center no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
#hd #pageContent-Power .pd_item a:hover:after,
#hd #pageContent-Power a.btn_Learn:hover:after{
    right: 5px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
} */
#hd #pageContent-Power .pd_item h3{
    color: #3f596e;
    font-size: 1.3em;
    font-weight: bold;
    margin: 25px 0 10px;
    text-align: left;
}
#hd #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;
}

#hd #pageContent-Power .title-tab ul{
    max-width: 1440px;
    border: :none;
}
#hd #pageContent-Power .title-tab ul:after,
#hd #pageContent-Power .title-tab li.hd-active:after{
    display: none;
}
#hd #pageContent-Power .title-tab ul li{
    background: none !important;
    width: auto;
    position: relative;
    cursor: default;
}
#hd #pageContent-Power .title-tab li h3{
    color: #adadad !important;
    font-weight: bold;
}
#hd #pageContent-Power .title-tab ul li.hd-active h3{
    color: #3f596e !important;
}
#hd #pageContent-Power a.link_style.coming:hover span{
   color: #fff !important;
}
#hd #pageContent-Power a.link_style.coming{
    padding: 12px 20px 12px 20px;    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#hd #pageContent-Power a.link_style.coming:hover{
    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#hd #pageContent-Power .tab-content>div{
    padding: 20px 0 20px;
}
/* #hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Gaming"]:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #005a79;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 */
#hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
    padding-left: 50px;
}
#hd #pageContent-Power .triangle {
      fill: #acacac; /* 請替換成你想要的顏色 */
      margin: 0 10px;
    }
#hd #pageContent-Power .hd-active .triangle{
    fill: #005a79; /* 請替換成你想要的顏色 */
}
#hd #pageContent-Power .triangle-left {
      transform: scaleX(-1);
    }
@media only screen and (max-width: 1480px) {
    #hd #pageContent-Power .title-tab ul{
        width: 85%;
    max-width: 1340px;
    margin: 0 auto;
    }
}
@media only screen and (max-width: 540px) {
    #hd #pageContent-Power .title-tab ul li{
            border-bottom: none;
            margin-bottom: 0;
                padding: 15px 1.125em 15px 1.225em;
    }
    #hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Gaming"]{
        width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 0px;
    }
    #hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Creation"]{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    }
    #hd #pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
        padding-left: 20px;
    }
    #hd #pageContent-Power .main-title{
        padding-top: 0;
    }
    #hd #pageContent-Power .tab-content>div{
        padding-top: 0;
    }
}

#hd #pageContent-Power #pageContent-tab-Content-Compact #carousel5 .owl-stage{
    padding-top: 100px;
}
#hd #pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
    position: absolute;
    top: -70px;
    left: 0;
        display: flex;
}
#hd #pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle h3{
        color: #3f596e !important;
            font-weight: bold !important;
            margin: 0;
            display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-size: 1.2em !important;
    font-weight: normal;
    letter-spacing: 0em;
    white-space: nowrap;
    flex: 0 0 auto;
    padding: 0;
    position: relative;
        font-family: "TT Norms Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    letter-spacing: 0.03em;
}
@media only screen and (max-width: 540px) {
    #hd #pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    top: -40px;
    }
}

/**/
#RUC-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;
}
#RUC-width-full .pageContent-Power .align-center{
    text-align: center;
}
#RUC-width-full .pageContent-Power .tab-content{
    padding: 0 50px;
        max-width: 1440px;
            margin: 0 auto;
}
#RUC-width-full .pageContent-Power .tab-content h3{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
#RUC-width-full .pageContent-Power .title-tab:after{
    background: #8a8a8a;
}
#RUC-width-full .pageContent-Power .title-tab li h3{
    color: #ffffff;
        font-size: inherit;
            margin: 0;
}
#RUC-width-full .pageContent-Power h3{
    color: #ffffff;
}
#RUC-width-full .pageContent-Power h2 {
        margin-bottom: 2.0em !important;
    position: relative;
    color: #3c586d !important;
    font-size: 3em;
    max-width: 700px;
    font-weight: 500;
    letter-spacing: 0;
   /*  margin-bottom: 0.5em !important;
    position: relative;
    font-size: 3em;
    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; */
}
#RUC-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%);
}
#RUC-width-full .pageContent-Power .owl-nav {
    width: 100%;
    height: 2em;
    position: relative;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#RUC-width-full .pageContent-Power .owl-nav .owl-prev.disabled, #RUC-width-full .pageContent-Power .owl-nav .owl-next.disabled {
    opacity: 1;
    pointer-events: none;
}
#RUC-width-full .pageContent-Power .owl-nav .owl-prev, #RUC-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;
}
#RUC-width-full .pageContent-Power .owl-nav .owl-prev span, #RUC-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;
}
#RUC-width-full .pageContent-Power .owl-nav .owl-prev{
    /* right: 101.5%; */
}
#RUC-width-full .pageContent-Power .owl-nav .owl-next{
    /* left: 101.5%; */
}
#RUC-width-full .pageContent-Power .owl-nav .owl-prev span{
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}
#RUC-width-full .pageContent-Power .owl-nav .owl-next span{
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}
#RUC-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%;
}
#RUC-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%;
}
#RUC-width-full #pageContent-Resources.pageContent-Power .owl-nav .owl-prev.disabled:before{
    background: url(../img/next_d2.svg) center center no-repeat;
}
#RUC-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%;
}
#RUC-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%;
}
#RUC-width-full #pageContent-Resources.pageContent-Power .owl-nav .owl-next.disabled:before{
    background: url(../img/next_d2.svg) center center no-repeat;
}
#RUC-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;
}

#RUC-width-full .pageContent-Power .owl-dots .owl-dot:first-child {
    margin-left: 0;
}
#RUC-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;
}
#RUC-width-full .pageContent-Power .owl-dots .owl-dot.active{
    width: 50px;
}
#RUC-width-full .pageContent-Power .owl-dots .owl-dot a{
    display: inline-block;
    width: 100%;
}
#RUC-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);
}
#RUC-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;
}
#RUC-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);
}
#RUC-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);
}

#RUC-width-full .pageContent-Power .owl-carousel_amd .owl-stage-outer{
    padding: 20px 1px;
}
#RUC-width-full .pageContent-Power .owl-stage {
    display: flex;
    justify-content: center;
}

#RUC-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;
}
/* #RUC-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%);
}
#RUC-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;
} */
#RUC-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; */
}
#RUC-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;
}
#RUC-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;
}
#RUC-width-full .pageContent-Power .pd_item img{
        width: 100%;
    margin-left: 0%;
    /* max-width: 440px; */
    margin-top: -15% !important;
}
#RUC-width-full .pageContent-Power .pd_item a,
#RUC-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;
}
#RUC-width-full .pageContent-Power a.btn_Learn{
    margin: 40px 0 0;
    display: inline-block;
    position: relative;
    bottom: inherit;
}
#RUC-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;
}
/* #RUC-width-full .pageContent-Power .pd_item a:after,
#RUC-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
}
#RUC-width-full .pageContent-Power .pd_item a:hover:after,
#RUC-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
} */
#RUC-width-full .pageContent-Power .pd_item h3{
    color: #3f596e;
    font-size: 1.3em;
    font-weight: bold;
    margin: 25px 0 10px;
    text-align: left;
}
#RUC-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;
}

#RUC-width-full .pageContent-Power .title-tab ul{
    max-width: 1440px;
    border: :none;
}
#RUC-width-full .pageContent-Power .title-tab ul:after,
#RUC-width-full .pageContent-Power .title-tab li.hd-active:after{
    display: none;
}
#RUC-width-full .pageContent-Power .title-tab ul li{
    background: none !important;
    width: auto;
    position: relative;
    cursor: default;
}
#RUC-width-full .pageContent-Power .title-tab li h3{
    color: #adadad !important;
    font-weight: bold;
}
#RUC-width-full .pageContent-Power .title-tab ul li.hd-active h3{
    color: #3f596e !important;
}
#RUC-width-full .pageContent-Power a.link_style.coming:hover span{
   color: #fff !important;
}
#RUC-width-full .pageContent-Power a.link_style.coming{
    padding: 12px 20px 12px 20px;    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#RUC-width-full .pageContent-Power a.link_style.coming:hover{
    color: #fff !important;
    border: none !important;
    background: #6F6F6F !important;
}
#RUC-width-full .pageContent-Power .tab-content>div{
    padding: 20px 0 20px;
}
#RUC-width-full .pageContent-Power .tab-content>div h4{
    color: #3f596e;
    font-size: 1.6em;
    text-align: center;
    padding: 0 18px;
}
#RUC-width-full #pageContent-Resources{
        position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #d2d9df 0%, #8293a2 100%);
}
#RUC-width-full #pageContent-Resources.pageContent-Power .tab-content>div .pd_item .info{
        padding-bottom: 1.5vw;
        color: #000 !important;
        font-size: 1em;
}
#RUC-width-full #pageContent-Resources.pageContent-Power .tab-content>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;
}
#RUC-width-full #pageContent-Resources.pageContent-Power .tab-content>div a.link_style .svg-chevron-right {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
    top: 0px;
    position: relative;
    fill: #236083
}

#RUC-width-full #pageContent-Resources.pageContent-Power .tab-content>div a.link_style:hover .svg-chevron-right {
    -webkit-transform: translateX(8px)!important;
    transform: translateX(8px)!important;
    fill: #236083
}

#RUC-width-full #pageContent-Resources.pageContent-Power .tab-content{
    max-width: 1280px;
}
#RUC-width-full #pageContent-Resources.pageContent-Power .tab-content>div h4{
    font-size: 1.2em;
    padding-left: 18px;
    padding-right: 18px;
}
/* #RUC-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%);
}
 */
#RUC-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
    padding-left: 50px;
}
#RUC-width-full .pageContent-Power .triangle {
      fill: #acacac; /* 請替換成你想要的顏色 */
      margin: 0 10px;
    }
#RUC-width-full .pageContent-Power .hd-active .triangle{
    fill: #005a79; /* 請替換成你想要的顏色 */
}
#RUC-width-full .pageContent-Power .triangle-left {
      transform: scaleX(-1);
    }
@media only screen and (max-width: 1480px) {
    #RUC-width-full .pageContent-Power .title-tab ul{
        width: 85%;
    max-width: 1340px;
    margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    #RUC-width-full .pageContent-Power .tab-content{
        padding: 0 18px;
    }
    #RUC-width-full .pageContent-Power .pd_item{
        padding: 10% 0 10vw;
    }
    #RUC-width-full .pageContent-Power .pd_item .info{
                font-size: 1.1em;
        line-height: 1.5em;
        font-weight: 300;
    }
    #RUC-width-full #pageContent-Resources.pageContent-Power .tab-content>div a.link_style{
        left: 50%;
    }
}
@media only screen and (max-width: 540px) {
    #RUC-width-full .pageContent-Power .pd_item{
        padding: 10% 0 15vw;
    }
    #RUC-width-full .pageContent-Power .title-tab ul li{
            border-bottom: none;
            margin-bottom: 0;
                padding: 15px 1.125em 15px 1.225em;
    }
    #RUC-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Gaming"]{
        width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 0px;
    }
    #RUC-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Creation"]{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    }
    #RUC-width-full .pageContent-Power .title-tab ul li[aria-controls^="pageContent-tab-Content-Compact"]{
        padding-left: 20px;
    }
    #RUC-width-full .pageContent-Power .main-title{
        padding-top: 0;
    }
    #RUC-width-full .pageContent-Power .tab-content>div{
        padding-top: 0;
    }
}

#RUC-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .owl-stage{
    padding-top: 100px;
}
#RUC-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
    position: absolute;
    top: -70px;
    left: 0;
        display: flex;
}
#RUC-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) {
    #RUC-width-full .pageContent-Power #pageContent-tab-Content-Compact #carousel5 .itemTitle{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    top: -40px;
    }
}
#RUC-width-full #RUC-Download .maintitle .area_Download a.link_style.link_style_b{
    background: #3c586e;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    margin-bottom: 20px;
}
#RUC-width-full #RUC-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;
}
#RUC-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;
}
#RUC-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;
}

/*#RUC-width-full #RUC-Seamless*/
#RUC-width-full #RUC-Seamless{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #080f33;
    background-size: 100%;
    position: relative;
}
#RUC-width-full #RUC-Seamless .maintitle {    
        margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
    max-width: 600px;
}
#RUC-width-full #RUC-Seamless .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#RUC-width-full #RUC-Seamless .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}

#RUC-width-full #RUC-Seamless .maintitle h2{
        /* margin-bottom: 1.2em !important; */
    position: relative;
    font-size: 3em;
}

#RUC-width-full #RUC-Seamless .maintitle .info{
    /* background:#0b596d; */
    /* color: #fff !important; */
    padding: 0;
    text-align: left;
}
@media only screen and (min-width: 2200px){
    
}
@media only screen and (max-width: 2100px){
    #RUC-width-full #RUC-Seamless .maintitle {
       /*  width: 35%;
        left: 30%; */
    }
}

@media only screen and (max-width: 1920px){
    #RUC-width-full #RUC-Seamless .maintitle {
        /* width: 38%;
        max-width: 980px;
            left: 25%; */
    }
}
@media only screen and (max-width: 1680px){
    #RUC-width-full #RUC-Seamless .bg img{
        width: 100% !important;
    }
    #RUC-width-full #RUC-Seamless .maintitle{
        width: 42%;
        left: 70%;
    }
}
@media only screen and (max-width: 1080px){
    #RUC-width-full #RUC-Seamless .maintitle{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        max-width: inherit;
        text-align: center;

    }
    #RUC-width-full #RUC-Seamless .maintitle .info{
        text-align: center;
        padding-bottom: 30px;
    }
    #RUC-width-full #RUC-Seamless .bg{
        overflow: hidden;
    }
    #RUC-width-full #RUC-Seamless .bg img{
        width: 220% !important;
        margin-top: -10%;
        margin-left: -22% !important;
        margin-bottom: -10%;
        max-width: inherit !important;
    }
    #RUC-width-full #RUC-Seamless .bg:before{
                content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 15vw;
        background: linear-gradient(to bottom, rgba(8, 15, 51, 0) 0%, rgba(8, 15, 51, 1) 100%);
    }
}

@media only screen and (max-width: 970px){
    
}
@media only screen and (max-width: 768px){

}
@media only screen and (max-width: 480px){

    #RUC-width-full #RUC-Seamless .maintitle h2{
            font-size: 1.6em !important;
    }
}
/*#RUC-width-full #RUC-AI*/
#RUC-width-full #RUC-AI{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #fff;
    background-size: 100%;
    position: relative;
}
#RUC-width-full #RUC-AI .maintitle {    
        margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
    max-width: 820px;
}
#RUC-width-full #RUC-AI .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#RUC-width-full #RUC-AI .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#RUC-width-full #RUC-AI .flexCon.flex-50-50>.flex-item:first-child{
    padding: 8% 18px 8%;
}
#RUC-width-full #RUC-AI .flexCon.flex-50-50>.flex-item:first-child img{
    max-width: 600px !important;
}
#RUC-width-full #RUC-AI .maintitle h2{
        /* margin-bottom: 1.2em !important; */
    position: relative;
    font-size: 3em;
}
#RUC-width-full #RUC-AI .maintitle img.overview{
    max-width: 600px;
}
#RUC-width-full #RUC-AI .maintitle .info{
    /* background:#0b596d; */
    /* color: #fff !important; */
    padding: 0;
    text-align: left;
}
@media only screen and (min-width: 2200px){
    #RUC-width-full #RUC-AI .flexCon.flex-50-50>.flex-item:first-child{
        padding: 10% 18px 10%;
    }
}
@media only screen and (max-width: 2100px){
    #RUC-width-full #RUC-AI .maintitle {
       /*  width: 35%;
        left: 30%; */
    }
}

@media only screen and (max-width: 1920px){
    #RUC-width-full #RUC-AI .maintitle {
        /* width: 38%;
        max-width: 980px;
            left: 25%; */
    }
}
@media only screen and (max-width: 1680px){
    #RUC-width-full #RUC-AI .bg img{
        width: 100% !important;
    }
    #RUC-width-full #RUC-AI .maintitle{
        width: 46%;
        left: 25%;
    }
}
@media only screen and (max-width: 1380px){
    #RUC-width-full #RUC-AI .maintitle{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        max-width: inherit;
        text-align: center;

    }
    #RUC-width-full #RUC-AI .maintitle .info{
        text-align: center;
        padding-bottom: 30px;
    }
    #RUC-width-full #RUC-AI .bg{
        overflow: hidden;
    }
    #RUC-width-full #RUC-AI .bg img{
        width: 220% !important;
        margin-top: -10%;
        margin-left: -100% !important;
        margin-bottom: -10%;
        max-width: inherit !important;
    }
    #RUC-width-full #RUC-AI .bg:before{
                content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 15vw;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }
}

@media only screen and (max-width: 970px){
    
}
@media only screen and (max-width: 768px){

}
@media only screen and (max-width: 480px){

    #RUC-width-full #RUC-AI .maintitle h2{
            font-size: 1.6em !important;
    }
}

/*#RUC-width-full #RUC-software*/
#RUC-width-full #RUC-software{
/*    background-image: linear-gradient(to top right, #0d526f 20%, #1078af 60%);*/
        background: #0d2248;
    background-size: 100%;
    position: relative;
}
#RUC-width-full #RUC-software .maintitle {    
        margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    position: absolute;
    left: 37%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 960px;
}
#RUC-width-full #RUC-software .bg{
    position: relative;
    /*top: 0;
    left: 0;
    transform: translate(0%, 0%);*/
    margin: 0% 0;
    width: 100%;
}
#RUC-width-full #RUC-software .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#RUC-width-full #RUC-software .flexCon.flex-50-50>.flex-item:first-child{
    padding: 8% 18px 8%;
}
#RUC-width-full #RUC-software .flexCon.flex-50-50>.flex-item:first-child img{
    max-width: 600px !important;
}
#RUC-width-full #RUC-software .maintitle h2{
        /* margin-bottom: 1.2em !important; */
    position: relative;
    font-size: 3em;
}
#RUC-width-full #RUC-software .maintitle img.overview{
    max-width: 600px;
}
#RUC-width-full #RUC-software .maintitle .info{
    /* background:#0b596d; */
    /* color: #fff !important; */
    padding: 0;
    text-align: left;
}
#RUC-width-full #RUC-software ul{
    margin-top: 1vw;
}
#RUC-width-full #RUC-software ul li{
        display: flex;
    align-items: center;
}
#RUC-width-full #RUC-software ul li:first-child{
    margin-bottom: 2em;
}
#RUC-width-full #RUC-software ul li a{
    color: #68e2ff;
    text-decoration: underline;
}
#RUC-width-full #RUC-software ul li p{
    color:#162f66;
    width: 5em;
    height: 5em;
    background: #fff;
    border: ;
}
#RUC-width-full #RUC-software ul li img{
    margin-right: 2em !important;
}
@media only screen and (min-width: 2200px){
    #RUC-width-full #RUC-software .flexCon.flex-50-50>.flex-item:first-child{
        padding: 10% 18px 10%;
    }
}
@media only screen and (max-width: 2100px){
    #RUC-width-full #RUC-software .maintitle {
       /*  width: 35%;
        left: 30%; */
    }
}

@media only screen and (max-width: 1920px){
    #RUC-width-full #RUC-software .maintitle {
        /* width: 38%;
        max-width: 980px;
            left: 25%; */
    }
}
@media only screen and (max-width: 1680px){
    #RUC-width-full #RUC-software .bg img{
        width: 100% !important;
    }
    #RUC-width-full #RUC-software .maintitle{
        
    }
}
@media only screen and (max-width: 1680px){
    #RUC-width-full #RUC-software .maintitle{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        max-width: inherit;
        text-align: center;

    }
    #RUC-width-full #RUC-software .maintitle .info{
        padding-bottom: 30px;
    }
    #RUC-width-full #RUC-software .bg{
        overflow: hidden;
    }
    #RUC-width-full #RUC-software .bg img{
                width: 150% !important;
        margin-top: 0%;
        margin-left: -35% !important;
        margin-bottom: -1%;
        max-width: inherit !important;
    }
    #RUC-width-full #RUC-software .bg:before{
                content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 15vw;
        background: linear-gradient(to bottom, rgba(13, 34, 72, 0) 0%, rgba(13, 34, 72, 1) 100%);
    }
    #RUC-width-full #RUC-software ul{
                display: flex;
        align-items: flex-start;
    }
    #RUC-width-full #RUC-software ul li{
        text-align: left;
        width: 50%;
    }
    #RUC-width-full #RUC-software ul li:first-child{
        margin-right: 2em;
    }
}

@media only screen and (max-width: 970px){
    
}
@media only screen and (max-width: 768px){
    #RUC-width-full #RUC-software ul{
                display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    #RUC-width-full #RUC-software ul li{
        text-align: left;
        width: 100%;
    }
    #RUC-width-full #RUC-software ul li:first-child{
        margin-bottom: 2em;
    }
    #RUC-width-full #RUC-software .maintitle .info{
        text-align: left !important;
    }
    #RUC-width-full #RUC-software ul li {
        display: flex;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 480px){

    #RUC-width-full #RUC-software .maintitle h2{
            font-size: 1.6em !important;
    }
}

/* 外層排版：三等分欄位 */
#RUC-width-full #RUC-industrial .features {
      display: flex;
      justify-content: space-between;
      gap: 25px;               /* 欄位間距 */
      padding: 40px;           /* 區塊內距 */
      margin: 0 auto;          /* 區塊置中 */
      max-width: 1200px;
    }

#RUC-width-full #RUC-industrial .feature-item {
      flex: 1;                 /* 平分三欄 */
    }

    /* 圖片 */
#RUC-width-full #RUC-industrial .feature-item img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 0 16px;        /* 下方間距 */
    }

    /* 標題 */
#RUC-width-full #RUC-industrial .feature-item h3 {
      font-size: 1.5rem;
      margin: 15px 0 12px;        /* 標題下方間距 */
      line-height: 1.2;
      text-align: left;
      font-weight: 600;
    }

    /* 列表 */
#RUC-width-full #RUC-industrial .feature-item ul {
      list-style-type: disc;           /* 圓點 */
      list-style-position: outside;     /* 圓點在內側 */
      margin: 0;                       /* 外距歸零 */
      padding: 0 0 0 20px;             /* 左側內距留給圓點 */
    }

    /* 列表項目 */
#RUC-width-full #RUC-industrial .feature-item ul li {
      margin: 0 0 8px;     /* 每項下方間距 */
      line-height: 1.3;
      text-align: left;
    }
@media (max-width: 1024px) {
#RUC-width-full #RUC-industrial .feature-item {
        flex: 1 1 calc(50% - 20px);  /* 兩欄 */
      }
    }

    /* +--------------------------+ 
       | 響應式：手機（≤ 600px）   |
       +--------------------------+ */
    @media (max-width: 600px) {
    #RUC-width-full #RUC-industrial .features {
    /* 只要垂直間距 (row-gap)，水平間距 (column-gap) 設為 0 */
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 0;
    padding: 20px 10px;
  }

  #RUC-width-full #RUC-industrial .feature-item {
    flex: 0 0 100%;    /* 不縮放，固定 100% */
    max-width: 100%;   /* 最寬也是 100% */
    width: 100%;       /* 明確指定寬度 */
    margin: 0;         /* 去掉任何額外 margin */
  }

#RUC-width-full #RUC-industrial .features {
        padding: 20px 10px;          /* 縮小內距 */
        gap: 16px;                   /* 縮小欄間距 */
      }
#RUC-width-full #RUC-industrial .feature-item h3 {
        font-size: 1.3rem;
        margin: 15px 12px 8px;
      }
#RUC-width-full #RUC-industrial .feature-item ul {
        padding: 0 12px 16px;
      }
      #RUC-width-full #RUC-industrial .feature-item ul li{
        width: 100%;
      }
    }


/**/
/* 列表容器 */
#hd #pageContent-Technology .features-list {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;           /* 項目間距 */
    }
    /* 每一個方塊 */
#hd #pageContent-Technology .features-list li {
          background-color: rgba(0, 0, 0, 0.75);
        border: 2px solid #00d8ff;
        padding: 15px;
        flex: 1 1 calc(100% - 20px);
        text-align: center;
        color: #fff;
    }
    /* 小字 */
#hd #pageContent-Technology .features-list .subtext {
      font-size: 1.2rem;
      margin-bottom: 8px;
    }
    /* 大標題 */
#hd #pageContent-Technology .features-list .main {
      font-size: 3rem;
      font-weight: bold;
      margin: 0px 0;
      color: #00d2ff;
    }
    /* 次說明 */
#hd #pageContent-Technology .features-list .support {
      font-size: 1.2rem;
      margin-top: 5px;
    }
    /* RWD：在寬度 ≤ 600px 時改為直欄滿版 */
    @media (max-width: 600px) {
#hd #pageContent-Technology .features-list {
        flex-direction: column;
        margin: 0 20px;
      }
#hd #pageContent-Technology .features-list li {
        flex: 1 1 100%;
      }
    }

/**/
#pageContent-tab-Photography .line_box{
        position: relative;
    width: 100%;
    max-width: 1000px !important;
    margin: 0 auto;

}
#pageContent-tab-Photography .positionRelative {
    position: relative;
    width: 100%;
}
#pageContent-tab-Photography .list-number span {
    position: absolute
}
#pageContent-tab-Photography .list-content {
    font-size: 0.875em
}

#pageContent-tab-Photography .list-content .Text {
    position: absolute;
    font-size: 1.0em;
}

#pageContent-tab-Photography .list-content .number {
    display: none
}

#pageContent-tab-Photography .T1 {
    max-width: 82px;
    width: 40%;
    right: 78%;
    top: 11%;
    text-align: left;
}

#pageContent-tab-Photography .T2 {
        max-width: 128px;
    width: 29%;
    right: 69.5%;
    top: 3.5%;
}

#pageContent-tab-Photography .T3 {
    max-width: 100px;
    width: 33%;
    right: 60.5%;
    top: 11%;
}

#pageContent-tab-Photography .T4 {
        max-width: 107px;
    width: 19%;
    right: 43.5%;
    top: 3%;
}

#pageContent-tab-Photography .T5 {
    max-width: 90px;
    width: 17%;
    right: 85%;
    top: 65%;
}

#pageContent-tab-Photography .T6 {
        max-width: 110px;
    width: 30%;
    right: 83%;
    top: 69%;
}

#pageContent-tab-Photography .T7 {
        max-width: 118px;
    width: 23%;
    left: 26.5%;
    top: 84%;
}
#pageContent-tab-Photography .T8 {
    max-width: 123px;
    width: 19%;
    left: 33.7%;
    top: 92.5%;
}

#pageContent-tab-Photography .T9 {
        max-width: 66px;
    width: 19%;
    left: 41.5%;
    top: 84%;
    text-align: center;
    line-height: 1.0;
}
#pageContent-tab-Photography .T10 {
    max-width: 123px;
    width: 19%;
    left: 47.7%;
    top: 92.5%;
}
#pageContent-tab-Photography .T11 {
        max-width: 123px;
    width: 19%;
    left: 50.7%;
    top: 83.5%;
}
#pageContent-tab-Photography .T12 {
        max-width: 123px;
    width: 19%;
    left: 59.7%;
    top: 83.5%;
}
#pageContent-tab-Photography .T13 {
    max-width: 90px;
    width: 19%;
    left: 71.7%;
    top: 83.5%;
}
#pageContent-tab-Photography .T14 {
        max-width: 100px;
    width: 19%;
    left: 86%;
    top: 48.5%;
}
#pageContent-tab-Photography .showType.showDesktop {
        display: block
    }
    #pageContent-tab-Photography .showType.showPhone {
        display: none;
    }
@media (max-width: 768px) {

    #pageContent-tab-Photography .showType.showDesktop {
        display: none
    }

    #pageContent-tab-Photography .showType.showTablet {
        display: block
    }
    #pageContent-tab-Photography .list-number span {
        position: absolute;
        background-color: #0075d7;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: -webkit-box;
        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: 14px;
        color: #fff;
    }

    #pageContent-tab-Photography .list-content {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px
    }

    #pageContent-tab-Photography .list-content .Text {
        text-align: left !important;
        right: initial !important;
        top: initial !important;
        left: initial !important;
        bottom: initial !important;
        position: relative;
        margin-left: 30px;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 5px;
        min-height: 20px
    }

    #pageContent-tab-Photography .list-content .number {
        display: -webkit-box;
        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;
        margin-right: 5px;
        background-color: #0075d7;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: -30px;
        color: #fff;
    }

    #pageContent-tab-Photography .list-number span:nth-child(1) {
                top: 29%;
        left: 7%;
    }

    #pageContent-tab-Photography .list-number span:nth-child(2) {
        top: 27%;
        left: 13%;
    }

    #pageContent-tab-Photography .list-number span:nth-child(3) {
                top: 25%;
        left: 20%;
    }

    #pageContent-tab-Photography .list-number span:nth-child(4) {
        top: 4%;
        left: 47%;
    }

    #pageContent-tab-Photography .list-number span:nth-child(5) {
                top: 68%;
        left: 25%;
    }

    #pageContent-tab-Photography .list-number span:nth-child(6) {
        top: 81%;
        left: 24%;
    }

    #pageContent-tab-Photography .list-number span:nth-child(7) {
        top: 86%;
        left: 30%;
    }

    #pageContent-tab-Photography .list-number span:nth-child(8) {
        top: 76%;
        left: 35%;
    }

    #pageContent-tab-Photography .list-number span:nth-child(9) {
                top: 82%;
        left: 41%;
    }
    #pageContent-tab-Photography .list-number span:nth-child(10) {
                 top: 75%;
        left: 47%;
    }
    #pageContent-tab-Photography .list-number span:nth-child(11) {
        top: 62%;
        left: 48%;
    }
    #pageContent-tab-Photography .list-number span:nth-child(12) {
        top: 70%;
        left: 53%;
    }
    #pageContent-tab-Photography .list-number span:nth-child(13) {
        top: 67%;
        left: 76%;
    }
    #pageContent-tab-Photography .list-number span:nth-child(14) {
                top: 53%;
        left: 81%;
    }
    #pageContent-tab-Photography .list-number span {
        position: absolute;
        background-color: #0075d7;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: -webkit-box;
        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: 14px
    }
}

@media (max-width: 580px) {
    #pageContent-tab-Photography .showType.showTablet {
        display: none
    }

    #pageContent-tab-Photography .showType.showPhone {
        display: block
    }
}

/*#RUC-width-full #RUC-Datasheet*/
#RUC-width-full #RUC-Datasheet{
    position: relative;
    overflow: hidden;
    padding: 0px;
}
#RUC-width-full #RUC-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;
}
#RUC-width-full #RUC-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;
}

#RUC-width-full #RUC-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;
}
#RUC-width-full #RUC-Datasheet a.Button_Datasheet .Button_Datasheet_arrowDownloadSVG{
    height: 24px;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none;
    margin-left: 10px;
        
}
#RUC-width-full #RUC-Datasheet a.Button_Datasheet svg path{
    -webkit-transition: all .3s;
    stroke: #181818;
}

#RUC-width-full #RUC-Datasheet a.Button_Datasheet:hover{
    background: #0b63a8;
        border: 1px solid #0b63a8 !important;
    -webkit-transition: all .3s;
}
#RUC-width-full #RUC-Datasheet a.Button_Datasheet:hover .Button_Datasheet_Text{
    color: #fff !important;
    -webkit-transition: all .3s;
}
#RUC-width-full #RUC-Datasheet a.Button_Datasheet:hover svg path{
    stroke: #fff;
    -webkit-transition: all .3s;
}

/*#RUC-width-full #RUC-Info*/
#RUC-width-full #RUC-Info{
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
#RUC-width-full #RUC-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;
}
#RUC-width-full #RUC-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;
}
#RUC-width-full #RUC-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%);
}

#RUC-width-full #RUC-Info .maintitle .info{
    color: #3f596e;
}

@media only screen and (max-width: 1024px) {
    #RUC-width-full #RUC-Info .maintitle {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 480px) {
    #RUC-width-full #RUC-Info .maintitle {
        padding-top: 0px;
        padding-bottom: 0;
    }
}
