@charset 'utf-8';
@import url('https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css');
@import url('https://cdn.fonts.net/kit/9d6c4993-7af8-42eb-aef7-5ba3591e71b6/9d6c4993-7af8-42eb-aef7-5ba3591e71b6.css');

@@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url('./fonts/HelveticaNowDisplay-Light.ttf') format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("./fonts/HelveticaNowDisplay-Medium.OTF");
    font-weight: normal;
    font-style: normal;
}
@@font-face {
    font-family: 'Century Gothic';
    src: url('./fonts/CenturyGothic.ttf') format("truetype");
    font-weight: normal;
}

/* ---------- RESET ---------- */

html,
body {
    margin: 0;
    background-color: #000;
    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;
}

/*::selection {
    background: #000;
    color: #000000;
}*/

/*::-moz-selection {
    background: #000;
    color: #000000;
}*/

#hd {
    font-family: "Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    background: #000;
    color: #c0c0c0;
    font-size: 16px;
    margin: 0;
    padding: 0;

}

#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-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4{
  letter-spacing: 0;
}

#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    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", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 0;
}
#hd ul{
    font-family: "Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}


/*-DMK-*/
#hd .main-title{
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 3em;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
#hd .main-title span{
    background: linear-gradient(to right, #9a7a59, #cdab82, #dfc9a9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1200px) {    
#hd .main-title{
    font-size: 2.5em;
}
}
@media screen and (max-width: 768px) {    
#hd .main-title{
    font-size: 2em;
}
}
@media screen and (max-width: 500px) {    
#hd .main-title{
    font-size: 1.7em;
}
}


/*-kv-*/

#hd #dmk-kv{
    position: relative;
    background: #040b1c;
    padding-bottom: 2vw;
}
#hd #dmk-kv .hero-image img{
    display: block;
    width: 100%;
}
#hd #dmk-kv .hero-image .default{
}
#hd #dmk-kv .hero-image .mobile{
    display: none;
}
#hd #dmk-kv .title{
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 3.7vw;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    margin-top: -2vw;
    line-height: 2em;
}
#hd #dmk-kv .intro{
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}
#hd #dmk-kv .intro .image{
    width: 25%;
}
#hd #dmk-kv .intro .text{
    width: 75%;
    padding-left: 5%;
    padding-right: 10px;
    box-sizing: border-box;
}


@media screen and (max-width: 768px) {    
#hd #dmk-kv .title{
    font-size: 3.7vw;
}
}

@media screen and (max-width: 500px) {    
#hd #dmk-kv .intro{
    flex-direction: column-reverse;
}
#hd #dmk-kv .intro .image{
    width: 100%;
    margin-bottom: 5%;
}
#hd #dmk-kv .intro .image img{
    display: block;
    width: 40%;
    margin: 0 auto;
}
#hd #dmk-kv .intro .text{
    width: 100%;
    padding-left: 10px;
}
}






/*-list-*/

#hd #dmk-list{
    position: relative;
    background: #000;
    padding-bottom: 2vw;
    padding-top: 2vw;
    overflow: hidden;
}
#hd #dmk-list .main-title{
    text-align: center;
    padding: 0 30px;
}

#hd #dmk-list .lineup{
    display: flex;
    max-width: 1500px;
    margin: 2vw auto 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
#hd #dmk-list .lineup .entry{
    max-width: 33.33%;
    margin-bottom: 5%;
    padding: 0 1%;
    box-sizing: border-box;
}
#hd #dmk-list .lineup .entry.twin{
}
#hd #dmk-list .lineup .entry.wide{
    max-width: 40%;
}
#hd #dmk-list .lineup .entry .series{
    padding-left: 5%;
}
#hd #dmk-list .lineup .entry .series p{
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.1em;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0 0 0.2em 0;
    padding: 0;
}
#hd #dmk-list .lineup .entry .series p.swift{
    color: #b0825e;
}
#hd #dmk-list .lineup .entry .series p.strix{
    color: #b0825e;
}
#hd #dmk-list .lineup .entry .series p.name{
    margin-bottom: 1em;
}

#hd #dmk-list .note{
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}
#hd #dmk-list .note a{
    color: #b0825e;
    transition: all 0.2s;
}
#hd #dmk-list .note a:hover{
    color: #e402a7;
}


@media screen and (max-width: 768px) {    
#hd #dmk-list{
    padding-top: 8vw;
}
#hd #dmk-list .main-title{
    text-align: left;
}
#hd #dmk-list .lineup{
    justify-content: flex-start;
}
#hd #dmk-list .lineup .entry{
    max-width: 50%;
}
#hd #dmk-list .lineup .entry.wide{
    max-width: 50%;
}
#hd #dmk-list .lineup .entry .series p{
    font-size: 0.9em;
}
}


@media screen and (max-width: 500px) {    
#hd #dmk-list .lineup .entry .series p{
    font-size: 0.8em;
}
}







/*-list-*/

#hd #dmk-setting{
    position: relative;
    background: #040b1c;
    overflow: hidden;
    padding-top: 3vw;
}
#hd #dmk-setting .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#hd #dmk-setting .image{
    width: 50%;
}
#hd #dmk-setting .image img{
    width: 100%;
    display: block;
}
#hd #dmk-setting .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
#hd #dmk-setting .text p{
    max-width: 700px;
}
#hd #dmk-setting .text .icon{
    max-width: 700px;
}






@media screen and (max-width: 2100px) {    
#hd #dmk-setting .inner{
    align-items: flex-end;
}
}
@media screen and (min-width: 2000px){
    #hd #dmk-setting .image{
    max-width: 1200px;
}

}
@media screen and (max-width: 768px) {    
#hd #dmk-setting .image{
    width: 100%;
}
#hd #dmk-setting .text{
    width: 100%;
    margin-top: 5%;
    padding: 0 30px;
}
}





/*-install-*/

#hd #dmk-install{
    position: relative;
    background: #040b1c;
    overflow: hidden;
    padding-top: 5vw;
}
#hd #dmk-install .main-title{
    text-align: center;
    padding: 0 30px;
}
#hd #dmk-install .main-video iframe{
    width: 100vw;
    height: calc(100vw * 0.5625);
    margin: 3vw 0;
}

#hd #dmk-install .steps{
    display: flex;
    max-width: 1500px;
    margin: 2vw auto 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
#hd #dmk-install .steps .entry{
    max-width: 50%;
    margin-bottom: 5%;
    padding: 0 5%;
    box-sizing: border-box;
}
#hd #dmk-install .steps .entry.twin{
    max-width: 40%;
    padding: 0 5%;
}
#hd #dmk-install .steps .entry.triple{
    max-width: 33.33%;
    padding: 0 1%;
}

#hd #dmk-install .steps .entry.last .image img{
    display: block;
    width: 70%;
    margin: 0 auto;
}
#hd #dmk-install .steps .type p{
    margin: 0;
    font-size: 1.2em;
}
#hd #dmk-install .steps .type p.title{
    margin-bottom: 5px;
    color: #aaa;
}

#hd #dmk-install .steps .name{
    background: #ff0000;
    background: linear-gradient(145deg, #4643d3 0%, #b074ff 50%, #ff0000 100%); 
    padding: 3px;
    display: inline-block;
    position: relative;
    margin-left: 5%;
}
#hd #dmk-install .steps .name:after{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #040b1c;
    z-index: 1;
}
#hd #dmk-install .steps .name:before{
    display: block;
    width: 3px;
    height: 34px;
    content: '';
    position: absolute;
    right: 11px;
    bottom: -3px;
    background: red;
    z-index: 2;
    transform: rotate(45deg);
}
#hd #dmk-install .steps .name .box{
    background: #040b1c;
    padding: 5px 30px 5px 20px;
}
#hd #dmk-install .steps .name .number{
    display: inline-block;
    color: #ff009c;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    vertical-align: middle;
    margin: 0;
    padding: 0 12px 0 0;
    line-height: 1em;
}
#hd #dmk-install .steps .name .title{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    position: relative;
    z-index: 3;
    line-height: 1.2em;
}

@media screen and (max-width: 768px) {    
#hd #dmk-install .steps .name .number{
    font-size: 1.8em;
}
#hd #dmk-install .steps .name .title{
    font-size: 1em;
}
#hd #dmk-install .steps .type p{
    font-size: 1em;
}
}

@media screen and (max-width: 650px) {    
#hd #dmk-install .steps .entry{
    max-width: 100%;
}
#hd #dmk-install .steps .entry.twin{
    max-width: 100%;
}
#hd #dmk-install .steps .entry.triple{
    max-width: 100%;
    padding: 0 5%;
}
#hd #dmk-install .steps .entry:nth-child(7){
    margin-bottom: 20vw;
}
#hd #dmk-install .steps .entry.last .image img{
    width: 100%;
}
}


/*-box-*/

#hd #dmk-box{
    position: relative;
    background: #000;
    background: linear-gradient(160deg, #000 40%, #000 100%); 
    overflow: hidden;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
#hd #dmk-box .main-title{
    text-align: center;
    padding: 0 30px;
}
#hd #dmk-box .image{
    margin: 2vw auto 0 auto;
    max-width: 85%;
}
#hd #dmk-box .image img{
    display: block;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 2000px) {    
#hd #dmk-box .image{
    max-width: 1200px;
}
}
@media screen and (max-width: 1200px) {    
#hd #dmk-box .image{
    max-width: 80%;
}
}
@media screen and (max-width: 768px) {    
#hd #dmk-box .image{
    max-width: 90%;
}
}



