@charset "UTF-8";

::-webkit-scrollbar {
    /*隐藏滚轮*/
    display: none;
    }

body {
    font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
    background-color: #111111;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


h2 {
    margin: 80px 0 30px;
    font-weight: 700;
}

.phone{
    display: none;
}

.phone-button{
    display: none;
}

/* modal */
button.close {
    width: 71px;
    height: 70px;
    background: url(../image/close.png) no-repeat top;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -10000em;
    cursor: pointer;
    border: 0;
    opacity: 1;
    position: absolute;
    top: 6%;
    right: 6%;
    z-index: 999;

}

button.close:hover {
    background: url(../image/close_on.png) no-repeat top;
    background-size: 100% auto;
}

/* modal */
.modal-dialog {
    top: 50%;
}

#picModal .modal-body {
    padding: 0;
    text-align: center;
}

.modal.in .modal-dialog,
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*navbar*/
.navbar-center {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  
  .navbar-collapse-center {
    text-align: center;
  }
.navbar-inverse {
    background-color: #111;
    border-color: #08080800;
}

.navbar-inverse .navbar-nav>li>a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    padding: 20px;
}

.navbar-inverse .navbar-nav>li>a.brandlogo {
    padding: 5px 0;
    margin-right: 20px;
}

.navbar-inverse .navbar-nav>li>a:focus {
    background-color: transparent;
    outline: none;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #f2d010;
    font-weight: 400;
    font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #ffcc00;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px;
}

/* header */
.headbg {
    background: transparent url(../image/main-bg.jpg) no-repeat 50% 0;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 1;
    overflow: hidden;
}

#header {
    height: 100vh;
    position: relative;
    padding-top: 50px;
}

.dec {
    position: absolute;
    right: 0;
    bottom: 0%;
    z-index: 990;
    overflow: hidden;
}

.dec img{
    height: 105vh;
    max-width: 110%;

}

.dec2{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.titleBox .list {
    transform: translateY(-50%);
}

.titleBox .list li {
    display: inline-block;
}

.titleBox .list li:nth-child(2) {
    vertical-align: top;
    padding-top: 2%
}

.titleBox .list li:first-child a,
.titleBox .list li:last-child a {
    display: block;
    width: 282px;
    height: 102px;
    margin: 0 4px;
}

.titleBox .list li:first-child a {
    background: transparent url(../image/mythical_tb1.png) no-repeat 50% 0;
    background-size: cover;
}

.titleBox .list li:last-child a {
    background: transparent url(../image/mythical_tb2.png) no-repeat 50% 0;
    background-size: cover;
}

.titleBox .list li:first-child a:hover,
.titleBox .list li:first-child.active a:hover {
    background: transparent url(../image/mythical_tb1_on.png) no-repeat 50% 0;
    background-size: cover;
}

.titleBox .list li:last-child a:hover,
.titleBox .list li:last-child.active a:hover {
    background: transparent url(../image/mythical_tb2_on.png) no-repeat 50% 0;
    background-size: cover;
}

/* header */

/* sidebar */
.sideBtn {
    position: fixed;
    left: 1%;
    top: 42%;
    z-index: 1005;
}

.sideBtn ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sideBtn ul>li {
    margin: 0 0 -4px 0;
}

.nav>li>a:focus,
.nav>li>a:hover,
.sideBtn ul>li>a {
    display: block;
    width: 106px;
    height: 20px;
    background: transparent url(../image/sidebar.png) no-repeat 50% 0;
    margin-bottom: 18px;
}


.nav>li>a:hover,
.sideBtn ul>li>a:hover,
.sideBtn ul>li.active a {
    background: transparent url(../image/sidebar-hover.png) no-repeat 50% 0;
    outline: none;
}

.sideBtn ul>li:nth-child(2)>a,
.sideBtn ul>li:nth-child(2)>a:hover,
.sideBtn ul>li:nth-child(2).active a {
    background-position-y: -38px;
}

.sideBtn ul>li:nth-child(3)>a,
.sideBtn ul>li:nth-child(3)>a:hover,
.sideBtn ul>li:nth-child(3).active a {
    background-position-y: -78px;
}

.sideBtn ul>li:nth-child(4)>a,
.sideBtn ul>li:nth-child(4)>a:hover,
.sideBtn ul>li:nth-child(4).active a {
    background-position-y: -120px;
}

.sideBtn ul>li:nth-child(5)>a,
.sideBtn ul>li:nth-child(5)>a:hover,
.sideBtn ul>li:nth-child(5).active a {
    background-position-y: -158px;
}

.sideBtn ul>li:nth-child(6)>a,
.sideBtn ul>li:nth-child(6)>a:hover,
.sideBtn ul>li:nth-child(6).active a {
    background-position-y: -198px;
}

.sideBtn ul>li:nth-child(7)>a,
.sideBtn ul>li:nth-child(7)>a:hover,
.sideBtn ul>li:nth-child(7).active a {
    background-position-y: -239px;
}

/* sidebar */

#tab-1,
#tab-2,
#tab-3,
#tab-4,
#tab-5,
footer {
    background-size: cover !important;
    position: relative;
    z-index: 990;
}


.bg{
    background: url(../image/content-bg.jpg);
    height: 5650px;
    padding-top: 150px;
}

.bg::before{
    /* content:url(../image/line.png); */
    position: relative;
    top: -48px;
    z-index: 999;
}

.line.fixed {
    position: fixed;
    top:20px;
}

.line-circle.fixed {
    position: fixed;
    top: 82px;
    margin: 0;
}
.line{
    background: url(../image/line.png);
    width: 1920px;
    height:100px;
    z-index: 1001;
    bottom:-60px;
    position: absolute;
}


.line-circle{
    z-index: 1001;
    background: url(../image/line-circle.png);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-size: cover;
    margin: auto;
    position:absolute;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: oxxo;
    animation-duration:1s;
    animation-direction:alternate;
    animation-iteration-count:infinite;
} 

@keyframes oxxo{
    0%{
        filter: brightness(1);
    }

    100%{
    filter: brightness(2);
    }
}
#s1,
#s2,
#s3,
#s4,
#s5 {
    width: 100%;
    text-align: center;
}

#header .char{
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100px;
}

#header .title{
    position: absolute;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
 bottom: 0;
}



#s1 .gifts{
    margin-top: 50px;
}

#s1 .char{
    position: absolute;
    right: 0;
    bottom: 236px;
}



#s2 .tit{
    margin-top: 50px;
}

#s2 .content{
    margin-top: 50px;
}

#s2 .btn-google{
    background: url(../image/btn-google.png);
    width: 192px;
    height: 61px;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transform: translate(-50%,-749%);
}

#s2 .btn-google:hover{
    background: url(../image/btn-google-hover.png);
    width: 192px;
    height: 61px;
}

#s2 .char{
    position: absolute;
    left: 0;
    bottom: 725px;
}

#s2 .char-down{
    position: absolute;
    right: 0;
    bottom: 50px;
}

#s3 .content{
    margin-top: 50px;
}

#s3 .char{
    position: absolute;
    left: 0;
    bottom: -90px;
}

#s4 .tit{
    margin-top: 50px;
}

#s4 .content{
    margin-top: 5px;
}

#s4 .char{
    position: absolute;
    right: 0;
    bottom: -180px;
}

#s5 .tit{
    margin-top: 50px;
}

#s5 .content{
    margin-top: 50px;
} 

#s5 .notic{
    margin-top: 150px;
}

#s5 .notic-content{
    margin-top: 30px;
}

#s5 .notic-content ul li{
    margin-top: 5px;
    font-size: 1.5rem;
}

.btnflex {
    display: inline-flex;
    margin: 0px auto;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.item {
    display: inline-block;
    width: 100%;
    max-width: 158px;
    margin: 0px 6px;
    text-align: center;
    cursor: pointer;
}

.item:hover {
    filter: brightness(1.2);
}

.item:hover::before {
    content: url(../image/mythical_drop.png);
    position: absolute;
    top: -26px;
    left: 70px;
}

.navbar-inverse .navbar-brand {
    padding-top: 8px;
    padding-bottom: 0;
    max-width: 220px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #8060ff;
    background-color: transparent;
}

.goh_style {
    line-height: 0;
    text-align: center;
}


/* 角色選單 */

/* footer */
footer {
    margin: 0;
    position: relative;
    z-index: 4;
    background: #000000;
    padding: 30px 0;
}

.copyright {
    text-align: center;
}

.copyright ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.copyright ul li {
    float: left;
    margin: 0 30px;
    color: #c0c0c0;
    vertical-align: middle;
    display: block;
}

.copyright ul li:first-child {
    margin-left: 0;
}

.copyright ul li:last-child {
    margin-right: 0;
}

ul.clearfix>li:nth-child(2)>img:nth-child(1) {
    width: 100px;
}

.copyright .text {
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 0px;
    text-align: center;
}

.copyright .rating {
    width: 40px;
    display: inline-block;
}

.copyright li span {
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    line-height: 1.1;
}

.copyright .cp {
    color: #c0c0c0;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #4b4a58;
    text-align: center;
}

#fireworks {
    padding-top: 5vh;
    min-height: 90vh;
    color: white;
}

@media (max-width: 1024px) {
    .bg{
        height: auto;
        padding-bottom: 88px;
    }
    #header .char img {
        width: 400%;
        max-width: 300%;
        left: 50%;
        transform: translateX(calc(-50% + 17%));
    }

    #header .title {
        bottom: 106px;
    }

    #header .title img {
        width: 250%;
        max-width: 250%;
        left: 50%;
        transform: translateX(calc(-50% + 20%));
    }
    .line {
       left: 50%;
       transform: translateX(-50%);
    }

    .char img,.char-down img {
        width: 50%;
            max-width: 30%;
        }
        #s1 .char {
            position: absolute;
            right: 0;
            bottom: -195px;
            transform: translateX(213px);
        }
    
        #s2 .char {
            position: absolute;
            left: 0;
            bottom: -89px;
            transform: translateX(-152px);
        }
    
        #s2 .char-down {
            position: absolute;
            right: 0;
            bottom: -93px;
            transform: translateX(150px);
        }
        #s2 .btn-google {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 52%;
        }
    
        #s3 .char {
            position: absolute;
            left: 0;
            bottom: -237px;
    transform: translateX(-171px);
}
        }
    
        #s4 .char {
            position: absolute;
            right: 0;
            bottom: -128px;
            transform: translateX(221px);
        }

    #s1,
    #s2,
    #s3,
    #s4,
    #s5 {
        width: 100%;
    }

    #picModal .modal-body {
        transform: translateY(50%);
    }



@media (max-width: 850px) {
    .modal-lg {
        width: 95%;
    }
}

@media (max-width: 768px) {
   
    #s1,
    #s2,
    #s3,
    #s4,
    #s5 {
        width: 100%;
        transform: translateX(0%);
    }

    #picModal .modal-body {
        transform: translateY(100%);
    }

    .titleBox {
        margin: 0;
    }

    .goh_style {
        text-align: left;
    }

    footer {
        margin: 0;
    }

}

@media (max-width: 600px) {
    .copyright {
        text-align: left;
    }

    .copyright ul li:last-child {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .sideBtn{
        display: none;
    }
    .fb1{
        display: none;
    }
    .phone{
        width: 100%;
        display: block;
        position: absolute;
        z-index: 1010;
        display: flex;
        justify-content: center;
        bottom: 20px;
    }
    .phone img{
        max-width: 90%;
    }

    .phone-button{
        display: flex;
        justify-content: left;
        bottom: 0;
        top: 10px;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .phone-button a{
        text-align: center;
    }
    .phone-button img {
        max-width: 84%;
        width: 100%;
    }
    .bg{
        height: auto;
        padding-bottom: 88px;
    }
    #header .char img {
        width: 400%;
        max-width: 400%;
        left: 50%;
        transform: translateX(calc(-50% + 13%));
    }

    #header .title {
        bottom: 106px;
    }

    #header .title img {
        width: 250%;
        max-width: 250%;
        left: 50%;
        transform: translateX(calc(-50% + 20%));
    }
    .line {
       left: 50%;
       transform: translateX(-50%);
    }

    .line.fixed {
        position: fixed;
        top: 16px;
    }

    .dec img {
        height: 100%;
        max-width: 175%;
    }

    .char img,.char-down img {
    width: 50%;
        max-width: 30%;
    }
    #s1 .char {
        position: absolute;
        right: 0;
        bottom: -114px;
        transform: translateX(150px);
    }

    #s2 .char {
        position: absolute;
        left: 0;
        bottom: -89px;
        transform: translateX(-152px);
    }

    #s2 .char-down {
        position: absolute;
        right: 0;
        bottom: -93px;
        transform: translateX(150px);
    }
    #s2 .btn-google {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 52%;
    }


    #s2 .btn-google a {
      display: inline-block;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

    #s3 .char {
        position: absolute;
        left: 0;
        bottom: -189px;
        transform: translateX(-157px);
    }

    #s4 .char {
        position: absolute;
        right: 0;
        bottom: -128px;
        transform: translateX(111px);
    }

    #s5 .notic-content {
        margin-top: 30px;
        text-align: left;
        padding: 1rem;
    }

    .titleBox .list li:first-child a,
    .titleBox .list li:last-child a {
        width: 170px;
        height: 60px;
    }

    .item:hover::before {
        left: 56px;
    }

    .sideBtn {
top: 50%;
    transform: translateY(-50%);
    }

    .copyright ul li {
        margin: 0 12px;
    }

    .navbar-inverse .navbar-brand {
        max-width: 190px;
        padding-top: 13px;
    }

    .copyright ul li:first-child {
        width: 150px;
    }

    .copyright ul li:nth-child(2) {
        width: 66px;
        padding: 5px 0 0;
    }

    .copyright .cp,
    .tab-content ul li a {
        font-size: 12px;
    }

    .copyright .rating {
        width: 10%;
    }

    .copyright li span {
        width: 88%;
    }
}