@charset "utf-8";
/* RealClear Digital, FEB 2015 */

/*************************General**********************************/

/* Color Chart - Green : #76b800 */

body              { margin: 0; background: #000;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale; 
                  }
a, 
a:visited, 
a:active, 
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

a:link            { text-decoration: none;}
a:visited         { text-decoration: none;}
a:hover           { text-decoration: none;}
input, 
textarea,         { font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;}
input:focus, 
textarea:focus    { outline: none;}

@font-face {
    font-family: 'Geforce Light';
    src: url("../fonts/geforce-light.ttf");
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'Xolonium';
    src: url('../fonts/xolonium.otf'),
         url('../fonts/xolonium.otf') format('embedded-opentype'),
         url("../fonts/xolonium.ttf") format("opentype"),
         url("../fonts/xolonium.eot");
    font-weight: normal;
    font-style: normal;
}

/*************************Universal**********************************/
.wrapper{
    color: #eee;
    font-size: 15px; 
    font-family: 'Roboto','Helvetica Neue',Helvetica,sans-serif;
}
.wrapper p{
    line-height: 1.5em;
}

.footer{
    width: 960px;
    margin: 50px auto 30px auto;
    text-align: right;
}
.footer img{
    vertical-align: middle;
    padding-right: 10px;
}
.clear:after{
    clear: both;
    display: block;
    content: '';
}



.subhead{
    background: #1c1c1c;
}
.subhead .inner{
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 20px;
    box-sizing: border-box;
}
.set-lang{
    float: right;
}
.set-lang select{
    margin-left: 30px;
}

.subhead .links{
    float: right;
    padding-top: 3px;
}
.subhead .links a{
    color: #fff;
    margin-right: 30px;
    border-bottom: 1px solid #000;
    transition: all 0.2s;
}
.subhead .links a:hover{
    border-color: #fff;
}

.subhead .inner:after{
    clear: both;
    content: '';
    display: block;
}

@media screen and (max-width: 450px) {
.subhead .links a{
    margin-right: 10px;
}
.set-lang select{
    width: 110px;
    margin-left: 10px;
}
}


/*************************Home**********************************/

.hero{
    background: url("../Image/hero.jpg") center top no-repeat;
    background-size: 100%;
    min-height: 900px;
    position: relative;
}
.hero.page{
    min-height: 600px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1650px) {
.hero{
    min-height: 750px;
}
.hero.page{
    min-height: 550px;
}
}

@media screen and (max-width: 850px) {
.hero.page{
    min-height: 350px;
}
}

.hero .inner{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.hero h1{
    font-size: 2.5em;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Xolonium', 'Roboto', Helvetica, sans-serif;
    text-shadow: 1px 1px 4px #000,  1px 1px 4px #000;
    margin: 20px 0;
}
.hero h1 b{
    font-size: 1.4em;
    font-weight: normal;
}
.hero h1 strong{
    font-size: 1.5em;
    font-weight: normal;
    color: #e31b1b;
}
.hero h1 br.mobile{
    display: none;
}
.hero .desc{
    max-width: 550px;
    font-size: 1.2em;
    font-weight: 300;
    margin: 35px 0;
}

.hero .rog-logo{
    margin-top: 80px;
    width: 170px;
}
.hero .rog-logo img{
    width: 100%;
}
.hero .gamesplanet-logo{
    width: 300px;
    margin-top: 45px;
}
.hero .gamesplanet-logo img{
    width: 100%;
}


@media screen and (max-width: 1200px) {
.hero h1{
    font-size: 2em;
}
}
@media screen and (max-width: 800px) {
.hero h1{
    font-size: 1.5em;
}
.hero .rog-logo{
    width: 100px;
}
.hero .gamesplanet-logo{
    width: 200px;
}
.hero{
    background-position: 50% top;
    background-size: 150%;
    min-height: 600px;
}
}

@media screen and (max-width: 500px) {
.hero{
    min-height: auto;
    padding-bottom: 80px;
}
.hero.page{
    padding-bottom: 0px;
}
.hero .rog-logo{
    margin-top: 20px;
    width: 75px;
}
.hero h1{
    font-size: 1.15em;
    margin-top: 70px;
}
.hero h1 br.mobile{
    /*display: block;*/
}
.hero .desc{
    font-size: 1em;
}
}

@media screen and (max-width: 400px) {
.hero .rog-logo{
    width: 60px;
}
.hero h1{
    font-size: 0.8em;
}
}













.scroll-indicator{
    position: absolute;
    bottom: 150px;
    left: calc(50% - 25px);
    z-index: 3;
}
@media screen and (max-width: 1650px) {
.scroll-indicator{
    bottom: 50px;
}
}
.scroll-indicator:after {
  display: block;
  content: '';
  width: 15px;
  height: 20px;
  position: absolute;
  left: 23px;
  top: 24px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.scroll-indicator span{
    font-size: 0.8em;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.scroll-indicator .line {
  background: #ddd;
  width: 1px;
  height: 30px;
  position: absolute;
  left:  50%;
  top: 32px;
  overflow: hidden;
}
.scroll-indicator .line:after {
  background: #444;
  display: block;
  content: '';
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -50px;
  animation: hexLine 5s infinite;
}

@keyframes hexLine{
    0%{
        top: -50px;
    }
    50%{
        top: 100px;
    }
    50.1%{
        top: -50px;
    }
    100%{
        top: 100px;
    }
}










.content{
    /*background: url(../Image/ribbon-left.jpg) left top no-repeat;*/
}


.content .title{
    background: url("../Image/bg.jpg") 30% center no-repeat;
    min-height: 100px;
    box-sizing: border-box;
    padding-top: 30px;
}
.content .title h2{
    font-size: 1.5em;
    margin: 0;
    padding: 0 15px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Xolonium', 'Roboto', Helvetica, sans-serif;
}
.content .title h2 b{
    font-size: 1.4em;
    font-weight: normal;
}
.content .title h2 span:after{
    width: 80px;
    height: 5px;
    background: #e31b1b;
    content: '';
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.content .title h2 br.mobile{
    display: none;
}
@media screen and (max-width: 500px) {
.content .title h2{
    font-size: 1.1em;
}
.content .title h2 br.mobile{
    display: block;
}
.content .title h2 span:after{
    width: 50px;
    margin-left: 10px;
}
}


.content-intro{
    margin-bottom: 150px;
}
.content-intro .title{
    margin-bottom: 50px;
}
.content-intro p{
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.content-intro ul{
    font-size: 1.2em;
    font-weight: 300;
    max-width: 1200px;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 0 20px;
    list-style-type: none;
    max-width: 750px;
}
.content-intro ul li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.content-intro ul b{
    background: #e31b1b;
    color: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    flex-shrink: 0;
}
.content-intro ul span{
}
@media screen and (max-width: 400px) {
.content-intro{
    margin-bottom: 70px;
}
.content-intro p{
    font-size: 1em;
}
.content-intro ul{
    font-size: 1em;
}
}










.content-gear{
    margin-bottom: 150px;
    width: 100%;
    overflow: hidden;
    background: url(../Image/backdrop.jpg) center no-repeat;
}
@media screen and (max-width: 500px) {
.content-gear{
    margin-bottom: 70px;
}
}


.content-gear .title{
    margin-bottom: 50px;
}
.content-gear .note{
    text-align: center;
    color: #c30018;
    padding: 0 10px;
}
.content-gear .carousel-container{
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.content-gear .carousel-container{
    max-width: 1400px;
    margin: 0 auto;
}

.content-gear .carousel-dots{
    text-align: center;
    margin-top: 20px;
}
.content-gear .carousel-dots a{
    width: 40px;
    height: 7px;
    display: inline-block;
    margin: 0 5px;
    background-color: #444;
    transition: all 0.2s;
}
.content-gear .carousel-dots a:hover{
    background-color: #666;
}
.content-gear .carousel-dots a.active{
    background-color: #ff0000;
}
.content-gear .carousel-control a{
    position: absolute;
    left: -60px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    background: #c00000 url(../Image/arrow-1.png) center no-repeat;
    background-size: 11px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 7;
}
.content-gear .carousel-control a:hover{
    background-color: #ed0000;
}
.content-gear .carousel-control a.last{
    transform: rotate(180deg);
}

.content-gear .carousel-control a.next{
    left: auto;
    right: -60px;
}


.content-gear .carousel-container .list{
    position: relative;
    height: 450px;
}
.content-gear .carousel-container .text{
    color: #fff;
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 100px;
    transition: all 0.5s;
    font-family: 'Xolonium', 'Roboto', Helvetica, sans-serif;
    opacity: 0;
}
.content-gear .carousel-container .text p{
    margin: 0;
    width: 100%;
}
.content-gear .carousel-container .list .item img{
    width: 100%;
}



.content-gear .carousel-container .list .item{
    /*background: rgba(255,255,255,0.3);*/
    width: 260px;
    height: 340px;
    /*border-radius: 20px 20px 0 20px;*/
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    left: 1200px;
    opacity: 0;
    top: 60px;
    transition: all 0.5s;
    z-index: 0;
}

.content-gear .carousel-container .list .item.show-1{
    width: 340px;
    width: 380px;
    height: 430px;
    left: 530px;
    left: 510px;
    top: 0;
    z-index: 6;
    opacity: 1;
}
.content-gear .carousel-container .list .item.show-1 .text{
    height: 50px;
    opacity: 1;
}
.content-gear .carousel-container .list .item.show-2{
    left: 840px;
    opacity: 1;
    z-index: 3;
}
.content-gear .carousel-container .list .item.show-3{
    left: 1140px;
    opacity: 1;
    z-index: 2;
}
.content-gear .carousel-container .list .item.show-4{
    left: 0px;
    opacity: 1;
    z-index: 5;
}
.content-gear .carousel-container .list .item.show-5{
    left: 300px;
    opacity: 1;
    z-index: 4;
}


@media screen and (max-width: 1650px) {
.content-gear .carousel-control a{
    left: -20px;
}
.content-gear .carousel-control a.next{
    right: -20px;
}
}
@media screen and (max-width: 1550px) {
.content-gear .carousel-control a{
    left: 20px;
}
.content-gear .carousel-control a.next{
    right: 20px;
}
}



@media screen and (max-width: 1440px) {
.content-gear .carousel-container{
    max-width: 1000px;
    margin: 0 auto;
}
.content-gear .carousel-content{
    margin-left: calc( (100% - 1000px)*0.5 );
}
.content-gear .carousel-dots a{
    width: 30px;
    height: 5px;
    margin: 0 3px;
}
.content-gear .carousel-control a{
    left: -60px;
}
.content-gear .carousel-control a.next{
    right: -60px;
}
.content-gear .carousel-container .list{
    height: 350px;
}
.content-gear .carousel-container .text{
    font-size: 1.2em;
    padding: 15px 10px;
    height: 80px;
}
.content-gear .carousel-container .list .item{
    width: 200px;
    height: 260px;
    /*border-radius: 16px 16px 0 16px;*/
    border-radius: 16px;
    left: 1140px;
    top: 40px;
}
.content-gear .carousel-container .list .item.show-1{
    width: 260px;
    height: 330px;
    left: 370px;
}
.content-gear .carousel-container .list .item.show-1 .text{
    height: 100px;
}
.content-gear .carousel-container .list .item.show-2{
    left: 570px;
}
.content-gear .carousel-container .list .item.show-3{
    left: 800px;
}
.content-gear .carousel-container .list .item.show-4{
    left: 0px;
}
.content-gear .carousel-container .list .item.show-5{
    left: 230px;
}
}

/*
@media screen and (max-width: 1400px) {
.content-gear .carousel-content{
    margin-left: calc( (100% - 1400px)*0.5 );
}
}
*/
@media screen and (max-width: 1200px) {
.content-gear .carousel-control a{
    left: 20px;
}
.content-gear .carousel-control a.next{
    right: 20px;
}
}

@media screen and (max-width: 768px) {
.content-gear .carousel-control a{
    display: none;
}
}




@media screen and (max-width: 500px) {
.content-gear .carousel-dots a{
    width: 10px;
    height: 10px;
    margin: 0 2px;
}
}





































.content-action{
    background: url(../Image/ribbon.jpg) right top no-repeat;
}
.content-action ul{
    font-size: 1.2em;
    font-weight: 300;
    max-width: 700px;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 0 20px;
    list-style-type: none;
}
.content-action ul li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.content-action ul b{
    background: #e31b1b;
    color: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    flex-shrink: 0;
}
@media screen and (max-width: 400px) {
.content-action ul{
    font-size: 1em;
}
}



.content-action .steps{
    display: flex;
    max-width: 1100px;
    margin: 50px auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.content-action .arrow{
    width: 40px;
    height: 60px;
    margin: 0 10px;
    background: url("../Image/arrow.png") center no-repeat;
}
.content-action .box{
    border: 1px solid #e31b1b;
    width: 300px;
    height: 150px;
    box-sizing: border-box;
    padding: 5px;
}


@media screen and (max-width: 1100px) {
.content-action .steps{
    display: block;
    max-width: 300px;
}
.content-action .arrow{
    transform: rotate(90deg);
    margin-left: 130px;
}
}




.content-action .box .inner{
    width: 100%;
    height: 100%;
    position: relative;
}
.content-action .box .number{
    font-size: 3em;
    font-style: italic;
    position: absolute;
    left: 0px;
    top: 40px;
}
.content-action .box .number span{
    position: relative;
    z-index: 1;
}
.content-action .box .number::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 50px solid #520909;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    border-color: transparent transparent transparent #520909;
    border-width: 50px 50px 50px;
    position: absolute;
    left: 0px;
    top: -25px;
    z-index: 0;
}




.content-action .box .text{
    position: absolute;
    left: 60px;
    top: 25px;
    text-align: center;
    width: 220px;
}
.content-action .box .line{
    width: 200px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 70px;
    top: 65px;
}
.content-action .box .icon{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 130px;
    top: 72px;
}
.content-action .box .icon img{
    width: 100%;
    display: block;
}



.content-action .box .inner{
    animation: steps 9s infinite;
}
.content-action .box.steps-2 .inner{
    animation-delay: 3s;
}
.content-action .box.steps-3 .inner{
    animation-delay: 6s;
}

@keyframes steps{
    0%{
        background: #000;
    }
    10%{
        background: #aa0707;
    }
    30%{
        background: #aa0707;
    }
    50%{
        background: #000;
    }
    100%{
        background: #000;
    }
}




@media screen and (max-width: 400px) {
.content-action .steps{
    max-width: 250px;
}
.content-action .arrow{
    margin-left: 100px;
}
.content-action .box{
    width: 250px;
}
.content-action .box .text{
    width: 170px;
}
.content-action .box .line{
    width: 150px;
}
.content-action .box .icon{
    left: 110px;
}
}








.content-action .go{
    text-align: center;
    padding: 0 20px;
}
.content-action .go a.action{
    background: #aa0707;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    transition: all 0.2s;
}
.content-action .go a.action:hover{
    background: #cc1111;
}
.content-action .go a.terms{
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    text-decoration: underline;
}

@media screen and (max-width: 500px) {
.content-action .go a.action{
    font-size: 1.2em;
    padding: 10px 20px;
}
}


.asus-notice{
    text-align: center;
    max-width: 1100px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 100px auto 50px auto;
    color: #999;
}
.asus-notice h4{
    text-decoration: underline;
    font-weight: normal;
    font-size: 1.1em;
}
.asus-notice a{
    color: #999;
    text-decoration: underline;
}
.asus-notice a:hover{
    color: #ccc;
}



.copyright{
    background: #333;
    text-align: center;
    padding: 10px 10px 50px 10px;
}
.copyright img{
    height: 40px;
    margin: 0 20px;
}
@media screen and (max-width: 400px) {
.copyright img{
    height: 30px;
}
}








.content-faq{
    margin-bottom: 150px;
}
.content-faq .title{
    margin-bottom: 50px;
    font-size: 1.8em;
}

.faq{
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}
.faq h3{
    color: #c30018;
}
.faq .category{
    margin-bottom: 50px;
}
.faq .entry{
    border: 1px solid #c30018;
    margin-bottom: 10px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}
.faq .entry:after{
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
    background: #222;
    width: 20px;
    height: 20px;
    background: url("../Image/arrow-red.png") center no-repeat;
    background-size: cover;
    transition: all 0.5s;
}
.faq .entry.active{
    cursor: default;
}
.faq .entry.active:after{
    transform: rotate(180deg);
}
.faq .entry .q{
    color: #aaa;
    font-size: 1.3em;
    margin: 0;
    padding: 10px 50px 10px 20px;
    transition: all 0.3s;
}
.faq .entry .a{
    display: none;
    line-height: 1.6em;
    padding: 0px 50px 10px 20px;
}
.faq .entry.active .q{
    color: #c30018;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}
.faq .entry.active .a{
    display: block;
}
.faq .entry:hover{
    border-color: #ff213c;
}
.faq .entry:hover .q{
    color: #fff;
}

.faq .entry.active:hover .q{
    color: #c30018;
}



.faq .entry a{
    color: #fff;
    text-decoration: underline;
    transition: all 0.2s;
}
.faq .entry a:hover{
    color: #aaa;
}




@media screen and (max-width: 500px) {
.faq .entry{
    padding: 10px 30px 10px 10px;
}
.faq .entry:after{
    right: 10px;
    top: 13px;
    width: 15px;
    height: 15px;
}
.faq .entry .q{
    font-size: 1em;
}
.faq .entry.active .q{
    font-size: 1em;
}
}













