/*  Import
-------------------------------------------------
    - notosanstc    :思源黑體
    - scrollbar.css
    - default.css
-------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300&display=swap');
@import url('jquery.scrollbar.css');
@import url('default.css');

/*@import url('jquery.scrollbar.css');*/
 @import url('menu.css');
 @import url('swiper.css');
/* @import url('css3.css'); */
/* @import url('btn.css'); */
/* @import url('list.css'); */
 @import url('box.css');
/* @import url('normalize.css');*/

*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial,  sans-serif;

}


/*-----------------------------------------------
    variable
-----------------------------------------------*/
:root{
    --color-white:#fff;
    --color-blue:#007bff;
    --color-grey:#ddd;
    --color-green:#28a745;
    --color-sky:#17a2b8;
    --color-yellow:#ffc107;
    --color-pink:#dc3545;
}
	/*color:var(--color-white);*/

/*-----------------------------------------------
    scrollbar
-----------------------------------------------*/

body,
html {
    margin: 0;
    width: 100%;
    height: 100%;
    /*! overflow: hidden; */
}

.wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
    max-width: 1920px;
    overflow-x: hidden;

}

.wrapper.scrollbar-dynamic {
    max-height: none;
}

.wrapper.scroll-x {
    display: none !important;
}

/*  pc-layout
-------------------------------------------------
    - html,body
    - header
    - section
    - footer
-------------------------------------------------*/


        main {
            position: relative;
            width: 100%;
            height: 100%;
            /*! background-color: #222; */
            /*! overflow: hidden; */
            /*! background: url(../images/mobile_01_01.jpg); */
            /*! background-size: 100%; */
            /*! background-repeat: no-repeat; */
            /*! background-position: center 106vh; */
            /*! z-index: 1; */
            margin: 0;
            padding: 0;
        }
        section {
            position: relative;
            width: 100%;
            height: 100vh;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center bottom;
            background-attachment: fixed;/*視差效果*/
            display: block;
            overflow: hidden;
            pointer-events: none;
            margin: 0;
            padding: 0;
        }

        footer{
            height: 20vh;
            background-image: url(../images/index_04.jpg);
            background-position: 50% 100%;
            background-size: 1920px;
            z-index: 50;
            background-color: #fbfbfb;
        }


@media screen and (max-width:1400px)
{
        footer{
            height: 22vh;

            background-position: 50% 100%;
        }
}


.info{
    background-image:  url(../images/index_01.jpg)  ;
    z-index: 6;
    pointer-events: auto;
}


.arena{
    background-image:  url(../images/arena_01.jpg)  ;
    height: 109vh;
    z-index: 7;
}


.hero{
    background-image: url(../images/index_02.jpg)  ;
    height: 100vh;
    z-index: 8;
    background-attachment: inherit;
    /*! background-size: contain; */
    pointer-events: auto;
}
.banner{
   background-image: url(../images/index_03.jpg)  ; /*! background-position: 30% bottom; */
   /*! overflow: hidden; */
   height: 106vh;
   /*! background-size: 100%; */
   z-index: 11;
   background-attachment: inherit;
}
.banner-frame{

    width: 100%;
    height: 100%;
    background-image: url(../images/banner-frame.png);
    background-position: 47% top;
    z-index: 2;
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    top: 0;
    /*! background-size: contain; */
}
.banner-frame img{
width: 100%;

}
.banner-img{
    right: 0%;
    position: absolute;
    z-index: 1;
    bottom: 21.7%;
    width: 53.5%;
}


@media screen and (max-width:1600px)
{
.banner-img{
    right: 1%;
    bottom: 23%;
    width: 56%;


}
}

@media screen and (max-width:1400px)
{
.hero{
    /*! height: 108vh; */
    /*! background-size: 100%; */
    /*! background-position: 50% 100%; */
    background-image: url(../images/index_02_1400.jpg)  ;
}
.banner-img{
    right: 2%;
    bottom: 16%;
    width: 41%;


}
.banner-frame{

    background-position: 24% top;

}
}
@media screen and (max-width:768px)
{
.banner-img{

    top: 60%;
    width: 90%;


    margin: auto;
    left: 0;
    right: 0;
    padding: 0 0 50% 0;
}
}
@media screen and (max-width:480px)
{
.banner-img{

    top: 50%;
    width: 86%;
    top: 47%;
}
}



/* mobile-layout
-----------------------------------------------
    mobile
-----------------------------------------------*/

@media screen and (max-width:768px) {

            section {

            height: 0;

        }

.info{
    background-image:  url(../images/mobile_01.jpg)  ;
    background-size: 100%;
    background-position: center bottom;
    z-index: 8;
    /*background-attachment: fixed;*/
    background-attachment: initial;
    padding: 0 0 180% 0;


}

.arena{
    background-image: url(../images/mobile_01_01.jpg);
    background-size: 100%;
    background-position: center bottom;
    z-index: 9;
    padding: 0 0 0 0;
    /*background-attachment: fixed;*/
    background-attachment: initial;
    overflow: hidden;
    top: 0;
    display: block;
    height: 0;
}
.hero{
    background-image: url(../images/mobile_02.jpg)  ;
    background-position: center bottom;
    background-attachment: inherit;
    /*background-attachment: fixed;*/

    padding: 0 0 180% 0;
    z-index: 10;
    background-color: #000201;
    background-size: 100%;
    height: 0;
}
.banner{
    background-image: url(../images/mobile_03.jpg)  ;
    /*! background-attachment: fixed; */
    background-attachment: inherit;
    background-size: 100%;
    background-position: 50% -62px;
    padding: 0 0 100% 0;
    background-color: #fff;
}


        footer{
            height: 21vh;
            background-image: url(../images/mobile_04.jpg);
            background-position: 50% 54%;
            background-size: 100%;
            z-index: 50;
            background-color: #fff;
            /*! background-attachment: fixed; */
            background-repeat: no-repeat;
        }
}
@media screen and (max-width:480px)
{
.banner{
    background-image: url(../images/mobile_03.jpg)  ;
    background-size: 100%;
    background-position: 50% 0;
    padding: 0 0 180% 0;
    /*! padding: 0 0 81% 0; */
    height: 0;
}
}
/*i8 plus*/
@media only screen

and (min-device-width : 414px)

and (max-device-width : 736px)

and (orientation : portrait) {

 .info{
    background-image:  url(../images/mobile_01.jpg);
    background-size: 100%;
    background-position: center bottom;
    z-index: 8;
    /*background-attachment: fixed;*/
    background-attachment: initial;
    padding: 0 0 152% 0;


}


}

/*
-----------------------------------------------
    download
-----------------------------------------------
*/
.logo{
    position: absolute;
    width: 80%;
    top: 20vh;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}
.logo img{
    max-width: 660px;
    width: 100%;
}
.download,.download-m{
    width: 270px;
    height: 144px;
    background: #555555a8;
    position: fixed;
    z-index: 2;

    left: 63%;
    bottom: 4%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 33% 33% 33%;
    grid-template-areas:
    "ios " "and " "apk";

    pointer-events: auto;

background: url(../images/download.png) center top / 230px no-repeat;

}
.download-m{
    /*! display: block; */
}
.download li,.download-m li{
    list-style: none;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.download li a,.download-m li a{
    display: block;
    width: 100%;
    height: 100%;
}
.apk {
  grid-area: apk;
  /*! background-color: purple; */
}
.and {
  grid-area: and;
  /*! background-color: green; */
}
.ios {
  grid-area: ios;
  /*! background-color: pink; */
}

@media screen and (max-width:1600px)
{
.download-m{
    transform: scale(0.9);
    bottom: 7%;
}

}

@media screen and (max-width:1400px)
{
.download-m{
    bottom: 2%;
    /*! bottom: 5%; */
    transform: scale(0.8);
}

}

@media screen and (max-width:768px)
{
.download-m{
    bottom: 4%;
    left: 47%;
        grid-template-areas:
    "apk apk"
    "ios  and";
    height: 166px;
    background: top;
    grid-template-columns: 50%;
    display: grid;
    width: 50%;
}

 .download-m li a.hide_ {
  display: none;

  /*! background-color: purple; */
}
}

@media screen and (max-width:480px)
{
.download-m{
    bottom: 4%;
    left: 48%;
    grid-template-areas:
    "apk apk"
    "ios  and";
    height: 100px;
    background: top;
    grid-template-columns: 50%;
    display: grid;
    width: 50%;
}
}

@media screen and (max-width:320px)
{
.download-m{
   bottom: 2%;

}

}


/*
-----------------------------------------------
    name
-----------------------------------------------*/
.name{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    /*! background: #5555555c; */
    cursor: pointer;
}

.name ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr ) ;
    gap: 1%;
}

.name01{

background: url(../images/name01.png) 73% 31% no-repeat;
transition: all .3s;

}
.name01:hover{

background: url(../images/name01.png) 73% 41% no-repeat;
transition: all .3s;

}
.name02{

background: url(../images/name02.png) 61% 60% no-repeat;
transition: all .3s;

}
.name02:hover{

background: url(../images/name02.png) 61% 70% no-repeat;
transition: all .3s;

}
.name03{

background: url(../images/name03.png) 80% 55% no-repeat;
transition: all .3s;

}
.name03:hover{

background: url(../images/name03.png) 80% 65% no-repeat;
transition: all .3s;

}
.name04{

background: url(../images/name04.png) 34% 58% no-repeat;
transition: all .3s;

}
.name04:hover{

background: url(../images/name04.png) 34% 62% no-repeat;
transition: all .3s;

}
.name05{

background: url(../images/name05.png) 4% 53% no-repeat;
transition: all .3s;

}
.name05:hover{

background: url(../images/name05.png) 4% 63% no-repeat;
transition: all .3s;

}


@media screen and (max-width:1400px)
{
.name01:hover{

background: url(../images/name01.png) 59% 48% no-repeat;

}
.name05:hover{

background: url(../images/name05.png) 20% 73% no-repeat;

}
}


@media screen and (max-width:768px)
{

.name10{
    position: absolute;
    width: 46%;
    height: 34%;
    display: block;
    /*background: #555;*/
    z-index: 10;

    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}
.name ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr ) ;
    grid-template-rows: 60% 40%;
    gap: 1%;
    z-index: 9;
    position: relative;
}


.name01:hover,.name02:hover,.name03:hover,.name04:hover,.name05:hover{
    background: transparent;
}
}

/*-----------------------------------------------
    man
-----------------------------------------------*/

.man{
    position: fixed;
    bottom: 0;
    pointer-events: none;
    z-index: 9;
    width: 100%;
    /*! z-index: 999; */
}

.man img{
    width: 100%;
}

