@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");



* {
    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;
        font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;

}

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 #RTX40-width-full,
#old-sectionOverview #RTX40-width-full,
#special-sectionOverview #RTX40-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: #fff;
    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.5em;
}
#OfficialHeaderWrapper{
    /* display: none; */
}
#RTX40-width-full {
    font-size: 16px;
    font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
}
#RTX40-width-full ul {
    list-style: none;
}
#RTX40-width-full ul li {
    margin: 0;
}

@media screen and (max-width: 550px) {
    #sectionOverview h2 {
        font-size: 2.5em;
    }

    #sectionOverview h3 {
        font-size: 1.6em;
    }

    #sectionOverview p {
        font-size: 1.3em;
    }

    #old-sectionOverview h2 {
        font-size: 2.5em;
    }

    #old-sectionOverview h3 {
        font-size: 1.6em;
    }

    #old-sectionOverview p {
        font-size: 1.3em;
    }

    #special-sectionOverview h2 {
        font-size: 2.5em;
    }

    #special-sectionOverview h3 {
        font-size: 1.6em;
    }

    #special-sectionOverview p {
        font-size: 1.3em;
    }
}

#RTX40-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;
}

#RTX40-width-full a:active {
    background-color: transparent;
}

#RTX40-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#RTX40-width-full a:hover,
#RTX40-width-full a:active {
    outline: 0;
}
#RTX40-width-full *:focus {
  outline-color: #1984d6;
}

#RTX40-width-full a.link_style{
    color: #000 !important;
    padding: 12px 40px 12px 20px;
    border: 2px solid #000;
    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;
}
#RTX40-width-full a.link_style:hover{
    border: 2px solid #14639e;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#RTX40-width-full a.link_style:hover span{
    color: #14639e;
}
#RTX40-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;
}
#RTX40-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;
}
#RTX40-width-full a.link_style.link_style_b{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 15px 40px;
    margin-top: 40px;
}
#RTX40-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) {
    #RTX40-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;
}

#RTX40-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#RTX40-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#RTX40-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#RTX40-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) {
    #RTX40-width-full .product-section:before {
        height: 0;
    }

    #RTX40-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #RTX40-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #RTX40-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#RTX40-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#RTX40-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#RTX40-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#RTX40-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#RTX40-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#RTX40-width-full .maintitle a {
    color: #fff;
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    text-decoration: none;
    letter-spacing: 0.1em;
}
#RTX40-width-full .maintitle a.btn_style{
    border: 2px #fff solid;
    padding: 5px 25px 3px 30px;
    display: inline-block;
    margin: 20px auto 10px;
    font-size: 1.2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#RTX40-width-full .maintitle a.btn_style:hover{
    border: 2px #b7977a solid;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#RTX40-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#RTX40-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#RTX40-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#RTX40-width-full p.note {
    font-size: 0.9em;
    color: #757575 !important;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 20px !important;
    display: inline-block;
    font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
}
@media only screen and (max-width: 759px) {
    #RTX40-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#RTX40-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#RTX40-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#RTX40-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#RTX40-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #RTX40-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #RTX40-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #RTX40-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #RTX40-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#RTX40-width-full img.webstyle,
#RTX40-width-full .webstyle {
    display: inline-block;
}

/**/
#RTX40-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;
}
#RTX40-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#RTX40-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
}
#RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#RTX40-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0;
}
#RTX40-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;
}
#RTX40-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #RTX40-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #RTX40-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #RTX40-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;
    }
    #RTX40-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#RTX40-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#RTX40-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#RTX40-width-full .maintitle.lefttxt .info_left .mtitle,
#RTX40-width-full .maintitle.lefttxt .info_left .info,
#RTX40-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#RTX40-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#RTX40-width-full .maintitle.lefttxt .info_left .stitle,
#RTX40-width-full .maintitle.lefttxt .info_left .stitle p,
#RTX40-width-full .maintitle.lefttxt .info_left .info,
#RTX40-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#RTX40-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#RTX40-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#RTX40-width-full .maintitle.righttxt .info_left .mtitle,
#RTX40-width-full .maintitle.righttxt .info_left .mtitle p,
#RTX40-width-full .maintitle.righttxt .info_left .info,
#RTX40-width-full .maintitle.righttxt .info_left .info p,
#RTX40-width-full .maintitle.righttxt .info_right .mtitle,
#RTX40-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#RTX40-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#RTX40-width-full .maintitle.righttxt .info_right .stitle,
#RTX40-width-full .maintitle.righttxt .info_right .stitle p,
#RTX40-width-full .maintitle.righttxt .info_right .info,
#RTX40-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#RTX40-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#RTX40-width-full h1 {
    font-size: 2.8em;
    font-family: "ROGFonts", "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: #fff !important;
    margin-bottom: 0em;
    display: inline-block;
    padding-top: 0px;
}
#RTX40-width-full h2 {
    font-size: 2.8em;
    font-family: "ROGFonts", "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: 10px;
    color: #fff !important;
    display: inline-block;
    padding-top: 10px;
}
#RTX40-width-full h3 {
    font-size: 1.845em;
    font-family: "ROGFonts", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

#RTX40-width-full h4 {
    font-size: 3em;
    font-family: "ROGFonts", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #14639e;
    margin-bottom: 1em;
    font-weight: 400;
}


#RTX40-width-full .flex-item .info,
#RTX40-width-full .mainfull .maintitle .info,
#RTX40-width-full .mainsize .maintitle .info,
#RTX40-width-full .product-content .maintitle .info {
    font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    color: #333333 !important;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.007em;
}

@media only screen and (max-width: 1320px) {

    #RTX40-width-full .flex-item .info,
    #RTX40-width-full .mainfull .maintitle .info,
    #RTX40-width-full .mainsize .maintitle .info,
    #RTX40-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.4em;
    }
}

#RTX40-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#RTX40-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#RTX40-width-full section.whiteBg h2,
#RTX40-width-full section.whiteBg .mtitle p,
#RTX40-width-full section.whiteBg .stitle p,
#RTX40-width-full section.whiteBg .flex-item .info,
#RTX40-width-full section.whiteBg .mainfull .info,
#RTX40-width-full section.whiteBg .maintitle .info,
#RTX40-width-full section.whiteBg ul li p,
#RTX40-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #RTX40-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #RTX40-width-full section.whiteBg .mtitle p,
    #RTX40-width-full .mtitle p,
    #RTX40-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #RTX40-width-full section.whiteBg .mtitle p,
    #RTX40-width-full .mtitle p,
    #RTX40-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#RTX40-width-full .full-section .mainfull {
    text-align: center;
}

#RTX40-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#RTX40-width-full img.mobile,
#RTX40-width-full .mobile {
    display: none;
}

#RTX40-width-full .text-left,
#RTX40-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

#RTX40-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
}

/*RTX40-KV*/
#RTX40-width-full #RTX40-KV {
    padding-top: 0%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
}
#RTX40-width-full #RTX40-KV h1{
    font-family: "ROGFonts";
    font-size: 2.6em;
    letter-spacing: 0.2em;
    line-height: 1.4em !important;
    padding-top: 0px;
    color: #a9c6ff !important;
    text-align: center;
}
#RTX40-width-full #RTX40-KV h2{
    font-family: "ROGFonts";
    font-size: 3.75em;
    padding-top: 10px;
}
#RTX40-width-full #RTX40-KV .maintitle {
        left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1440px;
    text-align: center;
}

#RTX40-width-full #RTX40-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#RTX40-width-full #RTX40-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;
}

#RTX40-width-full #RTX40-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}

@media only screen and (min-width: 2560px) {
    #RTX40-width-full #RTX40-KV .maintitle{
        max-width: inherit;
    }
    #RTX40-width-full #RTX40-KV h1{
        font-size: 3.6em;
    }
}
@media only screen and (min-width: 3200px) {
    #RTX40-width-full #RTX40-KV .maintitle{
        max-width: inherit;
    }
    #RTX40-width-full #RTX40-KV h1{
        font-size: 4.6em;
    }
}
@media only screen and (max-width: 2080px) {
    #RTX40-width-full #RTX40-KV h1{
        font-size: 2.6em;
    }
}
@media only screen and (max-width: 1920px) {
    #RTX40-width-full #RTX40-KV h1{
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 1780px) {
    #RTX40-width-full #RTX40-KV h1{
        font-size: 2.3em;
    }
}
@media only screen and (max-width: 1680px) {
    #RTX40-width-full #RTX40-KV h1{
        font-size: 2.2em;
    }
}
@media only screen and (max-width: 1580px) {
    #RTX40-width-full #RTX40-KV h1{
        font-size: 2.1em;
    }
}
@media only screen and (max-width: 1480px) {
    #RTX40-width-full #RTX40-KV h1{
        font-size: 2.0em;
    }
}
@media only screen and (max-width: 1440px) {
    #RTX40-width-full #RTX40-KV h1{
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 1350px) {
    #RTX40-width-full #RTX40-KV h1{
        font-size: 1.7em;
    }
}

@media only screen and (max-width: 959px) {
    #RTX40-width-full #RTX40-KV {
        padding-top: 0%;
        padding-bottom: 0px;
        background: url('../img/bg_kv.jpg') repeat-y top center;
        background-size: 100% 100%;
    }
    #RTX40-width-full #RTX40-KV .webstyle{
        display: none !important;
    }
    #RTX40-width-full #RTX40-KV .mobile{
        display: block !important;
    }
    #RTX40-width-full #RTX40-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    #RTX40-width-full #RTX40-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #RTX40-width-full #RTX40-KV .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 10% 18px 0px;
        transform: translate(0%, 0%);
    }
    #RTX40-width-full #RTX40-KV .bg img {
        margin-top: -18% !important;
        /* width: 122% !important;
        max-width: inherit !important;
        margin: -10% auto 0% !important;
        margin-left: -18% !important; */
    }
    #RTX40-width-full #RTX40-KV .bg:before{
        display: none;
    }
}
@media only screen and (max-width: 759px) {


}
@media only screen and (max-width: 480px) {

}
/*RTX40-TUF*/
#RTX40-width-full #RTX40-TUF {
    padding-top: 0%;
    padding-bottom: 0px;
    overflow: hidden;
    background: #fff;
}
#RTX40-width-full #RTX40-TUF h2{
    font-size: 4em;
    font-family: "KairosSansW1G", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding-bottom: 10px !important;
}
#RTX40-width-full #RTX40-TUF h3{
    font-family: "DINCondensed-CondBold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
#RTX40-width-full #RTX40-TUF:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#RTX40-width-full #RTX40-TUF a.btn_style{
    font-family: "DINCondensed-CondBold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
}
#RTX40-width-full #RTX40-TUF .maintitle {
    left: 50%;
    top: 22.5%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1440px;
    text-align: center;
}

#RTX40-width-full #RTX40-TUF .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#RTX40-width-full #RTX40-TUF .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;
}

#RTX40-width-full #RTX40-TUF .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #fff;
}
@media only screen and (min-width: 2560px) {
    #RTX40-width-full #RTX40-TUF .maintitle{
        max-width: inherit;
    }
    #RTX40-width-full #RTX40-TUF h2{
        font-size: 6.5em;
    }
    #RTX40-width-full #RTX40-TUF h3{
        font-size: 3em;
    }
    #RTX40-width-full #RTX40-TUF a.btn_style{
        font-size: 1.5em;
    }
}
@media only screen and (min-width: 3200px) {
    #RTX40-width-full #RTX40-TUF .maintitle{
        max-width: inherit;
    }
    #RTX40-width-full #RTX40-TUF h2{
        font-size: 8em;
    }
    #RTX40-width-full #RTX40-TUF h3{
        font-size: 3.8em;
    }
    #RTX40-width-full #RTX40-TUF a.btn_style{
        font-size: 2em;
        padding: 10px 25px 3px
    }
}
@media only screen and (max-width: 1280px) {
    #RTX40-width-full #RTX40-TUF a.btn_style{
        border: 1px #fff solid;
        padding: 6px 20px 3px 25px;
        display: inline-block;
        margin: 10px auto 10px;
        font-size: 1.1em !important;
    }
}
@media only screen and (max-width: 959px) {
    #RTX40-width-full #RTX40-TUF {
        padding-top: 0%;
        padding-bottom: 0px;
        background: url(../img/bg_TUF.jpg) repeat-y top center;
        background-size: 100% 100%;
    }
    #RTX40-width-full #RTX40-TUF h2{
        font-size: 3em !important;
    }
    #RTX40-width-full #RTX40-TUF .webstyle{
        display: none !important;
    }
    #RTX40-width-full #RTX40-TUF .mobile{
        display: block !important;
    }
    #RTX40-width-full #RTX40-TUF .product-content {
        position: relative;
        margin-bottom: 0
    }
    #RTX40-width-full #RTX40-TUF .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 10% 18px 0px;
        transform: translate(0%, 0%);
    }
    #RTX40-width-full #RTX40-TUF .bg img {
            margin-top: -20% !important;
    }
    /* #RTX40-width-full #RTX40-TUF .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 10%;
        top: 96%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    } */
}

@media only screen and (max-width: 759px) {
    /* #RTX40-width-full #RTX40-TUF .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 30%;
        top: 76%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    } */
}
@media only screen and (max-width: 480px) {
    #RTX40-width-full #RTX40-TUF .maintitle {
        padding-top: .5em;
    }
    #RTX40-width-full #RTX40-TUF .maintitle {
        padding-top: 0.5em;
    }
}

/*RTX40-RTX*/
#RTX40-width-full #RTX40-RTX {
    padding-top: 0%;
    padding-bottom: 0px;
    overflow: hidden;
    background: #fff;
}

#RTX40-width-full #RTX40-RTX h2 {
    font-size: 2em;
    font-family: "xolonium", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding-bottom: 20px !important;
        line-height: 1.3em !important;
}
#RTX40-width-full #RTX40-RTX a.btn_style {
    font-family: "xolonium", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    padding-bottom: 7px;
}
#RTX40-width-full #RTX40-RTX:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#RTX40-width-full #RTX40-RTX .maintitle {
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1440px;
    text-align: center;
}

#RTX40-width-full #RTX40-RTX .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#RTX40-width-full #RTX40-RTX .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;
}

#RTX40-width-full #RTX40-RTX .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #fff;
}
@media only screen and (min-width: 2560px) {
    #RTX40-width-full #RTX40-RTX .maintitle{
        max-width: inherit;
    }
    #RTX40-width-full #RTX40-RTX h2{
        font-size: 3.2em;
    }
    #RTX40-width-full #RTX40-RTX a.btn_style{
        font-size: 1.5em;
    }
}
@media only screen and (min-width: 3200px) {
    #RTX40-width-full #RTX40-RTX .maintitle{
        max-width: inherit;
    }
    #RTX40-width-full #RTX40-RTX h2{
        font-size: 3.8em;
    }
    #RTX40-width-full #RTX40-RTX a.btn_style{
        font-size: 2em;
        padding: 10px 25px 10px
    }
}
@media only screen and (max-width: 1280px) {
    #RTX40-width-full #RTX40-RTX a.btn_style{
        border: 1px #fff solid;
        padding: 6px 20px 6px 25px;
        display: inline-block;
        margin: 0px auto 10px;
        font-size: 1em !important;
    }
}
@media only screen and (max-width: 959px) {
    #RTX40-width-full #RTX40-RTX {
        padding-top: 0%;
        padding-bottom: 0px;
        background: url(../img/bg_RTX.jpg) repeat-y top center;
        background-size: 100% 100%;
    }
    #RTX40-width-full #RTX40-RTX .webstyle{
        display: none !important;
    }
    #RTX40-width-full #RTX40-RTX .mobile{
        display: block !important;
    }
    #RTX40-width-full #RTX40-RTX .product-content {
        position: relative;
        margin-bottom: 0
    }
    #RTX40-width-full #RTX40-RTX .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 10% 18px 0px;
        transform: translate(0%, 0%);
    }
    #RTX40-width-full #RTX40-RTX .bg img {
            margin-top: -30% !important;
    }
    /* #RTX40-width-full #RTX40-RTX .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 10%;
        top: 96%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    } */
}

@media only screen and (max-width: 759px) {
    #RTX40-width-full #RTX40-RTX h2{
        line-height: 1.1 !important;
        font-size: 1.8em !important;
    }
    /* #RTX40-width-full #RTX40-RTX .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 30%;
        top: 76%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    } */
}
@media only screen and (max-width: 480px) {
    #RTX40-width-full #RTX40-RTX .maintitle {
        padding-top: .5em;
    }
    #RTX40-width-full #RTX40-RTX .maintitle {
        padding-top: 0.5em;
    }
}


/*RTX40-ROG*/
#RTX40-width-full #RTX40-ROG {
    padding-top: 0%;
    padding-bottom: 0px;
    overflow: hidden;
    background: #fff;
}

#RTX40-width-full #RTX40-ROG:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#RTX40-width-full #RTX40-ROG h2{
    font-size: 3.2em;
    padding-bottom: 20px !important;
}
#RTX40-width-full #RTX40-ROG h3{
    font-family: "TradeGothicLTPro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

#RTX40-width-full #RTX40-ROG .maintitle {
        left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1440px;
    text-align: center;
}

#RTX40-width-full #RTX40-ROG .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#RTX40-width-full #RTX40-ROG .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;
}

#RTX40-width-full #RTX40-ROG .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (min-width: 2560px) {
    #RTX40-width-full #RTX40-ROG .maintitle{
        max-width: inherit;
    }
    #RTX40-width-full #RTX40-ROG h2{
        font-size: 5.2em;
    }
    #RTX40-width-full #RTX40-ROG h3{
        font-size: 2.6em;
    }
    #RTX40-width-full #RTX40-ROG a.btn_style{
        font-size: 1.6em;
    }
}
@media only screen and (min-width: 3200px) {
    #RTX40-width-full #RTX40-ROG .maintitle{
        max-width: inherit;
    }
    #RTX40-width-full #RTX40-ROG h2{
        font-size: 6.2em;
    }
    #RTX40-width-full #RTX40-ROG h3{
        font-size: 3.6em;
    }
    #RTX40-width-full #RTX40-ROG a.btn_style{
        font-size: 2em;
        padding: 10px 25px 3px
    }
}
@media only screen and (max-width: 1280px){
    #RTX40-width-full #RTX40-ROG a.btn_style {
        border: 1px #fff solid;
        padding: 6px 20px 3px 25px;
        display: inline-block;
        margin: 10px auto 10px;
        font-size: 1em !important;
    }
}
@media only screen and (max-width: 959px) {
    #RTX40-width-full #RTX40-ROG {
        padding-top: 0%;
        padding-bottom: 0px;
        background: url(../img/bg_ROG.jpg) repeat-y top center;
        background-size: 100% 100%;
    }
    #RTX40-width-full #RTX40-ROG .webstyle{
        display: none !important;
    }
    #RTX40-width-full #RTX40-ROG .mobile{
        display: block !important;
    }
    #RTX40-width-full #RTX40-ROG .product-content {
        position: relative;
        margin-bottom: 0
    }
    #RTX40-width-full #RTX40-ROG .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 10% 18px 0px;
        transform: translate(0%, 0%);
    }
    #RTX40-width-full #RTX40-ROG .bg img {
            margin-top: -16% !important;
    }
    /* #RTX40-width-full #RTX40-ROG .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 10%;
        top: 96%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    } */
}

@media only screen and (max-width: 759px) {
    /* #RTX40-width-full #RTX40-ROG .bg:before{
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 30%;
        top: 76%;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    } */
}
@media only screen and (max-width: 480px) {
    #RTX40-width-full #RTX40-ROG .maintitle {
        padding-top: .5em;
    }
    #RTX40-width-full #RTX40-ROG .maintitle {
        padding-top: 0.5em;
    }
}

/* 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) {
    #RTX40-width-full #RTX40-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #RTX40-width-full #RTX40-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #RTX40-width-full #RTX40-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #RTX40-width-full #RTX40-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;
    }
    #RTX40-width-full #RTX40-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #RTX40-width-full #RTX40-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #RTX40-width-full #RTX40-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #RTX40-width-full #RTX40-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}

/*#RTX40-width-full #RTX40-footer*/
#RTX40-width-full #RTX40-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;
}
#RTX40-width-full #RTX40-footer .maintitle ul.list-decimal{
    padding-left: 1em;
}
#RTX40-width-full #RTX40-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;
}

/*Anorak-Jacket-05*/
#RTX40-width-full #RTX40-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#RTX40-width-full #RTX40-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#RTX40-width-full #RTX40-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#RTX40-width-full #RTX40-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) {
    #RTX40-width-full #RTX40-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #RTX40-width-full #RTX40-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #RTX40-width-full #RTX40-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #RTX40-width-full #RTX40-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #RTX40-width-full #RTX40-05 .stitle p {
        font-size: 1.5em;
    }

    #RTX40-width-full #RTX40-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #RTX40-width-full #RTX40-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #RTX40-width-full #RTX40-05 img.mobile {
        display: block !important;
    }

    #RTX40-width-full #RTX40-05 .control_io_mobile {
        display: block !important;
    }

    #RTX40-width-full #RTX40-05 .control_io {
        display: none !important;
    }

    #RTX40-width-full #RTX40-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #RTX40-width-full #RTX40-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #RTX40-width-full #RTX40-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #RTX40-width-full #RTX40-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #RTX40-width-full #RTX40-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #RTX40-width-full #RTX40-05 .stitle p {
        margin-top: 20px
    }

    #RTX40-width-full #RTX40-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 759px) {
    #RTX40-width-full #RTX40-05 .mtitle p {
        font-size: 2.5em;
    }

    #RTX40-width-full #RTX40-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #RTX40-width-full #RTX40-05 .maintitle {
        padding-top: .5em;
    }

    #RTX40-width-full #RTX40-05 .mtitle p {
        font-size: 2.5em;
    }

    #RTX40-width-full #RTX40-05 .stitle p {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1880px) {
    #RTX40-width-full .mtitle p,
    #RTX40-width-full h2 {
        font-size: 2.7em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1780px) {
    #RTX40-width-full .mtitle p,
    #RTX40-width-full h2 {
        font-size: 2.5em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1440px) {
    #RTX40-width-full .mtitle p,
    #RTX40-width-full h2 {
        font-size: 2.3em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #RTX40-width-full .mtitle p,
    #RTX40-width-full h2 {
        font-size: 2.1em;
        line-height: 1.2em;
    }

   /*  #RTX40-width-full .flex-item .info,
    #RTX40-width-full .mainfull .maintitle .info,
    #RTX40-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
        width: 100%
    } */

    #RTX40-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #RTX40-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #RTX40-width-full img.webstyle,
    #RTX40-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #RTX40-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #RTX40-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #RTX40-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #RTX40-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #RTX40-width-full img.mobile,
    #RTX40-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #RTX40-width-full .maintitle .info,
    #RTX40-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    #RTX40-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #RTX40-width-full .flex-item .info,
    #RTX40-width-full .mainfull .maintitle .info,
    #RTX40-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;
    }

    #RTX40-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#RTX40-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #RTX40-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #RTX40-width-full .mtitle p,
    #RTX40-width-full h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 2.5em !important;
        /* text-align: left !important; */
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
        margin-bottom: 5px !important;
    }

    #RTX40-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #RTX40-width-full .full-section {
        padding: 0 0;
    }
}

/* nav bar */
#RTX40-width-full #RTX40-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;
}

#RTX40-width-full #RTX40-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#RTX40-width-full #RTX40-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
}

#RTX40-width-full #RTX40-nav ul li a {
    display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}

#RTX40-width-full #RTX40-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;
}

#RTX40-width-full #RTX40-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    font-family: arial, helvetica, sans-serif;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#RTX40-width-full #RTX40-nav ul li.on.active b,
#RTX40-width-full #RTX40-nav ul li.active b {
    top: 90%
}

#RTX40-width-full #RTX40-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;
}

#RTX40-width-full #RTX40-nav ul li:hover div {
    background: #fff
}

#RTX40-width-full #RTX40-nav ul li.active {
    height: 38px !important
}

#RTX40-width-full #RTX40-nav ul li.active div {
    background: #fff;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #RTX40-width-full #RTX40-nav {
        display: none;
    }
}

/*動態CSS*/
#RTX40-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
    }
}

#RTX40-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
    }
}

#RTX40-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
    }
}

#RTX40-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
    }
}