@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: "微軟正黑體", Arial, sans-serif;
    background: #000;
}

body,
html {
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

li,
ol,
ul {
    list-style: none;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

.sideBar {
    position: fixed;
    display: block;
    left: -170px;
    top: 20%;
    /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
    z-index: 95;
    width: 217px;
    height: 85px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sideBar.active {
    left: -1px;
}

.sideBtn {
    position: absolute;
    top: 0;
    width: 47px;
    height: 100%;
    z-index: 10;
    right: 0;
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 0;
    text-align: center;
    background: transparent;
}

.sideBar a {
    display: block;
    background: url(../images/sidebtn.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sideBar.active a {
    background: url(../images/sidebtn_hover.png) no-repeat 0 0;
}

.wrapper {
    min-width: 1170px;
    overflow: hidden;
/*    height: 3950px;*/
}

.container {
    width: 1170px !important;
}

.btnShowHide,
.tabNavbar ul li a,
.btnFixed span a {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.titleBox {
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    /*margin: -50px 0 0;*/
    left: 0;
    right: 0;
}

.tit {
    display: inline-block;
    margin-left: 88px;
}

#section0:after {
    position: absolute;
    content: '';
    background: url(../images/line2.png) no-repeat;
    background-size: cover;
    background-position: center;
    /*opacity: .7;*/
    /*height: 100%;*/
    /*width: 100%;*/
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
}

#myvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    background-color: black;
    background-size: cover;
    object-fit: cover;
    z-index: -2;
}



.home {
    position: absolute;
    top: 3px;
    left: 52px;
    z-index: 999;
}

.fb {
    position: absolute;
    top: 12px;
    right: 30px;
    display: none;
}

.date {
    margin: -30px 0 0;
}

.btnShowHide {
    position: fixed;
    display: block;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    cursor: pointer;
}

.newmail {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 990;
}

.newmail a {
    background: url(../images/newmail_c.png) no-repeat center;
    background-size: cover;
    width: 80px;
    height: 85px;
    display: block;
    transition: .3s;
}

.newmail a:hover {
    background: url(../images/newmail_o.png) no-repeat center;
    background-size: cover;
    width: 80px;
    height: 85px;
    display: block;
    -webkit-filter: brightness(180%);
    filter: brightness(180%);
}

.btnShowHide.active {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.btnFixed {
    background: transparent url(../images/btn_bg.png) no-repeat 0 0;
    width: 653px;
    min-height: 131px;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
}

.btnFixedCont {
    width: 51%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.btnDownload a, .btnHome a, .btnRigister a {
    display: inline-block;
}

.btnDownload {
    position: absolute;
    top: 0;
    left: 0;
    right: 200px;
    margin: auto;
    z-index: 99;
}

.btnHome {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.btnRigister {
    position: absolute;
    top: 0;
    left: 200px;
    right: 0;
    margin: auto;
}



/*.btnFixed span {
    display: inline-block;
    position: absolute;
    left: 0;
}

.btnFixed span a {
    display: block;
}

.btnFixed span:first-child {
    margin: -12px  0 0;
}

.btnFixed span:nth-child(2) {
    margin: -24px 0 0;
    right: 0;
}

.btnFixed span:last-child {
    right: 0;
    margin: -12px 0 0;
    left: auto;
}*/

.section {
    text-align: center;
    position: relative;
}

#section0 {
    height: calc(100vh + 50px);
    overflow: hidden;
}

#section1 {
    background: url(../images/s1_bg.png) no-repeat 50% 0;
    z-index: 5;
    height: 165vh;
    position: relative;
    top: 200px;
}

/*#section1:before {
    position: absolute;
    content: '';
    background: transparent url(../images/overlay.png) repeat-x;
    width: 100%;
    height: 317px;
    left: 0;
    right: 0;
    bottom: 100%;
}*/

.secTitle-1 {
    position: absolute;
    top: 40px;
    left: 320px;
    /*margin: 75px 0 0;*/
}

.secCont {
    /*position: relative;*/
    width: 809px;
    margin: 0 auto;
    /*z-index: 1;*/
}

.drD {
    position: absolute;
    top: 180px;
    right: -80px;
    width: 45%;
    /*bottom: 0px;*/
    z-index: 1;
}

#section2 {
    background: url(../images/s2_bg.png) no-repeat 50% 0;
    position: relative;
    top: -200px;
    z-index: 3;
    height: 120vh;
}

.secTitle-2 {
    position: absolute;
    top: 0px;
    right: 330px;
}

.s1_content {
    position: relative;
    top: 200px;
}

.drD2 {
    position: absolute;
    top: 100px;
    left: -80px;
    width: 45%;
    /*bottom: 0px;*/
    z-index: 1;
}

.s2_pic {
    padding: 72px 0 0;
    width: 464px;
}

.tabNavbar {
    background: transparent url(../images/s2_btn_bg.png) no-repeat 0 0;
    margin: 0 0 8px;
    position: relative;
    z-index: 3;
}

.tabNavbar ul {
    padding: 0;
    margin: 0;
}

.tabNavbar ul li {
    float: left;
    display: block;
    width: 150px;
    height: 50px;
    margin: 13px 10px 0 0;
}

.tabNavbar ul li.active a,
.tabNavbar ul li a:hover,
.btnFixed span a:hover,
.btnShowHide:hover {
    -webkit-filter: brightness(180%);
    filter: brightness(180%);
}

.tabNavbar ul li a {
    display: inline-block;
    background: url(../images/tabs_btn.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    text-indent: -99999em;
}

.tabNavbar ul li:nth-child(2) a {
    background-position-x: -150px;
}

.tabNavbar ul li:nth-child(3) a {
    background-position-x: -300px;
}

.tabNavbar ul li:last-child {
    margin-right: 0;
}

.tabContent {
    background: transparent url(../images/s2_content_bg.png) no-repeat 0 0;
    width: 650px;
    height: 500px;
    position: relative;
    z-index: 2;
}

.tab-pane {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 45px;
}

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

#tab-1 {
    background: transparent url(../images/s2_content-1.png) no-repeat 0 0;
    width: 560px;
    height: 419px;
    margin: 0 auto;
}

#tab-2 {
    left: 26px;
    margin: -137px 0 0;
    background: transparent url(../images/s2_content-2.png) no-repeat 0 0;
    width: 658px;
    height: 538px;
    padding: 204px 0 0;
}

#tab-2 ul {
    margin: 0;
    padding: 0;
}

#tab-2 ul li {
    display: block;
    float: left;
    margin: 0 10px;
}

#tab-2 ul li:first-child {
    margin-left: 21px;
}

#tab-2 ul li a {
    display: inline-block;

}

#tab-3 {
    background: transparent url(../images/s3_content-1.png) no-repeat 0 0;
    width: 607px;
    height: 413px;
    margin: 0 auto;
}

#tab-4 {
    background: transparent url(../images/s3_content-2.png) no-repeat 0 0;
    width: 609px;
    height: 407px;
    margin: 0 auto;
}

#tab-5 {
    background: transparent url(../images/s3_content-3.png) no-repeat 0 0;
    width: 602px;
    height: 377px;
    margin: 0 auto;
}

.popoverShow {
    z-index: 999;
    display: none;
}

.popoverShow .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
}

.popoverShow .img-show {
    position: absolute;
    top: 30%;
    left: 0;
    /* transform: translate(-50%, -50%); */
    overflow: hidden;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

span.closeBtn {
    position: absolute;
    top: 6px;
    right: 50%;
    width: 25px;
    height: 21px;
    z-index: 9999;
    cursor: pointer;
    margin-right: -111px;
}

#section3 {
    background: url(../images/s3_bg.jpg) no-repeat 50% 0;
    height: 120vh;
    position: relative;
    top: -150px;
    z-index: 1;
}

.secTitle-3 {
    position: absolute;
    top: 40px;
    left: 320px;
}

.s3_pic {
    padding: 50px 0 0;
    width: 472px;
}

/*#section4 {
    background: url(../images/s4_bg.jpg) no-repeat 50% 0;
    z-index: 5;
    height: 1083px;
}*/

.s4_pic {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.copyright {
    background: #000;
    padding: 90px 0 0;
    text-align: center;
    position: relative;
/*    top: -800px;*/
}

.movbox {
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    height: 35%;
}

.role_all {
    padding: 200px 0 0 0;
}

.bounce {
    width: 23%;
    transition: .3s ease-in-out;
    position: relative;
    bottom: 250px;
    right: -200px;
}

.bounce:hover {
    transition: .3s ease-in-out;
    transform: scale(1.03);
    -webkit-filter: brightness(180%);
    filter: brightness(180%);
}

.item01 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

.item02 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

.item03 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

.item04 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

.item05 {
    /*background: url(../images/fb.jpg) 0 0 no-repeat;*/
}

/*.carousel-caption {
    width: 300px;
    margin: 0 auto;
}*/

.item img {
    margin: 0 auto;
    /*position: relative;*/
    /*left: 13%;*/
}

.charset_ol {
    /*display: inline-block;*/
    /*margin-left: -40px;*/
    position: absolute;
    top: 200px;
    left: 300px;
    z-index: 1010;

}

.charset_ol li {
    display: inline-block;
    /*font-size: 0;*/
    /*float: left;*/
    /*cursor: pointer;*/
    /*margin-right: 10px;*/
}

.charset_ol li:hover {
    display: inline-block;
    /*font-size: 0;*/
    /*float: left;*/
    /*cursor: pointer;*/
    /*margin-right: 10px;*/
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}


/*.fancybox-iframe {
    position: absolute;
    top: 0;
}*/

/*.fancybox-slide--iframe .fancybox-content {
    background: none;
    overflow: hidden;
}*/

/*.fancybox-slide {
    top: 50px;
    left: 300px;

}

.fancybox-button {
    background: url(../images/bounce_cls.png) no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin: auto;
    padding: 10px;
    position: relative;

    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 100px;
}

.fancybox-toolbar {
    right: 390px;
    top: 140px;
}

.fancybox-button svg {
    display: none;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}*/

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    background: url(../images/arrow_l.png) no-repeat 50% 50% ;
    background-size: 15%;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    background: url(../images/arrow_r.png) no-repeat 50% 50% ;
    background-size: 15%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    display: none;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=0);
    opacity: 1;
    /*background: url(../images/bounce_cls.png);*/
    position: absolute;
    top: 6%;
    right: 5%;

}

button.close {
    padding: 30px 30px;
    cursor: pointer;
    background: url(../images/bounce_cls.png) 0 0 no-repeat;
    background-size: cover; 
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5);
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
    outline: 0;
    background: none;
    width: 900px;
}

.modal {
    position: fixed;
    top: 10%;
    right: 20%;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: visible;
    overflow-y: visible;
}


@media (min-width: 1200px) {
    .fb {
        display: block;
    }
}

@media (min-width: 767px) {
    .wrapper {
        min-width: 1170px;
        overflow: hidden;
        min-height: 3500px;
    }
}
  @media (orientation: portrait){
    #section0 {
        height: calc(100vh + 50px);
        overflow: hidden;
    }
    #section1 {
        background: url(../images/s1_bg.png) no-repeat 50% 0;
        z-index: 5;
        height: 80vh;
        position: relative;
        top: 200px;
    }
    #section2 {
        background: url(../images/s2_bg.png) no-repeat 50% 0;
        position: relative;
        top: 0;
        z-index: 3;
        height: 80vh;
    }
    #section3 {
        background: url(../images/s3_bg.jpg) no-repeat 50% 0;
        height: 80vh;
        position: relative;
        top: 0;
        z-index: 1;
    }
    .secTitle-1 {
        position: absolute;
        top: 40px;
        left: 100px;
        /*margin: 75px 0 0;*/
    }
    .movbox iframe {
        width: 70%;
        height: 100%;
    }
    .secTitle-2 {
        position: absolute;
        top: 0px;
        right: 100px;
    }
    .secTitle-3 {
        position: absolute;
        top: 40px;
        left: 100px;
    }
    .charset_ol {
        /*display: inline-block;*/
        /*margin-left: -40px;*/
        position: absolute;
        top: 200px;
        left: 50px;
        z-index: 1010;

    }
  }
