/*all*/
* {
    border: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    font-family: Arial, Microsoft JhengHei;
    /*outline: #f00 1px solid;*/
}

body {
    -ms-overflow: hidden;
    background-color: #000;
}

/*nav ==================================================================================================================*/
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background-color: #222;
    z-index: 9999;
    border: 0;
    box-shadow: 0px 1px 5px 0px rgba(255, 255, 255, .7);
    position: absolute;
    width: 100%;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 6px 40px;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav {
    width: 500px;
}

.navbar-default .navbar-nav>li {
    width: 25%;
    float: right;
}

.navbar-default .navbar-nav>li>a {
    padding: 0;
    margin: .5em 1em;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a img {
    width: 100%;
}

.navtxt01_h {
    position: absolute;
    top: 0;
    opacity: 0;
}

.navtxt01_h:hover {
    opacity: 1;
}

.navtxt02_h {
    position: absolute;
    top: 0;
    opacity: 0;
}

.navtxt02_h:hover {
    opacity: 1;
}

.navtxt03_h {
    position: absolute;
    top: 0;
    opacity: 0;
}

.navtxt03_h:hover {
    opacity: 1;
}

.navtxt04_h {
    position: absolute;
    top: 0;
    opacity: 0;
}

.navtxt04_h:hover {
    opacity: 1;
}

/*.navbar-default .navbar-nav>li>a:hover {
    padding: 0;
    margin: .5em 1em;
    text-decoration: none;
    background-image: url(../images/navtxt01_h.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}*/

@media screen and (max-width:767px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 5px 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-default .navbar-nav>li {
        width: 100%;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 0;
        margin-left: 35px;
        text-decoration: none;
    }

    .navbar-default .navbar-nav>li>a img {
        width: 30%;
    }

/*    .navbar-default .navbar-nav>li>a:hover {
        padding: 0;
        margin-left: 35px;
        text-decoration: none;
        background-image: url(../images/navtxt01_h.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }*/

}

/* ==================================================================================================================*/
.s1 {
    position: relative;
    overflow: hidden;
    
}

.bg01_2 {
    position: absolute;
    opacity: 0;
    -webkit-animation: disappear 4s ease-in-out infinite alternate;
}

@-webkit-keyframes disappear {
    0% {
        opacity: .5;
        filter: brightness(90%);
    }
    50% {
        opacity: 1;
        filter: brightness(130%);
    }
    100% {
        opacity: .5;
        filter: brightness(90%);
    }
}

.p1txt01 {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    /*margin: auto;*/
    width: 55%;
    animation: showImage 1.5s 1s cubic-bezier( .5, 1.5, .25, 1) forwards;
    opacity: 0;
}

@keyframes showImage {
    0% {
        transform: scaleY(0);
        /*transform-origin: bottom;*/
        opacity: 0;
    }
    50% {
        /*transform-origin: bottom;*/
        transform: scaleY(1);
        opacity: 1;
    }
    51%, 100% {
        /*transform-origin: top;*/
        opacity: 1;
    }
}

.h_logo {
    /*position: absolute;*/
    /*top: 12%;*/
    /*left: 0;*/
    /*right: 0;*/
    width: 90%;
    z-index: 999;
    transition: .3s;
    display: inline-block;
}

.h_logo:hover {
    filter: brightness(70%);
}

.sidebtn01 {
    /*position: absolute;*/
    /*top: 12%;*/
    /*left: 0;*/
    /*right: 0;*/
    width: 90%;
    z-index: 999;
    transition: .3s;
    display: inline-block;
}

.sidebtnpos02 a {
    transition: .3s;
}

.sidebtnpos02 a:hover, .active {
    filter: brightness(150%);
}




.s2 {
    /*background: url(../images/bg_02.jpg) no-repeat center center;
    background-size: cover;*/
    position: relative;
    overflow: hidden;
}

.p2tit {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    /*margin: auto;*/
    width: 23%;
}

.p2btncon {
    /*text-align: center;
    padding-right: 45%;*/
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 99;  
}

.p2btnbox {
    display: inline-block;
    width: 13%;
    vertical-align: middle;
}

.p2btn01 {
    width: 100%;
    /*transition: .3s;*/
    display: block;
    position: relative;
}




.p2btn01_h {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.p2btn01_h:hover {
    opacity: 1;
}

.s3 {
    /*background: url(../images/bg_03.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    overflow: hidden;
    position: relative;
    /*top: 60px;*/
}

.p3txtbox {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.p3tit {
    /*position: absolute;
    top: 3%;
    left: 0;
    right: 0;*/
    /*margin: auto;*/
    width: 23%;
    padding-bottom: 3%;
}

.p3txt01 {
    /*position: absolute;
    top: 6%;
    left: 30%;
    right: 0;
    margin: auto;*/
    width: 50%;
}

.p3txt02 {
    /*position: absolute;
    top: 6%;
    left: 30%;
    right: 0;
    margin: auto;*/
    width: 50%;
    padding-top: 3 %;
}

.p3pic01 {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    right: -13%;
    /*margin: auto;*/
    width: 42%;
}

.s4 {
    /*background: url(../images/bg_03.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    overflow: hidden;
    position: relative;
    /*top: 60px;*/
}

.p4txtbox {
    position: absolute;
    top: 2%;
    left: 0;
    right: 30%;
    margin: auto;
    z-index: 9;
}

.p4txt01 {
    /*position: absolute;
    top: 6%;
    left: 0;
    right: 30%;
    margin: auto;*/
    width: 35%;
}

.p4pic01 {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    /*margin: auto;*/
    width: 25%;
}

.s5 {
    /*background: url(../images/bg_03.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    overflow: hidden;
    position: relative;
    /*top: 60px;*/
}

.p5txtbox {
    position: absolute;
    top: 6%;
    left: 30%;
    right: 0;
    margin: auto;
    z-index: 9;
}

.p5txt01 {
    /*position: absolute;
    top: 6%;
    left: 30%;
    right: 0;
    margin: auto;*/
    width: 35%;
}

.p5pic01 {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    right: -8%;
    /*margin: auto;*/
    width: 73%;
}

.s6 {
    /*background: url(../images/bg_03.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    overflow: hidden;
    position: relative;
    /*top: 60px;*/
}

.p6txtbox {
    position: absolute;
    top: 1%;
    left: 0;
    right: 30%;
    margin: auto;
    z-index: 9;
}

.p6txt01 {
    /*position: absolute;
    top: 6%;
    left: 0;
    right: 30%;
    margin: auto;*/
    width: 35%;
}

.p6pic01 {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    right: -25%;
    /*margin: auto;*/
    width: 64%;
}

.s7 {
    /*background: url(../images/bg_03.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    overflow: hidden;
    position: relative;
    /*top: 60px;*/
}

.p7txtbox {
    position: absolute;
    top: 1%;
    left: 28%;
    right: 0;
    margin: auto;
    z-index: 9;
}

.p7txt01 {
    /*position: absolute;
    top: 6%;
    left: 30%;
    right: 0;
    margin: auto;*/
    width: 35%;
}

.p7pic01 {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    right: -3%;
    /*margin: auto;*/
    width: 39%;
}

.s8 {
    /*background: url(../images/bg_03.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    overflow: hidden;
    position: relative;
    /*top: 60px;*/
}

.bg_08 {
    background: url(../images/bg_03.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.p8txt03 {
    width: 15%;
    transition: .3s;
    padding-bottom: 1%;
}

.p8txt03:hover {
    filter: brightness(70%);
}

.p3txtbox a {
    text-decoration: none;
    text-align: center;
}

.p8pic01 {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    right: -5%;
    /*margin: auto;*/
    width: 33%;
}















.footer {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    width: 60%;
    z-index: 99;
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    .footer {
        position: absolute;
        bottom: 2%;
        left: 0;
        right: 0;
        width: 60%;
        z-index: 99;
    }
}

@supports (-ms-ime-align:auto){
    .footer {
        position: absolute;
        bottom: 2%;
        left: 0;
        right: 0;
        width: 60%;
        z-index: 99;
    }
}








/*mobile ==================================================================================================================*/
@media screen and (max-width:1300px) {




}

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

 


}

@media screen and (max-width:767px) {
    .s1 {
        overflow: hidden;
    }

   .bg01 {
        /*width: auto;*/
        height: 100vh;
        position: absolute;
        max-width: unset;
        transform: translate(-36%, 0);
    }

    .bg01_2 {
        /*width: auto;*/
        height: 100vh;
        position: relative;
        max-width: unset;
        transform: translate(-36%, 0);
    }

    .h_logo {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin: auto;
        width: 180px;
        z-index: 999;
        transition: .3s;
        /*display: none;*/
    }

    .p1txt01 {
        position: absolute;
        bottom: 23%;
        left: 0;
        right: 0;
        /*margin: auto;*/
        width: 100%;
    }

    .s2 {
        /*background: url(../images/bg_02.jpg) no-repeat top center;*/
        /*background-size: contain;*/
        overflow: hidden;
    }

    .bg_02 {
        /*width: auto;*/
        height: 100vh;
        position: relative;
        max-width: unset;
        transform: translate(-36%, 0);
    }

    .p2tit {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        /*margin: auto;*/
        width: 50%;
    }

    .p2btncon {
        /*text-align: center;
        padding-right: 45%;*/
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        text-align: center;
        vertical-align: middle;
        z-index: 99;
        
    }

    .p2btnbox {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .p2btn01 {
        width: 27%;
        /*transition: .3s;*/
        display: inline-block;
        position: relative;
    }

    .p2btn02 {
        width: 30%;
        /*transition: .3s;*/
        display: inline-block;
        position: relative;
    }

    .s3 {
        /*background: url(../images/bg_02.jpg) no-repeat top center;*/
        /*background-size: contain;*/
        overflow: hidden;
    }

    .bg03 {
        /*width: auto;*/
        height: 100vh;
        position: relative;
        max-width: unset;
        transform: translate(-45%, 0);
    }

    .p3txtbox {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 9;
    }



    .p3tit {
        /*position: absolute;
        top: 3%;
        left: 0;
        right: 0;*/
        /*margin: auto;*/
        width: 50%;
        padding-bottom: 5%;
    }

    .p3txt01 {
        /*position: absolute;
        top: 6%;
        left: 30%;
        right: 0;
        margin: auto;*/
        width: 90%;
    }

    .p3txt02 {
        /*position: absolute;
        top: 6%;
        left: 30%;
        right: 0;
        margin: auto;*/
        width: 90%;
    }

    .p3pic01 {
        position: absolute;
        bottom: 0;
        /*left: 0;*/
        right: -5%;
        /*margin: auto;*/
        width: 83%;
    }

    .s4 {
        /*background: url(../images/bg_02.jpg) no-repeat top center;*/
        /*background-size: contain;*/
        overflow: hidden;
    }

    .p4pic01 {
        position: absolute;
        bottom: 0;
        /*left: 40%;*/
        right: 25%;
        /*margin: auto;*/
        width: 45%;
    }

    .s5 {
        /*background: url(../images/bg_02.jpg) no-repeat top center;*/
        /*background-size: contain;*/
        overflow: hidden;
    }

    .p5pic01 {
        position: absolute;
        bottom: 0;
        /*left: 0;*/
        right: 0;
        /*margin: auto;*/
        width: 100%;
    }

    .s6 {
        /*background: url(../images/bg_02.jpg) no-repeat top center;*/
        /*background-size: contain;*/
        overflow: hidden;
    }

    .p6pic01 {
        position: absolute;
        bottom: 0;
        /*left: 40%;*/
        right: 0;
        /*margin: auto;*/
        width: 100%;
    }

    .s7 {
        /*background: url(../images/bg_02.jpg) no-repeat top center;*/
        /*background-size: contain;*/
        overflow: hidden;
    }

    .p7pic01 {
        position: absolute;
        bottom: 0;
        /*left: 0;*/
        right: 8%;
        /*margin: auto;*/
        width: 85%;
    }

    .p8txt03 {
        width: 30%;
        transition: .3s;
        padding-bottom: 1%;
    }

    .p8txt {
        text-align: center;
        color: #4D87F6;
        font-size: .8em;
        transition: .3s;
        width: 40%;
    }

    .p8txt:hover {
        text-align: center;
        color: #4D87F6;
        font-size: .8em;
        filter: brightness(70%);
    }

    .p3txtbox a {
        text-decoration: none;
        text-align: center;
    }

    .p8txt02 {
        position: absolute;
        bottom: 21.3%;
        left: 1%;
        right: 0;
        margin: auto;
        width: 16%;
        transition: .3s;
    }

    .p8pic01 {
        position: absolute;
        bottom: 0;
        /*left: 0;*/
        right: 15%;
        /*margin: auto;*/
        width: 65%;
    }














    .footer {
        position: absolute;
        bottom: 3%;
        left: 0;
        right: 0;
        width: 90%;
        z-index: 99;
    }
}











/* ==================================================================================================================*/
.smoke {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.smoke:before {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    background: url(../images/fog.png) repeat-x;
    background-size: contain;
    animation: show_fog 18s infinite;
}

@keyframes show_fog {
    0% {
        opacity: 0;
        background-position: -1400px;
    }

    10%,90% {
        opacity: 1;
    }

    100% {
        opacity: .1;
        background-position: 1400px;
    }
}

.smoke:after {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0; 
    background: url(../images/fog2.png) repeat-x;
    background-size: contain;
    animation: show_fog2 20s ease-out infinite;
}

@keyframes show_fog2 {
    0% {
        opacity: 0;
        background-position: 1400px;
    }

    30%,70% {
        opacity: 1;
    }

    100% {
        opacity: .1;
        background-position: -1400px;
    }    
}

@media screen and (max-width:767px) {
    .smoke:before {
        content: "";
        width: 100%;
        height: 80%;
        position: absolute;
        bottom: 0;
        background: url(../images/fog.png) repeat-x;
        background-size: cover;
        animation: show_fog 18s infinite;
    }

    .smoke:after {
        content: "";
        width: 100%;
        height: 70%;
        position: absolute;
        bottom: 0; 
        background: url(../images/fog2.png) repeat-x;
        background-size: cover;
        animation: show_fog2 20s ease-out infinite;
    }


}

 







