/*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;
}

.pb2 {
    padding-bottom: 3%;
}

.pb5 {
    padding-bottom: 8%;
}

.pb10 {
    padding-bottom: 15%;
}

.mb15 {
    margin-bottom: 18%;
}

.mb30 {
    margin-bottom: 35%;
}

.mb40 {
    margin-bottom: 48%;
}

.mb50 {
    margin-bottom: 55%;
}

.mt2 {
    margin-top: 2%;
}

.mt5 {
    margin-top: 5%;
}

.mt10 {
    margin-top: 10%;
}

.pd10 {
    padding: 10% 15px;
}

.pd5 {
    padding: 5% 0;
}

.pdlr15 {
    padding: 0 20px;
}

.mr50 {
    margin-right: 30px;
}

.glyphicon {
    font-size: 25px;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /*display: none;*/
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 5% 10%;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

/*goTop ==================================================================================================================*/
#goTop {
    display: none;
    position: fixed;
    bottom: 6%;
    right: 2%;
    z-index: 999;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    /*margin-left: 1em;*/
}

.upbox {
    width: 4em;
    height: 4em;
    /*background-color: #fff;*/
    text-align: center;
    /*border-radius: 50%;*/
    /*line-height: 2.5;*/
    /*color: #fff !important;*/
}

.upbox:hover {
    filter: brightness(160%);
}

@media screen and (max-width:767px) {
    #goTop {
        display: block;
        position: absolute;
        bottom: 3%;
        right: 0;
        z-index: 999;
        cursor: pointer;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        /*margin-left: 1em;*/
    }

    .upbox {
        width: 2em;
        height: 2em;
        background-color: #999;
        text-align: center;
        border-radius: 50%;
        line-height: 1.8;
        color: #fff!important;
    }

    .upbox:hover {
        background-color: #eee;
        box-shadow: 0px 0px 5px 2px #ccc;
    }
}

/* ==================================================================================================================*/
.conpage01 {
    position: fixed;
    /*top: -50px;*/
    overflow: hidden;
}

.bg_01 {
    position: relative;
}

.h_logo {
    position: absolute;
    top: 3%;
    left: 15%;
    width: 10%;
    z-index: 999;
    transition: .3s;
}

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

.role03 {
    position: absolute;
    top: 10%;
    left: 1%;
    /*right: 0;*/
    /*margin: auto;*/
    width: 15%;
    -webkit-animation: move 1.8s ease-in-out infinite alternate;
}

@-webkit-keyframes move {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-5deg);
        left: 2%;
    }
}

.role04 {
    position: absolute;
    top: -5%;
    /*left: 0;*/
    right: -8%;
    /*margin: auto;*/
    width: 45%;
    -webkit-animation: updown 3s ease-in-out infinite alternate;
}

@-webkit-keyframes updown {
    0% {
        top: -5%;
        right: -8%;
    }

    50% {
        top: -3%;
        right: -6%;
    }

    100% {
        top: -5%;
        right: -4%;
    }
}

.role01 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 55%;
    margin: auto;
    width: 25%;
}

.role02 {
    position: absolute;
    bottom: -1px;
    left: 45%;
    right: 0;
    margin: auto;
    width: 38%;
}

.p1txt01 {
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: auto;
    width: 32%;
    opacity: 0;
    transition-duration: .8s;
}
.p1txt01.animated {
    opacity: 1;
    transition-delay: 1.5s;
}

@-webkit-keyframes disappear {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(500, 500, 500);
        transform: scale3d(500, 500, 500);
    }

    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }

    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(500, 500, 500);
        transform: scale3d(500, 500, 500);
    }

    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }

    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}





.conpage02 {
    position: relative;
    /*overflow: hidden;*/
}

.contall {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    margin-top: 43%;
}

.contentbox {
    text-align: center;
}

#tab ul {
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
}

#tab ul li {
    display: inline-block;
    width: 18%;
}

#tab ul li img {
    width: 100%;
    padding: 0 1%;
}

.t1 {
    position: relative;
}

.t2 {
    position: relative;
}

.t3 {
    position: relative;
}



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

.btn_h:hover {
    opacity: 1;
}

.active {
    opacity: 1;
}

.tab-content-1 {
    position: relative;
}

.tab-content-2 {
    position: relative;
}

.tab-content-3 {
    position: relative;
}

.content_2 {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    margin: auto;
    width: 52%;
}

.content_3 {
    position: absolute;
    top: 16.7%;
    left: 0;
    right: 24%;
    margin: auto;
    width: 11.8%;
    transition: .2s;
    z-index: 999;
}

.content_3:hover {
    filter: brightness(130%);
}

.nub {
    color: #ffea00;
    position: absolute;
    top: 16.6%;
    left: 22%;
    right: 0;
    margin: auto;
    font-size: 1em;
    text-shadow: rgba(0% ,0% ,0% ,0.6) 0.1em 0.1em 0.2em;
    font-weight: 600;
}

.content02_2 {
    position: absolute;
    top: 7.2%;
    left: 0;
    right: 0;
    margin: auto;
    width: 52%;
}

.content02_3 {
    position: absolute;
    top: 13.3%;
    left: 0;
    right: 24%;
    margin: auto;
    width: 11.8%;
    transition: .2s;
    z-index: 999;
}

.content02_3:hover {
    filter: brightness(130%);
}

.nub2 {
    color: #ffea00;
    position: absolute;
    top: 13.2%;
    left: 22%;
    right: 0;
    margin: auto;
    font-size: 1em;
    text-shadow: rgba(0% ,0% ,0% ,0.6) 0.1em 0.1em 0.2em;
    font-weight: 600;
}



.tab-pane.active {
    display: block;
}

.tab-pane {
    display: none;
}



.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 55%;
    padding: 50px 0 10px;
}











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















}