
.top-banner {
    position: relative;
}

.bannersocial {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 50px 0px;


}

.bannersocial .logo {
    width: 150px;
}

.banner-icon {
    height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
}


.banner-icon .icon {
    width: 25px;
    margin-right: 15px;
}


.main-page {
    padding: 80px 0px 30px;
}

.main-page .logo {
    width: 300px;
    margin: 0 auto;
    height: 100px;
}

.typ-title{
    font-size: 40px;
    text-align: center;
    padding: 20px 0px 50px;
    font-weight: 500;
      font-family: "Anton", sans-serif;
}


.main-page h3 {
    text-align: center;
    font-size: 50px;
}

.main-page h3 span {
    display: block;
}

.main-page .container {
    max-width: 750px;
}



/* ====首頁＝＝＝＝＝ */



.content-slider{
    position: relative;
    padding-bottom: 50px;
}

.menubanner .logo{
    height: 130px;
    width: 80%;
    margin: 0 auto;
    width: 50%;
}
.menubanner{
    background-color: #F9FAF9;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
}


.menutest{
     background-color: #F9FAF9;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
        text-align: center;
}





.menubanner .menu-text{
    text-align: center;
}
.menubanner .menu-text h5{
    font-weight: 800;
    font-size: 21px;
}

.menubanner .menu-text h6{
    margin-top: 5px;
    color: #666;
}

.content-slider .swiper-pagination{
    bottom: 0px;
}

.index-page{
    padding: 50px 0px;
}


.content-slider  .swiper-button-next,
.content-slider  .swiper-button-prev{
    color: #000;
     background-color: #F9FAF9;
       border-radius: 100px;
       border: 1px solid #000;
       width: 40px;
       height: 40px;
}
.content-slider  .swiper-button-next:after, 
.content-slider  .swiper-button-prev:after{
     font-size: 15px;
}
.content-slider .swiper-pagination-bullet-active{
    background-color: #666;
}


.menusic-box{
    margin: 50px 0px;
}









.noto-list {

    margin-top: 15px;
    clear: both;
}

.noto-list ul {
    padding-left: 20px;
    margin-top: 10px;
}

.noto-list li {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}
.noto-list li:before{
    content: "●";
    font-size: 4px;
    margin-right: 5px;
    vertical-align: middle;
    margin-left: -10px;
}




/* ＝＝＝＝info========== */
.line-y {
    border-top: 1px dashed #ddd;
    margin: 40px auto;
}

@media screen and (min-width: 768px) {
    .overview-flex {
        display: flex;
        align-items: center;
    }

    .overview-border {
        margin-right: 20px;
    }
}


.overview-text p {
    font-size: 15px;
}


.event-box h4 {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
    font-size: 21px;
}

.event-list li {
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-weight: 300;
}


.overview-border {
    /* border: solid .5px #191919; */
    padding: 8px 10px;
    border-radius: 20px;
    display: inline-block;
    font-size: 15px;
    width: 120px;
    text-align: center;
    background-color: #000;
    color: #fff;
}


/*------------------------------------*\
    $video
\*------------------------------------*/

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    transform: translateX(0%) translateY(0%) !important;
}

.ticket-btn a {
    background-color: #2f2725;
    color: #fff;
    display: block;
    border-radius: 60px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 300px;
    font-size: 18px;
    margin: 50px auto;
}

.ticket-btn span {
    display: block;
}

.ticket-btn .boll700 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}



/* ========contact======= */
.contact{
        text-align: center;
}
.contact h4{
     font-family: "Anton", sans-serif;
    text-align: center;
    font-size: 30px;
    margin-bottom: 5px;
}

.tip{
    font-size: 16px;
    margin-bottom: 40px;
}


.sorry{
    margin-top: 20px;
}
.sorry p{
    font-size: 14px;
    margin-bottom: 5px;
    color: #63657a;
}

.contact .tab_content .text{
    text-align: center;
    border: 1px solid #000;
    padding: 50px;
}
.contact .tab_content .text h2{
    margin-bottom: 10px;
}

/*------------------------------------*\
             $popup
\*------------------------------------*/
.close {
    width: 60px;
    height: 60px;
    background: #dd433d;
    position: absolute;
    z-index: 999999;
    cursor: pointer;
    right: 0;
    top: 0;
}


.close::before,
.close::after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-top: 28px;
    margin-left: 15%;
    transition: all .3s;
}



.close::after {
    transform: rotate(-45deg);
    margin-top: -2px;
}

.close:hover::before,
.close:hover::after {
    transform: rotate(0deg);
}

.black {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 100;
    opacity: 0.85;
    cursor: pointer;
    display: none;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    max-width: 480px;
    height: 400px;
    text-align: center;
    /*  padding: 40px; */
    display: none;
    color: #000;
    background-color: #97d1f3;
}

.popup h2 {
    font-size: 36px;
    font-weight: 400;
    color: #dd433d;
}

.popup p {
    font-size: 20px;
    margin: 10px 0
}

.popup img {
    width: 100%;
    max-width: 100%;
}

/* =========swiper ======== */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}


.mb-show{
    display: none;
}

@media (max-width: 768px) {
    .mb-show{
        display: block;
    }
    .mb-no{
        display: none;
    }
    .bannersocial .logo{
        margin: 0 auto;
    }
    .banner-icon{
        justify-content: center;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .header .container{
         justify-content: center;
    }
    .container{
        padding: 0px 15px;
    }
    .map{
        padding: 0px 15px;
    }
    .footer ul{
        flex-wrap: wrap;
    }
    .footer li{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }




}