@charset 'utf-8';

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-CondBold.ttf') format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: 'Kairos';
    src: url("../fonts/KairosSansW1G-CnBold.ttf");
    font-weight: normal;
    font-style: normal;
}

/* ---------- RESET ---------- */

html,
body {
    margin: 0;
    background-color: #fff;
    overflow: visible;
}

#hd * {
    /*margin: 0;
    padding: 0;*/
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
    /*letter-spacing: 0.12em !important;
    line-height: 2em !important;*/ /*WCAG 2023 銵諹�肽秐撠煾��𣈲�螱�𦆮憭批���鞱身摮烾�𥪜之撠讐� 1.5 �� 摮埈�漤�栞�肽秐撠煾��𣈲�螱�𦆮憭批���鞱身摮烾�𥪜之撠讐� 0.12 ��*/
}

::selection {
    background: #ff9e1b;
    color: #000000;
}

::-moz-selection {
    background: #ff9e1b;
    color: #000000;
}

#hd {
    font-family: "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "敺株��迤暺煾��", "Microsoft JhengHei", sans-serif;
    background: #000;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    /*background: url(../img/bg.jpg) 0 center no-repeat;
    background-attachment: fixed;*/
}


/*20231030 �䭾�醩dc��see all銝滩��*/
/*
#hd ul,
#hd li,
#hd figure {
    margin: 0;
    padding: 0;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit;
}
*/

#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100%;
    margin: 0 auto;
}

#hd img.lazyLoad {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

body.noscroll{
    overflow: hidden;
}
#hd p{
    font-family: "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0.5em 0;
}
#hd ul{
    font-family: "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-weight: normal;
    line-height: 1.6em;
}
#hd sup{
    line-height: 0; /*靽格迤sup銵諹�肽�𠰴��*/
}
#hd .video video{
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 2500px) {    
#hd {
    font-size: 20px; /*bigger text for bigger screen*/
}
}



/*-----SCROLL UP-----*/
    #scrollUp {
        position: fixed;
        right: 30px;
        bottom: 30px;
        width: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 2px solid #ed9720;
        z-index: 999;
        opacity: 0;
    }
    #scrollUp.hd-show {
        opacity: 1;
    }
    #scrollUp:hover {
        background-color: #ed9720;
    }
    #scrollUp:hover svg {
        fill: #FFF;
    }
    #scrollUp svg {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 5px;
        left: 0;
        fill: #ed9720;
        -webkit-transform: rotateZ(270deg);
        -moz-transform: rotateZ(270deg);
        -ms-transform: rotateZ(270deg);
        -o-transform: rotateZ(270deg);
        transform: rotateZ(270deg);
    }



/*-------------TUF general-------------------*/

#hd .tuf-title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 4em;
    color: #fff;
    line-height: 1em;
    margin: 0 0 0.2em 0;
    padding: 0;
    font-weight: normal;
}
@media screen and (max-width: 600px) {    
#hd .tuf-title{
    font-size: 2em;
}
}

#hd .title-mini{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    color: #f39926;
    line-height: 1.1em;
    font-size: 2.4em;
    margin: 0 0 0.2em 0;
    padding: 0;
    font-weight: normal;
}
@media screen and (max-width: 1200px) {    
#hd .title-mini{
    font-size: 1.8em;
}
}


#hd .tuf-p{
    color: #fff;
    line-height: 1.5em;
    font-size: 1.2em;
    margin: 0 0 1em 0;
    padding: 0;
}
#hd .note{
    color: #999;
    line-height: 1.3em;
    font-size: 0.8em;
    margin: 0 0 1em 0;
    padding: 0;
}
/*20231030 銝齿㺿霈𩟔dc��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;
}
}
*/


/*division-nav*/
#hd .division-nav{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
#hd .division-nav ul{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    position: relative;
}
#hd .division-nav ul:before{
    position: absolute;
    display: block;
    content: '';
    width: 31px;
    height: 8px;
    left: 20px;
    bottom: -3px;
    background: url(../img/grate.png) center no-repeat;
    background-size: cover;
}
#hd .division-nav ul:after{
    position: absolute;
    display: block;
    content: '';
    width: 31px;
    height: 8px;
    right: 20px;
    bottom: -3px;
    background: url(../img/grate.png) center no-repeat;
    background-size: cover;
}
#hd .division-nav ul li{
    min-width: 220px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    color: #fff;
    line-height: 1em;
}
/*WCAG 2023 default focus outline not showing in Chrome. thanks to https://css-tricks.com/keyboard-only-focus-styles */ 
#hd .division-nav ul li a:focus-visible span{
    outline: 1px solid #ff9e1b;
}
#hd .division-nav ul li span{
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    padding: 8px 15px;
    font-size: 2em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: relative;
    text-transform: uppercase;
}
#hd .division-nav ul li:after{
    background: #ff9e1b;
    position: absolute;
    display: block;
    content: '';
    width: 0%;
    height: 6px;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
#hd .division-nav ul li.active:after{
    width: 100%;
}

#hd .division-nav ul li:hover{
    color: #ccc;
}
#hd .division-nav ul li:hover:after{
}

@media screen and (max-width: 1280px) {    
#hd .division-nav{
    padding-top: 20px;
    padding-bottom: 30px;
}
#hd .division-nav ul li{
    padding-bottom: 5px;
}
#hd .division-nav ul li span{
    font-size: 1.5em;
}
#hd .division-nav ul li:after{
    height: 4px;
}
}
@media screen and (max-width: 1023px) {    
#hd .division-nav ul li{
    min-width: auto;
}
}
@media screen and (max-width: 767px) {    
#hd .division-nav ul li span{
    padding-bottom: 0px;
}
#hd .division-nav ul li:after{
    height: 4px;
}
#hd .division-nav ul li span{
    padding: 0px 7px;
    font-size: 1em;
}
#hd .division-nav ul:before{
    left: 0px;
    bottom: -8px;
}
#hd .division-nav ul:after{
    right: 0px;
    bottom: -8px;
}
}
@media screen and (max-width: 400px) {    
#hd .division-nav ul li span{
    padding: 0px 5px;
    font-size: 1em;
}
}
@media screen and (max-width: 320px) {    
#hd .division-nav ul li span{
    font-size: 0.8em;
}
}



#hd .division-text-default{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
#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 .division-body{
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    overflow: hidden;
}
@media screen and (max-width: 1700px) {    
#hd .division-body{
    border: none;
}
}


#hd .division-content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
#hd .division-content > div{
    /*display: none;*/
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
    left: 100vw;
    top: 0;
}
#hd .division-content > div.active{
    /*display: block;*/
    opacity: 1;
    position: relative;
    left: auto;
    top: auto;
}
/*
#hd .division-content > div.past{
    transform: translateX(-50%);
}
*/
@media screen and (min-width: 1800px) {    
#hd .division-content{
    min-height: calc(100vh - 350px);
}
}


#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%; /*憒���𨀣�坿身撖砍漲嚗龨ab�黸��誩�漤＊蝷箔�见�諹ㄐ�𢒰��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;
}

#hd .division-content h4{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.6em;
    line-height: 1em;
    margin: 0 0 0.2em 0;
    padding: 0;
}

#hd .division-content .text p a{
    color: #ff9e1b;
    cursor: pointer;
}
#hd .division-content .text p a:hover{
    text-decoration: underline;
}

/*subnav*/
#hd .subnav{
    width: 100%;
    margin-bottom: 50px;
}
#hd .subnav ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}
#hd .subnav ul li{
    margin: 0 20px;
    min-width: 150px;
    position: relative;
}
/*WCAG 2023 default focus outline not showing in Chrome*/
#hd .subnav ul li a:focus-visible span{
    outline: 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;
}
}

/*division head*/
#hd .division-head{
    background: #000;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    position: relative;
    margin: 0 auto;
}
#hd .division-head:after{
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    background: url(../img/side-pattern.png) right top no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#hd .division-head .inner{
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 30px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
#hd .division-head .inner:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/grid.png) right bottom repeat;
    position: absolute;
    top: 0;
    right: 100%;
}
#hd .division-head .tuf-title{
    position: relative;
    color: #000;
    font-size: 6em;
    -webkit-text-stroke: 1.5px #fff;
}
#hd .division-head p{
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}
#hd .division-head .decor-spin{
    position: absolute;
    right: 200px;
    top: 30%;
}
@media screen and (max-width: 1700px) {    
#hd .division-head .decor-spin{
    display: none;
}
}
@media screen and (max-width: 1280px) {    
#hd .division-head .tuf-title{
    font-size: 4em;
}
}
@media screen and (max-width: 767px) {    
#hd .division-head .tuf-title{
    font-size: 3em;
}
}



/* scifi-button (璇臬耦��link �𤌍��齿�垍鍂��) */
#hd .scifi-button{
    display: inline-block;
    margin: 30px auto 0 auto;
    text-decoration: none;
    color: #ff9e1b;
    position: relative;  
}
#hd .scifi-button:after{
    transform: perspective(200px) rotateX(-40deg);  
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ff9e1b;
    content: '';
    display: block;
    transition: all 0.2s;
}
#hd .scifi-button:hover:after{
    background: rgba(255,158,27,0.2);
}
#hd .scifi-button span{
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 20px 8px 20px;
    position: relative;
}
#hd .scifi-button span:before{
    position: absolute;
    left: 5px;
    top: -3px;
    width: 10px;
    height: 3px;
    content: '..';
    display: block;
}
#hd .scifi-button span:after{
    position: absolute;
    right: 5px;
    top: -3px;
    width: 10px;
    height: 3px;
    content: '..';
    display: block;
}





/* ��匧�𥕦�贝�垍���厰枤list */
#hd .ui-list{
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 0 50px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd .ui-list ul{
    /*width: 36%;*/
    box-sizing: border-box;
    padding-right: 40px;
}
#hd .ui-list ul li{
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
#hd .ui-list ul li:last-child{ /*X870*/
    /*margin-bottom: 0px;*/
}
/*WCAG 2023 default focus outline not showing in Chrome*/
#hd .ui-list ul li a:focus-visible span{
    outline: 1px solid #ff9e1b;
}
#hd .ui-list ul li span{
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    padding: 8px 15px;
    font-size: 1.2em;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: relative;
}
#hd .ui-list ul li span:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    top: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .ui-list ul li span:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    bottom: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .ui-list ul li:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    top: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .ui-list ul li:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    bottom: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}

#hd .ui-list ul li:hover span,
#hd .ui-list ul li.active span{
    background-color: #2d1b04;
}
#hd .ui-list ul li:hover span:before,
#hd .ui-list ul li:hover span:after,
#hd .ui-list ul li:hover:before,
#hd .ui-list ul li:hover:after,
#hd .ui-list ul li.active span:before,
#hd .ui-list ul li.active span:after,
#hd .ui-list ul li.active:before,
#hd .ui-list ul li.active:after{
    opacity: 1;
}



#hd .ui-list .imagelist{
    /*width: 64%;*/
}
#hd .ui-list .imagelist img{
    width: 100%;
    display: block;
}
#hd .ui-list .imagelist .entry{
    display: none;
}
#hd .ui-list .imagelist .entry.active{
    display: block;
}

@media screen and (max-width: 600px) {    
#hd .ui-list ul{
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
}
#hd .ui-list .imagelist{
    width: 100%;
}
}


/* tag-link (��漤𢒰��劐��见�𤩺�嗵惜��𣇉�link) */
#hd .tag-link{
    text-decoration: underline;
    color: #ff9e1b !important;
    cursor: pointer;
    font-size: 1.2em;
    transition: all 0.2s;
    position: relative;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .tag-link:after{
    display: block;
    content: '>>';
    position: absolute;
    right: -25px;
    top: -10px;
    width: 20px;
    height: 20px;
}
#hd .tag-link:hover{
    color: #aaa !important;
    text-decoration: underline;
}



/*
#hd .switch-taget-2{
    display: none;
    min-height: 300px;
}
*/

/* side-tag (撌阡�羓�撠讛�嗪ˇtuf logo)*/
#hd .side-tag{
    position: absolute;
    left: 50px;
    top: 500px;
    width: 250px;
    height: 100px;
    z-index: 0;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .side-tag .number{
    color: #ff9e1b;
    font-size: 1.2em;
    margin: 0 0 5px;
    padding: 0;
    line-height: 1em;
}
#hd .side-tag .tuf{
    color: #000;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
    width: 6.2em;
    line-height: 1em;
    padding-top: 5px;
    padding-left: 48px;
    position: relative;
    background: #ff9e1b url(../img/tiny-tuf-dark.png) 8px center no-repeat;
    background-size: 30px auto;
}
#hd .side-tag .tuf:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    background: #000;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    transform-origin: right bottom;
}
#hd .side-tag .ruler{
    background: url(../img/ruler.png) left center no-repeat;
    background-size: auto 100%;
    height: 15px;
    margin-top: 15px;
}
@media screen and (min-width: 2300px) {    
#hd .side-tag{
    left: 10%;
}
}
@media screen and (min-width: 3300px) {    
#hd .side-tag{
    left: 20%;
}
}
@media screen and (min-width: 4800px) {    
#hd .side-tag{
    left: 30%;
}
}
@media screen and (max-width: 1800px) {    
#hd .side-tag{
    left: 25px;
    width: 150px;
}
#hd .side-tag .tuf{
    font-size: 1.5em;
    padding-left: 35px;
    background-size: 20px auto;
}
#hd .side-tag .ruler{
    height: 10px;
}
}
@media screen and (max-width: 1400px) {    
#hd .side-tag{
    display: none;
}
}

#hd .row.rev{
    flex-direction: row-reverse;
}







/*division*/
#hd .division-head-text{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd .division-head-text .division-title{
    color: #f39926;
    font-weight: normal;
    font-size: 1.7em;
    margin: 0 0 0.5em 0;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}

@media screen and (max-width: 600px) {    
#hd .division-head-text .division-title{
    font-size: 1.3em;
}
}




#hd .card-deck{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#hd .card-deck .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;
}
}

/*20250102*/
#hd .card-deck.of-1 .card-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#hd .card-deck.of-1 .card-item .text{
    width: 50%;
}
#hd .card-deck.of-1 .card-item .image{
    width: 50%;
    padding-top: 50px;
    padding-right: 50px;
}
@media screen and (max-width: 767px) {    
#hd .card-deck.of-1 .card-item .text{
    width: 100%;
}
#hd .card-deck.of-1 .card-item .image{
    width: 100%;
    padding-top: 0px;
    padding-right: 10px;
}
}


#hd .row.rev{
    flex-direction: row-reverse;
}






/*--------------------------sections---------------------*/

/*-kv-*/

#hd #tuf-kv{
    position: relative;
    background-color: #000;
    /*background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(66,66,66,1) 90%);*/
}
#hd #tuf-kv .screen-area{
    background: url(../img/kv/kv-bg.jpg) center top no-repeat;
    background-size: auto calc(100vh - 170px); /*asus header*/
    background-size: 100% auto;
    min-height: calc(100vh - 170px); /*asus header*/
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#hd #tuf-kv .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}
#hd #tuf-kv .main-image{
    width: 50%;
    padding: 0px 5%;
    box-sizing: border-box;
}
#hd #tuf-kv img{
    max-width: 100%;
    display: block;
}
#hd #tuf-kv .text-content{
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
#hd #tuf-kv .tuf-title{
    font-size: 4em;
    margin-bottom: 0.5em;
    font-family: "Kairos", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd #tuf-kv .text-content .icon{ /*Z790*/
    width: 90%;
    min-height: 120px;
    background: url(../img/kv/icon-set.webp) left top no-repeat;
    background-size: contain;
}
#hd #tuf-kv .text-content .icon img{ /*Z790*/
    display: inline-block;
    width: auto;
    margin-right: 10px;
    max-width: 240px;
    max-height: 130px;
    vertical-align: middle;
}
#hd #tuf-kv p.default{
}
#hd #tuf-kv p.mobile{
    display: none;
}

#hd #tuf-kv .decor{
}
#hd #tuf-kv .decor-earth{
    position: absolute;
    left: 2%;
    top: 3%;
    width: 6%;
    z-index: 1;
}
#hd #tuf-kv .decor-corner{
    position: absolute;
    left: 3%;
    bottom: 3%;
    width: 15%;
    z-index: 1;
}
#hd #tuf-kv .decor-hexagon{
    position: absolute;
    right: 3%;
    bottom: 3%;
    width: 2%;
    z-index: 1;
}
#hd #tuf-kv .decor-tuf{
    position: absolute;
    right: 2%;
    top: 2%;
    width: 7%;
    z-index: 1;
}
/*
@media screen and (max-height: 900px) {    
#hd #tuf-kv .screen-area{
    background-size: auto 700px;
}
}
*/
@media screen and (min-width: 2500px) {    
#hd #tuf-kv .tuf-title{
    font-size: 3.2em;
}
}
@media screen and (max-width: 1280px) {    
#hd #tuf-kv .inner{
    max-width: 1000px;
    padding-top: 70px;
}
#hd #tuf-kv .text-content{
    padding-right: 0%;
}
#hd #tuf-kv .tuf-title{
    font-size: 3em;
}
}
@media screen and (max-width: 1023px) {    
#hd #tuf-kv .decor-zebra{
}
#hd #tuf-kv .decor-corner{
}
#hd #tuf-kv .decor-hexagon{
}
}
@media screen and (max-width: 767px) {    
#hd #tuf-kv .screen-area{
    background-size: 120% auto;
}
#hd #tuf-kv .inner{
    padding-top: 50px;
    flex-direction: column-reverse;
}
#hd #tuf-kv .text-content{
    width: 100%;
    margin-bottom: 30px;
}
#hd #tuf-kv p.default{
    display: none;
}
#hd #tuf-kv p.mobile{
    display: block;
}
#hd #tuf-kv .main-image{
    width: 100%;
    margin-bottom: 30px;
}
#hd #tuf-kv .decor-zebra{
}
#hd #tuf-kv .decor-corner{
}
#hd #tuf-kv .decor-hexagon{
}
}

@media screen and (max-width: 500px) {    
#hd #tuf-kv .tuf-title{
    font-size: 2em;
}
#hd #tuf-kv .text-content .icon{ /*Z790*/
    min-height: 80px;
}
}




/*-guide-*/

#hd .guide-wrapper{
    background: linear-gradient(to bottom, rgba(66,66,66,0), rgba(66,66,66,1));
}
#hd .guide-wrapper .guide{
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .guide-wrapper .guide li{
    width: 31.33%;
    height: 240px;
    box-sizing: border-box;
    align-items: center;
    margin: 0 1% 20px 1%;/*20231030 pdc fix*/
    background: url(../img/guide/guide-box.png) center top no-repeat;
    background-size: 100% 100%;
}
#hd .guide-wrapper .guide li:first-child{
    background-image: url(../img/guide/guide-box-alt.png);
}
#hd .guide-wrapper .guide .image{
    width: 28%;
    margin-left: 4%;
}
#hd .guide-wrapper .guide .text{
    width: 68%;
    padding-left: 15px;
    padding-right: 30px;
    color: #fff;
}
#hd .guide-wrapper .guide li:first-child .text{
    color: #000;
}
#hd .guide-wrapper .guide 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 top no-repeat;
    background-size: auto 130%;
    background-color: #000;
    /*background-attachment: fixed;*/
    padding-top: 100px;
}
#hd #tuf-spec .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 15px 100px 15px;
    box-sizing: border-box;
    position: relative;
}
#hd #tuf-spec .tuf-title{
    font-size: 6em;
    text-align: center;
    margin-bottom: 0px;
}
#hd #tuf-spec .subnav {
    padding-top: 50px;
}

@media screen and (max-width: 1280px) {    
#hd #tuf-spec .tuf-title{
    font-size: 3.2em;
}
#hd #tuf-spec{
    background: none;
}
}
@media screen and (max-width: 767px) {    
#hd #tuf-spec .inner{
    padding: 50px 15px;
}
#hd #tuf-spec .tuf-title{
    font-size: 3em;
}
}



/*----spec content-----*/
#hd #tuf-spec .spec-wrapper{
    position: relative;
}
#hd #tuf-spec .spec-wrapper .image{
    position: relative;
    margin: 0 auto;
}
#hd #tuf-spec .spec-wrapper .image img{
    display: block;
    max-width: 100%;
}
#hd #tuf-spec .spec-wrapper .image .main{
    position: relative;
}
#hd #tuf-spec .spec-wrapper .image .line{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#hd #tuf-spec .spec-wrapper .image .dot{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
#hd #tuf-spec .spec-wrapper .list{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#hd #tuf-spec .spec-wrapper .list .entry{
    position: absolute;
    /*background: rgba(0,0,0,0.5);*/
    text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 7px #000, 0 0 8px #000, 0 0 9px #000;/*20220922*/
}
#hd #tuf-spec .spec-wrapper .list .entry.underline{
    text-align: right;
    /*border-bottom: 1px solid #ccc;
    padding-bottom: 5px;*/
}
#hd #tuf-spec .spec-wrapper .list .entry p{
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
#hd #tuf-spec .spec-wrapper .list .entry .number{
    display: none;
}

#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(1){ right: 83%; top: 30%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(2){ right: 80%; top: 59%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(3){ left: 78%; top: 15%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(4){ left: 78%; top: 32%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(5){ left: 78%; top: 52%;}

#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(1){ right: 83%; top: 8.5%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(2){ right: 81%; top: 48%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(3){ left: 77%; top: 4%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(4){ left: 81%; top: 49%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(5){ left: 78%; top: 79.5%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(6){ left: 63%; top: 91%;}

#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(1){ right: 79%; top: 63%;}
#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(2){ left: 76%; top: 11%;}
#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(3){ left: 74%; top: 80%;}

#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(1){ right: 72%; top: 15%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(2){ right: 72%; top: 26%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(3){ right: 72%; top: 34%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(4){ right: 72%; top: 47%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(5){ right: 72%; top: 57%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(6){ right: 72%; top: 70%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(7){ right: 72%; top: 79%; width: 20%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(8){ right: 72%; top: 86%; width: 20%;}

#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(9){ left: 76%; top: 39%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(10){ left: 76%; top: 52%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(11){ left: 52%; top: 97%;}




@media screen and (max-width: 1280px) {    
#hd #tuf-spec .sub-content-1 .spec-wrapper .image{
    max-width: 580px;
}
#hd #tuf-spec .sub-content-2 .spec-wrapper .image{
    max-width: 650px;
}
#hd #tuf-spec .sub-content-3 .spec-wrapper .image{
    max-width: 500px;
}
#hd #tuf-spec .sub-content-4 .spec-wrapper .image{
    max-width: 480px;
}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(1){ right: 72%; max-width: 250px;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(2){ right: 75%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(3){ left: 72%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(4){ left: 72%;}
#hd #tuf-spec .sub-content-1 .spec-wrapper .list .entry:nth-child(5){ left: 72%;}


#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(1){ right: 77%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(2){ right: 77%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(3){ left: 73%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(4){ left: 73%;}
#hd #tuf-spec .sub-content-2 .spec-wrapper .list .entry:nth-child(5){ left: 68%;}

#hd #tuf-spec .sub-content-3 .spec-wrapper .list .entry:nth-child(1){ right: 72%; top: 62%;}
#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: 70%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(2){ right: 70%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(3){ right: 70%; width: 25%; top: 34%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(4){ right: 70%; width: 25%; top: 45%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(5){ right: 70%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(6){ right: 70%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(7){ right: 70%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(8){ right: 70%; width: 25%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(9){ left: 72%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(10){ left: 72%;}
#hd #tuf-spec .sub-content-4 .spec-wrapper .list .entry:nth-child(11){ }
}

@media screen and (max-width: 1023px) {    
#hd #tuf-spec .spec-wrapper .image{
    max-width: 650px;
    margin: 0 auto;
}
#hd #tuf-spec .spec-wrapper .image .dot{
    display: block;
}
#hd #tuf-spec .spec-wrapper .list{
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
    margin: 30px auto 0 auto;
    align-items: flex-start;
}
#hd #tuf-spec .spec-wrapper .list .entry{
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    display: flex;
    width: 50%;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 15px;
    text-shadow: none;
    align-items: center;
}
#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%;
    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 .division-content-a1 .row{
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd .division-content-a1 .row .text{
    width: 40%;
    box-sizing: border-box;
    padding-right: 30px;
}
#hd .division-content-a1 .sub-content-1 .row .text{
    width: 55%;
}
#hd .division-content-a1 .row .image{
    width: 60%;
    position: relative;
}
#hd .division-content-a1 .row .image img{
    width: 100%;
    display: block;
}
#hd .division-content-a1 .sub-content-1 .row .image{
    width: 45%;
}

@media screen and (max-width: 767px) {    
#hd .division-content-a1 .row .text{
    width: 100% !important;
    padding-right: 0px;
    padding-bottom: 20px;
}
#hd .division-content-a1 .row .image{
    width: 100% !important;
}
}







/*figure overclocking ryzen*/

#hd .division-content-a1 .figure-overclocking.ryzen .tracing{
    opacity: 0;
}
#hd .division-content-a1 .figure-overclocking.ryzen{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-content-a1 .figure-overclocking.ryzen .name{
    font-size: 3em;
    width: 29%;
    height: 60%;
    left: 0;
    top: 40%; /*20220921*/
    line-height: 1em;
    position: absolute;
    text-align: right;
    transition: all 1s;
    opacity: 0;
    transform: translateX(-20%);
}
#hd .division-content-a1 .figure-overclocking.ryzen .circle{
    font-size: 1.1em;
    width: 15%;
    height: 31.5%;
    left: 35%;
    top: 34%;
    line-height: 1em;
    position: absolute;
    text-align: center;
}
#hd .division-content-a1 .figure-overclocking.ryzen .circle:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: block;
    position: absolute;
    background: url(../img/control/figure-circle.png) center no-repeat;
    background-size: cover;
    transition: all 3s;
}
#hd .division-content-a1 .figure-overclocking.ryzen .circle:after{
    width: 60%;
    height: 100%;
    left: -53%;
    top: 0%;
    display: block;
    content: '';
    position: absolute;
    background: url(../img/control/figure-puff.png) center no-repeat;
    background-size: cover;
    transition: all 2s;
    transform: translateX(0%);
    opacity: 0;
}
#hd .division-content-a1 .figure-overclocking.ryzen .circle .word{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hd .division-content-a1 .figure-overclocking.ryzen .circle span{
    display: block;
    border-bottom: 1px dashed #ff9e1b;
    width: 100%;
    padding: 2px 0;
}
#hd .division-content-a1 .figure-overclocking.ryzen .circle span:last-child{
    border-bottom: none;
}

#hd .division-content-a1 .figure-overclocking.ryzen .top-arrow{
    font-size: 1.1em;
    width: 50%;
    height: 32%;
    left: 39%;
    top: 0%;
    box-sizing: border-box;
    padding-top: 1.8%;
    line-height: 1em;
    position: absolute;
    text-align: center;
    background: url(../img/control/figure-top-arrow.png) center no-repeat;
    background-size: cover;
    transition: all 1.5s;
    transform: scaleX(0.9);
    transition-delay: 0.5s;
    transform-origin: left center;
    opacity: 0;
}
#hd .division-content-a1 .figure-overclocking.ryzen .bottom-arrow{
    font-size: 1.1em;
    width: 50%;
    height: 32%;
    left: 39%;
    top: 65%;
    box-sizing: border-box;
    padding-top: 11.5%;
    line-height: 1em;
    position: absolute;
    text-align: center;
    background: url(../img/control/figure-bottom-arrow.png) center no-repeat;
    background-size: cover;
    transition: all 1.5s;
    transform: scaleX(0.9);
    transition-delay: 0.5s;
    transform-origin: left center;
    opacity: 0;
}

#hd .division-content-a1 .figure-overclocking.ryzen .middle-arrow{
    font-size: 1.1em;
    left: 51%;
    top: 42%;
    width: 22%;
    height: 18%;
    box-sizing: border-box;
    padding-top: 2.3%;
    position: absolute;
    text-align: center;
    background: url(../img/control/figure-middle-arrow.png) center no-repeat;
    background-size: cover;
    transition: all 1.5s;
    transform: scaleX(0.9);
    transition-delay: 0.5s;
    transform-origin: left center;
    opacity: 0;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info{
    left: 74%;
    top: 28%;
    width: 25%;
    height: 43%;
    position: absolute;
    border: 1px solid #ff9e1b;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1.5s;
    transition-delay: 1s;
    opacity: 0;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info p{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    color: #ff9e1b;
    margin: 0 0 8px 0;
    padding: 0 5px 0 10px;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info ul{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    list-style-type: disc;
    font-size: 1.2em;
    padding: 0 5px 0 25px;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info ul li{
    list-style-type: disc;
    margin-bottom: 10px;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info ul li a{
    cursor: pointer;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    line-height: 1em;
    transition: all 0.2s;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info ul li span:last-child{
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    border: 2px solid #ff9e1b;
    text-align: center;
    color: #ccc;
    line-height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 0.8em;
    margin-left: 10px;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info ul li a:hover{
    color: #ff9e1b;
}

/*animation*/
#hd .division-content-a1 .sub-content-3.active .figure-overclocking.ryzen .name{
    opacity: 1;
    transform: translateX(0%);
}
#hd .division-content-a1 .sub-content-3.active .figure-overclocking.ryzen .circle:before{
    transform: rotate(360deg);
}
#hd .division-content-a1 .sub-content-3.active .figure-overclocking.ryzen .circle:after{
    transform: translateX(0%);
    opacity: 1;
}
#hd .division-content-a1 .sub-content-3.active .figure-overclocking.ryzen .top-arrow{
    opacity: 1;
    transform: scaleX(1);
}
#hd .division-content-a1 .sub-content-3.active .figure-overclocking.ryzen .middle-arrow{
    opacity: 1;
    transform: scaleX(1);
}
#hd .division-content-a1 .sub-content-3.active .figure-overclocking.ryzen .bottom-arrow{
    opacity: 1;
    transform: scaleX(1);
}
#hd .division-content-a1 .sub-content-3.active .figure-overclocking.ryzen .info{
    opacity: 1;
}

@media screen and (min-width: 2500px) {    
#hd .division-content-a1 .figure-overclocking.ryzen{
    font-size: 0.8em;
}
}
@media screen and (max-width: 900px) {    
#hd .division-content-a1 .figure-overclocking.ryzen .name{
    font-size: 1.5em;
}
#hd .division-content-a1 .figure-overclocking.ryzen .circle{
    font-size: 0.9em;
}
}
@media screen and (max-width: 550px) {    
#hd .division-content-a1 .figure-overclocking.ryzen{
    transform: scale(1) translateX(-25%);
    margin-top: 50px;
}
#hd .division-content-a1 .figure-overclocking.ryzen br{
    display: none;
}
#hd .division-content-a1 .figure-overclocking.ryzen .name{
    width: 100%;
    height: auto;
    left: 30%;
    top: auto;
    bottom: 105%;
    text-align: left;
}
#hd .division-content-a1 .sub-content-1.active .figure-overclocking.ryzen .name{
    left: 30%;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info{
    width: 45%;
}
#hd .division-content-a1 .figure-overclocking.ryzen .top-arrow {
    font-size: 0.8em;
}
#hd .division-content-a1 .figure-overclocking.ryzen .bottom-arrow {
    font-size: 0.8em;
}
#hd .division-content-a1 .figure-overclocking.ryzen .middle-arrow {
    font-size: 0.8em;
}
}

@media screen and (max-width: 420px) {    
#hd .division-content-a1 .figure-overclocking.ryzen .name{
    font-size: 1em;
}
#hd .division-content-a1 .figure-overclocking.ryzen .name br{
    display: none;
}
#hd .division-content-a1 .figure-overclocking.ryzen .circle{
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info p{
    margin-bottom: -3px;
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info ul{
    margin: 0;
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info ul li{
    margin-bottom: 0px;
}
#hd .division-content-a1 .figure-overclocking.ryzen .info ul li span:last-child{
    width: 10px;
    height: 10px;
    border: 1px solid #ff9e1b;
    line-height: 10px;
    font-size: 0.6em;
}
}




/*figure overclocking switcher*/

#hd .division-content-a1 .figure-overclocking.switcher .tracing{
    opacity: 0;
}
#hd .division-content-a1 .figure-overclocking.switcher{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-content-a1 .figure-overclocking.switcher .name{
    font-size: 2em;
    width: 29%;
    height: 60%;
    left: -20%;
    top: 40%;
    line-height: 1em;
    position: absolute;
    text-align: right;
    transition: opacity 2s , left 1s;
    opacity: 0;
}
#hd .division-content-a1 .figure-overclocking.switcher .circle{
    font-size: 1.1em;
    width: 15%;
    height: 31.5%;
    left: 35%;
    top: 34%;
    line-height: 1em;
    position: absolute;
    text-align: center;
}
#hd .division-content-a1 .figure-overclocking.switcher .circle:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: block;
    position: absolute;
    background: url(../img/control/figure-circle.png) center no-repeat;
    background-size: cover;
    transition: all 3s;
}
#hd .division-content-a1 .figure-overclocking.switcher .circle:after{
    width: 60%;
    height: 100%;
    left: -53%;
    top: 0%;
    display: block;
    content: '';
    position: absolute;
    background: url(../img/control/figure-puff.png) center no-repeat;
    background-size: cover;
    transition: all 2s;
    transform: translateX(0%);
    opacity: 0;
}
#hd .division-content-a1 .figure-overclocking.switcher .circle .word{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hd .division-content-a1 .figure-overclocking.switcher .circle span{
    display: block;
    border-bottom: 1px dashed #ff9e1b;
    width: 100%;
    padding: 2px 0;
}
#hd .division-content-a1 .figure-overclocking.switcher .circle span:last-child{
    border-bottom: none;
}

#hd .division-content-a1 .figure-overclocking.switcher .top-arrow{
    font-size: 1.1em;
    width: 61%;
    height: 32%;
    left: 29%;
    top: 0%;
    box-sizing: border-box;
    padding-top: 1.8%;
    position: absolute;
    background: url(../img/control/figure-top-arrow2.png) left center no-repeat;
    background-size: auto 100%;
    transition: opacity 1.5s, left 1.5s;
    transition-delay: 0.5s;
    opacity: 0;
    line-height: 1.2em;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t1{
    position: absolute;
    left: 20%;
    top: 15%;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t2{
    position: absolute;
    left: 20%;
    top: 35%;
    font-size: 0.8em;
    font-family: "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t2 span{
    color: #ff9e1b;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t3{
    position: absolute;
    left: 60%;
    top: 5%;
    font-size: 1.3em;
    text-align: left;
    line-height: 1em;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow{
    font-size: 1.1em;
    width: 61%;
    height: 32%;
    left: 29%;
    top: 65%;
    box-sizing: border-box;
    padding-top: 11.5%;
    line-height: 1em;
    position: absolute;
    text-align: center;
    background: url(../img/control/figure-bottom-arrow2.png) left center no-repeat;
    background-size: auto 100%;
    transition: opacity 1.5s, left 1.5s;
    transition-delay: 0.5s;
    opacity: 0;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t1{
    position: absolute;
    left: 20%;
    top: 65%;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t2{
    position: absolute;
    left: 20%;
    top: 85%;
    font-size: 0.8em;
    font-family: "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t2 span{
    color: #ff9e1b;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t3{
    position: absolute;
    left: 60%;
    top: 57%;
    font-size: 1.3em;
    text-align: left;
    line-height: 1em;
}

#hd .division-content-a1 .figure-overclocking.switcher .middle-text{
    left: 45%;
    top: 24%;
    width: 47%;
    height: 52%;
    box-sizing: border-box;
    position: absolute;
    background-size: cover;
    transition: opacity 1.5s, left 1.5s;
    transition-delay: 1s;
    opacity: 0;
    display: flex;
    align-items: center;
}
#hd .division-content-a1 .figure-overclocking.switcher .middle-text p:first-child{
    color: #ff9e1b;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .division-content-a1 .figure-overclocking.switcher .middle-text p:last-child{
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.2em;
    font-family: "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}

/*animation*/
#hd .division-content-a1 .sub-content-2.active .figure-overclocking.switcher .name{
    opacity: 1;
    left: 0;
}
#hd .division-content-a1 .sub-content-2.active .figure-overclocking.switcher .circle:before{
    transform: rotate(360deg);
}
#hd .division-content-a1 .sub-content-2.active .figure-overclocking.switcher .circle:after{
    transform: translateX(0%);
    opacity: 1;
}
#hd .division-content-a1 .sub-content-2.active .figure-overclocking.switcher .top-arrow{
    opacity: 1;
    left: 39%;
}
#hd .division-content-a1 .sub-content-2.active .figure-overclocking.switcher .middle-text{
    opacity: 1;
    left: 55%;
}
#hd .division-content-a1 .sub-content-2.active .figure-overclocking.switcher .bottom-arrow{
    opacity: 1;
    left: 39%;
}
@media screen and (min-width: 2500px) {    
#hd .division-content-a1 .figure-overclocking.switcher{
    font-size: 0.8em;
}
}

@media screen and (max-width: 900px) {    
#hd .division-content-a1 .figure-overclocking.switcher .name{
    font-size: 1.1em;
}
#hd .division-content-a1 .figure-overclocking.switcher .circle{
    font-size: 0.9em;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t3{
    font-size: 0.8em;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t3{
    font-size: 0.8em;
}
#hd .division-content-a1 .figure-overclocking.switcher .middle-text{
    font-size: 0.8em;
}
}
@media screen and (max-width: 550px) {    
#hd .division-content-a1 .figure-overclocking.switcher{
    transform: scale(1) translateX(-30%);
    margin-top: 30px;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow{
    width: 95%;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow{
    width: 95%;
}
#hd .division-content-a1 .figure-overclocking.switcher .middle-text{
    width: 80%;
}
#hd .division-content-a1 .figure-overclocking.switcher .name{
    width: 100%;
    height: auto;
    left: 30%;
    top: auto;
    bottom: 105%;
    text-align: left;
}
#hd .division-content-a1 .sub-content-2.active .figure-overclocking.switcher .name{
    left: 30%;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t1{
    left: 8%;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t2{
    left: 8%;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t3{
    left: 43%;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t1{
    left: 8%;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t2{
    left: 8%;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t3{
    left: 43%;
}
}

@media screen and (max-width: 420px) {    
#hd .division-content-a1 .figure-overclocking.switcher .name{
    font-size: 1em;
}
#hd .division-content-a1 .figure-overclocking.switcher .name br{
    display: none;
}
#hd .division-content-a1 .figure-overclocking.switcher .circle{
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t1{
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t2{
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t3{
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.switcher .top-arrow .t3 br{
    display: none;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t1{
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t2{
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t3{
    font-size: 0.7em;
}
#hd .division-content-a1 .figure-overclocking.switcher .bottom-arrow .t3 br{
    display: none;
}
#hd .division-content-a1 .figure-overclocking.switcher .middle-text{
    font-size: 0.7em;
}
}




#hd .division-content-a2 .image{
    max-width: 800px;
    margin: 0 auto;
}








#hd .division-content-a3 .row{
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd .division-content-a3 .row .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}
#hd .division-content-a3 .row .image{
    width: 50%;
    position: relative;
}
#hd .division-content-a3 .row .image img{
    width: 100%;
    display: block;
}
#hd .division-content-a3 .row .video{
    width: 50%;
}
#hd .division-content-a3 .row .video video{
    width: 100%;
}
#hd .division-content-a3 .switch-taget-2 .row{
    align-items: flex-start;
}
#hd .division-content-a3 .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 .division-content-a3 .row .text{
    width: 100%;
    padding-right: 0px;
}
#hd .division-content-a3 .row .image{
    width: 100%;
}
#hd .division-content-a3 .row .entry{
    width: 100%;
    padding: 0;
}
}




/*---------------NEW content 2023------------------*/
#hd .division-content-a6 .row{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd .division-content-a6 .row .text{
    width: 55%;
    box-sizing: border-box;
    padding-right: 30px;
}
#hd .division-content-a6 .row .image{
    width: 45%;
    position: relative;
}
#hd .division-content-a6 .row .image img{
    width: 100%;
    display: block;
}

@media screen and (max-width: 1280px) {    
#hd .division-content-a6 .row{
    max-width: 900px;
}
}
@media screen and (max-width: 767px) {    
#hd .division-content-a6 .row .text{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
}
#hd .division-content-a6 .row .image{
    width: 100%;
}
}








/*---------------tuf-division-performance------------------*/
#hd #tuf-division-performance{
    position: relative;
}
#hd .division-content-b1 .row{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd .division-content-b1 .row .text{
    width: 45%;
    box-sizing: border-box;
    padding-right: 30px;
}
#hd .division-content-b1 .row .image{
    width: 55%;
    position: relative;
}
#hd .division-content-b1 .row .image img{
    width: 100%;
    display: block;
}

@media screen and (max-width: 1280px) {    
#hd .division-content-b1 .row{
    max-width: 900px;
}
}
@media screen and (max-width: 767px) {    
#hd .division-content-b1 .row .text{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
}
#hd .division-content-b1 .row .image{
    width: 100%;
}
}


#hd .division-content-b1 .list{
    max-width: 800px;
    margin: 0 auto 30px auto;
}
#hd .division-content-b1 .list .entry{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}
#hd .division-content-b1 .list .words{
    box-sizing: border-box;
}
#hd .division-content-b1 .list .icon{
    padding-right: 20px;
    width: 15%;
    flex-shrink: 0;
}
#hd .division-content-b1 .list .icon img{
    border-radius: 50%;
    border: 3px solid #ff9e1b;
}

#hd .division-content-b1 .list .figure{
    display: flex;
    min-width: 300px;
}
#hd .division-content-b1 .list .figure .item{
    width: 50%;
    text-align: center;
}
#hd .division-content-b1 .list .figure .number{
    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;
}
@media screen and (max-width: 650px) {    
#hd .division-content-b1 .list .entry{
    flex-wrap: wrap;
    text-align: center;
}
#hd .division-content-b1 .list .icon{
    width: 100%;
    margin-bottom: 15px;
}
#hd .division-content-b1 .list .figure{
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
}
}

/*20230912*/
#hd .division-content-b1 .sub-content-1 .figure{
    display: flex;
    min-width: 300px;
    margin-top: 30px;
}
#hd .division-content-b1 .sub-content-1 .figure .item{
    width: 33.33%;
    flex-shrink: 1;
    text-align: center;
}
#hd .division-content-b1 .sub-content-1 .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 .division-content-b1 .sub-content-1 .figure .number .unit{
}
@media screen and (max-width: 850px) {    
#hd .division-content-b1 .sub-content-1 .figure .number .lead{
    font-size: 3em;
}
}
@media screen and (max-width: 650px) {    
#hd .division-content-b1 .sub-content-1 .figure .number .unit{
    font-size: 0.8em;
}
#hd .division-content-b1 .sub-content-1 .figure .name{
    font-size: 0.8em;
}
#hd .division-content-b1 .sub-content-1 .entry{
    flex-wrap: wrap;
    text-align: center;
}
#hd .division-content-b1 .sub-content-1 .icon{
    width: 100%;
    margin-bottom: 15px;
}
#hd .division-content-b1 .sub-content-1 .figure{
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
}
}



/*Performance > Power Design > Eight-Layer PCB Design*/
#hd .division-content-b1 .sub-content-2 .layers{
    position: absolute;
    left: 11%;
    top: 40%;
    font-size: 2em;
    text-align: center;
    line-height: 1.8em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    transition: all 1s;
    transition-delay: 0.5s;
    top: 50%;
    opacity: 0;
}
#hd .division-content-b1 .sub-content-2 .layers span{
    font-size: 3em;
    display: block;
}
#hd .division-content-b1 .sub-content-2.active .layers{
    top: 40%;
    opacity: 1;
}




/*Performance > Power Design > Power Connector ��硋耦*/
#hd .division-content-b1 .figure-connector{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
#hd .division-content-b1 .figure-connector .row{
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}
#hd .division-content-b1 .figure-connector .row .detail{
    width: 100%;
}
#hd .division-content-b1 .figure-connector .row .result{
    width: 150px;
    height: 150px;
    position: relative;
    flex-shrink: 0;
}
#hd .division-content-b1 .figure-connector .row .result .number{
    color: #ff9e1b;
    font-size: 7em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1em;
}
#hd .division-content-b1 .figure-connector .row .result .upto{
    position: absolute;
    left: 65%;
    top: 0;
    line-height: 1em;
}
#hd .division-content-b1 .figure-connector .row .result .percent{
    color: #ff9e1b;
    font-size: 3em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: absolute;
    left: 65%;
    top: 30%;
    line-height: 1em;
}
#hd .division-content-b1 .figure-connector .row .result .name{
    position: absolute;
    left: 2%;
    top: 70%;
    top: 88%; /*WCGA 2023 銵諹�脲𦆮憭批���鞱身摮烾�𥪜之撠讐�2�齿�銋煺�漤�滨��*/
    line-height: 1em;
    font-size: 1.1em;
    letter-spacing: 1px;
}

#hd .division-content-b1 .figure-connector .row .detail .entry{
    display: flex;
    margin-bottom: 20px;
}
#hd .division-content-b1 .figure-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 .division-content-b1 .figure-connector .row .detail .bars{
    width: 100%;
}
#hd .division-content-b1 .figure-connector .row .detail .bars .item{
    display: flex;
    margin-bottom: 5px;
}
#hd .division-content-b1 .figure-connector .row .detail .bars .item:last-child{
    margin-bottom: 0;
}
#hd .division-content-b1 .figure-connector .row .detail .bars .bar{
    font-weight: bold;
    font-size: 1.3em;
    box-sizing: border-box;
    padding: 5px 0 0 8px;
    margin-right: 10px;
    color: #000;
}
#hd .division-content-b1 .figure-connector .row .detail .bars .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 2em;
    color: #ccc;
    line-height: 1em;
}
#hd .division-content-b1 .figure-connector .row .detail .bars .bar.primary .number{
    color: #fff;
}
#hd .division-content-b1 .figure-connector .note{
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 2500px) {    
#hd .division-content-b1 .figure-connector{
    font-size: 0.8em;
}
}
@media screen and (max-width: 650px) {    
#hd .division-content-b1 .figure-connector .row{
    flex-wrap: wrap;
    justify-content: center;
}
#hd .division-content-b1 .figure-connector .row .detail{
    width: 100%;
}
#hd .division-content-b1 .figure-connector .row .result{
}
}
@media screen and (max-width: 500px) {    
#hd .division-content-b1 .figure-connector .row .detail .bars .number{
    font-size: 1.2em;
}
#hd .division-content-b1 .figure-connector .row .detail .bars .bar{
    font-size: 0.9em;
}
#hd .division-content-b1 .figure-connector .row .detail .box{
    width: 30%;
    padding: 5px;
    border-right: 3px solid #fff;
    margin-right: 5px;
    font-size: 0.8em;
}
}



#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-content-b2 .row{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 0 20px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd .division-content-b2 .row .text{
    width: 45%;
    box-sizing: border-box;
}
#hd .division-content-b2 .row .text .sticker{
    padding: 30px 20px 20px 30px;
    border: 1px solid #ff9e1b;
}

#hd .division-content-b2 .row .image{
    width: 55%;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
}
#hd .division-content-b2 .row .image img{
    width: 100%;
    display: block;
}


@media screen and (max-width: 1280px) {    
#hd .division-content-b2 .row{
    max-width: 900px;
}
}
@media screen and (max-width: 767px) {    
#hd .division-content-b2 .row .text{
    width: 100%;
}
#hd .division-content-b2 .row .image{
    width: 100%;
    padding-right: 0px;
}
}



/*Performance > Memory & Storage > PCIe簧 5.0 M.2 ��硋耦*/
/*Performance > Connectivity > POP > PCIe簧 5.0 ��硋耦*/
#hd .figure-pcie{
    position: relative;
}
#hd .figure-pcie .data{
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}
#hd .figure-pcie .data:before{
    content: '';
    display: block;
    width: 4px;
    border: 0.5px solid #555;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#hd .figure-pcie .entry{
    margin-bottom: 5px;
}
#hd .figure-pcie .entry:first-child{
    /*margin-bottom: -5px;*/
}
#hd .figure-pcie .title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ff9e1b;
    margin-bottom: 5px;
}
#hd .figure-pcie .name{
}
#hd .figure-pcie .name.primary{
    color: #ff9e1b;
}
#hd .figure-pcie .bar{
    margin-right: 5px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
}

#hd .figure-pcie .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ccc;
    line-height: 1em;
    display: inline-block;
    vertical-align: text-top;
}
#hd .figure-pcie .number.primary{
    font-size: 1.8em;
    color: #ff9e1b;
}

@media screen and (max-width: 500px) {    
#hd .figure-pcie .bar.primary .number{
    font-size: 2em;
}
#hd .figure-pcie .number.primary{
    font-size: 2em;
}
}


#hd .pop-performance-connectivity-2 .image{
    padding-left: 30px;
}
#hd .pop-performance-connectivity-3 .image{
    padding-left: 30px;
}
@media screen and (max-width: 767px) {    
#hd .pop-performance-connectivity-2 .image{
    padding-left: 0px;
}
#hd .pop-performance-connectivity-3 .image{
    padding-left: 0px;
}
}



#hd .pop-performance-connectivity-2 .image{
    padding-left: 30px;
}
@media screen and (max-width: 767px) {    
#hd .pop-performance-connectivity-2 .image{
    padding-left: 0px;
}
}



/* ALL BAR ANIMATION */
#hd .bar.w90{ width: 90%;}
#hd .bar.w80{ width: 80%;}
#hd .bar.w70{ width: 70%;}
#hd .bar.w60{ width: 60%;}
#hd .bar.w50{ width: 50%;}
#hd .bar.w40{ width: 40%;}
#hd .bar.w30{ width: 30%;}
#hd .bar.w20{ width: 20%;}

#hd .bar.animate{
    width: 20%;
    transition: width 2s;
}
#hd .pop-performance-connectivity-2 .bar.animate.w80{ /*for pop*/
    width: 20%;
    transition: width 2s;
}
#hd .pop-performance-connectivity-2 .bar.animate.w80.active{ /*for pop*/
    width: 80%;
}
#hd .sub-content > div.active .bar.animate.w90{ width: 90%;}
#hd .sub-content > div.active .bar.animate.w80{ width: 80%;}
#hd .sub-content > div.active .bar.animate.w70{ width: 70%;}
#hd .sub-content > div.active .bar.animate.w60{ width: 60%;}
#hd .sub-content > div.active .bar.animate.w50{ width: 50%;}
#hd .sub-content > div.active .bar.animate.w40{ width: 40%;}
#hd .sub-content > div.active .bar.animate.w30{ width: 30%;}
#hd .sub-content > div.active .bar.animate.w20{ width: 20%;}
#hd .bar{
    background: url(../img/bar.png) left center no-repeat;
    background-color: #aaa;
}
#hd .bar.primary{
    background-color: #ff9e1b;
}







/*Performance > Connectivity > POP > Thunderbolt�� 4 Support ��硋耦*/
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 {
  max-width: 900px;
}
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 .row .text {
  width: 50%;
}
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 .row .image {
  width: 50%;
}
#hd .figure-thunderbolt{
    position: relative;
    height: 200px;
    width: 250px;
    margin: 0 auto;
}
#hd .figure-thunderbolt .data{
    padding-bottom: 10px;
    position: relative;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
}
#hd .figure-thunderbolt .data:before{
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    border: 0.5px solid #555;
    position: absolute;
    left: 0;
    bottom: 0;
}
#hd .figure-thunderbolt .entry{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 20px;
}
#hd .figure-thunderbolt .entry:last-child{
    margin-right: 0px;
}
#hd .figure-thunderbolt .title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ff9e1b;
    margin-bottom: 10px;
}
#hd .figure-thunderbolt .name{
    text-align: center;
}
#hd .figure-thunderbolt .name.primary{
    color: #ff9e1b;
}
#hd .figure-thunderbolt .bar{
    width: 60px;
    display: block;
    margin: 5px auto;
    background: url(../img/bar-straight.png) center no-repeat;
    background-color: #aaa;
}
#hd .figure-thunderbolt .bar.primary{
    background-color: #ff9e1b;
}
#hd .figure-thunderbolt .bar.h30{
    height: 30%;
}
#hd .figure-thunderbolt .bar.h60{
    height: 60%;
}
#hd .figure-thunderbolt .bar .dash{
    background-color: #000;
    border: 2px dashed #fff;
    height: 50%;
    box-sizing: border-box;
    padding-top: 30%;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1em;
    text-align: center;
}

#hd .figure-thunderbolt .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1em;
    color: #ccc;
    line-height: 1em;
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
}
#hd .figure-thunderbolt .number.primary{
    font-size: 1.5em;
    color: #fff;
}
#hd .figure-thunderbolt .number.primary span{
    font-size: 2em;
    color: #ff9e1b;
}

@media screen and (max-width: 767px) {    
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 .row .text {
  width: 100%;
}
#hd .tuf-pop .pop-box .pop-item.pop-performance-connectivity-4 .row .image {
  width: 100%;
  margin-top: 20px;
}
}
@media screen and (max-width: 500px) {    
#hd .figure-thunderbolt .bar.primary .number{
    font-size: 2em;
}
}









/*DIY > TUF Protection > TUF LANGuard ��硋耦*/
#hd .figure-languard{
    position: relative;
    width: 300px;
    margin: 30px auto 0 auto;
}
#hd .figure-languard .title{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin-bottom: 10px;
    line-height: 2em;
}
#hd .figure-languard .title span:nth-child(1){
    color: #ff9e1b;
    font-size: 4em;
}
#hd .figure-languard .title span:nth-child(2){
    color: #fff;
    font-size: 4em;
}
#hd .figure-languard .title span:nth-child(3){
    color: #ccc;
    font-size: 2.5em;
    display: block;
}
#hd .figure-languard .data{
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
}
#hd .figure-languard .data:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9e1b;
}
#hd .figure-languard .entry{
}
#hd .figure-languard .entry:first-child{
}
#hd .figure-languard .subtitle{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ff9e1b;
    margin-bottom: 10px;
}
#hd .figure-languard .name{
}
#hd .figure-languard .name.primary{
    color: #ff9e1b;
}
#hd .figure-languard .bar{
    margin-right: 5px;
    height: 30px;
    display: inline-block;
    vertical-align: text-top;
}

#hd .figure-languard .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ccc;
    line-height: 1em;
    display: inline-block;
    vertical-align: text-top;
}
#hd .figure-languard .number.primary{
    font-size: 3em;
    color: #ff9e1b;
}
#hd .figure-languard .axis{
    position: relative;
    width: 100%;
    height: 20px;
}
#hd .figure-languard .axis:before{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9e1b;
}
#hd .figure-languard .axis .x0{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px;
}
#hd .figure-languard .axis .x10{
    position: absolute;
    left: 35%;
    top: 0;
    padding-top: 10px;
}
#hd .figure-languard .axis .x20{
    position: absolute;
    left: 70%;
    top: 0;
    padding-top: 10px;
}
#hd .figure-languard .axis .x10:before{
    position: absolute;
    left: 5px;
    top: 0;
    height: 10px;
    width: 1px;
    background: #ff9e1b;
    content: '';
    display: block;
}
#hd .figure-languard .axis .x20:before{
    position: absolute;
    left: 5px;
    top: 0;
    height: 10px;
    width: 1px;
    background: #ff9e1b;
    content: '';
    display: block;
}

#hd .figure-languard .caption{
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}
#hd .figure-languard .caption > div{
    margin-right: 10px;
    font-size: 0.9em;
}
#hd .figure-languard .caption > div:before{
    height: 8px;
    width: 16px;
    background: #aaa;
    content: '';
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
#hd .figure-languard .caption > div.primary{
    color: #ff9e1b;
}
#hd .figure-languard .caption > div.primary:before{
    background: #ff9e1b;
}

@media screen and (min-width: 2500px) {    
#hd .figure-languard{
    font-size: 0.8em;
}
}

@media screen and (max-width: 500px) {    
#hd .figure-languard .bar.primary .number{
    font-size: 2em;
}
}


#hd .pop-performance-connectivity-2 .image{
    padding-left: 30px;
}
#hd .pop-performance-connectivity-3 .image{
    padding-left: 30px;
}
@media screen and (max-width: 767px) {    
#hd .pop-performance-connectivity-2 .image{
    padding-left: 0px;
}
#hd .pop-performance-connectivity-3 .image{
    padding-left: 0px;
}
}






#hd .division-content-b3 .row{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 0 20px 0;
    flex-wrap: wrap;
}
#hd .division-content-b3 .row .text{
    width: 50%;
    padding-right: 20px;
    padding-top: 50px;
    box-sizing: border-box;
}
#hd .division-content-b3 .row .image{
    width: 50%;
    position: relative;
}
#hd .division-content-b3 .row .image img{
    width: 100%;
    display: block;
}

@media screen and (max-width: 1280px) {    
#hd .division-content-b3 .row{
    max-width: 900px;
}
#hd .division-content-b3 .row .text{
    width: 60%;
    padding-top: 0;
}
#hd .division-content-b3 .row .image{
    width: 40%;
}
}
@media screen and (max-width: 767px) {    
#hd .division-content-b3 .row .text{
    width: 100%;
    padding-right: 0px;
}
#hd .division-content-b3 .row .image{
    width: 100%;
}
}


#hd .division-content-b3 .sub-content-2 .instructions{
    background: #2b1a04;
    color: #e58e17;
    padding: 10px;
}
#hd .division-content-b3 .sub-content-2 .instructions > div{
    display: none;
}
#hd .division-content-b3 .sub-content-2 .instructions > div.active{
    display: block;
}


#hd .fan-control{
    display: flex;
    box-sizing: border-box;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 30px;
}
#hd .fan-control li{
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 48%;
    margin: 0 1% 20px 1%;
    display: flex;
    align-items: stretch;
    min-height: 70px;
}
#hd .fan-control li:last-child{
}
/*WCAG 2023 default focus outline not showing in Chrome*/
#hd .fan-control li:focus-visible span{
    outline: 1px solid #ff9e1b;
}
#hd .fan-control li span{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
    padding: 13px 15px 8px 15px;
    font-size: 1.5em;
    line-height: 1em;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    position: relative;
}
#hd .fan-control li span:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    top: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .fan-control li span:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    left: -3px;
    bottom: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .fan-control li:before{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    top: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}
#hd .fan-control li:after{
    background: #555;
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    right: -1px;
    bottom: -3px;
    background: url(../img/subnav-corner.png) center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}

#hd .fan-control li:hover span,
#hd .fan-control li.active span{
    background-color: #2d1b04;
}
#hd .fan-control li:hover span:before,
#hd .fan-control li:hover span:after,
#hd .fan-control li:hover:before,
#hd .fan-control li:hover:after,
#hd .fan-control li.active span:before,
#hd .fan-control li.active span:after,
#hd .fan-control li.active:before,
#hd .fan-control li.active:after{
    opacity: 1;
}


@media screen and (max-width: 600px) {    
#hd .fan-control li span{
    padding: 5px;
    font-size: 1em;
}
}



#hd .fan-icon{
    position: relative;
}
#hd .fan-icon .main{
}
#hd .fan-icon .icon{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#hd .fan-icon .icon > div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
#hd .fan-icon .icon > div.active{
    display: block;
}



#hd .cooler-control{
    border: 1px solid #ff9e1b;
    text-align: center;
    margin-top: 20px;
}
#hd .cooler-control .cooler-control-text > div{
    display: none;
    min-height: 120px;
}
#hd .cooler-control .cooler-control-text > div.active{
    display: block;
}
#hd .cooler-control h4{
    padding: 20px 10px 0 10px;
}
#hd .cooler-control p{
    padding: 0px 10px 0 10px;
    line-height: 1.2em;
}
#hd .cooler-control .control{
    background: #555;
    padding: 10px 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hd .cooler-control .control ul{
    padding: 0;
    display: flex;
    overflow: hidden;
    width: 200px;
}
#hd .cooler-control .control ul li{
    display: block;
    font-size: 4em;
    line-height: 1em;
    padding: 0;
    margin: 0 20px 0 0;
    position: relative;
    color: #ccc;
    cursor: pointer;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .cooler-control .control ul li:last-child{
    margin-right: 0;
}
#hd .cooler-control .control ul li:after{
    display: block;
    content: '';
    width: 10px;
    height: 5px;
    background: #fff;
    position: absolute;
    right: -15px;
    top: 40%;
}
#hd .cooler-control .control ul li:last-child:after{
    display: none;
}
#hd .cooler-control .control ul li span{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    transition: all 0.2s;
}
#hd .cooler-control .control ul li:hover span{
    color: #fff;
}
#hd .cooler-control .control ul li.active span{
    color: #ff9e1b;
    transform: scale(1);
}




#hd .cooler-control .control .last{
    background: url(../img/control-arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: cover;
    transition: opacity 0.2s;
    opacity: 0.7;
    margin-right: 20px;
    margin-top: -10px;
}
#hd .cooler-control .control .last:hover{
    opacity: 1;
}
#hd .cooler-control .control .last:active{
    opacity: 0.6;
}
#hd .cooler-control .control .next{
    background: url(../img/control-arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: cover;
    transition: opacity 0.2s;
    opacity: 0.7;
    transform: rotate(180deg);
    margin-left: 20px;
    margin-top: -10px;
}
#hd .cooler-control .control .next:hover{
    opacity: 1;
}
#hd .cooler-control .control .next:active{
    opacity: 0.6;
}

@media screen and (min-width: 2500px) {    
#hd .cooler-control{
    font-size: 0.8em;
}
}




#hd .cooler-number{
    position: relative;
}
#hd .cooler-number .main{
}
#hd .cooler-number .number{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#hd .cooler-number .number > div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#hd .cooler-number .number > div.active{
    z-index: 2;
}

#hd .cooler-number .number > div > div{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 2em;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff;
    background: rgba(255,255,255,0.5);
    text-align: center;
    position: absolute;
    transition: all 0.3s;
}
#hd .cooler-number .number > div.active > div{
    background: rgba(255,158,27,0.5);
}

#hd .cooler-number .number .number-1a{
    left: 45%;
    top: 5%;
}
#hd .cooler-number .number .number-1b{
    left: 22%;
    top: 25%;
}
#hd .cooler-number .number .number-2{
    left: 56%;
    top: 62%;
}
#hd .cooler-number .number .number-3a{
    left: 30%;
    top: 46%;
}
#hd .cooler-number .number .number-3b{
    left: 30%;
    top: 74%;
}
@media screen and (max-width: 767px) {    
#hd .cooler-control .control ul{
    width: 160px;
}
#hd .cooler-control .control ul li{
    font-size: 3em;
}
#hd .cooler-number{
    margin-top: 20px;
}
#hd .cooler-number .number > div > div{
    font-size: 1.6em;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
}


@media screen and (max-width: 400px) {    
#hd .cooler-control h4{
    padding: 10px 5px 0 5px;
    font-size: 1.4em;
}
}




/*20230912*/
#hd .division-content-b3 .sub-content-3 .row{
    align-items: center;
    padding-bottom: 50px;
}
#hd .division-content-b3 .sub-content-3 .row .text{
    padding-left: 40px;
    padding-top: 0px;
}
@media screen and (max-width: 767px) {    
#hd .division-content-b3 .sub-content-3 .row .text{
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
}








#hd .division-content-b4 .image-wrapper{
    position: relative;
}
#hd .division-content-b4 .image-wrapper .entry{
    position: absolute;
    font-size: 1.8em;
    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-content-b4 .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%;
}
#hd .division-content-b4 .image-wrapper .entry:hover{
    border-color: #ccc;
}
#hd .division-content-b4 .image-wrapper .entry:nth-child(1){
    right: 71%;
    top: 15%;
}
#hd .division-content-b4 .image-wrapper .entry:nth-child(2){
    right: 63%;
    top: 56.5%;
}
#hd .division-content-b4 .image-wrapper .entry:nth-child(3){
    left: 71%;
    top: 41%;
}
#hd .division-content-b4 .image-wrapper .entry:nth-child(4){
    left: 52%;
    top: 86%;
}
/*20230906*/
#hd .division-content-b4 .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;
}
@media screen and (min-width: 2500px) {    
#hd .division-content-b4 .image-wrapper .entry{
    font-size: 1.4em;
}
}

@media screen and (max-width: 1280px) {    
#hd .division-content-b4 .image-wrapper img{
    max-width: 280px;
}
#hd .division-content-b4 .image-wrapper .entry{
    font-size: 1.3em;
}
#hd .division-content-b4 .image-wrapper .entry:nth-child(1){
    right: 63%;
    top: 13%;
}
#hd .division-content-b4 .image-wrapper .entry:nth-child(2){
    right: 58%;
    top: 54%;
}
#hd .division-content-b4 .image-wrapper .entry:nth-child(3){
    left: 62%;
    top: 38%;
}
#hd .division-content-b4 .image-wrapper .entry:nth-child(4){
}
}

@media screen and (max-width: 600px) {    
#hd .division-content-b4 .image-wrapper .entry{
    font-size: 1em;
    padding: 4px 10px 2px 10px;
}
#hd .division-content-b4 .image-wrapper .entry a{
    padding: 0px;
}
#hd .division-content-b4 .image-wrapper .entry:nth-child(3):after{
    width: 20px;
    height: 40px;
    right: -5px;
}
}







/*---------------tuf-division-diy------------------*/
#hd #tuf-division-diy{
    position: relative;
    padding-bottom: 100px;
}
#hd .division-content-c2 .row{
    display: flex;
    max-width: 1100px;
    min-height: 520px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd .division-content-c2 .row .text{
    width: 45%;
    box-sizing: border-box;
    padding-right: 30px;
}
#hd .division-content-c2 .row .image{
    width: 55%;
    position: relative;
}
#hd .division-content-c2 .row .image img{
    width: 100%;
    display: block;
}

#hd .division-content-c2 .sub-content-3 .row{
    max-width: 800px;
}
#hd .division-content-c2 .sub-content-3 .row .text{
    width: 55%;
}
#hd .division-content-c2 .sub-content-3 .row .image{
    width: 45%;
}
@media screen and (max-width: 1280px) {    
#hd .division-content-c2 .row{
    max-width: 900px;
}
}
@media screen and (max-width: 767px) {    
#hd .division-content-c2 .row .text{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
}
#hd .division-content-c2 .row .image{
    width: 100%;
}
#hd .division-content-c2 .sub-content-3 .row .text{
    width: 100%;
}
#hd .division-content-c2 .sub-content-3 .row .image{
    width: 100%;
}
}

#hd .division-content-c2 .languard{
}
#hd .division-content-c2 .languard img{
    max-width: 350px;
}



#hd .division-content-c2 .back-io{
    position: relative;
}
#hd .division-content-c2 .back-io .figure{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 20%;
    box-sizing: border-box;
}
#hd .division-content-c2 .back-io .figure .item{
    width: 50%;
    text-align: center;
}
#hd .division-content-c2 .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 (max-width: 500px) {    
#hd .division-content-c2 .back-io .figure .number{
    font-size: 4em;
}
}
















#hd .division-content-c3 .row{
    display: flex;
    max-width: 1000px;
    min-height: 385px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd .division-content-c3 .row .text{
    width: 55%;
    box-sizing: border-box;
    padding-right: 20px;
}
#hd .division-content-c3 .row .video{
    width: 45%;
    position: relative;
}
#hd .division-content-c3 .row .video video{
    width: 100%;
}
#hd .division-content-c3 .row .image{
    width: 45%;
    position: relative;
}
#hd .division-content-c3 .row .image img{
    width: 100%;
    display: block;
}


@media screen and (max-width: 1280px) {    
#hd .division-content-c3 .row{
    max-width: 900px;
}
}
@media screen and (max-width: 767px) {    
#hd .division-content-c3 .row .text{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
}
#hd .division-content-c3 .row .image{
    width: 100%;
}
#hd .division-content-c3 .row .video{
    width: 100%;
}
}


#hd .division-content-c2 .sub-content-2 .image{
    position: relative;
}
#hd .division-content-c2 .sub-content-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 .division-content-c2 .sub-content-2 .sticker p{
    line-height: 1.2em;
}
@media screen and (max-width: 400px) {    
#hd .division-content-c2 .sub-content-2 .sticker{
    left: 0px;
    width: 72%;
    padding: 10px 5px 0px 10px;
}
#hd .division-content-c2 .sub-content-2 .sticker h4{
    font-size: 1.2em;
}
#hd .division-content-c2 .sub-content-2 .sticker p{
    font-size: 0.9em;
}
}





/*---------------tuf-division-gaming------------------*/
/*
#hd #tuf-division-gaming{
    position: relative;
}
#hd #tuf-division-gaming .row{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 0 50px 0;
    align-items: center;
    flex-wrap: wrap;
}
#hd #tuf-division-gaming .row .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
}
#hd #tuf-division-gaming .row .image{
    width: 50%;
    position: relative;
}
#hd #tuf-division-gaming .row .image img{
    width: 100%;
    display: block;
}
#hd #tuf-division-gaming .row .video{
    width: 50%;
}
#hd #tuf-division-gaming .row .video video{
    width: 100%;
}

@media screen and (max-width: 1280px) {    
#hd #tuf-division-gaming .row{
    max-width: 900px;
}
#hd #tuf-division-gaming .row .text{
    width: 55%;
}
#hd #tuf-division-gaming .row .image{
    width: 45%;
}
#hd #tuf-division-gaming .row .video{
    width: 45%;
}
}
@media screen and (max-width: 767px) {    
#hd #tuf-division-gaming .row .text{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
}
#hd #tuf-division-gaming .row .image{
    width: 100%;
}
#hd #tuf-division-gaming .row .video{
    width: 100%;
}
}

#hd #tuf-division-gaming .mode{
    margin: 0 0 30px 0;
}
*/


#hd .division-content-d1 .sub-content-1 .image{
    position: relative;
}
#hd .division-content-d1 .sub-content-1 .sticker{
    border: 1px solid #ff9e1b;
    background: rgba(0,0,0,0.9);
    top: 72%;
    left: 35%;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    position: absolute;
}
#hd .division-content-d1 .sub-content-1 .sticker p{
    line-height: 1.2em;
}


@media screen and (max-width: 600px) {    
#hd .division-content-d1 .sub-content-1 .sticker{
    top: auto;
    left: auto;
    position: relative;
}
}

@media screen and (max-width: 400px) {    
#hd .division-content-d1 .sub-content-1 .sticker{
    left: 0px;
    width: 72%;
    padding: 10px 5px 0px 10px;
}
#hd .division-content-d1 .sub-content-1 .sticker p{
    font-size: 0.9em;
}
}




/*20230912*/
#hd .division-content-d1 .sub-content-3 .figure-wrapper{
    margin-top: 30px;
    padding-top: 20px;
    border: 1px solid #555;
    padding: 30px 10px 10px 10px;
    overflow: hidden;
}
#hd .division-content-d1 .sub-content-3 .figure-wrapper h4{
    text-align: center;
    font-weight: normal;
    font-size: 1.6em;
    margin: 0 0 0.3em 0;
}
#hd .division-content-d1 .sub-content-3 .figure-wrapper h5{
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    margin: 0;
}
#hd .division-content-d1 .sub-content-3 .figure-wrapper .note{
    text-align: center;
    margin-top: 30px;
    font-size: 0.9em;
}
#hd .division-content-d1 .sub-content-3 .figure{
    display: flex;
    min-width: 300px;
    margin-top: 30px;
}
#hd .division-content-d1 .sub-content-3 .figure .item{
    width: 50%;
    flex-shrink: 1;
    text-align: center;
}
#hd .division-content-d1 .sub-content-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 .division-content-d1 .sub-content-3 .figure .number .unit{
}
#hd .division-content-d1 .sub-content-3 .figure .name{
    font-weight: bold;
    font-size: 1.3em;
}
@media screen and (max-width: 900px) {    
#hd .division-content-d1 .sub-content-3 .figure .number .lead{
    font-size: 3em;
}
}
@media screen and (max-width: 650px) {    
#hd .division-content-d1 .sub-content-3 .figure .number .unit{
    font-size: 0.8em;
}
#hd .division-content-d1 .sub-content-3 .figure .name{
    font-size: 0.8em;
}
#hd .division-content-d1 .sub-content-3 .entry{
    flex-wrap: wrap;
    text-align: center;
}
#hd .division-content-d1 .sub-content-3 .icon{
    width: 100%;
    margin-bottom: 15px;
}
#hd .division-content-d1 .sub-content-3 .figure{
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
}
}






/*-RGB Header-*/
#hd .neon{
    background: linear-gradient(to right, #ff002a 0% , #1d00ff 20%, #00fbff 40%, #00ff24 60%, #fcff00 80%, #ff002a 100%); 
    background-size: 200% auto;
    margin-top: 50px;
}
#hd .sub-content > div.active .neon{
    animation: rainbow 4s linear 1;
}
@keyframes rainbow {
    0%{background-position:0% 50%}
    100%{background-position:200% 50%}
}
#hd .neon img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 767px) {    
#hd .neon{
    background: linear-gradient(to right, #ff002a 0% , #1d00ff 20%, #00fbff 40%, #00ff24 60%, #fcff00 80%, #ff002a 100%); 
    background-size: 200% auto;
    animation: rainbow 6s linear infinite;
    margin-top: 0px;
}
}


/*-end ad-*/
#hd #tuf-end{
}
#hd #tuf-end .banner{
    background: #050a28;
}
#hd #tuf-end .banner .inner{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
#hd #tuf-end .banner .inner .text{
    width: 50%;
    box-sizing: border-box;
    padding: 30px 0 30px 40px;
}
#hd #tuf-end .banner .inner .image{
    width: 50%;
}
#hd #tuf-end .banner .inner .logo{
    padding-left: 40px;
    background: url(../img/webstorage.png) left center no-repeat;
    font-size: 1.5em;
    background-size: auto 100%;
}
#hd #tuf-end .banner .inner .title{
    font-size: 2.5em;
    line-height: 1.2em;
    margin-top: 20px;
}
#hd #tuf-end .banner .inner .brief{
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 20px;
    color: #ccc;
}
#hd #tuf-end .banner .inner .buy{
    background: url(../img/buy.png) center no-repeat;
    width: calc(320px *0.75);
    height: calc(63px *0.75);
    display: block;
    background-size: cover;
    cursor: pointer;
    margin-top: 30px;
}
@media screen and (max-width: 1024px) {    
#hd #tuf-end .banner .inner{
    align-items: flex-start;
}
#hd #tuf-end .banner .inner .title{
    font-size: 1.6em;
}
#hd #tuf-end .banner .inner .brief{
    font-size: 1em;
}
}
@media screen and (max-width: 767px) {    
#hd #tuf-end .banner .inner .text{
    width: 100%;
    padding: 0px 20px 30px 20px;
}
#hd #tuf-end .banner .inner .image{
    width: 100%;
}
}




/*-AI Noise Cancelation-*/
#hd .ai-noise{
    max-width: 800px;
    margin: 0 auto;
}
#hd .ai-noise .list{
    display: flex;
    flex-wrap: wrap;
}
#hd .ai-noise .list .entry{
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 3%;
}
#hd .ai-noise .list .entry p:first-child{
    font-size: 3em;
    color: #ff9e1b;
    line-height: 1em;
    margin: 0;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .ai-noise .list .entry p:last-child{
    line-height: 1em;
    margin: 0;
}

@media screen and (max-width: 768px) {    
#hd .ai-noise .list .entry p:first-child{
    font-size: 2em;
}
}
@media screen and (max-width: 600px) {    
#hd .ai-noise .list .entry p:first-child{
    font-size: 1.3em;
}
#hd .ai-noise .list .entry{
    padding: 0 2px;
}
#hd .ai-noise .list .entry p:last-child{
    font-size: 0.9em;
}
}
@media screen and (max-width: 400px) {    
#hd .ai-noise .list .entry p:last-child{
    font-size: 0.7em;
}
}





#hd .ai-noise .screen{
    position: relative;
}
#hd .ai-noise .screen .wave img{
    display: block;
    width: 100%;
}
#hd .ai-noise .screen.active .wave{
    animation: wave 0.5s cubic-bezier(0.3, 0, 0.3, 1) infinite; 
}
@keyframes wave {
  0% {
    transform: scaleY(100%); }
  20% {
    transform: scaleY(80%); }
  30% {
    transform: scaleY(90%); }
  60% {
    transform: scaleY(85%); }
  100% {
    transform: scaleY(100%); }
}


#hd .ai-noise .screen .ai{
    position: absolute;
    left: calc(50% - 80px);
    top: 20px;
    background: #000;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
}
#hd .ai-noise .screen.active .ai{
    /*animation: spin 1s cubic-bezier(0.3, 0, 0.3, 1) infinite;*/
}
@keyframes spin {
  0% {
    transform: scale(100%); }
  20% {
    transform: scale(95%); }
  30% {
    transform: scale(98%); }
  60% {
    transform: scale(97%); }
  100% {
    transform: scale(100%); }
}
#hd .ai-noise .screen .ai span{
    font-size: 7em;
    display: block;
    line-height: 170px;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}

/*WCAG 2023 add audio transcripts*/
#hd .ai-noise .player-wrapper{
    min-height: 250px;
}
#hd .ai-noise .audio-transcripts{
    max-width: 700px;
    margin: 0px auto 80px auto;
    box-sizing: border-box;
    text-align: center;
    display: none;
}
#hd .ai-noise .sound{
    max-width: 700px;
    margin: 50px auto 30px auto;
    box-sizing: border-box;
    border: 4px solid #fff;
}
#hd .ai-noise .sound .player{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#hd .ai-noise .title{
    font-size: 2.5em;
    line-height: 1em;
    padding: 10px 30px 10px 10px;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}

#hd .ai-noise .switch-wrapper{
    display: flex;
    align-items: center;
    background: #ff9e1b;
    padding: 2px;
    margin-right: 20px;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .ai-noise .switch-wrapper .ai{
    color: #000;
    font-size: 1.5em;
    padding: 0 8px;
}

#hd .player-wrapper .switch-btn{
    width: 100px;
    display: flex;
    overflow: hidden;
    text-align: center;
    background: #000;
    padding: 4px;
    border-radius: 3px;
}
#hd .player-wrapper .switch-btn div{
    width: 50%;
    color: #fff;
    box-sizing: border-box;
    padding: 4px;
    cursor: pointer;
    background: #444;
    border-radius: 3px;
}
#hd .player-wrapper .switch-btn .active{
    background: #fff;
    color: #ff9e1b;
    color: #000;/*WCAG 2023 Not enough contrast between text and its background*/

}

#hd .player-wrapper .play-btn-wrapper{
    height: 100%;
    box-sizing: border-box;
    padding: 15px 25px 15px 35px;
    background: url('../img/play-bg-1.png') center left no-repeat;
}
#hd .player-wrapper .play-btn{
    /*background: url('../img/mic-icon.png') center center no-repeat;*/
    background-color: rgba(0,0,0,0.6);
    height: 60px;
    width: 60px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ff9e1b;
    box-sizing: border-box;
}
#hd .player-wrapper .play-btn > div{
    background: url('../img/play-icon-play.png') center center no-repeat;
    /*background-color: rgba(0,0,0,0.6);*/
    height: 100%;
    width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background-size: 150%;
}
#hd .player-wrapper .play-btn > div.pause{
    background-image: url('../img/play-icon-pause.png');
    display: none;
}

@media screen and (min-width: 2500px) {    
#hd .ai-noise{
    font-size: 0.8em;
}
}
@media screen and (max-width: 767px) {    
#hd .ai-noise .screen .ai{
    left: calc(50% - 60px);
    top: 10px;
    width: 120px;
    height: 120px;
}
#hd .ai-noise .screen .ai span{
    font-size: 5em;
    line-height: 130px;
}
#hd .ai-noise .sound{
    border: 2px solid #fff;
}
#hd .ai-noise .title{
    font-size: 1.5em;
}
}
@media screen and (max-width: 600px) {    
#hd .ai-noise .screen .ai{
    left: calc(50% - 40px);
    top: 0px;
    width: 80px;
    height: 80px;
}
#hd .ai-noise .screen .ai span{
    font-size: 3em;
    line-height: 80px;
}
#hd .ai-noise .title{
    width: 100%;
    text-align: center;
}
#hd .player-wrapper .play-btn-wrapper{
    padding: 10px;
    background: none;
}
}




/*-pop-*/

#hd .tuf-pop{
    position: fixed;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11001; /*on top of asus header*/
    display: none;
}
#hd .tuf-pop .pop-main{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hd .tuf-pop .pop-box{
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #000;
    position: relative;
}
#hd .tuf-pop .pop-box .pop-item{
    padding: 50px 40px 30px 40px;
    display: none;
}
#hd .tuf-pop .pop-box .pop-item h4{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}
#hd .tuf-pop .pop-box .pop-item .single-text{
    max-width: 600px;
    margin: 0 auto;
}
#hd .tuf-pop .pop-box .pop-item .single-image{
}
#hd .tuf-pop .pop-box .pop-item .single-image img{
    max-height: calc(100vh - 150px);
}
#hd .tuf-pop .pop-box .pop-item .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .tuf-pop .pop-box .pop-item .row .image{
    width: 60%;
}
#hd .tuf-pop .pop-box .pop-item .row .image img{
    max-height: calc(100vh - 150px);
}
#hd .tuf-pop .pop-box .pop-item .row .text{
    width: 40%;
    box-sizing: border-box;
    padding-left: 20px;
}
#hd .tuf-pop .pop-box .pop-item .row .text .highlight{ /*20230912*/
    font-weight: bold;
    color: #ff9e1b;
}



#hd .tuf-pop .video{
    width: 70vw;
    margin: 3vw auto;
}
#hd .tuf-pop iframe{
    width: 100%;
    height: calc(70vw * 0.5625);
}
#hd .tuf-pop #video-1{
}

#hd .tuf-pop .btn-x{
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    cursor: pointer;
    width: 41px;
    height: 41px;
    background: url(../img/close.png) center no-repeat;
    background-size: cover;
    transition: all 0.3s;
}
#hd .tuf-pop .btn-x:hover{
    transform: rotate(90deg);
}

@media screen and (max-width: 1300px) {
#hd .tuf-pop .pop-main{
    width: 95vw;
    margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
#hd .tuf-pop .video{
    width: 100vw;
}
#hd .tuf-pop iframe{
    height: calc(100vw * 0.5625);
}
}
@media screen and (max-width: 767px) {
#hd .tuf-pop .pop-box{
    width: 90vw; 
}
#hd .tuf-pop .pop-box .pop-item{
    padding: 60px 10px 10px 10px;
}
#hd .tuf-pop .pop-box .pop-item .row .image{
    width: 100%;
}
#hd .tuf-pop .pop-box .pop-item .row .text{
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
}
}
@media screen and (max-width: 375px) {
#hd .tuf-pop .pop-box .pop-item .row .image .hide-in-mobile{
    display: none;
}
}
@media screen and (max-width: 350px) {
#hd .tuf-pop .pop-box .pop-item{
    padding-top: 45px;
}
#hd .tuf-pop .btn-x{
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
}
#hd .tuf-pop .pop-box .pop-item .row .text p{
    font-size: 0.9em;
    line-height: 1.2em;
}
}







/*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;
}
}




/*-----intro animation------*/
#tuf-intro{
    /*display: none;
    opacity: 0;*/
    background: #000;
}
#tuf-intro.active{
    display: block;
    opacity: 1;
}

#tuf-intro .screen-area{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 11001; /*on top of asus header*/
}

#tuf-intro .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(../img/intro-bg-noise.jpg) center no-repeat;
    background-size: cover;
    opacity: 0;
    animation: introTUF 4s linear 1;
}
@keyframes introTUF {
    0%{opacity:100%}
    70%{opacity:100%}
    100%{opacity:0%}
}
#tuf-intro .noise{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(../img/intro-bg-noise.jpg) center no-repeat;
    background-size: cover;
    animation: flash 1s linear infinite;
}
@keyframes flash {
    0%{opacity:100%}
    20%{opacity:30%}
    50%{opacity:70%}
    70%{opacity:40%}
    80%{opacity:100%}
    100%{opacity:0%}
}


#tuf-intro .logo{
    position: absolute;
    left: 0;
    top: 170px; /*asus header*/
    width: 100vw;
    height: calc(100vh - 170px); /*asus header*/
    background: url(../img/intro-logo.png) center 85% no-repeat;
    background-size: auto 130%;
    animation: logo 1.3s linear 1;
    opacity: 0;
}
@keyframes logo {
    0%{opacity:0%}
    2%{opacity:80%}
    20%{opacity:60%}
    50%{opacity:85%}
    70%{opacity:65%}
    76%{opacity:65%; transform:translateX(0%);}
    80%{opacity:100%; transform:translateX(-3%);}
    82%{opacity:100%; transform:translateX(0%);}
    98%{opacity:80%;}
    100%{opacity:0%;}
}

#tuf-intro .logo2{
    position: absolute;
    left: 0;
    top: 170px; /*asus header*/
    width: 100vw;
    height: calc(100vh - 170px); /*asus header*/
    background: url(../img/kv-bg.png) center top no-repeat;
    background-size: auto 100%;
    animation: logo2 4s linear 1;
    opacity: 0;
}
@keyframes logo2 {
    0%{opacity:100%}
    80%{opacity:100%}
    100%{opacity:0%}
}

#tuf-intro .text > div{
    position: absolute;
    left: calc(50% - 35vw);
    top: calc(50% - 5vw);
    font-size: 10vw;
    width: 70vw;
    height: 10vw;
    animation: tuf 0.8s linear 1;
    animation-delay: 1.3s;
    text-align: center;
    font-family: "Kairos", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    line-height: 1em;
    opacity: 0;
}
#tuf-intro .text .t2{
    transform:translateY(35%);
    animation-delay: 1.5s;
}
#tuf-intro .text .t3{
    transform:translateY(70%);
    animation-delay: 1.7s;
}

@keyframes tuf {
    0%{opacity:0%}
    50%{opacity:100%}
    100%{opacity:0%;}
}



@media screen and (max-width: 768px) {    
#tuf-intro .logo{
    background-size: 100% auto;
    background-position: center;
}
#tuf-intro .text > div{
    left: calc(50% - 45vw);
    top: calc(50% - 7vw);
    font-size: 14vw;
    width: 90vw;
    height: 20vw;
}
}



/*-----ecosystem------*/
#tuf-ecosystem{
    background: #000 url(../img/Ryzen7000Launch_Eco.jpg) center top no-repeat;
    background-size: cover;
    min-height: 30vw;
}
#tuf-ecosystem .inner{
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px;
}
#tuf-ecosystem .mobile{
    display: none;
}
#tuf-ecosystem .inner .text{
    margin-left: 54%;
    padding-top: 100px;
}
#tuf-ecosystem .inner .text h2{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 5em;
    line-height: 1em;
    font-weight: bold;
    margin: 0 0 0.3em 0;
}
#tuf-ecosystem .inner .text h3{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 2.8em;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: normal;
    margin: 0 0 0.5em 0;
}
#tuf-ecosystem .note{
    margin-top: 80px;
}
#tuf-ecosystem .note p{
    color: #fff;
    line-height: 1.1em;
    font-size: 0.8em;
}
#tuf-ecosystem .logo{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
@media screen and (min-width: 4200px) {    
#tuf-ecosystem .inner .text{
    padding-top: 10vh;
    padding-bottom: 5vh;
}
}
@media screen and (min-width: 5500px) {    
#tuf-ecosystem .inner .text{
    padding-top: 15vh;
    padding-bottom: 10vh;
}
}
@media screen and (max-width: 768px) {    
#tuf-ecosystem .inner .text{
    margin-left: 0;
    padding-top: 0;
}
#tuf-ecosystem .mobile{
    display: block;
}
#tuf-ecosystem{
    background: #000;
}
}
@media screen and (max-width: 600px) {    
#tuf-ecosystem .inner .text h2{
    font-size: 3em;
}
#tuf-ecosystem .inner .text h3{
    font-size: 1.5em;
}
}








/*Performance > Memory & Storage > DRAM Overclocking Performance ��硋耦 Z790-PLUS WIFI�鰵憓鮋��𤌍*/
#hd .dram-connector{/*20230919*/
    max-width: 800px;
    margin: 0px auto;
    position: relative;
    text-align: left;
}
#hd .dram-connector .row{
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    flex-direction: column-reverse;
}
#hd .dram-connector .row .detail{
    width: 100%;
}
#hd .dram-connector .row .result{
    position: relative;
    flex-shrink: 0;
    font-size: 1.5em;
    padding-right: 35px;
    padding-top: 10px;
    background: url(../img/arrow-road.png) right top no-repeat;
    background-size: 25px auto;
}
#hd .dram-connector .row .result .number{
    color: #ff9e1b;
    font-size: 2em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    line-height: 1em;
    display: inline-block;
}
#hd .dram-connector .row .result .upto{
    line-height: 1em;
    display: inline-block;
}
#hd .dram-connector .row .result .percent{
    color: #ff9e1b;
    font-size: 1em;
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    line-height: 1em;
    display: inline-block;
}
#hd .dram-connector .row .result .name{
    position: absolute;
    left: 2%;
    top: 70%;
    line-height: 1em;
    font-size: 1.1em;
    letter-spacing: 1px;
}

#hd .dram-connector .row .detail .entry{
    display: flex;
    margin-bottom: 20px;
}
#hd .dram-connector .row .detail .box{
    width: 20%;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 10px;
    border-right: 5px solid #fff;
    margin-right: 10px;
    flex-shrink: 0;
}
#hd .dram-connector .row .detail .bars{
    width: 100%;
}
#hd .dram-connector .row .detail .bars .item{
    display: flex;
    margin-bottom: 5px;
}
#hd .dram-connector .row .detail .bars .item:last-child{
    margin-bottom: 0;
}
#hd .dram-connector .row .detail .bars .bar{
    font-weight: bold;
    font-size: 1em;
    box-sizing: border-box;
    padding: 5px 8px 0 3px;
    margin-right: 10px;
    color: #000;
    text-align: right;
}
#hd .dram-connector .row .detail .bars .number{
    font-family: "DINPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    font-size: 1.5em;
    color: #ccc;
    line-height: 1em;
}
#hd .dram-connector .row .detail .bars .bar.primary .number{
    color: #fff;
}
#hd .dram-connector .note{
}

@media screen and (min-width: 2500px) {    
#hd .dram-connector{
    font-size: 0.8em;
}
}
@media screen and (max-width: 650px) {    
#hd .dram-connector .row{
    flex-wrap: wrap;
    justify-content: center;
}
#hd .dram-connector .row .detail{
    width: 100%;
}
#hd .dram-connector .row .result{
}
}
@media screen and (max-width: 500px) {    
#hd .dram-connector .row .detail .bars .number{
    font-size: 1.2em;
}
#hd .dram-connector .row .detail .bars .bar{
    font-size: 0.9em;
}
#hd .dram-connector .row .detail .box{
    width: 30%;
    padding: 5px;
    border-right: 3px solid #fff;
    margin-right: 5px;
    font-size: 0.8em;
}
}



/*WCAG charts hidden for screen reader*/
#hd .chart-container .hide{
    opacity: 0;
    height: 0;
    overflow: hidden;
}





/*20230809*/
/*-green banner-*/
#hd #tuf-end .green{
    background: linear-gradient(to right, #071513 49%, #2c7e74 50%);
    overflow: hidden;
    position: relative;
}
#hd #tuf-end .green .bg{
    background: url(../img/green-banner.jpg) center no-repeat;
    background-size: cover;
    max-width: 2560px;
    margin: 0 auto;
}
#hd #tuf-end .green .inner{
    max-width: 900px;
    box-sizing: border-box;
    padding: 180px 30px;
    margin: 0 auto;
}
#hd #tuf-end .green .content-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd #tuf-end .green .text{
    width: 75%;
    box-sizing: border-box;
    padding: 30px 0 30px 40px;
    font-size: 1.1em;
}
#hd #tuf-end .green .image{
    width: 25%;
}
#hd #tuf-end .green .image img{
    max-width: 100%;
    display: block;
}
#hd #tuf-end .green .tuf-title{
    text-align: center;
}
#hd #tuf-end .green .logo{
    position: absolute;
    left: 80%;
    bottom: 8%;
    width: 5%;
}
@media screen and (min-width: 2560px) {    
#hd #tuf-end .green .logo{
    right: auto;
    left: 50%;
    margin-left: 800px;
}
}
@media screen and (max-width: 1500px) {    
#hd #tuf-end .green .inner{
    padding: 70px 30px;
}
}
@media screen and (max-width: 1024px) {    
}
@media screen and (max-width: 1023px) {    
#hd #tuf-end .green{
    background: #071b16;
}
#hd #tuf-end .green .bg{
    background: url(../img/green-banner-mobile.jpg) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 50vw;
}
#hd #tuf-end .green .logo{
    position: absolute;
    left: 60%;
    bottom: 3%;
    width: 10%;
}
}
@media screen and (max-width: 768px) {    
}
@media screen and (max-width: 650px) {    
#hd #tuf-end .green .content-wrapper{
    justify-content: center;
}
#hd #tuf-end .green .text{
    width: 100%;
    padding: 0;
    font-size: 1em;
}
#hd #tuf-end .green .image{
    width: 30%;
    margin: 20px 0;
}
}
