@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
    min-width: 1000px;
    background: #2be0ff;
}

html,
body {
    width: 100%;
    height: 100%;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

/*
img {
    max-width: 100%;
    height: auto;
}
*/
.wrapper {
    min-width: 1200px;
    overflow: hidden;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
}

.vi {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

main {
    height: 910px;
    overflow: hidden;
}

.home {
    position: relative;
    display: block;
    width: 200px;
    height: 150px;
    background: url(../images/home.png);
    z-index: 1020;
}

.char {
    width: 600px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1010;
    pointer-events: none;
}

/*.sub-title {
    position: absolute;
    left: 990px;
    top: 80px;

}*/

.title {
    width: 850px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: -1350px;
    left: 20px;
}

.object {
    position: absolute;
    left: 280px;
    top: -30px;

}

header.main_bg a.sign_btn:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

header.main_bg {
    background: url(../images/header_bg.jpg) no-repeat 50% 0;
    height: 897px;
    margin: 50px 0 0;
    width: 100%;
    min-width: 1000px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

header.main_bg:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: transparent url(../images/header_bg_over.jpg) no-repeat 50% 0;*/
    pointer-events: none;
    -webkit-animation: opacity 5s infinite ease-in-out;
    animation: opacity 5s infinite ease-in-out;
}

@keyframes opacity {
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    50% {
        opacity: 1;
    }
}

header.main_bg .brand-logo {
    display: none;
}

header.main_bg .logo {
    position: absolute;
    z-index: 2;
    display: block;
    top: 20px;
    right: 30px;
    margin: 0;
}

header.main_bg .logo a {
    display: inline-block;
}

header.main_bg a.sign_btn {
    position: absolute;
    bottom: 0;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
}

.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.top-logo {
    background-image: url(../images/toplogo.png);
    width: 150px;
    height: 40px;
    margin-top: 5px;
}

.fb-fanpage {
    background-image: url(../images/fb-icon.png);
    width: 232px;
    height: 33px;
    margin-top: 10px;
}

.conSet {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
    z-index: 1020;
}

/*
.conSet:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/logo_btn_over.png) no-repeat 50% 0;
    pointer-events: none;
    -webkit-animation: opacity 5s infinite ease-in-out;
    animation: opacity 5s infinite ease-in-out;
}
*/
.mainbtn,
.summerEvent,
.download {
    display: inline-block;
    width: 311px;
    height: 107px;
}

.register {
    background: url(../images/mainNav.png) top left no-repeat;
}

.summerEvent {
    background: url(../images/mainNav.png) top center no-repeat;
}

.download {
    background: url(../images/mainNav.png) top right no-repeat;
}

.register:hover,
.summerEvent:hover,
.download:hover {
    background-position-y: bottom;
    transition: all;
}




/*
.navbtn {
  background: url(../images/nav_bg.jpg) repeat-x 0 0;
  height: 96px;
  line-height: 96px;
  text-align: center;
  background-size: contain;
}

.navbtn ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.navbtn ul li {
  display: block;
  float: left;
  padding: 0 46px;
  position: relative;
  margin: 0 17px;
}
*/

/*
.navbtn ul li:before,
.navbtn ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 3px;
    height: 59px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
*/
/*
}


}
*/

/*
.navbtn ul li:hover:after,
.navbtn ul li.active:after {
    background: transparent url(../images/lf-border.png) no-repeat 0 0;
}

.navbtn ul li a:hover,
.navbtn ul li.active a {
    background: transparent url(../images/nav_btn_hover.png) no-repeat 0 0;
}

.navbtn ul li:nth-child(2) a,
.navbtn ul li:nth-child(2) a:hover {
    background-position-y: -34px;
}

.navbtn ul li:last-child a,
.navbtn ul li:last-child a:hover {
    background-position-y: -66px;
}
*/



.content-banner {
    position: relative;
}



.bn1,
.bn2,
.bn3,
.bn4,
.bn5 {
    display: inline-block;
    width: 270px;
    height: 530px;
}


.bn1 {
    background: url(../images/bn1_off.png) bottom left no-repeat;
    transition: all 1s;
    position: absolute;
    top: -100px;
    left: 20px;

}

.bn2 {
    background: url(../images/bn2_off.png) bottom right no-repeat;
    transition: all 1s;
    position: absolute;
    left: 270px;
}

.bn3 {
    background: url(../images/bn3_off.png) bottom right no-repeat;
    transition: all 1s;
    position: absolute;
    top: -100px;
    left: 500px;
}

.bn4 {
    background: url(../images/bn4_off.png) bottom right no-repeat;
    transition: all 1s;
    position: absolute;
    left: 700px;
}

.bn5 {
    background: url(../images/bn5_off.png) bottom right no-repeat;
    transition: all 1s;
    position: absolute;
    top: -100px;
    left: 940px
}

.bn1:hover {
    background: url(../images/bn1_on.png) bottom left no-repeat;
}

.bn2:hover {
    background: url(../images/bn2_on.png) bottom right no-repeat;
}

.bn3:hover {
    background: url(../images/bn3_on.png) bottom right no-repeat;
}

.bn4:hover {
    background: url(../images/bn4_on.png) bottom right no-repeat;
}

.bn5:hover {

    background: url(../images/bn5_on.png) bottom right no-repeat;
}


.tab-pane.active {
    display: block;
}

.tab-pane {
    /*    display: none;*/
}

.content {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

main {
    background: url(../images/con1.jpg) no-repeat;
}

#tab-1 {
    /*overflow: hidden;*/
    min-width: 1000px;
    max-width: 1200px;
    margin: 220px auto;
}

footer.copyright {
    text-align: center;
    padding: 25px 15px;
    background: #fff;
}

footer.copyright img {
    width: 100%;
    height: auto;
}


.twoDetail {
    background: url("../images/topbtn.png") top right no-repeat;
    width: 300px;
    height: 340px;
    display: block;
    position: fixed;
    bottom: 180px;
    z-index: 2000;
    right: 20px;
    opacity: 0.8;
}

.twoDetail:hover {
    background: url("../images/topbtn.png") top left no-repeat;
    opacity: 1;
    transition: all;
}

.topbtn {
    background: url("../images/topbtn.png") bottom right no-repeat;
    width: 300px;
    height: 175px;
    right: 20px;
    position: fixed;
    bottom: 20px;
    z-index: 2000;
    cursor: pointer;
    opacity: 0.8;
}

.topbtn:hover {
    opacity: 1;
    transition: all;
}

/*@media only screen and (min-width: 1400px) {
    .topbtn {
        background: url("../images/topbtn.png") center no-repeat;
        width: 106.4px;
        height: 106.4px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        right: 20px;
    }
}

@media only screen and (min-width: 970px) and (max-width: 1399px) {
    .topbtn {
        background: url("../images/topbtn.png") center no-repeat;
        width: 91.2px;
        height: 91.2px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        right: 20px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 969px) {
    .topbtn {
        background: url("../images/topbtn.png") center no-repeat;
        width: 76px;
        height: 76px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        right: 20px;
    }
}

@media only screen and (max-width: 749px) {
    .topbtn {
        background: url("../images/topbtn.png") center no-repeat;
        width: 60.8px;
        height: 60.8px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        right: 10px;
    }
}*/

/* @media (max-width: 992px) {
  
  header.main_bg .brand-logo {
    display: inline-block;
    width: 130px;
    margin: 10px 0 0 10px;
  }

  header.main_bg .logo {
    display: none;
  }

  .navbar.center .navbar-inner {
    text-align: left;
  }
} */

@media (min-width: 768px) {

    .modal-dialog {
        width: 914px !important;
        height: 589px !important;
        margin: 20vh auto !important;
    }

    .modal-content {
        background: none;
        border: 0px;
    }

    .modal-body {
        width: 914px !important;
        height: 589px !important;
        padding: 0px !important;
        position: relative;
    }

    .aubtn,
    .aubtn:active,
    .aubtn:hover {
        background: #FFF0 !important;
        color: #FFF !important;
        border: 2px #FFF solid !important;
        padding: 4px 38px !important;
        font-size: 19px !important;
        font-weight: bolder;
        -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.35) !important;
        -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.35) !important;
        box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.35) !important;
        position: absolute;
        top: 522px;
        left: 396px;
    }
}

.eventLink {
    display: block;
    width: 600px;
    height: 300px;
/*    background: #159;*/
    position: absolute;
    top: 66px;
    left: 72px;
}