@charset "UTF-8";



* {
    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 #IntelEGS-width-full,
#old-sectionOverview #IntelEGS-width-full,
#special-sectionOverview #IntelEGS-width-full {
    width: 100%;
    background-color: #fff;
    /*position: absolute;
left: 0px;*/
    overflow: hidden;
}
#special-sectionOverview #IntelEGS-width-full{
    background: url(../img/pic_bg.jpg) repeat-y top;
    background-size: 100%;
}
#sectionOverview #precent-cont,
#old-sectionOverview #precent-cont,
#special-sectionOverview #precent-cont {
    margin: 0 auto;
    height: 100%;
    max-width: 2000px;
}

#sectionOverview .clear:after,
#old-sectionOverview .clear:after,
#special-sectionOverview .clear:after {
    content: '';
    clear: both;
    display: block;
}

#sectionOverview h2,
#old-sectionOverview h2,
#special-sectionOverview h2 {
    color: #222 !important;
    font-size: 3.5em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}

#sectionOverview h3,
#old-sectionOverview h3,
#special-sectionOverview h3 {
    color: #c8b06e;
    font-size: 2.3em;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
}

#sectionOverview p,
#old-sectionOverview p,
#special-sectionOverview p {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
}
#OfficialHeaderWrapper{
    display: none;
}
#IntelEGS-width-full {
    font-size: 16px;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
#IntelEGS-width-full ul {
    list-style: none;
}
#IntelEGS-width-full ul li {
    margin: 0;
}

@media screen and (max-width: 550px) {
    #sectionOverview h2 {
        font-size: 2.5em;
    }

    #sectionOverview h3 {
        font-size: 1.6em;
    }

    #sectionOverview p {
        font-size: 1.3em;
    }

    #old-sectionOverview h2 {
        font-size: 2.5em;
    }

    #old-sectionOverview h3 {
        font-size: 1.6em;
    }

    #old-sectionOverview p {
        font-size: 1.3em;
    }

    #special-sectionOverview h2 {
        font-size: 2.5em;
    }

    #special-sectionOverview h3 {
        font-size: 1.6em;
    }

    #special-sectionOverview p {
        font-size: 1.3em;
    }
}

#IntelEGS-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;
}

#IntelEGS-width-full a:active {
    background-color: transparent;
}

#IntelEGS-width-full a:hover {
    text-decoration: none;
    cursor: pointer;
}

#IntelEGS-width-full a:hover,
#IntelEGS-width-full a:active {
    outline: 0;
}
#IntelEGS-width-full *:focus {
  outline-color: #1984d6;
}

#IntelEGS-width-full a.link_style{
    color: #fff !important;
    background: #0068b5;
    padding: 12px 50px 12px 20px;
    /* border: 2px solid #000; */
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin: 20px 0 10px;
    /* width: 96%;
    max-width: 280px; */
    /* text-transform: uppercase; */
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none !important;
}
#IntelEGS-width-full a.link_style:hover{
    /* border: 2px solid #14639e; */
    background: #0068b5;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#IntelEGS-width-full a.link_style:hover span{
    color: #14639e;
}
#IntelEGS-width-full a.link_style::after{
    content: '';
    background: url(../img/ico_link.png) no-repeat center center;
    width: 23px;
    height: 20px;
    background-size: 100%;
    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;
}
#IntelEGS-width-full a.link_style:hover::after{
    margin-left: 15px;
    background: url(../img/ico_link.png) no-repeat center center;
    background-size: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#IntelEGS-width-full a.link_style.link_style_b{
    background: #14639e;
    border: 1px solid #14639e;
    color: #fff !important;
    padding: 15px 40px;
    margin-top: 40px;
}
#IntelEGS-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: 769px) {
    #IntelEGS-width-full a.link_style{
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
    }
}
#IntelEGS-width-full a.btn_learn {
    display: inline-block;
    width: 96%;
    max-width: 480px;
    margin-top: 20px;
    padding: 10px 35px;
    /* border: 1px solid rgba(218, 174, 113, 0.3); */
    border-radius: 0px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 1.25em;
    font-weight: 300;
}
/*#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;
}

#IntelEGS-width-full .product-section {
    position: relative;
    background-repeat: no-repeat;
    /*height: 0;*/
    overflow: hidden;
}

#IntelEGS-width-full .product-section:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#IntelEGS-width-full .product-section .product-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    /*  opacity: 0; */
}

#IntelEGS-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: 769px) {
    #IntelEGS-width-full .product-section:before {
        height: 0;
    }

    #IntelEGS-width-full .product-section {
        overflow: auto;
        height: auto;
    }

    #IntelEGS-width-full .product-section .product-content {
        position: relative;
        margin-bottom: 0px
    }

    #IntelEGS-width-full .product-section .maintitle {
        position: relative;
        text-align: center;
        padding: 1.5em 5%;
        width: auto;
        left: auto;
        top: auto;
    }
}

/****************** screen ******************/

#IntelEGS-width-full .mx-section-screen {
    position: relative;
}


/*** birdview ***/

#IntelEGS-width-full .mx-section-screen .birdview {
    margin-top: 30px;
}

#IntelEGS-width-full .mx-section-screen .birdview img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
}

#IntelEGS-width-full .mx-section-screen .birdview .mx-text {
    text-align: center;
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
}

#IntelEGS-width-full .mx-section-screen .birdview .mx-text h2 {
    margin-bottom: 20px;
}


#IntelEGS-width-full .maintitle a {
    color: #0068b5;
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

#IntelEGS-width-full ul.note_list {
    list-style: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto
}

#IntelEGS-width-full ul.note_list li {
    text-align: left;
    margin-left: 0px;
}

#IntelEGS-width-full ul.note_list li p {
    text-align: left;
    line-height: 1.2em;
}

#IntelEGS-width-full p.note {
    font-size: 0.8em;
    color: #4e4e4e !important;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 20px !important;
    display: inline-block;
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 769px) {
    #IntelEGS-width-full p.note{
        width: 100%;
        text-align: left;
    }
}
/*** angle ***/

#IntelEGS-width-full .mx-section-screen .angle {
    margin: 120px auto 80px auto;
    width: 96%;
    max-width: 1440px;
    position: relative;
}

#IntelEGS-width-full .mx-section-screen .angle>img {
    display: block;
    float: right;
    width: 60%;
    max-width: 860px;
}

#IntelEGS-width-full .mx-section-screen .angle .mx-text {
    float: left;
    width: 40%;
    max-width: 500px;
    margin-top: 3%;
}

#IntelEGS-width-full .mx-section-screen .angle .mx-text h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    #IntelEGS-width-full .mx-section-screen .angle .mx-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #IntelEGS-width-full .mx-section-screen .angle {
        margin-top: 70px;
    }

    #IntelEGS-width-full .mx-section-screen .angle>img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #IntelEGS-width-full .mx-section-screen .angle .mx-text {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

#IntelEGS-width-full img.webstyle,
#IntelEGS-width-full .webstyle {
    display: inline-block;
}

/**/
#IntelEGS-width-full .flex-area{
    display: inline-block;
    max-width: 1680px !important;
    margin: 0 auto;
    width: 100%;
    padding: 20px 18px;
}
#IntelEGS-width-full .flex-area li{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 1%;
}
#IntelEGS-width-full .flex-area li .info{
    margin-bottom: 0;
}
#IntelEGS-width-full .flex-area li .air_move{
    position: relative;
    /* max-width: 741px; */
}
#IntelEGS-width-full .flex-area li .air_move .air_move_pic{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 1;
}
#IntelEGS-width-full .flex-area li .air_move .air_move_pic{
    opacity: 1;
}
#IntelEGS-width-full .flex-area li .air_move .air_move_pic.air_move_pic_a{
    top: 50%;
    left: 50%;
}
#IntelEGS-width-full .flex-area li .air_move .air_move_pic.air_move_pic_b{
    top: 50%;
    left: 50%;
}
#IntelEGS-width-full .flex-area li .air_move .air_move_pic.air_move_pic_c{
    top: 50%;
    left: 50%;
}
#IntelEGS-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;
}
#IntelEGS-width-full .flexCon.flex-100-100>.flex-item {
    position: relative;
    width: 100%;
    padding: 0 0px;
}
#IntelEGS-width-full .flexCon.flex-100-100>.flex-item.flex-100 {
    width: 100%;
}
#IntelEGS-width-full .flexCon.flex-100-100>.flex-item.flex-100 img{
    width: 100%;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item {
    position: relative;
    width: 50%;
    padding: 0 0px;
}

#IntelEGS-width-full .flexCon.flex-50-50>.flex-item img{
    width: 100%;
    position: relative;
    z-index: 1;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
    width: 30%;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
    width: 35%;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
    width: 40%;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
    width: 45%;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
    width: 55%;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
    width: 60%;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
    width: 65%;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
    width: 70%;
}
#IntelEGS-width-full .flexCon.flex-50-50>.flex-item:first-child {
    padding: 0 40px;
}
#IntelEGS-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;
}
#IntelEGS-width-full .translate_box{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item:first-child{
        padding: 0 0 30px;
    }
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
    }
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-40 {
        width: 100%;
    }
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-60 {
        width: 100%;
    }
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-35 {
        width: 100%;
    }
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-65 {
        width: 100%;
    }
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-30 {
        width: 100%;
    }
    #IntelEGS-width-full .flexCon.flex-50-50>.flex-item.flex-70 {
        width: 100%;
    }
    #IntelEGS-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;
    }
    #IntelEGS-width-full .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

/* 左文右圖 */

#IntelEGS-width-full .maintitle.lefttxt {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
}

#IntelEGS-width-full .maintitle.lefttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
    text-align: left !important
}

#IntelEGS-width-full .maintitle.lefttxt .info_left .mtitle,
#IntelEGS-width-full .maintitle.lefttxt .info_left .info,
#IntelEGS-width-full .maintitle.lefttxt .info_right .mtitle {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

#IntelEGS-width-full .maintitle.lefttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    /*width: 100%;*/
}

#IntelEGS-width-full .maintitle.lefttxt .info_left .stitle,
#IntelEGS-width-full .maintitle.lefttxt .info_left .stitle p,
#IntelEGS-width-full .maintitle.lefttxt .info_left .info,
#IntelEGS-width-full .maintitle.lefttxt .info_left .info p {
    text-align: left !important;
    margin-left: 0 !important;
}


/* 左圖右文 */

#IntelEGS-width-full .maintitle.righttxt {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#IntelEGS-width-full .maintitle.righttxt .info_left {
    float: left;
    margin: 0px -100% 0px 0px;
    position: relative;
    width: 50%;
}

#IntelEGS-width-full .maintitle.righttxt .info_left .mtitle,
#IntelEGS-width-full .maintitle.righttxt .info_left .mtitle p,
#IntelEGS-width-full .maintitle.righttxt .info_left .info,
#IntelEGS-width-full .maintitle.righttxt .info_left .info p,
#IntelEGS-width-full .maintitle.righttxt .info_right .mtitle,
#IntelEGS-width-full .maintitle.righttxt .info_right .mtitle p {
    text-align: left !important;
    padding: 0;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

#IntelEGS-width-full .maintitle.righttxt .info_right {
    margin: 0px 0px 0px 50%;
    position: relative;
    text-align: left;
    /*width: 100%;*/
}

#IntelEGS-width-full .maintitle.righttxt .info_right .stitle,
#IntelEGS-width-full .maintitle.righttxt .info_right .stitle p,
#IntelEGS-width-full .maintitle.righttxt .info_right .info,
#IntelEGS-width-full .maintitle.righttxt .info_right .info p {
    text-align: left !important;
    margin-left: 0 !important;
}

#IntelEGS-width-full .mtitle {
    text-align: center;
    margin-bottom: 15px
}
#IntelEGS-width-full h1 {
    font-size: 2.8em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 0 0px 0 !important;
    padding-bottom: 0px;
    color: #fff !important;
    margin-bottom: 0em;
    display: inline-block;
    padding-top: 0px;
}
#IntelEGS-width-full h2 {
    font-size: 4.5em;
    font-family: "Myriad Pro Bold", "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: 15px;
    color: #000 !important;
    display: inline-block;
    padding-top: 10px;
    font-weight: 800;
    /* text-transform: uppercase; */
}
#IntelEGS-width-full h2 b{
    /* font-weight: normal; */
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #0068b5;
}
/* #IntelEGS-width-full h3 {
    font-size: 1.845em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
} */

#IntelEGS-width-full h3 {
    font-size: 3em;
    font-family: "Myriad Pro", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    color: #0068b5;
    margin-bottom: 1em;
    font-weight: 400;
}


#IntelEGS-width-full .flex-item .info,
#IntelEGS-width-full .mainfull .maintitle .info,
#IntelEGS-width-full .mainsize .maintitle .info,
#IntelEGS-width-full .product-content .maintitle .info {
    font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #000 !important;
    font-size: 1.125em;
    line-height: 1.4em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1320px) {

    #IntelEGS-width-full .flex-item .info,
    #IntelEGS-width-full .mainfull .maintitle .info,
    #IntelEGS-width-full .mainsize .maintitle .info,
    #IntelEGS-width-full .product-content .maintitle .info {
        font-size: 1.1em;
        line-height: 1.2em;
    }
}

#IntelEGS-width-full .full-section .mainfull {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}

#IntelEGS-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

.full-section:first-child {
    /*border-top: 1px solid #ccc;*/
}

#IntelEGS-width-full section.whiteBg h2,
#IntelEGS-width-full section.whiteBg h3,
#IntelEGS-width-full section.whiteBg .mtitle p,
#IntelEGS-width-full section.whiteBg .stitle p,
#IntelEGS-width-full section.whiteBg .flex-item .info,
#IntelEGS-width-full section.whiteBg .mainfull .info,
#IntelEGS-width-full section.whiteBg .maintitle .info,
#IntelEGS-width-full section.whiteBg ul li p,
#IntelEGS-width-full section.whiteBg p.note {
    color: #fff !important;
}
/* #IntelEGS-width-full section.whiteBg h2{
    border-top: 2px solid #fff;
} */

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #IntelEGS-width-full section.whiteBg .mtitle p,
    #IntelEGS-width-full .mtitle p,
    #IntelEGS-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent
    }
}

@supports (-ms-accelerator:true) {

    #IntelEGS-width-full section.whiteBg .mtitle p,
    #IntelEGS-width-full .mtitle p,
    #IntelEGS-width-full h2 {
        position: relative;
        color: #000 !important;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #000 !important
    }
}

#IntelEGS-width-full .full-section .mainfull {
    text-align: center;
}

#IntelEGS-width-full .full-section .mainfull .maintitle {
    padding: 0 18px
}

#IntelEGS-width-full img.mobile,
#IntelEGS-width-full .mobile {
    display: none;
}

#IntelEGS-width-full .text-left,
#IntelEGS-width-full .maintitle .text-left {
    text-align: left !important;
}

/**/

#IntelEGS-width-full #hd{
    padding-top: 20px;
    margin-top: 82px;
}

/*IntelEGS-KV*/
#IntelEGS-width-full #IntelEGS-KV {
    padding-top: 0%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
}
#IntelEGS-width-full #IntelEGS-KV h2{
    text-transform: inherit;
    font-size: 3.75em;
    padding-top: 10px;
    color: #0068b5 !important;
}
#IntelEGS-width-full #IntelEGS-KV .info{
    color: #fff !important;
    text-shadow: 2px 2px 5px rgb(0 0 0);
}
#IntelEGS-width-full #IntelEGS-KV .maintitle {
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36%;
}

#IntelEGS-width-full #IntelEGS-KV .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#IntelEGS-width-full #IntelEGS-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;
}

#IntelEGS-width-full #IntelEGS-KV .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
@media only screen and (max-width: 2080px) {
    #IntelEGS-width-full h1{
        font-size: 2.6em;
    }
    #IntelEGS-width-full #IntelEGS-KV h2{
        font-size: 3.75em;
    }
}
@media only screen and (max-width: 1920px) {
    #IntelEGS-width-full h1{
        font-size: 2.4em;
    }
    #IntelEGS-width-full #IntelEGS-KV h2{
        font-size: 3.75em;
    }
}
@media only screen and (max-width: 1780px) {
    #IntelEGS-width-full h1{
        font-size: 2.3em;
    }
    #IntelEGS-width-full #IntelEGS-KV h2{
        font-size: 3.5em;
    }
}
@media only screen and (max-width: 1680px) {
    #IntelEGS-width-full h1{
        font-size: 2.2em;
    }
    #IntelEGS-width-full #IntelEGS-KV h2{
        font-size: 3.4em;
    }
}
@media only screen and (max-width: 1580px) {
    #IntelEGS-width-full h1{
        font-size: 2.1em;
    }
    #IntelEGS-width-full #IntelEGS-KV h2{
        font-size: 3.3em;
    }
}
@media only screen and (max-width: 1480px) {
    #IntelEGS-width-full h1{
        font-size: 2.0em;
    }
    #IntelEGS-width-full #IntelEGS-KV h2{
        font-size: 3.2em;
    }
}
@media only screen and (max-width: 1440px) {
    #IntelEGS-width-full h1{
        font-size: 1.8em;
    }
    #IntelEGS-width-full #IntelEGS-KV h2{
        font-size: 3.1em;
    }
}

@media only screen and (max-width: 1350px) {
    #IntelEGS-width-full h1{
        font-size: 1.7em;
    }
    #IntelEGS-width-full #IntelEGS-KV h2{
        font-size: 3em;
    }
    #IntelEGS-width-full #IntelEGS-KV .stitle p {
        font-size: 1.5em;
    }

    #IntelEGS-width-full #IntelEGS-KV .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 1100px) {
    #IntelEGS-width-full #IntelEGS-KV {
        padding-top: 0%;
        padding-bottom: 0px;
    }
    
    #IntelEGS-width-full #IntelEGS-KV:before {
        background-image: none;
        padding-top: 0%;
    }

    /* #IntelEGS-width-full #IntelEGS-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #IntelEGS-width-full #IntelEGS-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%);
    } */
    #IntelEGS-width-full #IntelEGS-KV .bg img {
        width: 100% !important;
        max-width: inherit !important;
        margin: 0% auto 0% !important;
        margin-left: -0% !important;
    }
    #IntelEGS-width-full #IntelEGS-KV .bg:before{
        display: none;
    }

    #IntelEGS-width-full #IntelEGS-KV .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-KV h1{
        color: #000 !important;
    }
    #IntelEGS-width-full #IntelEGS-KV h2{
        text-align: center !important;
    }
    #IntelEGS-width-full #IntelEGS-KV .product-content {
        position: relative;
        margin-bottom: 0
    }
    #IntelEGS-width-full #IntelEGS-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%);
    }
    #IntelEGS-width-full #IntelEGS-KV{
        margin-bottom: 0px;
    }
    #IntelEGS-width-full #IntelEGS-KV .bg img {
        width: 150% !important;
    max-width: inherit !important;
    margin: 0% auto 0% !important;
    margin-left: -50% !important;
    }
    #IntelEGS-width-full h3{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #IntelEGS-width-full #IntelEGS-KV .maintitle {
        padding-top: .5em;
        padding-bottom: 0;
    }

    #IntelEGS-width-full #IntelEGS-KV .stitle p {
        font-size: 1.3em;
        text-align: center;
    }
}

/*IntelEGS-Records*/
#IntelEGS-width-full #IntelEGS-Records {
    padding-top: 0%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
}
#IntelEGS-width-full #IntelEGS-Records .info{
    color: #fff !important;
    text-shadow: 2px 2px 5px rgb(0 0 0);
}
#IntelEGS-width-full #IntelEGS-Records .maintitle {
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42%;
}

#IntelEGS-width-full #IntelEGS-Records .product-content {
    background-size: 100%;
    position: relative;
    display: inline-block;
}
#IntelEGS-width-full #IntelEGS-Records .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;
}

#IntelEGS-width-full #IntelEGS-Records .bg img {
    /* width: 100% !important; */
    width: 100% !important;
    margin-left: 0%;
    padding-top: 0px;
    background: #000;
}
#IntelEGS-width-full #IntelEGS-Records .bg .logo_records{
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 25% !important;
    background: none;
    max-width: 420px !important;
}
@media only screen and (max-width: 2080px) {

}
@media only screen and (max-width: 1920px) {

}
@media only screen and (max-width: 1780px) {

}
@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1580px) {

}
@media only screen and (max-width: 1480px) {

}
@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1280px) {
    #IntelEGS-width-full #IntelEGS-Records .bg .logo_records{
        position: absolute;
        top: 50%;
        left: 13%;
        transform: translate(-50%, -50%);
        width: 20% !important;
        background: none;
        max-width: 420px !important;
    }
    #IntelEGS-width-full #IntelEGS-Records .maintitle {
        left: 60%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
    }
}

@media only screen and (max-width: 1180px) {
    #IntelEGS-width-full #IntelEGS-Records {
        padding-top: 0%;
        padding-bottom: 0px;
    }
    #IntelEGS-width-full #IntelEGS-Records .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%);
    }
    #IntelEGS-width-full #IntelEGS-Records .bg .logo_records {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 35% !important;
        background: none;
        max-width: 420px !important;
    }
    #IntelEGS-width-full #IntelEGS-Records:before {
        background-image: none;
        padding-top: 0%;
    }
    #IntelEGS-width-full #IntelEGS-Records h2{
        color: #000 !important;
    }
    #IntelEGS-width-full #IntelEGS-Records .info {
        color: #000 !important;
        text-shadow: none;
    }
    #IntelEGS-width-full #IntelEGS-Records p{
        color: #000 !important;
    }
    #IntelEGS-width-full #IntelEGS-Records .bg:before{
        display: none;
    }

    #IntelEGS-width-full #IntelEGS-Records .stitle p {
        font-size: 1.3em;
        text-align: center !important;
    }
}
@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-Records h1{
        color: #000 !important;
    }
    #IntelEGS-width-full #IntelEGS-Records .product-content {
        position: relative;
        margin-bottom: 0
    }
    #IntelEGS-width-full #IntelEGS-Records .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%);
    }
    #IntelEGS-width-full #IntelEGS-Records{
        margin-bottom: 0px;
    }
    #IntelEGS-width-full #IntelEGS-Records .bg img {
        width: 200% !important;
        max-width: inherit !important;
        margin: 0% auto 0% !important;
        margin-left: -52% !important;
    }
    #IntelEGS-width-full #IntelEGS-Records .bg .logo_records {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70% !important;
        background: none;
        max-width: 420px !important;
        margin-left: 0% !important;
    }
    #IntelEGS-width-full h3{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #IntelEGS-width-full #IntelEGS-Records .maintitle {
        padding-top: .5em;
    }

    #IntelEGS-width-full #IntelEGS-Records .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) {
    #IntelEGS-width-full #IntelEGS-Barriers .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #IntelEGS-width-full #IntelEGS-Barriers .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #IntelEGS-width-full #IntelEGS-Barriers .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #IntelEGS-width-full #IntelEGS-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;
    }
    #IntelEGS-width-full #IntelEGS-Barriers .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #IntelEGS-width-full #IntelEGS-Barriers .maintitle {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    #IntelEGS-width-full #IntelEGS-Barriers .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-Barriers .flex-item-info .translate_box{
        padding: 0 18px;
    }
}
/*#IntelEGS-width-full #IntelEGS-workload*/
#IntelEGS-width-full #IntelEGS-workload{
    background:#fff;
    padding: 100px 0 100px;
}
#IntelEGS-width-full #IntelEGS-workload .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-workload .maintitle h3{
    font-size: 1.75em;
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2 !important;
    margin: 20px 0 0px 0 !important;
    padding-bottom: 15px;
    color: #0068b5 !important;
    display: inline-block;
    padding-top: 10px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    /* text-transform: uppercase; */
}
#IntelEGS-width-full #IntelEGS-workload .productGridTable {
    position: relative;
    margin-bottom: 20px;
}
#IntelEGS-width-full #IntelEGS-workload .productGridTable-item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    background-image: linear-gradient(to top, #f5f5f5, #f5f5f5, #f5f5f5);
    vertical-align: top;
    border-radius: 15px;
}
#IntelEGS-width-full #IntelEGS-workload .productGridTable-item {
    padding: 30px 18px 30px;
    background-color: #f3f6f8;
    min-height: auto;
}
#IntelEGS-width-full #IntelEGS-workload .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#IntelEGS-width-full #IntelEGS-workload .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    max-width: 314px;
    background-size: contain;
}
#IntelEGS-width-full #IntelEGS-workload .productGridTable-item .itemInfoContainer {
    margin-top: 10px;
    min-height: auto;
}
#IntelEGS-width-full #IntelEGS-workload .itemAction {
    position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#IntelEGS-width-full #IntelEGS-workload .itemAction.tag p{
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 0 0 4px;
    border-radius: 5px;
    font-size: 0.9em;
    background: #0068b5;
    padding: 3px 5px;
}
#IntelEGS-width-full #IntelEGS-workload a.link_style.link_style_c{
    min-width: 125px;
}
#IntelEGS-width-full #IntelEGS-workload .itemInfoContent .itemInfo-title{
    font-size: 1.7em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    color: #000 !important;
    margin: 25px 0 5px !important;
    text-align: center;
}
#IntelEGS-width-full #IntelEGS-workload .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#IntelEGS-width-full #IntelEGS-workload .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 3px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#IntelEGS-width-full #IntelEGS-workload .regular .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #IntelEGS-width-full #IntelEGS-workload .productGridTable {
        justify-content: flex-start;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        max-width: 1400px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable-item {
        margin: 0 15px 10px;
        width: calc(25% - 30px);
        max-width: 400px;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable-item.productGridTable-item_link{
        width: calc(45% - 10px);
        max-width: inherit;
        background: none;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable-item.productGridTable-item_link a.link_style{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    #IntelEGS-width-full #IntelEGS-workload .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #IntelEGS-width-full #IntelEGS-workload .itemAction {
        /*display: flex;
        justify-content: space-around;
        padding-right: 50px;
        padding-left: 50px;*/
    }
    #IntelEGS-width-full #IntelEGS-workload .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #IntelEGS-width-full #IntelEGS-workload .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 850px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 30px 30px 30px;
        width: 50%;
        max-width: 410px;
        min-height: auto;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable .productGridTable-item {
        padding: 30px 30px 30px;
    }
    #IntelEGS-width-full #IntelEGS-workload .itemInfoContainer {
        /*margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;*/
        width: 100%;
    }
    #IntelEGS-width-full #IntelEGS-workload .itemAction{
        position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    }
    #IntelEGS-width-full #IntelEGS-workload .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable-item.productGridTable-item_link{
        width: calc(66% - 10px);
        max-width: inherit;
        background: none;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable-item.productGridTable-item_link a.link_style{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 92%;
    }

}
@media (max-width: 730.5px){
    #IntelEGS-width-full #IntelEGS-workload{
        padding-top: 0;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: calc(100% - 36px );
        padding: 30px 30px 30px;
        max-width: 354px;
        min-height: auto;
    }
    #IntelEGS-width-full #IntelEGS-workload .regular .productGridTable-item{
        padding-bottom: 0px;
    }
    #IntelEGS-width-full #IntelEGS-workload .itemInfoContainer {
        /*margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;*/
        width: 100%;
    }
    #IntelEGS-width-full #IntelEGS-workload .itemAction {
        position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    }
    #IntelEGS-width-full #IntelEGS-workload .regular .itemAction {
        bottom: 50px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #IntelEGS-width-full #IntelEGS-workload .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #IntelEGS-width-full #IntelEGS-workload a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #IntelEGS-width-full #IntelEGS-workload .regular .productGridTable-item a.link_style{
        margin-top: 40px;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable-item.productGridTable-item_link{

        max-width: inherit;
        background: none;
    }
}
@media (max-width: 480px){
    #IntelEGS-width-full #IntelEGS-workload .maintitle{
        padding: 0px 0;
    }
    #IntelEGS-width-full #IntelEGS-workload .maintitle h2{
        text-align: center !important;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #IntelEGS-width-full #IntelEGS-workload .productGridTable .productGridTable-item  {
        width: calc(100% - 36px );
        padding: 30px 30px 30px;
        max-width: inherit;
    }
}

/*#IntelEGS-width-full #IntelEGS-Liquid*/
#IntelEGS-width-full #IntelEGS-Liquid{
    background:#fff;
    padding: 100px 0 100px;
}
#IntelEGS-width-full #IntelEGS-Liquid .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Liquid .maintitle h3{
    font-size: 1.75em;
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2 !important;
    margin: 20px 0 0px 0 !important;
    padding-bottom: 15px;
    color: #0068b5 !important;
    display: inline-block;
    padding-top: 10px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    /* text-transform: uppercase; */
}
#IntelEGS-width-full #IntelEGS-Liquid .productGridTable {
    position: relative;
    margin-bottom: 20px;
}
#IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    background-image: linear-gradient(to top, #f5f5f5, #f5f5f5, #f5f5f5);
    vertical-align: top;
    border-radius: 15px;
}
#IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item {
    padding: 30px 18px 30px;
    background-color: #f3f6f8;
    min-height: auto;
}
#IntelEGS-width-full #IntelEGS-Liquid .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    max-width: 314px;
    background-size: contain;
}
#IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item .itemInfoContainer {
    margin-top: 10px;
    min-height: auto;
}
#IntelEGS-width-full #IntelEGS-Liquid .itemAction {
    position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#IntelEGS-width-full #IntelEGS-Liquid .itemAction.tag p{
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 0 0 4px;
    border-radius: 5px;
    font-size: 0.9em;
    background: #0068b5;
    padding: 3px 5px;
}
#IntelEGS-width-full #IntelEGS-Liquid a.link_style.link_style_c{
    min-width: 125px;
}
#IntelEGS-width-full #IntelEGS-Liquid .itemInfoContent .itemInfo-title{
    font-size: 1.7em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    color: #000 !important;
    margin: 25px 0 5px !important;
    text-align: center;
}
#IntelEGS-width-full #IntelEGS-Liquid .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#IntelEGS-width-full #IntelEGS-Liquid .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 3px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#IntelEGS-width-full #IntelEGS-Liquid .regular .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable {
        justify-content: flex-start;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        max-width: 1400px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item {
        margin: 0 25px 10px;
        width: calc(33% - 50px);
        max-width: 400px;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item.productGridTable-item_link{
        width: calc(45% - 10px);
        max-width: inherit;
        background: none;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item.productGridTable-item_link a.link_style{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .itemAction {
        /*display: flex;
        justify-content: space-around;
        padding-right: 50px;
        padding-left: 50px;*/
    }
    #IntelEGS-width-full #IntelEGS-Liquid .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 850px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 30px 30px 30px;
        width: 33%;
        max-width: 410px;
        min-height: auto;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable .productGridTable-item {
        padding: 30px 30px 30px;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .itemInfoContainer {
        /*margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;*/
        width: 100%;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .itemAction{
        position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item.productGridTable-item_link{
        width: calc(66% - 10px);
        max-width: inherit;
        background: none;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item.productGridTable-item_link a.link_style{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 92%;
    }

}
@media (max-width: 730.5px){
    #IntelEGS-width-full #IntelEGS-Liquid{
        padding-top: 0;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: calc(100% - 36px );
        padding: 30px 30px 30px;
        max-width: 354px;
        min-height: auto;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .regular .productGridTable-item{
        padding-bottom: 0px;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .itemInfoContainer {
        /*margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;*/
        width: 100%;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .itemAction {
        position: relative;
    /*bottom: 45px;
    left: 0;*/
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .regular .itemAction {
        bottom: 50px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #IntelEGS-width-full #IntelEGS-Liquid a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .regular .productGridTable-item a.link_style{
        margin-top: 40px;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable-item.productGridTable-item_link{

        max-width: inherit;
        background: none;
    }
}
@media (max-width: 480px){
    #IntelEGS-width-full #IntelEGS-Liquid .maintitle{
        padding: 0px 0;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .maintitle h2{
        text-align: center !important;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #IntelEGS-width-full #IntelEGS-Liquid .productGridTable .productGridTable-item  {
        width: calc(100% - 36px );
        padding: 30px 30px 30px;
        max-width: inherit;
    }
}
/*#IntelEGS-width-full #IntelEGS-design*/
#IntelEGS-width-full #IntelEGS-design{
    /* background:#f4f4f4; */
    padding: 100px 0 50px;
}
#IntelEGS-width-full #IntelEGS-design .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-design ul{
    display: inline-block;
    width: 100%;
    max-width: 1400px;
    margin: 20px auto;
    padding: 0;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-design ul li{
    display: inline-block;
    width: calc(25% - 15px);
    margin: 0 auto 15px;
    padding: 0 30px;
    text-align: center;
    vertical-align: text-top;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-design ul li img{
    width: 100%;
    max-width: 160px !important;
    margin-bottom: 10px;
}
#IntelEGS-width-full #IntelEGS-design ul li p{
    font-size: 1.125em;
    line-height: 1.2em;
    text-align: left;
    display: list-item;
    list-style: disc;
    margin-bottom: 10px;
}
#IntelEGS-width-full #IntelEGS-design .maintitle h3{
    font-size: 1.7em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    text-align: center;
    color: #000;
    margin-bottom: 0.9em;
    letter-spacing: 0;
}

#IntelEGS-width-full #IntelEGS-design .maintitle img{
    margin-top: 30px;
}


#IntelEGS-width-full #IntelEGS-design .flexCon.flex-50-50>.flex-item.flex-50 {
    padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
    #IntelEGS-width-full #IntelEGS-design ul li{
        opacity: 1 !important;
    }
}
@media only screen and (max-width: 969px) {
    #IntelEGS-width-full #IntelEGS-design{
        padding: 50px 0;
    }
    #IntelEGS-width-full #IntelEGS-design .flexCon.flex-50-50>.flex-item {
         position: relative;
        width: 100%;
        padding: 0px 0;
    }
    #IntelEGS-width-full #IntelEGS-design .flexCon.flex-50-50>.flex-item.flex-45 {
        width: 100%;
    }
    #IntelEGS-width-full #IntelEGS-design .flexCon.flex-50-50>.flex-item.flex-55 {
        width: 100%;
        margin-top: 30px;
    }
    #IntelEGS-width-full #IntelEGS-design ul li{
        width: calc(50% - 15px);
    }
    #IntelEGS-width-full #IntelEGS-design .maintitle img{
        margin-bottom: 10px !important;
    }
    #IntelEGS-width-full #IntelEGS-design .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;
    }
    #IntelEGS-width-full #IntelEGS-design .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 969px) {
    #IntelEGS-width-full #IntelEGS-design .maintitle {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 820px) {
    #IntelEGS-width-full #IntelEGS-design .mainfull {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-design .flexCon.flex-50-50>.flex-item.flex-50{
        padding: 0;
    }
    #IntelEGS-width-full #IntelEGS-design .translate_box{
        padding: 0 0px;
        width: 100%;
    }
    #IntelEGS-width-full #IntelEGS-design .maintitle h3{
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 640px) {
    #IntelEGS-width-full #IntelEGS-design ul li{
        width: 100%;
        margin-bottom: 20px !important;
    }
    #IntelEGS-width-full #IntelEGS-design ul li .info{
        text-align: center !important;
    }
    #IntelEGS-width-full #IntelEGS-design .maintitle img {
        margin-bottom: 0px !important;
    }
}

/**/
#IntelEGS-width-full #IntelEGS-Text{
    /* background:#f4f4f4; */
    padding: 100px 0 150px;
}
#IntelEGS-width-full #IntelEGS-Text .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Text .text_icon_list {
    display: inline-block;
    width: 100%;
    /* max-width: 1100px; */
    list-style: none;
    padding: 0 0px;
    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;
}
#IntelEGS-width-full #IntelEGS-Text .text_icon_list li {
    width: 33.3333%;
    float: left;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    /* border-left: 1px #00b4ff solid; */
}
#IntelEGS-width-full #IntelEGS-Text .text_icon_list li.list_three_40{
    width: 40%;
    margin-bottom: 0;
}
#IntelEGS-width-full #IntelEGS-Text .text_icon_list li.list_three_20{
    width: 20%;
    margin-bottom: 0;
}
#IntelEGS-width-full #IntelEGS-Text .text_icon_list li h3{
/*     position: absolute;
    bottom: 100%;
    left: 0; */
    text-align: center;
    font-size: 1.7em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    color: #000;
    margin-bottom: 0em;
    letter-spacing: 0;
    white-space:nowrap;
}
#IntelEGS-width-full #IntelEGS-Text .text_icon_list.list_five li{
    width: 20%;
}
#IntelEGS-width-full #IntelEGS-Text .text_icon_list.list_auto li {
    width: 33.3333%;
    float: left;
    /* border-left: 1px #00b4ff solid; */
}

#IntelEGS-width-full .text_icon {
    display: inline-block;
    margin: 0;
    padding: 0 20px
}

#IntelEGS-width-full .text_icon div {
    position: relative;
    text-align: center;
    padding: 0
}
#IntelEGS-width-full #IntelEGS-Text .solutions_box{
    display: inline-block;
    width: 100%;
    padding: 0px;
}
#IntelEGS-width-full #IntelEGS-Text .solutions_box ul{
    display: inline-block;
    width: 100%;
}
#IntelEGS-width-full #IntelEGS-Text .solutions_box .list_40{
    display: inline-block;
    float: left;
    width: 36%;
}
#IntelEGS-width-full #IntelEGS-Text .solutions_box .list_20{
    display: inline-block;
    float: left;
    width: 28%;
    padding: 0 30px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Text .solutions_box .list_20:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left: dashed #ccc 1px;
    border-right: dashed #ccc 1px;
}
#IntelEGS-width-full #IntelEGS-Text .solutions_box .list_40 li{
    width: 50%;
    float: left;
}
#IntelEGS-width-full #IntelEGS-Text .solutions_box h3{
/*     position: absolute;
    bottom: 100%;
    left: 0; */
    text-align: center;
    font-size: 1.7em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    color: #000;
    margin-bottom: 0em;
    letter-spacing: 0;
    /* white-space:nowrap; */
    min-height: 60px;
    margin-bottom: 20px;
}
/*#IntelEGS-width-full .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;
}*/
#IntelEGS-width-full .text_icon p {
    display: inline-block;
    width: 100%
}

#IntelEGS-width-full .text_icon .title {
    /*font-style: italic;*/
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;    font-size: 6.2em;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    color: #0068b5;
    /* margin-bottom: -10px; */
}

#IntelEGS-width-full .text_icon .title span {
    font-family: "Myriad Pro Semibold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 0.2em;
    margin-left: 3px;
    line-height: 1em;
    color: #000;
    font-weight: 300;
    white-space:nowrap;
}

#IntelEGS-width-full .text_icon .desc {
font-family: "Myriad Pro", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
font-size: 1.2em;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    line-height: 1.2em;
    display: inline-block;
    /* margin-top: -30px; */
}
#IntelEGS-width-full .text_icon .note{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1320px) {
    #IntelEGS-width-full .text_icon .title{
        font-size: 5em;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1024px) {
    #IntelEGS-width-full .text_icon .title {
        font-size: 8em;
        margin-bottom: -10px;
    }
    #IntelEGS-width-full #IntelEGS-Text .solutions_box .list_40,
    #IntelEGS-width-full #IntelEGS-Text .solutions_box .list_20{
        width: 100%;
    }
    #IntelEGS-width-full #IntelEGS-Text .solutions_box .list_20{
        margin: 50px 0;
    }
    #IntelEGS-width-full #IntelEGS-Text .solutions_box .list_20:after{
        display: none;
    }
    #IntelEGS-width-full #IntelEGS-Text .solutions_box h3{
        min-height: inherit;
    }
}

@media only screen and (max-width: 769px) {
    #IntelEGS-width-full .text_icon_list li,
    #IntelEGS-width-full .text_icon_list.list_auto li {
        width: 100%;
        margin-bottom: 30px;
    }

    #IntelEGS-width-full .text_icon .title {
        font-size: 5.6em
    }

    #IntelEGS-width-full .text_icon .title span {
        font-size: 0.2em
    }
    #IntelEGS-width-full #IntelEGS-Text h3 {
        text-align: left;
    }
    #IntelEGS-width-full #IntelEGS-Text .bg{
        top: 0%;
        width: 300%;
        left: -50%;
    }
    #IntelEGS-width-full #IntelEGS-Text h4.text_stroke{
        right: -3.7em;
        font-size: 2.4em;
        top: 50%;
        left: inherit;
    }
}
@media only screen and (max-width: 480px) {

}
#IntelEGS-width-full h4.text_stroke{
    background-size: 100% 100%;
    -webkit-text-stroke: 1px #0068b5;
    -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
    font-size: 3em;
    text-transform: uppercase;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
        position: absolute;
    left: -3.4em;
    top: 44%;
}
/*#IntelEGS-width-full #IntelEGS-Improved*/
#IntelEGS-width-full #IntelEGS-Improved{
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Improved .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 150px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Improved .mainfull{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Improved h3 {
    font-size: 1.75em;
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}
#IntelEGS-width-full #IntelEGS-Improved ul.updown_section{
    display: inline-block;
    width: 100%;
    margin: 20px 0 20px;
}
#IntelEGS-width-full #IntelEGS-Improved ul.updown_section.updown_section_twothirds{
    width: 66.66%;
    margin: 0 auto
}
#IntelEGS-width-full #IntelEGS-Improved ul.updown_section li{
    list-style: inherit;
    display: inline-block;
    float: left;
    padding: 0 5px;
}
#IntelEGS-width-full #IntelEGS-Improved ul.updown_section_two li{
    width: 50%;
}
#IntelEGS-width-full #IntelEGS-Improved ul.updown_section_three li{
    width: 33.3333%;
}
#IntelEGS-width-full #IntelEGS-Improved ul.updown_section_four li{
    width: 25%;
    padding: 0 0 10px;
}
#IntelEGS-width-full #IntelEGS-Improved ul.updown_section li:first-child{
    padding-left: 0;
    padding-right: 10px
}
#IntelEGS-width-full #IntelEGS-Improved ul.updown_section li:last-child{
    padding-right: 0;
    /* padding-left: 10px; */
}
@media only screen and (max-width: 768px) {
    #IntelEGS-width-full #IntelEGS-Improved ul.updown_section li{
        width: 100% !important;
        padding: 0 !important
    }
    #IntelEGS-width-full #IntelEGS-Improved ul.updown_section.updown_section_twothirds{
        width: 100%
    }
}
/*#IntelEGS-width-full #IntelEGS-Solutions*/
#IntelEGS-width-full #IntelEGS-Solutions{
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Solutions .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 150px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Solutions .mainfull{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Solutions .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}
#IntelEGS-width-full #IntelEGS-Solutions .bg img{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    #IntelEGS-width-full #IntelEGS-Solutions .text_icon .title {
        font-size: 4.5em
    }
    #IntelEGS-width-full #IntelEGS-Solutions .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-Solutions .maintitle{
        padding-top: 0px;
        padding-bottom: 0;
    }
    #IntelEGS-width-full #IntelEGS-Solutions .text_icon_list li,
    #IntelEGS-width-full #IntelEGS-Solutions .text_icon_list.list_auto li {
        width: 100%;
        margin-bottom: 30px;
    }
    #IntelEGS-width-full #IntelEGS-Solutions .bg{
        width: 300%;
    }
    #IntelEGS-width-full #IntelEGS-Solutions .mainfull{
        padding-top: 0;
    }
    #IntelEGS-width-full #IntelEGS-Solutions .text_icon_list li, #IntelEGS-width-full #IntelEGS-Solutions .text_icon_list.list_auto li{
        margin: 20px 0;
    }
    #IntelEGS-width-full #IntelEGS-Solutions .text_icon_list{
        margin: 0px 0 30px;
        padding: 0;
    }
    #IntelEGS-width-full #IntelEGS-Solutions .text_icon .title {
        font-size: 3.6em
    }

    #IntelEGS-width-full #IntelEGS-Solutions .text_icon .title span {
        font-size: 0.2em
    }
}

/*#IntelEGS-width-full #IntelEGS-SC22*/
#IntelEGS-width-full #IntelEGS-SC22{
    position: relative;
}
#IntelEGS-width-full #IntelEGS-SC22 h2{
    font-size: 3.6em;
}
#IntelEGS-width-full #IntelEGS-SC22 h4.text_stroke{
    left: -5.4em;
}
#IntelEGS-width-full #IntelEGS-SC22 .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-SC22 .maintitle .bgstyle{
    text-align: center;
}
#IntelEGS-width-full #IntelEGS-SC22 .maintitle .bgstyle:before{
    display: none;
}
#IntelEGS-width-full #IntelEGS-SC22 .maintitle img.logo_intel{
    width: 100%;
    max-width: 261px !important;
}
#IntelEGS-width-full #IntelEGS-SC22 .mainfull{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-SC22 ul.sub_tab_btns {
    width: 100%;
    text-align: left;
    /* display: inline-flex; */
    margin: 40px auto 0;
}
#IntelEGS-width-full #IntelEGS-SC22 ul.sub_tab_btns li {
        display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px);
    position: relative;
    cursor: pointer;
    display: inline-flex;
    padding: 30px 20px;
    border: 3px solid #0068b5;
    min-height: 170px;
    margin: 0 8px 5px;
    text-align: center;
}
#IntelEGS-width-full #IntelEGS-SC22 ul.sub_tab_btns li:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #0068b5;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -9px;
    left: -9px;
    margin: auto;
    opacity: 0.2;
}
#IntelEGS-width-full #IntelEGS-SC22 ul.sub_tab_btns li:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #0068b5;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: 3px;
    right: -9px;
    margin: auto;
    opacity: 0.2;
}
#IntelEGS-width-full #IntelEGS-SC22 ul.sub_tab_btns li div {
    display: inline-flex;
    padding: 6px 20px;
    border: 2px solid #1cf6ff;
    width: 100%;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
    min-height: 50px;
    position: relative;
    margin: auto;
}
#IntelEGS-width-full #IntelEGS-SC22 ul.sub_tab_btns li h3 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    font-size: 1.5em;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: #0068b5;
    /* transform: skewX(20deg); */
    /* text-transform: uppercase; */
    line-height: 1em;
    position: absolute;
    top: 50%;
    line-height: 1.2;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 800;
    /* text-transform: uppercase; */
}
@media only screen and (max-width: 1024px) {
    #IntelEGS-width-full #IntelEGS-SC22 .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-SC22 .maintitle{
        padding-top: 0px;
        padding-bottom: 0;
    }
    #IntelEGS-width-full #IntelEGS-SC22 .bg{
        width: 300%;
    }
    #IntelEGS-width-full #IntelEGS-SC22 .mainfull{
        padding-top: 0;
    }
    #IntelEGS-width-full #IntelEGS-SC22 ul.sub_tab_btns{
        margin-bottom: 50px;
    }
    #IntelEGS-width-full #IntelEGS-SC22 ul.sub_tab_btns li{
        width: calc(50% - 20px);
        margin-bottom: 10px;
    }
    #IntelEGS-width-full #IntelEGS-SC22 h4.text_stroke{
        left: inherit;
        font-size: 2.4em;
        top: 50%;
        right: -6em;
    }
}

/*#IntelEGS-width-full #IntelEGS-Memory*/
#IntelEGS-width-full #IntelEGS-Memory{
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Memory h2{
    font-size: 3.6em;
}
#IntelEGS-width-full #IntelEGS-Memory h4.text_stroke{
    right: -5.4em;
    left: inherit;
}
#IntelEGS-width-full #IntelEGS-Memory .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 150px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Memory .maintitle .bgstyle{
    text-align: center;
}
#IntelEGS-width-full #IntelEGS-Memory .maintitle .bgstyle:before{
    display: none;
}
#IntelEGS-width-full #IntelEGS-Memory .maintitle img.logo_intel{
    width: 100%;
    max-width: 261px !important;
}
#IntelEGS-width-full #IntelEGS-Memory .mainfull{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Memory ul.sub_tab_btns {
    width: 100%;
    text-align: left;
    /* display: inline-flex; */
    margin: 40px auto 0;
}
#IntelEGS-width-full #IntelEGS-Memory ul.sub_tab_btns li {
        display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px);
    position: relative;
    cursor: pointer;
    display: inline-flex;
    padding: 20px 10px;
    border: 3px solid #0068b5;
    min-height: 190px;
    margin: 0 8px 5px;
    text-align: center;
    justify-content: space-around;
}
#IntelEGS-width-full #IntelEGS-Memory ul.sub_tab_btns li:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #0068b5;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -9px;
    left: -9px;
    margin: auto;
    opacity: 0.2;
}
#IntelEGS-width-full #IntelEGS-Memory ul.sub_tab_btns li:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #0068b5;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: 3px;
    right: -9px;
    margin: auto;
    opacity: 0.2;
}

#IntelEGS-width-full #IntelEGS-Memory ul.sub_tab_btns li h3 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    font-size: 1.5em;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: #0068b5;
    /* transform: skewX(20deg); */
    /* text-transform: uppercase; */
    line-height: 1em;
    position: absolute;
    top: 50%;
    line-height: 1.2;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-weight: 800;
    /* text-transform: uppercase; */
}
#IntelEGS-width-full #IntelEGS-Memory ul.sub_tab_btns .text_icon .desc{
    font-size: 1em;
    color: #0068b5;
}
#IntelEGS-width-full #IntelEGS-Memory ul.sub_tab_btns .text_icon .title{
    font-size: 3em;
    color: #0068b5;
}
@media only screen and (max-width: 1024px) {
    #IntelEGS-width-full #IntelEGS-Memory .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-Memory .maintitle{
        padding-top: 0px;
        padding-bottom: 0;
    }
    #IntelEGS-width-full #IntelEGS-Memory .bg{
        width: 300%;
    }
    #IntelEGS-width-full #IntelEGS-Memory .mainfull{
        padding-top: 0;
    }
    #IntelEGS-width-full #IntelEGS-Memory ul.sub_tab_btns{
        margin-bottom: 50px;
    }
    #IntelEGS-width-full #IntelEGS-Memory ul.sub_tab_btns li{
        width: calc(50% - 20px);
        margin-bottom: 10px;
    }
    #IntelEGS-width-full #IntelEGS-Memory h4.text_stroke{
        right: -6em;
        font-size: 2.4em;
        top: 50%;
    }
}

/*#IntelEGS-width-full #IntelEGS-Tab*/
#IntelEGS-width-full #IntelEGS-Tab{

}
#IntelEGS-width-full #IntelEGS-Tab .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Tab .tabs_area{

}
#IntelEGS-width-full #IntelEGS-Tab #Tab_list{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
#IntelEGS-width-full #IntelEGS-Tab #Tab_list li{
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
        position: relative;
    z-index: 1;
}
#IntelEGS-width-full #IntelEGS-Tab #Tab_list li a{
    display: inline-block;
    width: 100%;
    background: #fff;
    position: relative;
    border: 3px #ccc solid;
    border-left: 20px #ccc solid;
    padding: 12px 20px 8px;
    text-decoration: none !important;
}
#IntelEGS-width-full #IntelEGS-Tab #Tab_list li a.active{
    border-color: #0068b5;
}
#IntelEGS-width-full #IntelEGS-Tab #Tab_list li a.active:before{
        content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    background: #000;
    left: -12px;
    top: 8px;
    background-image: linear-gradient(45deg, #41acff, #1adefb, #8effe6);
    z-index: -1;
}
#IntelEGS-width-full #IntelEGS-Tab #Tab_list li a h3{
    font-size: 1.7em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    text-align: left;
    color: #000;
    margin: 0;
}
#IntelEGS-width-full #IntelEGS-Tab .list_txt{
    display: inline-block;
    width: 100%;
}
#IntelEGS-width-full #IntelEGS-Tab .list_txt li{
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 25px;
}
#IntelEGS-width-full #IntelEGS-Tab .list_txt li p{
        font-family: "Myriad Pro", 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #000 !important;
    font-size: 1.125em;
    line-height: 1.2em;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.007em;
    margin-bottom: 0px;
}
#IntelEGS-width-full #IntelEGS-Tab .tab_info{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 30px 18px 30px 18px;
}
#IntelEGS-width-full #IntelEGS-Tab .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;
}
#IntelEGS-width-full #IntelEGS-Tab img.logo_amd_epyc{
    width: 80%;
    max-width: 208px !important;
    margin-bottom: 20px !important;
}
@media only screen and (max-width: 480px) {
    #IntelEGS-width-full #IntelEGS-Tab .maintitle{
        padding-bottom: 0
    }
}

/*#IntelEGS-width-full #IntelEGS-cooling*/
#IntelEGS-width-full #IntelEGS-cooling{
    background: #05307e;
    position: relative;
    overflow: hidden;
}
#IntelEGS-width-full #IntelEGS-cooling .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 150px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-cooling .bg{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
    width: 100%;
}
#IntelEGS-width-full #IntelEGS-cooling .bg img{
    width: 100%;
}
#IntelEGS-width-full #IntelEGS-cooling .maintitle img.pd_cooling{
    max-width: 350px !important;
}
#IntelEGS-width-full #IntelEGS-cooling h3{
    font-size: 1.75em;
    font-family: "Myriad Pro Bold", "Helvetica", "Myriad Pro Light", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}
#IntelEGS-width-full #IntelEGS-cooling .maintitle .flexCon{
    margin-top: 50px;
}
@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-cooling .maintitle{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/*#IntelEGS-width-full #IntelEGS-Webinar*/
#IntelEGS-width-full #IntelEGS-Webinar{
    position: relative;
    background: #fff;
}
#IntelEGS-width-full #IntelEGS-Webinar .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 150px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Webinar .mainfull{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Webinar .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}
#IntelEGS-width-full #IntelEGS-Webinar .bg img{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
#IntelEGS-width-full #IntelEGS-Webinar .maintitle h3 {
    font-size: 1.7em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    color: #000;
    margin: 25px 0 5px;
}
#IntelEGS-width-full #IntelEGS-Webinar .flexCon.flex-50-50>.flex-item{
    padding: 0 40px !important;
}
@media only screen and (max-width: 1024px) {
    #IntelEGS-width-full #IntelEGS-Webinar .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
    #IntelEGS-width-full #IntelEGS-cooling .bg img{
        width: 350%;
        max-width: inherit !important;
    }
}

@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-Webinar .maintitle{
        padding-top: 0px;
        padding-bottom: 0;
    }
    #IntelEGS-width-full #IntelEGS-Webinar .bg{
        width: 300%;
    }
    #IntelEGS-width-full #IntelEGS-Webinar .mainfull{
        padding-top: 0;
    }
}

/*#IntelEGS-width-full #IntelEGS-Optimized*/
#IntelEGS-width-full #IntelEGS-Optimized{
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Optimized .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 150px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 150px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Optimized .mainfull{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0px;
    position: relative;
}
#IntelEGS-width-full #IntelEGS-Optimized .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0% 0;
}
#IntelEGS-width-full #IntelEGS-Optimized .bg img{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
#IntelEGS-width-full #IntelEGS-Optimized .maintitle h3 {
    font-size: 1.7em;
    font-family: "Myriad Pro Bold", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    padding: 0px;
    color: #000;
    margin: 25px 0 5px;
}
@media only screen and (max-width: 1024px) {
    #IntelEGS-width-full #IntelEGS-Optimized .translate_box{
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-Optimized .maintitle{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #IntelEGS-width-full #IntelEGS-Optimized .bg{
        width: 300%;
    }
    #IntelEGS-width-full #IntelEGS-Optimized .mainfull{
        padding-top: 0;
    }
}
/*Anorak-Jacket-05*/
#IntelEGS-width-full #IntelEGS-05 {
    padding-top: 60.6359%;
    overflow-y: hidden
}

#IntelEGS-width-full #IntelEGS-05:before {
    background-image: url("../img/bg_05.jpg");
    background-size: cover;
}

#IntelEGS-width-full #IntelEGS-05 .maintitle {
    left: 28%;
    top: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 36%;
}

#IntelEGS-width-full #IntelEGS-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) {
    #IntelEGS-width-full #IntelEGS-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1660px) {
    #IntelEGS-width-full #IntelEGS-05 .mtitle p {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 1440px) {
    #IntelEGS-width-full #IntelEGS-05 .stitle p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 1350px) {
    #IntelEGS-width-full #IntelEGS-05 .mtitle p {
        font-size: 4.5em;
        margin-bottom: 10px
    }

    #IntelEGS-width-full #IntelEGS-05 .stitle p {
        font-size: 1.5em;
    }

    #IntelEGS-width-full #IntelEGS-05 .maintitle .logo_group {
        padding: 10px 0 15px
    }
}

@media only screen and (max-width: 969px) {
    #IntelEGS-width-full #IntelEGS-05 .mtitle p {
        font-size: 3em;
        background: none;
        -webkit-text-fill-color: inherit;
    }

    #IntelEGS-width-full #IntelEGS-05 img.mobile {
        display: block !important;
    }

    #IntelEGS-width-full #IntelEGS-05 .control_io_mobile {
        display: block !important;
    }

    #IntelEGS-width-full #IntelEGS-05 .control_io {
        display: none !important;
    }

    #IntelEGS-width-full #IntelEGS-05:before {
        background-image: none;
        padding-top: 0%;
    }

    #IntelEGS-width-full #IntelEGS-05 {
        padding-top: 0%;
        padding-bottom: 0px
    }

    #IntelEGS-width-full #IntelEGS-05 .product-content {
        position: relative;
        margin-bottom: 0
    }

    #IntelEGS-width-full #IntelEGS-05 .maintitle {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        padding: 30px 18px 50px;
        transform: translate(0%, 0%);
    }

    #IntelEGS-width-full #IntelEGS-05 .mtitle p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #IntelEGS-width-full #IntelEGS-05 .stitle p {
        margin-top: 20px
    }

    #IntelEGS-width-full #IntelEGS-05 .mtitle p {
        font-size: 3em;
    }
}

@media only screen and (max-width: 769px) {
    #IntelEGS-width-full #IntelEGS-05 .mtitle p {
        font-size: 2.5em;
    }

    #IntelEGS-width-full #IntelEGS-05 .stitle p {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 480px) {
    #IntelEGS-width-full #IntelEGS-05 .maintitle {
        padding-top: .5em;
    }

    #IntelEGS-width-full #IntelEGS-05 .mtitle p {
        font-size: 2.5em;
    }

    #IntelEGS-width-full #IntelEGS-05 .stitle p {
        font-size: 2em;
    }
}
@media only screen and (max-width: 1880px) {
    #IntelEGS-width-full .mtitle p,
    #IntelEGS-width-full h2 {
        font-size: 4.2em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1780px) {
    #IntelEGS-width-full .mtitle p,
    #IntelEGS-width-full h2 {
        font-size: 3.8em;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
@media only screen and (max-width: 1440px) {
    #IntelEGS-width-full .mtitle p,
    #IntelEGS-width-full h2 {
        font-size: 3.6em;
        line-height: 1.2em;
    }
}
@media (min-width: 759px) and (max-width: 969px) {
    #IntelEGS-width-full .mtitle p,
    #IntelEGS-width-full h2 {
        font-size: 3.2em;
        line-height: 1.2em;
    }

   /*  #IntelEGS-width-full .flex-item .info,
    #IntelEGS-width-full .mainfull .maintitle .info,
    #IntelEGS-width-full .mainsize .maintitle .info {
        font-size: 1.5em;
        line-height: 1.5em;
        width: 100%
    } */

    #IntelEGS-width-full .full-section {
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    #IntelEGS-width-full #Helios-colorarea .info_left {
        padding: 0
    }
}

@media (max-width: 769px) {

    #IntelEGS-width-full img.webstyle,
    #IntelEGS-width-full .webstyle {
        display: none;
    }

    /* 左文右圖 */
    #IntelEGS-width-full .maintitle.lefttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #IntelEGS-width-full .maintitle.lefttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    /* 左圖右文 */
    #IntelEGS-width-full .maintitle.righttxt .info_left {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #IntelEGS-width-full .maintitle.righttxt .info_right {
        margin: 0 !important;
        padding: 0px 0px !important;
        width: 100% !important;
        max-width: inherit !important;
        display: inline-block
    }

    #IntelEGS-width-full img.mobile,
    #IntelEGS-width-full .mobile {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }

    #IntelEGS-width-full .maintitle .info,
    #IntelEGS-width-full .maintitle .mtitle {
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    #IntelEGS-width-full .maintitle .mtitle {
        padding-top: 0 !important;
    }

    #IntelEGS-width-full .flex-item .info,
    #IntelEGS-width-full .mainfull .maintitle .info,
    #IntelEGS-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;
    }

    #IntelEGS-width-full .full-section {
        /*border-bottom: 1px solid #ccc;*/
        background-size: contain;
        background-position: center bottom;
        height: auto;
        /*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    /*#IntelEGS-width-full .full-section:first-child {
border-top: 1px solid #ccc;
}*/
    #IntelEGS-width-full .full-section:last-child {
        border-bottom: 0px solid #ccc;
    }

    #IntelEGS-width-full .mtitle p,
    #IntelEGS-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;
    }

    #IntelEGS-width-full .stitle p {
        font-size: 2em;
        text-align: left;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }

    #IntelEGS-width-full .full-section {
        padding: 0 0;
    }
}
@media only screen and (max-width: 480px) {
    #IntelEGS-width-full .mtitle p,
    #IntelEGS-width-full h2 {
        font-size: 2.4em !important;
        line-height: 1.2em;
    }
}
/* nav bar */
#IntelEGS-width-full #IntelEGS-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;
}

#IntelEGS-width-full #IntelEGS-nav ul {
    list-style: none;
    display: block;
    margin: 0;
}

#IntelEGS-width-full #IntelEGS-nav ul li {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0;
    display: inline-block;
    line-height: 20px
}

#IntelEGS-width-full #IntelEGS-nav ul li a {
    display: inline-block;
    width: 8px;
    position: absolute;
    padding: 15px;
    height: 8px;
    z-index: 9999;
    top: 0
}

#IntelEGS-width-full #IntelEGS-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;
}

#IntelEGS-width-full #IntelEGS-nav ul li b {
    display: none;
    position: absolute;
    top: 60%;
    margin-top: -12px;
    right: 40px;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #0068b5;
    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;
}

#IntelEGS-width-full #IntelEGS-nav ul li.on.active b,
#IntelEGS-width-full #IntelEGS-nav ul li.active b {
    top: 90%
}

#IntelEGS-width-full #IntelEGS-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;
}

#IntelEGS-width-full #IntelEGS-nav ul li:hover div {
    background: #0068b5
}

#IntelEGS-width-full #IntelEGS-nav ul li.active {
    height: 38px !important
}

#IntelEGS-width-full #IntelEGS-nav ul li.active div {
    background: #0068b5;
    height: 30px !important;
    top: 5px;
}

@media (max-width: 769px) {

    /* special-sectionOverview #rog_chariot_rgb_nav-nav */
    #IntelEGS-width-full #IntelEGS-nav {
        display: none;
    }
}

/*動態CSS*/
#IntelEGS-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
    }
}

#IntelEGS-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
    }
}

#IntelEGS-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
    }
}

#IntelEGS-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,
#IntelEGS-width-full .mainfull .maintitle .product-text,
#IntelEGS-width-full .mainfull .maintitle
{
opacity: 1 !important
}
#IntelEGS-width-full .txt_move{
animation: inherit !important;
}
#IntelEGS-width-full .txt_move_b{
animation: inherit !important;
}
} */

#IntelEGS-width-full .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#IntelEGS-width-full .slick-prev:before, #IntelEGS-width-full .slick-next:before {
  color: #0072ce !important;
}
#IntelEGS-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%);
}
#IntelEGS-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%);
}
#IntelEGS-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%);
}
#IntelEGS-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) {
    #IntelEGS-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;
    }
    #IntelEGS-width-full .slick-prev:before,
    #IntelEGS-width-full .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}

/**/
#videoplayer {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 199999;
    padding: 2%;
    width: 100%;
    height: 100%;
    background: black;
    background: rgba(0, 0, 0, 1);
    animation: videoplayer-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.36s;
    animation-fill-mode: backwards
}

#videoplayer iframe.player {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    background: black
}

#videoplayer .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    overflow: hidden;
    opacity: .6;
    transition: opacity .15s;
    color: white;
    cursor: pointer
}

#videoplayer .close:hover {
    opacity: 1
}

#videoplayer .close:active {
    opacity: .82
}

#videoplayer .close:focus {
    opacity: .82;
    box-shadow: inset 0 0 0 2px rgba(27, 127, 204, 0.8);
    outline: none
}

#videoplayer .close:before {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 52px;
    content: "\00D7";
    font-family: 'arial', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}
#IntelEGS-width-full a.play.video_btn{
    display: inline-block;
    position: relative; 
}
#IntelEGS-width-full a.play.video_btn:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    left: 0px;
    top: 0px;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    z-index: 1;
}
#IntelEGS-width-full a.play.video_btn:hover:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0px;
    top: 0px;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
#IntelEGS-width-full .bgstyle{
    display: inline-block;
    position: relative;
}
#IntelEGS-width-full .bgstyle span.tag{
    color: #fff;
    background: #0068b5;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 6px 20px;
    /* text-transform: uppercase; */
}
#IntelEGS-width-full .flex-reverse .bgstyle span.tag{
    left: auto;
    right: 0;
}
#IntelEGS-width-full .bgstyle span.tag:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: #fdfefe #fdfefe transparent transparent;
    position: absolute;
    top: -2px;
    right: -2px;
    margin: auto;
}

#IntelEGS-width-full .bgstyle:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 10px;
    top: 10px;
    background-image: linear-gradient(45deg, #0068b5, #307cb5, #78c6ff);
}
#IntelEGS-width-full a.play.video_btn .icon-play{
     width: 60px;
     height: 60px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.5);
     border:  2px solid #fff;
     position: absolute;
     top: 50%;
     left: 50%;
     margin: auto;
     opacity: .8;
     transform: translate(-50%, -50%);
     -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
     z-index: 2;
}
#IntelEGS-width-full a.play.video_btn .icon-play:before{
     content: '';
     display: block;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 0 10px 15px;
     border-color: transparent transparent transparent #ffffff;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 5px;
     margin: auto;
        -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
}
#IntelEGS-width-full a.play.video_btn:hover .icon-play{
    width: 80px;
    height: 80px;
    background: #0068b5;
    border: 2px solid #0068b5;
    -moz-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
     opacity: 1;
}
#IntelEGS-width-full a.play.video_btn:hover .icon-play:before{
    border-width: 20px 0 20px 30px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    left: 10px;
}

#IntelEGS-width-full ul.icos_box {
    text-align: left;
    width: 100%;
    margin: 10px auto 0;
}

#IntelEGS-width-full ul.icos_box li {
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    padding: 0 10px !important;
    margin-bottom: 10px !important;
}

#IntelEGS-width-full ul.icos_box li img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#IntelEGS-width-full ul.icos_box li span {
    font-size: 0.9em;
    color: #d0b18a;
}

@media only screen and (max-width: 1024px) {
    #IntelEGS-width-full ul.icos_box li {
        max-width: inherit !important;
    }
}


/**/
#IntelEGS-width-full #Resources{
    /* display: inline-block; */
    background: #f5f5f5;
}
#IntelEGS-width-full #Resources .maintitle{
        text-align: center;
    width: 100%;
    max-width: 1436px;
    margin: 0 auto;
    padding-top: 70px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 100px;
    position: relative;
}
#IntelEGS-width-full #Resources .productGridTable {
    position: relative;
}
#IntelEGS-width-full #Resources .productGridTable-item {
    display: inline-block;
    position: relative;
    padding: 0px 0px 92px;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
    min-height: auto;
}

#IntelEGS-width-full #Resources .itemImgContainer {
    width: 100%;
    height: auto;
    text-align: center;
}
#IntelEGS-width-full #Resources .itemImgContainer .lab_mark{
    font-family: "MyriadPro",sans-serif;
    color: #fff;
    font-size: 0.8em;
    padding: 5px 20px;
    background: #0068B1;
    border-radius: 0px 0 0px 8px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#IntelEGS-width-full #Resources .productGridTable-item img {
    position: relative;
    margin: 0 auto;
    /* height: 245px; */
    width: 100%;
    /* max-width: 314px; */
    background-size: contain;
}
#IntelEGS-width-full #Resources .productGridTable-item .itemInfoContainer {
    margin-top: 32px;
    min-height: auto;
    padding: 0 30px;
}
#IntelEGS-width-full #Resources .itemAction {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#IntelEGS-width-full #Resources a.link_style.link_style_c{
    min-width: 125px;
}

#IntelEGS-width-full #Resources .itemInfoContent .itemInfo-txt{
    font-family: "MyriadPro",sans-serif;
    color: #555555;
    margin: 0 auto 20px;
    max-width: 950px;
    text-align: left;
    font-size: 1em;
}
#IntelEGS-width-full #Resources .itemInfoContent .itemInfo-title{
    font-size: 1.3em;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
#IntelEGS-width-full #Resources .itemInfoContent .itemInfo-point {
    margin-top: 20px;
    margin-bottom: 38px;
    padding-left: 0;
    line-height: 1.2;
}
#IntelEGS-width-full #Resources .itemInfoContent .itemInfo-point li{
    color: #333333;
    margin-bottom: 0px;
    margin-left: 24px;
    line-height: 1.4;
    font-size: 1em;
    list-style: disc;
    text-align: left;
}
#IntelEGS-width-full #Resources .regular .productGridTable-item,
#IntelEGS-width-full #Resources .regular_b .productGridTable-item,
#IntelEGS-width-full #Resources .regular_c .productGridTable-item,
#IntelEGS-width-full #Resources .regular_d .productGridTable-item {
        width: calc(100% - 10px);
    }
@media (min-width: 1280px){
    #IntelEGS-width-full #Resources .productGridTable {
        justify-content: flex-start;
    }
    #IntelEGS-width-full #Resources .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 50px;
        max-width: 1400px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #IntelEGS-width-full #Resources .productGridTable-item {
        margin: 0 5px 10px;
        /* width: calc(25% - 10px); */
        width: calc(33.33% - 10px);
        max-width: 410px;
        min-height: 420px;
    }
    
    #IntelEGS-width-full #Resources .itemInfoContainer {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
    }
    #IntelEGS-width-full #Resources .itemAction {
        display: flex;
        justify-content: space-around;
        padding-right: 30px;
        padding-left: 30px;
    }
    #IntelEGS-width-full #Resources .itemInfoContent .itemInfo-point {
        position: relative;
    }
}
@media (min-width: 731px) and (max-width: 1279.5px){
    #IntelEGS-width-full #Resources .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    #IntelEGS-width-full #Resources .productGridTable-item{
        min-height: 460px;
    }
    #IntelEGS-width-full #Resources .regular_c .productGridTable-item {
        min-height: 730px;
    }
    #IntelEGS-width-full #Resources .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 50px 33px 46px;
        width: 49%;
        max-width: 410px;
        min-height: auto;
    }
    #IntelEGS-width-full #Resources .productGridTable .productGridTable-item {
        padding: 28px 30px 50px;
    }
    #IntelEGS-width-full #Resources .itemInfoContainer {
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 44px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%;
    }
    #IntelEGS-width-full #Resources .itemAction{
        display: flex;
        bottom: 46px;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 30px;
        margin: 0 5px;
        box-sizing: border-box;
    }
    #IntelEGS-width-full #Resources .itemInfoContent .itemInfo-point {
        position: relative;
        left: 0;
        margin-bottom: 0;
        /* width: 92%; */
    }

}
@media (max-width: 730.5px){
    #IntelEGS-width-full #Resources .productGridTable {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 732px;
        text-align: left;
        align-content: stretch;
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #IntelEGS-width-full #Resources h2{
        text-align: center !important;
    }
    #IntelEGS-width-full #Resources .productGridTable-item{
        min-height: 490px;
    }
    #IntelEGS-width-full #Resources .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        width: 100%;
        padding: 31px 15px 92px;
        max-width: 354px;
        min-height: auto;
    }
    #IntelEGS-width-full #Resources .productGridTable .productGridTable-item  {
        
    }
    #IntelEGS-width-full #Resources .regular .productGridTable-item,
    #IntelEGS-width-full #Resources .regular_b .productGridTable-item,
    #IntelEGS-width-full #Resources .regular_c .productGridTable-item,
    #IntelEGS-width-full #Resources .regular_d .productGridTable-item{
        padding-bottom: 0px;
    }
    #IntelEGS-width-full #Resources .itemInfoContainer {
        margin-top: 23px;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 34px;
        width: 100%;
    }
    #IntelEGS-width-full #Resources .itemAction {
        bottom: 20px;
        padding-right: 30px !important;
        padding-left: 30px !important;
        display: flex;
        justify-content: space-evenly;
        margin-top: 20px;
        box-sizing: border-box;
    }
    #IntelEGS-width-full #Resources .regular .itemAction,
    #IntelEGS-width-full #Resources .regular_b .itemAction,
    #IntelEGS-width-full #Resources .regular_c .itemAction,
    #IntelEGS-width-full #Resources .regular_d .itemAction {
        bottom: 30px;
        display: inline-block;
        position: relative;
        /* display: flex;
        justify-content: space-evenly; */
        margin-top: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }
    #IntelEGS-width-full #Resources .itemInfoContent .itemInfo-point {
        position: relative;
        margin-top: 17px;
        margin-bottom: 0;
        width: 92%;
        margin-left: 12px;
    }
    #IntelEGS-width-full #Resources a.link_style.link_style_c{
        padding: 8px 10px;
            margin: 0 2px;
    }
    #IntelEGS-width-full #Resources .regular .productGridTable-item a.link_style,
    #IntelEGS-width-full #Resources .regular_b .productGridTable-item a.link_style,
    #IntelEGS-width-full #Resources .regular_c .productGridTable-item a.link_style,
    #IntelEGS-width-full #Resources .regular_d .productGridTable-item a.link_style{
        margin-top: 40px;
    }
}
@media (max-width: 480px){
    #IntelEGS-width-full #Resources .maintitle{
        padding: 50px 0;
    }
    #IntelEGS-width-full #Resources .maintitle h2{
        text-align: center !important;
    }
    #IntelEGS-width-full #Resources .productGridTable {
        width: 100%;
        max-width: inherit;
    }
    #IntelEGS-width-full #Resources .productGridTable .productGridTable-item  {
        width: 100%;
        padding: 31px 18px 92px;
        max-width: inherit;
    }
}

#IntelEGS-width-full #Resources .slider {
    width: 92%;
    text-align: center;
    max-width: 1400px;
    margin: 20px auto 0;
    padding: 0px 0 10px;
    display: inline-block;
    height: 100%;
    background: none;
}
.slick-initialized .slick-slide{

}
#IntelEGS-width-full #Resources .slick-prev:before, #IntelEGS-width-full #Resources .slick-next:before {
  color: #0072ce !important;
}
#IntelEGS-width-full #Resources .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%);
}
#IntelEGS-width-full #Resources .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%);
}
#IntelEGS-width-full #Resources .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%);
}
#IntelEGS-width-full #Resources .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) {
    #IntelEGS-width-full #Resources .slider {
        width: calc(100% - 50px);
        text-align: center;
        max-width: 1400px;

    }
}
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
    }
    #IntelEGS-width-full #Resources .slick-prev:before,
    #IntelEGS-width-full #Resources .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}
#IntelEGS-width-full #Resources .itemAction a.link_style {
    display: inline-block;
    padding: 8px 25px 6px;
    text-align: center;
    border: 2px #0068b5 solid;
    border-radius: 5px;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 1em;
    text-decoration: none;
    width: 100%;
}
#IntelEGS-width-full #Resources .itemAction a.link_style:after{
    display: none;
}
#IntelEGS-width-full #Resources .itemAction a.link_style p{
      padding-right: 0px;
    position: relative;
    font-size: 1em;
    color: #0068b5;
        display: inline-block;
        white-space: nowrap;
        font-size: 1em;
}
#IntelEGS-width-full #Resources .itemAction a.link_style p:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 48%;
    right: 0%;
    transform: translate(0%, -50%);
    background: url(../img/ico_link.svg) center center no-repeat;
    background-size: 100% 100%;
}
#IntelEGS-width-full #Resources .itemAction a.link_style:hover{
    background: #0068b5;
}
#IntelEGS-width-full #Resources .itemAction a.link_style:hover p{
    color: #fff;
}
#IntelEGS-width-full .owl-carousel button{
    background: none;
    border: none;
}
#IntelEGS-width-full .owl-carousel .owl-next:before,
#IntelEGS-width-full .owl-carousel .owl-prev:before{
    padding-bottom: 400%;
}

/*套入天地*/
header{
    display: flex;
}