@charset "utf-8";
/* RealClear Digital, FEB 2015 */

/*************************General**********************************/

/* Color Chart - Green : #76b800 */

body{ margin: 0; background: #000;}

@font-face { /*20230306*/
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face { /*20240627*/
    font-family: 'NVIDIA Sans';
    src: url("../fonts/NVIDIASans_Rg.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face { /*20240627*/
    font-family: 'NVIDIA Sans Bold';
    src: url("../fonts/NVIDIASans.ttf");
    font-weight: normal;
    font-style: normal;
}

/*************************Universal**********************************/
.wrapper{
    color: #eee;
    font-size: 15px;
    font-family: 'NVIDIA Sans','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.wrapper p{
    line-height: 1.5em;
}


.footer{
    max-width: 960px;
    margin: 50px auto 30px auto;
    text-align: right;
    padding: 0 20px;
}
.footer img{
    vertical-align: middle;
    padding-right: 10px;
}

.steps{
    max-width: 960px;
    position: relative;
    margin: 20px auto;
    padding: 0 0 10px 0;
    list-style-type: none;
    font-size: 0.85em;
}
.steps:after{
    clear: both;
    display: block;
    content: '';
}
.steps a{
    color: #fff;
}
.steps li{
    margin: 0;
    float: left;
    height: 115px;
    text-shadow: 1px 1px 4px #000,  1px 1px 4px #000;
}
.steps li.off{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8-9 */
    filter : alpha(opacity=30);
    opacity : 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.steps .steps-1{
    background: url("../Image/steps-1.jpg") no-repeat;
    width: 140px;
    padding: 15px 5px 0 75px;
}
.steps .steps-2{
    background: url("../Image/steps-2.jpg") no-repeat;
    width: 125px;
    padding: 15px 10px 0 110px;
}
.steps .steps-3{
    background: url("../Image/steps-3.jpg") no-repeat;
    width: 110px;
    padding: 15px 10px 0 120px;
}
.steps .steps-4{
    background: url("../Image/steps-4.jpg") no-repeat;
    width: 120px;
    padding: 15px 10px 0 110px;
}

.copyright{
    max-width: 960px;
    margin: 0px auto 0 auto;
    border-top: 1px solid #444;
}
.copyright > img{
    border-bottom: 1px solid #444;
    padding: 10px 0;
    display: block;
    width: 100%;
}
.copyright p{
    font-size: 0.8em;
    color: #888;
    padding: 0 27px;
}
.copyright p img{
    float: left;
    margin-right: 10px;
}

.set-lang{
    max-width: 960px;
    margin: 25px auto -37px auto;
    margin: 25px auto 0 auto;
    z-index: 2;
}
.set-lang select{
    width: 130px;
    margin-left: 15px;
}
.links{
    display: flex;
    max-width: 700px;
    margin: 30px auto 0 auto;
}
.links > div{
    width: 50%;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid #777;
}
.links > div:last-child{
    border-right: none;
}
.links a{
    color: #76b900;
}
/*
.links a:focus{
    outline: 1px solid red;
}
*/
.links a:hover{
    text-decoration: underline;
}


/*************************Home**********************************/

.hero{
    background: url("../Image/hero.jpg") center top no-repeat;
    margin: 10px auto 0 auto;
}
.hero h1, .hero h2{
    text-indent: -9999em;
    position: absolute;
}
.hero-img{
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.hero-img img{
    width: 100%;
    display: block;
}
.hero-link{
    position: absolute;
    left: 28%;
    top: 52%;
    width: 8%;
    height: 3%;
}
.home-video{
    max-width: 960px;
    text-align: center;
    margin: 30px auto 0px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #555;
}
.home-video h3{
    margin: 0;
    font-size: 2.3em;
    font-weight: lighter;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
    border-top: 1px solid #555;
    padding-top: 30px;
}
.home-video h3 span{
    font-style: italic;
}
.home-video p{
    margin: 15px 0 25px 0;
}


.home-intro{
    margin: 30px auto;
    max-width: 960px;
}
.home-intro:after{
    clear: both;
    display: block;
    content: '';
}
.home-intro p{
    width: 500px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}

.home-choose-video{
    margin: 50px auto 50px auto;
    padding: 30px 0 20px 0;
    max-width: 960px;
    border-top: 1px solid #444;
}
.home-choose-video:after{
    clear: both;
    content: '';
    display: block;
}
.home-choose-video .item{
    width: 50%;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.home-choose-video .item:first-child{
}

.home-choose-video .item img{
    display: block;
    margin: 0 auto;
    max-width: 90%;
}
.home-choose-video .item > h3{
    font-size: 1.8em;
    text-transform: uppercase;
    color: #76b900;
    font-weight: normal;
    font-family: 'NVIDIA Sans',sans-serif;
    font-weight: lighter;
}
.home-choose-video .item > h3 span{
    font-style: italic;
}
.home-choose-video .item > p{
    padding: 0 15px;
    min-height: 5em;
}
.home-choose-video .item a.watch{
    font-size: 1.1em;
    text-transform: uppercase;
    color: #000;
    background: #76b900;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
}
.home-choose-video .item a.watch:hover{
    background: #669f02;
}


.home-content{
    margin: 60px auto 30px auto;
    max-width: 960px;
    padding: 0 20px;
}
.home-content:after{
    clear: both;
    display: block;
    content: '';
}
.home-content h2{
    background:linear-gradient(to right , #000000, #343434, #000000); height: 55px; max-width: 960px; clear:both; float:none;
    font-weight: normal;
    font-size: 2.0em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    text-align: center;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.home-content > p{
    padding-top: 10px;
}
.content p a{
    color: #76b900;
    text-decoration: underline;
}
/*
.content p a:focus{
    outline: 1px solid red;
}
*/
.content p a:hover{
    color: #40acf7;
}

.content ol li{
    margin-bottom: 15px;
    line-height: 1.5em;
}
.content ol b{
    color: #FFC90E;
}
.content ol i{
    color: #ff1a1a;
    font-style: normal;
    font-weight: bold;
}
.content ol a{
    color: #40acf7;
    text-decoration: underline;
}
/*
.content ol a:focus{
    outline: 1px solid red;
}
*/
.content ol a:hover{
    color: #76b900;
}


.home-armory{
    margin: 0px 0 50px 0px;
    display: flex;
    flex-wrap: wrap;
}
.home-armory > div{
    /*float: left;*/
    width: 50%;
    margin-bottom: 0px;
}

.home-armory h3{
    color: #76b900;
    margin: 0.3em 0;
    font-weight: normal;
    font-size: 25px;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.home-armory h4{
    margin: 0;
    color: #fff;
    font-weight: normal;
}
.home-armory ul{
    margin: 1.5em 0;
    padding: 0;
    list-style-type: none;
}
.home-armory ul li{
    margin: 0.5em 0;
    font-size: 0.9em;
    color: #ccc;
}
.home-armory ul a{
    color: #aaa;
    text-decoration: underline;
}
.home-armory ul a:hover{
    color: #fff;
}
.home-armory img{
    width: 60%;
    display: block;margin: 0 auto;
}
.home-armory .home-armory-text{
    text-align: center;
}
.home-armory p a{
    color: #fff;
}
/*
.home-armory p a:focus{
    outline: 1px solid red;
}
*/


.home-content .tip{ /*20201028*/
    margin-top: 30px;
    margin-right: 30px;
    list-style-type: disc;
    padding-left: 30px;
}
.home-content .tip li{
    margin: 0 0 10px 0;
    line-height: 1.5em;
    list-style-type: disc; /*20201028*/
}
.home-content .tip a{
    color: #40acf7;
    text-decoration: underline;
}
.home-content .tip a:hover{
    color: #d88b2d;
}
.home-content .tip ol{
    margin-top: 10px;
}
.home-content .tip ol li{
    list-style-type: decimal;
}



.home-action{
    clear: both;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 15px;
    background: url("../Image/line.png") center center no-repeat;
}
.home-action a{
    padding: 13px 20px;
    background: url("../Image/btn-bg.jpg") center bottom repeat-x;
    color: #ccc;
    display: inline-block;
    font-size: 2.2em;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0px 1px 3px #000;
    border: 3px solid #888;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-action a:hover{
    border-color: #fff;
    color: #fff;
    text-shadow: 0px 1px 3px #000, 0px 1px 3px #000, 0px 1px 3px #000;
}

@media screen and (max-width: 768px) {
.home-action a{
    font-size: 1.5em;
}
}


/*------ popout ------*/

.pop-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.pop-inner{
    position: relative;
    height: 20px; /* 避免遮掉mask感應範圍 */
}


.pop-wrapper .close{
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    padding: 3px;
    cursor: pointer;
    background: url("../Image/close.png") center center no-repeat;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
/*
.pop-wrapper .close:focus{
    outline: 1px solid #555;
}
*/
.pop-wrapper .close:hover{
    -moz-transform: scale(1) rotate(90deg) translate(0px);
    -webkit-transform: scale(1) rotate(90deg) translate(0px);
    -o-transform: scale(1) rotate(90deg) translate(0px);
    transform: scale(1) rotate(90deg) translate(0px);
}
.pop-area{
    width: 85%;
    max-width: 700px;
    position: relative;
    padding: 30px 20px 60px 20px;
    margin: 3% auto 0 auto;
    background: #000;
    border: 1px solid #888;
    border-radius: 3px;
}
.pop-area h3{
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.pop-area ol{
    margin: 0 0 0 30px;
    padding: 0;
}
.pop-area .note{
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 0.9em;
}
.pop-apac, .pop-singapore, .pop-taiwan, .pop-japan, .pop-korea, .pop-europe{
    display: none;
}
.pop-area .select-product{
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-top: 20px;
}
.pop-area .select-product a{
    display: block;
    padding: 30px 10px;
    background: #999;
    border-radius: 5px;
    transition: all 0.2s;
    margin: 10px;
    color: #000;
    font-size: 20px;
    width: 40%;
    box-sizing: border-box;
}
.pop-area .select-product a:hover{
    background: #76b900;
}


.pop-area .country-list{
    list-style-type: none;
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding-top: 20px;
    flex-wrap: wrap;
    margin: -30px 0 0 0;
}
.pop-area .country-list li{
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
    transition: all 0.2s;
    margin: 0;
    color: #000;
    font-size: 20px;
    width: 33.33%;
    box-sizing: border-box;
    line-height: 1.1em;
}
.pop-area .country-list a{
    text-decoration: none;
    padding-bottom: 1px;
    color: #fff;
    transition: all 0.2s;
    font-size: 15px;
    border-bottom: 2px solid transparent;
}
.pop-area .country-list a:hover{
    color: #fff;
    border-color: #76b900;
}
@media screen and (max-width: 500px) {
.pop-area .country-list li{
    width: 50%;
    padding: 5px;
}
}





/*20200519 nv content*/
.nv-intro{
    display: flex;
    max-width: 960px;
    margin: 30px auto 0 auto;
    align-items: center;
}
.nv-intro .image{
    width: 55%;
    box-sizing: border-box;
    padding-left: 20px;
}
.nv-intro .image img{
    width: 100%;
    display: block;
}
.nv-intro .text{
    width: 45%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.nv-intro .text h3 {
    font-size: 2.2em;
    font-weight: lighter;
    font-family: 'NVIDIA Sans','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.nv-intro .text p {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    margin: 10px 0 20px 0;
    color: #76b900;
}
.nv-intro .text ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nv-intro .text ul li{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    background: url("../Image/arrow.png") left center no-repeat;
}



.nv-video-title{
    font-size: 28px; /* 20240627 */
    font-weight: normal;
    text-align: center;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
    padding: 0 20px;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.nv-video-title{
    font-size: 2em;
    padding: 0 10px;
    margin-top: 0px;
}
}
.nv-video{
    display: flex;
    max-width: 960px;
    margin: 50px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.nv-video > div{
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
}
.nv-video a{
    opacity: 1;
    transition: all 0.3s;
    display: block;
    position: relative;
}
.nv-video a:after{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    background: url("../Image/play.png") center no-repeat;
    background-size: cover;
}
.nv-video a:hover{
    opacity: 0.7;
}
.nv-video img{
    width: 100%;
    display: block;
}
.nv-video h3{
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    color: #76b900;
    text-align: center;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.nv-video p{
}

.nv-video-text{
    max-width: 960px;
    margin: -20px auto 0 auto;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
}
.nv-video-text h3{
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    color: #76b900;
    text-align: center;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.nv-video-text p{
    max-width: 700px;
    margin: 0 auto;
}



/*20200630 nv content*/
.nv-video-single{
    background: #1a1a1a;
    background: #000;/* 20240627 */
    background-size: cover;
}
.nv-video-single .inner{
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 20px;
}
.nv-video-single h3 {
    font-size: 1.8em;/* 20230306 */
    font-weight: lighter;
    font-family: 'NVIDIA Sans','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 700px;
    text-align: center;
    font-style: italic;
}
@media screen and (max-width: 768px) {
.nv-video-single h3 {
    font-size: 1.5em;
}
}
.nv-video-box{
    width: 65%; /*20230306*/
    margin: 30px auto 0 auto;
}
.nv-video-box a{
    opacity: 1;
    transition: all 0.3s;
    display: block;
    background: #000;
}
/*
.nv-video-box a:focus{
    outline: 2px solid red;
}
*/
.nv-video-box img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.nv-video-box a:hover img{
    opacity: 0.7;
}



/* 20210302 */

.new-intro{
    background: url("../Image/new-intro.jpg") center no-repeat;
    background-size: cover;
    max-width: 960px;
    height: 650px;
    margin: 0 auto;
}
/* .new-intro .text{
    margin-left: 57%;
    padding-top: 8%;
    padding-right: 20px;
}*/
.new-intro .text h3{
  font-size: 2.2em;
  font-weight: lighter;
  font-family: 'NVIDIA Sans','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  padding-top: 6%;
  max-width: 700px;
  text-align: center;
}



/* 20230306 */
.home-content .area{
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
}
.home-content .area span{
    display: inline-block;
}
.home-content .area span:after{
    content: '|';
    display: inline-block;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0px 8px 8px 8px;
}
.home-content .area span:nth-child(7n):after{
    display: none;
}
.home-content .outside{
    background: #333;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-content .outside a{
    background: #76b900;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
    padding: 10px 15px 6px 15px;
    transition: all 0.2s;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.home-content .outside a:hover{
    background: #619800;
    color: #fff;
}
.home-content .if{
    font-size: 1.2em;
}
/*step*/
.home-content .new-step{
}
.home-content .new-step .entry{
    background: #333;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.home-content .new-step .entry .number{
    width: 120px;
    display: flex;
    text-align: center;
    flex-direction: column-reverse;
    flex-shrink: 0;
}
.home-content .new-step .entry .number span:nth-child(1){
    font-size: 1.5em;
    color: #76b900;
    font-weight: bold;
    line-height: 1em;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.home-content .new-step .entry .number span:nth-child(2){
    font-size: 6em;
    color: #fff;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
    margin: 0;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.home-content .new-step .entry .title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-content .new-step .entry .title p:nth-child(1){
    color: #76b900;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.home-content .new-step .entry .title p:nth-child(2){
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

.home-content .new-step .entry .title .btn a{
    color: #fff;
    font-weight: normal;
    font-size: 1.4em;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px 6px 45px;
    transition: all 0.2s;
    background: #76b900 url("../Image/download.png") 10px center no-repeat;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.home-content .new-step .entry .title .btn a:hover{
    background-color: #619800;
    color: #fff;
}
@media screen and (max-width: 768px) {
.home-content .new-step .entry .title{
    display: block;
}
.home-content .new-step .entry .title .btn a{
    margin-top: 20px;
}
}



.home-content .step-list{
    margin-top: 40px;
    padding: 0 30px;
}
.home-content .step-list .entry{
    margin-bottom: 30px;
}
.home-content .step-list .title span{
    display: inline-block;
    color: #76b900;
    font-family: 'ROGFont',sans-serif;
    font-size: 1.3em;
    line-height: 1em;
}
.home-content .step-list .title span b{
    font-size: 1.8em;
}
.home-content .step-list .title img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -12px;
    margin-right: 4px;
}
.home-content .step-list .title p {
    display: inline-block;
    padding-left: 40px;
    background: url("../Image/triple-arrow.png") left center no-repeat;
    font-family: 'Roboto Condensed','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 5px 10px;
}
.home-content .step-list .text {
    border-radius: 10px;
    border: 1px solid #fff;
}
.home-content .step-list .text p{
    font-family: 'Roboto Condensed','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
    text-align: center;
    margin: 0;
    padding: 30px;
    font-size: 1.1em;
}


/* 20230306 */
.pack-2023{
    background: url("../Image/pack.jpg") center no-repeat;
    background-size: cover;
    height: 580px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.pack-2023 .image{
    display: none;
}
.pack-2023 .text{
    margin-left: 11%;
}
.pack-2023 .text h3{
    font-size: 2.2em;
    font-weight: normal;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.pack-2023 .text ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pack-2023 .text ul li{
    margin-bottom: 0.5em;
}
.home-content .content-2023-t1{
    border-bottom: none;
    font-weight: normal;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
    display: block;
    font-size: 2.2em;
    text-align: center;
    padding: 10px 0px 5px 0px;
    background-image: linear-gradient(to right, #000, #333, #000);
}
.home-content .content-2023-t2{
    border-bottom: none;
    font-weight: normal;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
    display: block;
    font-size: 1.8em;
    text-align: center;
}
.home-content .content-2023-c1{
    text-align: center;
}
@media screen and (max-width: 960px) {
.pack-2023{
    background: none;
    display: block;
    height: auto;
}
.pack-2023 .image{
    display: block;
    overflow: hidden;
}
.pack-2023 .image img{
    display: block;
    width: 150%;
    margin-left: -50%;
}
.pack-2023 .text{
    margin: 20px auto;
    max-width: 350px;
}
}






.terms{
    max-width: 960px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 100px auto 0 auto;
}
.terms h1{
    border-bottom: 3px solid #76b900;
    font-weight: normal;
    display: inline;
    font-size: 1.5em;
}
.terms ol{
    margin: 1em 0 1.5em 0;
}
.terms ol li{
    margin: 0 0 1em 0;
}
.terms ol ol li{
    margin: 0 0 0.5em 0;
}
.terms a{
    color: #40acf7 !important;
    text-decoration: underline;
}
.terms a:hover{
    color: #d88b2d !important;
}





/*Black Myth*/
.nv-scene{
    background: url("../Image/nv-scene.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    max-width: 1500px;
    max-height: 840px;
    height: 56vw;
    margin: 0 auto;
}
.nv-scene .inner{
    text-align: center;
    padding: 60px 30px 30px 30px;
    max-width: 800px;
    margin: 0 auto;
}
.nv-scene .inner h3{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 18px;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.nv-scene .inner h2{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 28px;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.nv-scene .inner p{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 15px;
}
.nv-scene .mobile{
    display: none;
}
.nv-scene .mobile img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
.nv-scene .mobile{
    display: block;
}
.nv-scene{
    background: none;
    max-width: auto;
    max-height: auto;
    height: auto;
}
}





.nv-table{
    background: url("../Image/nv-bg2.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 110px;
}
.nv-table .inner{
    text-align: center;
    padding: 90px 30px 30px 30px;
    max-width: 800px;
    margin: 0 auto;
}
.nv-table .inner h2{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 28px;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.nv-table .inner p{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 15px;
}
.nv-table .mobile{
    display: none;
}
.nv-table .mobile img{
    display: block;
    width: 100%;
}
.nv-table table{
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
.nv-table table h3{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.nv-table table td{
    border: 1px solid #fff;
    border-collapse: collapse;
    text-align: center;
    padding: 10px;
    background: rgba(0,0,0,0.5);
}
.nv-table table td.hide1{
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: rgba(0,0,0,0);
}
.nv-table table td.hide2{
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    background: rgba(0,0,0,0);
}
.nv-table table td b{
    color: #66cc00;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
.nv-table .mobile{
    display: block;
}
}
@media screen and (max-width: 767px) {
.nv-table table td{
    padding: 8px 3px;
    font-size: 0.9em;
}
}



.choose{
    text-align: center;
    max-width: 700px;
    margin: 40px auto 100px auto;
}
.choose .list{
}
.choose .list a{
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 5px;
    background: #999;
    color: #000;
    font-size: 1.4em;
    transition: all 0.2s;
    text-decoration: none;
    cursor: pointer;
}
/*
.choose .list a:focus{
    outline: 1px solid red;
}
*/
.choose .list a:hover{
    background: #76b900;
}





/*outlaw*/
.content-outlaw .intro{
}
.content-outlaw .intro .inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 30px 30px 30px;
    box-sizing: border-box;
}
.content-outlaw .intro .inner p:last-child{
    font-weight: bold;
}
.content-outlaw .scene{
    background: url("../Image/game-scene-bg.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}
.content-outlaw .scene-2{
    background-image: url("../Image/outlaw-scene-bg2.jpg");
}
.content-outlaw .scene .inner{
    text-align: center;
    padding: 60px 30px 60px 30px;
    max-width: 800px;
    margin: 0 auto;
}
.content-outlaw .scene .inner h3{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 18px;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.content-outlaw .scene .inner h2{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 28px;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.content-outlaw .scene .inner p{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 15px;
}





.content-outlaw .pack{
    background: url("../Image/outlaw-pack-bg.jpg") center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    max-width: 1200px;
    min-height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.content-outlaw .pack .inner{
    padding: 30px 30px 30px 50%;
}
.content-outlaw .pack .inner h2{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 28px;
    font-family: 'NVIDIA Sans Bold','Roboto','Helvetica Neue',Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.content-outlaw .pack .inner p{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2em;
}
@media screen and (max-width: 767px) {
.content-outlaw .pack .inner{
    padding: 90vw 20px 40px 20px;
}
.content-outlaw .pack{
    background-position: left top;
    background-size: auto 80vw;
}
}
