@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;
    overflow: visible;
}
#hd * {
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}
::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 sup{
    line-height: 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 10px;
    min-width: 100px;
    position: relative;
}
/*WCAG 2023 default focus outline not showing in Chrome*/
#hd .subnav ul li a:focus-visible span{
    outline: 1px 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 .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 .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: 100%;
}
#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 .badge-wrapper{
    position: fixed;
    z-index: 999;
    left: 20px;
    bottom: 20px;
    width: 130px;
    height: 200px;
}
#hd .badge{
    display: block;
    padding: 10px;
    width: 130px;
    height: 200px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.3);
    text-align: center;
    line-height: 1em;
    font-size: 18px;
    transition: all 0.2s;
    background-color: rgba(0,0,0,0.5);
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .badge:hover{
    color: #f39926;
    border-color: rgba(243,153,38,0.7);
}
#hd .badge img{
    display: block;
    margin-bottom: 10px;
}
#hd .badge-wrapper .close{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    right: -12px;
    top: -12px;
    background: #444 url(../img/close2.png) center no-repeat;
    background-size: 20px;
    transition: all 0.2s;
    cursor: pointer;
}
#hd .badge-wrapper .close:hover{
    background-color: #f39926;
}
@media screen and (max-width: 767px) {    
#hd .badge-wrapper{
    display: none;
}
}




/*--------------------------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: 40%;
    box-sizing: border-box;
    position: relative;
}
#hd #tuf-kv .base{
    width: 100%;
    display: block;
}
#hd #tuf-kv .cap{
    position: absolute;
    left: 8.8%;
    top: -20%; /*start position*/
    width: 16.66%;
    display: block;
    transition: all 1.3s;
}
#hd #tuf-kv .cap.active{
    top: 12.5%; /*end position*/
}
#hd #tuf-kv .text-content{
    width: 60%;
    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 h3{
    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;
    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{
    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;
    min-height: 780px;
}
#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: 28%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(2){ right: 80%; top: 53.5%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(3){ left: 78%; top: 9%;}
#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: 46.5%;}

#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: 83%; top: 45%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(3){ left: 77%; top: 5.5%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(4){ left: 81%; top: 44.5%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(5){ left: 71%; top: 66%;}
#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: 76%; top: 62%;}
#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(2){ left: 76%; top: 15.5%;}

#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: 31%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(3){ right: 72%; top: 45%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(4){ right: 72%; top: 59%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(5){ right: 72%; top: 72%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(6){ right: 72%; top: 81%; width: 20%;}

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




@media screen and (max-width: 1280px) {    
#hd #tuf-spec .spec-wrapper .image{
    min-height: 535px;
}
#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: 75%; top: 44%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(3){ left: 70%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(4){ left: 73%; top: 43%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(5){ left: 66%; top: 64%;}

#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(1){ right: 68%; top: 60%; width: 25%;}
#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: 68%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(2){ right: 68%; width: 25%; top: 27%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(3){ right: 68%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(4){ right: 68%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(5){ right: 68%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(6){ right: 68%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(7){ left: 71%;}
#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%;}
}

@media screen and (max-width: 1023px) {    
#hd #tuf-spec .spec-wrapper .image{
    max-width: 650px;
    min-height: inherit;
    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;
    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;
}




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










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





/*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: 1px 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;
}
#sidenav > .main-nav > li.active > a{
    background: url(../img/sidenav-corner.png) left bottom no-repeat;
    background-size: auto 100%;
    color: #000;
}
/*
#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;
}
#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;
}
/*
*/
#sidenav .link a{
    color: #b2b2b2;
    font-size: 1.2em;
    line-height: 1em;
    padding: 7px 6px 5px 6px;
    border: 1px solid #b2b2b2;
    position: relative;
    display: 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;
}
}





/*Performance > Memory & Storage > DRAM Overclocking Performance 圖形 Z790-PLUS WIFI新增項目*/
#hd .dram-connector{/*20230919*/
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
#hd .dram-connector .row{
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    flex-direction: column-reverse;
    align-items: center !important;
}
#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;
    display: inline-block;
}
#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;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#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 .element{
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}
#hd .dram-connector .row .detail .bars .element:last-child{
    margin-bottom: 0;
}
#hd .dram-connector .row .detail .bars .bar{
    font-weight: normal;
    font-size: 1em;
    box-sizing: border-box;
    padding: 5px 8px 0 3px;
    margin-right: 10px;
    color: #000;
    text-align: right;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#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;
}
}





/*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 .intelligent-overclocking .card-deck.of-1 .card-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#hd .intelligent-overclocking .card-deck.of-1 .card-item.reverse{
    flex-direction: row-reverse;
}
#hd .intelligent-overclocking .card-deck.of-1 .card-item .text{
    width: 50%;
}
#hd .intelligent-overclocking .card-deck.of-1 .card-item .image{
    width: 50%;
    padding-top: 50px;
    padding-right: 50px;
}
#hd .intelligent-overclocking .card-deck.of-1 .card-item.reverse .image {
    padding-right: 10px;
    padding-left: 30px;
}
@media screen and (max-width: 767px) {    
#hd .intelligent-overclocking .card-deck.of-1 .card-item .text{
    width: 100%;
}
#hd .intelligent-overclocking .card-deck.of-1 .card-item .image{
    width: 100%;
    padding-top: 0px;
    padding-right: 10px;
}
#hd .intelligent-overclocking .card-deck.of-1 .card-item.reverse .image {
    padding-left: 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.reverse{
    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.reverse: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 .video{
    width: 50%;
}
#hd .intelligent-control .bios .image .video{
    width: 100%;
}
#hd .intelligent-control .bios .video video{
    width: 100%;
}
#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;
}
#hd .intelligent-control .card-deck .card-item .text{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
}

@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 .card-deck .card-item .text{
    padding-top: 20px;
}
}
@media screen and (max-width: 650px) {    
#hd .intelligent-control .bios .image{
    width: 100%;
    margin-bottom: 30px;
}
#hd .intelligent-control .bios .video{
    width: 100%;
    margin-bottom: 30px;
}
#hd .intelligent-control .bios .text{
    width: 100%;
    padding: 0;
}
}
@media screen and (max-width: 450px) {    
#hd .intelligent-control .card-deck .card-item .text{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 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: 25%;
    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.flex-h .video{
    width: 50%;
    padding: 25px;
}
#hd .performance-memorystorage .item.flex-h .video video{
    width: 100%;
}
#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 .performance-memorystorage .item.flex-h .video{
    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){
    right: 65%;
    top: 56.5%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(3){
    right: 55%;
    top: 67.5%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(4){
    right: 55%;
    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: 56%;
    top: 29%;
}
#hd .division-performance-3 .image-wrapper .entry:nth-child(7){
    left: 79%;
    top: 9.5%;
}
/*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%;
}
}








#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 .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;
}
#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%;
}
@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 .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%;
    position: relative;
}
#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;
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-image .base{
}
#hd .tuf-page .page-performance-cooling .component-wrapper .component-image .pin{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

@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: 45%;
}
#hd .tuf-page .page-gaming-lighting #page-gaming-lighting-1 .default-column:last-child{
    width: 55%;
}
#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;
}
}






/*Asynchronous Clock*/

#hd #page-intelligent-clock-1 .default-column:first-child {
  width: 40%;
}
#hd #page-intelligent-clock-1 .default-column:last-child {
  width: 60%;
}
#hd #page-intelligent-clock-1 figure p {
  padding: 0;
  margin: 0;
}
#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media screen and (max-width: 1023px) {    
#hd #page-intelligent-clock-1 .default-column:first-child {
  width: 100%;
}
#hd #page-intelligent-clock-1 .default-column:last-child {
  width: 100%;
}
}

/*copy from ASUS-ROG-STRIX-B860-F*/
#hd #page-intelligent-clock-1 figure {
  width: 100%; margin: 0; padding: 0;
  position: relative; }
  #hd #page-intelligent-clock-1 figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #hd #page-intelligent-clock-1 figure img.hd-base {
      position: relative; }
  #hd #page-intelligent-clock-1 figure p {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.125;
    text-align: center; }
  #hd #page-intelligent-clock-1 figure .hd-clock {
    font-size: 1.125em;
    width: 23%;
    position: absolute;
    top: 30%;
    left: 46%; }
  #hd #page-intelligent-clock-1 figure .hd-cpu {
    font-size: 1.125em;
    width: 55%;
    position: absolute;
    top: 86%;
    left: 47%; }
  #hd #page-intelligent-clock-1 figure .hd-die {
    font-size: 1.125em;
    width: 26%;
    position: absolute;
    left: 76%;
    top: 30%;
    text-align: center; }
  #hd #page-intelligent-clock-1 figure .hd-mark1 {
    font-size: 1.125em;
    width: 18%;
    position: absolute;
    top: 83%;
    left: 0%; }
  #hd #page-intelligent-clock-1 figure .hd-mark2 {
    font-size: 1.125em;
    width: 18%;
    position: absolute;
    top: 83%;
    left: 20.5%; }
  #hd #page-intelligent-clock-1 figure .hd-bottom {
    width: 100%;
    position: absolute;
    top: 83%;
    left: 0; }
    #hd #page-intelligent-clock-1 figure .hd-bottom .hd-left {
      width: 39%;
      margin-top: -1%; }
      #hd #page-intelligent-clock-1 figure .hd-bottom .hd-left p {
        width: 50%; }
    #hd #page-intelligent-clock-1 figure .hd-bottom > p {
      width: 51%; }
#hd #page-intelligent-clock-1.is-expanded .hd-line-top {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both; }
#hd #page-intelligent-clock-1.is-expanded .hd-cpu,
#hd #page-intelligent-clock-1.is-expanded .hd-des {
  -webkit-animation-delay: 0.95s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.95s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both; }
#hd #page-intelligent-clock-1.is-expanded .hd-die,
#hd #page-intelligent-clock-1.is-expanded .hd-clock {
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.8s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both; }
#hd #page-intelligent-clock-1.is-expanded .hd-line-bottom {
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.6s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both; }
#hd #page-intelligent-clock-1.is-expanded .hd-bottom > p {
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.75s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both; }

@media screen and (max-width: 1280px) {
  #hd .sec-overclocking .hd-frame {
    --content-padding: 40px 50px; }
  #hd #page-intelligent-clock-1 figure {
    font-size: .8em; } }
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd #page-intelligent-clock-1 .hd-container {
    flex-direction: column; }
  #hd #page-intelligent-clock-1 .hd-content:not(.hd-col100) {
    width: 100%; }
  #hd #page-intelligent-clock-1 figure {
    width: 100%;
    font-size: 1.5vw; } }



@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
