@charset 'utf-8';

@font-face {
    font-family: 'TTNorms';
    src: url('../fonts/TTNorms-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ROGFont';
    src: url('../fonts/rog-fonts-v1.6.1.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Trade';
    src: url('../fonts/TradeGothicLTPro-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight: lighter;
    font-style: normal;
}
*/
/* ---------- RESET ---------- */

html,
body {
    margin: 0;
    background-color: #fff;
    overflow: visible;
}
#hd * {
    /*margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
    /*letter-spacing: 0.12em !important;
    line-height: 2em !important;*/ /*WCAG 2023 行距至少需支援放大到預設字體大小的 1.5 倍 字母間距至少需支援放大到預設字體大小的 0.12 倍*/
}
#hd {
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #fff;
    font-size: 16px;
    max-width: 2560px;
    margin: 0 auto;
    background: #000;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit;
}
#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100%;
    margin: 0 auto;
}
#hd img.lazyLoad {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
body.noscroll{
    overflow: hidden;
}
#hd p{
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif
    font-weight: normal;
    line-height: 1.6em;
    margin: 0.5em 0;
}
#hd ul{
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif
    font-weight: normal;
    line-height: 1.6em;
}
/*-----SCROLL UP-----*/
    #scrollUp {
        position: fixed;
        right: 30px;
        bottom: 30px;
        width: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 2px solid #027ab9;
        z-index: 999;
        opacity: 0;
    }
    #scrollUp.hd-show {
        opacity: 1;
    }
    #scrollUp:hover {
        background-color: #027ab9;
    }
    #scrollUp:hover svg {
        fill: #FFF;
    }
    #scrollUp svg {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 5px;
        left: 0;
        fill: #027ab9;
        -webkit-transform: rotateZ(270deg);
        -moz-transform: rotateZ(270deg);
        -ms-transform: rotateZ(270deg);
        -o-transform: rotateZ(270deg);
        transform: rotateZ(270deg);
    }



/*-------------General-------------------*/

#hd .default-title{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 4em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
    letter-spacing: -1px;
    color: #fff;
}
#hd .mini-title{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 2.2em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #ff0000;
}
@media screen and (max-width: 1400px) {    
#hd .default-title{
    font-size: 3em;
}
}
@media screen and (max-width: 600px) {    
#hd .default-title{
    font-size: 2em;
}
#hd .mini-title{
    font-size: 1.7em;
}
}

#hd .default-p{
    line-height: 1.5em;
    font-size: 1.3em;
    margin: 0 0 1em 0;
    padding: 0;
}
@media screen and (max-width: 767px) {    
#hd .default-p{
    font-size: 1em;
}
}

#hd .note{
    color: #585858;
    line-height: 1.3em;
    font-size: 0.8em;
    margin: 0 0 1em 0;
    padding: 0;
}
#hd .default-link{
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    /*
    color: #89f7fe;
    background-color:#89f7fe;
    background-image:-moz-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:-webkit-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    */
    position: relative;
    color: #fff;
}
#hd .default-link:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-image:linear-gradient(58deg, rgba(102,166,255,0) 0%, rgba(102,166,255,1) 20%,rgba(137,247,254,0) 100%);
    opacity: 0;
    width: 0%;
    transition: all 0.3s;
}
#hd .default-link:hover:after{
    opacity: 1;
    width: 100%;
}
#hd a{
    color: #4d4d4d;
}
#hd a:hover{
}
#hd sup{
    line-height: 0; /*修正sup行距變動*/
}



/*-----kv-----*/

#hd .section-kv{
    position: relative;
    overflow: hidden;
    background-color: #000;
}
#hd .section-kv .inner{
    position: relative;
    background: url(../img/kv2.jpg) left bottom no-repeat;
    height: 51.8vw;
    max-height: 995px;
    max-width: 1920px;
    margin: 0 auto;
    background-size: cover;
}
#hd .section-kv .inner .main-image{
    display: none;
}
#hd .section-kv .text-content{
    position: relative;
    width: 70%;
    max-width: 950px;
    box-sizing: border-box;
    margin: 0 0 0 3%;
    padding: 180px 20px 20px 20px;
    z-index: 2;
    box-sizing: border-box;
}
#hd .section-kv .text-content .mini-title{
    font-size: 3em;
    margin: 0 0 0.5em 0;
    line-height: 1.2em;
    color: #ec0928;
    font-family:"ROGFont","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-kv .text-content .title{
    font-size: 5.5em;
    letter-spacing: -4px;
    margin: 0;
    line-height: 1em;
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #ec0928;
    text-transform: uppercase;
}
#hd .section-kv .text-content .title span{
    font-family:"ROGFont","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 0.8em;
    letter-spacing: 0px;
}
#hd .section-kv .text-content p{
    margin: 1em 0 0 0;
    font-size: 1.1em;
    line-height: 1.3em;
    font-family:"TTNormsProLight","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #fff;
    max-width: 600px;
}
#hd .section-kv .text-content ul{
    margin: 20px 0 0 1em;
    padding: 0;
    font-size: 1em;
    line-height: 1.2em;
    list-style-type: disc;
    font-family:"TTNormsProLight","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-kv .text-content ul li{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style-type: disc;
}
#hd .section-kv .text-content .copilot{
    max-width: 600px;
    margin-top: 20px;
}
#hd .section-kv .text-content .chips{
    max-width: 300px;
    max-width: 500px; /*20250526*/
    margin-top: 80px;
}
@media screen and (max-width: 1800px) {    
#hd .section-kv .text-content{
    padding-top: 60px;
}
#hd .section-kv .text-content .title{
    font-size: 4.5em;
    letter-spacing: -3px;
}
}
@media screen and (max-width: 1450px) {    
#hd .section-kv .text-content{
    padding-top: 60px;
}
#hd .section-kv .text-content .mini-title{
    font-size: 2.5em;
}
#hd .section-kv .text-content .title{
    font-size: 3.5em;
    letter-spacing: -2px;
}
#hd .section-kv .text-content .chips{
    max-width: 200px;
    max-width: 400px; /*20250526*/
    margin-top: 30px;
}
}
@media screen and (max-width: 1200px) {    
#hd .section-kv .inner{
    height: inherit;
    max-height: inherit;
    background-image: none;
}
#hd .section-kv .inner .main-image{
    display: block;
}
#hd .section-kv .text-content{
    max-width: inherit;
    width: 100%;
    margin: 0;
    padding: 30px 30px 30px 30px;
    max-width: inherit;
}
#hd .section-kv .inner .icon{
    position: absolute;
    right: 30px;
    top: 20px;
    width: 100px;
}
#hd .section-kv .text-content p{
    max-width: inherit;
}
}
@media screen and (max-width: 750px) {    
#hd .section-kv .text-content .title{
    font-size: 2.5em;
}
}

@media screen and (max-width: 550px) {    
#hd .section-kv .text-content .mini-title{
    font-size: 1.2em;
}
#hd .section-kv .text-content .title{
    font-size: 2em;
}
#hd .section-kv .text-content p{
    font-size: 1em;
    margin-top: 1em;
}
#hd .section-kv .inner .icon{
    right: 15px;
    top: 10px;
}
}




/*-----features-----*/

#hd .section-features{
    position: relative;
    background: #061a36 url(../img/grid-bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}
#hd .section-features .inner{
    max-width: 1200px;
    padding: 50px 30px 100px 30px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {    
#hd .section-features .inner{
    padding-bottom: 20px;
}
}
#hd .section-features .grid{
}
#hd .section-features .grid .row{
    display: flex;
    flex-wrap: wrap;
}
#hd .section-features .grid .row .column{
    border: 1px solid #ce56f4;
    background-image:linear-gradient(to bottom, #47086b 0%,#000 80%);
    border-radius: 10px;
    overflow: hidden;
    margin: 1%;
}
#hd .section-features .grid .row .column.of1{
    width: 98%;
}
#hd .section-features .grid .row .column.of2{
    width: 48%;
}
#hd .section-features .grid .row .column.of3{
    width: 33.33%;
}
#hd .section-features .grid .row .column.of4{
    width: 23%;
}


#hd .section-features .grid .p1{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 2em;
    color: #ea00ff;
    line-height: 1.1em;
    margin: 0;
}
#hd .section-features .grid .p2{
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.1em;
    color: #fff;
    font-weight: normal;
    line-height: 1.1em;
    margin: 10px 0 0 0;
}
#hd .section-features .grid .note{
    font-size: 1em;
    color: #fff;
    line-height: 1.1em;
    margin: 15px 0 0 0;
}
#hd .section-features .grid img{
    max-width: 100%;
    display: block;
}



#hd .section-features .grid .box-1{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .section-features .grid .box-1 .text{
    padding: 10px 20px 10px 10px;
    width: 60%;
}
#hd .section-features .grid .box-1 .image{
    width: 40%;
    padding: 20px 10px 20px 50px;
}
#hd .section-features .grid .box-1 .p1{
    margin-top: 0.3em;
}
#hd .section-features .grid .box-1 .p1 span{
    font-size: 0.9em;
    font-size: 0.75em; /*20250526*/
}


#hd .section-features .grid .box-2{
    background: #020811;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .section-features .grid .box-2 .text{
    width: 60%;
    padding: 10px 20px 10px 0px;
}
#hd .section-features .grid .box-2 .image{
    width: 40%;
    padding: 20px 10px 20px 20px;
}
#hd .section-features .grid .box-2 .p1{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #77b900;
    font-size: 2em;
}
#hd .section-features .grid .box-2 .p1 span{
    font-size: 0.8em;
}
#hd .section-features .grid .box-2 .p3{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.2em;
    margin-bottom: 5px;
}
/*
#hd .section-features .grid .box-4{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-4 .text{
    width: 45%;
    padding: 10px 0px 10px 10px;
}
#hd .section-features .grid .box-4 .image{
    width: 55%;
    padding: 0px;
}
*/

#hd .section-features .grid .box-4{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
#hd .section-features .grid .box-4 .p1{
    font-size: 1.7em;
}
#hd .section-features .grid .box-4 .text{
    padding: 30px 10px 0px 10px;
    margin-bottom: -20px;
    text-align: center;
}
#hd .section-features .grid .box-4 .image{
}


#hd .section-features .grid .box-4a{
    background: #000;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-direction: column;
}
#hd .section-features .grid .box-4a .text{
    padding: 20px;
    text-align: center;
}
#hd .section-features .grid .box-4a .text .p1{
    margin: 20px 0 0 0;
}
#hd .section-features .grid .box-4a .text .p2{
    margin: 0 0 20px 0;
}


#hd .section-features .grid .box-5{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .section-features .grid .box-5 .text{
    width: 40%;
    padding: 10px 20px 10px 0px;
}
#hd .section-features .grid .box-5 .image{
    width: 60%;
    padding: 20px 10px 20px 20px;
}
#hd .section-features .grid .box-5 .text .p1 span{
    font-size: 0.7em;
}


#hd .section-features .grid .box-3{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-3 .text{
    width: 65%;
    padding: 30px 10px 30px 40px;
}
#hd .section-features .grid .box-3 .image{
    width: 35%;
    padding: 20px 30px 20px 0;
}

#hd .section-features .grid .box-6{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-6 .text{
    width: 100%;
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-6 .p1{
    font-size: 4em;
}
#hd .section-features .grid .box-6 .image{
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 20px 30px 20px;
}

#hd .section-features .grid .box-7{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-7 .text{
    width: 100%;
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-7 .p1{
    font-size: 4em;
}






#hd .section-features .grid .box-8{
    background: #0d0519;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .section-features .grid .box-8 .text{
    width: 60%;
    padding: 30px 20px 30px 10px;
}
#hd .section-features .grid .box-8 .image{
    width: 40%;
    padding: 20px 0px 20px 20px;
}
#hd .section-features .grid .box-8 .p1{
    font-size: 1.3em;
}


#hd .section-features .grid .box-9{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-9 .image{
    width: 100%;
    padding: 30px 20px 30px 20px;
}



#hd .section-features .grid .box-10{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#hd .section-features .grid .box-10 .text{
    width: 100%;
    padding: 30px 20px 0px 20px;
    text-align: center;
}


#hd .section-features .grid .box-11{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#hd .section-features .grid .box-11 .text{
    padding: 20px 20px 10px 10px;
    text-align: center;
}
#hd .section-features .grid .box-11 .image{
}
#hd .section-features .grid .box-11 .p1{
    margin: 10px 0 -10px 0;
}



#hd .section-features .grid .box-12{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-12 .text{
    width: 45%;
    padding: 20px 0px 20px 30px;
}
#hd .section-features .grid .box-12 .image{
    width: 55%;
    padding: 10px 20px 10px 0;
}

#hd .section-features .grid .box-13{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-13 .text{
    width: 65%;
    padding: 30px 10px 30px 40px;
}
#hd .section-features .grid .box-13 .image{
    width: 35%;
    padding: 20px 30px 20px 0;
}

#hd .section-features .grid .box-14{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#hd .section-features .grid .box-14 .text{
    width: 100%;
    padding: 30px 20px 10px 20px;
    text-align: center;
}

#hd .section-features .grid .box-15{
    background: #000;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-direction: column;
}
#hd .section-features .grid .box-15 .text{
    padding: 20px;
    text-align: center;
}
#hd .section-features .grid .box-15 .text .p1{
    margin: 20px 0 0 0;
}
#hd .section-features .grid .box-15 .image{ /*20250526*/
    padding: 0 20px 10px 20px;
}

@media screen and (max-width: 1200px) {    
#hd .section-features .grid .p1 {
    font-size: 1.7em;
}
#hd .section-features .grid .box-2 .p1{
    font-size: 1.4em;
}
}
@media screen and (max-width: 850px) {    
#hd .section-features .grid .column {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
}
}
@media screen and (max-width: 450px) {    
#hd .section-features .grid .p1 {
    font-size: 1.3em;
}
#hd .section-features .grid .p2 {
    font-size: 1em;
}
}




/*-----tops-----*/


#hd .section-tops{
    background: #000;
}
#hd .section-tops .intro{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .section-tops .intro .text{
    width: 38%;
    padding: 100px 0px 100px 20px;
}
#hd .section-tops .intro .image{
    width: 62%;
}
#hd .section-tops .default-title span{
    font-size: 0.6em;
    display: block;
    margin-top: -0.5em;
}
#hd .section-tops .default-title sup{
    font-size: 0.5em;
}

#hd .section-tops .intro .stack{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
}
#hd .section-tops .intro .stack .row{
    margin: 0 0 1% 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
}
#hd .section-tops .intro .stack .box{
    background-image:linear-gradient(to bottom, #2d090b 0%,#000 80%);
    border: 1px solid #ff0012;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    width: 100%;
}
#hd .section-tops .intro .stack p{
    line-height: 1em;
    margin: 0;
    padding: 0;
}
#hd .section-tops .intro .stack .p1{
    font-size: 2em;
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    margin-bottom: 5px;
    color: #cc000e;
}
#hd .section-tops .intro .stack .p2{
    font-size: 1em;
}
#hd .section-tops .intro .stack .box-1{
    width: 49%;
    margin-right: 1%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hd .section-tops .intro .stack .box-2 {
    width: 50%;
    height: 100%;
}


#hd .section-tops .intro .stack .column111{
    margin-top: 50px;
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-tops .intro .text .coverage strong{
    font-size: 2.8em;
    color: #68abdd;
    display: block;
}

@media screen and (max-width: 1200px) {    
#hd .section-tops .intro .text{
    width: 50%;
}
#hd .section-tops .intro .image{
    width: 50%;
}
}

@media screen and (max-width: 950px) {    
#hd .section-tops .intro .text{
    width: 100%;
    padding: 50px 0 0 0;
}
#hd .section-tops .intro .image{
    width: 100%;
}
#hd .section-tops .intro .image img{
    max-width: 90%;
    margin: 0 auto;
}
}
@media screen and (max-width: 450px) {    
#hd .section-tops .intro .stack .p1{
    font-size: 1.4em;
}
#hd .section-tops .intro .stack .p2{
    font-size: 0.9em;
}
}





/*performance*/
#hd .section-performance{
    background: #f4f4f4;
}
#hd .section-performance .inner {
    max-width: 1500px;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-performance .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-performance .default-title{
    color: #000;
}
#hd .section-performance .image{
    margin-bottom: 30px;
}
#hd .section-performance .image img{
    max-width: 100%;
    display: block;
}
#hd .section-performance .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
}
#hd .section-performance .list .entry{
    width: 25%;
    margin-bottom: 60px;
    padding: 0 10px;
    box-sizing: border-box;
}
#hd .section-performance .list .entry .title{
    font-size: 1.4em;
    font-family: "Trade", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 0 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    color: #cc000e;
}
#hd .section-performance .list .entry span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#hd .section-performance .list .entry span:before{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    position: relative;
    content: '';
    background: url(../img/decor-1.png) center no-repeat;
    background-size: contain;
    vertical-align: middle;
}
#hd .section-performance .list .entry span:after{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    position: relative;
    content: '';
    background: url(../img/decor-2.png) center no-repeat;
    background-size: contain;
    vertical-align: middle;
}
#hd .section-performance .list .entry p{
    font-size: 1em;
    margin: 0.8em 0 0 0;
    text-align: center;
    line-height: 1.3em;
    padding: 0 15px;
    color: #333;
}
#hd .section-performance .note{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 1em;
}
@media screen and (max-width: 1023px) {    
#hd .section-performance .list .entry{
    width: 50%;
    margin-bottom: 50px;
}
}
@media screen and (max-width: 768px) {    
#hd .section-performance .list .entry .title{
    font-size: 1.2em;
}
#hd .section-performance .list .entry p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .section-performance .inner{
    padding: 50px 20px;
}
#hd .section-performance .list .entry{
    width: 100%;
}
}







/*security*/
#hd .section-security{
    background: #e6ebf0;
}
#hd .section-security .inner {
    max-width: 1500px;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-security .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-security .default-title{
    color: #000;
}
#hd .section-security .image{
    margin-bottom: 30px;
}
#hd .section-security .image img{
    max-width: 100%;
    width: 100%;
    display: block;
}
#hd .section-security .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 80px;
}
#hd .section-security .list .entry{
    width: 24%;
    margin: 0 0.5% 60px 0.5%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 0 30px 0;
}
#hd .section-security .list .entry h4{
    font-size: 1.4em;
    font-family: "TTNormsProMedium", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 0 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    min-height: 2.2em;
    color: #000;
    padding: 0 5px;
}
#hd .section-security .list .entry p{
    font-size: 1em;
    margin: 0.8em 0 0 0;
    text-align: center;
    line-height: 1.3em;
    padding: 0 25px;
    color: #333;
    text-align: left;
}
#hd .section-security .note{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 1em;
}
@media screen and (max-width: 1023px) {    
#hd .section-security .list .entry{
    width: 48%;
    margin: 0 1% 50px 1%;
}
}
@media screen and (max-width: 768px) {    
#hd .section-security .list .entry h4{
    font-size: 1.2em;
}
#hd .section-security .list .entry p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .section-security .inner{
    padding: 50px 20px;
}
#hd .section-security .list .entry{
    width: 100%;
}
}



/*-----future-----*/

#hd .section-future{
    position: relative;
    overflow: hidden;
    background: url(../img/forest.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}
#hd .section-future .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-future .text-content{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    z-index: 2;
    padding-top: 8vw;
}
#hd .section-future .list{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 100px;
}
#hd .section-future .list .entry{
    width: 25%;
}
#hd .section-future .list p{
    line-height: 1.8em;
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-future .list .p1{
    font-size: 1.3em;
}
#hd .section-future .list .p3 span{
    font-size: 2.2em;
    color: #fafe00;
    font-family:"TTNormsProBold","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
@media screen and (max-width: 1023px) {    
#hd .section-future .list .entry{
    width: 50%;
    margin-bottom: 60px;
}
}
@media screen and (max-width: 767px) {    
#hd .section-future .list .p3 span{
    font-size: 2em;
}
}
@media screen and (max-width: 450px) {    
#hd .section-future .list .entry{
    width: 100%;
    margin-bottom: 40px;
}
}




/*-----app-----*/

#hd .section-app{
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding-bottom: 50px;
    background-image:linear-gradient(to right, #b5ccd3 0%,#eaf7f8 40%,#b5ccd3 80%);
}
#hd .section-app .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-app .text-content{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    z-index: 2;
    padding-top: 8vw;
    color: #000;
}
#hd .section-app .text-content .default-title{
    color: #000;
}
#hd .section-app .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
}
#hd .section-app .list .entry{
    width: 25%;
    margin-bottom: 60px;
    padding: 0 10px;
    box-sizing: border-box;
}
#hd .section-app .list .entry h4{
    font-size: 1.4em;
    font-family: "TTNormsProMedium", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 1em 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    color: #000;
}
#hd .section-app .list .entry p{
    font-size: 1em;
    margin: 0em 0 0 0;
    text-align: center;
    line-height: 1.3em;
    padding: 0 15px;
    color: #333;
}
@media screen and (max-width: 1023px) {    
#hd .section-app .list .entry{
    width: 50%;
    margin-bottom: 50px;
}
}
@media screen and (max-width: 768px) {    
#hd .section-app .list .entry h4{
    font-size: 1.2em;
}
#hd .section-app .list .entry p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .section-app .list .entry{
    width: 100%;
}
}













#hd .vid-container{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    background:black;
    position:relative;
    overflow:hidden
}
#hd .vid-container.trigger-video-toggle .vid-control{
    cursor:pointer
}
#hd .vid-container.trigger-video-toggle .vid-control:focus{
    opacity:1
}
#hd .vid-container video{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    transition:opacity 0.25s ease
}
#hd .vid-container h2{
    opacity:0
}
#hd .vid-control{
    width:44px;
    height:44px;
    background:none;
    border:none;
    box-shadow:none;
    position:absolute;
    right:5%;
    bottom:20px;
    margin:5px;
    transition:all 0.3s ease-out;
    z-index:2
}
#hd .vid-control img,#hd .vid-control svg{
    width:80%;
    height:80%;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto
}
#hd .vid-control .play{
    display:none
}
#hd .vid-control.hd-active .play{
    display:block
}
#hd .vid-control.hd-active .pause{
    display:none
}
#hd .gif-container{
    position:relative;
    overflow:hidden
}
#hd .gif-container img.hd-d-none{
    position:absolute !important;
    top:0;
    left:0
}
#hd .gif-container .vid-control img{
    margin:auto !important
}
#hd .gif-container.is-reduced-motion img.hd-d-none{
    display:block !important
}
@media screen and (max-width: 768px){
    #hd .vid-control{
        width:44px;
        height:44px
    }
}


#hd .section-video{
    padding:0;
    position:relative;
    overflow:hidden
}
#hd .section-video .hd-container{
    position:relative
}
#hd .section-video .vid-control{
    right:auto;
    left:5%;
    bottom:55px
}
#hd .section-video .btn-container{
    display:flex;
    justify-content:center;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto 36px;
    z-index:2;
    pointer-events:none
}
#hd .section-video .hd-btn{
    font-family:"TTNormsProRegular","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size:1.125em;
    letter-spacing:0;
    background:#161616;
    border-radius:2em;
    padding:.75em .75em .75em 1em;
    border:none;
    color:white;
    pointer-events:all;
    box-shadow:none;
    transition:background 0.25s
}
#hd .section-video .hd-btn span{
    display:inline-block;
    vertical-align:middle;
    width:1.4em;
    height:1.4em;
    border-radius:1em;
    background:white;
    margin-left:0.5em;
    margin-top:-.15em;
    position:relative
}
#hd .section-video .hd-btn span:after{
    content:'';
    display:block;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 0 5px 8px;
    border-color:transparent transparent transparent #000000;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:2px;
    margin:auto
}
#hd .section-video .hd-btn:hover,#hd .section-video .hd-btn:focus-visible{
    background:rgba(0,0,0,0.5)
}
@media screen and (max-width: 1024px){
    #hd .section-video .btn-container{
        margin-bottom:10px
    }
    #hd .section-video .vid-control{
        bottom:26px
    }
}
@media screen and (max-width: 620px){
    #hd .section-video .btn-container{
        position:relative;
        margin:10px auto
    }
    #hd .section-video .vid-control{
        bottom:5%
    }
}





/*-----copilot-----*/

#hd .section-copilot{
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding-bottom: 50px;
    background-image:linear-gradient(to bottom, #000f1f 0%,#001f40 50%);
}
#hd .section-copilot .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-copilot .text-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding-top: 8vw;
}
#hd .section-copilot .text-content .default-title{
    color: #89f7fe;
    background-color:#89f7fe;
    background-image:-moz-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:-webkit-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
#hd .section-copilot .text-content .mini-title{
    color: #fff;
}
#hd .section-copilot .text-content .default-p{
    max-width: 900px;
    margin: 0 auto;
}
#hd .section-copilot .list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 30px;
    align-items: stretch;
}
#hd .section-copilot .list .row{
    width: 49%;
    margin: 0 0.5%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
#hd .section-copilot .list .row .column{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: rgba(0,0,0,0.3);
    height: 100%;
}
#hd .section-copilot .list .row .column.box-1{
}
#hd .section-copilot .list .row .column.box-2{
}
#hd .section-copilot .list .image{
    max-width: 300px;
    margin: 0 auto;
    padding: 80px 30px 30px 30px;
}
#hd .section-copilot .list .column.box-1 .image{
    max-width: 180px;
    padding-top: 60px;
}
#hd .section-copilot .list .image img{
    width: 100%;
}
#hd .section-copilot .list .text{
    padding: 20px 20px 50px 20px;
    max-width: 440px;
    margin: 0 auto;
}
#hd .section-copilot .list .text h4{
    line-height: 1.3em;
    margin: 0;
    font-size: 1.8em;
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-copilot .note{
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    margin: 0;
}
#hd .section-copilot .note p{
    color: #eee;
    line-height: 1.2em;
    margin: 0;
}

@media screen and (max-width: 767px) {    
#hd .section-copilot .list .row{
    width: 100%;
    margin: 0;
}
#hd .section-copilot .list .row .column{
    margin-bottom: 20px !important;
    padding-bottom: 40px !important;
}
}

@media screen and (max-width: 450px) {    
#hd .section-copilot .list .text h4{
    font-size: 1.4em;
}
}






/*-----single-----*/

#hd .section-single{
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding-bottom: 50px;
    background: #000 url(../img/bang-bg.jpg) center no-repeat;
    background-size: cover;
}
#hd .section-single .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-single .text-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {    
#hd .section-single .text-content{
    padding-top: 50px;
}
}
#hd .section-single .text-content .default-title{
    margin-bottom: 0;
}
#hd .section-single .text-content .mini-title{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-single .text-content .mini-title span{
    color: #719fff;
    background-color:#719fff;
    background-image:-moz-linear-gradient(to right, #719fff 0%,#9f2aeb 100%);
    background-image:-webkit-linear-gradient(to right, #719fff 0%,#9f2aeb 100%);
    background-image:linear-gradient(to right, #719fff 0%,#9f2aeb 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}



#hd .section-single.video .inner{
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 60px;
}
#hd .section-single.video .text-content{
    margin-bottom: 50px;
}
#hd .section-single.video .video-container{
    width: 100%;
    border: 1px solid #cc000e;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
#hd .section-single.video video{
    width: 100%;
}



#hd .section-single.thermal{
    background: #121212;
}
#hd .section-single .image{
    text-align: center;
}
#hd .section-single .image img{
    display: inline-block;
}


/*-----design-----*/
#hd .section-single.design{
}
#hd .section-single.design .design-spec{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
#hd .section-single.design .design-spec .spec-image .base{
    display: block;
    position: relative;
}
#hd .section-single.design .design-spec .spec-image .number{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
#hd .section-single.design .design-spec .spec p{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2em;
}
#hd .section-single.design .design-spec .spec p span{
    display: block;
    font-family: "Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.2em;
    color: #ff2121;
    margin-bottom: 3px;
}
#hd .section-single.design .design-spec .spec p b{
    display: none;
}
#hd .section-single.design .design-spec .spec p.p1{
    left: 1%;
    top: 13%;
    width: 22%;
}
#hd .section-single.design .design-spec .spec p.p2{
    left: 1%;
    top: 37%;
    width: 16%;
}
#hd .section-single.design .design-spec .spec p.p3{
    left: 1%;
    top: 60%;
    width: 25%;
}
#hd .section-single.design .design-spec .spec p.p4{
    left: 83%;
    top: 22%;
    width: 16%;
}
@media screen and (max-width: 950px) {    
#hd .section-single.design .design-spec .spec-image .number{
    display: block;
}
#hd .section-single.design .design-spec .spec p{
    position: relative;
    left: auto !important;
    top: auto !important;
    width: inherit !important;
    max-width: 400px;
    margin: 0 auto 2em auto;
}
#hd .section-single.design .design-spec .spec p b{
    display: inline-block;
    font-family: "Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 3px;
}
}

@media screen and (max-width: 600px) {    
#hd .section-single.design .design-spec .spec-image img{
    width: 140% !important;
    max-width: 140% !important;
    margin-left: -20%;
}
}





/*-----connectivity-----*/
#hd .section-single.connectivity{
    background: #121212;
}
#hd .section-single.connectivity .connectivity-spec-wrapper{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec{
    display: block;
    position: relative;
    width: 50%;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec img{
    display: block;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec p{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2em;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec p span{
    font-size: 2em;
    padding-right: 3px;
}

#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.left p.p1{
    left: 1%;
    top: 18%;
    width: 31%;
    text-align: right;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.left p.p2{
    left: 1%;
    top: 30%;
    width: 31%;
    text-align: right;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.left p.p3{
    left: 1%;
    top: 42%;
    width: 31%;
    text-align: right;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.left p.p4{
    left: 1%;
    top: 52%;
    width: 31%;
    text-align: right;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.left p.p5{
    left: 1%;
    top: 63%;
    width: 31%;
    text-align: right;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.left p.p6{
    left: 1%;
    top: 77%;
    width: 31%;
    text-align: right;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.left p.p7{
    left: 68%;
    top: 43%;
    width: 31%;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.left p.p8{
    left: 68%;
    top: 82%;
    width: 31%;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.right p.p1{
    left: 66%;
    top: 12.5%;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.right p.p2{
    left: 66%;
    top: 31.5%;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.right p.p3{
    left: 66%;
    top: 39%;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec.right p.p4{
    left: 66%;
    top: 48%;
}



@media screen and (max-width: 950px) {    
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
}
@media screen and (max-width: 550px) {    
#hd .section-single.connectivity .inner{
    padding: 0;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec p{
    font-size: 0.9em;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec p span{
    font-size: 1.2em;
}
#hd .section-single.connectivity .connectivity-spec-wrapper .connectivity-spec p br{
    display: none;
}
}




/*-----tab-----*/

#hd .section-tab{
    position: relative;
    overflow: hidden;
    background-size: cover;
}
#hd .section-tab .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-tab .text-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 30px;
}
#hd .section-tab .text-content .default-title{
}
#hd .section-tab .tab{
    display: flex;
}
#hd .section-tab .tab a{
    display: block;
    cursor: pointer;
    color: #fff;
    width: 50%;
    font-size: 1.3em;
    transition: all 0.2s;
    border-bottom: 1px solid #fff;
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-tab .tab a:hover{
    color: #ff3333; /*WCAG*/
}
#hd .section-tab .tab a span{
    border-bottom: 3px solid transparent;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    padding: 10px;
}
#hd .section-tab .tab a.active{
    color: #ff3333; /*WCAG*/
    border-bottom: 1px solid #cc000e;
}
#hd .section-tab .tab a h3{
    margin: 0;
    padding: 0;
}
#hd .section-tab .tab a.active span{
    border-bottom: 3px solid #cc000e;
}

#hd .section-tab .tab-content{
    padding-bottom: 50px;
    padding-top: 20px;
}
#hd .section-tab .tab-content .entry{
    display: none;
}
#hd .section-tab .tab-content .entry.active{
    display: block;
}
#hd .section-tab .tab-content .default-p{
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
#hd .section-tab .tab-content .row{
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
}
#hd .section-tab .tab-content .row .column{
    width: 50%;
}
#hd .section-tab .tab-content .row .text ul{
    color: #cc000e;
    font-size: 1.3em;
    margin: 0 0 0 1em;
    padding: 0 10px 0 0;
    list-style-type: disc !important;
}
#hd .section-tab .tab-content .row .text ul li{
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    list-style-type: disc !important;
}
#hd .section-tab .tab-content .row .text ul span{
    color: #fff;
}
#hd .section-tab .tab-content .row .manual{
    padding: 0 10px;
}
#hd .section-tab .tab-content .row .manual p{
    font-size: 1.2em;
}
#hd .section-tab .tab-content .row .manual p span{
    color: #cc000e;
    font-size: 2em;
    font-weight: bold;
}
#hd .section-tab .video-wrapper{
    max-width: 800px;
    margin: 0 auto;
}
#hd .section-tab .video-wrapper .video-container{
    width: 100%;
    border: 1px solid #cc000e;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
#hd .section-tab .video-wrapper video{
    width: 100%;
}
#hd .video-container:before{
    display: block;
    position: absolute;
    left: -15px;
    top:  -15px;
    width: 90px;
    height: 70px;
    background: url(../img/corner.png) left bottom no-repeat;
    background-size: 100% 100%;
    content: '';
}
#hd .video-container:after{
    display: block;
    position: absolute;
    right: -15px;
    bottom:  -15px;
    width: 90px;
    height: 70px;
    background: url(../img/corner.png) left bottom no-repeat;
    background-size: 100% 100%;
    content: '';
    transform: rotate(180deg);
}




@media screen and (max-width: 1023px) {    
#hd .section-tab .tab-content .row .manual p{
    font-size: 1.2em;
}
#hd .section-tab .tab-content .row .manual p span{
    font-size: 2em;
}
}
@media screen and (max-width: 767px) {    
#hd .section-tab .inner{
    padding: 0;
}
#hd .section-tab .text-content .default-title{
    padding: 0 20px;
}
#hd .section-tab .tab a{
    font-size: 1em;
}
#hd .section-tab .tab a span{
    padding: 5px;
}
#hd .section-tab .tab-content .row .text ul{
    font-size: 1em;
}
#hd .section-tab .tab-content .entry{
    padding-left: 20px;
    padding-right: 20px;
}
}


@media screen and (max-width: 600px) {    
#hd .section-tab .tab-content .row .column{
    width: 100%;
    margin-bottom: 20px;
}
}




/*-----DLSS 4-----*/


#hd .section-DLSS{
    background: #000;
    background: url(../img/bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
#hd .section-DLSS .text-content{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 30px;
    text-align: center;
}
#hd .section-DLSS .text-content h2{
    margin-bottom: 0;
}
#hd .section-DLSS .intro{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .section-DLSS .intro .text{
    width: 45%;
    padding: 20px 20px 20px 20px;
}
#hd .section-DLSS .intro .image{
    width: 55%;
}

@media screen and (max-width: 950px) {    
#hd .section-DLSS .intro .text{
    width: 100%;
}
#hd .section-DLSS .intro .image{
    width: 100%;
}
#hd .section-DLSS .intro .image img{
    max-width: 90%;
    margin: 0 auto;
}
}
@media screen and (max-width: 550px) {    
#hd .section-DLSS{
    padding-bottom: 30px;
}
}




/*-----New section NV-----*/


#hd .section-nv{
    background: #000;
    padding-bottom: 80px;
}
#hd .section-nv .text-content{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 30px;
    text-align: center;
}
#hd .section-nv .text-content .title{
    margin: 0 0 20px 0;
    font-size: 2em;
}
#hd .section-nv .text-content .second-title{
    margin: 0;
    font-size: 2.6em;
    font-family: "Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-nv .intro{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .section-nv .intro .text{
    width: 55%;
    padding: 20px 20px 20px 60px;
}
#hd .section-nv .intro .image{
    width: 45%;
}
#hd .section-nv .intro .image img{
    max-width: 400px;
    width: 100%;
    display: block;
}
#hd .section-nv .intro .text .second-title{ /*20250526*/
    font-size: 1.3em;
    margin: 0;
    font-family: "Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-nv .intro .text p{
    margin: 0 0 2em 0;
}
@media screen and (max-width: 1200px) {    
#hd .section-nv .mini-title {
    font-size: 3em;
}
}

@media screen and (max-width: 950px) {    
#hd .section-nv .intro .text{
    width: 100%;
}
#hd .section-nv .intro .image{
    width: 100%;
}
}
@media screen and (max-width: 550px) {    
#hd .section-nv{
    padding-bottom: 30px;
}
#hd .section-nv .text-content .title{
    font-size: 1.3em;
}
#hd .section-nv .intro .text{
    padding: 10px;
}
#hd .section-nv .intro .text .second-title{ /*20250526*/
    font-size: 1.1em;
}
}





/*freeadobe*/
#hd .section-freeadobe{
    background: #161426 url(../img/adobe-bg.jpg) center top no-repeat;
    background-size: 1100px;
}
#hd .section-freeadobe .inner {
    max-width: 1500px;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-freeadobe .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-freeadobe .text-content .title{
    font-size: 1.3em;
    margin: 0;
}
#hd .section-freeadobe .default-title{
}
#hd .section-freeadobe .image{
    max-width: 400px;
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
#hd .section-freeadobe .image img{
    max-width: 100%;
    width: 100%;
    display: block;
}
#hd .section-freeadobe .image .p2{
    text-align: center;
    margin: 30px 0;
}
#hd .section-freeadobe .image a{
    color: #dfcaa9;
    color: #fff;
    display: block;
    width: 100%;
    background: #555;
    text-decoration: none;
    border: 2px solid rgba(223,202,169,0.6);
    border-radius: 30px;
    padding: 10px;
    font-size: 1.3em;
    box-sizing: border-box;
    background: url(../img/adobe-bg1.jpg) right 20% no-repeat;
    background-size: cover;
    transition: all 0.2s;
    text-align: center;
}
#hd .section-freeadobe .image a:hover{
    border-color: rgba(223,202,169,1);
    color: #fff;
}
#hd .section-freeadobe .list{
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 50px auto;
    padding: 0 30px;
    align-items: stretch;
    justify-content: space-between;
}
#hd .section-freeadobe .list .row{
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
#hd .section-freeadobe .list .row:first-child{
    width: 40%;
}
#hd .section-freeadobe .list .row:last-child{
    width: 59%;
}
#hd .section-freeadobe .list .row .column{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(223,202,169,0.3);
}
#hd .section-freeadobe .list .row .column .p1{
    color: #dfcaa9;
    margin: 0;
    font-size: 1.2em;
}
#hd .section-freeadobe .list .row .column .p2{
}

#hd .section-freeadobe .list .row .column.box-1{
    background: #000 url(../img/adobe-bg1.jpg) center top no-repeat;
    background-size: 100% auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hd .section-freeadobe .list .row .column.box-2{
    background: #000 url(../img/adobe-bg2.jpg) center top no-repeat;
    background-size: cover;
    margin-bottom: 2%;
}
#hd .section-freeadobe .list .row .column.box-3{
    background: #000 url(../img/adobe-bg3.jpg) center top no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {    
    #hd .section-freeadobe .list .row{
        width: 100% !important;
    }
    #hd .section-freeadobe .list .row .column{
        margin-bottom: 10px !important;
    }
    #hd .section-freeadobe .text-content .title{
        font-size: 1em;
    }
}

@media screen and (max-width: 450px) {    
    #hd .section-freeadobe .inner{
        padding: 50px 20px;
    }
    #hd .section-freeadobe .list{
        margin: 20px auto;
        padding: 0 10px;
    }
}

/* durability */

#hd .section-durability{
    background: #fff;
}
#hd .section-durability .inner {
    max-width: 1500px;
    padding: 130px 30px 80px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-durability .default-title{
    color: #000;
    padding-right: 30px;
}
#hd .section-durability .default-p{
    color: #000;
    padding-right: 30px;
}
#hd .section-durability .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}
#hd .section-durability .list .entry{
    width: 50%;
    box-sizing: border-box;
}
#hd .section-durability p a{
    color: #000;
    text-decoration: underline;
    font-size: 1.3em;
}
@media screen and (max-width: 1023px) {    
#hd .section-durability .list .entry{
    width: 100%;
}
#hd .section-durability .default-title{
    color: #000;
    padding-right: 0px;
}
#hd .section-durability .default-p{
    color: #000;
    padding-right: 0px;
}
}
@media screen and (max-width: 767px) {    
#hd .section-durability p a{
    font-size: 1em;
}
}
@media screen and (max-width: 500px) {    
#hd .section-durability .inner{
    padding: 50px 20px;
}
}


#hd .section-durability .video-wraper{
    margin-bottom: 15px;
    background: #000;
}
#hd .section-durability video{
    opacity: 0.7;
}
#hd .section-durability .youtube-link a{
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 60px);
    width: 200px;
    height: 140px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1em;
    font-family:"TTNorms","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-durability .youtube-link a:hover{
}
#hd .section-durability .youtube-link a span{
    background: url(../img/playBtn.webp) center top no-repeat;
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 5px auto;
    transition: all 0.2s;
}
#hd .section-durability .youtube-link a:hover span{
    transition: all 0.2s;
    transform: rotate(120deg);
}
@media screen and (max-width: 600px) {    
#hd .section-durability .youtube-link a span{
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}
}


/* video control */

#hd .video-wraper{
    position: relative !important;
}
#hd .video-wraper video{
    width: 100%;
    display: block;
}
#hd .video-control{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}
#hd .video-control button{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    border: 4px solid #fff;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    background: url(../img/play-pause.png);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: 9px center;
    opacity: 0.7;
    transition: opacity 0.2s;
}
#hd .video-control button:focus{
    outline: 2px solid #28a5f7;
}
#hd .video-control button:hover{
    opacity: 1;
}
#hd .video-control button:active{
    opacity: 0.7;
}
#hd .video-control button.play{
    background-position: -69px center;
}

