@charset "UTF-8";
@import url(https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css);



* {
    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;
}
a,
a:visited,
a:active,
a:hover {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
}

a {
    outline: none;
    /* for Firefox Chrome */
    behavior: expression(this.onFocus=this.blur());
    /* for IE */
}

a:focus {
    -moz-outline-style: none;
    outline: none;
}

/* for Firefox Chrome */

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
    {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Microsoft JhengHei', 'PingFangTC-Light', 'STHeiti Light', 'Hiragino Sans GB', sans-serif;
}

input:focus,
textarea:focus {
    outline: none;
}
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: #000;
    height: auto;
    color: #222;
    font-size: 12px;
}

#sectionOverview #Pro-width-full,
#old-sectionOverview #Pro-width-full,
#special-sectionOverview #Pro-width-full {
    width: 100%;
    background-color: #fff;
    /*position: absolute;
    left: 0px;*/
    overflow: hidden;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#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: #c8b06e; */
    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;
}

@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;
    }
}


#sectionOverview .mx-content a:hover,
#old-sectionOverview .mx-content a:hover,
#special-sectionOverview .mx-content a:hover {
    color: #0a8dd1;
}


/*#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;
}
#Pro-width-full{
    font-size: 12px;
}
#Pro-width-full .product-section {
  position: relative;
  background-repeat: no-repeat;
  /*height: 0;*/
  overflow: hidden;
}

#Pro-width-full .product-section:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#Pro-width-full .product-section .product-content {
  /*position: absolute;
  width: 45%;
  height: auto;
  top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);*/
  z-index: 1;
}

#Pro-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: 768px) {
  #Pro-width-full .product-section:before {
    height: 0;
  }
  #Pro-width-full .product-section {
    overflow: auto;
    height: auto;
  }
  #Pro-width-full .product-section .product-content {
    position: relative;
    margin-bottom: 0px
  }
  #Pro-width-full .product-section .maintitle {
    position: relative;
    text-align: center;
    padding: 1.5em 5%;
    width: auto;
    left: auto;
    top: auto;
  }
}
#Pro-width-full ul{
    list-style: none;
}
#Pro-width-full .clearfix {
    zoom: 1
}

#Pro-width-full .clearfix:before {
    content: "";
    display: table
}

#Pro-width-full .clearfix:after {
    content: "";
    display: table;
    clear: both
}
/************************************************************/

/**/
#Pro-width-full .section_item{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    max-width: 2560px;
    color: #fff;
    margin: 0 auto;
}
#Pro-width-full .section_item > .section_item{
    padding: 0;
}
#Pro-width-full .section_item .maintitle{
    text-align: left;
    width: 85%;
    margin: 0 auto;
}
#Pro-width-full .section_item .clip {
    position: relative;
    width: 100%;
}
#Pro-width-full .section_item img{
    /*width: auto;*/
    margin: 0 auto;
}
#Pro-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;
}
#Pro-width-full .flexCon.flex-33-33>.flex-item {
    position: relative;
    width: 33.33%;
    padding: 0 0px;
}
#Pro-width-full .flexCon.flex-33-33>.flex-item img{
    width: 100%;
}
#Pro-width-full .flexCon.flex-33-33 .flex-30 {
    width: 30%;
}
#Pro-width-full .flexCon.flex-33-33 .flex-70 {
    width: 70%;
}
#Pro-width-full .flexCon.flex-33-33>.flex-item:first-child {
    padding: 0;
}
#Pro-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#Pro-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
}
#Pro-width-full .flexCon.flex-50-50 .flex-30 {
    width: 30%;
}
#Pro-width-full .flexCon.flex-50-50 .flex-70 {
    width: 70%;
}
#Pro-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0;
}
#Pro-width-full .flexCon.flex-100-100>.flex-item {
    position: relative;
    width: 100%;
    padding: 0 20px;
}
#Pro-width-full .flexCon.flex-100-100>.flex-item.pic_box img{
    max-width: 1000px !important
}
#Pro-width-full .flexCon.flex-100-100>.flex-item.txt_box{
    text-align: left;
}
#Pro-width-full .flexCon.flex-100-100>.flex-item:first-child {
    padding: 0;
}
#Pro-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;
}
#Pro-width-full .section_item .translate_box{
    position: absolute;
    text-align: left;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #Pro-width-full .flexCon.flex-33-33 > .flex-item,#Pro-width-full .flexCon.flex-50-50>.flex-item:first-child {
        padding: 20px 0px;
    }
    #Pro-width-full .flexCon.flex-33-33 > .flex-item,#Pro-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 20px 0px;
    }
    #Pro-width-full .flexCon.flex-100-100>.flex-item:first-child {
        padding: 20px 20px;
    }
    #Pro-width-full .flexCon.flex-100-100>.flex-item.pic_box img{
        max-width: 100% !important
    }
    #Pro-width-full .flexCon.flex-100-100>.flex-item {
        position: relative;
        width: 100%;
        padding: 20px 20px;
    }
    #Pro-width-full .section_item{
        padding: 0px 0 30px
    }
    #Pro-width-full .section_item .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
        width: 100%
    }
    #Pro-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;
    }
}
#Pro-width-full .section_item a{
    font-size: 1.5em;
    line-height: 26px;
    color: #70a8d7 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#Pro-width-full .section_item a span{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}



/***************************hero*******************************/

#spritespin {
    width: 100% !important;
    height: 700px;
    margin: 0px auto;
    text-align: center;
    cursor: url(../img/view360-cursor.png), auto;
}

#spritespin .spritespin-canvas {
    position: relative !important;
    display: inline-block
}

#Pro-width-full .replacement-360 {
    display: none;
}




#Pro-width-full section{
    /* position: relative;
    z-index: 1; */
}
#Pro-width-full.bg_color #bg_grid {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/bg_white.svg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    z-index: 0;
}


/****************** screen ******************/

#Pro-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#Pro-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#Pro-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#Pro-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#Pro-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


.box1-left,
.box1-right {
    width: 49%;
    max-width: 720px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.box1-left>img,
.box1-right>img {
    max-width: 100% !important;
}

.low,
.high {
    display: inline-block;
    width: 100%;
    max-width: 720px;
    position: relative;
}

.magnify {
    position: absolute;
    z-index: 10;
    width: 44.4%;
    max-width: 660px;
    height: auto;
    margin-top: 2.6%;
    margin-left: 3.6%;
}

.glass {
    width: 30%;
    height: 53%;
    position: absolute;
    top: 30px;
    left: 130px;
    border: 3px solid white;

    -moz-box-shadow: 0 0 10px #777, 0 0 10px #aaa inset;
    -webkit-box-shadow: 0 0 5px #777;
    box-shadow: 0 0 5px #777, 0 0 10px #aaa inset;

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;

    cursor: none;
}

.original {
    display: block;
    width: 100%;
}

.r1-bg {
    background: url(../img/PhotoViewing_before.jpg) no-repeat center center white;
}

.r2-bg {
    background: url(../img/PhotoViewing_after.jpg) no-repeat center center white;
}

@media screen and (max-width:768px) {
    .glass {
        border: 2px solid #FFF;
    }
}

@media screen and (max-width: 480px) {
    .box1-left,
    .box1-right {
        width: 98%;
    }
    .magnify {
        width: 88.8%;
        margin-top: 5.2%;
        margin-left: 7.2%;
    }
}

#Pro-width-full .maintitle a{
    color: #787878;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#Pro-width-full ul.note_list{
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}
#Pro-width-full ul.note_list li{
    text-align: left;
}
#Pro-width-full ul.note_list li p{
    text-align: left;
    line-height: 1.2em;
}
#Pro-width-full p.note{
    font-size: 1em;
    color: #959595 !important;
    text-align: center;
    letter-spacing: 0em;
    clear: both;
    font-weight: normal;
    margin-top: 10px !important;
    display: inline-block;
    line-height: 1.2;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
/*** angle ***/

#Pro-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#Pro-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#Pro-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#Pro-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #Pro-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #Pro-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }
    #Pro-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    #Pro-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}





/****************** audio ******************/

#sectionOverview .txtstyle p,
#old-sectionOverview .txtstyle p,
#special-sectionOverview .txtstyle p {
    color: #767676 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /*font-size: 1.5em;
line-height: 26px*/
}

#sectionOverview .txtstyle h2,
#old-sectionOverview .txtstyle h2,
#special-sectionOverview .txtstyle h2,
#sectionOverview .txtstyle h3,
#old-sectionOverview .txtstyle h3,
#special-sectionOverview .txtstyle h3 {
    color: #00b2d0 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /*font-size: 42px;
font-weight: 500;
line-height: 52px*/
}

@media (min-width: 768px) and (max-width: 959px) {
    #sectionOverview .txtstyle h2,
    #old-sectionOverview .txtstyle h2,
    #special-sectionOverview .txtstyle h2,
    #sectionOverview .txtstyle h3,
    #old-sectionOverview .txtstyle h3,
    #special-sectionOverview .txtstyle h3 {
        color: #00b2d0 !important;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        /*font-size: 2.5em;
font-weight: 500;
line-height: 1.2em*/
    }
}


#Pro-width-full .notice {
    font-size: 1em;
}



#Pro-width-full .back-to-top {
    height: 50px;
    width: 50px;
    display: block;
    position: fixed;
    right: 0;
    bottom: 50px;
    text-indent: -9999px;
    background: #fff url(../img/arrow.png) center center no-repeat;
    display: none;
    z-index: 100;
}

@media screen and (max-width: 480px) {
    #Pro-width-full .back-to-top {
        right: -100px;
    }
}



#Pro-width-full img.webstyle,
#Pro-width-full .webstyle {
    display: block;
}


/* 左文右圖 */

#Pro-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#Pro-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#Pro-width-full .maintitle.lefttxt .info_left .mtitle,
#Pro-width-full .maintitle.lefttxt .info_left .info,
#Pro-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#Pro-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#Pro-width-full .maintitle.lefttxt .info_left .stitle,
#Pro-width-full .maintitle.lefttxt .info_left .stitle p,
#Pro-width-full .maintitle.lefttxt .info_left .info,
#Pro-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#Pro-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#Pro-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#Pro-width-full .maintitle.righttxt .info_left .mtitle,
#Pro-width-full .maintitle.righttxt .info_left .mtitle p,
#Pro-width-full .maintitle.righttxt .info_left .info,
#Pro-width-full .maintitle.righttxt .info_left .info p,
#Pro-width-full .maintitle.righttxt .info_right .mtitle,
#Pro-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}
#Pro-width-full .maintitle.righttxt .info_left .mtitle p,
#Pro-width-full .maintitle.righttxt .info_left .info p,
#Pro-width-full .maintitle.righttxt .info_right .mtitle p {
    margin-bottom: 0px;
}

#Pro-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#Pro-width-full .maintitle.righttxt .info_right .stitle,
#Pro-width-full .maintitle.righttxt .info_right .stitle p,
#Pro-width-full .maintitle.righttxt .info_right .info,
#Pro-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}
#Pro-width-full .mtitle{
    text-align: center;
    margin-bottom: 10px
}
#Pro-width-full .mtitle p {
    font-size: 2.3em;
    letter-spacing: 0em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    width: auto;
    display: inline-block;
    line-height: 1.2em;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    /*text-align: center;*/
    position: relative;
    color: #000;
    /*background: transparent;
    background: linear-gradient(to right, #31abff 0%, #6c79ff 50%, #8e5bff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;*/
}
#Pro-width-full h2 {
    font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    font-size: 6.5em;
    letter-spacing: -0.02em;
    line-height: 1.1em !important;
    padding-bottom: 0;
    color: #007bbf !important;
    text-transform:uppercase;
    font-weight: 400;
    margin-bottom: 0.1em !important
}
#Pro-width-full h3 {
    font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    font-size: 2.5em;
    letter-spacing: 0em;
    line-height: 1.1em !important;
    padding-bottom: 0;
    color: #007bbf !important;
    margin-bottom: 0.6em !important
}
#Pro-width-full section.whiteBg h3.grey,
#Pro-width-full h3.grey{
    color: #666 !important;
}
#Pro-width-full section.whiteBg h3.grey_c7,
#Pro-width-full h3.grey_c7{
    color: #c7c7c7 !important;
}
#Pro-width-full h4 {
    font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    font-size: 2em;
    letter-spacing: 0em;
    line-height: 1.1em !important;
    padding-bottom: 0;
    color: #6c6c6c !important;
    margin-bottom: 0.6em !important;
    font-weight: 300;
}
@media (max-width: 1300px) {
    #Pro-width-full h2 {
        font-size: 4em;
    }
    #Pro-width-full h3 {
        font-size: 2.8em;
    }
    #Pro-width-full h4 {
        font-size: 2em;
    }
}
#Pro-width-full .stitle{
    margin: -5px auto 10px;
    clear: both;
}
#Pro-width-full .stitle p {
    color: #33b9ff;
    font-size: 24px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    width: 100%;
    display: block;
    line-height: 1.2em;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    /*text-align: center;*/
}

#Pro-width-full .mainfull .maintitle .info,
#Pro-width-full .mainsize .maintitle .info,
#Pro-width-full .product-content .maintitle .info{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #666464 !important;
    font-size: 1.3em;
    letter-spacing: 0;
    line-height: 1.3em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 1100px;
    font-weight: 400;
}

#Pro-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#Pro-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#Pro-width-full section.whiteBg .mtitle p,
#Pro-width-full section.whiteBg .stitle p,
#Pro-width-full section.whiteBg h2,
#Pro-width-full section.whiteBg h3,
#Pro-width-full section.whiteBg h4,
#Pro-width-full section.whiteBg .mainfull .info,
#Pro-width-full section.whiteBg .maintitle .info,
#Pro-width-full section.whiteBg ul li p {
    color: #fff !important;
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #Pro-width-full section.whiteBg .mtitle p,
    #Pro-width-full .mtitle p {
        position: relative;
        color: #31abff !important;
        background: transparent
    }
}
@supports (-ms-accelerator:true) {
    #Pro-width-full section.whiteBg .mtitle p,
    #Pro-width-full .mtitle p {
        position: relative;
        color: #31abff !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #31abff !important
    }
}
#Pro-width-full .full-section .mainfull {
    text-align: center;
}

#Pro-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#Pro-width-full img.mobile,
#Pro-width-full .mobile {
    display: none;
}

/**/
#Pro-width-full ul.updown_section{
    display: inline-block;
    width: 100%;
    margin: 10px 0 50px;
}
#Pro-width-full ul.updown_section.updown_section_twothirds{
    width: 66.66%;
    margin: 0 auto
}
#Pro-width-full ul.updown_section li{
    list-style: inherit;
    display: inline-block;
    float: left;
    padding: 0 5px;
    vertical-align: top;
    text-align:  center;
}
#Pro-width-full ul.updown_section_two li{
    width: 50%;
}
#Pro-width-full ul.updown_section_three li{
    width: 33.3333%;
}
#Pro-width-full ul.updown_section_auto li{
    float: inherit;
}
#Pro-width-full ul.updown_section_four li{
    width: 25%;
    padding: 0 0 10px;
}
#Pro-width-full ul.updown_section li:first-child{
    padding-left: 0;
    padding-right: 10px
}
#Pro-width-full ul.updown_section li:last-child{
    padding-right: 0;
    padding-left: 10px;
}
@media only screen and (max-width: 768px) {
    #Pro-width-full ul.updown_section li{
        width: 100% !important;
        padding: 0 !important
    }
    #Pro-width-full ul.updown_section.updown_section_twothirds{
        width: 100%
    }
}
/**/
#Pro-width-full #Pro-Support{
    padding: 50px 0 50px;
}
#Pro-width-full #Pro-Support .maintitle {
    padding: 0 5%;
    max-width: 1400px;
    margin: 0 auto;
}
#Pro-width-full #Pro-Support .maintitle .section_item .flex-item{
    padding-left: 20px;
    padding-right: 20px;
}
#Pro-width-full #Pro-Support .maintitle .section_item .flex-item .info{
    min-height: 85px;
}
@media screen and (max-width: 1280px){
    #Pro-width-full #Pro-Support .maintitle .section_item .flex-item .info{
        min-height: 110px;
    }
}
@media screen and (max-width: 768px){
    #Pro-width-full #Pro-Support .maintitle .section_item .flex-item{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 480px){
    #Pro-width-full #Pro-Support{
        padding-bottom: 0;
    }
}
/**/
#Pro-width-full #Pro-Support-v2{
    padding: 50px 0 50px;
}
#Pro-width-full #Pro-Support-v2 .maintitle {
    padding: 0 5%;
    max-width: 1400px;
    margin: 0 auto;
}
#Pro-width-full #Pro-Support-v2 .maintitle .section_item .flex-item{
    padding-left: 20px;
    padding-right: 20px;
}
#Pro-width-full #Pro-Support-v2 .maintitle .section_item .flex-item .info{
    min-height: 85px;
}
@media screen and (max-width: 1280px){
    #Pro-width-full #Pro-Support-v2 .maintitle .section_item .flex-item .info{
        min-height: 110px;
    }
}
@media screen and (max-width: 768px){
    #Pro-width-full #Pro-Support-v2 .maintitle .section_item .flex-item{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 480px){
    #Pro-width-full #Pro-Support-v2{
        padding-bottom: 0;
    }
}
/*Pro-series*/
#Pro-width-full #Pro-series {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    position: relative;
}
#Pro-width-full #Pro-series .mainsize .maintitle{
    text-align: center;
    margin: 0 auto;
    padding: 150px 18px 150px;
    max-width: 1000px;
}
#Pro-width-full #Pro-series .maintitle .info {
    width: 98%;
    margin: 0 auto 0;
}
#Pro-width-full #Pro-series img.logo_pro{
    width: 80%;
    max-width: 250px;
}
#Pro-width-full #Pro-series .bg_style .style_a{
    position: absolute;
    width: 20%;
    min-width: 300px;
    bottom: -5%;
    /* right: 10%; */
    left: 70%;
    transform: translate(-50%, 0%);
}
@media only screen and (max-width: 768px) {
    #Pro-width-full #Pro-series{
        height: auto;
        min-height: inherit;
    }
    #Pro-width-full #Pro-series .mainsize .maintitle{
        margin: 0 auto;
        padding: 50px 18px;
    }
    #Pro-width-full #Pro-series .maintitle .info{
        width: 100%;
        padding-bottom: 0
    }
    #Pro-width-full #Pro-series .maintitle .ms_ul{
        margin: 30px 0
    }
    #Pro-width-full #Pro-series .maintitle .ms_ul li{
        width: 100%;
        text-align: center !important;
    }
}
/*Stablemodel*/
#Pro-width-full #Pro-Stablemodel{
    /* height: 100%;
    min-height: 700px; */
    position: relative;
    overflow: hidden;
}
#Pro-width-full #Pro-Stablemodel h3:after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/bg/style_b.svg) no-repeat center center;
    top: -10px;
    left: -20px;
}
#Pro-width-full #Pro-Stablemodel .maintitle{
    padding: 100px 18px 100px;
    max-width: 1200px;
    margin: 0 auto;
}
#Pro-width-full #Pro-Stablemodel .maintitle .mtitle p{
    padding-top: 10px
}
#Pro-width-full #Pro-Stablemodel .maintitle img{
    /* margin-top: 100px; */
    max-width: 243px;
}
#Pro-width-full #Pro-Stablemodel .maintitle a{
    color: #007bbf
}
#Pro-width-full #Pro-Stablemodel .maintitle p.note{
    text-align: left;
    line-height: 1.2em;
    margin-top: 40px
}
@media only screen and (max-width: 768px) {
    #Pro-width-full #Pro-Stablemodel{
        background: none;
        height: 100%;
        min-height: inherit;
        position: relative;
        overflow: hidden;
    }
    #Pro-width-full #Pro-Stablemodel .maintitle{
        padding: 50px 18px;
    }
    #Pro-width-full #Pro-Stablemodel .maintitle img{
        margin-top: 0px
    }
    #Pro-width-full #Pro-Stablemodel .maintitle p.note{
        margin: 20px 0
    }
}
/*Controlcenter*/
#Pro-width-full #Pro-Controlcenter{
    padding: 100px 0 100px;
    text-align: center;
}
#Pro-width-full #Pro-Controlcenter .maintitle{
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
}
#Pro-width-full #Pro-Controlcenter .maintitle .logo_controlcenter{
    width: 100%;
    max-width: 173px !important;
    float: left;
    margin-right: 20px;
}
#Pro-width-full #Pro-Controlcenter .maintitle .info{
    float: left;
    width: calc( 100% - 193px );
    text-align: left;
}
#Pro-width-full #Pro-Controlcenter .maintitle .mtitle p{
    padding: 0 0 20px
}
#Pro-width-full #Pro-Controlcenter .maintitle a{
    color: #007bbf;
    font-size: 1em
}
#Pro-width-full #Pro-Controlcenter .controlcenter_ul{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    max-width: 1230px;
    padding: 0 20px;
    list-style: none;
}
#Pro-width-full #Pro-Controlcenter .controlcenter_ul li{
    margin: 0.2%;
    width: 32.93%;
    color: #fff;
    background: #007bbf;
    padding: 40px 20px 35px;
    float: left;
    text-align: center;
    min-height: 200px
}
#Pro-width-full #Pro-Controlcenter .controlcenter_ul li b{
    color: #fff;
    font-size: 1.5em;
    line-height: 1em;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0;
}
#Pro-width-full #Pro-Controlcenter .controlcenter_ul li p{
    color: #fff;
    font-size: 1.3em;
    line-height: 1em;
    font-family: "Roboto";
    line-height: 1.5em;
    margin-top: 15px;
}
#Pro-width-full #Pro-Controlcenter .mainsize p.note{
    margin-top: 20px !important;
    padding: 0 18px;
}
@media (max-width: 1280px) {
    #Pro-width-full #Pro-Controlcenter .controlcenter_ul li{
        min-height: 260px;
    }
}
@media (max-width: 768px) {
    #Pro-width-full #Pro-Controlcenter .maintitle{
        text-align: center !important;
    }
    #Pro-width-full #Pro-Controlcenter .maintitle .logo_controlcenter{
        float: inherit;
        margin: 0 0 20px;
    }
    #Pro-width-full #Pro-Controlcenter .controlcenter_ul li{
        width: 100%;
        margin: 0 0 10px;
        min-height: inherit;
    }
}
/*B360MC-Internationally*/
#Pro-width-full #Pro-Internationally{
    padding: 30px 0 60px;
}
#Pro-width-full #Pro-Internationally .maintitle{
    padding: 0 18px;
}
#Pro-width-full #Pro-Internationally img{
    width: 100%;
}
/**/
#Pro-width-full #Pro-Superbarea{
    padding: 40px 0 25px
}
#Pro-width-full #Pro-Superbarea .superb_ul{
    display: inline-block;
    width: 100%;
    margin: 40px 0.25% 0;
    padding: 0 0 25px;
    /* border-bottom: #c7d4da 1px solid */
}
#Pro-width-full #Pro-Superbarea .superb_ul li{
    display: block;
    width: 24%;
    text-align: center;
    position: relative;
    float: left;
    background: #3e3e3e;
    padding: 0 1% 0;
    margin: 0 0.5%;
    /* opacity: 0; */
}
#Pro-width-full #Pro-Superbarea .superb_ul li h3{
    color: #fff !important;
}
#Pro-width-full #Pro-Superbarea .superb_ul li a{
    display: inline-block;
    width: 100%;
    padding: 45px 18px 25px;
}
#Pro-width-full #Pro-Superbarea .superb_ul li h4{
    color: #fff;
    font-size: 24px;
    line-height: 1em;
        font-family: "Roboto";
        font-weight: normal;
        line-height: 1.3em;
        margin-bottom: 0;
}
#Pro-width-full #Pro-Superbarea .superb_ul li p{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
}
#Pro-width-full #Pro-Superbarea .superb_ul li p.series_sub_title{
    min-height: 80px;
    margin: 15px 0 0;
    font-weight: 300;
}
#Pro-width-full #Pro-Superbarea .superb_ul li p.series_info{
    min-height: 110px;
    margin: 0
}
#Pro-width-full #Pro-Superbarea .superb_ul li p b{
    display: inline-block;
}
#Pro-width-full #Pro-Superbarea .superb_ul li img.ico_link_down{
    width: 5%;
    max-width: 30px;
    margin-top: 5px;
}
#Pro-width-full #Pro-Superbarea .superb_ul li.series_bg_a{
    background: url('../img/btn_style_b.png') no-repeat left top;
    background-size: 100% 100%;
}
#Pro-width-full #Pro-Superbarea .superb_ul li.series_bg_b{
    background: url('../img/btn_style_b.png') no-repeat left top;
    background-size: 100% 100%;
}
#Pro-width-full #Pro-Superbarea .superb_ul li.series_bg_c{
    background: url('../img/btn_style_b.png') no-repeat left top;
    background-size: 100% 100%;
}
#Pro-width-full #Pro-Superbarea .superb_ul li.series_bg_d{
    background: url('../img/btn_style_b.png') no-repeat left top;
    background-size: 100% 100%;
}
@media (max-width: 1345px) {
    #Pro-width-full #Pro-Superbarea .superb_ul li{
        width: 50%;
        margin: 0 0 10px;
        min-height: inherit;
        padding: 0
    }
}
@media (max-width: 768px) {
    #Pro-width-full #Pro-Superbarea .superb_ul li{
        width: 100%;
        margin: 0 0 10px;
        min-height: inherit;
        padding: 0
    }
    #Pro-width-full #Pro-Superbarea .superb_ul li a{
        padding: 15px 18px;
    }
    #Pro-width-full #Pro-Superbarea .superb_ul li p{
        min-height: inherit;
        height: auto
    }
}
/**/
#Pro-width-full #Pro-Shield{
    /* background: url(../img/bg_shield.jpg) center bottom no-repeat; */
    /* height: 100%;
    min-height: 650px; */
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px
}
#Pro-width-full #Pro-Shield h2{
    display: inline-block;
    position: relative;
}
#Pro-width-full #Pro-Shield h2:after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/bg/style_b.svg) no-repeat center center;
    top: -15px;
    left: 30px;
}
#Pro-width-full #Pro-Shield h2:before{
        content: "";
    position: absolute;
    width: 60%;
    height: 480%;
    background: url(../img/bg/style_c.svg) no-repeat center center;
    top: -360%;
    left: -35%;
}
#Pro-width-full #Pro-Shield .maintitle{
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    background: url(../img/bg_shield.jpg) no-repeat center 70%;
    padding: 40px 18px 0px;
    text-align: center;
}
#Pro-width-full #Pro-Shield .maintitle .flexCon{
    background: url('../img/bg_shield.jpg') no-repeat center bottom;
    padding: 40px 0 200px;
    margin: 0 auto;
}
#Pro-width-full #Pro-Shield .maintitle .area_shield{
    display: none;
}
#Pro-width-full #Pro-Shield .maintitle .area_shield.active{
    display: block;
}
#Pro-width-full #Pro-Shield .maintitle .flexCon.flex-50-50>.flex-item{
    max-width: 420px;
    margin: 0 auto;
}
#Pro-width-full #Pro-Shield .mainsize .maintitle.lefttxt{
    position: relative;
}
#Pro-width-full #Pro-Shield .mainsize .maintitle.lefttxt .info_right{
    position: absolute;
    height: 100%;
    width: 50%
}
#Pro-width-full #Pro-Shield .mainsize .maintitle .updown_section{
    margin-top: 100px;
    overflow: hidden;
}
#Pro-width-full #Pro-Shield .mainsize .maintitle .updown_section li{
    padding: 0 2%;
    position: relative;
}
#Pro-width-full #Pro-Shield .mainsize .maintitle .updown_section li:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 200%;
    top: 0;
    right: 0;
    background: #0096d1;
}
#Pro-width-full #Pro-Shield .mainsize .maintitle .updown_section li:last-child:before{
    display: none;
}
#Pro-width-full #Pro-Shield .stitle p{
    margin-bottom: 10px
}
#Pro-width-full #Pro-Shield .info{
    text-align: left;
    min-height: 80px;
}
#Pro-width-full #Pro-Shield div[class^=shield_]{
    display: inline-block;
    position: relative;
    border: 1px #7fcaea solid;
    background: rgba(199, 212, 218, 0.2) url(../img/icon_a.png) 15px 24px no-repeat;
    padding: 20px 20px 20px 35px;
    /*width: 50%;*/
    max-width: 380px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#Pro-width-full #Pro-Shield a.learnmore{
    background: #007bbf;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    margin: 0px 0 0;
    font-family: "Roboto", "Helvetica", "Roboto", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 18px;
    width: 100%;
    max-width: 220px;
}
#Pro-width-full #Pro-Shield div.shield_a{
    float: left;
    top:0;
    margin-bottom: 20px;
}
#Pro-width-full #Pro-Shield div.shield_b{
    float: left;
    top:0;
}
#Pro-width-full #Pro-Shield div.shield_c{
    /*position: absolute;
    top: 0;
    right: 0;*/
    float: right;
}
#Pro-width-full #Pro-Shield div.shield_d{
    position: absolute;
    bottom: 0;
    right: 0;
}
#Pro-width-full #Pro-Shield div.shield_a:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../img/shield_line_a.png) center center no-repeat;
    top: 15%;
    right: -30px
}
#Pro-width-full #Pro-Shield div.shield_b:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../img/shield_line_b.png) center center no-repeat;
    top: 15%;
    right: -30px
}
#Pro-width-full #Pro-Shield div.shield_c:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../img/shield_line_c.png) center center no-repeat;
    top: 15%;
    left: -30px
}
#Pro-width-full #Pro-Shield div.shield_d:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../img/shield_line_d.png) center center no-repeat;
    top: 15%;
    left: -30px
}
#Pro-width-full #Pro-Shield div.clearboth{
    clear: both;
}
@media (max-width: 1024px) {
    #Pro-width-full #Pro-Shield .mainsize .maintitle .updown_section li{
        width: 100% !important;
        margin-bottom: 40px;
    }
    #Pro-width-full #Pro-Shield .mainsize .maintitle .updown_section li:before{
        display: none;
    }
    #Pro-width-full #Pro-Shield .info{
        min-height: inherit;
    }
    #Pro-width-full #Pro-Shield .mainsize .maintitle .updown_section{
        margin-bottom: 0;
        margin-top: 50px;
    }
    #Pro-width-full #Pro-Shield .mainsize .maintitle .updown_section.updown_section_auto{
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    #Pro-width-full #Pro-Shield{
        background: none
    }
    #Pro-width-full #Pro-Shield .mainsize .maintitle.lefttxt .info_right{
        position: relative;
    }
    #Pro-width-full #Pro-Shield div.shield_a,
    #Pro-width-full #Pro-Shield div.shield_b,
    #Pro-width-full #Pro-Shield div.shield_c,
    #Pro-width-full #Pro-Shield div.shield_d{
        position: relative;
        margin-bottom: 10px;
        max-width: inherit;
    }
    #Pro-width-full #Pro-Shield div.shield_a:after,
    #Pro-width-full #Pro-Shield div.shield_b:after,
    #Pro-width-full #Pro-Shield div.shield_c:after,
    #Pro-width-full #Pro-Shield div.shield_d:after{
        background: none
    }
}
/**/
#Pro-width-full #Pro-Boot{
    background: #2d2d2d url(../img/bg_defender.jpg) center top no-repeat;
    /* height: 100%;
    min-height: 650px; */
    position: relative;
    overflow: hidden;
    padding: 0;
    background-size: cover;
}
#Pro-width-full #Pro-Boot .maintitle{
    padding: 100px 18px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#Pro-width-full #Pro-Boot .maintitle h3{
    /* text-transform: uppercase; */
    margin-bottom: 1em !important;
}
#Pro-width-full #Pro-Boot .pop_ul{
    width: 100%;
    margin: 60px 0;
    display: inline-block;
}
#Pro-width-full #Pro-Boot .pop_ul li{
    width: 33.3333%;
    float: left;
    text-align: center;
}
#Pro-width-full #Pro-Boot .pop_ul li b{
    color: #0096d1;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
    clear: both;
    width: 80%;
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 10px;
    /* min-height: 38px */
}
#Pro-width-full #Pro-Boot .pop_ul li p{
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    line-height: 1.5em;
    width: 72%;
}
@media (max-width: 768px) {
    #Pro-width-full #Pro-Boot .pop_ul li{
        width: 33.33%;
        min-height: 350px;
    }
}
@media (max-width: 480px) {
    #Pro-width-full #Pro-Boot .pop_ul{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #Pro-width-full #Pro-Boot .pop_ul li{
        width: 100%;
        min-height: inherit;
        margin-bottom: 20px;
    }
    #Pro-width-full #Pro-Boot .pop_ul li b{
        margin-top: 10px;
    }
}
/**/
#Pro-width-full #Pro-Smartrecove{
    background: #fff url(../img/bg_smartrecove.jpg) center top no-repeat;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 9% 0;
    z-index: 1;
}
#Pro-width-full #Pro-Smartrecove .maintitle{
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 20px;
}
#Pro-width-full #Pro-Smartrecove .maintitle img{
    width: 100%;
}
#Pro-width-full #Pro-Smartrecove .maintitle h3{
    clear: both;
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 50px ​!important
}
#Pro-width-full #Pro-Smartrecove .maintitle h4{
    clear: both;
    color: #007bbf !important;
    font-weight: 400;
}
#Pro-width-full #Pro-Smartrecove .maintitle .mtitle p{
    color: #fff;
    padding-bottom: 50px
}
#Pro-width-full #Pro-Smartrecove .maintitle .stitle p,
#Pro-width-full #Pro-Smartrecove .maintitle .info{
    color: #000;
    text-align: left;
    margin-bottom: 0px
}
#Pro-width-full #Pro-Smartrecove .maintitle .stitle p.blue,
#Pro-width-full #Pro-Smartrecove .maintitle .info.blue{
    text-align: left;
    color: #007bbf;
    margin-bottom: 0px
}

#Pro-width-full #Pro-Smartrecove .smartrecove_area{
    display: inline-block;
    position: relative;
    margin: 10px 0 20px;
    width: 65%;
    float: left;
}
#Pro-width-full #Pro-Smartrecove .smartrecove_area img{
    float: left;
    width: 100%;
}
#Pro-width-full #Pro-Smartrecove .smartrecove_pic_2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
#Pro-width-full #Pro-Smartrecove .smartrecove_pic_3{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
#Pro-width-full #Pro-Smartrecove .maintitle{
    text-align: center;
}
#Pro-width-full #Pro-Smartrecove ul{
    display: inline-block;
    width: 35%;
    float: right;
    margin-top: 55px;
}
#Pro-width-full #Pro-Smartrecove ul li{
    display: inline-block;
}
#Pro-width-full #Pro-Smartrecove ul li:nth-child(odd){
    width: 100%
}
#Pro-width-full #Pro-Smartrecove ul li:nth-child(even){
    width: 100%
}
#Pro-width-full #Pro-Smartrecove ul li p{
    font-family: "Roboto", "Helvetica", "Roboto", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 10px 30px 10px;
    line-height: 1;
    background: url(../img/icon_b.png) 15px 12px no-repeat;
}
#Pro-width-full #Pro-Smartrecove ul li.lititle p{
    background:none;
    padding-left: 20px;
    font-size: 22px
}
#Pro-width-full #Pro-Smartrecove a.closelearnmore{
    background: none;
    color: #000;
    border: 1px #000 solid;
    padding: 10px 40px;
    display: inline-block;
    margin: 15px 0 0;
    font-family: "Roboto", "Helvetica", "Roboto", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 18px;
    width: 100%;
    max-width: 170px;
    margin-bottom: 50px
}
@media (max-width: 768px) {
    #Pro-width-full #Pro-Smartrecove .smartrecove_area{
        width: 100%;
        margin-bottom: 0
    }
    #Pro-width-full #Pro-Smartrecove a.closelearnmore{
        margin-bottom: 50px
    }
    #Pro-width-full #Pro-Smartrecove ul{
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px
    }
    #Pro-width-full #Pro-Smartrecove ul li:nth-child(even){
        width: 100%
    }
    #Pro-width-full #Pro-Smartrecove ul li:nth-child(odd){
        width: 100%
    }
}
/**/
#Pro-width-full #Pro-Reliant_Btns {
    /* background: #fff; */
    position: relative;
    padding: 150px 0 20px;
}
#Pro-width-full #Pro-Reliant_Btns .mainsize{
    text-align: center;
}
#Pro-width-full #Pro-Reliant_Btns h2{
    display: inline-block;
    position: relative;
}
#Pro-width-full #Pro-Reliant_Btns h2:after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/bg/style_b.svg) no-repeat center center;
    top: -15px;
    left: 30px;
}
#Pro-width-full #Pro-Reliant_Btns h2:before{
        content: "";
    position: absolute;
    width: 60%;
    height: 480%;
    background: url(../img/bg/style_c.svg) no-repeat center center;
    top: -360%;
    left: -35%;
}
#Pro-width-full #Pro-Reliant_Btns .mainfull{
        text-align: center;
    margin: 0 auto;
    max-width: 1100px;
}
#Pro-width-full #Pro-Reliant_Btns h3{
    color: #666 !important;
}
#Pro-width-full #Pro-Reliant_Btns ul.mt_chang {
    
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%;
    max-width: 700px;
    margin: 30px 0 5px;
    display: none;
    /* border-bottom: 1px #c7d4da solid */
}
#Pro-width-full #Pro-Reliant_Btns ul.mt_chang.active{
    display: inline-block;
}
#Pro-width-full #Pro-Reliant_Btns ul.mt_chang li {
    display: inline-block;
    /* float: left; */
    width: calc(33.3333% - 4px) ;
    margin: 5px 1px;
    padding: 0;
    vertical-align: bottom;
}

#Pro-width-full #Pro-Reliant_Btns ul.mt_chang li a {
    color: #828282;
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
    font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    letter-spacing: -0.05em;
    /* min-height: 80px; */
    position: relative;
    /* background: #eaeaea; */
    line-height: 1.1em;
    padding: 8px 15px 12px;
}
#Pro-width-full #Pro-Reliant_Btns ul.mt_chang li a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #c2c2c2;
    bottom: 0;
    left: 0;
}
#Pro-width-full #Pro-Reliant_Btns ul.mt_chang li a.on:after{
    background: #f46700;
}
#Pro-width-full #Pro-Reliant_Btns ul.mt_chang li a p{
    font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    position: relative;
    width: 100%;
    /* top: 50%; */
    padding: 0;
    letter-spacing: 0;
    /* transform: translateY(-50%); */
    font-size: 1.2em;
    line-height: 1.1em;
    font-weight: 500;
    color: #c2c2c2;
}
#Pro-width-full #Pro-Reliant_Btns ul.mt_chang li a.on p{
    /* background: #007bbf; */
    color: #007bbf;
}
/* #Pro-width-full #Pro-Reliant_Btns ul.mt_chang li a.on:after{
    content: "";
    width: 0px;
    height: 0px;
    border: 4px solid;
    transition: all 0.4s;
    opacity: 1;
    position: absolute;
    overflow: hidden;
    bottom: -8px;
    z-index: 13;
    border-color: #007bbf transparent transparent transparent;
    left: calc(50% - 2px);;
}
#Pro-width-full #Pro-Reliant_Btns ul.mt_chang li a.on:before{
        content: "";
    width: 0px;
    height: 0px;
    border: 4px solid;
    transition: all 0.4s;
    opacity: 1;
    position: absolute;
    overflow: hidden;
    top: 15%;
    z-index: 13;
    border-color: #fff transparent transparent transparent;
    left: calc(50% - 2px);
} */
@media (max-width: 768px) {
    #Pro-width-full #Pro-Reliant_Btns{
        padding-bottom: 0;
    }
    #Pro-width-full #Pro-Reliant_Btns .mainfull{
            padding: 0 20px;
        max-width: inherit;
    }
    #Pro-width-full #Pro-Reliant_Btns ul.mt_chang{
        margin: 10px 0 0px
    }
    #Pro-width-full #Pro-Reliant_Btns ul.mt_chang li {
        width: 31.33%;
        margin: 5px 0;
    }
    #Pro-width-full #Pro-Reliant_Btns ul.mt_chang li.w100{
        width: 80%;
    }
    #Pro-width-full #Pro-Reliant_Btns ul.mt_chang li a{
        /* min-height: 65px; */
    }
    #Pro-width-full #Pro-Reliant_Btns ul.mt_chang li a p{
        padding: 5px;
    }
}
#Pro-width-full .reliant_area .maintitle{
    max-width: 1100px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 20px;
}
#Pro-width-full .reliant_area .maintitle h3{
    color: #000 !important;
    margin-bottom: 10px !important;
}
#Pro-width-full .reliant_area .maintitle h4{
    color: #7f7f7f !important;
    margin: 10px 0 !important;
    font-weight: 400;
}
#Pro-width-full .reliant_area .maintitle .mtitle p{
    padding-top: 20px
}
#Pro-width-full .reliant_area .maintitle .entry-box .mtitle p{
    padding-top: 60px;
}

#Pro-width-full .reliant_area{
    display: none
}
#Pro-width-full .reliant_area.on{
    display: block;
}

#Pro-width-full .reliant_area_sec .maintitle{
    max-width: 1100px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 20px;
}
#Pro-width-full .reliant_area_sec .maintitle h3{
    color: #000 !important;
    margin-bottom: 10px !important;
}
#Pro-width-full .reliant_area_sec .maintitle h4{
    color: #7f7f7f !important;
    margin: 10px 0 !important;
    font-weight: 400;
}
#Pro-width-full .reliant_area_sec .maintitle .mtitle p{
    padding-top: 20px
}
#Pro-width-full .reliant_area_sec .maintitle .entry-box .mtitle p{
    padding-top: 60px;
}
#Pro-width-full .reliant_area_sec{
    display: none
}
#Pro-width-full .reliant_area_sec.on{
    display: block;
}

/**/
#Pro-width-full #Pro-Bedrock_Btns {
    /* background: #fff; */
    position: relative;
    padding: 150px 0 20px;
    overflow: hidden;
}
#Pro-width-full #Pro-Bedrock_bg{
    position: relative;
    padding-bottom: 100px;
}
#Pro-width-full #Pro-Bedrock_bg .bg_style .style_a {
        position: absolute;
    width: 35%;
    top: 30%;
    left: 90%;
    transform: translate(-50%, 0%);
    z-index: 0;
    opacity: 0.9;
}
#Pro-width-full #Pro-Bedrock_Btns .mainsize,
#Pro-width-full #Pro-Bedrock_Btns .mainfull{
    text-align: center;
    margin: 0 auto;
    max-width: 1100px;
}
#Pro-width-full #Pro-Bedrock_Btns h2 {
    display: inline-block;
    position: relative;
}
#Pro-width-full #Pro-Bedrock_Btns h2:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 480%;
    background: url(../img/bg/style_c.svg) no-repeat center center;
    top: -360%;
    left: -35%;
}
#Pro-width-full #Pro-Bedrock_Btns h2:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/bg/style_b.svg) no-repeat center center;
    top: -15px;
    left: 30px;
}
#Pro-width-full #Pro-Bedrock_Btns h3{
    color: #666 !important;
}
#Pro-width-full #Pro-Bedrock_Btns ul.mt_chang {
    
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%;
    max-width: 1024px;
    margin: 30px 0 5px;
    display: none;
    /* border-bottom: 1px #c7d4da solid */
}
#Pro-width-full #Pro-Bedrock_Btns ul.mt_chang.active{
    display: inline-block;
}
#Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li {
    display: inline-block;
    /* float: left; */
    width: calc(25% - 4px) ;
    margin: 5px 0px;
    padding: 0;
    vertical-align: bottom;
}

#Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li a {
    color: #828282;
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
    font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    letter-spacing: -0.05em;
    /* min-height: 80px; */
    position: relative;
    /* background: #eaeaea; */
    line-height: 1.1em;
    padding: 8px 15px 12px;
}
#Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #c2c2c2;
    bottom: 0;
    left: 0;
}
#Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li a.on:after{
    background: #f46700;
}
#Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li a p{
    font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    position: relative;
    width: 100%;
    /* top: 50%; */
    padding: 0;
    letter-spacing: 0;
    /* transform: translateY(-50%); */
    font-size: 1.3em;
    line-height: 1.1;
    font-weight: 500;
    color: #c2c2c2;
}
#Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li a.on p{
    /* background: #007bbf; */
    color: #007bbf;
}
/* #Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li a.on:after{
    content: "";
    width: 0px;
    height: 0px;
    border: 4px solid;
    transition: all 0.4s;
    opacity: 1;
    position: absolute;
    overflow: hidden;
    bottom: -8px;
    z-index: 13;
    border-color: #007bbf transparent transparent transparent;
    left: calc(50% - 2px);;
}
#Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li a.on:before{
        content: "";
    width: 0px;
    height: 0px;
    border: 4px solid;
    transition: all 0.4s;
    opacity: 1;
    position: absolute;
    overflow: hidden;
    top: 15%;
    z-index: 13;
    border-color: #fff transparent transparent transparent;
    left: calc(50% - 2px);
} */
@media (max-width: 768px) {
    #Pro-width-full #Pro-Bedrock_Btns .mainfull{
            padding: 0 20px;
        max-width: inherit;
    }
    #Pro-width-full #Pro-Bedrock_Btns ul.mt_chang{
        margin: 20px 0 5px
    }
    #Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li {
        width: 24.5%;
        margin: 5px 0;
    }
    /* #Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li a{
        min-height: 65px;
    } */
    #Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li a p{
        padding: 5px;
    }
}
@media (max-width: 480px) {
    #Pro-width-full #Pro-Bedrock_Btns ul.mt_chang li {
        width: 49.5%;
        margin: 5px 0;
    }
}

/**/
#Pro-width-full #Pro-QLED{
    padding-top: 20px;
    padding-bottom: 100px;
    /* background: #131313; */
}
#Pro-width-full #Pro-QLED .mainsize{
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 20px;
}
#Pro-width-full #Pro-QLED .itembox {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Pro-width-full #Pro-QLED .itembox .item {
  width: 24%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Pro-width-full #Pro-QLED .itembox .item h5 {
/*   min-height: 60px; */
  font-size: 1.66em;
  font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
  font-weight: normal;
}
#Pro-width-full #Pro-QLED .itembox .item h6 {
  font-size: 1.33em;
  font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
  font-weight: 400;
}
#Pro-width-full #Pro-QLED .itembox .item p{
    font-size: 1.16em;
    color: #A8A8A8;
    font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
}
#Pro-width-full #Pro-QLED .itembox .item .txt-linear_blue {
    padding-bottom: 5px;
    color: #0095d1;
    background: #0095d1;
    background: -webkit-linear-gradient(top, #0095d1 0%, #0095d1 80%);
    background: -o-linear-gradient(top, #0095d1 0%, #0095d1 80%);
    background: -webkit-gradient(linear, left top, left bottom, from(#0095d1), color-stop(80%, #0095d1));
    background: linear-gradient(to bottom, #0095d1 0%, #0095d1 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#Pro-width-full #Pro-QLED .itembox .item .in {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 30px;
  background-color: #eee;
  margin-top: 10px;
}

#Pro-width-full #Pro-QLED .itembox .item .in .pic {
  max-width: 150px;
  margin: 0 auto 30px;
  position: relative;
}

#Pro-width-full #Pro-QLED .itembox .item .in .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
}

#Pro-width-full #Pro-QLED .itembox .item .in .pic .cover.rapid {
  -webkit-animation: as2 0.25s infinite;
          animation: as2 0.25s infinite;
}

#Pro-width-full #Pro-QLED .itembox .item .in .pic .cover.slow {
  -webkit-animation: as3 2s infinite;
          animation: as3 2s infinite;
}

#Pro-width-full #Pro-QLED .itembox .item .in .pic .cover.Hyperslow {
  -webkit-animation: as4 8s infinite;
          animation: as4 8s infinite;
}
@media screen and (max-width: 1023px) {
    #Pro-width-full #Pro-QLED .itembox {
        padding-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #Pro-width-full #Pro-QLED .itembox .item {
        width: 48%;
        margin-top: 50px;
    }
}
@media screen and (max-width: 600px) {
  #Pro-width-full #Pro-QLED .itembox {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #Pro-width-full #Pro-QLED .itembox .item {
    width: 100%;
    margin: 40px auto 0;
  }
  #Pro-width-full #Pro-QLED .itembox .item h5 {
    min-height: auto;
  }
  #Pro-width-full #Pro-QLED .itembox .item .in {
    margin-top: 15px;
    padding: 30px;
  }
  #Pro-width-full #Pro-QLED .itembox .item .in .pic {
    max-width: 80px;
  }
}
@keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes as2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes as2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes as3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes as3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes as4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes as4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*Solution*/
#Pro-width-full #Pro-Solution{
    background: none;
    padding: 80px 0 50px
}
#Pro-width-full #Pro-Solution .maintitle{
    padding: 0 18px;
    margin: 0 auto;
}
#Pro-width-full #Pro-Solution .maintitle img.shooting_pic{
    width: 100%;
    max-width: 830px;
}
#Pro-width-full #Pro-Solution .maintitle p.note{
    text-align: left;
    width: 100%;
    margin-top: 10px;
    max-width: 830px;
}
#Pro-width-full #Pro-Solution .lefttxt .info_left{
        width: 45%;
}
/*Solution*/
#Pro-width-full #Pro-COM{
    background: none;
    padding: 20px 0 100px
}
#Pro-width-full #Pro-COM .maintitle{
    padding: 0 18px;
    margin: 0 auto;
}
#Pro-width-full #Pro-COM .maintitle img.shooting_pic{
    width: 100%;
    max-width: 830px;
}
#Pro-width-full #Pro-COM .maintitle p.note{
    text-align: left;
    width: 100%;
    margin-top: 10px;
    max-width: 830px;
}
#Pro-width-full #Pro-COM .lefttxt .info_left{
        width: 45%;
}
/*Reliability*/
#Pro-width-full #Pro-Reliability{
    padding-top: 20px;
    padding-bottom: 50px;
}
#Pro-width-full #Pro-Reliability .maintitle img{
    margin-top: 0px
}
#Pro-width-full #Pro-Reliability .lefttxt .info_left{
    width: 45%;
}
#Pro-width-full #Pro-Reliability .lefttxt .info_left img{
    width: 100%;
    max-width: 490px !important;
}
#Pro-width-full #Pro-Reliability .lefttxt .info_right{
    margin: 0px 0px 0px 48%;
}
#Pro-width-full #Pro-Reliability .lefttxt .info{
    margin-top: 10px
}

/*LANGuard*/
#Pro-width-full #Pro-LANGuard{
    background: none;
}
#Pro-width-full #Pro-LANGuard .maintitle{
    padding-top: 0
}
#Pro-width-full #Pro-LANGuard .maintitle img{
    width: 100%;
}
@media screen and (max-width: 768px) {
    #Pro-width-full #Pro-LANGuard .maintitle{
        padding-top: 30px
    }
}
/*Protection*/
#Pro-width-full #Pro-Protection{

}
#Pro-width-full #Pro-Protection .maintitle{
    padding-top: 0px
}
#Pro-width-full #Pro-Protection .maintitle .info_left{
    width: 45%;
}
#Pro-width-full #Pro-Protection .maintitle .info_right img{
    margin-top: 0;
    width: 100%;
    max-width: 468px !important;
}
/*DIGIIO*/
#Pro-width-full #Pro-DIGIIO{
    background: none;
}
html #overview #Pro-width-full #Pro-DIGIIO .maintitle .entry-box .item2>img.digi_pic {
    width: 100%;
    max-width: 86px !important;
    margin-bottom: -20px;
}

html #overview #Pro-width-full #Pro-DIGIIO .maintitle .entry-box .item2>img.io_pic {
    width: 100%;
    max-width: 349px !important;
    margin-bottom: -20px;
}
/*ESDGuards*/
#Pro-width-full #Pro-ESDGuards{
    padding-top: 0px;
    padding-bottom: 50px
}
#Pro-width-full #Pro-ESDGuards .maintitle img{
    width: 100%;
}
@media screen and (max-width: 768px) {
    #Pro-width-full #Pro-ESDGuards .maintitle{
        padding-top: 30px
    }
}
/*Antimoisture*/
#Pro-width-full #Pro-Antimoisture{
    background: none;
    padding-top: 20px;
    padding-bottom: 100px;
}
#Pro-width-full #Pro-Antimoisture .maintitle img{
    margin-top: 0px
}
#Pro-width-full #Pro-Antimoisture .righttxt .info_right{
    margin: 0px 0px 0px 48%;
    position: relative;
}
#Pro-width-full #Pro-Antimoisture .righttxt .info_left img.Antimoisture_pic{
    width: 100%;
    max-width: 500px !important;
}
#Pro-width-full #Pro-Antimoisture .righttxt .info_left{
    width: 45%;
}
#Pro-width-full #Pro-Antimoisture .righttxt .info{
    margin-top: 10px
}
#Pro-width-full #Pro-Antimoisture .Antimoisture_pic_a{
    position: absolute;
    right: 14%;
    z-index: 3;
    top: 22%;
    width: 47%;
    max-width: 230px !important
}
@media screen and (max-width: 768px) {
    #Pro-width-full #Pro-Antimoisture{
        padding-bottom: 50px;
    }
}
/*Antisulfur*/
#Pro-width-full #Pro-Antisulfur{
    background: none;
    padding-top: 20px;
    padding-bottom: 100px;
}
#Pro-width-full #Pro-Antisulfur .maintitle img{
    margin-top: 0px
}
#Pro-width-full #Pro-Antisulfur .righttxt .info_right{
    margin: 0px 0px 0px 48%;
    position: relative;
}
#Pro-width-full #Pro-Antisulfur .righttxt .info_left img.antisulfur_pic{
    width: 100%;
    max-width: 500px !important;
}
#Pro-width-full #Pro-Antisulfur .righttxt .info_left{
    width: 45%;
}
#Pro-width-full #Pro-Antisulfur .righttxt .info{
    margin-top: 10px
}
#Pro-width-full #Pro-Antisulfur .antisulfur_pic_a{
    position: absolute;
    right: 14%;
    z-index: 3;
    top: 22%;
    width: 47%;
    max-width: 230px !important
}
@media screen and (max-width: 768px) {
    #Pro-width-full #Pro-Antisulfur{
        padding-bottom: 50px;
    }
}
/*Antisulfur1*/
#Pro-width-full #Pro-Antisulfur1{
    background: none;
    padding-top: 20px;
    padding-bottom: 100px;
}
#Pro-width-full #Pro-Antisulfur1 .maintitle img{
    margin-top: 0px
}
#Pro-width-full #Pro-Antisulfur1 .righttxt .info_right{
    margin: 0px 0px 0px 48%;
    position: relative;
}
#Pro-width-full #Pro-Antisulfur1 .righttxt .info_left img.antisulfur_pic{
    width: 100%;
    max-width: 500px !important;
}
#Pro-width-full #Pro-Antisulfur1 .righttxt .info_left{
    width: 45%;
}
#Pro-width-full #Pro-Antisulfur1 .righttxt .info{
    margin-top: 10px
}
#Pro-width-full #Pro-Antisulfur1 .antisulfur_pic_a{
    position: absolute;
    right: 14%;
    z-index: 3;
    top: 22%;
    width: 47%;
    max-width: 230px !important
}
@media screen and (max-width: 768px) {
    #Pro-width-full #Pro-Antisulfur1{
        padding-bottom: 50px;
    }
}
/*Managementsuite*/
#Pro-width-full #Pro-Managementsuite{
    background: #007bbf;
    padding: 80px 0 60px;
    overflow: hidden;
}
#Pro-width-full #Pro-Managementsuite h2{
    position: relative;
    display: inline-block;
}
#Pro-width-full #Pro-Managementsuite h2:after{
    content: "";
    position: absolute;
    background: url(../img/bg/style_d.svg) no-repeat center center;
    width: 48%;
    height: 150%;
    bottom: -75%;
    left: 80%;
    transform: translate(-50%, 0%);
}
#Pro-width-full #Pro-Managementsuite .maintitle{
    padding: 0 18px;
    text-align: center;
}
#Pro-width-full #Pro-Managementsuite div.section_title h3{
    background: #007bbf;
    color: #fff !important
}
#Pro-width-full #Pro-Managementsuite div.section_title h4,
#Pro-width-full #Pro-Managementsuite .maintitle .mtitle p,
#Pro-width-full #Pro-Managementsuite .maintitle .info{
    color: #fff !important
}
#Pro-width-full #Pro-Managementsuite .maintitle .mtitle p{
    padding: 0 0 20px
}
#Pro-width-full #Pro-Managementsuite .maintitle .logo_eventlog{
    margin-top: 15px;
}
#Pro-width-full #Pro-Managementsuite .managementsuite_ul{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    padding: 0 20px
}
#Pro-width-full #Pro-Managementsuite .managementsuite_ul li{
    margin: 0.5%;
    width: 15.666%;
    border: #fff 1px solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 5px 5px 0 0 #0188c2;
    color: #fff;
    padding: 40px 15px 25px;
    float: left;
    text-align: center;
    background: #00649b url(../img/go_anchor.png) center 8px no-repeat;
    min-height: 170px;
    position: relative;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    top: 0px;
}
#Pro-width-full #Pro-Managementsuite .managementsuite_ul li b{
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0;
}
#Pro-width-full #Pro-Managementsuite .managementsuite_ul li p{
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-family: "Roboto";
    line-height: 1.3em;
    margin-top: 15px;
}
@media screen and (max-width: 1215px) {
    #Pro-width-full #Pro-Managementsuite .managementsuite_ul li{
        min-height: 230px
    }
}
@media screen and (max-width: 968px) {
    #Pro-width-full #Pro-Managementsuite .managementsuite_ul li{
        min-height: 280px
    }
}
@media screen and (max-width: 480px) {
    #Pro-width-full #Pro-Managementsuite .managementsuite_ul li{
        width: 50%;
        width: 100%;
        margin: 0 0 20px;
        min-height: inherit;
    }
}
/*B360MC-Tool*/
#Pro-width-full #Pro-Tool{
    background: #f3f3f3;
    padding: 100px 0 50px;
    position: relative;
}
#Pro-width-full #Pro-Tool .bg_style .style_a{
    position: absolute;
    width: 100%;
    top: 0%;
    /* right: 10%; */
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 0;
    opacity: 0.25;
}
#Pro-width-full #Pro-Tool:after{

}
#Pro-width-full #Pro-Tool .mainsize{
    position: relative;
    z-index: 1;
}
#Pro-width-full #Pro-Tool .maintitle{
    max-width: 1000px;
    padding: 0 18px;
    margin: 0 auto;
}
#Pro-width-full #Pro-Tool .maintitle .mtitle p{
        padding: 0 0 20px;
}
#Pro-width-full #Pro-Tool .maintitle .info{
    margin-top: 10px
}
#Pro-width-full #Pro-Tool .pop_ul{
    width: 100%;
    margin: 60px 0 0;
    display: inline-block;
}
#Pro-width-full #Pro-Tool .pop_ul li{
    width: 20%;
    float: left;
    text-align: center;
}
#Pro-width-full #Pro-Tool .pop_ul li b{
    color: #007bbf;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
    clear: both;
    width: 80%;
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 10px;
    /* min-height: 38px */
}
#Pro-width-full #Pro-Tool .pop_ul li p{
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    line-height: 1.3em;
    width: 72%;
}
@media (max-width: 768px) {
    #Pro-width-full #Pro-Tool .pop_ul li{
        width: 49.5%;
        min-height: 350px;
    }
}
/*Assembling*/
#Pro-width-full #Pro-Assembling{
    position: relative;
    overflow: hidden;
    padding: 20px 0 100px
}
#Pro-width-full #Pro-Assembling .mainsize .maintitle{
    /* max-width: 1000px; */
    margin: 0 auto;
}
#Pro-width-full #Pro-Assembling div.section_title h3{
    background: #ebf6fc;
    margin-bottom: 20px
}
#Pro-width-full #Pro-Assembling .mainsize .maintitle .info_right{
    padding-top: 50px;
}

#Pro-width-full #Pro-Assembling .hdau_color, #Pro-width-full #Pro-Assembling .hdau_bg {
    position: absolute;
    top: 0;
    right: 0;
}
#Pro-width-full #Pro-Assembling .hdau_color {
    width: 100%;
    height: 0;
    padding-bottom: 90%;
}
#Pro-width-full #Pro-Assembling .hdau_bg {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    background: center center no-repeat;
    background-image: url(../img/less-waiting-bg.png);
    background-size: cover;
}
#Pro-width-full #Pro-Assembling .maintitle.lefttxt .info_left{
    width: 45%
}
#Pro-width-full #Pro-Assembling .maintitle.lefttxt .info_right{
    margin: 0 0 0 45%
}
#Pro-width-full #Pro-Assembling .maintitle.lefttxt .info_right img{
    width: 100%;
    max-width: 510px !important
}
#Pro-width-full #Pro-Assembling .assemblingbox{
    text-align: center;
    display: inline-block;
}
#Pro-width-full #Pro-Assembling .assemblingbox .assembling_btn{
    display: inline-block;
    margin: 50px 0 0;
    position: relative;
}
#Pro-width-full #Pro-Assembling .assemblingbox .assembling_btn a{
    display: inline-block;
    width: 100%;
    height: auto;
    background: #a0a3a5;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}
#Pro-width-full #Pro-Assembling .assemblingbox .assembling_btn a:hover,
#Pro-width-full #Pro-Assembling .assemblingbox .assembling_btn a.on{
    background: #007bbf;
    color: #fff;
}
#Pro-width-full #Pro-Assembling .assemblingbox .assembling_btn a .btn_txt{
    display: inline-block;
    text-align: left;
    padding: 20px;
    font-family: "Roboto", "Helvetica", "Roboto", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700
}
#Pro-width-full #Pro-Assembling .assemblingbox .assembling_btn a .btn_ico{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/btn_ico_d.png) center center no-repeat;
    position: absolute;
    right: 10px;
    top: 20px;
}
#Pro-width-full #Pro-Assembling .assemblingbox .assembling_btn a:hover .btn_ico,
#Pro-width-full #Pro-Assembling .assemblingbox .assembling_btn a.on .btn_ico{
    background: url(../images/btn_ico_h.png) center center no-repeat;
}
#Pro-width-full #Pro-Assembling .assemblingbox .assembling_btn p{
    font-family: "Roboto", "Helvetica", "Roboto", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 26px;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 1);
}
#Pro-width-full #Pro-Assembling .assembling_tab{
    text-align: center;
    display: inline-block;
    width: 100%
}
#Pro-width-full #Pro-Assembling .assembling_tab div{
    width: 100%;
    display: none;
    text-align: right;
}
#Pro-width-full #Pro-Assembling .assembling_tab div.on{
    display: block;
}
#Pro-width-full #Pro-Assembling .item2 img.slot_pic{
    width: 100%;
    max-width: 470px !important
}
#Pro-width-full #Pro-Assembling .item2 img.dimm_pic{
    width: 100%;
    max-width: 470px !important
}
@media (max-width: 768px) {
    #Pro-width-full #Pro-Assembling{
        height: auto
    }
    #Pro-width-full #Pro-Assembling .hdau_bg{
        height: auto;
        position: relative;
        background: #000;
    }
    #Pro-width-full #Pro-Assembling .mobile{
        position: relative;
    }
    #Pro-width-full #Pro-Assembling .mainsize .maintitle .info_right{
        padding-top: 0
    }
    #Pro-width-full #Pro-Assembling .maintitle.righttxt .info_left{
        height: auto;
        margin: 0 0 30px;
    }
    #Pro-width-full #Pro-Assembling #picker{
        width: 130px;
        margin: 0 auto;
        position: relative;
        right: inherit;
        bottom: inherit;
    }
}
/* PA34VC-video */
#Pro-width-full #Helios-video{
    position: relative;
    overflow: hidden;
}
#Pro-width-full #Helios-video .clip {
    position: relative;
    width: 1920px;
    height: 1080px;
    left: 50%;
    margin-left: -960px;
}
@media (max-width: 768px) {
    #Pro-width-full #Helios-video .clip {
        width: 800px;
        height: 300px;
        margin-left: -400px;
    }
}
#Pro-width-full #Helios-video .video {
    display: block;
    width: 100%;
    height: 100%;
}
#Pro-width-full #Helios-video .static {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
#Pro-width-full #Helios-video .mainfull{
    background: url(../img/video_bg.png) top center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 200px
}
#Pro-width-full #Helios-video .mainfull .maintitle{
    max-width: 1600px;
    margin: 0 auto
}
#Pro-width-full #Helios-video .mainfull .maintitle .mtitle p{
    font-family: 'rogfonts', Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: #fff !important;
    -webkit-text-fill-color: inherit !important;
    margin-bottom: 40px
}
#Pro-width-full #Helios-video .mainfull .maintitle .stitle p{
    font-family: "xolonium", "Helvetica", "Roboto", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #c8c8c8 !important
}
#Pro-width-full #Helios-video .youtube_open{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#Pro-width-full #Helios-video .youtube_open p{
    display: inline-block;
    padding: 18px 25px;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    width: 220px;
    left: calc(50% - 110px);
    top: 40%;
    font-size: 2em;
}
@media (max-width: 768px) {
    #Pro-width-full #Helios-video .mainfull{
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-bottom: 50px
    }
}
#Pro-width-full .text-center,
#Pro-width-full .maintitle .text-center{
    text-align: center !important;
}
#Pro-width-full .text-left,
#Pro-width-full .maintitle .text-left{
    text-align: left !important;
}
#Pro-width-full .text-right,
#Pro-width-full .maintitle .text-right{
    text-align: right !important;
}

#Pro-width-full .link_btn{
    width: 90%;
    display: inline-block;
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
}
#Pro-width-full .link_btn li{
    display: inline-block;
    /*float: left;*/
    width: 100%;
    margin: 0 auto
}
/*#Pro-width-full .link_btn li a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/
#Pro-width-full .link_btn li a.link_btn_style{
    display: inline-block;
    padding: 8px 20px 10px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background: linear-gradient(to bottom, #d1d1d1 0%, #fff 100%);
}
#Pro-width-full .link_btn li a.link_btn_style:hover{
    background: linear-gradient(to bottom, #add3ee 0%, #eefcfc 100%);
}
#Pro-width-full .link_btn li a.link_btn_style.active{
    background: linear-gradient(to bottom, #add3ee 0%, #eefcfc 100%);
    cursor: default;
}
#Pro-width-full .link_btn li a.link_btn_style p{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #000;
    font-weight: 500
}

/**/

#Pro-width-full a.link_Learnmore{
        padding: 10px 30px 12px 40px;
    border: 2px solid #007bbf;
    border-radius: 20px;
    display: inline-block;
    width: auto;
    color: #007bbf;
    margin-top: 30px;
    font-size: 1.4em;
}
#Pro-width-full a.link_Learnmore:hover{
    border: 2px solid #fff;
    color: #fff
}
#Pro-width-full a.link_Learnmore p{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 500;
    padding-right: 35px;
    position: relative
}
#Pro-width-full a.link_Learnmore p:after{
    content: "";
    background: url("../img/ico_link_purple.svg") no-repeat center center;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
#Pro-width-full a.link_Learnmore:hover p:after{
    background: url("../img/ico_link_white.svg") no-repeat center center;
}


/*ZenWiFiProXT12-AdvancedGUI*/
#Pro-width-full #Pro-AdvancedGUI {
    padding-top: 0px;
    
}
#Pro-width-full #Pro-AdvancedGUI .bg {
    position: relative;
    width: 100%;
    /* max-width: 1724px; */
    height: 100%;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
}
#Pro-width-full #Pro-AdvancedGUI .bg img.img_advancedGUI{
    width: 100% !important;
    position: relative;
    bottom: 0
}
#Pro-width-full #Pro-AdvancedGUI .maintitle {
    left: 50%;
    top: 24%;
    transform: translate(-50%, 0%);
    width: 96%;
    max-width: 1200px;
}
#Pro-width-full #Pro-AdvancedGUI img.img_advancedGUI{
    max-width: 1536px;
    margin: 0 auto;
   /*  padding-top: 14%; */
}

#Pro-width-full #Pro-AdvancedGUI .mtitle{
    margin-bottom: 0
}
@media only screen and (max-width: 1780px) {
    #Pro-width-full #Pro-AdvancedGUI {
        padding-top: 120px;   
    }
    #Pro-width-full #Pro-AdvancedGUI .maintitle {
        top: 30%;
    }
}
@media only screen and (max-width: 1280px) {
    #Pro-width-full #Pro-AdvancedGUI {
        padding-top: 120px;   
    }
    #Pro-width-full #Pro-AdvancedGUI .maintitle{
        top: 32%
    }
}
@media only screen and (max-width: 969px) {
    #Pro-width-full #Pro-AdvancedGUI{
        padding-top: 0%;
    }
    #Pro-width-full #Pro-AdvancedGUI .maintitle{
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        width: 100%;
        max-width: inherit;
        padding: 0px 18px 20px;
        transform: translate(0%, 0%);
        display: inline-block;
        margin-top: 0%;
    }
    #Pro-width-full #Pro-AdvancedGUI .maintitle .info{
        text-align: left;
    }
    #Pro-width-full #Pro-AdvancedGUI .mtitle{
        width: 70%
    }
    #Pro-width-full #Pro-AdvancedGUI .product-content{
        background-size: 100%;
        position: relative;
        display: inline-block;
        padding-top: 50px;
        padding-bottom: 50px
    }
    #Pro-width-full #Pro-AdvancedGUI .bg{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
}
@media only screen and (max-width: 768px) {
    #Pro-width-full #Pro-AdvancedGUI .maintitle{
        text-align: left;
    }
}
@media only screen and (max-width: 480px) {
    #Pro-width-full #Pro-AdvancedGUI .maintitle {
        padding-top: 1.3em;
    }

}
/*ZenWiFiProXT12-Smart*/
#Pro-width-full #Pro-Smart {
    padding-top: 270px;
    background: url('../img/bg_smart.jpg');
    overflow: hidden;
}
#Pro-width-full #Pro-Smart .bg {
    position: relative;
    width: 100%;
    /* max-width: 1724px; */
    height: 100%;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
}
#Pro-width-full #Pro-Smart .bg img.img_smart{
    width: 50% !important;
    position: relative;
    bottom: 0
}
#Pro-width-full #Pro-Smart .maintitle {
    left: 28%;
    top: 25%;
    transform: translate(-50%, 0%);
    width: 96%;
    max-width: 450px;
}
#Pro-width-full #Pro-Smart img.img_smart{
    width: 65%;
    max-width: 1536px;
    margin: 0 auto;
   /*  padding-top: 14%; */
}

#Pro-width-full #Pro-Smart .mtitle{
    margin-bottom: 0
}
@media only screen and (max-width: 1680px) {
    #Pro-width-full #Pro-Smart .maintitle {
        top: 30%
    }
}
@media only screen and (max-width: 969px) {
    #Pro-width-full #Pro-Smart{
        padding-top: 0%;
    }
    #Pro-width-full #Pro-Smart .maintitle{
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        width: 100%;
        max-width: inherit;
        padding: 0px 18px 20px;
        transform: translate(0%, 0%);
        display: inline-block;
        margin-top: 0%;
    }

    #Pro-width-full #Pro-Smart .mtitle{
        width: 70%
    }
    #Pro-width-full #Pro-Smart .product-content{
        background-size: 100%;
        position: relative;
        display: inline-block;
        padding-top: 50px;
        padding-bottom: 50px
    }
    #Pro-width-full #Pro-Smart .bg{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
}
@media only screen and (max-width: 768px) {
    #Pro-width-full #Pro-Smart .maintitle{
        text-align: left;
        
    }
}
@media only screen and (max-width: 480px) {
    #Pro-width-full #Pro-Smart .maintitle {
        padding-top: 1.3em;
    }

}

/*product-Fanless*/
#Pro-width-full #Pro-KV {
  padding-top: 61.4899%;
}
#Pro-width-full #Pro-KV:before {
  background-image: url("../img/bg_kv.jpg");
  background-size: cover;
}

#Pro-width-full #Pro-KV .maintitle {
        right: 0;
    top: 65%;
    transform: translate(0%, -50%);
    text-align: left;
    /* max-width: 550px; */
    width: 45%;
    padding: 25px;
    background: rgba(255, 255, 255, 0.7);
}
#Pro-width-full #Pro-KV .mtitle p{
    font-weight: 700
}
@media only screen and (max-width: 1920px) {
  #Pro-width-full #Pro-KV .mtitle p {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 1660px) {
  #Pro-width-full #Pro-KV .mtitle p {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 1440px) {
  #Pro-width-full #Pro-KV .stitle p {
    font-size: 2.7em;
  }
}
@media only screen and (max-width: 1350px) {
  #Pro-width-full #Pro-KV .mtitle p {
    font-size: 3.5em;
    margin-bottom: 10px
  }
  #Pro-width-full #Pro-KV .stitle p {
    font-size: 34px;
  }
  

}
@media only screen and (max-width: 1320px) {
  #Pro-width-full #Pro-KV .mtitle p {
    font-size: 3em;
  }
}
@media only screen and (max-width: 1024px) {
    #Pro-width-full #Pro-KV .maintitle{
        width: 45%;
        padding: 20px 20px 20px 20px;
    }
}
@media only screen and (max-width: 768px) {
  #Pro-width-full #Pro-KV img.mobile{
    display: block !important;
  }
  #Pro-width-full #Pro-KV:before {
    background-image: none;
    padding-top: 0%;
  }
  #Pro-width-full #Pro-KV {
    padding-top: 0%;
    height: auto
  }
  #Pro-width-full #Pro-KV .product-content {
    position: relative;
  }
  #Pro-width-full #Pro-KV .maintitle {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    margin-left: 0;
    padding: 20px 18px 20px;
    transform: translate(0%, 0%);
  }
  #Pro-width-full #Pro-KV .stitle p {
    margin-top: 20px
  }
  #Pro-width-full #Pro-KV .mtitle p {
    font-size: 3em !important;
    /*text-align: center !important;*/
    margin: 0;
    /*padding-bottom: 0;*/
  }
}
@media only screen and (max-width: 480px) {
  #Pro-width-full #Pro-KV .maintitle {
    padding-top: .5em;
  }
  #Pro-width-full #Pro-KV .mtitle p {
    font-size: 32px;
  }
  #Pro-width-full #Pro-KV .stitle p {
    font-size: 1.5em;
  }
}

#Pro-width-full .maintitle .mtitle.mtitle_style_b{
    position: relative;
    margin-bottom: 100px
}
#Pro-width-full .maintitle .mtitle.mtitle_style_b:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 100%;
    background: #636363;
    max-width: 1400px;
}
#Pro-width-full .maintitle .mtitle.mtitle_style_b p{
    padding: 0 20px;
    background: #fff
}
@media only screen and (max-width: 768px) {
    #Pro-width-full .maintitle .mtitle.mtitle_style_b{
        text-align: center !important;
        margin: 50px 0 !important;
    }
    #Pro-width-full .maintitle .mtitle.mtitle_style_b p{
        width: auto !important
    }
}


/*EKWB_kv*/

#Pro-width-full #ZenWiFiProXT12_kv {
    /*background: url(../img/bg_style_01.jpg) top center repeat-x;*/
    position: relative;
    z-index: 1;
    padding: 50px 0
}
#Pro-width-full #ZenWiFiProXT12_kv .mainsize {
    /*max-width: 1200px;*/
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#Pro-width-full #ZenWiFiProXT12_kv img {
    max-width: 100%;
    margin: 0 auto 25px
}

#Pro-width-full #ZenWiFiProXT12_kv .maintitle {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #Pro-width-full #ZenWiFiProXT12_kv{
        padding: 0px 0 50px;
    }
}


/*GT_0db*/

#Pro-width-full #ZenWiFiProXT12_0db {
    /*background: url(../img/bg_style_01.jpg) top center repeat-x;*/
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px 0
}
#Pro-width-full #ZenWiFiProXT12_0db .mainsize {
    /*max-width: 1200px;*/
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#Pro-width-full #ZenWiFiProXT12_0db img {
    max-width: 100%;
    margin: 0px auto 0
}
#Pro-width-full #ZenWiFiProXT12_0db .maintitle {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    #Pro-width-full #ZenWiFiProXT12_0db{
        padding: 50px 0 0px;
    }
    #Pro-width-full #ZenWiFiProXT12_0db .flexCon.flex-50-50>.flex-item .translate_box{
        padding: 0
    }
}

/*GT_Technology*/
#Pro-width-full #ZenWiFiProXT12_Technology {
    /*background: url(../img/bg_style_01.jpg) top center repeat-x;*/
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px 0
}
#Pro-width-full #ZenWiFiProXT12_Technology .mainsize {
    /*max-width: 1200px;*/
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#Pro-width-full #ZenWiFiProXT12_Technology img {
    max-width: 100%;
    margin: 0px auto 0
}

#Pro-width-full #ZenWiFiProXT12_Technology .maintitle {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    #Pro-width-full #ZenWiFiProXT12_Technology{
        padding: 0px 0 0px;
    }
    #Pro-width-full #ZenWiFiProXT12_Technology .flexCon.flex-50-50>.flex-item .translate_box{
        padding: 0
    }
}

/*GT_GPU*/
#Pro-width-full #ZenWiFiProXT12_GPU {
    /*background: url(../img/bg_style_01.jpg) top center repeat-x;*/
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px 0;
    margin-bottom: 50px
}
#Pro-width-full #ZenWiFiProXT12_GPU .mainsize {
    /*max-width: 1200px;*/
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#Pro-width-full #ZenWiFiProXT12_GPU img {
    max-width: 100%;
    margin: 0px auto 0
}

#Pro-width-full #ZenWiFiProXT12_GPU .maintitle {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    #Pro-width-full #ZenWiFiProXT12_GPU{
        padding: 0px 0 0px;
    }
    #Pro-width-full #ZenWiFiProXT12_GPU .flexCon.flex-50-50>.flex-item .translate_box{
        padding: 0
    }
}

/*GT_Gpu*/
#Pro-width-full #ZenWiFiProXT12_Gpu {
    /*background: url(../img/bg_style_01.jpg) top center repeat-x;*/
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px 0
}
#Pro-width-full #ZenWiFiProXT12_Gpu .mainsize {
    /*max-width: 1200px;*/
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#Pro-width-full #ZenWiFiProXT12_Gpu img {
    max-width: 100%;
    margin: 0px auto 0
}

#Pro-width-full #ZenWiFiProXT12_Gpu .maintitle {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
#Pro-width-full #ZenWiFiProXT12_Gpu .left_bg{
    background: #e2e2e2;
    padding: 50px 25px;
}
#Pro-width-full #ZenWiFiProXT12_Gpu .left_bg img{
    width: 100%;
    max-width: 500px !important
}
#Pro-width-full #ZenWiFiProXT12_Gpu .right_bg{
    background: #f4f4f4;
    padding: 50px 25px;
}
#Pro-width-full #ZenWiFiProXT12_Gpu .right_bg img{
    width: 100%;
    /* max-width: 500px !important */
}
#Pro-width-full #ZenWiFiProXT12_Gpu .right_bg ul{
    display: block;
    padding-left: 20px
}
#Pro-width-full #ZenWiFiProXT12_Gpu .right_bg ul li{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #000 !important;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 5px
}
@media (max-width: 768px) {
    #Pro-width-full #ZenWiFiProXT12_Gpu{
        padding: 0px 0 50px;
    }
    #Pro-width-full #ZenWiFiProXT12_Gpu .maintitle{
        padding: 0 !important;
    }
    #Pro-width-full #ZenWiFiProXT12_Gpu .flexCon.flex-50-50>.flex-item .translate_box{
        padding: 0
    }
}



@media (min-width: 768px) and (max-width: 959px) {
    #Pro-width-full .mtitle p {
        font-size: 2em;
        line-height: 1.2em;
    }
    #Pro-width-full .mainfull .maintitle .info,
    #Pro-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.3em;
        width: 100%
    }
    #Pro-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }
    #Pro-width-full #Helios-colorarea .info_left{
        padding: 0
    }
}

@media (max-width: 768px) {
    #Pro-width-full img.webstyle,
    #Pro-width-full .webstyle {
        display: none;
    }
    /* 左文右圖 */
    #Pro-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }
    #Pro-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }
    /* 左圖右文 */
    #Pro-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }
    #Pro-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }
    #Pro-width-full img.mobile,
    #Pro-width-full .mobile {
        width: 100%;
        display: block;
    }
    #Pro-width-full .maintitle .info,
    #Pro-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }
    #Pro-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }
    #Pro-width-full .mainfull .maintitle .info,
    #Pro-width-full .mainsize .maintitle .info {
        width: 100% !important;
        margin-bottom: 1em !important;
        text-align: left;
        font-size: 1.5em;
        line-height: 1.3em;
        text-align: left;
    }
    #Pro-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }
    /*#Pro-width-full .full-section:first-child {
        border-top: 1px solid #ccc;
    }*/
    #Pro-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }
    #Pro-width-full .mtitle p {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 2em !important;
        text-align: left !important;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
    }
    #Pro-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 0;
    }
    #Pro-width-full .full-section {
        padding: 0 0 ;
    }
}

/* nav bar */
#Pro-width-full #Pro-nav {
    position: fixed;
    top: 40%;
    right: 15px;
    margin-top: -11.6875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 10px;
    z-index: 9999;
}

#Pro-width-full #Pro-nav ul {
        list-style: none;
    display: block;
    margin: 0;
}

#Pro-width-full #Pro-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: 2em
}
#Pro-width-full #Pro-nav ul li a{
        display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}
#Pro-width-full #Pro-nav ul li div {
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: auto;
    background: url(../img/ico_nav_n.svg) no-repeat;
    /* -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;
}

#Pro-width-full #Pro-nav ul li b {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    color: #007bbf;
    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;
}
#Pro-width-full #Pro-nav ul li.on.active b, #Pro-width-full #Pro-nav ul li.active b{
    /* top: -5% */
}

#Pro-width-full #Pro-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;
}

#Pro-width-full #Pro-nav ul li:hover div {
    background: url(../img/ico_nav_a.svg) no-repeat;
}

#Pro-width-full #Pro-nav ul li.active {
    /* height: 40px !important */
}

 #Pro-width-full #Pro-nav ul li.active div {
    background: url(../img/ico_nav_a.svg) no-repeat;
}

@media (max-width: 768px) {
    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #Pro-width-full #Pro-nav{
        display: none;
    }
}


/**/
#videoplayer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 199999;
    width: 100%;
    height: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    animation: videoplayer-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.36s;
    animation-fill-mode: backwards
}
#videoplayer iframe.player {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    background: black
}
#videoplayer .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    overflow: hidden;
    opacity: .6;
    transition: opacity .15s;
    color: white;
    cursor: pointer
}
#videoplayer .close:hover {
    opacity: 1
}
#videoplayer .close:active {
    opacity: .82
}
#videoplayer .close:focus {
    opacity: .82;
    box-shadow: inset 0 0 0 2px rgba(27, 127, 204, 0.8);
    outline: none
}
#videoplayer .close:before {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 52px;
    content: "\00D7";
    font-family: 'arial', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}


/**/
#Pro-width-full .align-items-start {
    align-items: flex-start;
}
#Pro-width-full .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
#Pro-width-full #Pro-SOFTWARE{
    margin: 80px 0 0;
}
#Pro-width-full #Pro-SOFTWARE li {
    padding: 0 1em;
    list-style: none;
    text-align: left;
}
#Pro-width-full #Pro-SOFTWARE li.hd-col33 {
    width: 33.3333%;
}
@media (max-width: 768px){
    #Pro-width-full #Pro-SOFTWARE{
        margin-top: 0
    }
    #Pro-width-full #Pro-SOFTWARE li.hd-col33 {
        width: 100%;
            margin: 2em 0;
    }
}
#Pro-width-full #Pro-SOFTWARE li img {
    width: 70%;
    max-width: 200px !important;
    margin: 0 auto !important;
    margin-bottom: 1.25em !important;
    display: block;
}
#Pro-width-full #Pro-SOFTWARE p {
    font-size: 1.3em;
    line-height: 1.3;
    margin-bottom: 1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #000 !important;
}
#Pro-width-full #Pro-SOFTWARE a {
    font-size: 1.3em;
    font-weight: 600;
    color: #29cbff;
}
#Pro-width-full #Pro-SOFTWARE a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/ic_arrow@2x.png) center center no-repeat;
    background-size: contain;
    margin-top: -.25em;
}

/**/
#Pro-width-full .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

#Pro-width-full .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

#Pro-width-full .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#Pro-width-full .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

#Pro-width-full .owl-carousel .owl-item,
#Pro-width-full .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

#Pro-width-full .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

#Pro-width-full .owl-carousel .owl-item img {
    display: block;
    width: 100%
}

#Pro-width-full .owl-carousel .owl-dots.disabled,
#Pro-width-full .owl-carousel .owl-nav.disabled {
    display: none
}

#Pro-width-full .owl-carousel .owl-dot,
#Pro-width-full .owl-carousel .owl-nav .owl-next,
#Pro-width-full .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#Pro-width-full .owl-carousel .owl-nav button.owl-next,
#Pro-width-full .owl-carousel .owl-nav button.owl-prev,
#Pro-width-full .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

#Pro-width-full .owl-carousel.owl-loaded {
    display: block
}

#Pro-width-full .owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

#Pro-width-full .owl-carousel.owl-hidden {
    opacity: 0
}

#Pro-width-full .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

#Pro-width-full .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#Pro-width-full .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

#Pro-width-full .owl-carousel.owl-rtl {
    direction: rtl
}

#Pro-width-full .owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js #Pro-width-full .owl-carousel {
    display: block
}

#Pro-width-full .owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

#Pro-width-full .owl-carousel .owl-animated-in {
    z-index: 0
}

#Pro-width-full .owl-carousel .owl-animated-out {
    z-index: 1
}

#Pro-width-full .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

#Pro-width-full .owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

#Pro-width-full .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#Pro-width-full .owl-carousel .owl-item .owl-lazy:not([src]),
#Pro-width-full .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

#Pro-width-full .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

#Pro-width-full .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

#Pro-width-full .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(~owl.carousel/src/img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: -o-transform .1s ease;
    -moz-transition: transform .1s ease, -moz-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease
}

#Pro-width-full .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

#Pro-width-full .owl-carousel .owl-video-playing .owl-video-play-icon,
#Pro-width-full .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

#Pro-width-full .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#Pro-width-full .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

#Pro-width-full .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

#Pro-width-full .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#Pro-width-full .owl-theme .owl-nav [class*=owl-]:hover {
        /*background: #869791;
        color: #fff;*/
    text-decoration: none
}

#Pro-width-full .owl-theme .owl-nav .disabled {
    opacity: .2;
    cursor: default
}

#Pro-width-full .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

#Pro-width-full .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

#Pro-width-full .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: none;
    background: none;
}

#Pro-width-full .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

#Pro-width-full .owl-theme .owl-dots .owl-dot.active span,
#Pro-width-full .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}



#Pro-width-full #ZenWiFiProXT12_carousel .align-items-center {
    align-items: center;
}
#Pro-width-full #ZenWiFiProXT12_carousel .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
#Pro-width-full #ZenWiFiProXT12_carousel .hd-col50{
    display: inline-block;
    width: 50%;
    max-width: 600px;
    float: left;
    text-align: left;
}
#Pro-width-full #ZenWiFiProXT12_carousel .hd-item .hd-content {
    padding-left: 2.5em;
}
#Pro-width-full #ZenWiFiProXT12_carousel .hd-item .hd-content h3{
    text-align: left;
    color: #000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#Pro-width-full #ZenWiFiProXT12_carousel .hd-item .hd-content p{
    font-size: 1.3em;
    line-height: 1.3;
    margin-bottom: 1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #000 !important;
    text-align: left;
}
/* #Pro-width-full #ZenWiFiProXT12_carousel .hd-col66 {
    width: 66.6666%;
} */

#Pro-width-full #ZenWiFiProXT12_carousel .carouselCon {
    padding: 40px 0;
}

#Pro-width-full #ZenWiFiProXT12_carousel .carouselCon>.inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0
}
/*#Pro-width-full #ZenWiFiProXT12_carousel .carouselCon>.inner .owl-carousel .owl-height{
    height: auto !important
}*/

@media (min-width:992px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .carouselCon {
        padding: 80px 0 100px
    }
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls {
    position: relative;
    width: 100%;
    top: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    padding: 0 20px;
    margin-bottom: 20px
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-next,
#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-prev {
    position: relative;
    width: 60px;
    top: 0;
    bottom: auto;
    display: block;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-next .icon,
#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-prev .icon {
    opacity: 1
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-next .icon.rotate,
#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-prev .icon.rotate {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-next:active .icon,
#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-next:hover .icon,
#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-prev:active .icon,
#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-prev:hover .icon {
    opacity: .5
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls .carousel-control-next {
    position: absolute;
    right: 20px
}

@media (min-width:992px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .carousel-controls {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

#Pro-width-full #ZenWiFiProXT12_carousel .owl-theme .owl-dots {
    position: absolute;
    top: 0;
    margin: 0 !important;
    left: 50%;
    -webkit-transform: translate(-50%, -275%);
    -moz-transform: translate(-50%, -275%);
    -ms-transform: translate(-50%, -275%);
    -o-transform: translate(-50%, -275%);
    transform: translate(-50%, -275%)
}

#Pro-width-full #ZenWiFiProXT12_carousel .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background-color: #a5a5a5
}

#Pro-width-full #ZenWiFiProXT12_carousel .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #a5a5a5
}

#Pro-width-full #ZenWiFiProXT12_carousel .owl-theme .owl-dots .owl-dot.active span {
    background-color: #4b4b4b
}

@media (min-width:576px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 7px
    }
}

@media (min-width:992px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .owl-theme .owl-dots {
        position: absolute;
        top: auto;
        bottom: -40px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@media (min-width:2048px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .owl-theme .owl-dots .owl-dot span {
        width: .7vw;
        height: .7vw;
        margin: 5px 7px
    }
}

#Pro-width-full #ZenWiFiProXT12_carousel .owl-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#Pro-width-full #ZenWiFiProXT12_carousel .owl-carousel .owl-stage {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:992px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .owl-carousel {
        position: relative;
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px)
    }

    #Pro-width-full #ZenWiFiProXT12_carousel .owl-carousel .owl-stage {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:2048px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .owl-carousel {
        position: relative;
        width: 80%
    }
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-item>.flexCon {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-item>.flexCon>.flex-item:first-child {
    width: 100%;
    padding: 0
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-item>.flexCon>.flex-item:nth-child(2) {
    width: 100%;
    padding: 20px
}

@media (min-width:992px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .carousel-item>.flexCon>.flex-item:first-child {
        /*width: 36%;
        padding: 0 20px*/
    }

    #Pro-width-full #ZenWiFiProXT12_carousel .carousel-item>.flexCon>.flex-item:nth-child(2) {
        /*width: 64%;
        padding: 0 20px*/
    }
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-item .carousel-item-title {
    display: inline-block;
    font-size: 24px !important;
    color: #6da6d6;
    background: transparent;
    background: linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px !important
}

#Pro-width-full #ZenWiFiProXT12_carousel .carousel-item .carousel-item-desc {
    color: #fff;
    font-size: 18px !important;
    line-height: 30px !important
}

@media (min-width:1920px) and (max-width:2560px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .carousel-item .carousel-item-title {
        font-size: 1.04167vw !important
    }

    #Pro-width-full #ZenWiFiProXT12_carousel .carousel-item .carousel-item-desc {
        font-size: .9375vw !important;
        line-height: 1.5625vw !important
    }
}

@media (min-width:2561px) {
    #Pro-width-full #ZenWiFiProXT12_carousel .carousel-item .carousel-item-title {
        font-size: 26.6667px !important;
        line-height: 42.6667px !important
    }

    #Pro-width-full #ZenWiFiProXT12_carousel .carousel-item .carousel-item-desc {
        font-size: 24px !important;
        line-height: 40px !important
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #Pro-width-full #ZenWiFiProXT12_carousel .carousel-item .carousel-item-title {
        position: relative;
        color: #00a0ff;
        background: transparent
    }
}
@supports (-ms-accelerator:true) {
    #Pro-width-full #ZenWiFiProXT12_carousel .carousel-item .carousel-item-title {
        position: relative;
        color: #00a0ff;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #00a0ff
    }
}

#Pro-width-full #ZenWiFiProXT12_carousel .carouselCon .owl-carousel{
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

#Pro-width-full #ZenWiFiProXT12_carousel .carouselCon .owl-carousel .owl-item{
    /*width: auto !important;*/
}
#Pro-width-full #ZenWiFiProXT12_carousel .carouselCon .owl-nav{
    position: absolute;
    top: 40%;
    width: 120%;
    left: -10%;
    z-index: 1;
}
#Pro-width-full #ZenWiFiProXT12_carousel .carouselCon .owl-nav .owl-prev {
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: url(../img/arrow.svg) bottom left no-repeat;
    transform: rotate(-180deg);
    border: none;
}
#Pro-width-full #ZenWiFiProXT12_carousel .carouselCon .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: url(../img/arrow.svg) bottom left no-repeat;
    right: 20px;
    border: none;
}
@media (max-width: 768px){
    #Pro-width-full #ZenWiFiProXT12_carousel .carouselCon .owl-carousel{
        width: 100%;
    }
    #Pro-width-full #ZenWiFiProXT12_carousel .hd-item figure, #Pro-width-full #ZenWiFiProXT12_carousel .hd-item .hd-content {
        width: 100%;
        padding: 0;
        margin-bottom: 0em;
    }
    #Pro-width-full #ZenWiFiProXT12_carousel .hd-col33{
        margin-bottom: 25px !important
    }
    #Pro-width-full #ZenWiFiProXT12_carousel .owl-carousel .owl-dots{
        margin: 100px 0 0 !important;
        display: inline-block;
        width: 100%;
        top: 100%;
        right: 0;
        text-align: center;
    }
    #Pro-width-full #ZenWiFiProXT12_carousel .carouselCon .owl-carousel .owl-item{
        padding-left: 0px;
        /*margin-right: 0 !important*/
    }
    #Pro-width-full #ZenWiFiProXT12_carousel .carouselCon .owl-nav{
        top: inherit;
        width: 100%;
        bottom: 20%;
        left: 0;
        position: relative;
        margin-bottom: 50px;
    }
    #Pro-width-full #ZenWiFiProXT12_carousel .hd-item .hd-content p{
        margin-bottom: 0
    }
}


#Pro-width-full #ZenWiFiProXT12_carousel_b .maintitle{
    max-width: 1200px;
    margin: 0 auto;
}
#Pro-width-full #ZenWiFiProXT12_carousel_b .hd-col50{
    display: inline-block;
    width: 50%;
    max-width: 600px;
    float: left;
    text-align: left;
}
/*product-section*/
#Pro-width-full .product-section {
  position: relative;
  background-repeat: no-repeat;
  /*height: 0;*/
  overflow: hidden;
}

#Pro-width-full .product-section:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#Pro-width-full .product-section .product-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#Pro-width-full .product-section .maintitle {
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}
#Pro-width-full .product-content .maintitle .info {
    font-family: "Roboto", "Roboto", "Helvetica", "Roboto", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #fff !important;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1350px){
  #Pro-width-full .product-content .maintitle .info{
    line-height: 1.4
  }
}
@media only screen and (max-width: 1040px){
  #Pro-width-full .product-section .product-content {
    margin-bottom: 50px
  }
}
@media only screen and (max-width: 768px) {
  #Pro-width-full .product-section:before {
    height: 0;
  }
  #Pro-width-full .product-section {
    overflow: auto;
    height: auto;
  }
  #Pro-width-full .product-section .product-content {
    position: relative;
    margin-bottom: 0px
  }
  #Pro-width-full .product-section .maintitle {
    position: relative;
    text-align: center;
    padding: 1.5em 5%;
    width: auto;
    left: auto;
    top: auto;
  }
  #Pro-width-full .product-content .maintitle .info{
    text-align: left;
  }
}
/*EKWB-header*/
#Pro-width-full #Pro-header {
  padding-top: 70.5%;
}
#Pro-width-full #Pro-header:before {
  background-image: url("../img/pic_kv.jpg");
  /*background-color: #000;*/
  background-position: top center;
  background-size: cover;
}

#Pro-width-full #Pro-header .maintitle {
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
    width: 60%;
    text-align: center;
}
#Pro-width-full #Pro-header .maintitle .mtitle{
  text-align: center;
}
#Pro-width-full #Pro-header .maintitle .mtitle p{
    /*width: auto;
    display: inline-block;
    position: relative;
    margin: 0 auto*/
}
#Pro-width-full #Pro-header .maintitle .info p{
  max-width: 1500px
}
#Pro-width-full #Pro-header .stitle p{
  letter-spacing: 0.1em;
  font-size: 48px
}

#Pro-width-full #Pro-header .maintitle .youtube_b img{
  width: 100%;
  max-width: 300px !important
}
@media only screen and (max-width: 1440px) {
  #Pro-width-full #Pro-header .mtitle p {
    /*font-size: 90px;*/
    }
  #Pro-width-full #Pro-header .stitle p {
    font-size: 34px;
    color: #000 !important;
    }
    #Pro-width-full #Pro-header .maintitle{
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  #Pro-width-full #Pro-header .mtitle p {
    /*font-size: 3.4em;*/
    color: #000 !important;
  }
  #Pro-width-full #Pro-header .stitle p {
    font-size: 34px;
    color: #000 !important;
  }
  #Pro-width-full #Pro-header .info{
    color: #000 !important;
   }
}

@media only screen and (max-width: 1200px) {
  #Pro-width-full #Pro-header img.mobile{
    display: block !important;
    width: 100%;
  }
  #Pro-width-full #Pro-header:before {
    background-image: none;
    padding-top: 0%;
  }
  #Pro-width-full #Pro-header {
    padding-top: 0%;
    height: auto;
    background: #f4f4f4;
  }
  #Pro-width-full #Pro-header .product-content {
    position: relative;
  }
  #Pro-width-full #Pro-header .maintitle {
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
    padding: 50px 18px 80px;
    transform: inherit;
    width: 90%;
  }
  #Pro-width-full #Pro-header .stitle p,
  #Pro-width-full #Pro-header .info p{
    text-align: left;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  #Pro-width-full #Pro-header .mtitle p{
    padding-top: 0
  }
  #Pro-width-full #Pro-header:before {
    background-image: none;
    padding-top: 0%;
  }
  #Pro-width-full #Pro-header {
    padding-top: 0%;
    padding-bottom: 50px
  }
  #Pro-width-full #Pro-header .product-content {
    position: relative;
  }
  #Pro-width-full #Pro-header .maintitle {
    width: auto;
    left: auto;
    right: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5% ;
  }
}

@media only screen and (max-width: 480px) {
  #Pro-width-full #Pro-header .maintitle {
    padding-top: .5em;
  }
  #Pro-width-full #Pro-header .mtitle p {
    font-size: 32px;
  }
  #Pro-width-full #Pro-header .stitle p {
    font-size: 1.5em;
  }
}


/**/
#videoplayer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 199999;
    padding: 2%;
    width: 100%;
    height: 100%;
    background: black;
    background: rgba(0, 0, 0, 1);
    animation: videoplayer-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.36s;
    animation-fill-mode: backwards
}

#videoplayer iframe.player {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    background: black
}

#videoplayer .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    overflow: hidden;
    opacity: .6;
    transition: opacity .15s;
    color: white;
    cursor: pointer
}

#videoplayer .close:hover {
    opacity: 1
}

#videoplayer .close:active {
    opacity: .82
}

#videoplayer .close:focus {
    opacity: .82;
    box-shadow: inset 0 0 0 2px rgba(27, 127, 204, 0.8);
    outline: none
}

#videoplayer .close:before {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 52px;
    content: "\00D7";
    font-family: 'arial', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}


/* ---------- hd_sec_spec ---------- */
#Pro-width-full .hd_sec_spec {
    padding: 80px 0 80px;
    background: #f0f0f0 /*url(../img/bg-spec.png) center top no-repeat*/;
    /*background-size: contain;*/
}
#Pro-width-full .hd_sec_spec img {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#Pro-width-full .hd_sec_spec .w1200>img {
    padding-right: 7.5%;
    margin: 0 auto;
}
#Pro-width-full .hd_sec_spec img.mobile {
    display: none;
}
#Pro-width-full .hd_sec_spec img.webstyle {
    display: block;
}
#Pro-width-full .hd_sec_spec ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#Pro-width-full .hd_sec_spec ul li {
    position: absolute;
}
#Pro-width-full .hd_sec_spec ul li p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 15px;
    max-width: 280px !important;
    word-break: break-word;
    font-weight: 300;
}
#Pro-width-full .hd_sec_spec ul li b{
    font-weight: bold;
}
#Pro-width-full .hd_sec_spec ul li p span {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-left: 12px;
    position: relative;
}
#Pro-width-full .hd_sec_spec ul li p span:after{
    content: "・";
    position: absolute;
    left: -3px;
    top: 0;
}
#Pro-width-full .hd_sec_spec ul li:nth-child(-n+12) {
    left: 1%;
    width: 15%;
    text-align: right;
}
#Pro-width-full .hd_sec_spec ul li:nth-child(1) {top: 16.9%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(2) {top: 26.3%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(3) {top: 33.6%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(4) {top: 39.1%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(5) {top: 44.3%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(6) {top: 48.8%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(7) {top: 52.7%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(8) {top: 57.2%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(9) {top: 61.3%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(10) {top: 76.1%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(11) {top: 86.2%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(12) {top: 91.9%;}


#Pro-width-full .hd_sec_spec ul li:nth-child(n+13) {
    left: 76%;
    width: 32%;
}

/* #Pro-width-full .hd_sec_spec ul li:nth-child(15) {top: 21%; } */

#Pro-width-full .hd_sec_spec ul li:nth-child(13) {top: 22.3%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(14) {top: 36.4%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(15) {top: 46.5%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(16) {top: 53.3%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(17) {top: 58.1%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(18) {top: 68.7%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(19) {top: 74.8%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(20) {top: 82.3%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(21) {top: 87.0%;}
#Pro-width-full .hd_sec_spec ul li:nth-child(22) {top: 92.0%;}

#Pro-width-full .xpert_hight{   height: 225px;  }

#Pro-width-full .hd_mobile-on,
#Pro-width-full .hd_1024-on {
    display: none;
}
#Pro-width-full .w1000, #Pro-width-full .w1100, #Pro-width-full .w1200, #Pro-width-full .w1300, #Pro-width-full .w1400 {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#Pro-width-full .w1200 {
    max-width: 1200px;
}

@media screen and (max-width: 1440px) {
     #Pro-width-full .hd_sec_spec{padding:50px 0; }
    #Pro-width-full .hd_sec_spec .w1200{width: 100%;}
    #Pro-width-full .hd_sec_spec .w1200>img{ padding: 0 23% 0 16%; }
    #Pro-width-full .hd_sec_spec ul li:nth-child(-n+12){
        right: 83%;
        left: auto;
        width: 15%;
        text-align: right;
    }
    #Pro-width-full .hd_sec_spec ul li:nth-child(n+13){left: 77%;}
    #Pro-width-full .hd_sec_spec ul li p{
        font-size: 15px;
        max-width: 240px;
    }
}
@media screen and (max-width: 1200px) {
     #Pro-width-full .hd_sec_spec{padding:50px 0; }
    #Pro-width-full .hd_sec_spec .w1200{width: 100%;}
    #Pro-width-full .hd_sec_spec .w1200>img{ padding: 0 23% 0 16%; }
    #Pro-width-full .hd_sec_spec ul li:nth-child(-n+12){
        left: calc(24% - 290px);
        width: 23%;
        text-align: right;
    }
    #Pro-width-full .hd_sec_spec ul li:nth-child(n+13){
        left: calc(59% + 290px);
    }
    #Pro-width-full .hd_sec_spec ul li p{
        font-size: 15px;
        max-width: 240px;
    }
}
@media screen and (max-width: 1023px) {
    #Pro-width-full .hd_sec_spec img.mobile {
        display: block;
    }

    #Pro-width-full .hd_sec_spec img.webstyle {
        display: none;
    }

    #Pro-width-full .hd_sec_nav li {
        width: 33.3333%;
    }

    #Pro-width-full .hd_sec_nav li h6 {
        height: auto;
    }

    /* spec */
    #Pro-width-full .hd_sec_spec .w1200>img {
        padding: 0;
    }

    #Pro-width-full .hd_sec_spec ul {
        position: relative;
        margin-top: 30px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        counter-reset: li;
    }

    #Pro-width-full .hd_sec_spec ul li:nth-child(n) {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-left: 40px;
        padding-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 600;
    }

    #Pro-width-full .hd_sec_spec ul li:nth-child(n):before {
        content: counter(li);
        counter-increment: li;
        margin-right: 10px;
        display: block;
        width: 25px;
        height: 25px;
        line-height: 23px;
        position: absolute;
        top: 0;
        left: 8px;
        text-align: center;
        background: #007bbf;
        border: 1px solid #007bbf;
        color: #fff;
        border-radius: 15px;
    }
    #Pro-width-full .hd_sec_spec ul li p{
        text-align: left;
    }
    #Pro-width-full .hd_sec_spec ul li p+img {
        display: inline-block;
    }

    #Pro-width-full .hd_sec_spec ul li p span {
        margin-bottom: 0px;
    }
}


#Pro-width-full .liner_tagset-s {
    padding-top: 5%;
    margin-bottom: 50px;
}
#Pro-width-full .liner_tagset-s {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#Pro-width-full .liner_tagset-s .tagouter {
    margin: 5px 0;
    text-align: center;
}
#Pro-width-full .liner_tagset-s .tag {
    width: 222px;
    height: 38px;
    font-family: "Roboto", "STHeiti Light", "Apple LiGothic Medium", Arial, sans-serif;
    margin: 0 -1px;
    padding: 8px 0;
    display: inline-block;
    background-image: url(../img/btn_style_n.svg);
    background-size: 100% 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    color: #6c6c6c;
}
#Pro-width-full .liner_tagset-s .tagouter .h6{
    font-size: 1.5em;
}
#Pro-width-full .liner_tagset-s .tag:hover {
    color: #fff;
    background-image: url(../img/btn_style_a.svg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
#Pro-width-full .liner_tagset-s .tag::before {
    content: '';
    width: 6%;
    height: 100%;
    background-image: url(../img/butter_1.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 1.5%;
    -webkit-transform: translate(-45%, 0%);
    -ms-transform: translate(-45%, 0%);
    transform: translate(-45%, 0%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}
#Pro-width-full .liner_tagset-s .tag::after {
    content: '';
    width: 6%;
    height: 100%;
    background-image: url(../img/butter_3.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 1.5%;
    -webkit-transform: translate(45%, 0%);
    -ms-transform: translate(45%, 0%);
    transform: translate(45%, 0%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}
#Pro-width-full .liner_tagset-s .tag.active::before, 
#Pro-width-full .liner_tagset-s .tag.active::after {
    opacity: 1;
}
#Pro-width-full .liner_tagset-s .tag.active {
    color: #fff;
    background-image: url(../img/btn_style_a.svg);
}

@media only screen and (max-width: 480px) {
    #Pro-width-full .liner_tagset-s .tag{
        width: 282px;
        height: 48px;
        padding: 12px 0;
    }
}


.big_tittle .left {
  width: 100px;
  margin-right: 40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.big_tittle .left .p4 {
  -webkit-animation: rrr 1s 0s infinite;
          animation: rrr 1s 0s infinite;
}

.big_tittle .left .p3 {
  -webkit-animation: rrr 1s .25s infinite;
          animation: rrr 1s .25s infinite;
}

.big_tittle .left .p2 {
  -webkit-animation: rrr 1s .5s infinite;
          animation: rrr 1s .5s infinite;
}

.big_tittle .left .p1 {
  -webkit-animation: rrr 1s .75s infinite;
          animation: rrr 1s .75s infinite;
}

.big_tittle .right {
  width: 100px;
  margin-left: 40px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.big_tittle .right .p4 {
  -webkit-animation: rrr 1s 0s infinite;
          animation: rrr 1s 0s infinite;
}

.big_tittle .right .p3 {
  -webkit-animation: rrr 1s .25s infinite;
          animation: rrr 1s .25s infinite;
}

.big_tittle .right .p2 {
  -webkit-animation: rrr 1s .5s infinite;
          animation: rrr 1s .5s infinite;
}

.big_tittle .right .p1 {
  -webkit-animation: rrr 1s .75s infinite;
          animation: rrr 1s .75s infinite;
}

@media screen and (max-width: 768px) {
  .big_tittle .left,
  .big_tittle .right {
    width: 70px;
  }
  .big_tittle .left {
    margin-right: 20px;
  }
  .big_tittle .right {
    margin-left: 20px;
  }
  .big_tittle span {
    max-width: calc(100% - 180px);
  }
}

@media screen and (max-width: 450px) {
  .big_tittle .left,
  .big_tittle .right {
    width: 40px;
  }
  .big_tittle .left {
    margin-right: 15px;
  }
  .big_tittle .right {
    margin-left: 15px;
  }
  .big_tittle span {
    max-width: calc(100% - 100px);
  }
}

@-webkit-keyframes rrr {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes rrr {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}


#Pro-width-full .txt_move{
    position: relative;
    animation: 1s 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
    }
}

#Pro-width-full .ttod_move{
    position: relative;
    animation: 1s ease ttod_move;
    animation-fill-mode:forwards;
}
@-moz-keyframes ttod_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}
@-webkit-keyframes ttod_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}
@-o-keyframes ttod_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}
@-ms-keyframes ttod_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}
@keyframes ttod_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}

#Pro-width-full .pic_move{
    position: relative;
    animation: 1s ease pic_move;
    animation-fill-mode:forwards;
}
@-moz-keyframes pic_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}
@-webkit-keyframes pic_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}
@-o-keyframes pic_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}
@-ms-keyframes pic_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}
@keyframes pic_move {
    0%{
        opacity: 0;
        top: -20px
    }
    100%{
        opacity: 1;
        top: 0px
    }
}

#Pro-width-full .ltor_move{
    position: relative;
    animation: 1s ease ltor_move;
    animation-fill-mode:forwards;
}
@-moz-keyframes ltor_move {
    0%{
        opacity: 0;
        left: -5%
    }
    100%{
        opacity: 1;
        left: 0px
    }
}
@-webkit-keyframes ltor_move {
    0%{
        opacity: 0;
        left: -5%
    }
    100%{
        opacity: 1;
        left: 0px
    }
}
@-o-keyframes ltor_move {
    0%{
        opacity: 0;
        left: -5%
    }
    100%{
        opacity: 1;
        left: 0px
    }
}
@-ms-keyframes ltor_move {
    0%{
        opacity: 0;
        left: -5%
    }
    100%{
        opacity: 1;
        left: 0px
    }
}
@keyframes ltor_move {
    0%{
        opacity: 0;
        left: -5%
    }
    100%{
        opacity: 1;
        left: 0px
    }
}

#Pro-width-full .rtol_move{
    position: relative;
    animation: 1s ease rtol_move;
    animation-fill-mode:forwards;
}
@-moz-keyframes rtol_move {
    0%{
        opacity: 0;
        right: -5%
    }
    100%{
        opacity: 1;
        right: 0px
    }
}
@-webkit-keyframes rtol_move {
    0%{
        opacity: 0;
        right: -5%
    }
    100%{
        opacity: 1;
        right: 0px
    }
}
@-o-keyframes rtol_move {
    0%{
        opacity: 0;
        right: -5%
    }
    100%{
        opacity: 1;
        right: 0px
    }
}
@-ms-keyframes rtol_move {
    0%{
        opacity: 0;
        right: -5%
    }
    100%{
        opacity: 1;
        right: 0px
    }
}
@keyframes rtol_move {
    0%{
        opacity: 0;
        right: -5%
    }
    100%{
        opacity: 1;
        right: 0px
    }
}
/**/
#Pro-width-full .boom_move{
    position: relative;
    animation: 1s ease boom_move;
    animation-fill-mode:forwards;
}
@-moz-keyframes boom_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}
@-webkit-keyframes boom_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}
@-o-keyframes boom_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}
@-ms-keyframes boom_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}
@keyframes boom_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}

#Pro-width-full .open_move{
    position: relative;
    animation: 1s ease open_move;
    animation-fill-mode:forwards;
}
@-moz-keyframes open_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}
@-webkit-keyframes open_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}
@-o-keyframes open_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}
@-ms-keyframes open_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}
@keyframes open_move {
    0%{
        opacity: 0;
        transform:scale(0.5);
    }
    100%{
        opacity: 1;
        transform:scale(1);
    }
}

#Pro-width-full .delay_move_01{
    animation-delay: 0.3s;
}
#Pro-width-full .delay_move_02{
    animation-delay: 0.6s;
}
#Pro-width-full .delay_move_03{
    animation-delay: 0.9s;
}
#Pro-width-full .delay_move_04{
    animation-delay: 1.2s;
}
#Pro-width-full .delay_move_05{
    animation-delay: 1.5s;
}
#Pro-width-full .delay_move_06{
    animation-delay: 1.8s;
}
#Pro-width-full .delay_move_07{
    animation-delay: 2.1s;
}
#Pro-width-full .delay_move_08{
    animation-delay: 2.4s;
}
#Pro-width-full .delay_move_09{
    animation-delay: 2.7s;
}

#Pro-width-full .opacity_0{
    opacity: 0;
}

@media (max-width: 768px){
    #Pro-width-full .opacity_0{
        opacity: 1 !important;
    }
    #Pro-width-full .delay_move_01,
    #Pro-width-full .delay_move_02,
    #Pro-width-full .delay_move_03,
    #Pro-width-full .delay_move_04,
    #Pro-width-full .delay_move_05,
    #Pro-width-full .delay_move_06,
    #Pro-width-full .delay_move_07,
    #Pro-width-full .delay_move_08,
    #Pro-width-full .delay_move_09{
        animation-delay: 0s;
    }
    #Pro-width-full .txt_move,
    #Pro-width-full .pic_move,
    #Pro-width-full .ltor_move,
    #Pro-width-full .rtol_move{
        position: relative;
        animation: none;
        animation-fill-mode:forwards;
    }

}