@charset 'utf-8';
@font-face {
    font-family: 'Trade';
    src: url('../fonts/Trade-Gothic-LT-Bold.ttf') format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "rogfonts-regular";
    src:url('../fonts/rogfonts-regular.otf'),
        url('../fonts/rogfonts-regular.otf') format('embedded-opentype'),
        url("../fonts/rogfontsv16-regular.ttf") format("opentype"),
        url("../fonts/rogfontsv16-regular.eot");
    font-weight: normal;
    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 倍*/
}

::selection {
    background: #0054b6;
    color: #eee;
}

::-moz-selection {
    background: #0054b6;
    color: #eee;
}

#hd {
    font-family: "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    background: #000;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
}


#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", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0.5em 0;
}
#hd ul{
    font-family: "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-weight: normal;
    line-height: 1.6em;
}
#hd sup{
    line-height: 0; /*修正sup行距變動*/
}
#hd .video video{
    max-width: 100%;
    margin: 0 auto;
}

/*
@media screen and (min-width: 2500px) {    
#hd {
    font-size: 20px;
}
}
*/


/*-----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 #ff935c;
        z-index: 999;
        opacity: 0;
    }
    #scrollUp.hd-show {
        opacity: 1;
    }
    #scrollUp:hover {
        background-color: #ff935c;
    }
    #scrollUp:hover svg {
        fill: #FFF;
    }
    #scrollUp svg {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 5px;
        left: 0;
        fill: #ff935c;
        -webkit-transform: rotateZ(270deg);
        -moz-transform: rotateZ(270deg);
        -ms-transform: rotateZ(270deg);
        -o-transform: rotateZ(270deg);
        transform: rotateZ(270deg);
    }




/*sidenav*/

.sidenav-wrapper {
    display: none;
    position: relative;
}
.sidenav-wrapper.active {
    display: block;
}
#sidenav {
    height: 100vh;
    position: fixed;
    right: 10px;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    text-align: right;
}
#sidenav > .main-nav{
    position: relative;
}
#sidenav > .main-nav:before{
    content: '';
    display: block;
    width: 12px;
    height: 116px;
    background: url(../img/sidenav-decor-1.png) center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 12px;
    top: -130px;
}
#sidenav > .main-nav:after{
    content: '';
    display: block;
    width: 12px;
    height: 92px;
    background: url(../img/sidenav-decor-2.png) center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 11px;
    bottom: -100px;
}
#sidenav > .main-nav > li{
    margin-bottom: 0px;
}
#sidenav > .main-nav > li > a{
    color: transparent;
    border: 0;
    font-size: 1em;
    line-height: 1em;
    background: transparent;
    cursor: pointer;
    font-family: "Trade", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: relative;
    padding: 7px 30px 5px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-left: 2px solid transparent;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 20px;
    height: 30px;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
}
#sidenav > .main-nav > li.active > a{
}
#sidenav > .main-nav > li > a:hover{
    width: inherit;
    color: #fff;
    border-color: #fff;
}
#sidenav > .main-nav > li > a:focus{
    width: inherit;
}
#sidenav > .main-nav > li > a:after{
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border: 1px solid #000;
    position: absolute;
    box-sizing: border-box;
    right: 12px;
    top: 11px;
    background: #999;
}
#sidenav > .main-nav > li.active > a:after{
    background: #ff935c;
}
#sidenav > .main-nav > li > a:hover:after{
    background: #fff;
}

#sidenav > .main-nav > li > a span{
    opacity: 0;
}
#sidenav > .main-nav > li > a:focus span,
#sidenav > .main-nav > li > a:hover span{
    opacity: 1;
}

@media screen and (max-width: 1023px) {
.sidenav-wrapper.active {
    display: none;
}
}



#hd .section-title{
    font-family: "Trade", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 4em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 50px 20px 0 20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: url(../img/slash.png) center top no-repeat;
    background-size: 120px auto;
}


@media screen and (max-width: 600px) {    
#hd .section-title{
    font-size: 2.5em;
}
}

#hd section{
    max-width: 2560px;
    margin: 0 auto;
}
#hd .bg-groove{
    background: url(../img/groove-bg.webp) center top no-repeat;
    background-size: auto 80%;
}


/* 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;
}


/*--------------------------sections---------------------*/

/*- kv -*/

#hd .section-kv{
    position: relative;
    background-color: #000;
}
#hd .section-kv .kv-wrapper{
    background: url(../img/kv-bg.jpg) center 0px no-repeat;
    background-size: 100% auto;
    max-width: 2560px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 9% 30px 100px 30px;
}
#hd .section-kv h1{
    font-family: 'rogfonts-regular', sans-serif;
    font-size: 4em;
    line-height: 1em;
    margin: 0;
    padding: 0.5em 0 0 0;
    font-weight: normal;
    text-transform: uppercase;
}
#hd .section-kv h2{
    font-family: 'Trade', 'Impact', sans-serif;
    font-size: 4em;
    line-height: 1em;
    margin: 0;
    padding: 0.5em 0 0.5em 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #ff98ea;
    background: linear-gradient(to right, #a7bff8 10%, #fffdff 50%, #e1c2f3 70%, #7c5dff 100%);
    background-size: auto;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#hd .section-kv p{
    max-width: 1000px;
    margin: 0 auto;
}
#hd .section-kv .kv-main{
    position: relative;
}
#hd .section-kv .kv-main .product{
    width: 29%;
    display: block;
    margin: 0 auto;
}
#hd .section-kv .kv-text{
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
}
#hd .section-kv .kv-icon{
    position: absolute;
    left: 70%;
    bottom: 5%;
    width: 15%;
}
#hd .section-kv .kv-icon img{
    width: 100%;
    display: block;
}

@media screen and (min-width: 2560px) {    
#hd .section-kv .kv-wrapper{
    background-position: center 0px;
    background-size: 2560px auto;
    padding-top: 250px;
}
#hd .section-kv .kv-main .product{
    width: 700px;
}
}
@media screen and (max-width: 600px) {    
#hd .section-kv .kv-wrapper{
    padding-top: 70px;
    background-size: 800px auto;
}
#hd .section-kv h1{
    font-size: 2em;
}
#hd .section-kv h2{
    font-size: 2.5em;
}
#hd .section-kv .kv-main .product{
    width: 220px;
}
#hd .section-kv .kv-icon{
    left: 70%;
    width: 28%;
}
}

/*- section-video -*/

#hd .section-video{
    position: relative;
}
#hd .section-video .inner{
    max-width: 1920px;
    margin: 0 auto;
}
#hd .section-video .video-wraper{
    background: #000;
}
#hd .section-video video{
    opacity: 0.7;
}
#hd .section-video .youtube-link a{
    position: absolute;
    background: #fff;
    border-radius: 50px;
    left: calc(50% - 100px);
    top: calc(90% - 60px);
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #000;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.5em;
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-video .youtube-link a:hover{
}
#hd .section-video .youtube-link a span{
    background: url(../img/play.png) center top no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: -5px 0 0 10px;
    transition: all 0.2s;
    vertical-align: middle;
}
#hd .section-video .youtube-link a:hover span{
    transition: all 0.2s;
    transform: rotate(120deg);
}
#hd .section-video .video-control{
    right: 50px;
    bottom: 20px;
}
@media screen and (max-width: 600px) {    
#hd .section-video .video-control{
    right: 20px;
    bottom: inherit;
    top: 20px;
}
}



/*-hero-*/
#hd .section-kv .hero-image{
    position: relative;
}
#hd .section-kv .hero-image .ui img{
    display: block;
    border: 1px solid #2c79ff;
    box-shadow: 0px 5px 10px #000;
}
#hd .section-kv .hero-image .ui-1{
    position: absolute;
    left: 16%;
    top: 21%;
    width: 28%;
}
#hd .section-kv .hero-image .ui-2{
    position: absolute;
    left: 31%;
    top: 33%;
    width: 35%;
    z-index: 2;
}
#hd .section-kv .hero-image .ui-3{
    position: absolute;
    left: 54%;
    top: 24%;
    width: 29%;
}



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

#hd .section-features{
    position: relative;
    overflow: hidden;
}
#hd .section-features .inner{
    max-width: 1400px;
    padding: 100px 30px 150px 30px;
    margin: 0 auto;
}
#hd .section-features .grid{
}
#hd .section-features .grid .row{
    display: flex;
    flex-wrap: wrap;
}
#hd .section-features .grid .column{
    border: 1px solid #eee;
    overflow: hidden;
    margin: 1%;
    padding: 80px 20px 50px 20px;
    position: relative;
}
#hd .section-features .grid .column.of1{
    width: 98%;
}
#hd .section-features .grid .column.of2{
    width: 48%;
}
#hd .section-features .grid .column.of3{
    width: 31.33%;
}
#hd .section-features .grid .column.of4{
    width: 23%;
}
#hd .section-features .grid .column.of4{
    width: 23%;
}
#hd .section-features .grid .column:before{
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: url(../img/grid-angle.png) center no-repeat;
    background-size: contain;
    z-index: 3;
}
#hd .section-features .grid .column:after{
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 70px;
    height: 30px;
    background: url(../img/grid-slash.png) center no-repeat;
    background-size: contain;
    z-index: 3;
}

#hd .section-features .grid .title{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 2em;
    color: #fff;
    line-height: 1.1em;
    margin: 0;
    text-align: center;
    font-weight: normal;
}

#hd .section-features .grid .paragraph{
    font-family: "Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: normal;
}

#hd .section-features .grid .note{
    font-size: 1em;
    color: #fff;
    line-height: 1.1em;
    margin: 15px 0 0 0;
}


#hd .section-features .grid .box-1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: linear-gradient(to right, #8e3914, #3b1708 30%, #000000 80%);
    padding: 20px 20px;
}
#hd .section-features .grid .box-1 .image{
    max-width: 130px;
}
#hd .section-features .grid .box-1 .text{
    padding-left: 50px;
}
#hd .section-features .grid .box-1 .title{
    font-size: 2.25em;
}
#hd .section-features .grid .box-1:before{
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background: url(../img/grid-rog.png) center no-repeat;
    background-size: contain;
}


#hd .section-features .grid .box-2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
#hd .section-features .grid .box-2 .text{
    position: relative;
    z-index: 2;
}
#hd .section-features .grid .box-2 .image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
#hd .section-features .grid .box-2 .image img{
    width: 100%;
    display: block;
}

#hd .section-features .grid .box-3{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
}
#hd .section-features .grid .box-3 .text{
    padding-bottom: 40px;
}
#hd .section-features .grid .box-3 .image{
    display: block;
    margin: 0 auto;
}

#hd .section-features .grid .box-4{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
#hd .section-features .grid .box-4 .text{
    position: relative;
    z-index: 2;
}
#hd .section-features .grid .box-4 .image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
#hd .section-features .grid .box-4 .image img{
    width: 100%;
    display: block;
}

#hd .section-features .grid .box-5{
}
#hd .section-features .grid .box-6{
}
#hd .section-features .grid .box-7{
}
#hd .section-features .grid .box-8{
    background: url(../img/grid-wifi.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 800px) {    
#hd .section-features .grid .column {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    flex-direction: column;
}
#hd .section-features .grid .box-1 .image{
    margin-bottom: 20px;
}
#hd .section-features .grid .box-1 .text{
    padding-left: 0px;
}
#hd .section-features .grid .box-1 .title{
    font-size: 1.75em;
}
#hd .section-features .grid .box-2{
    min-height: 80vw;
}
#hd .section-features .grid .box-4{
    min-height: 80vw;
}
}
@media screen and (max-width: 450px) {    
#hd .section-features .grid .box-1 .title{
    font-size: 1.4em;
}
#hd .section-features .grid .title{
    font-size: 1.4em;
}
#hd .section-features .grid .paragraph{
    font-size: 1em;
}
}




/*-----performance-----*/

#hd .section-performance{
    position: relative;
    overflow: hidden;
}
#hd .section-performance .inner{
    max-width: 1800px;
    margin: 50px auto 50px auto;
}
#hd .section-performance .section-1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .section-performance .section-1 .image{
    width: 50%;
}
#hd .section-performance .section-1 .text{
    width: 50%;
    box-sizing: border-box;
    padding: 10px 8% 10px 0;
}
#hd .section-performance .section-2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .section-performance .section-2 .image{
    width: 50%;
}
#hd .section-performance .section-2 .text{
    width: 50%;
    box-sizing: border-box;
    padding: 10px 5% 10px 8%;
}
#hd .section-performance .section-2 .arrow{
    margin: 20px 0 0 0;
    width: 50px;
    display: block;
}
#hd .section-performance .title{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    font-weight: normal;
}

#hd .section-performance .list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
#hd .section-performance .list .entry{
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
#hd .section-performance .list .p1{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 0.3em 0;
    font-weight: normal;
}
#hd .section-performance .list .p2{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 5em;
    line-height: 1.2em;
    margin: 0 0 0 0;
    font-weight: normal;
    color: #fff;
    background: linear-gradient(to right, #fff 10%, #ff935c 90%);
    background-size: auto;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#hd .section-performance .list .p3{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    font-weight: normal;
}

@media screen and (max-width: 1023px) {    
#hd .section-performance .list .p2{
    font-size: 3em;
}
}

@media screen and (max-width: 850px) {    
#hd .section-performance .section-1 .image{
    width: 100%;
}
#hd .section-performance .section-1 .text{
    width: 100%;
    padding: 20px;
}
#hd .section-performance .section-2{
    margin-top: 50px;
}
#hd .section-performance .section-2 .image{
    width: 100%;
}
#hd .section-performance .section-2 .text{
    width: 100%;
    padding: 20px;
}
}

@media screen and (max-width: 600px) {    
#hd .section-performance .title{
    font-size: 1.8em;
}
#hd .section-performance .list .p1{
    font-size: 1em;
}
#hd .section-performance .list .p3{
    font-size: 1em;
}
}



/*-----blackwell-----*/

#hd .section-blackwell{
    position: relative;
    overflow: hidden;
    margin-top: 150px;
}
#hd .section-blackwell .text{
    padding: 0 30px;
}
#hd .section-blackwell .inner{
    max-width: 1400px;
    margin: 0px auto;
}
#hd .section-blackwell .title1{
    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;
    font-weight: normal;
    text-align: center;
}
#hd .section-blackwell .title2{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 2em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    font-weight: normal;
    text-align: center;
}
#hd .section-blackwell .section-1{
    max-width: 1100px;
    margin: 0px auto;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .section-blackwell .section-1 .image{
    width: 50%;
}
#hd .section-blackwell .section-1 .text{
    width: 50%;
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
}
#hd .section-blackwell .section-1 ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#hd .section-blackwell .section-1 li{
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
}
#hd .section-blackwell .section-1 .h4{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 2em;
    line-height: 1.2em;
    margin: 0 0 0.3em 0;
    font-weight: normal;
}
#hd .section-blackwell .section-1 p{
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
}

#hd .section-blackwell .section-2{
    padding: 0 20px;
    box-sizing: border-box;
}
#hd .section-blackwell .section-2 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#hd .section-blackwell .section-2 li{
    width: 23%;
    background: #222;
    margin: 1%;
    box-sizing: border-box;
    padding: 20px 15px;
    text-align: center;
    list-style-type: none;
}
#hd .section-blackwell .section-2 .h5{
    font-family: "Trade","Roboto",sans-serif !important;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0.5em 0 0.3em 0;
    font-weight: normal;
}

@media screen and (max-width: 1023px) {    
#hd .section-blackwell .title1{
    font-size: 2.5em;
}
#hd .section-blackwell .title2{
    font-size: 1.5em;
}
#hd .section-blackwell .section-1 .h4{
    font-size: 1.5em;
}
}

@media screen and (max-width: 768px) {    
#hd .section-blackwell .section-2 li{
    width: 48%;
    margin: 1%;
    padding: 20px 15px;
}
}
@media screen and (max-width: 550px) {    
#hd .section-blackwell{
    margin-top: 50px;
}
#hd .section-blackwell .text{
    padding: 0 20px;
}
#hd .section-blackwell .title1{
    font-size: 1.8em;
}
#hd .section-blackwell .title2{
    font-size: 1.3em;
}
#hd .section-blackwell .section-1 .image{
    width: 100%;
}
#hd .section-blackwell .section-1 .text{
    width: 100%;
}
#hd .section-blackwell .section-2 .h5{
    font-size: 1.1em;
}
}


/*-----connectivity-----*/

#hd .section-connectivity{
    position: relative;
    overflow: hidden;
    margin-top: 150px;
    padding-bottom: 150px;
    background: linear-gradient(to bottom, #000000 0%, #222222 100%);
}
#hd .section-connectivity:after{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 300px);
    bottom: 70px;
    width: 600px;
    height: 6px;
    /*background: url(../img/dots.png) center no-repeat;
    background-size: 100% auto;*/
}
#hd .section-connectivity .inner{
    max-width: 1400px;
    margin: 0px auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .section-connectivity .list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 50px;
}
#hd .section-connectivity .entry{
    margin: 0 2% 50px 2%;
    width: 29.33%;
    border: 1px solid #fff;
    position: relative;
}
#hd .section-connectivity .entry:before{
    width: calc(100% + 2px);
    height: 17px;
    background: url(../img/rog-slash.png) left top no-repeat;
    background-size: auto 17px;
    position: absolute;
    left: -1px;
    top: -17px;
    content: '';
    display: block;
}
#hd .section-connectivity .entry .text{
    text-align: center;
    padding: 30px 20px 20px 20px;
}
#hd .section-connectivity .entry .text .title{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 0 0 0.3em 0;
    font-weight: normal;
}
#hd .section-connectivity .entry img{
    display: block;
    width: 100%;
}

@media screen and (max-width: 767px) {    
#hd .section-connectivity .entry{
    margin: 0 0 50px 0;
    width: 100%;
}
#hd .section-connectivity:after{
    left: calc(50% - 150px);
    width: 300px;
}
}



/*-----cooling-----*/

#hd .section-cooling{
    position: relative;
    overflow: hidden;
    margin-top: 150px;
    padding-bottom: 150px;
}
#hd .section-cooling .text{
    text-align: center;
    padding: 0 30px;
    max-width: 1000px;
    margin: 0 auto;
}
#hd .section-cooling .inner{
    max-width: 1300px;
    margin: 50px auto 0px auto;
    padding: 0 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {    
#hd .section-cooling{
    margin-top: 100px;
    padding-bottom: 50px;
}
}



/*-----spec-----*/
#hd .section-spec{
    background: url(../img/spec-bg.jpg) center no-repeat;
    background-size: 100% auto;
}
#hd .section-spec .inner{
    padding: 0 20px;
}
#hd .section-spec .design-spec{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
#hd .section-spec .design-spec .spec-image .base{
    display: block;
    position: relative;
}
#hd .section-spec .design-spec .spec-image .line{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#hd .section-spec .design-spec .spec-image .number{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
#hd .section-spec .design-spec .spec p{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2em;
}
#hd .section-spec .design-spec .spec p .note{
    font-size: 0.8em;
    display: block;
    padding-top: 5px;
    line-height: 1.1em;
}
#hd .section-spec .design-spec .spec p b{
    display: none;
}
#hd .section-spec .design-spec .spec p.left{
    text-align: right;
    right: 81%;
}
#hd .section-spec .design-spec .spec p.right{
    left: 84%;
}
#hd .section-spec .design-spec .spec p.p1{
    top: 21%;
}
#hd .section-spec .design-spec .spec p.p2{
    top: 35%;
}
#hd .section-spec .design-spec .spec p.p3{
    top: 40%;
}
#hd .section-spec .design-spec .spec p.p4{
    top: 51%;
}
#hd .section-spec .design-spec .spec p.p5{
    top: 59.5%;
}
#hd .section-spec .design-spec .spec p.p6{
    top: 69.5%;
}
#hd .section-spec .design-spec .spec p.p7{
    top: 79%;
}
#hd .section-spec .design-spec .spec p.p8{
    top: 84.5%;
}
#hd .section-spec .design-spec .spec p.p9{
    top: 19%;
}
#hd .section-spec .design-spec .spec p.p10{
    top: 27.2%;
}
#hd .section-spec .design-spec .spec p.p11{
    top: 37%;
}
#hd .section-spec .design-spec .spec p.p12{
    top: 43.2%;
}
#hd .section-spec .design-spec .spec p.p13{
    top: 51.8%;
}
@media screen and (max-width: 1200px) {    
#hd .section-spec .design-spec .spec-image .line{
    display: none;
}
#hd .section-spec .design-spec .spec-image .number{
    display: block;
}
#hd .section-spec .design-spec .spec{
    display: flex;
    flex-wrap: wrap;
}
#hd .section-spec .design-spec .spec p{
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 50% !important;
    margin: 0 auto 2em auto;
    text-align: left !important;
}
#hd .section-spec .design-spec .spec p br{
    display: none;
}
#hd .section-spec .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;
    margin: 10px;
}
}

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


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

#hd .section-tab{
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
#hd .section-tab .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-tab .inner:after{
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    bottom: 0px;
    width: calc(100% - 60px);
    height: 30px;
    background: url(../img/gap.png) center no-repeat;
    background-size: 100% auto;
}
#hd .section-tab .text-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 30px;
}
#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: #ffa374; /*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: #fff; /*WCAG*/
    border-bottom: 1px solid #fff;
}
#hd .section-tab .tab a h3{
    font-family: "Trade","Roboto",sans-serif !important;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: block;
    height: 100%;
}
#hd .section-tab .tab a.active span{
    border-bottom: 3px solid #fff;
    display: block;
    height: 100%;
}

#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;
    align-items: center;
}
#hd .section-tab .tab-content .row .column{
    width: 50%;
}
#hd .section-tab .tab-content .row .text{
    width: 50%;
    box-sizing: border-box;
    padding: 20px 20px 20px 50px;
}
#hd .section-tab .tab-content .row .image{
    width: 50%;
}
#hd .section-tab .tab-content .row ul{
    list-style-type: disc;
    margin: 2em 0 0 1em;
    padding: 0;
}
#hd .section-tab .tab-content .row ul li{
    list-style-type: disc;
    margin: 0 0 0.5em 0;
    padding: 0;
}
#hd .section-tab .tab-content .row ul span{
    color: #ff935c;
}


@media screen and (max-width: 767px) {    
#hd .section-tab .inner{
    padding: 0;
}
#hd .section-tab .tab a{
    font-size: 1em;
}
#hd .section-tab .tab a span{
    padding: 5px;
}
#hd .section-tab .tab-content .entry{
    padding-left: 20px;
    padding-right: 20px;
}
#hd .section-tab .tab-content .row .column{
    width: 100%;
    margin-bottom: 20px;
}
#hd .section-tab .tab-content .row .text{
    width: 100%;
}
#hd .section-tab .tab-content .row .image{
    width: 100%;
    margin-bottom: 20px;
}
}



/*-----customizability-----*/

#hd .section-customizability{
    position: relative;
    overflow: hidden;
    background-size: cover;
    margin-top: 150px;
    margin-bottom: 150px;
}
#hd .section-customizability .inner{
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#hd .section-customizability .section-title{
    text-align: left;
    background-position: left top;
    height: 150px;
}
#hd .section-customizability .control-panel{
    width: 40%;
}

#hd .section-customizability .control-panel{
    position: relative;
    height: 680px;
}
#hd .section-customizability .control-panel .panel{
    width: calc(778px * 0.7);
    height: calc(550px * 0.7);
    background: url(../img/panel.webp) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 175px;
    z-index: 1;
    transition: all 0.5s;
}
#hd .section-customizability .control-panel .panel.active{
    left: 25px;
    top: 150px;
    z-index: 2;
}
#hd .section-customizability .control-panel .panel .box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hd .section-customizability .control-panel .panel .text{
    padding: 20px 40px 20px 50px;
}
#hd .section-customizability .control-panel .panel .title{
    font-family: "Trade", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
}

#hd .section-customizability .control-panel .control{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 40px;
    left: 38%;
}
#hd .section-customizability .control-panel .control .button{
    width: 12px;
    height: 12px;
    margin: 6px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
}
#hd .section-customizability .control-panel .control .button.active{
    width: 40px;
    cursor: default;
}
#hd .section-customizability .control-panel .control .button:hover{
    background: #aaa;
}
#hd .section-customizability .control-panel .control .button.active:hover{
    background: #fff;
}


#hd .section-customizability .video-panel{
    width: 55%;
    background: url(../img/panel-grid.png) center no-repeat;
    background-size: 100% 100%;
    padding: 130px 20px 20px 20px;
}
#hd .section-customizability .video-panel .panel{
    display: none;
}
#hd .section-customizability .video-panel .panel.active{
    display: block;
}
#hd .section-customizability .video-panel .panel .video-wraper{
    max-width: 90%;
    margin: 0 auto;
}
#hd .section-customizability .video-panel .panel.active .video-wraper{
}
#hd .section-customizability .video-panel .panel .title{
    font-family: "Trade", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {    
#hd .section-customizability .section-title{
    font-size: 3em;
}
#hd .section-customizability .control-panel .panel{
    width: calc(778px * 0.6);
    height: calc(550px * 0.6);
    top: 175px;
}
#hd .section-customizability .control-panel{
    height: 600px;
}
}

@media screen and (max-width: 900px) {    
#hd .section-customizability .control-panel{
    width: 100%;
}
#hd .section-customizability .video-panel{
    width: 100%;
    padding: 30px 20px 20px 20px;
}
}

@media screen and (max-width: 600px) {    
#hd .section-customizability{
    margin-top: 50px;
    margin-bottom: 50px;
}
#hd .section-customizability .control-panel .panel{
    width: 95%;
    height: inherit;
    min-height: 300px;
}
#hd .section-customizability .video-panel .panel .title{
    font-size: 1.2em;
}
}


