@charset 'utf-8';

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-CondBold.ttf') format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: 'Kairos';
    src: url("../fonts/KairosSansW1G-CnBold.ttf");
    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: #ff9e1b;
    color: #000000;
}

::-moz-selection {
    background: #ff9e1b;
    color: #000000;
}

#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;
    /*background: url(../img/bg.jpg) 0 center no-repeat;
    background-attachment: fixed;*/
}


/*20231030 造成pdc的see all不見*/
/*
#hd ul,
#hd li,
#hd figure {
    margin: 0;
    padding: 0;
}
#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", "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; /*bigger text for bigger screen*/
}
}



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



/*-------------TUF general-------------------*/

#hd .tuf-title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 4em;
    color: #fff;
    line-height: 1em;
    margin: 0 0 0.2em 0;
    padding: 0;
    font-weight: normal;
}
@media screen and (max-width: 600px) {    
#hd .tuf-title{
    font-size: 2em;
}
}

#hd .title-mini{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    color: #f39926;
    line-height: 1.1em;
    font-size: 2.4em;
    margin: 0 0 0.2em 0;
    padding: 0;
    font-weight: normal;
}
@media screen and (max-width: 1200px) {    
#hd .title-mini{
    font-size: 1.8em;
}
}


#hd .tuf-p{
    color: #fff;
    line-height: 1.5em;
    font-size: 1.2em;
    margin: 0 0 1em 0;
    padding: 0;
}
#hd .note{
    color: #999;
    line-height: 1.3em;
    font-size: 0.8em;
    margin: 0 0 1em 0;
    padding: 0;
}
/*20231030 不改變pdc的link color*/
#hd section:not(#pdc) a{
    color: #fff;
}
#hd a:hover{
}


/*division content side decor*/
/*
#hd .tuf-section{
    background: url(../img/side-decor.png) right top no-repeat;
    background-attachment: fixed;
}
@media screen and (max-width: 1280px) {    
#hd .tuf-section{
    background: none;
}
}
*/


#hd .tuf-subtitle{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 3em;
    color: #ff9e1b;
    line-height: 1em;
    margin: 0 0 0.2em 0;
    padding: 0;
    font-weight: normal;
}
@media screen and (max-width: 1280px) {    
#hd .tuf-subtitle{
    font-size: 2.3em;
}
}
@media screen and (max-width: 767px) {    
#hd .tuf-subtitle{
    font-size: 1.8em;
}
}



#hd .sub-content{
    position: relative;
    overflow: hidden;
}
#hd .sub-content > div{
    /*display: none;*/
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
    left: 100vw;
    top: 0;
    z-index: 1;
    width: 100%; /*如果沒設寬度，tab隱藏再顯示之後裡面的swiper會變大 (iPhone Safari)*/
}
#hd .sub-content.sideview > div.next{
    opacity: 0.3;
    left: 1020px;
}
#hd .sub-content.sideview > div.prev{
    opacity: 0.3;
    left: -1020px;
}
#hd .sub-content.sideview .sideview-prev{
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50vw - 500px);
    height: 100%;
    /*background: rgba(245,15,100,0.5);*/
    cursor: pointer;
    z-index: 9;
}
#hd .sub-content.sideview .sideview-next{
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50vw - 500px);
    height: 100%;
    /*background: rgba(245,15,100,0.5);*/
    cursor: pointer;
    z-index: 9;
}


#hd .sub-content > div.active{
    /*display: block;*/
    opacity: 1 !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    z-index: 2;
}


/*subnav*/
#hd .subnav{
    width: 100%;
    margin-bottom: 50px;
}
#hd .subnav ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}
#hd .subnav ul li{
    margin: 0 20px;
    min-width: 150px;
    position: relative;
}
/*WCAG 2023 default focus outline not showing in Chrome*/
#hd .subnav ul li a:focus-visible span{
    outline: 2px solid #ff9e1b;
}
#hd .subnav ul li span{
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    padding: 8px 15px;
    font-size: 1.2em;
    /*border: 1px solid rgba(255,255,255,0.5);*/
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: relative;
}
#hd .subnav ul li span:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    top: -3px;
    left: 50px;
    top: 10px;
    left: -10px;
    top: -10px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .subnav ul li span:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    bottom: -3px;
    left: 50px;
    bottom: 10px;
    left: -10px;
    bottom: -10px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .subnav ul li:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    top: -3px;
    right: 50px;
    top: 10px;
    right: -10px;
    top: -10px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .subnav ul li:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    bottom: -3px;
    right: 50px;
    bottom: 10px;
    right: -10px;
    bottom: -10px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}

#hd .subnav ul li:hover span{
}
#hd .subnav ul li.active span{
    background-color: #2d1b04;
}
#hd .subnav ul li:hover span:before,
#hd .subnav ul li:hover span:after,
#hd .subnav ul li:hover:before,
#hd .subnav ul li:hover:after,
#hd .subnav ul li.active span:before,
#hd .subnav ul li.active span:after,
#hd .subnav ul li.active:before,
#hd .subnav ul li.active:after{
    opacity: 1;
}

#hd .subnav ul li:hover:before
{
    right: -3px;
    top: -3px;
}
#hd .subnav ul li.active:before
{
    right: -3px;
    top: -3px;
}
#hd .subnav ul li:hover:after
{
    right: -3px;
    bottom: -3px;
}
#hd .subnav ul li.active:after
{
    right: -3px;
    bottom: -3px;
}

#hd .subnav ul li:hover span:before
{
    left: -3px;
    top: -3px;
}
#hd .subnav ul li.active span:before
{
    left: -3px;
    top: -3px;
}
#hd .subnav ul li:hover span:after
{
    left: -3px;
    bottom: -3px;
}
#hd .subnav ul li.active span:after
{
    left: -3px;
    bottom: -3px;
}

@media screen and (max-width: 1280px) {    
#hd .subnav{
    margin-bottom: 10px;
}
}
@media screen and (max-width: 1023px) {    
#hd .subnav ul li{
    margin: 0 10px;
    min-width: 100px;
}
}
@media screen and (max-width: 767px) {    
#hd .subnav{
    margin-bottom: 0px;
}
#hd .subnav ul{
    flex-wrap: wrap;
    max-width: 280px;
    margin: 0 auto;
}
#hd .subnav ul li{
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}
}




/* 有四個角的按鍵list */
#hd .ui-list{
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 0 50px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd .ui-list ul{
    /*width: 36%;*/
    box-sizing: border-box;
    padding-right: 40px;
}
#hd .ui-list ul li{
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
#hd .ui-list ul li:last-child{ /*X870*/
    /*margin-bottom: 0px;*/
}
/*WCAG 2023 default focus outline not showing in Chrome*/
#hd .ui-list ul li a:focus-visible span{
    outline: 1px solid #ff9e1b;
}
#hd .ui-list ul li span{
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    padding: 8px 15px;
    font-size: 1.2em;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: relative;
}
#hd .ui-list ul li span:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    top: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .ui-list ul li span:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    bottom: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .ui-list ul li:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    top: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .ui-list ul li:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    bottom: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}

#hd .ui-list ul li:hover span,
#hd .ui-list ul li.active span{
    background-color: #2d1b04;
}
#hd .ui-list ul li:hover span:before,
#hd .ui-list ul li:hover span:after,
#hd .ui-list ul li:hover:before,
#hd .ui-list ul li:hover:after,
#hd .ui-list ul li.active span:before,
#hd .ui-list ul li.active span:after,
#hd .ui-list ul li.active:before,
#hd .ui-list ul li.active:after{
    opacity: 1;
}



#hd .ui-list .imagelist{
    /*width: 64%;*/
}
#hd .ui-list .imagelist img{
    width: 100%;
    display: block;
}
#hd .ui-list .imagelist .entry{
    display: none;
}
#hd .ui-list .imagelist .entry.active{
    display: block;
}

@media screen and (max-width: 600px) {    
#hd .ui-list ul{
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
}
#hd .ui-list .imagelist{
    width: 100%;
}
}


/* tag-link (前面有一個小標籤圖的link) */
#hd .tag-link{
    text-decoration: underline;
    color: #ff9e1b !important;
    cursor: pointer;
    font-size: 1.2em;
    transition: all 0.2s;
    position: relative;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .tag-link:after{
    display: block;
    content: '>>';
    position: absolute;
    right: -25px;
    top: -10px;
    width: 20px;
    height: 20px;
}
#hd .tag-link:hover{
    color: #aaa !important;
    text-decoration: underline;
}



/*
#hd .switch-taget-2{
    display: none;
    min-height: 300px;
}
*/

/* side-tag (左邊的小裝飾tuf logo)*/
#hd .side-tag{
    position: absolute;
    left: 50px;
    top: 500px;
    width: 250px;
    height: 100px;
    z-index: 0;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .side-tag .number{
    color: #ff9e1b;
    font-size: 1.2em;
    margin: 0 0 5px;
    padding: 0;
    line-height: 1em;
}
#hd .side-tag .tuf{
    color: #000;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
    width: 6.2em;
    line-height: 1em;
    padding-top: 5px;
    padding-left: 48px;
    position: relative;
    background: #ff9e1b url(../img/tiny-tuf-dark.png) 8px center no-repeat;
    background-size: 30px auto;
}
#hd .side-tag .tuf:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    background: #000;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    transform-origin: right bottom;
}
#hd .side-tag .ruler{
    background: url(../img/ruler.png) left center no-repeat;
    background-size: auto 100%;
    height: 15px;
    margin-top: 15px;
}
@media screen and (min-width: 2300px) {    
#hd .side-tag{
    left: 10%;
}
}
@media screen and (min-width: 3300px) {    
#hd .side-tag{
    left: 20%;
}
}
@media screen and (min-width: 4800px) {    
#hd .side-tag{
    left: 30%;
}
}
@media screen and (max-width: 1800px) {    
#hd .side-tag{
    left: 25px;
    width: 150px;
}
#hd .side-tag .tuf{
    font-size: 1.5em;
    padding-left: 35px;
    background-size: 20px auto;
}
#hd .side-tag .ruler{
    height: 10px;
}
}
@media screen and (max-width: 1400px) {    
#hd .side-tag{
    display: none;
}
}

#hd .row.rev{
    flex-direction: row-reverse;
}


/*division*/
#hd .division-head-text{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd .division-head-text .division-title{
    color: #f39926;
    font-weight: normal;
    font-size: 1.7em;
    margin: 0 0 0.5em 0;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}

@media screen and (max-width: 600px) {    
#hd .division-head-text .division-title{
    font-size: 1.3em;
}
}






#hd .card-deck{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#hd .card-deck.of-1 {
    justify-content: center;
}
#hd .card-deck .card-item{
    width: 31.33%;
    margin: 0 1% 2% 1%;
    padding-bottom: 60px;
    border: 1px solid #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background: url(../img/corner.png) 10px 10px no-repeat;
    background-size: 20px;
    background-color: rgba(0,0,0,0.6);
}
#hd .card-deck.of-1 .card-item{
    width: 48%;
}
#hd .card-deck.of-2 .card-item{
    width: 48%;
}
#hd .card-deck.of-3 .card-item{
    width: 31.33%;
}
#hd .card-deck .card-item .text{
    padding: 50px 30px 0px 30px;
}
#hd .card-deck .card-item .image{
    padding: 0px 10px 0px 10px;
}
#hd .card-deck .card-item .arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 767px) {    
#hd .card-deck .card-item{
    width: 100% !important;
    margin: 0 0 4% 0 !important;
}
}




#hd .row.rev{
    flex-direction: row-reverse;
}






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

/*-kv-*/

#hd #tuf-kv{
    position: relative;
    background-color: #000;
    /*background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(66,66,66,1) 90%);*/
}
#hd #tuf-kv .screen-area{
    background: url(../img/kv/kv-bg.jpg) center top no-repeat;
    background-size: auto calc(100vh - 170px); /*asus header*/
    background-size: 100% auto;
    min-height: calc(100vh - 170px); /*asus header*/
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#hd #tuf-kv .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}
#hd #tuf-kv .main-image{
    width: 50%;
    padding: 0px 5%;
    box-sizing: border-box;
}
#hd #tuf-kv img{
    max-width: 100%;
    display: block;
}
#hd #tuf-kv .text-content{
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
#hd #tuf-kv .tuf-title{
    font-size: 4em;
    margin-bottom: 0.5em;
    font-family: "Kairos", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd #tuf-kv .text-content .icon{ /*Z790*/
    width: 90%;
    min-height: 120px;
    background: url(../img/kv/icon-set.webp) left top no-repeat;
    background-size: contain;
}
#hd #tuf-kv .text-content .icon img{ /*Z790*/
    display: inline-block;
    width: auto;
    margin-right: 10px;
    max-width: 240px;
    max-height: 130px;
    vertical-align: middle;
}
#hd #tuf-kv p.default{
}
#hd #tuf-kv p.mobile{
    display: none;
}

#hd #tuf-kv .decor{
}
#hd #tuf-kv .decor-earth{
    position: absolute;
    left: 2%;
    top: 3%;
    width: 6%;
    z-index: 1;
}
#hd #tuf-kv .decor-corner{
    position: absolute;
    left: 3%;
    bottom: 3%;
    width: 15%;
    z-index: 1;
}
#hd #tuf-kv .decor-hexagon{
    position: absolute;
    right: 3%;
    bottom: 3%;
    width: 2%;
    z-index: 1;
}
#hd #tuf-kv .decor-tuf{
    position: absolute;
    right: 2%;
    top: 2%;
    width: 7%;
    z-index: 1;
}
/*
@media screen and (max-height: 900px) {    
#hd #tuf-kv .screen-area{
    background-size: auto 700px;
}
}
*/
@media screen and (min-width: 2500px) {    
#hd #tuf-kv .tuf-title{
    font-size: 3.2em;
}
}
@media screen and (max-width: 1280px) {    
#hd #tuf-kv .inner{
    max-width: 1000px;
    padding-top: 70px;
}
#hd #tuf-kv .text-content{
    padding-right: 0%;
}
#hd #tuf-kv .tuf-title{
    font-size: 3em;
}
}
@media screen and (max-width: 1023px) {    
#hd #tuf-kv .decor-zebra{
}
#hd #tuf-kv .decor-corner{
}
#hd #tuf-kv .decor-hexagon{
}
}
@media screen and (max-width: 767px) {    
#hd #tuf-kv .screen-area{
    background-size: 120% auto;
}
#hd #tuf-kv .inner{
    padding-top: 50px;
    flex-direction: column-reverse;
}
#hd #tuf-kv .text-content{
    width: 100%;
    margin-bottom: 30px;
}
#hd #tuf-kv p.default{
    display: none;
}
#hd #tuf-kv p.mobile{
    display: block;
}
#hd #tuf-kv .main-image{
    width: 100%;
    margin-bottom: 30px;
}
#hd #tuf-kv .decor-zebra{
}
#hd #tuf-kv .decor-corner{
}
#hd #tuf-kv .decor-hexagon{
}
}

@media screen and (max-width: 500px) {    
#hd #tuf-kv .tuf-title{
    font-size: 2em;
}
#hd #tuf-kv .text-content .icon{ /*Z790*/
    min-height: 80px;
}
}




/*-guide-*/

#hd .guide-wrapper{
    background: linear-gradient(to bottom, rgba(66,66,66,0), rgba(66,66,66,1));
}
#hd .guide-wrapper .guide{
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .guide-wrapper .guide li{
    width: 31.33%;
    height: 240px;
    box-sizing: border-box;
    align-items: center;
    margin: 0 1% 20px 1%;/*20231030 pdc fix*/
    background: url(../img/guide/guide-box.png) center top no-repeat;
    background-size: 100% 100%;
}
#hd .guide-wrapper .guide li:first-child{
    background-image: url(../img/guide/guide-box-alt.png);
}
#hd .guide-wrapper .guide .image{
    width: 28%;
    margin-left: 4%;
}
#hd .guide-wrapper .guide .text{
    width: 68%;
    padding-left: 15px;
    padding-right: 30px;
    color: #fff;
}
#hd .guide-wrapper .guide li:first-child .text{
    color: #000;
}
#hd .guide-wrapper .guide p.title{
    font-size: 1.6em;
    margin: 0;
    line-height: 1.2em;
    font-weight: normal;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .guide-wrapper .guide p{
    font-size: 1em;
    margin-bottom: 0.6em;
    line-height: 1.2em;
}
#hd .guide-wrapper .guide a{
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    align-items: center;
    position: relative;
}
#hd .guide-wrapper .guide a:hover{
    color: #ff9e1b;
}

#hd .guide-wrapper .guide .arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
}



#hd .default-arrow{
    border-radius: 50%;
    background: #666;
    background: #fff; /*AQA*/
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    transition: all 0.3s;
    cursor: pointer;
}
#hd .default-arrow:hover{
    background: #f39926;
}
#hd .default-arrow:before{
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    transform: rotate(-90deg);
    background: url(../img/default-arrow.png) center no-repeat;
    background-size: 50%;
}
#hd .guide .default-arrow:before{
    transform: rotate(0deg);
}
#hd .guide-wrapper .guide a:hover .default-arrow{
    background: #f39926;
}
@media screen and (max-width: 1280px) {    
#hd .guide-wrapper .inner{
    max-width: 1000px;
}
}
@media screen and (max-width: 1023px) {    
#hd .guide-wrapper .guide li{
    width: 48%;
}
}
@media screen and (max-width: 767px) {    
#hd .guide-wrapper .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 30px;
    box-sizing: border-box;
}
#hd .guide-wrapper .guide li{
    width: 100%;
}
#hd .guide-wrapper .guide .text{
    padding-right: 5px;
}
}
@media screen and (max-width: 400px) {    
#hd .guide-wrapper .guide p.title{
    font-size: 1em;
}
#hd .guide-wrapper .guide p{
    font-size: 0.9em;
}
}





/*-spec-*/

#hd #tuf-spec{
    position: relative;
    background: url(../img/spec-bg.jpg) center 30% no-repeat;
    background-size: auto 130%;
    background-color: #000;
    /*background-attachment: fixed;*/
    padding-top: 100px;
}
#hd #tuf-spec .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 15px 100px 15px;
    box-sizing: border-box;
    position: relative;
}
#hd #tuf-spec .tuf-title{
    font-size: 6em;
    text-align: center;
    margin-bottom: 0px;
}
#hd #tuf-spec .subnav {
    padding-top: 50px;
}

@media screen and (max-width: 1280px) {    
#hd #tuf-spec .tuf-title{
    font-size: 3.2em;
}
#hd #tuf-spec{
    background: none;
}
}
@media screen and (max-width: 767px) {    
#hd #tuf-spec .inner{
    padding: 50px 15px;
}
#hd #tuf-spec .tuf-title{
    font-size: 3em;
}
}



/*----spec content-----*/
#hd #tuf-spec .spec-wrapper{
    position: relative;
}
#hd #tuf-spec .spec-wrapper .image{
    position: relative;
    margin: 0 auto;
}
#hd #tuf-spec .spec-wrapper .image img{
    display: block;
    max-width: 100%;
}
#hd #tuf-spec .spec-wrapper .image .main{
    position: relative;
}
#hd #tuf-spec .spec-wrapper .image .line{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#hd #tuf-spec .spec-wrapper .image .dot{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
#hd #tuf-spec .spec-wrapper .list{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#hd #tuf-spec .spec-wrapper .list .entry{
    position: absolute;
    /*background: rgba(0,0,0,0.5);*/
    text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 7px #000, 0 0 8px #000, 0 0 9px #000;/*20220922*/
}
#hd #tuf-spec .spec-wrapper .list .entry.underline{
    text-align: right;
    /*border-bottom: 1px solid #ccc;
    padding-bottom: 5px;*/
}
#hd #tuf-spec .spec-wrapper .list .entry p{
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
#hd #tuf-spec .spec-wrapper .list .entry .number{
    display: none;
}

#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(1){ right: 83%; top: 31.5%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(2){ right: 80%; top: 54%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(3){ left: 78%; top: 13.5%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(4){ left: 78%; top: 26%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(5){ left: 78%; top: 60%;}

#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(1){ right: 86%; top: 10%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(2){ right: 84%; top: 58%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(3){ left: 68%; top: 5.2%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(4){ left: 80.5%; top: 44.5%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(5){ left: 64.5%; top: 72.5%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(6){ left: 63%; top: 91%;}

#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(1){ right: 77%; top: 60%;}
#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(2){ left: 76%; top: 10%;}
#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(3){ left: 74%; top: 80%;}

#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(1){ right: 72%; top: 14%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(2){ right: 72%; top: 28.5%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(3){ right: 72%; top: 39%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(4){ right: 72%; top: 51%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(5){ right: 72%; top: 63%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(6){ right: 72%; top: 76%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(7){ right: 72%; top: 86%; width: 20%;}

#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(8){ left: 76%; top: 38%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(9){ left: 76%; top: 57%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(10){ left: 76%; top: 86%;}




@media screen and (max-width: 1280px) {    
#hd #tuf-spec .sub-content-1 .spec-wrapper .image{
    max-width: 580px;
}
#hd #tuf-spec .sub-content-2 .spec-wrapper .image{
    max-width: 650px;
}
#hd #tuf-spec .sub-content-3 .spec-wrapper .image{
    max-width: 500px;
}
#hd #tuf-spec .sub-content-4 .spec-wrapper .image{
    max-width: 480px;
}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(1){ right: 72%; max-width: 250px;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(2){ right: 75%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(3){ left: 72%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(4){ left: 72%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(5){ left: 72%;}


#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(1){ right: 77%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(2){ right: 77%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(3){ left: 71%; top: 4.5%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(4){ left: 73%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(5){ left: 60%;}

#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(1){ right: 72%;}
#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(2){ left: 69%;}
#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(3){ left: 70%; }

#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(1){ right: 69%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(2){ right: 69%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(3){ right: 69%; width: 25%; top: 37.5%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(4){ right: 69%; width: 25%; top: 49%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(5){ right: 69%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(6){ right: 69%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(7){ right: 69%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(8){ left: 71%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(9){ left: 71%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(10){ left: 71%;}
}

@media screen and (max-width: 1023px) {    
#hd #tuf-spec .spec-wrapper .image{
    max-width: 650px;
    margin: 0 auto;
}
#hd #tuf-spec .spec-wrapper .image .dot{
    display: block;
}
#hd #tuf-spec .spec-wrapper .list{
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
    margin: 30px auto 0 auto;
    align-items: flex-start;
}
#hd #tuf-spec .spec-wrapper .list .entry{
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    display: flex;
    width: 50% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 15px;
    text-shadow: none;
    align-items: flex-start;
}
#hd #tuf-spec .spec-wrapper .list .entry.underline{
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    width: 50% !important;
}
#hd #tuf-spec .spec-wrapper .list .entry .number{
    display: block;
    width: 30px;
    height: 30px;
    background: #ff9e1b;
    border-radius: 50%;
    color: #000;
    font-size: 1.3em;
    text-align: center;
    line-height: 30px;
    margin-right: 8px;
    margin-top: -5px;
    flex-shrink: 0;
}

/*
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(1){ order: 1;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(2){ order: 3;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(3){ order: 5;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(4){ order: 2;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(5){ order: 4;}

#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(1){ order: 1;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(2){ order: 3;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(3){ order: 5;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(4){ order: 2;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(5){ order: 4;}
*/

}



@media screen and (max-width: 420px) {    
#hd #tuf-spec .spec-wrapper .list .entry{
    width: 100% !important;
    padding: 0;
}
#hd #tuf-spec .spec-wrapper .list .entry.underline{
    width: 100% !important;
}

/*
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(1){ order: 1;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(2){ order: 2;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(3){ order: 3;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(4){ order: 4;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(5){ order: 5;}

#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(1){ order: 1;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(2){ order: 2;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(3){ order: 3;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(4){ order: 4;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(5){ order: 5;}
*/

}









/*---------------tuf-division-control------------------*/
#hd #tuf-division-control{
    position: relative;
}



#hd .switch{
    text-align: center;
    margin-bottom: 30px;
}
#hd .switch > div{
    width: 60px;
    height: 5px;
    background: #555;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.2s;
    cursor: pointer;
}
#hd .switch > div.active{
    background: #fff;
}

@media screen and (max-width: 767px) {    
#hd .division-content-a3 .row .text{
    width: 100%;
    padding-right: 0px;
}
#hd .division-content-a3 .row .image{
    width: 100%;
}
#hd .division-content-a3 .row .entry{
    width: 100%;
    padding: 0;
}
}


x


/*---------------tuf-division-performance------------------*/
#hd #tuf-division-performance{
    position: relative;
}




/*Performance > Memory & Storage > PCIe® 5.0 M.2 圖形*/
/*Performance > Connectivity > POP > PCIe® 5.0 圖形*/
#hd .figure-pcie{
    position: relative;
}
#hd .figure-pcie .data{
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}
#hd .figure-pcie .data:before{
    content: '';
    display: block;
    width: 4px;
    border: 0.5px solid #555;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#hd .figure-pcie .entry{
    margin-bottom: 5px;
}
#hd .figure-pcie .entry:first-child{
    /*margin-bottom: -5px;*/
}
#hd .figure-pcie .title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ff9e1b;
    margin-bottom: 5px;
}
#hd .figure-pcie .name{
}
#hd .figure-pcie .name.primary{
    color: #ff9e1b;
}
#hd .figure-pcie .bar{
    margin-right: 5px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
}

#hd .figure-pcie .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ccc;
    line-height: 1em;
    display: inline-block;
    vertical-align: text-top;
}
#hd .figure-pcie .number.primary{
    font-size: 1.8em;
    color: #ff9e1b;
}

@media screen and (max-width: 500px) {    
#hd .figure-pcie .bar.primary .number{
    font-size: 2em;
}
#hd .figure-pcie .number.primary{
    font-size: 2em;
}
}


#hd .pop-performance-connectivity-2 .image{
    padding-left: 30px;
}
#hd .pop-performance-connectivity-3 .image{
    padding-left: 30px;
}
@media screen and (max-width: 767px) {    
#hd .pop-performance-connectivity-2 .image{
    padding-left: 0px;
}
#hd .pop-performance-connectivity-3 .image{
    padding-left: 0px;
}
}



#hd .pop-performance-connectivity-2 .image{
    padding-left: 30px;
}
@media screen and (max-width: 767px) {    
#hd .pop-performance-connectivity-2 .image{
    padding-left: 0px;
}
}



/* ALL BAR ANIMATION */
#hd .bar.w90{ width: 90%;}
#hd .bar.w80{ width: 80%;}
#hd .bar.w70{ width: 70%;}
#hd .bar.w60{ width: 60%;}
#hd .bar.w50{ width: 50%;}
#hd .bar.w40{ width: 40%;}
#hd .bar.w30{ width: 30%;}
#hd .bar.w20{ width: 20%;}

#hd .bar.animate{
    width: 20%;
    transition: width 2s;
}
#hd .pop-performance-connectivity-2 .bar.animate.w80{ /*for pop*/
    width: 20%;
    transition: width 2s;
}
#hd .pop-performance-connectivity-2 .bar.animate.w80.active{ /*for pop*/
    width: 80%;
}
#hd .sub-content > div.active .bar.animate.w90{ width: 90%;}
#hd .sub-content > div.active .bar.animate.w80{ width: 80%;}
#hd .sub-content > div.active .bar.animate.w70{ width: 70%;}
#hd .sub-content > div.active .bar.animate.w60{ width: 60%;}
#hd .sub-content > div.active .bar.animate.w50{ width: 50%;}
#hd .sub-content > div.active .bar.animate.w40{ width: 40%;}
#hd .sub-content > div.active .bar.animate.w30{ width: 30%;}
#hd .sub-content > div.active .bar.animate.w20{ width: 20%;}
#hd .bar{
    background: url(../img/bar.png) left center no-repeat;
    background-color: #aaa;
}
#hd .bar.primary{
    background-color: #ff9e1b;
}







/*Performance > Connectivity > POP > Thunderbolt™ 4 Support 圖形*/
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 {
  max-width: 900px;
}
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 .row .text {
  width: 50%;
}
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 .row .image {
  width: 50%;
}
#hd .figure-thunderbolt{
    position: relative;
    height: 200px;
    width: 250px;
    margin: 0 auto;
}
#hd .figure-thunderbolt .data{
    padding-bottom: 10px;
    position: relative;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
}
#hd .figure-thunderbolt .data:before{
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    border: 0.5px solid #555;
    position: absolute;
    left: 0;
    bottom: 0;
}
#hd .figure-thunderbolt .entry{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 20px;
}
#hd .figure-thunderbolt .entry:last-child{
    margin-right: 0px;
}
#hd .figure-thunderbolt .title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ff9e1b;
    margin-bottom: 10px;
}
#hd .figure-thunderbolt .name{
    text-align: center;
}
#hd .figure-thunderbolt .name.primary{
    color: #ff9e1b;
}
#hd .figure-thunderbolt .bar{
    width: 60px;
    display: block;
    margin: 5px auto;
    background: url(../img/bar-straight.png) center no-repeat;
    background-color: #aaa;
}
#hd .figure-thunderbolt .bar.primary{
    background-color: #ff9e1b;
}
#hd .figure-thunderbolt .bar.h30{
    height: 30%;
}
#hd .figure-thunderbolt .bar.h60{
    height: 60%;
}
#hd .figure-thunderbolt .bar .dash{
    background-color: #000;
    border: 2px dashed #fff;
    height: 50%;
    box-sizing: border-box;
    padding-top: 30%;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1em;
    text-align: center;
}

#hd .figure-thunderbolt .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1em;
    color: #ccc;
    line-height: 1em;
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
}
#hd .figure-thunderbolt .number.primary{
    font-size: 1.5em;
    color: #fff;
}
#hd .figure-thunderbolt .number.primary span{
    font-size: 2em;
    color: #ff9e1b;
}

@media screen and (max-width: 767px) {    
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 .row .text {
  width: 100%;
}
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 .row .image {
  width: 100%;
  margin-top: 20px;
}
}
@media screen and (max-width: 500px) {    
#hd .figure-thunderbolt .bar.primary .number{
    font-size: 2em;
}
}









/*DIY > TUF Protection > TUF LANGuard 圖形*/
#hd .figure-languard{
    position: relative;
    width: 300px;
    margin: 30px auto 0 auto;
}
#hd .figure-languard .title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin-bottom: 10px;
    line-height: 2em;
}
#hd .figure-languard .title span:nth-child(1){
    color: #ff9e1b;
    font-size: 4em;
}
#hd .figure-languard .title span:nth-child(2){
    color: #fff;
    font-size: 4em;
}
#hd .figure-languard .title span:nth-child(3){
    color: #ccc;
    font-size: 2.5em;
    display: block;
}
#hd .figure-languard .data{
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
}
#hd .figure-languard .data:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9e1b;
}
#hd .figure-languard .entry{
}
#hd .figure-languard .entry:first-child{
}
#hd .figure-languard .subtitle{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ff9e1b;
    margin-bottom: 10px;
}
#hd .figure-languard .name{
}
#hd .figure-languard .name.primary{
    color: #ff9e1b;
}
#hd .figure-languard .bar{
    margin-right: 5px;
    height: 30px;
    display: inline-block;
    vertical-align: text-top;
}

#hd .figure-languard .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ccc;
    line-height: 1em;
    display: inline-block;
    vertical-align: text-top;
}
#hd .figure-languard .number.primary{
    font-size: 3em;
    color: #ff9e1b;
}
#hd .figure-languard .axis{
    position: relative;
    width: 100%;
    height: 20px;
}
#hd .figure-languard .axis:before{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9e1b;
}
#hd .figure-languard .axis .x0{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px;
}
#hd .figure-languard .axis .x10{
    position: absolute;
    left: 35%;
    top: 0;
    padding-top: 10px;
}
#hd .figure-languard .axis .x20{
    position: absolute;
    left: 70%;
    top: 0;
    padding-top: 10px;
}
#hd .figure-languard .axis .x10:before{
    position: absolute;
    left: 5px;
    top: 0;
    height: 10px;
    width: 1px;
    background: #ff9e1b;
    content: '';
    display: block;
}
#hd .figure-languard .axis .x20:before{
    position: absolute;
    left: 5px;
    top: 0;
    height: 10px;
    width: 1px;
    background: #ff9e1b;
    content: '';
    display: block;
}

#hd .figure-languard .caption{
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}
#hd .figure-languard .caption > div{
    margin-right: 10px;
    font-size: 0.9em;
}
#hd .figure-languard .caption > div:before{
    height: 8px;
    width: 16px;
    background: #aaa;
    content: '';
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
#hd .figure-languard .caption > div.primary{
    color: #ff9e1b;
}
#hd .figure-languard .caption > div.primary:before{
    background: #ff9e1b;
}

@media screen and (min-width: 2500px) {    
#hd .figure-languard{
    font-size: 0.8em;
}
}

@media screen and (max-width: 500px) {    
#hd .figure-languard .bar.primary .number{
    font-size: 2em;
}
}


#hd .pop-performance-connectivity-2 .image{
    padding-left: 30px;
}
#hd .pop-performance-connectivity-3 .image{
    padding-left: 30px;
}
@media screen and (max-width: 767px) {    
#hd .pop-performance-connectivity-2 .image{
    padding-left: 0px;
}
#hd .pop-performance-connectivity-3 .image{
    padding-left: 0px;
}
}






#hd .fan-control{
    display: flex;
    box-sizing: border-box;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 30px;
}
#hd .fan-control li{
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 48%;
    margin: 0 1% 20px 1%;
    display: flex;
    align-items: stretch;
    min-height: 70px;
}
#hd .fan-control li:last-child{
}
/*WCAG 2023 default focus outline not showing in Chrome*/
#hd .fan-control li:focus-visible span{
    outline: 1px solid #ff9e1b;
}
#hd .fan-control li span{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
    padding: 13px 15px 8px 15px;
    font-size: 1.5em;
    line-height: 1em;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: relative;
}
#hd .fan-control li span:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    top: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .fan-control li span:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    bottom: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .fan-control li:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    top: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .fan-control li:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    bottom: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}

#hd .fan-control li:hover span,
#hd .fan-control li.active span{
    background-color: #2d1b04;
}
#hd .fan-control li:hover span:before,
#hd .fan-control li:hover span:after,
#hd .fan-control li:hover:before,
#hd .fan-control li:hover:after,
#hd .fan-control li.active span:before,
#hd .fan-control li.active span:after,
#hd .fan-control li.active:before,
#hd .fan-control li.active:after{
    opacity: 1;
}


@media screen and (max-width: 600px) {    
#hd .fan-control li span{
    padding: 5px;
    font-size: 1em;
}
}



#hd .fan-icon{
    position: relative;
}
#hd .fan-icon .main{
}
#hd .fan-icon .icon{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#hd .fan-icon .icon > div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
#hd .fan-icon .icon > div.active{
    display: block;
}



#hd .cooler-control{
    border: 1px solid #ff9e1b;
    text-align: center;
    margin-top: 20px;
}
#hd .cooler-control .cooler-control-text > div{
    display: none;
    min-height: 120px;
}
#hd .cooler-control .cooler-control-text > div.active{
    display: block;
}
#hd .cooler-control h4{
    padding: 20px 10px 0 10px;
}
#hd .cooler-control p{
    padding: 0px 10px 0 10px;
    line-height: 1.2em;
}
#hd .cooler-control .control{
    background: #555;
    padding: 10px 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hd .cooler-control .control ul{
    padding: 0;
    display: flex;
    overflow: hidden;
    width: 200px;
}
#hd .cooler-control .control ul li{
    display: block;
    font-size: 4em;
    line-height: 1em;
    padding: 0;
    margin: 0 20px 0 0;
    position: relative;
    color: #ccc;
    cursor: pointer;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .cooler-control .control ul li:last-child{
    margin-right: 0;
}
#hd .cooler-control .control ul li:after{
    display: block;
    content: '';
    width: 10px;
    height: 5px;
    background: #fff;
    position: absolute;
    right: -15px;
    top: 40%;
}
#hd .cooler-control .control ul li:last-child:after{
    display: none;
}
#hd .cooler-control .control ul li span{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    transition: all 0.2s;
}
#hd .cooler-control .control ul li:hover span{
    color: #fff;
}
#hd .cooler-control .control ul li.active span{
    color: #ff9e1b;
    transform: scale(1);
}




#hd .cooler-control .control .last{
    background: url(../img/control-arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: cover;
    transition: opacity 0.2s;
    opacity: 0.7;
    margin-right: 20px;
    margin-top: -10px;
}
#hd .cooler-control .control .last:hover{
    opacity: 1;
}
#hd .cooler-control .control .last:active{
    opacity: 0.6;
}
#hd .cooler-control .control .next{
    background: url(../img/control-arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: cover;
    transition: opacity 0.2s;
    opacity: 0.7;
    transform: rotate(180deg);
    margin-left: 20px;
    margin-top: -10px;
}
#hd .cooler-control .control .next:hover{
    opacity: 1;
}
#hd .cooler-control .control .next:active{
    opacity: 0.6;
}

@media screen and (min-width: 2500px) {    
#hd .cooler-control{
    font-size: 0.8em;
}
}




#hd .cooler-number{
    position: relative;
}
#hd .cooler-number .main{
}
#hd .cooler-number .number{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#hd .cooler-number .number > div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#hd .cooler-number .number > div.active{
    z-index: 2;
}

#hd .cooler-number .number > div > div{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 2em;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff;
    background: rgba(255,255,255,0.5);
    text-align: center;
    position: absolute;
    transition: all 0.3s;
}
#hd .cooler-number .number > div.active > div{
    background: rgba(255,158,27,0.5);
}

#hd .cooler-number .number .number-1a{
    left: 45%;
    top: 5%;
}
#hd .cooler-number .number .number-1b{
    left: 22%;
    top: 25%;
}
#hd .cooler-number .number .number-2{
    left: 56%;
    top: 62%;
}
#hd .cooler-number .number .number-3a{
    left: 30%;
    top: 46%;
}
#hd .cooler-number .number .number-3b{
    left: 30%;
    top: 74%;
}
@media screen and (max-width: 767px) {    
#hd .cooler-control .control ul{
    width: 160px;
}
#hd .cooler-control .control ul li{
    font-size: 3em;
}
#hd .cooler-number{
    margin-top: 20px;
}
#hd .cooler-number .number > div > div{
    font-size: 1.6em;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
}


@media screen and (max-width: 400px) {    
#hd .cooler-control h4{
    padding: 10px 5px 0 5px;
    font-size: 1.4em;
}
}







/*---------------tuf-division-diy------------------*/
#hd #tuf-division-diy{
    position: relative;
    padding-bottom: 100px;
}








/*-RGB Header-*/
#hd .neon{
    background: linear-gradient(to right, #ff002a 0% , #1d00ff 20%, #00fbff 40%, #00ff24 60%, #fcff00 80%, #ff002a 100%); 
    background-size: 200% auto;
    margin-top: 50px;
}
#hd .sub-content > div.active .neon{
    animation: rainbow 4s linear 1;
}
@keyframes rainbow {
    0%{background-position:0% 50%}
    100%{background-position:200% 50%}
}
#hd .neon img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 767px) {    
#hd .neon{
    background: linear-gradient(to right, #ff002a 0% , #1d00ff 20%, #00fbff 40%, #00ff24 60%, #fcff00 80%, #ff002a 100%); 
    background-size: 200% auto;
    animation: rainbow 6s linear infinite;
    margin-top: 0px;
}
}


/*-end ad-*/
#hd #tuf-end{
}
#hd #tuf-end .banner{
    background: #050a28;
}
#hd #tuf-end .banner .inner{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
#hd #tuf-end .banner .inner .text{
    width: 50%;
    box-sizing: border-box;
    padding: 30px 0 30px 40px;
}
#hd #tuf-end .banner .inner .image{
    width: 50%;
}
#hd #tuf-end .banner .inner .logo{
    padding-left: 40px;
    background: url(../img/webstorage.png) left center no-repeat;
    font-size: 1.5em;
    background-size: auto 100%;
}
#hd #tuf-end .banner .inner .title{
    font-size: 2.5em;
    line-height: 1.2em;
    margin-top: 20px;
}
#hd #tuf-end .banner .inner .brief{
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 20px;
    color: #ccc;
}
#hd #tuf-end .banner .inner .buy{
    background: url(../img/buy.png) center no-repeat;
    width: calc(320px *0.75);
    height: calc(63px *0.75);
    display: block;
    background-size: cover;
    cursor: pointer;
    margin-top: 30px;
}
@media screen and (max-width: 1024px) {    
#hd #tuf-end .banner .inner{
    align-items: flex-start;
}
#hd #tuf-end .banner .inner .title{
    font-size: 1.6em;
}
#hd #tuf-end .banner .inner .brief{
    font-size: 1em;
}
}
@media screen and (max-width: 767px) {    
#hd #tuf-end .banner .inner .text{
    width: 100%;
    padding: 0px 20px 30px 20px;
}
#hd #tuf-end .banner .inner .image{
    width: 100%;
}
}




/*-AI Noise Cancelation-*/
#hd .ai-noise{
    max-width: 800px;
    margin: 0 auto;
}
#hd .ai-noise .list{
    display: flex;
    flex-wrap: wrap;
}
#hd .ai-noise .list .entry{
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 3%;
}
#hd .ai-noise .list .entry p:first-child{
    font-size: 3em;
    color: #ff9e1b;
    line-height: 1em;
    margin: 0;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .ai-noise .list .entry p:last-child{
    line-height: 1em;
    margin: 0;
}

@media screen and (max-width: 768px) {    
#hd .ai-noise .list .entry p:first-child{
    font-size: 2em;
}
}
@media screen and (max-width: 600px) {    
#hd .ai-noise .list .entry p:first-child{
    font-size: 1.3em;
}
#hd .ai-noise .list .entry{
    padding: 0 2px;
}
#hd .ai-noise .list .entry p:last-child{
    font-size: 0.9em;
}
}
@media screen and (max-width: 400px) {    
#hd .ai-noise .list .entry p:last-child{
    font-size: 0.7em;
}
}





#hd .ai-noise .screen{
    position: relative;
}
#hd .ai-noise .screen .wave img{
    display: block;
    width: 100%;
}
#hd .ai-noise .screen.active .wave{
    animation: wave 0.5s cubic-bezier(0.3, 0, 0.3, 1) infinite; 
}
@keyframes wave {
  0% {
    transform: scaleY(100%); }
  20% {
    transform: scaleY(80%); }
  30% {
    transform: scaleY(90%); }
  60% {
    transform: scaleY(85%); }
  100% {
    transform: scaleY(100%); }
}


#hd .ai-noise .screen .ai{
    position: absolute;
    left: calc(50% - 80px);
    top: 20px;
    background: #000;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
}
#hd .ai-noise .screen.active .ai{
    /*animation: spin 1s cubic-bezier(0.3, 0, 0.3, 1) infinite;*/
}
@keyframes spin {
  0% {
    transform: scale(100%); }
  20% {
    transform: scale(95%); }
  30% {
    transform: scale(98%); }
  60% {
    transform: scale(97%); }
  100% {
    transform: scale(100%); }
}
#hd .ai-noise .screen .ai span{
    font-size: 7em;
    display: block;
    line-height: 170px;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}

/*WCAG 2023 add audio transcripts*/
#hd .ai-noise .player-wrapper{
    min-height: 250px;
}
#hd .ai-noise .audio-transcripts{
    max-width: 700px;
    margin: 0px auto 80px auto;
    box-sizing: border-box;
    text-align: center;
    display: none;
}
#hd .ai-noise .sound{
    max-width: 700px;
    margin: 50px auto 30px auto;
    box-sizing: border-box;
    border: 4px solid #fff;
}
#hd .ai-noise .sound .player{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#hd .ai-noise .title{
    font-size: 2.5em;
    line-height: 1em;
    padding: 10px 30px 10px 10px;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}

#hd .ai-noise .switch-wrapper{
    display: flex;
    align-items: center;
    background: #ff9e1b;
    padding: 2px;
    margin-right: 20px;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .ai-noise .switch-wrapper .ai{
    color: #000;
    font-size: 1.5em;
    padding: 0 8px;
}

#hd .player-wrapper .switch-btn{
    width: 100px;
    display: flex;
    overflow: hidden;
    text-align: center;
    background: #000;
    padding: 4px;
    border-radius: 3px;
}
#hd .player-wrapper .switch-btn div{
    width: 50%;
    color: #fff;
    box-sizing: border-box;
    padding: 4px;
    cursor: pointer;
    background: #444;
    border-radius: 3px;
}
#hd .player-wrapper .switch-btn .active{
    background: #fff;
    color: #ff9e1b;
    color: #000;/*WCAG 2023 Not enough contrast between text and its background*/

}

#hd .player-wrapper .play-btn-wrapper{
    height: 100%;
    box-sizing: border-box;
    padding: 15px 25px 15px 35px;
    background: url('../img/play-bg-1.png') center left no-repeat;
}
#hd .player-wrapper .play-btn{
    /*background: url('../img/mic-icon.png') center center no-repeat;*/
    background-color: rgba(0,0,0,0.6);
    height: 60px;
    width: 60px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ff9e1b;
    box-sizing: border-box;
}
#hd .player-wrapper .play-btn > div{
    background: url('../img/play-icon-play.png') center center no-repeat;
    /*background-color: rgba(0,0,0,0.6);*/
    height: 100%;
    width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background-size: 150%;
}
#hd .player-wrapper .play-btn > div.pause{
    background-image: url('../img/play-icon-pause.png');
    display: none;
}

@media screen and (min-width: 2500px) {    
#hd .ai-noise{
    font-size: 0.8em;
}
}
@media screen and (max-width: 767px) {    
#hd .ai-noise .screen .ai{
    left: calc(50% - 60px);
    top: 10px;
    width: 120px;
    height: 120px;
}
#hd .ai-noise .screen .ai span{
    font-size: 5em;
    line-height: 130px;
}
#hd .ai-noise .sound{
    border: 2px solid #fff;
}
#hd .ai-noise .title{
    font-size: 1.5em;
}
}
@media screen and (max-width: 600px) {    
#hd .ai-noise .screen .ai{
    left: calc(50% - 40px);
    top: 0px;
    width: 80px;
    height: 80px;
}
#hd .ai-noise .screen .ai span{
    font-size: 3em;
    line-height: 80px;
}
#hd .ai-noise .title{
    width: 100%;
    text-align: center;
}
#hd .player-wrapper .play-btn-wrapper{
    padding: 10px;
    background: none;
}
}






/*swiper*/

.swiper-rdc {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
}
.swiper-rdc .swiper-pagination-wrapper {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.swiper-pagination {
  position: relative; /*overwite*/
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    width: auto; /*overwite*/
}
.swiper-rdc .swiper-pause-btn {
  all: unset;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  cursor: pointer;
  margin-left: 15px;
  margin-top: -20px;
  padding: 10px 10px 0 10px;
  opacity: .8;
  outline: none;
  text-indent: -9999px;
  background-image: url(../img/icon-pause.svg); /*WCGA 2023 一開始顯示為暫停符號*/
  transition: background-color ease .2s, opacity ease .2s; }
  .swiper-rdc .swiper-pause-btn[title="Pause"] {
    background-image: url(../img/icon-pause.svg); }
  .swiper-rdc .swiper-pause-btn[title="Play"] {
    background-image: url(../img/icon-play.svg); }
  .swiper-rdc .swiper-pause-btn:hover {
    opacity: 1; }

.swiper-rdc .swiper-pause-btn:focus {
  outline: 2px solid #ff9e1b;
}


.swiper-rdc .swiper-pagination-bullet{
}
.swiper-rdc .swiper-pagination-bullet.swiper-paused{
}



.swiper-rdc .swiper-pagination-bullet {
    width: 70px;
    height: 5px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #ff9e1b;
    overflow: hidden;
    opacity: 1;
    /*outline: none;*/
    position: relative; 
    box-sizing: border-box;
}
.swiper-rdc .swiper-pagination-bullet::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.swiper-rdc .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-rdc .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        background-color: #ff9e1b;
        animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards; 
}
.swiper-rdc .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-paused::before {
        animation-play-state: paused; 
}


@keyframes slide-progress {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); }
}


@media screen and (max-width: 400px) {
.swiper-rdc .swiper-pagination-bullet {
    width: 40px;
}
}




/*sidenav*/

.sidenav-wrapper {
    display: none;
    position: relative;
}
.sidenav-wrapper.active {
    display: block;
}
#sidenav {
    height: 100vh;
    position: fixed;
    right: 20px;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    text-align: right;
}
#sidenav > .main-nav > li{
    margin-bottom: 10px;
}
#sidenav > .main-nav > li > a{
    color: #fff;
    border: 0;
    font-size: 1.2em;
    line-height: 1em;
    background: transparent;
    cursor: pointer;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: relative;
    padding: 5px 10px 5px 10px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px  1px 0 #000, 1px  1px 0 #000;
}
#sidenav > .main-nav > li > a:hover{
    text-decoration: underline;
}
#sidenav > .main-nav > li.active > a{
    background: url(../img/sidenav-corner.png) left bottom no-repeat;
    background-size: auto 100%;
    color: #000;
    text-shadow: none;
}
/*
#sidenav > .main-nav > li > a:after{
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    background: url(../img/side-hex.png) center no-repeat;
    background-size: cover;
}
#sidenav > .main-nav > li.active > a:after{
    background-image: url(../img/side-hex-active.png);
}
*/

#sidenav .sub-nav{
    margin-top: 5px;
}
#sidenav .sub-nav a{
    color: #ff9e1b;
    border: 0;
    font-size: 1em;
    line-height: 1em;
    background: transparent;
    cursor: pointer;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: relative;
    padding-right: 10px;
    padding-bottom: 5px;
}
#sidenav .sub-nav a span{
    border-bottom: 1px solid transparent;
    transition: all 0.2s;
    background: rgba(0,0,0,0.7);
    padding: 3px 5px 2px 5px;
}
#sidenav .sub-nav a.active span{
    /*border-color: #fff;*//*20220922*/
}
#sidenav .sub-nav a:hover span{/*20220922*/
    border-color: #fff;
}
#sidenav .sub-nav a:after{
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 5px;
    background: #fff;
}
#sidenav > .main-nav > li .sub-nav{
    display: none;
}
#sidenav > .main-nav > li.active .sub-nav{
    display: block;
}


/*X870*/
#sidenav .ninja{
    width: 100%;
    height: 36px;
    position: relative;
}
#sidenav .ninja > div{
    width: 36px;
    height: 36px;
    background: url(../img/ninja.png) center top no-repeat;
    background-size: cover;
    position: absolute;
    right: -6px;
    top: 0;
}
#sidenav .link{
    position: relative;
    display: inline-block;
    width: 100%;
}
/*
*/
#sidenav .link a{
    color: #b2b2b2;
    background: #000;
    font-size: 1.2em;
    line-height: 1em;
    padding: 7px 6px 5px 6px;
    border: 1px solid #b2b2b2;
    position: relative;
    display: inline-block;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    transition: all 0.3s;
}
#sidenav .link a::before {
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -3px;
    top: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: auto;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.3s;
    z-index: 2;
}
#sidenav .link a::after {
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    bottom: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: auto;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all 0.3s;
    z-index: 2;
}
#sidenav .link a:hover{
    color: #fff;
    border-color: #f39926;
}
#sidenav .link a:hover::before{
}


/*
@media screen and (max-width: 1600px) {
#sidenav > .main-nav > li > a span{
    opacity: 0;
    transition: opacity 0.3s;
}
#sidenav .sub-nav a span{
    opacity: 0;
    transition: opacity 0.3s;
}
#sidenav > .main-nav:hover > li > a span{
    opacity: 1;
}
#sidenav > .main-nav:hover .sub-nav a span{
    opacity: 1;
}
#sidenav .sub-nav button:hover span{
    opacity: 1;
}
#sidenav .sub-nav a{
    padding-right: 20px;
}
}
@media screen and (max-width: 1280px) {    
#sidenav {
    right: 10px;
}
#sidenav > .main-nav > li > a{
    font-size: 0.9em;
}
#sidenav .sub-nav a{
    font-size: 0.9em;
}
}
*/
@media screen and (max-width: 1400px) {
.sidenav-wrapper.active {
    display: none;
}
}





/*-----ecosystem------*/
#tuf-ecosystem{
    background: #000 url(../img/Ryzen7000Launch_Eco.jpg) center top no-repeat;
    background-size: cover;
    min-height: 30vw;
}
#tuf-ecosystem .inner{
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px;
}
#tuf-ecosystem .mobile{
    display: none;
}
#tuf-ecosystem .inner .text{
    margin-left: 54%;
    padding-top: 100px;
}
#tuf-ecosystem .inner .text h2{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 5em;
    line-height: 1em;
    font-weight: bold;
    margin: 0 0 0.3em 0;
}
#tuf-ecosystem .inner .text h3{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 2.8em;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: normal;
    margin: 0 0 0.5em 0;
}
#tuf-ecosystem .note{
    margin-top: 80px;
}
#tuf-ecosystem .note p{
    color: #fff;
    line-height: 1.1em;
    font-size: 0.8em;
}
#tuf-ecosystem .logo{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
@media screen and (min-width: 4200px) {    
#tuf-ecosystem .inner .text{
    padding-top: 10vh;
    padding-bottom: 5vh;
}
}
@media screen and (min-width: 5500px) {    
#tuf-ecosystem .inner .text{
    padding-top: 15vh;
    padding-bottom: 10vh;
}
}
@media screen and (max-width: 768px) {    
#tuf-ecosystem .inner .text{
    margin-left: 0;
    padding-top: 0;
}
#tuf-ecosystem .mobile{
    display: block;
}
#tuf-ecosystem{
    background: #000;
}
}
@media screen and (max-width: 600px) {    
#tuf-ecosystem .inner .text h2{
    font-size: 3em;
}
#tuf-ecosystem .inner .text h3{
    font-size: 1.5em;
}
}








/*Performance > Memory & Storage > DRAM Overclocking Performance 圖形 Z790-PLUS WIFI新增項目*/
#hd .dram-connector{/*20230919*/
    max-width: 800px;
    margin: 0px auto;
    position: relative;
    text-align: left;
}
#hd .dram-connector .row{
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    flex-direction: column-reverse;
}
#hd .dram-connector .row .detail{
    width: 100%;
}
#hd .dram-connector .row .result{
    position: relative;
    flex-shrink: 0;
    font-size: 1.5em;
    padding-right: 35px;
    padding-top: 10px;
    background: url(../img/arrow-road.png) right top no-repeat;
    background-size: 25px auto;
}
#hd .dram-connector .row .result .number{
    color: #ff9e1b;
    font-size: 2em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    line-height: 1em;
    display: inline-block;
}
#hd .dram-connector .row .result .upto{
    line-height: 1em;
    display: inline-block;
}
#hd .dram-connector .row .result .percent{
    color: #ff9e1b;
    font-size: 1em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    line-height: 1em;
    display: inline-block;
}
#hd .dram-connector .row .result .name{
    position: absolute;
    left: 2%;
    top: 70%;
    line-height: 1em;
    font-size: 1.1em;
    letter-spacing: 1px;
}

#hd .dram-connector .row .detail .entry{
    display: flex;
    margin-bottom: 20px;
}
#hd .dram-connector .row .detail .box{
    width: 20%;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 10px;
    border-right: 5px solid #fff;
    margin-right: 10px;
    flex-shrink: 0;
}
#hd .dram-connector .row .detail .bars{
    width: 100%;
}
#hd .dram-connector .row .detail .bars .item{
    display: flex;
    margin-bottom: 5px;
}
#hd .dram-connector .row .detail .bars .item:last-child{
    margin-bottom: 0;
}
#hd .dram-connector .row .detail .bars .bar{
    font-weight: bold;
    font-size: 1em;
    box-sizing: border-box;
    padding: 5px 8px 0 3px;
    margin-right: 10px;
    color: #000;
    text-align: right;
}
#hd .dram-connector .row .detail .bars .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ccc;
    line-height: 1em;
}
#hd .dram-connector .row .detail .bars .bar.primary .number{
    color: #fff;
}
#hd .dram-connector .note{
}

@media screen and (min-width: 2500px) {    
#hd .dram-connector{
    font-size: 0.8em;
}
}
@media screen and (max-width: 650px) {    
#hd .dram-connector .row{
    flex-wrap: wrap;
    justify-content: center;
}
#hd .dram-connector .row .detail{
    width: 100%;
}
#hd .dram-connector .row .result{
}
}
@media screen and (max-width: 500px) {    
#hd .dram-connector .row .detail .bars .number{
    font-size: 1.2em;
}
#hd .dram-connector .row .detail .bars .bar{
    font-size: 0.9em;
}
#hd .dram-connector .row .detail .box{
    width: 30%;
    padding: 5px;
    border-right: 3px solid #fff;
    margin-right: 5px;
    font-size: 0.8em;
}
}



/*WCAG charts hidden for screen reader*/
#hd .chart-container .hide{
    opacity: 0;
    height: 0;
    overflow: hidden;
}





/*20230809*/
/*-green banner-*/
#hd #tuf-end .green{
    background: linear-gradient(to right, #071513 49%, #2c7e74 50%);
    overflow: hidden;
    position: relative;
}
#hd #tuf-end .green .bg{
    background: url(../img/green-banner.jpg) center no-repeat;
    background-size: cover;
    max-width: 2560px;
    margin: 0 auto;
}
#hd #tuf-end .green .inner{
    max-width: 900px;
    box-sizing: border-box;
    padding: 180px 30px;
    margin: 0 auto;
}
#hd #tuf-end .green .content-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd #tuf-end .green .text{
    width: 75%;
    box-sizing: border-box;
    padding: 30px 0 30px 40px;
    font-size: 1.1em;
}
#hd #tuf-end .green .image{
    width: 25%;
}
#hd #tuf-end .green .image img{
    max-width: 100%;
    display: block;
}
#hd #tuf-end .green .tuf-title{
    text-align: center;
}
#hd #tuf-end .green .logo{
    position: absolute;
    left: 80%;
    bottom: 8%;
    width: 5%;
}
@media screen and (min-width: 2560px) {    
#hd #tuf-end .green .logo{
    right: auto;
    left: 50%;
    margin-left: 800px;
}
}
@media screen and (max-width: 1500px) {    
#hd #tuf-end .green .inner{
    padding: 70px 30px;
}
}
@media screen and (max-width: 1024px) {    
}
@media screen and (max-width: 1023px) {    
#hd #tuf-end .green{
    background: #071b16;
}
#hd #tuf-end .green .bg{
    background: url(../img/green-banner-mobile.jpg) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 50vw;
}
#hd #tuf-end .green .logo{
    position: absolute;
    left: 60%;
    bottom: 3%;
    width: 10%;
}
}
@media screen and (max-width: 768px) {    
}
@media screen and (max-width: 650px) {    
#hd #tuf-end .green .content-wrapper{
    justify-content: center;
}
#hd #tuf-end .green .text{
    width: 100%;
    padding: 0;
    font-size: 1em;
}
#hd #tuf-end .green .image{
    width: 30%;
    margin: 20px 0;
}
}





@charset 'utf-8';






/*section : intelligent*/

#hd #tuf-division-intelligent{
    background: url(../img/bg-tuf-dot.png) 2% center no-repeat,
                url(../img/ruler2.png) 2% 10% no-repeat;
    background-attachment: fixed, fixed;
    background-size: 35% auto, 30px auto;
    position: relative;
}
#hd #tuf-division-intelligent .decor-spin{
    position: relative;
    float: left;
    margin-left: calc(50vw - 700px);
    margin-top: -100px;
}
@media screen and (max-width: 1300px) {    
#hd #tuf-division-intelligent{
    background: url(../img/bg-tuf-dot.png) 2% center no-repeat;
    background-attachment: fixed;
    background-size: 60% auto;
}
}

#hd .division-intelligent-1{
    margin-bottom: 100px;
    padding-top: 50px;
}
#hd .division-intelligent-2{
    margin-bottom: 100px;
}


#hd .division-intelligent-3{
    position: relative;
    background: url(../img/decor-ladder.png) -5% 98% no-repeat;
    background-size: auto 160px;
    padding-bottom: 50px;
}
#hd .division-intelligent-3:before{
    background: url(../img/decor-gap.png) center no-repeat;
    background-size: auto 100%;
    content: '';
    display: block;
    /*position: absolute;
    left: 0;
    top: 0;*/
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    height: 14px;
    margin-bottom: 50px;
}
@media screen and (max-width: 1800px) {    
#hd .division-intelligent-3{
    background: url(../img/decor-ladder.png) -15% 98% no-repeat;
    background-size: auto 110px;
}
}
@media screen and (max-width: 900px) {    
#hd .division-intelligent-3{
    background-size: auto 80px;
}
}


#hd .intelligent-solution{
    margin-top: 30px;
}
#hd .intelligent-solution .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

#hd .intelligent-overclocking{
    margin-top: 30px;
}
#hd .intelligent-overclocking .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .intelligent-overclocking .highlight{
    color: #f39926 !important;
    cursor: pointer;
}
#hd .intelligent-overclocking .highlight:hover{
    text-decoration: underline;
}
#hd .card-deck.of-1.full .card-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#hd .card-deck.of-1.full .card-item .text{
    width: 50%;
}
#hd .card-deck.of-1.full .card-item .image{
    width: 50%;
    padding-top: 50px;
    padding-right: 50px;
}
@media screen and (max-width: 767px) {    
#hd .card-deck.of-1.full .card-item .text{
    width: 100%;
}
#hd .card-deck.of-1.full .card-item .image{
    width: 100%;
    padding-top: 0px;
    padding-right: 10px;
}
}


#hd .intelligent-control{
    margin-top: 30px;
    padding-bottom: 100px;
    overflow: hidden;
}
#hd .intelligent-control .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .intelligent-control .bios{
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    border-radius: 30px;
    margin: 0px 20px 50px 20px;
    align-items: center;
    position: relative;
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(44,44,44,1) 90%);
}
#hd .intelligent-control .bios.rev{
    flex-direction: row-reverse;
}
#hd .intelligent-control .bios:after{
    display: block;
    width: 100px;
    height: 70px;
    position: absolute;
    right: -60px;
    bottom: -10px;
    content: '';
    background: url(../img/decor-cosmos.png) center center no-repeat;
    background-size: contain;
}
#hd .intelligent-control .bios.rev:after{
    right: auto;
    left: -60px;
    transform: rotate(180deg);
}
#hd .intelligent-control .bios .text{
    width: 50%;
    padding: 40px;
    position: relative;
}
#hd .intelligent-control .bios .image{
    width: 50%;
}
#hd .intelligent-control .bios .text .arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#hd .intelligent-control .card-deck .card-item{
    padding-top: 30px;
    justify-content: flex-start;
}
#hd .intelligent-control .card-deck .card-item .text{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

@media screen and (max-width: 850px) {    
#hd .intelligent-control .bios{
    padding: 30px;
    margin: 0px 0px 50px 0px;
}
#hd .intelligent-control .bios .text{
    padding: 0 0 40px 30px;
}
}
@media screen and (max-width: 767px) {    
#hd .intelligent-control .bios .image{
    width: 100%;
    margin-bottom: 30px;
}
#hd .intelligent-control .bios .text{
    width: 100%;
    padding: 0px 0 40px 0;
}
#hd .intelligent-control .card-deck .card-item .text{
    padding-left: 20px;
    padding-right: 20px;
}
}







/*section : performance*/





#hd .division-performance-1{
    padding-bottom: 100px;
    padding-top: 100px;
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(255,255,255,0.25), rgba(255,255,255,0.15));*/
}
#hd .division-performance-1 .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

#hd .division-performance-1 .performance-power-1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 1%;
}
#hd .division-performance-1 .performance-power-1 .text{
    width: 50%;
    padding-left: 40px;
}
#hd .division-performance-1 .performance-power-1 .text .division-head-text{
    text-align: left;
    padding: 0;
}
#hd .division-performance-1 .performance-power-1 .image{
    width: 50%;
}


#hd .division-performance-1 .performance-power-1 .feature{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 15px;
}
#hd .division-performance-1 .performance-power-1 .feature .entry{
    width: 33.33%;
    color: #f39926;
    text-align: center;
}
#hd .division-performance-1 .performance-power-1 .feature .entry p:first-child{
    margin: 0;
    line-height: 1em;
    font-size: 2.5em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-performance-1 .performance-power-1 .feature .entry p:nth-child(2){
    margin: 0;
    line-height: 1em;
    font-size: 1.3em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-performance-1 .performance-power-1 .feature .entry p:nth-child(3){
    margin: 0;
    line-height: 1em;
    font-size: 0.9em;
}

    
@media screen and (max-width: 767px) {    
#hd .division-performance-1 .performance-power-1 .text{
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
#hd .division-performance-1 .performance-power-1 .image{
    width: 100%;
}
}











#hd .division-performance-1 .performance-power-2 .list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 60px;
}
#hd .division-performance-1 .performance-power-2 .list .entry{
    width: 23%;
    margin: 0 1% 5% 1%;
    padding: 30px 20px 50px 20px;
    border: 1px solid #000;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #000;
    overflow: hidden;
    background-size: 20px;
    position: relative;
}
#hd .division-performance-1 .performance-power-2 .list .image{
    max-width: 180px;
    margin: 0 auto;
}
#hd .division-performance-1 .performance-power-2 .list .title-mini{
    font-size: 1.5em;
}
#hd .division-performance-1 .performance-power-2 .list .arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    z-index: 3;
}
#hd .division-performance-1 .performance-power-2 .list .default-arrow:before{
    transform: rotate(0deg);
    background: url(../img/add.png) center no-repeat;
    background-size: 50%;
}

#hd .division-performance-1 .performance-power-2 .list .default-arrow:hover{
}
#hd .division-performance-1 .performance-power-2 .list .default-arrow.close{
    transform: rotate(45deg);
}

#hd .division-performance-1 .performance-power-2 .list .entry .flip{
    position: absolute;
    left: 0%;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #222;
    background: linear-gradient(to bottom, #222, #000);
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
    transform: rotate(0deg);
}
#hd .division-performance-1 .performance-power-2 .list .entry .flip.active{
    left: 0%;
    top: 0%;
    opacity: 1;
    transform: rotate(0deg);
}
#hd .division-performance-1 .performance-power-2 .list .entry .flip .flip-inner{
    padding: 20px;
    color: #fff;
}


@media screen and (max-width: 900px) {    
#hd .division-performance-1 .performance-power-2 .list .entry{
    width: 48%;
}
}

@media screen and (max-width: 500px) {    
#hd .division-performance-1 .performance-power-2 .list .entry{
    width: 100%;
}
}







#hd .division-performance-2{
    padding-bottom: 100px;
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(255,255,255,0.25), rgba(255,255,255,0.15));*/
}
#hd .performance-memorystorage{
    max-width: 1100px;
    padding: 0 20px;
    margin: 30px auto 0 auto;
}
#hd .performance-memorystorage .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /*height: 100%;*/
}
#hd .performance-memorystorage .column{
    width: 48%;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
}
#hd .performance-memorystorage .column.full{
    width: 98%;
}
#hd .performance-memorystorage .item{
    border: 1px solid #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
    overflow: hidden;
    position: relative;
    background: url(../img/corner.png) 10px 10px no-repeat;
    background-size: 20px;
    align-items: stretch;
    margin-bottom: 20px;
    height: 100%;
}
#hd .performance-memorystorage .item.flex-h{
    flex-direction: row;
}
#hd .performance-memorystorage .item.flex-h .text{
    width: 50%;
    padding-right: 0;
    padding-bottom: 10px;
}
#hd .performance-memorystorage .item.flex-h .image{
    width: 50%;
}
#hd .performance-memorystorage .item .text{
    padding: 40px;
}
#hd .performance-memorystorage .item .arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
}
#hd .performance-memorystorage .figure-pcie {
    max-width: 450px;
    margin-top: 30px;
}

@media screen and (max-width: 1023px) {    
#hd .performance-memorystorage .column{
    width: 98%;
}
}

@media screen and (max-width: 767px) {    
#hd .performance-memorystorage .item{
    height: inherit;
}
#hd .performance-memorystorage .item.flex-h .text{
    width: 100%;
    padding-right: 20px;
}
#hd .performance-memorystorage .item.flex-h .image{
    width: 100%;
}
}








#hd .division-performance-3{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/performance/bg-stripe.jpg) center top repeat-x;
    background-size: 100% auto;
}
#hd .division-performance-3 .performance-coolerdesign{
    max-width: 1200px;
    padding: 0 20px;
    margin: 30px auto 0 auto;
}
#hd .division-performance-3 .image-wrapper{
    position: relative;
}
#hd .division-performance-3 .image-wrapper .entry{
    position: absolute;
    font-size: 1.5em;
    border: 1px solid #888;
    box-sizing: border-box;
    transition: all 0.2s;
    z-index: 2;
    background: rgba(0,0,0,0.7);
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-performance-3 .image-wrapper .entry a{
    padding: 8px 20px 5px 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.2s;
    display: block;
    width: 100%;
    height: 100%;
    color: #f39926 !important;
}
#hd .division-performance-3 .image-wrapper .entry:hover{
    border-color: #f39926;
}
#hd .division-performance-3 .image-wrapper .entry:hover a{
    color: #fff !important;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(1){
    right: 68%;
    top: 22%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(2){
    left: 76%;
    top: 42%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(3){
    right: 55%;
    top: 68%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(4){
    right: 66%;
    top: 82%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(5){
    left: 73%;
    top: 69%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(6){
    left: 57%;
    top: 31%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(7){
    left: 64%;
    top: 8%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(8){
    left: 75%;
    top: 90%;
}
/*20230906*/
/*
#hd .division-performance-3 .image-wrapper .entry:nth-child(3):after{
    display: block;
    width: 30px;
    height: 60px;
    position: absolute;
    right: -17px;
    top: -10px;
    content: '';
    background: url(../img/lightning.png) center center no-repeat;
    background-size: cover;
}
*/


#hd .division-performance-3 .image-wrapper .entry a::before {
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    right: -4px;
    top: -4px;
    background: url(../img/subnav-corner-light.png) center no-repeat;
    background-size: auto;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.2s;
    z-index: 2;
}
#hd .division-performance-3 .image-wrapper .entry a::after {
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    left: -4px;
    bottom: -4px;
    background: url(../img/subnav-corner-light.png) center no-repeat;
    background-size: auto;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all 0.2s;
    z-index: 2;
}
#hd .division-performance-3 .image-wrapper .entry:hover a::before {
    right: -8px;
    top: -8px;
}
#hd .division-performance-3 .image-wrapper .entry:hover a::after {
    left: -8px;
    bottom: -8px;
}



@media screen and (min-width: 2500px) {    
#hd .division-performance-3 .image-wrapper .entry{
    font-size: 1.4em;
}
}

@media screen and (max-width: 1280px) {    
#hd .division-performance-3 .image-wrapper img{
    111max-width: 280px;
}
#hd .division-performance-3 .image-wrapper .entry{
    font-size: 1.2em;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(1){
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(2){
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(3){
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(4){
}
}

@media screen and (max-width: 600px) {    
#hd .division-performance-3 .image-wrapper .entry{
    font-size: 1em;
    padding: 4px 10px 2px 10px;
}
#hd .division-performance-3 .image-wrapper .entry a{
    padding: 0px;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(3):after{
    width: 20px;
    height: 40px;
    right: -5px;
}
}








#hd .division-performance-4{
    padding: 100px 0;
    background: url(../img/performance/bg-stripe.jpg) center repeat-x;
    background-size: 100% auto;
}
#hd .division-performance-4 .inner{
    max-width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 80px 50px;
    border-radius: 30px;
    background: rgba(40,40,40,0.8);
}
#hd .division-performance-4 .text{
    width: 50%;
    padding-right: 20px;
}
#hd .division-performance-4 .text .division-head-text{
    text-align: left;
    padding: 0;
}
#hd .division-performance-4 .image{
    width: 50%;
}
#hd .division-performance-4 .image .note{
    text-align: right;
    margin-top: 10px;
}
    
@media screen and (max-width: 767px) {    
#hd .division-performance-4{
    padding: 0;
}
#hd .division-performance-4 .inner{
    padding: 50px 30px;
    border-radius: 0px;
}
#hd .division-performance-4 .text{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
}
#hd .division-performance-4 .image{
    width: 100%;
}
}





#hd .division-performance-5{
    margin-bottom: 100px;
    padding: 100px 0;
    background: url(../img/performance/bg-stripe.jpg) center bottom repeat-x;
    background-size: 100% auto;
}
#hd .division-performance-5 .grid-wrapper{
    max-width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 20px;
}
#hd .division-performance-5 .iconset{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
#hd .division-performance-5 .iconset img{
    height: 90px;
    display: block;
    margin: 0 20px;
}


#hd .performance-connectivity .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
    width: 100%;
}
#hd .performance-connectivity .item{
    width: 48%;
    margin: 0 1% 20px 1%;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
    overflow: hidden;
    position: relative;
    background-color: rgba(40,40,40,0.8);
    align-items: stretch;
    padding: 40px;
    box-sizing: border-box;
}
#hd .performance-connectivity .item.full{
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
}
#hd .performance-connectivity .item.full .text{
    width: 50%;
    padding-left: 30px;
}
#hd .performance-connectivity .item.full .image{
    width: 50%;
}

@media screen and (max-width: 950px) {    
#hd .performance-connectivity .item{
    width: 100%;
    margin: 0 0 20px 0;
}
}
@media screen and (max-width: 767px) {    
#hd .performance-connectivity .item{
    padding: 20px;
}
#hd .performance-connectivity .item.full .text{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
}
#hd .performance-connectivity .item.full .image{
    width: 100%;
}
}
@media screen and (max-width: 767px) {    
#hd .division-performance-5 .iconset img{
    height: 60px;
}
}






#hd .division-diy-1{
    margin-bottom: 100px;
}
#hd .diy-solution .row{
    display: flex;
    max-width: 1000px;
    min-height: 385px;
    margin: 0 auto;
    padding: 20px 30px 20px 30px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(145deg, #222, #333 90%);
}
#hd .diy-solution .row .text{
    width: 45%;
    box-sizing: border-box;
    padding-left: 30px;
}
#hd .diy-solution .row .video{
    width: 55%;
    position: relative;
}
#hd .diy-solution .row .video video{
    width: 100%;
}
#hd .diy-solution .row .image{
    width: 55%;
    position: relative;
}
#hd .diy-solution .row .image img{
    width: 100%;
    display: block;
}


@media screen and (max-width: 1280px) {    
#hd .diy-solution .row{
    max-width: 900px;
}
}
@media screen and (max-width: 950px) {    
#hd .diy-solution .row{
    margin: 0 20px;
}
}
@media screen and (max-width: 767px) {    
#hd .diy-solution .row{
    padding: 50px 30px;
}
#hd .diy-solution .row .text{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
}
#hd .diy-solution .row .image{
    width: 100%;
}
#hd .diy-solution .row .video{
    width: 100%;
}
}






#hd .division-diy-2 .diy-protection{
}
#hd .division-diy-2 .diy-protection .swiper-rdc{
    padding-left: 15px;
    padding-right: 15px;
}
#hd .division-diy-2 .swiper-slide-rdc{
    /*max-width: 500px;*/
}
#hd .division-diy-2 .swiper-diy-box{
    border: 1px solid #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    background: url(../img/corner.png) 10px 10px no-repeat;
    background-size: 20px;
    min-height: 520px;
    height: 100%;
}
#hd .division-diy-2 .swiper-diy-box .text{
    padding: 20px 30px 0px 30px;
}
#hd .division-diy-2 .arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
}



#hd .back-io{
    position: relative;
}
#hd .back-io .figure{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 20%;
    box-sizing: border-box;
}
#hd .back-io .figure .item{
    width: 50%;
    text-align: center;
}
#hd .back-io .figure .number{
    font-size: 6em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    color: #ff9e1b;
    margin-bottom: 0;
    line-height: 1em;
}
@media screen and (min-width: 2000px) {    
#hd .division-diy-2 .swiper-diy-box{
    height: 600px;
}
#hd .division-diy-2 .swiper-diy-box .image{
    width: 450px;
    margin: 0 auto;
}
}
@media screen and (max-width: 1300px) {    
#hd .back-io .figure .number{
    font-size: 3em;
}
}
@media screen and (max-width: 500px) {    
#hd .back-io .figure .number{
    font-size: 2em;
}
}





#hd .division-diy-3{
    padding-top: 100px;
}
#hd .division-diy-3 .diy-build{
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}
#hd .division-diy-3 .diy-build .division-head-text{
    width: 35%;
    position: absolute;
    left: 5%;
    top: 2%;
    text-align: left;
    padding: 80px 50px;
    background: rgba(55,55,55,0.75);
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
@media screen and (max-width: 1023px) {    
#hd .division-diy-3 .diy-build .division-head-text{
    width: 90%;
    margin: 0 auto;
    position: relative;
    left: auto;
    top: auto;
    padding: 50px 30px;
}
}





#hd .gaming-networking{
    margin-top: 30px;
}
#hd .gaming-networking .inner{
    max-width: 1200px;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .gaming-networking .card-deck .card-item .image {
    padding: 0px;
}
#hd .gaming-networking .card-deck .card-item .title-mini {
    font-size: 2em;
}
#hd .gaming-networking .card-deck .card-item {
    padding-bottom: 0px;
}
#hd .gaming-networking .card-deck .card-item:nth-child(1) {
    background-color: #121212;
}
#hd .gaming-networking .card-deck .card-item:nth-child(2) {
    background-color: #121212;
}
#hd .gaming-networking .card-deck .card-item:nth-child(3) {
    background-color: #232323;
}
#hd .gaming-networking .default-arrow {
    background: #fff;
}
#hd .gaming-networking .default-arrow:hover {
    background: #f39926;
}











#hd .bg-room-light{
    background: #ccc url(../img/bg-room-light.jpg) center top no-repeat;
    background-size: cover;
}
#hd .bg-room-dark{
    background: url(../img/bg-room-dark.jpg) center top no-repeat;
    background-size: cover;
}
#hd .bg-room .tuf-title {
  color: #000;
}
#hd .bg-room .subnav ul li span {
  color: #000;
}
#hd .bg-room .subnav ul li.active span {
  background-color: rgba(0,0,0,0.1);
}
#hd .bg-room .subnav ul {
  border-bottom: 1px solid #000;
}


#hd .division-gaming-2{
    margin-bottom: 100px;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}
#hd .gaming-audio .row{
    display: flex;
    max-width: 1000px;
    min-height: 385px;
    margin: 0 auto;
    padding: 50px 30px 50px 30px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgba(0,0,0,0.4);
    border: 1px solid #000;
}
#hd .gaming-audio .row .text{
    width: 45%;
    box-sizing: border-box;
    padding-left: 30px;
}
#hd .gaming-audio .row .text h4{
    color: #fff;
    font-weight: normal;
    font-size: 1.5em;
    margin: 0;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .gaming-audio .row .video{
    width: 55%;
    position: relative;
}
#hd .gaming-audio .row .video video{
    width: 100%;
}
#hd .gaming-audio .row .image{
    width: 55%;
    position: relative;
}
#hd .gaming-audio .row .image img{
    width: 100%;
    display: block;
}


@media screen and (max-width: 1280px) {    
#hd .gaming-audio .row{
    max-width: 900px;
}
}
@media screen and (max-width: 767px) {    
#hd .gaming-audio .row{
    padding: 50px 30px;
    margin: 15px;
}
#hd .gaming-audio .row .text{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
}
#hd .gaming-audio .row .image{
    width: 100%;
}
#hd .gaming-audio .row .video{
    width: 100%;
}
}



#hd .gaming-audio .ui-list ul{
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
}
#hd .gaming-audio .ui-list li{
  width: 48%;
  margin: 0 2% 4% 0;
}







#hd .division-gaming-3{
    padding-bottom: 150px;
}
#hd .gaming-lighting{
    margin-top: 30px;
}
#hd .gaming-lighting .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .gaming-lighting .card-deck .card-item{
    background-color: rgba(0,0,0,0.4);
    border-color: #000;
}
#hd .gaming-lighting .aurasync{
    max-width: 200px;
    margin: 30px auto 0 auto;
}
#hd .gaming-lighting .rgb{
    margin: 20px auto 50px auto;
    padding: 0 30px !important;
}
#hd .gaming-lighting .rgb img{
    animation: aura 2s linear alternate infinite;
}
@-webkit-keyframes aura {
    0% {
    filter: hue-rotate(0.05turn);
    }
    100% {
    filter: hue-rotate(-0.05turn);
    }
}











/*-page-*/

#hd .tuf-page{
    position: fixed;
    background: rgba(0,0,0,1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11001; /*on top of asus header*/
    z-index: 100000; /*on top of asus header and scrollUp*/
    display: none;
}
#hd .tuf-page .page-main{
    width: 100vw;
    height: 100vh;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    overflow-y: scroll;
    padding: 100px 0;
}
#hd .tuf-page .page-box{
    width: 90%;
    padding: 0px 40px;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#hd .tuf-page .page-box .page-item{
    display: none;
}

@media screen and (max-width: 767px) {    
#hd .tuf-page .page-main{
    padding: 40px 0;
}
#hd .tuf-page .page-box{
    width: 100%;
    padding: 0px 25px;
}
}







#hd .tuf-page .btn-close{
    width: 150px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 25px;
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 20px;
    left: calc(50vw - 75px);
    border: 2px solid #f39926;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    color: #f39926;
    font-size: 1.5em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .tuf-page .btn-close{
    width: 120px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 20px;
    display: block;
    position: fixed;
    bottom: 20px;
    left: calc(50vw - 60px);
    border: 2px solid #f39926;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    color: #f39926 !important;
    font-size: 1.3em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .tuf-page .btn-close:hover{
    border-color: #fff;
    color: #fff !important;
}
#hd .tuf-page .btn-close:focus-visible{
    outline: 3px solid #40b0ff;
    outline-offset: 2px;
}




#hd .tuf-page .page-content-wrapper{
    margin-bottom: 200px;
}
#hd .tuf-page .page-content-wrapper .title-text{
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 900px;
}
#hd .tuf-page .page-content-wrapper .default-image{
}



#hd .tuf-page .page-content-wrapper .subnav{
    margin-bottom: 30px;
}
#hd .tuf-page .page-content-wrapper .sub-content{
    /*max-width: 1000px;
    margin: 0 auto;*/
}
#hd .tuf-page .page-content-wrapper .sub-content .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 50px; /*AQA*/
}
#hd .tuf-page .page-content-wrapper .sub-content .row .text{
    width: 50%;
    padding-left: 40px;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .image{
    width: 50%;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .video{
    width: 50%;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .video video{
    width: 100%;
}
/*AQA*/
#hd .tuf-page .page-content-wrapper .sub-content .row .entry{
    width: 50%;
    margin-bottom: 30px;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd .tuf-page .page-content-wrapper .card{
    color: #fff;
    padding: 30px 40px 30px 40px;
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    min-height: 250px;
}
@media screen and (max-width: 767px) {    
#hd .tuf-page .page-content-wrapper .sub-content .row .text{
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .image{
    width: 100%;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .video{
    width: 100%;
}
#hd .tuf-page .page-content-wrapper .sub-content .row .entry{ /*AQA*/
    width: 100%;
    padding: 0;
}
}



#hd .tuf-page .page-content-wrapper .default-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .tuf-page .page-content-wrapper .default-row.reverse{
    flex-direction: row-reverse;
}
#hd .tuf-page .page-content-wrapper .default-column{
    width: 50%;
    padding: 30px;
}
#hd .tuf-page .page-content-wrapper .default-column .video{
}
#hd .tuf-page .page-content-wrapper .default-column .video video{
    width: 100%;
}
@media screen and (max-width: 767px) {    
#hd .tuf-page .page-content-wrapper .default-column{
    width: 100%;
}
}






#hd .tuf-page .page-performance-cooling .component-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-image{
    width: 60%;
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-text{
    width: 40%;
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-text .box{
    border: 1px solid #f39926;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    background: url(../img/corner.png) 10px 10px no-repeat,
                url(../img/decor-zebra.png) 95% 10px no-repeat;
    background-size: 20px auto, 30% auto;
    padding: 80px 30px 50px 30px;
    min-height: 350px;
}

@media screen and (max-width: 767px) {    
#hd .tuf-page .page-performance-cooling .component-wrapper .component-image{
    width: 100%;
    position: relative;
}
/*
#hd .tuf-page .page-performance-cooling .component-wrapper .component-image:after{
    display: block;
    width: 1px;
}
*/
#hd .tuf-page .page-performance-cooling .component-wrapper .component-text{
    width: 100%;
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-text .box{
    min-height: inherit;
}
}


#hd .tuf-page .page-diy-protection #page-diy-protection-2 .image{
    position: relative;
}
#hd .tuf-page .page-diy-protection #page-diy-protection-2 .sticker{
    border: 1px solid #ff9e1b;
    background: rgba(0,0,0,0.7);
    width: 60%;
    top: 62%;
    left: 0;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    position: absolute;
}
#hd .tuf-page .page-diy-protection #page-diy-protection-2 .sticker h4{
    font-size: 1.7em;
}
#hd .tuf-page .page-gaming-networking #page-gaming-networking-2 .note{
    color: #aaa;
    font-size: 0.8em;
    margin-top: 2em;
}



#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:first-child{
    width: 57%; /*AQA*/
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:last-child{
    width: 43%; /*AQA*/
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:first-child{
    width: 45%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .default-column:first-child{
    width: 45%;
    position: relative;
    z-index: 2;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .default-column:last-child{
    width: 55%;
    position: relative;
    z-index: 1;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .image img{
    width: 140%;
    max-width: 140%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .text{
    padding-bottom: 25%;
    padding-bottom: 0%;
    padding-top: 100px;
}
@media screen and (max-width: 980px) {    
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .text{
    padding-top: 110%;
}
}

@media screen and (max-width: 767px) {    
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:first-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:last-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:first-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .default-column:first-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .default-column:last-child{
    width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .image img{
    width: 100%;
    max-width: 100%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-2 .text{
    padding-bottom: 0%;
    padding-top: 0;
}
}


#hd #page-gaming-networking-3 .figure-wrapper{
    margin-top: 30px;
    padding-top: 20px;
    border: 1px solid #555;
    padding: 30px 10px 10px 10px;
    overflow: hidden;
}
#hd #page-gaming-networking-3 .figure-wrapper h4{
    text-align: center;
    font-weight: normal;
    font-size: 1.6em;
    margin: 0 0 0.3em 0;
}
#hd #page-gaming-networking-3 .figure-wrapper h5{
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    margin: 0;
}
#hd #page-gaming-networking-3 .figure-wrapper .note{
    text-align: center;
    margin-top: 30px;
    font-size: 0.9em;
}
#hd #page-gaming-networking-3 .figure{
    display: flex;
    min-width: 300px;
    margin-top: 30px;
}
#hd #page-gaming-networking-3 .figure .item{
    width: 50%;
    flex-shrink: 1;
    text-align: center;
}
#hd #page-gaming-networking-3 .figure .number .lead{
    font-size: 4em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    color: #ff9e1b;
    margin-bottom: 0;
    line-height: 1em;
}
#hd #page-gaming-networking-3 .figure .number .unit{
}
#hd #page-gaming-networking-3 .figure .name{
    font-weight: bold;
    font-size: 1.3em;
}
@media screen and (max-width: 900px) {    
#hd #page-gaming-networking-3 .figure .number .lead{
    font-size: 3em;
}
}
@media screen and (max-width: 650px) {    
#hd #page-gaming-networking-3 .figure .number .unit{
    font-size: 0.8em;
}
#hd #page-gaming-networking-3 .figure .name{
    font-size: 0.8em;
}
#hd #page-gaming-networking-3 .figure .entry{
    flex-wrap: wrap;
    text-align: center;
}
#hd #page-gaming-networking-3 .figure .icon{
    width: 100%;
    margin-bottom: 15px;
}
#hd #page-gaming-networking-3 .figure{
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
}
}















#hd .swiper-rdc .row{
    display: flex;
    /*max-width: 1000px;
    margin: 0 auto;*/
    padding: 20px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#hd .swiper-rdc .row .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}
#hd .swiper-rdc .row .image{
    width: 50%;
    position: relative;
}
#hd .swiper-rdc .row .image img{
    width: 100%;
    display: block;
}
#hd .swiper-rdc .row .video{
    width: 50%;
}
#hd .swiper-rdc .row .video video{
    width: 100%;
}
#hd .swiper-rdc .switch-taget-2 .row{
    align-items: flex-start;
}
#hd .swiper-rdc .row .entry{
    width: 50%;
    margin-bottom: 30px;
    padding: 0 30px;
    box-sizing: border-box;
}


#hd .switch{
    text-align: center;
    margin-bottom: 30px;
}
#hd .switch > div{
    width: 60px;
    height: 5px;
    background: #555;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.2s;
    cursor: pointer;
}
#hd .switch > div.active{
    background: #fff;
}

@media screen and (max-width: 767px) {    
#hd .swiper-rdc .row .text{
    width: 100%;
    padding-right: 0px;
}
#hd .swiper-rdc .row .image{
    width: 100%;
}
#hd .swiper-rdc .row .entry{
    width: 100%;
    padding: 0;
}
}




#hd .swiper-rdc .card{
    padding: 30px 40px 30px 40px;
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    min-height: 250px;
}




#hd #tuf-amd{
    padding: 50px 0;
}
#hd #tuf-amd .content-wrapper{
    background: url(../img/X800_series.jpg) 100% center no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 30px;
    overflow: hidden;
}
#hd #tuf-amd .content-wrapper img{
    display: none;
}
#hd #tuf-amd .content-wrapper .title-text{
    margin-left: 50%;
    max-width: 550px;
}
#hd #tuf-amd .credit{
    border-top: 1px solid #555;
}
#hd #tuf-amd .credit .inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 30px;
}
#hd #tuf-amd .credit p{
    margin: 0 0 1em 0;
    font-size: 0.9em;
}
@media screen and (max-width: 1700px) {    
#hd #tuf-amd .content-wrapper{
    background-position: center 50%;
    background-size: auto 90%;
}
}
@media screen and (max-width: 900px) {    
#hd #tuf-amd .content-wrapper{
    background: none;
    padding: 0px 30px 50px 30px;
}
#hd #tuf-amd .content-wrapper .title-text{
    margin: 0 auto;
    text-align: center;
    max-width: 95%;
}
#hd #tuf-amd .content-wrapper img{
    display: block;
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
}
#hd #tuf-amd .credit .inner{
    padding: 50px 30px;
}
}


/*AQA aura sync mode list*/
#hd .aurasync-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#hd .aurasync-list .item{
    width: 25%;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 5px;
}
#hd .aurasync-list .item img{
    display: block;
    margin: 0 auto;
}
#hd .aurasync-list .item span{
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #f39926;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
@media screen and (max-width: 1200px) {    
#hd .aurasync-list .item span{
    font-size: 1em;
}
}
@media screen and (max-width: 400px) {    
#hd .aurasync-list .item{
    width: 33.33%;
}
}


/*AQA*/
#hd .performance-memorystorage .overclocking{
    position: relative;
    max-width: 630px;
    margin: 0 auto;
}
#hd .performance-memorystorage .overclocking .add-text{
    position: absolute;
    left: 14%;
    top: 40%;
    text-align: center;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    color: #f39926;
    font-size: 2em;
    line-height: 1.2em;
    text-shadow: 0 0 2px #000, 0 0 8px #000, 0 0 12px #000;
}
#hd .performance-memorystorage .overclocking .add-text span{
    font-size: 3.5em;
    font-weight: bold;
    display: block;
    line-height: 1.2em;
    margin-bottom: -0.2em;
}
@media screen and (max-width: 450px) {    
#hd .performance-memorystorage .overclocking .add-text{
    font-size: 1.5em;
}
}






/* NEW SECTION : AI CACHE BOOST */
/* default-link */
#hd .default-link{
    text-decoration: underline;
    color: #ff9e1b !important;
}
#hd .default-link:hover{
    color: #aaa !important;
    text-decoration: underline;
}


/* figure-boost */
#hd .boost-title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 2em;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.2em;
}
#hd .page-intelligent-boost .figure-boost-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 50px 0;
}
#hd .page-intelligent-boost .figure-tokens-1{
    width: 50%;
}
#hd .page-intelligent-boost .figure-tokens-2{
    width: 50%;
}
#hd .page-intelligent-boost .figure-benchmark-1{
    width: 33.33%;
}
#hd .page-intelligent-boost .figure-benchmark-2{
    width: 33.33%;
}
#hd .page-intelligent-boost .figure-benchmark-3{
    width: 33.33%;
}
#hd .page-intelligent-boost .figure-benchmark-4{
    width: 50%;
}
#hd .figure-boost{
    position: relative;
}
#hd .figure-boost .data{
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}
#hd .figure-boost .data:before{
    content: '';
    display: block;
    width: 4px;
    border: 0.5px solid #eee;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#hd .figure-boost .entry{
    margin-bottom: 5px;
}
#hd .figure-boost .entry:first-child{
    /*margin-bottom: -5px;*/
}
#hd .figure-boost .title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ffb347;
    margin-bottom: 5px;
}
#hd .figure-boost .name{
    color: #000;
}
#hd .figure-boost .bar{
    margin-right: 5px;
    padding: 4px 8px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background: #ccc;
    color: #000;
}

#hd .figure-boost .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #fff;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}


@media screen and (max-width: 1400px) {    
#hd .figure-boost .title{
    font-size: 1.2em;
}
}

@media screen and (max-width: 1150px) {    
#hd .figure-boost .title{
    font-size: 1.5em;
}
#hd .page-intelligent-boost .figure-benchmark-1{
    width: 100%;
    margin-bottom: 50px;
}
#hd .page-intelligent-boost .figure-benchmark-2{
    width: 100%;
    margin-bottom: 50px;
}
#hd .page-intelligent-boost .figure-benchmark-3{
    width: 100%;
}
#hd .page-intelligent-boost .figure-benchmark-4{
    width: 100%;
}
}
@media screen and (max-width: 1023px) {    
#hd .page-intelligent-boost .figure-tokens-1{
    width: 100%;
    margin-bottom: 50px;
}
#hd .page-intelligent-boost .figure-tokens-2{
    width: 100%;
}
}

@media screen and (max-width: 767px) {    
#hd .boost-title{
    font-size: 1.4em;
}
}
@media screen and (max-width: 420px) {    
#hd .figure-boost .title{
    font-size: 1.3em;
}
#hd .figure-boost .bar{
    font-size: 0.8em;
}
}
