@charset "utf-8";

/* Color Chart - Red : #eb2e4a */

body              { margin: 0; background: #000;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
                  }
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;}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

@font-face {
    font-family: 'ROGFont';
    src: url("../fonts/ROGFontsv1.5-Regular.otf");
    font-weight: normal;
    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;
}

::selection {
    background: #ad631a;
    color: #fff;
}

::-moz-selection {
    background: #ad631a;
    color: #fff;
}

/*
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #ccc;
}
::-webkit-scrollbar-thumb {
  background: #555;
}
::-webkit-scrollbar-thumb:hover {
  background: #888;
}
*/



.wrapper{
    color: #fff;
    font-size: 15px; 
    font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
    background-image: url(../Image/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
.wrapper.terms{
    background: #000;
}
.wrapper p{
    line-height: 1.5em;
}
/*
.footer{
    max-width: 960px;
    margin: 50px auto 0px auto;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px 30px 20px;
}
.footer p{
    margin: 0;
}
.footer img{
    vertical-align: middle;
    padding-right: 10px;
}
*/

/* footer */

.footer{
    position: relative;   
    background: #222;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer .inner{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.footer .logo{
    opacity: 0.7;
    width: 80px;
}
.footer .logo img{
    width: 100%;
    display: block;
}

.footer .text{
    text-align: right;
    color: #999;
    font-size: 0.9em;
}
.footer .text p{
    display: inline-block;
    margin: 0;
}
.footer .text a{
    color: #999;
    padding: 0 10px;
    border-right: 1px solid #999;
}
.footer .text a:hover{
    color: #ccc;
}

@media screen and (max-width: 768px) {    
.footer .inner{
    display: block;
    padding-top: 10px;
}
.footer .logo{
    margin: 0 auto 20px auto;
}
.footer .text{
    text-align: center;
}
.footer .text a{
    border: 0;
}
.footer .text p{
    display: block;
    margin-top: 10px;
}
}

@media screen and (max-width: 450px) {    
.footer .text{
    font-size: 0.8em;
}
}




.backtotop{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #af0909 url(../Image/arrow-1.png) center no-repeat;
    background-size: 11px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    transform: rotate(-90deg);
}
.backtotop:hover{
    background-color: #ce0a0a;
}



.content.terms{
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.content.terms h1{
    border-bottom: 1px solid #666;
    padding-bottom: 0.5em;
    padding-top: 1em;
    font-size: 2em;
    font-weight: bold;
}
.content.terms ol{
    margin: 1em 0 1.5em 0;
}
.content.terms ol li{
    margin: 0 0 1em 0;
}
.content.terms ol ol li{
    margin: 0 0 0.5em 0;
}
.content.terms a{
    color: #cd9152;
    transition: all 0.2s;
}
.content.terms a:hover{
    color: #ecac6a;
}



@media screen and (max-width: 450px) {    
.content.terms h1{
    font-size: 1.5em;
}
}





/* hero */


.hero-img img{
    display: block;
    width: 100%;
}
.hero-img.mobile{
    display: none;
}
@media screen and (max-width: 768px) {    
.hero-img.default{
    display: none;
}
.hero-img.mobile{
    display: block;
}
}



.belt{
    background: #41260a;
    color: #fff;
}
.belt .inner{
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-size: 1.1em;
}
.belt .partnership{
    font-size: 1.2em;
    margin-top: 30px;
}
.belt .partnership img{
    max-height: 40px;
    max-width: 100%;
    vertical-align: middle;
    margin-left: 0px;
}




.content-1 .inner{
    max-width: 1500px;
    min-height: 850px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.content-1 .title{
    position: absolute;
    left: 20px;
    top: 50px;
}
.content-1 .title h2{
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
}
.content-1 .title h2:before{
    content: '—';
    padding-right: 10px;
}

.content-1 .computer{
    position: absolute;
    left: 20px;
    top: 180px;
    z-index: 2;
}
.content-1 .computer img{
    width: 100%;
    display: block;
}

.content-1 .tab{
    position: absolute;
    left: 520px;
    top: 85px;
}
.content-1 .tab a{
    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid #ecac6a;
    color: #ecac6a;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s;
}
.content-1 .tab a:hover{
    border-color: #ecac6a;
    color: #000;
    background: #ecac6a;
}
.content-1 .tab a.active{
    border-color: #af0909;
    color: #fff;
    background: #af0909;
}

.content-1 .content-box{
    position: absolute;
    left: 520px;
    top: 150px;
    background: rgba(0,0,0,0.8);
    width: calc(100% - 550px);
    height: 600px;
    z-index: 1;
    overflow: hidden;
}
.content-1 .content-box .box-2{ /**********************/
    display: none;
}



.paperwork{
    margin: 30px 30px 30px 50px;
    padding: 0 20px;
    height: 540px;
    overflow: auto;
    box-sizing: border-box;
}
.paperwork h3{
    color: #ecac6a;
    font-weight: bold;
    font-size: 1.5em;
    margin: 30px 0 10px 0;
}
.paperwork h3:first-child{
    margin-top: 0;
}
.paperwork p{
    margin: 10px 0;
}

.paperwork ol{
    margin: 0 0 0 20px;
    padding: 0;
}
.paperwork ul{
    margin: 0 0 0 20px;
    padding: 0;
}
.paperwork li{
    margin: 0 0 10px 0;
}

.paperwork .action{
    margin-top: 20px;
}
.paperwork .action a{
    display: inline-block;
    padding: 8px 60px 8px 20px;
    color: #fff;
    border: 1px solid #d70404;
    font-weight: bold;
    font-size: 1.2em;
    background: #af0909 url(../Image/arrow-light.png) calc(100% - 20px) center no-repeat;
    background-size: 15px;
    transition: all 0.3s;
}
.paperwork .action a:hover{
    background-position: calc(100% - 15px) center;
    background-color: #920000;
    border-color: #ff0000;
}

@media screen and (max-width: 1300px) {    
.content-1 .computer{
    left: 20px;
    top: 180px;
    width: 30%;
}
.content-1 .content-box{
    position: absolute;
    left: calc(30% - 30px);
    top: 150px;
    width: calc(70% - 0px);
    height: 600px;
}
}

@media screen and (max-width: 900px) {    
.content-1 .title{
    position: relative;
    left: auto;
    top: auto;
}
.content-1 .tab{
    position: relative;
    left: auto;
    top: auto;
}
.content-1 .computer{
    position: relative;
    left: auto;
    top: auto;
    width: 75%;
    margin-top: 20px;
}
.content-1 .content-box{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: auto;
    height: auto;
    margin-top: 20px;
}
.content-1 .content-box{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: auto;
}
.paperwork{
    margin: 20px 0px;
    height: auto;
}
}


@media screen and (max-width: 550px) {    
.content-1 .title h2{
    font-size: 1.6em;
}
.paperwork h3{
    font-size: 1.2em;
}
}











.country-list{
    margin: 30px 30px 30px 50px;
    padding: 0 20px;
    height: 540px;
    overflow: auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.country-list .list{
    width: 25%;
}

.country-list .country{
    margin: 0 0 0 20px;
    padding: 0;
}
.country-list .country > li{
    margin-bottom: 5px;
}
.country-list .store{
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.country-list .store li:before{
    content: '-';
    padding-right: 8px;
    color: #ecac6a;
}
.country-list .switch{
    cursor: pointer;
}
.country-list .switch.off{
    cursor: default;
}
.country-list .switch:hover{
    color: #ecac6a;
}
.country-list .switch.active{
    color: #ecac6a;
}
.country-list .switch.off:hover{
    color: #fff;
}
.country-list .switch.off.active{
    color: #fff;
}



.country-list a{
    color: #ecac6a;
}
.country-list a:hover{
    text-decoration: underline;
}
.country-list a:not([href]) {
    color: #fff;
    cursor: default;
}
.country-list a:not([href]):hover {
    text-decoration: none;
}
.country-list h3{
    color: #ecac6a;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {    
.country-list{
    margin: 20px 0px;
    height: auto;
}
}
@media screen and (max-width: 600px) {    
.country-list .list{
    width: 100%;
}
.country-list h3.blank{
    display: none;
}
}








.content-2{
    background: #000;
}
.content-2 .inner{
    max-width: 1500px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.content-2 .paperwork{
    height: auto;
}
.content-2 .title{
}
.content-2 .title h2{
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
}
.content-2 .title h2:before{
    content: '—';
    padding-right: 10px;
}
.content-2 .row{
    display: flex;
}
.content-2 .row .img{
    width: 50%;
}
.content-2 .row .img img{
    width: 100%;
}
.content-2 .row .text{
    width: 50%;
}
.content-2 .note{
    color: #ff020a;
}

@media screen and (max-width: 768px) {    
.content-2 .title h2{
    font-size: 1.6em;
}
.content-2 .row{
    display: block;
}
.content-2 .row .img{
    width: 100%;
}
.content-2 .row .text{
    width: 100%;
}
}

@media screen and (max-width: 450px) {    
.content-2 .title h2{
    font-size: 1.2em;
}
}



.content-3{
    padding: 150px 20px;
    text-align: center;
}
.content-3 a{
    text-decoration: underline;
    color: #fff;
    font-size: 1.2em;
    transition: all 0.2s;
}
.content-3 a:hover{
    color: #ecac6a;
}


.content-4{
    background: #000;
}
.content-4 .inner{
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}
.content-4 .logo img{
    max-width: 90%;
    margin: 0 auto;
}
.content-4 .copyright{
    color: #555;
    font-size: 0.9em;
}
.content-4 .note{
    color: #555;
    font-size: 0.9em;
}
.content-4 a{
    color: #555;
}






.guide{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(45,30,15,0.9);
    background: rgba(30,30,30,1);
    1background: #371b0b;
    overflow: hidden;
    display: none;
}
.guide .close{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    background: #ccc;
    border-radius: 100%;
    background: url(../Image/close-light.png) center no-repeat;
    background-size: 40px;
    z-index: 5;
    transition: all 0.3s;
}
.guide .close:hover{
    transform: rotate(90deg);
}
.guide .inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel-guide{
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
}
.owl-carousel-guide .item{
    width: 100%;
    box-sizing: border-box;
}
.owl-carousel-guide .item img{
    width: 100%;
    display: block;
}
.owl-carousel-guide .owl-prev, .owl-carousel-guide .owl-next{
    position: absolute;
    left: -30px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    background: #af0909 url(../Image/arrow-1.png) center no-repeat;
    background-size: 11px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 7;
}
.owl-carousel-guide .owl-prev:hover, .owl-carousel-guide .owl-next:hover{
    background-color: #dd1616;
}
.owl-carousel-guide .owl-prev{
    transform: rotate(180deg);
}
.owl-carousel-guide .owl-next{
    left: auto;
    right: -30px;
}
.owl-carousel-guide .owl-dots{
    text-align: center;
    margin-bottom: 50px;
}
.owl-carousel-guide .owl-dot{
    background: #666;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 8px !important;
    cursor: pointer;
}
.owl-carousel-guide .owl-dot.active{
    background: red;
}

@media screen and (max-width: 1500px) {
.owl-carousel-guide{
    max-width: 900px;
}
}

@media screen and (max-width: 1200px) {
.owl-carousel-guide .owl-prev{
    left: 20px;
}
.owl-carousel-guide .owl-next{
    right: 20px;
}
}


