@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: auto !important;
    overflow-x: hidden;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.6em;
    font-size: 0.6em;
}

sub {
    bottom: -0.6em;
    font-size: 0.6em;
}

html #overview #special-sectionOverview,
html #overview #sectionOverview,
html #overview #old-sectionOverview {
    width: 100% !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    float: none !important;
}

#sectionOverview,
#old-sectionOverview,
#special-sectionOverview {
    background-color: #fff;
    height: auto;
    color: #222;
    font-size: 12px;
}

#sectionOverview #ESC-width-full,
#old-sectionOverview #ESC-width-full,
#special-sectionOverview #ESC-width-full {
    width: 100%;
    background-color: #0b0805;
    /*position: absolute;
left: 0px;*/
    overflow: hidden;
}

#sectionOverview #precent-cont,
#old-sectionOverview #precent-cont,
#special-sectionOverview #precent-cont {
    margin: 0 auto;
    height: 100%;
    max-width: 2000px;
}

#sectionOverview .clear:after,
#old-sectionOverview .clear:after,
#special-sectionOverview .clear:after {
    content: '';
    clear: both;
    display: block;
}

#sectionOverview h2,
#old-sectionOverview h2,
#special-sectionOverview h2 {
    color: #222 !important;
    font-size: 3.5em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}

#sectionOverview h3,
#old-sectionOverview h3,
#special-sectionOverview h3 {
    color: #c8b06e;
    font-size: 2.5em;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
}

#sectionOverview p,
#old-sectionOverview p,
#special-sectionOverview p {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
}
/* #OfficialHeaderWrapper{
    display: none;
} */
#ESC-width-full {
    font-size: 16px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#ESC-width-full ul {
    list-style: none;
}
#ESC-width-full ul li {
    margin: 0;
}
#ESC-width-full .clip {
    position: relative;
    width: 100%;
}
@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;
    }
}

#ESC-width-full a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#ESC-width-full a:active {
    background-color: transparent;
}

#ESC-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#ESC-width-full a:hover,
#ESC-width-full a:active {
    outline: 0;
}
#ESC-width-full *:focus {
  outline-color: #1984d6;
}

#ESC-width-full a.link_style{
    color: #000 !important;
    padding: 12px 40px 12px 20px;
    border: 2px solid #000;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#ESC-width-full a.link_style:hover{
    border: 2px solid #14639e;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#ESC-width-full a.link_style:hover span{
    color: #14639e;
}
#ESC-width-full a.link_style::after{
    content: '';
    background: url(../img/ico_link.png) no-repeat center center;
    width: 23px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
#ESC-width-full a.link_style:hover::after{
    margin-left: 15px;
    background: url(../img/ico_link_hover.png) no-repeat center center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#ESC-width-full a.link_style.link_style_b{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 15px 40px;
    margin-top: 40px;
}
#ESC-width-full a.link_style.link_style_c{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 8px 20px;
    /* margin-top: 40px; */
}
@media only screen and (max-width: 759px) {
    #ESC-width-full a.link_style{
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }
}
/*#sectionOverview img{ max-width: none;}  write over wtite base_responsive.css */

#sectionOverview .text-center,
#old-sectionOverview .text-center,
#special-sectionOverview .text-center {
    text-align: center;
}

#ESC-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#ESC-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#ESC-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#ESC-width-full .product-section .maintitle {
    position: absolute;
    /*-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;*/
    z-index: 2;
}

@media only screen and (max-width: 1040px) {}

@media only screen and (max-width: 759px) {
    #ESC-width-full .product-section:before {
        height: 0;
    }

    #ESC-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #ESC-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #ESC-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#ESC-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#ESC-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#ESC-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#ESC-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#ESC-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#ESC-width-full .maintitle a {
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#ESC-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#ESC-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#ESC-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#ESC-width-full p.note {
    font-size: 0.9em;
    color: #ccc !important;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 20px !important;
    display: inline-block;
    font-family: 'helveticanowdisplay', Arial, Helvetica, sans-serif;
}
#ESC-width-full p.note a{
    font-weight: normal;
    color: #daae71;
}
@media only screen and (max-width: 759px) {
    #ESC-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#ESC-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#ESC-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#ESC-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#ESC-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #ESC-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #ESC-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #ESC-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #ESC-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#ESC-width-full img.webstyle,
#ESC-width-full .webstyle {
    display: inline-block;
}

/**/
#ESC-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;
}
#ESC-width-full .flexCon.minheight{
    min-height: 760px;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
    width: 30%;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
    width: 70%;
}
#ESC-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0;
}
#ESC-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;
}
#ESC-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #ESC-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #ESC-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #ESC-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #ESC-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #ESC-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
        width: 100%;
    }
    #ESC-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #ESC-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #ESC-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
        width: 100%;
    }
    #ESC-width-full .flexCon.minheight{
        min-height: inherit;
    }
    #ESC-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;
    }
    #ESC-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#ESC-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#ESC-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#ESC-width-full .maintitle.lefttxt .info_left .mtitle,
#ESC-width-full .maintitle.lefttxt .info_left .info,
#ESC-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#ESC-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#ESC-width-full .maintitle.lefttxt .info_left .stitle,
#ESC-width-full .maintitle.lefttxt .info_left .stitle p,
#ESC-width-full .maintitle.lefttxt .info_left .info,
#ESC-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#ESC-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#ESC-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#ESC-width-full .maintitle.righttxt .info_left .mtitle,
#ESC-width-full .maintitle.righttxt .info_left .mtitle p,
#ESC-width-full .maintitle.righttxt .info_left .info,
#ESC-width-full .maintitle.righttxt .info_left .info p,
#ESC-width-full .maintitle.righttxt .info_right .mtitle,
#ESC-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#ESC-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#ESC-width-full .maintitle.righttxt .info_right .stitle,
#ESC-width-full .maintitle.righttxt .info_right .stitle p,
#ESC-width-full .maintitle.righttxt .info_right .info,
#ESC-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#ESC-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#ESC-width-full h1 {
    font-size: 2.8em;
    font-family: "helveticanowdisplay", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 0px;
    color: #000 !important;
    margin-bottom: 0em;
    display: inline-block;
    padding-top: 0px;
}
#ESC-width-full h2 {
    font-size: 5.0em;
    font-family: "helveticanowdisplay", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1 !important;
    letter-spacing: 0.02em;
    margin: 0 0 0px 0 !important;
    padding-bottom: 20px;
    color: #daae71 !important;
    display: inline-block;
    padding-top: 0px;
    position: relative;
}
#ESC-width-full h2::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -14px;
    top: -4px;
    background: #daae71;
}
#ESC-width-full h2::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 4px;
    top: -16px;
    background: #daae71;
}
#ESC-width-full h3 {
    font-size: 2.6em;
    font-family: "helveticanowdisplay", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #c2c2c2;
    padding-bottom: 25px;
}

#ESC-width-full h4 {
    font-size: 1.5em;
    font-family: "helveticanowdisplay", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #e4c69d;
    padding-bottom: 10px;
    margin-top: -10px;
    font-weight: 400;
}

#ESC-width-full .info,
#ESC-width-full .flex-item .info,
#ESC-width-full .mainfull .maintitle .info,
#ESC-width-full .mainsize .maintitle .info,
#ESC-width-full .product-content .maintitle .info {
    font-family: 'Roboto', 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #ffffff !important;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
    letter-spacing: -0.007em;
}

@media only screen and (max-width: 1320px) {

    #ESC-width-full .info,
    #ESC-width-full .flex-item .info,
    #ESC-width-full .mainfull .maintitle .info,
    #ESC-width-full .mainsize .maintitle .info,
    #ESC-width-full .product-content .maintitle .info {
        font-size: 1em;
        line-height: 1.5em;
    }
}

#ESC-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#ESC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#ESC-width-full section.whiteBg h2,
#ESC-width-full section.whiteBg .mtitle p,
#ESC-width-full section.whiteBg .stitle p,
#ESC-width-full section.whiteBg .flex-item .info,
#ESC-width-full section.whiteBg .mainfull .info,
#ESC-width-full section.whiteBg .maintitle .info,
#ESC-width-full section.whiteBg ul li p,
#ESC-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #ESC-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #ESC-width-full section.whiteBg .mtitle p,
    #ESC-width-full .mtitle p,
    #ESC-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #ESC-width-full section.whiteBg .mtitle p,
    #ESC-width-full .mtitle p,
    #ESC-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#ESC-width-full .full-section .mainfull {
    text-align: center;
}

#ESC-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#ESC-width-full img.mobile,
#ESC-width-full .mobile {
    display: none;
}

#ESC-width-full .text-left,
#ESC-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

#ESC-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
}
/**/
/* #ESC-width-full .tabs_area{
    top: 30%;
} */
#ESC-width-full .tabs_area::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 220%;
    top: 50%;
    right: 8%;
    transform: translate(0%, -50%);
    background: #946436;
    background: -webkit-linear-gradient(bottom,rgba(143, 97, 53, 0),#946436,#75401d,#946436,rgba(143, 97, 53, 0));
    background: -o-linear-gradient(bottom,rgba(143, 97, 53, 0),#946436,#75401d,#946436,rgba(143, 97, 53, 0));
    background: -moz-linear-gradient(bottom,rgba(143, 97, 53, 0),#946436,#75401d,#946436,rgba(143, 97, 53, 0));
    background: linear-gradient(to bottom,rgba(143, 97, 53, 0),#946436,#75401d,#946436,rgba(143, 97, 53, 0));
}
#ESC-width-full .tabs_area::before{
    content: '';
    position: absolute;
    background: url(../img/tabs_area_line.svg) no-repeat;
    background-size: 100%;
    top: 50%;
    right: calc(8% - 3.5px);
    transform: translate(0%, -50%);
    width: 33px;
    height: 240px;
    z-index: 1;
}
#ESC-width-full a.btn_learn{
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
    padding: 10px 35px;
    border: 1px solid rgba(218, 174, 113, 0.3);
    border-radius: 5px;
    position: relative;
    text-align: center;
    color: #d9ad70;
    font-size: 1.25em;
    font-weight: 300;
}
#ESC-width-full a.btn_learn.autowidth{
    max-width: inherit;
    width: auto;
}
#ESC-width-full a.btn_learn:hover{
    border: 1px solid rgba(218, 174, 113, 0.8);
    background: rgba(218, 174, 113, 0.3);
}

#ESC-width-full a.btn_style{
    width: 30px;
    height: 30px;
    border: 1px solid rgba(218, 174, 113, 0.3);
    border-radius: 5px;
    text-align: center;
}
#ESC-width-full a.btn_style img{
    position: relative;
    top: 3px;
}
#ESC-width-full a.btn_style:hover{
    border: 1px solid rgba(218, 174, 113, 0.8);
    background: rgba(218, 174, 113, 0.3);
}
#ESC-width-full a.btn_style.btn_style_back{
    display: none;
    position: absolute;
    left: 70px;
    top: -40px;
}
#ESC-width-full a.btn_style.active{
    display: inline-block;
}
#ESC-width-full a.btn_style img.btn_back{
    width: 50% !important;
}
#ESC-width-full a.btn_style img.btn_zoom{
    width: 70% !important;
}
#ESC-width-full .tabs_area{
    position: relative;
}
#ESC-width-full .tabs_area .design_tab_area{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0 10px 50px;
    position: relative;
    /* border-bottom: #6f6f6f 1px solid; */
}
#ESC-width-full .tabs_area .design_tab_area li{
    display: inline-block;
    /* float: left; */
    margin: 0;
    padding: 0 10% 0 0;
    width: 100%;
}
#ESC-width-full .tabs_area .design_tab_area li a{
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 20px 20px;
    border: none;
    color: #333333;
    text-align: left;
    /* background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%); */
}
#ESC-width-full .tabs_area .design_tab_area li a p{
    color: #ffffff;
    font-size: 1.5em;
    text-align: left;
    font-family: "helveticanowdisplay", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
#ESC-width-full .tabs_area .design_tab_area li a p:after{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    left: -10px;
    top: 0px;
    background: #daae71;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out; 
}
#ESC-width-full .tabs_area .design_tab_area li a p:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: calc(100% + 10px);
    top: 0px;
    background: #daae71;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out; 
}

#ESC-width-full .tabs_area .design_tab_area li a.active p,
#ESC-width-full .tabs_area .design_tab_area li a:hover p{
    color: #d9ad70;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
#ESC-width-full .tabs_area .design_tab_area li a.active p:after,
#ESC-width-full .tabs_area .design_tab_area li a:hover p:after{
    top: 30px;
    left: -10px;
    background: #daae71;
    opacity: 1;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

#ESC-width-full .tabs_area .design_tab_area li a.active p:before,
#ESC-width-full .tabs_area .design_tab_area li a:hover p:before{
    top: -2px;
    background: #daae71;
    opacity: 1;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
/**/
#ESC-width-full .tab_info .info_tab_area{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    /* border-bottom: #6f6f6f 1px solid; */
}
#ESC-width-full .tab_info .info_tab_area li{
    display: inline-block;
    /* float: left; */
    margin: 0;
    padding: 0;
    width: auto;
}
#ESC-width-full .tab_info .info_tab_area li a{
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 10px 30px 10px 0;
    border: none;
    color: #333333;
    /* background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%); */
}
#ESC-width-full .tab_info .info_tab_area li a p{
    color: #ffffff;
    font-size: 1.5em;
    text-align: left;
    font-family: "helveticanowdisplay", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    position: relative;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
#ESC-width-full .tab_info .info_tab_area li a p:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    left: 0px;
    top: 100%;
    background: #daae71;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    
}
#ESC-width-full .tab_info .info_tab_area li a.active p,
#ESC-width-full .tab_info .info_tab_area li a:hover p{
    color: #d9ad70;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
#ESC-width-full .tab_info .info_tab_area li a.active p:after,
#ESC-width-full .tab_info .info_tab_area li a:hover p:after{
    width: 100%;
    background: #daae71;
    opacity: 1;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full .tab_info .info_tab_area{
        text-align: center;
    }
    #ESC-width-full .tab_info .info_tab_area li a{
        padding: 0px 30px 10px;
    }
    #ESC-width-full .tab_info .info_tab_area li a p{
        font-size: 1.4em;
    }
}
#ESC-width-full .tab_info{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 30px 18px 30px 10%;
}
#ESC-width-full .tab_info.active{
    display: block;
    position: relative;
    z-index: 9;
    top: -20px;
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms ease, visibility 400ms ease, top 400ms ease; 
}
#ESC-width-full .info_tab_info{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 30px 0 0;
}
#ESC-width-full .info_tab_info.active{
    display: block;
    position: relative;
    z-index: 9;
    top: -20px;
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms ease, visibility 400ms ease, top 400ms ease; 
}
#ESC-width-full .section_info{
    position: relative;
    padding: 30px 18px 30px 10%;
    opacity: 0;
    display: none;
}
#ESC-width-full .section_info.active{
    opacity: 0;
    display: block;
    transition: opacity 400ms ease, visibility 400ms ease, top 400ms ease;
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full .tab_info,
    #ESC-width-full .section_info{
        padding: 30px 18px;
    }
    #ESC-width-full .tabs_area{
        padding-bottom: 40px;
        margin-bottom: 40px;
        top: inherit;
    }
    #ESC-width-full .tabs_area .design_tab_area{
        padding: 0px 18px;
    }
    #ESC-width-full .tabs_area .design_tab_area li{
        display: inline-block;
        /* float: left; */
        margin: 0;
        padding: 0;
        width: auto;
    }
    #ESC-width-full .tabs_area .design_tab_area li a{
        padding: 10px 20px;
    }
    #ESC-width-full .tabs_area a.btn_style{
        left: 50%;
        transform: translate(0%, -50%);
        top: -20px;
        z-index: 9;
    }
    #ESC-width-full .tabs_area::before{
        -moz-transform:translate(-50%, -50%) rotate(90deg);
          -webkit-transform:translate(-50%, -50%) rotate(90deg);
          -o-transform:translate(-50%, -50%) rotate(90deg);
          -ms-transform:translate(-50%, -50%) rotate(90deg);
          transform:translate(-50%, -50%) rotate(90deg);
        left: 50%;
        right: inherit;
        top: calc(100% - 13px);
    }
    #ESC-width-full .tabs_area::after {
        width: 100%;
        height: 1px;
        bottom: 0%;
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0%);
        background: -webkit-linear-gradient(left,rgba(143, 97, 53, 0),#946436,#75401d,#946436,rgba(143, 97, 53, 0));
        background: -o-linear-gradient(left,rgba(143, 97, 53, 0),#946436,#75401d,#946436,rgba(143, 97, 53, 0));
        background: -moz-linear-gradient(left,rgba(143, 97, 53, 0),#946436,#75401d,#946436,rgba(143, 97, 53, 0));
        background: linear-gradient(to left,rgba(143, 97, 53, 0),#946436,#75401d,#946436,rgba(143, 97, 53, 0));
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full .tab_info, #ESC-width-full .section_info{
        padding: 30px 0;
    }
    #ESC-width-full .tabs_area .design_tab_area{
            padding: 0;
        text-align: center;
        position: relative;
        display: inline-flex;
        justify-content: left;
        align-items: center;
        flex-direction: row;
        width: auto;
    }
    #ESC-width-full .tabs_area .design_tab_area li{
        text-align: center;
        position: relative;
        display: inline-flex;
        justify-content: left;
        align-items: center;
        flex-direction: column;
        width: auto;
    }
    #ESC-width-full .tabs_area .design_tab_area.third li{
        width: 33.33%
    }
    #ESC-width-full .tabs_area .design_tab_area.four{
            display: inline-block;
    }
    #ESC-width-full .tabs_area .design_tab_area.four li{
        width: 50%;
        float: left;
        display: inline-block;
        flex-direction: inherit;
    }
    #ESC-width-full .tabs_area .design_tab_area li a p{
        font-size: 1.2em;
        line-height: 1.1;
        text-align: center;
        display: inline-block;
    }
}

#ESC-width-full #ESC-video .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
    /* opacity: 0; */
}
#ESC-width-full #ESC-video .maintitle .flexCon{
    max-width: 1200px;
    margin: 50px auto 0;
}
#ESC-width-full #ESC-video .maintitle .flexCon img{
    max-width: 531px !important;
}
#ESC-width-full #ESC-video .maintitle .flexCon .flex-item{
    padding: 0 2em;
}
#ESC-width-full #ESC-video .maintitle h2{
    text-align: center !important;
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-video .maintitle {
        padding-bottom: 50px;
    }
}
/**/
#ESC-width-full #ESC-Performance{
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    background: #0b0805;
    margin-bottom: 50px;
    padding-bottom: 30px;
    /* background: url('../img/bg_omniverse.jpg') no-repeat center top;
    background-size: 100% 100%; */
}
#ESC-width-full #ESC-Performance .mainsize{
    text-align: center;
}
#ESC-width-full #ESC-Performance .bg{
    position: absolute;
    width: 100%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Performance .bg img{
    width: 100%;
}
#ESC-width-full #ESC-Performance .maintitle {
        text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
    opacity: 0;
}
#ESC-width-full #ESC-Performance .maintitle img.pic_accelerators{
    width: 100%;
    margin-top: 20px;
}
#ESC-width-full #ESC-Performance .text_icon_list {
    display: inline-block;
    width: 100%;
    max-width: 1100px;
    list-style: none;
    padding: 0 50px;
    margin: 30px auto 50px;
    position: relative;

    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
#ESC-width-full #ESC-Performance .text_icon_list li {
    width: 33.3333%;
    float: left;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    /* border-left: 1px #00b4ff solid; */
}
#ESC-width-full #ESC-Performance .text_icon_list.list_auto li {
    width: 33.3333%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}

#ESC-width-full #ESC-Performance .text_icon_list .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 20px
}

#ESC-width-full #ESC-Performance .text_icon_list .text_icon div {
    position: relative;
    text-align: center;
    padding: 0
}

/*#ESC-width-full #ESC-Performance .text_icon_list .text_icon div:before{
content: '';
position: absolute;
bottom: 5px;
left: -40px;
background-image: url(images/dot-icon.png);
background-size: contain;
background-repeat: no-repeat;
height: 30px;
width: 37px;
}*/
#ESC-width-full #ESC-Performance .text_icon_list .text_icon p {
    display: inline-block;
    width: 100%
}

#ESC-width-full #ESC-Performance .text_icon_list .text_icon .title {
    /*font-style: italic;*/
    font-family: "helveticanowdisplay", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 6.2em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #daae71;
}

#ESC-width-full #ESC-Performance .text_icon_list .text_icon .title span {
    font-family: "helveticanowdisplaylight", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 0.2em;
    margin-left: 10px;
    line-height: 1em;
    color: #fff;
    font-weight: 300;
}

#ESC-width-full #ESC-Performance .text_icon_list .text_icon .desc {
    font-family: "helveticanowdisplaylight", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.2em;
    display: inline-block;
}
#ESC-width-full #ESC-Performance .text_icon_list .text_icon .note{
    margin-top: 0 !important;
}
#ESC-width-full #ESC-Performance .text_icon_list .text_icon .title small{
    font-size: 0.5em;
}
@media only screen and (max-width: 1024px) {
    #ESC-width-full #ESC-Performance .text_icon_list .text_icon .title {
        font-size: 4.5em
    }
}

@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Performance .text_icon_list li,
    #ESC-width-full #ESC-Performance .text_icon_list.list_auto li {
        width: 100%;
        margin-bottom: 30px;
    }

    #ESC-width-full #ESC-Performance .text_icon_list .text_icon .title {
        font-size: 5.0em
    }

    #ESC-width-full #ESC-Performance .text_icon_list .text_icon .title span {
        font-size: 0.2em
    }
    #ESC-width-full #ESC-Performance h3 {
        text-align: left;
    }
    #ESC-width-full #ESC-Performance .bg{
        top: 0%;
        width: 300%;
        left: -50%;
    }
    #ESC-width-full #ESC-Performance .text_icon_list li .text_icon p{
        text-align: center;
    }
}

/**/
#ESC-width-full #ESC-TPM{
    padding-top: 100px;
}
#ESC-width-full #ESC-Platform{
    padding-top: 100px;
}
/**/
#ESC-width-full #ESC-Serviceability{
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    background: #0b0805;
    /* background: url('../img/bg_omniverse.jpg') no-repeat center top;
    background-size: 100% 100%; */
}
#ESC-width-full #ESC-Serviceability .mainsize{
    text-align: center;
}
#ESC-width-full #ESC-Serviceability .bg{
    position: absolute;
    width: 100%;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Serviceability .bg img{
    width: 100%;
}
#ESC-width-full #ESC-Serviceability .maintitle {
        text-align: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
    opacity: 0;
}
#ESC-width-full #ESC-Serviceability .tool_ul{
        display: flex;
    width: 100%;
    max-width: 1480px;
    position: relative;
    margin: 100px auto 50px;
    opacity: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
}
#ESC-width-full #ESC-Serviceability .tool_ul li{
    float: left;
    width: 25%;
    padding: 0 1.5%
}
#ESC-width-full #ESC-Serviceability .tool_ul li h4{
    font-size: 1.3em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 15px 0 35px;
    line-height: 1.1;
    margin: 0;
}
#ESC-width-full #ESC-Serviceability .tool_ul li img{
    width: 100%;
}
@media only screen and (max-width: 1020px) {
    #ESC-width-full #ESC-Serviceability .tool_ul li{
        width: 50%;
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Serviceability{
        padding-top: 0;
        margin-top: 0
    }
    #ESC-width-full #ESC-Serviceability .bg{
            width: 260%;
    top: 0;
    left: -100%;
    transform: translate(0%, 0%);
    }
    #ESC-width-full #ESC-Serviceability .tool_ul{
        margin-top: 0px;
        padding: 0 18px 50px;
    }
    
    #ESC-width-full #ESC-Serviceability h3{
        text-align: left;
    }
}
@media only screen and (max-width: 510px) {
    #ESC-width-full #ESC-Serviceability .tool_ul li{
        float: left;
        width: 100%;
        padding: 0 1.5%
    }
}
/**/
#ESC-width-full #ESC-Omniverse{
    position: relative;
    margin-top: 50px;
    background: url('../img/bg_omniverse.jpg') no-repeat center top;
    background-size: 100% 100%;
}
#ESC-width-full #ESC-Omniverse .bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
#ESC-width-full #ESC-Omniverse .bg img{
    width: 100%;
}
#ESC-width-full #ESC-Omniverse .maintitle {
        text-align: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
    opacity: 0;
}
#ESC-width-full #ESC-Omniverse .maintitle.maintitle_b{
    padding-top: 0;
    padding-bottom: 80px;
}
#ESC-width-full #ESC-Omniverse .solution__containter{
    opacity: 0;
}
#ESC-width-full #ESC-Omniverse .solution__containter .block .item__blur_bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(218, 174, 113, .1);
    backdrop-filter: blur(3px)
}
@media all and (min-width:1280px) {
    #ESC-width-full #ESC-Omniverse .solution__containter {
        display: flex;
        position: relative;
        z-index: 5;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 47px;
        max-width: 1200px
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .solution_col {
        width: 49.5%
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block {
        position: relative;
        z-index: 2;
        margin-bottom: 12px;
        padding: 50px 50px
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content {
        position: relative;
        z-index: 3
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content .title {
        /* -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(90deg, #9a7a59 0, #dfc9a9 100%); */
        font-size: 1.5em;
        line-height: 1.2;
        color: #daae71;
        margin-bottom: 20px;
        text-align: left;
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content .text {
        margin-top: 10px;
        font-size: 1em;
        line-height: 1.5;
    }
    #ESC-width-full #ESC-Omniverse .block1 .icon {
        display: block;
        margin: 0 auto;
        margin-top: 33px;
        width: 246px;
        height: 66px
    }

    #ESC-width-full #ESC-Omniverse .block2 .icon {
        display: block;
        margin: 0 auto;
        margin-top: 33px;
        width: 429px;
        height: 172px
    }

    #ESC-width-full #ESC-Omniverse .block3 .icon {
        display: block;
        margin: 0 auto;
        margin-top: 33px;
        width: 387px;
        height: 167px
    }

    #ESC-width-full #ESC-Omniverse .block4 {
        padding-bottom: 126px !important
    }

    #ESC-width-full #ESC-Omniverse .block4 .item__content {
        padding-bottom: 36px
    }

    #ESC-width-full #ESC-Omniverse .block4 .icon1 {
        position: absolute;
        bottom: -38px;
        left: 50px;
        width: 215px;
        height: 56px
    }

    #ESC-width-full #ESC-Omniverse .block4 .icon2 {
        position: absolute;
        right: 37px;
        bottom: -37px;
        width: 143px;
        height: 58px
    }
}
@media all and (min-width:881px) and (max-width:1279.9px) {
    #ESC-width-full #ESC-Omniverse .solution__containter {
        display: flex;
        position: relative;
        z-index: 5;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 40px;
        max-width: 900px
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .solution_col {
        width: 49.5%
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block {
        position: relative;
        z-index: 2;
        margin-bottom: 9px;
        padding: 40px 20px 50px
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content {
        position: relative;
        z-index: 3
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content .title {
        /* -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(90deg, #9a7a59 0, #dfc9a9 100%); */
        font-size: 2rem;
        line-height: 1.3;
        color: #daae71;
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content .text {
        margin-top: 10px;
        font-size: 1.125rem
    }

    #ESC-width-full #ESC-Omniverse .block1 .icon {
        display: block;
        margin: 0 auto;
        margin-top: 33px;
        width: 246px;
        height: 66px
    }

    #ESC-width-full #ESC-Omniverse .block2 .icon {
        display: block;
        margin: 0 auto;
        margin-top: 13px;
        width: 307px;
        height: 142px
    }

    #ESC-width-full #ESC-Omniverse .block3 .icon {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
        width: 247px;
        height: 137px
    }

    #ESC-width-full #ESC-Omniverse .block4 .item__content {
        padding-bottom: 124px
    }

    #ESC-width-full #ESC-Omniverse .block4 .icon1 {
        position: absolute;
        bottom: 75px;
        left: 103px;
        width: 195px;
        height: 56px
    }

    #ESC-width-full #ESC-Omniverse .block4 .icon2 {
        position: absolute;
        right: 137px;
        bottom: 0px;
        width: 123px;
        height: 58px
    }
}
@media all and (max-width:880.9px) {
    #ESC-width-full #ESC-Omniverse .bg{
        width: 300%;
        margin: 0 -100%;
    }
    #ESC-width-full #ESC-Omniverse h3{
        text-align: left;
    }
    #ESC-width-full #ESC-Omniverse .solution__containter {
        display: block;
        position: relative;
        z-index: 5;
        margin: 0 auto;
        margin-top: 28px;
        max-width: 600px;
        font-size: 0
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .solution_col {
        width: 100%
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block {
        position: relative;
        z-index: 2;
        margin: 0 0px 4px;
        padding: 38px 22px
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content {
        position: relative;
        z-index: 3
    }
    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content img.img{
            margin: 31px auto 8px !important;
    position: relative;
    width: 70%;
    height: inherit;
    left: inherit;
    bottom: inherit;
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content .title {
        /* -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(90deg, #9a7a59 0, #dfc9a9 100%); */
        color: #daae71;
        font-size: 1.5625rem;
        line-height: 1.3
    }

    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content .text {
        margin-top: 10px;
        font-size: 1.125rem
    }

    #ESC-width-full #ESC-Omniverse .block1 .icon {
        display: block;
        margin: 33px auto 8px;
        width: 197px;
        height: 53px
    }

    #ESC-width-full #ESC-Omniverse .block2 .icon {
        display: block;
        margin: 31px auto 8px;
        width: 233px;
        height: 95px
    }

    #ESC-width-full #ESC-Omniverse .block3 .icon {
        display: block;
        margin: 0 auto;
        margin-top: 33px;
        width: 237px;
        height: 89px
    }

    #ESC-width-full #ESC-Omniverse .block4 .item__content {
        padding-bottom: 0
    }

    #ESC-width-full #ESC-Omniverse .block4 .icon1 {
        position: absolute;
        bottom: 8px;
        left: 50%;
        margin-left: -154px !important;
        width: 203px;
        height: 32px
    }

    #ESC-width-full #ESC-Omniverse .block4 .icon2 {
        position: absolute;
        bottom: 8px;
        left: 50%;
        margin-left: -26px !important;
        width: 206px;
        height: 34px
    }
    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content img.img.icon1{
        width: 35% !important;
        margin: 20px 10% !important;
    }
    #ESC-width-full #ESC-Omniverse .solution__containter .block .item__content img.img.icon2{
        width: 25% !important;
        margin: 20px 10% !important;
    }
}
/*ESC-KV*/
#ESC-width-full #ESC-KV {
    padding-top: 0%;
    overflow: hidden;
}
#ESC-width-full #ESC-KV h2{
    font-family: "helveticanowdisplay";
    font-size: 3.1em;
}
#ESC-width-full #ESC-KV .maintitle {
    left: 55%;
    top: 47%;
    transform: translate(0%, -50%);
    width: 40%;
    opacity: 0;
    /* max-width: 600px; */
}

#ESC-width-full #ESC-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#ESC-width-full #ESC-KV .bg {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); */
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}

#ESC-width-full #ESC-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
}
#ESC-width-full #ESC-KV .bg img.esc_pd{
    max-width: 734px !important;
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45% !important;
    opacity: 0;
}
#ESC-width-full #ESC-KV ul.icos_box {
    text-align: left;
    width: 100%;
    margin: 0px auto 0;
    display: inline-block;
    white-space: nowrap;
}
#ESC-width-full #ESC-KV ul.icos_box li {
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    width: auto;
    padding: 0 10px !important;
    margin-bottom: 10px !important;
}
#ESC-width-full #ESC-KV ul.icos_box li:nth-child(1){
    padding-left: 0 !important;
}
#ESC-width-full #ESC-KV ul.icos_box li img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ESC-width-full #ESC-KV ul.icos_box li span {
    font-size: 0.9em;
    color: #d0b18a;
}

@media only screen and (max-width: 1024px) {
    #ESC-width-full #ESC-KV ul.icos_box li {
        max-width: inherit !important;
    }
}


@media only screen and (max-width: 2080px) {
    #ESC-width-full #ESC-KV h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1920px) {
    #ESC-width-full #ESC-KV h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1780px) {
    #ESC-width-full #ESC-KV h2{
        font-size: 3.1em;
    }
}
@media only screen and (max-width: 1680px) {
    #ESC-width-full #ESC-KV h2{
        font-size: 2.8em;
    }
}
@media only screen and (max-width: 1580px) {
    #ESC-width-full #ESC-KV h2{
        font-size: 2.6em;
    }
}
@media only screen and (max-width: 1480px) {
    #ESC-width-full #ESC-KV h2{
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 1440px) {
    #ESC-width-full #ESC-KV h2{
        font-size: 2.3em;
    }
}
@media only screen and (max-width: 1920px) {
    #ESC-width-full #ESC-KV .maintitle {
        width: 35%;
        /* max-width: 600px; */
    }
}
@media only screen and (max-width: 1350px) {
    #ESC-width-full #ESC-KV h2{
        font-size: 2.2em;
    }
    #ESC-width-full #ESC-KV .stitle p {
        font-size: 1.5em;
    }
    #ESC-width-full #ESC-KV .maintitle {
        width: 40%;
    }
    #ESC-width-full #ESC-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
    #ESC-width-full #ESC-KV ul.icos_box{
        white-space: inherit;
    }
}

@media only screen and (max-width: 1100px) {
    #ESC-width-full #ESC-KV {
        padding-top: 0%;
        padding-bottom: 30px
    }
    #ESC-width-full #ESC-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    #ESC-width-full #ESC-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #ESC-width-full #ESC-KV .maintitle {
        position: relative;
        width: 100%;
        max-width: initial;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }
    #ESC-width-full #ESC-KV .bg img {
        width: 180% !important;
        max-width: inherit !important;
        margin: -5% auto -15% !important;
    }
    #ESC-width-full #ESC-KV .bg:before{
        display: none;
    }
    #ESC-width-full #ESC-KV .bg img.esc_pd{
        width: 80% !important;
        left: 50%;
    }
    #ESC-width-full #ESC-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-KV{
        margin-bottom: 50px;
    }
    #ESC-width-full #ESC-KV .bg img {
        
    }
    #ESC-width-full #ESC-KV .bg img.esc_pd{
        width: 90% !important;
        top: 60%;
    }
    #ESC-width-full #ESC-KV ul.icos_box{
        margin-top: 20px;
    }
    #ESC-width-full h4{
        margin-bottom: 15px;
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 480px) {
    #ESC-width-full #ESC-KV .maintitle {
        padding-top: .5em;
    }

    #ESC-width-full #ESC-KV .stitle p {
        font-size: 1.3em;
        text-align: center;
    }
}

/* KEYFRAMES */
@keyframes opacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes scale {
    0% { transform:scale(0) ; opacity: 0; }
    50% { transform:scale(1) ; opacity: 0.5; }
    100% { transform:scale(2) ; opacity: 0; }
}

@media only screen and (max-width: 1280px) {
    #ESC-width-full #ESC-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #ESC-width-full #ESC-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #ESC-width-full #ESC-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #ESC-width-full #ESC-Barriers .flexCon.flex-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #ESC-width-full #ESC-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #ESC-width-full #ESC-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #ESC-width-full #ESC-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}

/*#ESC-width-full #ESC-footer*/
#ESC-width-full #ESC-footer .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
}
#ESC-width-full #ESC-footer .maintitle ul.list-decimal{
    padding-left: 1em;
}
#ESC-width-full #ESC-footer .maintitle ul.list-decimal > li {
    font-size: .875em;
    line-height: 1.2;
    position: relative;
    padding-left: 0;
    margin-bottom: 1em;
    list-style-type: disc;
    list-style-position: outside;
    color: #a3a3a3;
}
/*ESC-Power*/
#ESC-width-full #ESC-Power{
    padding-bottom: 0;
}
#ESC-width-full #ESC-Power img{
    width: 85%;
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Power img{
        width: 100%;
    } 
}
/*ESC-Air*/
#ESC-width-full #ESC-Air .flex-Air{
    margin-top: 50px;
}
#ESC-width-full #ESC-Air .air_move{
    position: relative;
    max-width: 650px;
}
#ESC-width-full #ESC-Air .air_move .air_move_pic{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 0;
}
#ESC-width-full #ESC-Air .air_move.active .air_move_pic{
    opacity: 1;
}
#ESC-width-full #ESC-Air .air_move .air_move_pic.air_move_pic_a{
        top: 50%;
    left: 50%;
}
#ESC-width-full #ESC-Air .air_move .air_move_pic.air_move_pic_b{
        top: 50%;
    left: 50%;
}
#ESC-width-full #ESC-Air .air_move .air_move_pic.air_move_pic_c{
    top: 50%;
    left: 50%;
}
#ESC-width-full #ESC-Air .air_move .air_move_pic.air_move_pic_d{
    top: 50%;
    left: 50%;
}

#ESC-width-full #ESC-Air .air_move_b{
    position: relative;
    max-width: 741px;
}
#ESC-width-full #ESC-Air .air_move_b .air_move_pic{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 0;
}
#ESC-width-full #ESC-Air .air_move_b.active .air_move_pic{
    opacity: 1;
}
#ESC-width-full #ESC-Air .air_move_b .air_move_pic.air_move_pic_a{
    top: 50%;
    left: 50%;
}
#ESC-width-full #ESC-Air .air_move_b .air_move_pic.air_move_pic_b{
    top: 50%;
    left: 50%;
}
#ESC-width-full #ESC-Air .air_move_b .air_move_pic.air_move_pic_c{
    top: 50%;
    left: 50%;
}
#ESC-width-full #ESC-Air .air_move_b .air_move_pic.air_move_pic_d{
        top: 50%;
    left: 50%;
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full #ESC-Air .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;
    }
    #ESC-width-full #ESC-Air .flexCon.flex-50-50>.flex-item {
        position: relative;
        width: 50%;
        padding: 0 0px;
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Air .flexCon.flex-50-50>.flex-item {
        position: relative;
        width: 100%;
        padding: 0px 0 ;
    }
    #ESC-width-full #ESC-Air .flexCon.flex-50-50>.flex-item:first-child {
        padding-bottom: 80px;
    }
}
#ESC-width-full #ESC-Air .air_move.active .air_move_pic.img_air_a{
    animation: 4s ease-out img_air_a;
    /* animation-fill-mode:forwards; */
    animation-iteration-count: infinite;
}
#ESC-width-full #ESC-Air .air_move_b.active .air_move_pic.img_air_a{
    animation: 4s ease-out img_air_a2;
    /* animation-fill-mode:forwards; */
    animation-iteration-count: infinite;
}
@-moz-keyframes img_air_a {
    0%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes img_air_a {
    0%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-o-keyframes img_air_a {
    0%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-ms-keyframes img_air_a {
    0%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes img_air_a {
    0%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}


@-moz-keyframes img_air_a2 {
    0%{
        opacity: 0;
        margin: 5% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes img_air_a2 {
    0%{
        opacity: 0;
        margin: 5% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-o-keyframes img_air_a2 {
    0%{
        opacity: 0;
        margin: 5% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-ms-keyframes img_air_a2 {
    0%{
        opacity: 0;
        margin: 5% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes img_air_a2 {
    0%{
        opacity: 0;
        margin: 5% 0 0 -10%;
    }
    25%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
#ESC-width-full #ESC-Air .air_move.active .air_move_pic.img_air_b{
    animation: 4s ease-in img_air_b;
    /* animation-fill-mode:forwards; */
    animation-iteration-count: infinite;
}
#ESC-width-full #ESC-Air .air_move_b.active .air_move_pic.img_air_b{
    animation: 4s ease img_air_b2;
    /* animation-fill-mode:forwards; */
    animation-iteration-count: infinite;
}
@-moz-keyframes img_air_b {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes img_air_b {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-o-keyframes img_air_b {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-ms-keyframes img_air_b {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes img_air_b {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}



@-moz-keyframes img_air_b2 {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 6% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes img_air_b2 {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 6% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-o-keyframes img_air_b2 {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 6% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-ms-keyframes img_air_b2 {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 6% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes img_air_b2 {
    0%{
        opacity: 0;
    }
    15%{
        opacity: 0;
        margin: 6% 0 0 -10%;
    }
    40%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
#ESC-width-full #ESC-Air .air_move.active .air_move_pic.img_air_c{
    animation: 4s ease-out img_air_c;
    /* animation-fill-mode:forwards; */
    animation-iteration-count: infinite;
}
#ESC-width-full #ESC-Air .air_move_b.active .air_move_pic.img_air_c{
    animation: 4s ease img_air_c2;
    /* animation-fill-mode:forwards; */
    animation-iteration-count: infinite;
}
@-moz-keyframes img_air_c {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes img_air_c {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-o-keyframes img_air_c {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-ms-keyframes img_air_c {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes img_air_c {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}



@-moz-keyframes img_air_c2 {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes img_air_c2 {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-o-keyframes img_air_c2 {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-ms-keyframes img_air_c2 {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes img_air_c2 {
    0%{
        opacity: 0;
    }
    35%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    60%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
#ESC-width-full #ESC-Air .air_move.active .air_move_pic.img_air_d{
    animation: 4s ease-in img_air_d;
    /* animation-fill-mode:forwards; */
    animation-iteration-count: infinite;
}
#ESC-width-full #ESC-Air .air_move_b.active .air_move_pic.img_air_d{
    animation: 4s ease img_air_d2;
    /* animation-fill-mode:forwards; */
    animation-iteration-count: infinite;
}
@-moz-keyframes img_air_d {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes img_air_d {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-o-keyframes img_air_d {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-ms-keyframes img_air_d {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes img_air_d {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 5% 0 0 -5%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}


@-moz-keyframes img_air_d2 {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes img_air_d2 {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-o-keyframes img_air_d2 {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-ms-keyframes img_air_d2 {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes img_air_d2 {
    0%{
        opacity: 0;
    }
    55%{
        opacity: 0;
        margin: 10% 0 0 -10%;
    }
    75%{
        opacity: 1;
        margin: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
/*#ESC-width-full #ESC-PCIe*/
#ESC-width-full #ESC-PCIe{
    background: #0b0805;
}
#ESC-width-full #ESC-PCIe .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
}
#ESC-width-full #ESC-PCIe .tabs_area{
    top: 30%;
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full #ESC-PCIe .tabs_area{
        top: inherit;
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-PCIe .maintitle{
        padding-bottom: 0;
    }
}
/*#ESC-width-full #ESC-Sustainability*/
#ESC-width-full #ESC-Sustainability{
    padding: 150px 0 50px;
    background: #0b0805;
}
#ESC-width-full #ESC-Sustainability .tabs_area{
    top: 50px;
}
#ESC-width-full #ESC-Sustainability .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
}
#ESC-width-full #ESC-Sustainability #ESC-Liquid ul.pop_ul{
    display: inline-block;
    width: 100%;
    max-width: 1400px;
    margin: 60px auto;
    padding: 0;
    position: relative;
}
#ESC-width-full #ESC-Sustainability #ESC-Liquid ul.pop_ul li{
    display: inline-block;
    width: calc(33.33% - 15px);
    margin: 0 auto 15px;
    padding: 0 30px;
    text-align: center;
    vertical-align: text-top;
    position: relative;
}
#ESC-width-full #ESC-Sustainability #ESC-Liquid ul.pop_ul li img{
    width: 86%;
    max-width: 150px !important;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full #ESC-Sustainability .tabs_area{
        top: inherit;
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Sustainability{
        padding: 50px 0;
    }
    #ESC-width-full #ESC-Sustainability #ESC-Liquid ul.pop_ul{
        margin: 20px 0;
    }
    #ESC-width-full #ESC-Sustainability #ESC-Liquid ul.pop_ul li{
        width: 100%;
    }
    #ESC-width-full #ESC-Sustainability #ESC-Liquid ul.pop_ul li .info{
        padding-top: 15px;
        text-align: center !important;
    }
}
/**/
#ESC-width-full #ESC-System .scalable_info{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0%;
    left: 0;
}
#ESC-width-full #ESC-System .scalable_info .scalable_info_area{
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ESC-width-full #ESC-System .scalable_info .scalable_info_area p{
    color: #d9ad70;
    display: inline-block;
    font-size: 1em;
    line-height: 1.2;
    text-align: left;
    width: 100%;
}
@media only screen and (max-width: 1280px) {
    #ESC-width-full #ESC-System .scalable_info .scalable_info_area p{
        font-size: 0.8em;
    }
}
#ESC-width-full #ESC-System .scalable_info .scalable_info_area .scalable_info_txt{
    position: absolute;
    width: auto;
    background: #0b0805;
    padding: 0 10px;
}
#ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_01{
    top: 5%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: auto;
}
#ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_02{
        top: 23%;
    left: 23%;
    transform: translate(-50%, -50%);
    max-width: 350px;
}
#ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_03{
        top: 73%;
    left: 11%;
    transform: translate(-50%, -50%);
    width: auto;
}

#ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_04{
        top: 45%;
    right: 2%;
    transform: translate(0%, 0%);
    width: auto;
    max-width: 220px;
}
#ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_05{
        top: 81%;
    left: 80%;
    transform: translate(-50%, 0%);
    width: 33%;
}
#ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_06{
    top: 76%;
    left: 71%;
    transform: translate(0%, 0%);
    width: 31%;
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-System .scalable_info .scalable_info_area .scalable_info_txt{
        position: relative;
        transform: translate(0%, 0%);
        width: 100%;
        margin-bottom: 0px;
        /* min-height: 60px; */
        float: left;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        padding-left: 40px;
        margin-bottom: 15px;
        max-width: inherit;
    }
    #ESC-width-full #ESC-System .scalable_info .scalable_info_area .scalable_info_txt::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        background: #d9ad70;
        color: #000000;
        width: 26px;
        height: 26px;
        border-radius: 0;
        padding: 2px;
        text-align: center;
        line-height: 1.5;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 600;
    }
    #ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_01::after {
        content: '1';
    }
    #ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_02::after {
        content: '2';
    }
    #ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_03::after {
        content: '3';
    }
    #ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_04::after {
        content: '4';
    }
    #ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_05::after {
        content: '4';
    }
    #ESC-width-full #ESC-System .scalable_info .scalable_info_area .info_txt_06::after {
        content: '4';
    }
}

/**/
#ESC-width-full #ESC-Storage .scalable_info{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0%;
    left: 0;
}
#ESC-width-full #ESC-Storage .scalable_info .scalable_info_area{
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ESC-width-full #ESC-Storage .scalable_info .scalable_info_area p{
    color: #d9ad70;
    display: inline-block;
    font-size: 1em;
    line-height: 1.2;
    text-align: left;
    width: 100%;
}
@media only screen and (max-width: 1280px) {
    #ESC-width-full #ESC-Storage .scalable_info .scalable_info_area p{
        font-size: 0.8em;
    }
}
#ESC-width-full #ESC-Storage .scalable_info .scalable_info_area .scalable_info_txt{
    position: absolute;
    width: auto;
}
#ESC-width-full #ESC-Storage #ESC-PCIe-A .section_info_none{
    opacity: 0;
}
#ESC-width-full #ESC-Storage #ESC-PCIe-A .eight_area{
    position: relative;
}
#ESC-width-full #ESC-Storage #ESC-PCIe-A .eight_area .pic_eight_a{
    display: inline-block;
    opacity: 1;
}
#ESC-width-full #ESC-Storage #ESC-PCIe-A .eight_area .pic_eight_b,
#ESC-width-full #ESC-Storage #ESC-PCIe-A .eight_area .pic_eight_c{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
@keyframes fade-in_eight {
  0% { opacity: 0; }
  20% { opacity: 0; }
  40% { opacity: 1; }
  60% { opacity: 1; }
  80% { opacity: 0; }
  100% { opacity: 0; }
}

.eight_area.active .pic_eight_b,
.eight_area.active .pic_eight_c {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fade-in_eight 7.5s infinite;
}

.eight_area.active .pic_eight_b {
  animation-delay: 1.5s;
}

.eight_area.active .pic_eight_c {
  animation-delay: 4s;
}
#ESC-width-full #ESC-Storage #ESC-PCIe-A .scalable_info .scalable_info_area .info_txt_01{
        top: 2%;
    transform: translate(0%, 00%);
    right: 3%;
}
#ESC-width-full #ESC-Storage #ESC-PCIe-A .scalable_info .scalable_info_area .info_txt_02{
        top: 97%;
    left: 6%;
    transform: translate(0%, 0%);
}
#ESC-width-full #ESC-Storage #ESC-PCIe-A .scalable_info .scalable_info_area .info_txt_03{
        top: 97%;
    left: 63%;
    transform: translate(0%, 0%);
}
#ESC-width-full #ESC-Storage #ESC-PCIe-B .scalable_info .scalable_info_area .info_txt_01{
    top: 2%;
    transform: translate(0%, 00%);
    right: 3%;
}
#ESC-width-full #ESC-Storage #ESC-PCIe-B .scalable_info .scalable_info_area .info_txt_02{
    top: 48%;
    left: 65%;
    transform: translate(0%, 0%);
}
#ESC-width-full #ESC-Storage #ESC-PCIe-B .scalable_info .scalable_info_area .info_txt_03{
        top: 96.5%;
    left: 62%;
    transform: translate(0%, 0%);
}
#ESC-width-full #ESC-Storage #ESC-PCIe-C .scalable_info .scalable_info_area .info_txt_01{
        top: 2%;
    transform: translate(0%, 00%);
    right: 3%;
}
#ESC-width-full #ESC-Storage #ESC-PCIe-C .scalable_info .scalable_info_area .info_txt_02{
        top: 48%;
    left: 22%;
    transform: translate(0%, 0%);
}
#ESC-width-full #ESC-Storage #ESC-PCIe-C .scalable_info .scalable_info_area .info_txt_03{
    top: 96.5%;
    left: 8%;
    transform: translate(0%, 0%);
}

@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Storage .scalable_info .scalable_info_area .scalable_info_txt{
        position: relative;
        transform: translate(0%, 0%) !important;
        width: 100%;
        margin-bottom: 0px;
        /* min-height: 60px; */
        float: left;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        padding-left: 40px;
        margin-top: 15px;
    }
    #ESC-width-full #ESC-Storage .scalable_info .scalable_info_area .scalable_info_txt::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        background: #d9ad70;
        color: #000000;
        width: 26px;
        height: 26px;
        border-radius: 0;
        padding: 2px;
        text-align: center;
        line-height: 1.5;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 600;
    }
    #ESC-width-full #ESC-Storage .scalable_info .scalable_info_area .info_txt_01::after {
        content: '1';
    }
    #ESC-width-full #ESC-Storage .scalable_info .scalable_info_area .info_txt_02::after {
        content: '2';
    }
    #ESC-width-full #ESC-Storage .scalable_info .scalable_info_area .info_txt_03::after {
        content: '3';
    }
    #ESC-width-full #ESC-Storage .scalable_info .scalable_info_area .info_txt_04::after {
        content: '4';
    }
    #ESC-width-full #ESC-Storage .scalable_info .scalable_info_area .info_txt_05::after {
        content: '5';
    }
    #ESC-width-full #ESC-Storage .scalable_info .scalable_info_area .info_txt_06::after {
        content: '6';
    }
}

/*#ESC-width-full #ESC-Storage*/
#ESC-width-full #ESC-Storage{
    padding: 150px 0;
    background: #0b0805;
}
#ESC-width-full #ESC-Storage .section_info{
    padding-top: 50px;
}
#ESC-width-full #ESC-Storage .tabs_area{
    top: 50px;
}
#ESC-width-full #ESC-Storage .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full #ESC-Storage .tabs_area{
        top: inherit;
    }
    #ESC-width-full #ESC-Storage{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Storage{
        padding: 50px 0 0;
    }
}


#ESC-width-full #ESC-Storage #ESC-PCIe-A,
#ESC-width-full #ESC-Storage #ESC-PCIe-B,
#ESC-width-full #ESC-Storage #ESC-PCIe-C{
    margin-top: -15%;
}
@media only screen and (max-width: 1280px) {
    #ESC-width-full #ESC-Storage #ESC-PCIe-A .scalable_info .scalable_info_area p,
    #ESC-width-full #ESC-Storage #ESC-PCIe-B .scalable_info .scalable_info_area p,
    #ESC-width-full #ESC-Storage #ESC-PCIe-C .scalable_info .scalable_info_area p{
        font-size: 1em;
    }
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full #ESC-Storage #ESC-PCIe-A,
    #ESC-width-full #ESC-Storage #ESC-PCIe-B,
    #ESC-width-full #ESC-Storage #ESC-PCIe-C{
        margin-top: 0%;
        padding-top: 0;
    }
}
/*#ESC-width-full #ESC-Management*/
#ESC-width-full #ESC-Management{
    padding: 150px 0;
    background: #0b0805;
}
#ESC-width-full #ESC-Management .section_info{
    padding-top: 100px;
}
#ESC-width-full #ESC-Management .tabs_area{
    top: 50px;
}
#ESC-width-full #ESC-Management .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 50px;
    position: relative;
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full #ESC-Management .tabs_area{
        top: inherit;
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Management{
        padding: 50px 0 0;
    }
}
/**/
#ESC-width-full #ESC-BMC img.pic_bmc{
    max-width: 600px;
    display: inline-block;
    margin: 30px 0 0;
}
#ESC-width-full #ESC-Control img.pic_control{
    max-width: 570px;
    display: inline-block;
    margin: 30px 0 0;
}


/*ESC-Panel*/
#ESC-width-full #ESC-Panel .scalable_info{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0%;
    left: 0;
    margin-bottom: 0;
}
#ESC-width-full #ESC-Panel .scalable_info .scalable_info_area{
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ESC-width-full #ESC-Panel .scalable_info .scalable_info_area p{
    color: #d9ad70;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.2;
    text-align: left;
    width: 100%;
}

#ESC-width-full #ESC-Block.tab_info_c ul{
    display: flex;
}
#ESC-width-full #ESC-Block.tab_info_c ul li a{
    display: inline-block;
    color: #939393;
    background: #404040;
    padding: 10px 16px;
    font-size: 1.375em;
    font-weight: bold;
}
#ESC-width-full #ESC-Block.tab_info_c ul li a.active{
    color: #000;
    background: #d9ad70;
}
#ESC-width-full #ESC-Block.tab_info_c .info_tab_info{
    display: none;
}
#ESC-width-full #ESC-Block.tab_info_c .info_tab_info.active{
    display: block;
}



#ESC-width-full #ESC-Panel .info_tab_info_b ul{
    display: flex;
}
#ESC-width-full #ESC-Panel .info_tab_info_b ul li a{
    display: inline-block;
    color: #939393;
    background: #404040;
    padding: 10px 16px;
    font-size: 1.375em;
    font-weight: bold;
}
#ESC-width-full #ESC-Panel .info_tab_info_b ul li a.active{
    color: #000;
    background: #d9ad70;
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info_area{
    display: none;
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info_area.active{
    display: block;
}
@media only screen and (max-width: 1280px) {
    #ESC-width-full #ESC-Panel .scalable_info .scalable_info_area p{
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Panel .scalable_info .scalable_info_area p{
        font-size: 1em;
    }
}
#ESC-width-full #ESC-Panel .scalable_info .scalable_info_area .scalable_info_txt{
    position: absolute;
    width: auto;
    background: #0b0805;
    padding: 0 10px;
}
#ESC-width-full #ESC-Panel .scalable_info .scalable_info_area .scalable_info_txt span.note{
        font-size: 0.7em;
    margin: 0 0 0 0;
    line-height: 1em !important;
    display: inline-block;
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_list{
    width: 100%;
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_list .info_list_a{
    width: 100%;
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_list .info_list_b{
    float: left; width: 50%;
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_list .info_list_c{
    float: left; width: 50%;
}
#ESC-width-full #ESC-Panel .info_tab_info p.note{
    margin-top: 50px !important;
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_01{
        top: 46.5%;
    left: 71%;
    transform: translate(-50%, -50%);
    width: 27%;
    text-align: left;
    max-width: 200px;
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_02{
    top: 84%;
    left: 60%;
    transform: translate(0%, -50%);
    width: 10%;
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_03{
        top: 61%;
    left: 0%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_04{
        top: 67.5%;
    left: 0%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_05{
        top: 74%;
    left: 0%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_06{
        top: 80%;
    left: 0%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_07{
        top: 87%;
    left: 42%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_08{
    top: 93%;
    left: 52%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_09{
        top: 87%;
    left: 64%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_10{
        top: 80%;
    left: 65%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_11{
        top: 90%;
    left: 60%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_01{
        top: 74.5%;
    left: 18%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_02{
        top: 80.5%;
    left: 15.2%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_03{
        top: 68%;
    left: 74%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_04{
    top: 80%;
    left: 74%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_05{
        top: 90%;
    left: 78%;
    transform: translate(-50%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_06{
        top: 85%;
    left: 50%;
    transform: translate(0%, -50%);
    width: auto;
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_07{
    top: 85%;
    left: 43%;
    transform: translate(-50%, -50%);
    width: auto;
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_08{
    top: 21%;
    left: 83%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_09{
    top: 47%;
    left: 83%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_10{
    top: 55%;
    left: 83%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_11{
    top: 65%;
    left: 83%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_01{
        top: 6%;
    left: 67%;
    transform: translate(-50%, -50%);
    width: 60%;
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_02{
    top: 28%;
    left: 0%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_03{
        top: 63%;
    left: 0%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_04{
    top: 88%;
    left: 14%;
    transform: translate(-50%, -50%);
    width: auto;
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_05{
        top: 86%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: auto;
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_06{
        top: 83%;
    left: 43%;
    transform: translate(0%, -50%);
    width: auto;
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_07{
        top: 97%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: auto;
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_08{
        top: 55.5%;
    left: 79.5%;
    transform: translate(0%, -50%);
}
#ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_09{
        top: 76%;
    left: 79.5%;
    transform: translate(0%, -50%);
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .scalable_info_txt,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .scalable_info_txt,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .scalable_info_txt{
        position: relative;
        transform: translate(0%, 0%);
        width: 100%;
        margin-bottom: 0px;
        /* min-height: 60px; */
        float: left;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        padding-left: 40px;
        margin-top: 15px;
        text-align: left;
        max-width: inherit !important;
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .scalable_info_txt::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .scalable_info_txt::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .scalable_info_txt::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        background: #d9ad70;
        color: #000000;
        width: 26px;
        height: 26px;
        border-radius: 0;
        padding: 2px;
        text-align: center;
        line-height: 1.5;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 600;
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_01::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_01::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_01::after {
        content: '1';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_02::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_02::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_02::after {
        content: '2';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_03::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_03::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_03::after {
        content: '3';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_04::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_04::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_04::after {
        content: '4';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_05::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_05::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_05::after {
        content: '5';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_06::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_06::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_06::after {
        content: '6';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_07::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_07::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_07::after {
        content: '7';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_08::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_08::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_08::after {
        content: '8';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_09::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_09::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_09::after {
        content: '9';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_10::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_10::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_10::after {
        content: '10';
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_txt_11::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_11::after,
    #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_02 .info_txt_11::after {
        content: '11';
    }
    /* #ESC-width-full #ESC-Panel .info_tab_info_b .scalable_info .scalable_info_area.scalable_info_01 .info_txt_01{
        top: 95%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 96%;
    } */
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_list .info_list_b{
        float: inherit; width: 100%;
    }
    #ESC-width-full #ESC-Panel .info_tab_info_a .scalable_info .scalable_info_area .info_list .info_list_c{
        float: inherit; width: 100%;
    }
    #ESC-width-full #ESC-Panel .info_tab_info p.note{
        margin-top: 0px !important;
    }
}
/*#ESC-width-full #ESC-MLPerf*/
#ESC-width-full #ESC-MLPerf{
    background: url(../img/bg_MLPerf.jpg) no-repeat center center;
    background-size: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
}
#ESC-width-full #ESC-MLPerf .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    position: relative;
    opacity: 0;
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-MLPerf{
        background-size: inherit;
    }
}
/*#ESC-width-full #ESC-Solutions*/
#ESC-width-full #ESC-Solutions .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1436px;
    margin: 0 auto;
    padding-top: 70px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    position: relative;
}

#ESC-width-full #ESC-Solutions .design_tab_area{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 50px 0 0;
    position: relative;
    /* border-bottom: #6f6f6f 1px solid; */
}
#ESC-width-full #ESC-Solutions .design_tab_area li{
    display: inline-block;
    width: auto;
    /* float: left; */
    margin: 0;
    padding: 0
}
#ESC-width-full #ESC-Solutions .design_tab_area li a{
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 10px 20px;
    border: none;
    color: #333333;
    /* background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%); */
}
#ESC-width-full #ESC-Solutions .design_tab_area li a h3{
    color: #ffffff;
    font-size: 1.845em;
    font-family: "helveticanowdisplay", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#ESC-width-full #ESC-Solutions .design_tab_area li a.active h3{
    color: #d9ad70
}
#ESC-width-full #ESC-Solutions .design_tab_area li a.active:after{
    content: "";
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: calc(100% - 2px);
    left: 50%;
    height: 2px;
    width: 40%;
    background: #d9ad70
}
#ESC-width-full #ESC-Solutions .design_tab_area li a p{
    font-size: 22px;
}
#ESC-width-full #ESC-Solutions .tab_info{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
#ESC-width-full #ESC-Solutions .tab_info.active{
    display: block;
    position: relative;
    z-index: 9;
    top: -10px;
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms ease, visibility 400ms ease, top 400ms ease; 
}

#ESC-width-full #ESC-Solutions .tab_info .flex-item img{
    width: 100%;
    max-width: 835px;
}
#ESC-width-full #ESC-Solutions .tab_info img.logo_zoom{
    width: 50%;
    max-width: 75px !important;
    position: absolute;
    right: 0;
    top: -75px;
}
#ESC-width-full #ESC-Solutions .tab_info .flex-item .translate_box{
    padding: 0 5%;
}
@media only screen and (max-width: 1024px) {
    #ESC-width-full #ESC-Solutions .design_tab_area li a p{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-Solutions .design_tab_area{
        padding-top: 20px;
    }
    #ESC-width-full #ESC-Solutions .design_tab_area li{
        width: 33.33%;
        float: left;
    }
    #ESC-width-full #ESC-Solutions .design_tab_area li a h3{
        font-size: 1.2em;
    }
    #ESC-width-full #ESC-Solutions .tab_info img.logo_zoom{
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 10px;
    }
    #ESC-width-full #ESC-Solutions .tab_info .flex-item .translate_box{
        padding: 20px 0;
    }
    #ESC-width-full #ESC-Solutions .tab_info .maintitle{
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}


/*Anorak-Jacket-05*/
#ESC-width-full #ESC-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#ESC-width-full #ESC-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#ESC-width-full #ESC-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#ESC-width-full #ESC-05 .mtitle p {
    /* display: inline-block;
position: relative;
color: #2871fa !important;
background: transparent;
background: linear-gradient(135deg, #2871fa 20%, #6717cd 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

@media only screen and (max-width: 1920px) {
    #ESC-width-full #ESC-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #ESC-width-full #ESC-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #ESC-width-full #ESC-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #ESC-width-full #ESC-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #ESC-width-full #ESC-05 .stitle p {
        font-size: 1.5em;
    }

    #ESC-width-full #ESC-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #ESC-width-full #ESC-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #ESC-width-full #ESC-05 img.mobile {
        display: block !important;
    }

    #ESC-width-full #ESC-05 .control_io_mobile {
        display: block !important;
    }

    #ESC-width-full #ESC-05 .control_io {
        display: none !important;
    }

    #ESC-width-full #ESC-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #ESC-width-full #ESC-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #ESC-width-full #ESC-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #ESC-width-full #ESC-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #ESC-width-full #ESC-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #ESC-width-full #ESC-05 .stitle p {
        margin-top: 20px
    }

    #ESC-width-full #ESC-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 759px) {
    #ESC-width-full #ESC-05 .mtitle p {
        font-size: 2.5em;
    }

    #ESC-width-full #ESC-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #ESC-width-full #ESC-05 .maintitle {
        padding-top: .5em;
    }

    #ESC-width-full #ESC-05 .mtitle p {
        font-size: 2.5em;
    }

    #ESC-width-full #ESC-05 .stitle p {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1880px) {
    #ESC-width-full .mtitle p,
    #ESC-width-full h2 {
        font-size: 4.8em;
        line-height: 1.2em;
    }
    #ESC-width-full h3 {
        font-size: 2.4em;
        line-height: 1em;
    }
}
@media only screen and (max-width: 1780px) {
    #ESC-width-full .mtitle p,
    #ESC-width-full h2 {
        font-size: 4.8em;
        line-height: 1.2em;
    }
    #ESC-width-full h3 {
        font-size: 2.2em;
    }
}
@media only screen and (max-width: 1440px) {
    #ESC-width-full .mtitle p,
    #ESC-width-full h2 {
        font-size: 4.8em;
        line-height: 1.2em;
    }
    #ESC-width-full h3 {
        font-size: 2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #ESC-width-full .mtitle p,
    #ESC-width-full h2 {
        font-size: 4.6em;
        line-height: 1.2em;
    }
    #ESC-width-full h3 {
        font-size: 1.8em;
    }

   /*  #ESC-width-full .flex-item .info,
    #ESC-width-full .mainfull .maintitle .info,
    #ESC-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
        width: 100%
    } */

    #ESC-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #ESC-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 759px) {

    #ESC-width-full img.webstyle,
    #ESC-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #ESC-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #ESC-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #ESC-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #ESC-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #ESC-width-full img.mobile,
    #ESC-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #ESC-width-full .maintitle .info,
    #ESC-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    #ESC-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #ESC-width-full .info,
    #ESC-width-full .flex-item .info,
    #ESC-width-full .mainfull .maintitle .info,
    #ESC-width-full .mainsize .maintitle .info {
        width: 100% !important;
        margin-bottom: 1em !important;
        text-align: left;
        font-size: 1.2em;
        line-height: 1.3em;
        text-align: left;
    }

    #ESC-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#ESC-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #ESC-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #ESC-width-full .mtitle p,
    #ESC-width-full h2 {
        width: 100% !important;
        /*text-shadow: 0px 0px 0px #fff;*/
        font-size: 3em !important;
        text-align: left !important;
        line-height: 1.2em;
        margin-bottom: 0;
        padding: 15px 0;
        margin-bottom: 5px !important;
    }

    #ESC-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #ESC-width-full .full-section {
        padding: 0 0;
    }
}

/* nav bar */
#ESC-width-full #ESC-nav {
    position: fixed;
    top: 45%;
    right: 10px;
    margin-top: -11.6875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 10px;
    z-index: 9999;
}

#ESC-width-full #ESC-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#ESC-width-full #ESC-nav ul li {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0;
    display: inline-block;
    line-height: 30px;
}

#ESC-width-full #ESC-nav ul li a {
    display: inline-block;
    width: 30px;
    position: absolute;
    padding: 10px 10px 10px 10px;
    height: 30px;
    z-index: 9999;
    top: 0;
    right: -10px;
    margin: 0;
}
#ESC-width-full #ESC-nav ul li.active a {
    height: 40px;
}
#ESC-width-full #ESC-nav ul li.active {
    height: 40px !important;
}
#ESC-width-full #ESC-nav ul li div {
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-left: auto;
    background: #C8C8C8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    box-shadow: inset 0 0 1px #777;
    display: inline-block;
    position: relative;
}

#ESC-width-full #ESC-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -10px;
    right: 30px;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    font-family: arial, helvetica, sans-serif;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#ESC-width-full #ESC-nav ul li.on.active b,
#ESC-width-full #ESC-nav ul li.active b {
    top: 90%
}

#ESC-width-full #ESC-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;
}

#ESC-width-full #ESC-nav ul li:hover div {
    background: #daae71;
    height: 30px !important;
    top: 5px;
}
#ESC-width-full #ESC-nav ul li.on.active b, #ESC-width-full #ESC-nav ul li.active b {
    top: 55%;
}
#ESC-width-full #ESC-nav ul li.active {
    height: 38px !important
}

#ESC-width-full #ESC-nav ul li.active div {
    background: #daae71;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 759px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #ESC-width-full #ESC-nav {
        display: none;
    }
}

/*動態CSS*/
#ESC-width-full .txt_move {
    /*position: relative;*/
    animation: 1.5s ease txt_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes txt_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

#ESC-width-full .pic_move_a {
    position: relative;
    animation: 2s ease pic_move_a;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_a {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    33% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#ESC-width-full .pic_move_b {
    position: relative;
    animation: 2s ease pic_move_b;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_b {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    32% {
        opacity: 0;
        margin-left: -40px
    }

    66% {
        opacity: 1;
        margin-left: 0px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#ESC-width-full .pic_move_c {
    position: relative;
    animation: 2s ease pic_move_c;
    animation-fill-mode: forwards;
}

@-moz-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes pic_move_c {
    0% {
        opacity: 0;
        margin-left: -40px
    }

    65% {
        opacity: 0;
        margin-left: -40px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}


/* @media only screen and (max-width: 768px) {
.product-section .product-content,
.full-section .product-content .product-text,
#ESC-width-full .mainfull .maintitle .product-text,
#ESC-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#ESC-width-full .txt_move{
animation: inherit !important;
}
#ESC-width-full .txt_move_b{
animation: inherit !important;
}
} */

#ESC-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#ESC-width-full .slick-prev:before, #ESC-width-full .slick-next:before {
  color: #0072ce !important;
}
#ESC-width-full .slick-prev:before{
    color: #0072ce;
    background: url(../img/slick_prev.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#ESC-width-full .slick-prev:hover:before{
    color: #0072ce;
    background: url(../img/slick_prev_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
}
#ESC-width-full .slick-next:before{
    color: #0072ce;
    background: url(../img/slick_next.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
#ESC-width-full .slick-next:hover:before{
    background: url(../img/slick_next_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
@media only screen and (max-width: 1024px) {
    #ESC-width-full .slider {
        width: calc(100% - 50px);
        text-align: center;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
    }
    #ESC-width-full .slick-prev:before,
    #ESC-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}

/**/
#cboxContent{
    margin-top: 20px;
}
#colorbox #cboxClose{
    position: absolute;
    top: 10px;
    right: calc(0% + 12px);
    background: url(../img/ico_close.svg) center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    padding: 12px;
    z-index: 999;
        border: 1px solid rgba(218, 174, 113, 1);
        border-radius: 5px;
        -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#colorbox #cboxClose:hover{
    border: 1px solid rgba(218, 174, 113, 0.8);
    background: rgba(218, 174, 113, 0.3) url(../img/ico_close.svg) center center no-repeat;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/**/
#ESC-width-full .ico_move {
    /*position: relative;*/
    animation: 1.5s ease ico_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes ico_move {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

#ESC-width-full .dtot_move_margintop {
    /*position: relative;*/
    animation: 1.5s ease dtot_move_margintop;
    animation-fill-mode: forwards;
}

@-moz-keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

@-webkit-keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

@-o-keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

@-ms-keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

@keyframes dtot_move_margintop {
    0% {
        opacity: 0;
        margin-top: 30px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

#ESC-width-full .bg_ltor_move {
    /*position: relative;*/
    animation: 1.5s ease bg_ltor_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes bg_ltor_move {
    0% {
        opacity: 0;
        margin-left: -30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

#ESC-width-full .bg_rtol_move {
    /*position: relative;*/
    animation: 1.5s ease bg_rtol_move;
    animation-fill-mode: forwards;
}

@-moz-keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-webkit-keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-o-keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@-ms-keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes bg_rtol_move {
    0% {
        opacity: 0;
        margin-left: 30px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}
#ESC-width-full .dtot_move_margintop_v2 {
    /*position: relative;*/
    animation: 1.5s ease dtot_move_margintop_v2;
    animation-fill-mode: forwards;
}

@-moz-keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes dtot_move_margintop_v2 {
    0% {
        opacity: 0;
        top: 40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

#ESC-width-full .ttod_move_margintop_v2 {
    /*position: relative;*/
    animation: 1.5s ease ttod_move_margintop_v2;
    animation-fill-mode: forwards;
}

@-moz-keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-o-keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@-ms-keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}

@keyframes ttod_move_margintop_v2 {
    0% {
        opacity: 0;
        top: -40px
    }

    100% {
        opacity: 1;
        top: 0px
    }
}
@media only screen and (max-width: 1100px) {
    #ESC-width-full section div.maintitle,
    #ESC-width-full .section_info.active,
    #ESC-width-full .section_info_none,
    #ESC-width-full #ESC-Serviceability .tool_ul{
        opacity: 1 !important;
    }
    #ESC-width-full .opacity{
        opacity: 1 !important;
    }
    #ESC-width-full .bg_ltor_move,
    #ESC-width-full .dtot_move_margintop,
    #ESC-width-full .dtot_move_margintop_v2,
    #ESC-width-full .ttod_move_margintop_v2,
    #ESC-width-full .dtot_move_delay,
    #ESC-width-full .opacity_show,
    #ESC-width-full .bg_rtol_move,
    #ESC-width-full .dtot_move{
        animation: none !important;
        animation-delay: inherit !important;
    }
}

#ESC-width-full .tabs_area .design_tab_area.list_motion p:before {
    /*position: relative;*/
    animation: 1s ease-in list_motion;
    animation-fill-mode: forwards;
}

@-moz-keyframes list_motion {
    0% {
        opacity: 0;
    }
    30%{
        opacity: 1;
        left: calc(100% + 10px);
        top: 34px;
    }
    100% {
        opacity: 1;
        left: -5px;
        top: 34px;
    }
}

@-webkit-keyframes list_motion {
    0% {
        opacity: 0;
    }
    30%{
        opacity: 1;
        left: calc(100% + 10px);
        top: 34px;
    }
    100% {
        opacity: 1;
        left: -5px;
        top: 34px;
    }
}

@-o-keyframes list_motion {
    0% {
        opacity: 0;
    }
    30%{
        opacity: 1;
        left: calc(100% + 10px);
        top: 34px;
    }
    100% {
        opacity: 1;
        left: -5px;
        top: 34px;
    }
}

@-ms-keyframes list_motion {
    0% {
        opacity: 0;
    }
    30%{
        opacity: 1;
        left: calc(100% + 10px);
        top: 34px;
    }
    100% {
        opacity: 1;
        left: -5px;
        top: 34px;
    }
}

@keyframes list_motion {
    0% {
        opacity: 0;
    }
    30%{
        opacity: 1;
        left: calc(100% + 10px);
        top: 34px;
    }
    100% {
        opacity: 1;
        left: -5px;
        top: 34px;
    }
}