@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
 body {
     font-size: 16px;
     line-height: 1.42857143;
     color: #281600;
     background-color: #000;
     font-weight: 500;
     
}
body::-webkit-scrollbar{ 
    width:0px;
    display: none;
}

body {
     font-family: "微軟正黑體", "Malgun Gothic", Dotum, Tahoma, sans-serif;
}
a{
    color: #fff;;
}
a:hover{
    text-decoration: none;
}



 .section {
     position: relative;
     -ms-overflow-style: none;
}
 .container {
     position: relative;
     text-align: center;
}
 .container img {
     max-width: 100%;
     height: auto;

}


/* 導覽列 */
 .navbar{
     background: rgba(34,34,34,0.9);
     box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}
 .navbar-brand{
     text-align: center;
}
 .navbar-collapse {
     position: relative;
}


.navbar-collapse:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background:#999;
}
.navbar-nav{
    padding-top: 20px;;
}
.navbar-nav li{
    font-size: 18px;
    line-height: 40px;;
}
.navbar-nav li a{
    color: #aaa;
}
.navbar-nav li a:hover{
    color: #fff;
}


 .social_wrapper{
     position: absolute;
     right: 25%;
}
 .social_wrapper span{
     text-align: center;
     display: inline-block;
     /*width: 80px;*/
     /*height: 40px;*/
     /*transform:translate(0px,6px) scale(0.8) ;*/
     overflow: hidden;
     font-size: 18px;
     vertical-align: middle;
     padding: 0 15px;
     color: #6B6B6B;
}

 .social_wrapper span:hover{
     color: #fff;
}

/* .social_wrapper span:hover{
     background-position: 0px -60px;
}*/
/* .social_btn_1{
     background-image:url('../images/social_1.png');
}
 .social_btn_2{
     background-image:url('../images/social_2.png');
}
 .social_btn_3{
     background-image:url('../images/social_3.png');
}
 .social_btn_4{
     background-image:url('../images/social_4.png');
}*/
 .social_btn_5{
    background-image:url('../images/fb-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 220px;
    height: 40px;
}


/* 背景 BG */

.bg{
    position: absolute;
    width: 100%;
    height: 114%;
    overflow: hidden;
}
 .bg img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);   
    display: block;
    /* bottom: 0px; */
    min-width: 100vw;
    height: 100vh;
     
}

#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;
}

.role01 {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

/* .bg img.light1{
     animation: bglight 5s infinite;
     animation-delay: 0.5s;
}
 .bg img.light2{
     animation: bglight 4.5s infinite;
     animation-delay: 1.0s;
}
 .bg img.light3{
     animation: bglight 4s infinite;
     animation-delay: 1.5s;
}
 .bg img.light4{
     animation: bglight 3.5s infinite;
     animation-delay: 2.0s;
}
 .bg img.light5{
     animation: bglight 5s infinite;
     animation-delay: 2.5s;
}*/
.section .bg{
    /*background-color: #000;*/
}

 @keyframes bglight{
     0%{
         opacity: 0;
    }
     50%{
         opacity: 0.7;
    }
     100%{
         opacity: 0;
    }
}
 .nav_wrapper{
     position: fixed;
     z-index: 1;
}


/* 側欄選單 */
 .side_nav{
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     /*width: 225px;*/
     /*transform: translateY(-50%);*/
     z-index: 1;
     list-style: none;
     color: #FFF;
     text-align: center;
     background: url(../images/tabbar_bg.png);
}

 .side_nav li{
     color: #fff;
     /* font-size: 22px; */
     /* line-height: 38px; */
     vertical-align: middle;
     text-align: center;
     text-shadow: 0 0 3px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1),0 0 3px rgba(0,0,0,1);
     z-index: 1;
     display: inline-block;
     padding: 5px 1%;
}

/*.side_nav li::before{
    content: '';
    position: absolute;
    width: 225px;
    height: 38px;
    left: 7%;
    z-index: -1;
    opacity: 0;
    transition: 0.6s all;
    -webkit-filter:blur(3px);
    background-image: url(../images/side_nav_hover.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top right;
}*/
.side_nav li a:hover{
    /*color: #4fb000;*/
    filter: brightness(200%);
    -webkit-filter:hue-rotate(135deg);
}
/*.side_nav li:hover::before{
    left: 0%;
    opacity: 1;
    transition: 0.3s all;
    -webkit-filter:blur(0px);
}*/

/* 選定狀態(JS控制加入active 樣式) */

.side_nav li .active{
    /*color: #4fb000;*/
    filter: brightness(50%);
    -webkit-filter:hue-rotate(135deg);
}

/*.side_nav li .active:hover{
    color: #4fb000;
    filter: brightness(200%);
    -webkit-filter:hue-rotate(135deg);
}*/
/*.side_nav .active li:before{
    left: 0%;
    opacity: 1;
    transition: 0.3s all;
    -webkit-filter:blur(0px);
}*/

/* 段落 section */
.section .row{
    padding: 0px 15px;
}
.section p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 1.5px;
    padding: 15px 0px;
    margin: 0px;
}
.section-1 {
    min-height: 100vh;
}
/*.section-1 .bg img{
    bottom: -130px;
    min-width: 100vw;
}*/
.section-1 .container .row:nth-of-type(1){
    padding-top: 90px;
    animation-delay: 0.3s;
}
.section-1 .container .row:nth-of-type(2){
    padding-top: 10px;
    animation-delay: 0.6s;
}
.section-1 .container .row:nth-of-type(3){
    padding-top: 50px;
    animation-delay: 0.9s;
}

.LOGO {
    transition: .3s;
}

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

.dib {
    display: inline-block;
}

.section1_btn1 {
    padding: 10px 50px; 
    position: relative; 
    display: inline-block;
}

.section1_btn1_2 {
    padding: 10px 50px;  
    position: relative; 
    display: inline-block;
}

.section1_btn1l {

    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .3s;
}

.section1_btn1l:hover {
    opacity: 1;
}

.section1_btn1l_2 {

    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .3s;
}

.section1_btn1l_2:hover {
    opacity: 1;
}

.section1_btn2l {
    /*padding: 10px 50px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .3s;
}

.section1_btn2l:hover {
    opacity: 1;
}

.section-2 {
    min-height: 100vh;
    padding-top: 160px;
}
.section-2 .container .row:nth-of-type(1){
    /* padding-top: 180px; */
}
.section-2 .container .row:nth-of-type(2){
    padding-top: 60px;
}
.section-2 .container .row:nth-of-type(2) P{
    margin-left: 8.333333%;
}
.section-2 .container .row:nth-of-type(3){
    padding-top: 50px;
}
.section-2 .container .row:nth-of-type(4){
    margin-top: 50px;
}

.section2_1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.section2_2 {
    position: relative;
    top: 60%;
}

.section2_2_l {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: disappear 1.2s ease-in-out infinite alternate;
}

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

.section-3 .article{
    width: 100%;
    position: absolute;
    /* bottom: 130px; */
    height: initial;
    background:url('../images/section2_5.png')  no-repeat center; background-size: 100% 100%;
}
.section-3 .article p{
    font-size: 16px;
    padding: 8px;
}
.section-3 .article img{
    padding-top:8px ;
}

.section-3 {
    min-height: 100vh;
    padding-top: 60px;
}
.section-3 .container .row:nth-of-type(1){
     padding-top: 50px; 
}
.section-3 .container .row:nth-of-type(2){
    padding-top: 40px;
}

.section-3 .carousel-control-next-icon{
    background-image: url('../images/arrow_R.png');
}
.section-3 .carousel-control-prev-icon{
    background-image: url('../images/arrow_L.png');
}

.section-4 {
    min-height: 100vh;
    padding-top: 20px;
}

.section-4 .container .row:nth-of-type(1){
     padding-top: 50px; 
}
.section-4 .container .row:nth-of-type(2){
    padding-top: 60px;
    padding-bottom: 100px;
}
.section-5{
    min-height: 100vh;
}
.section-5 .container .row:nth-of-type(1){
     padding-top: 50px; 
}
.section-5 .container .row:nth-of-type(2){
    padding-top: 60px;
    padding-bottom: 100px;
}
.section-5 .container .row:nth-of-type(2) p{
    font-size: 18px;;
}
.section-5 .tab_container .tab_content .g_bg{
    background-image: url('../images/section5_2_1_BG.png');
    background-size: 100% 100%;
    margin: 15px 0px;   
}
.section-5 .tab_container .tab_content .g_bg img{
    position: relative;
    max-width: 100%;
    height: auto;
    padding: 15px 0px;
}

.section-5 .tab_container .tab_content .g_title{
    font-size: 22px;
    color: #5fd301;
}
.section-5 .tab_container .tab_content .note{
    font-size: 16px;
    color: #fff9;
}
.section-5 .tab_container #tabB5 p{
    padding: 5px;
}

.section-6{
    min-height: 100vh;
}

.section-6 .container .row:nth-of-type(1){
     padding-top: 50px; 
}


/* 頁籤  tab*/


 .mango_tab .tabs {
     padding: 0;
     margin-bottom: 20px;
     width: 100%;
     background-repeat: no-repeat;
     background-position: center top;
     text-align: center;
}

 .mango_tab .tabs li {
     position: relative;
     display: inline-block;
     width: 145px;
     height: 33px;
     margin: 10px -4px;
 }
 .mango_tab .tabs li a {
     background-image: url(../images/section4_2.png);
     background-repeat: no-repeat;
     display: block;
     height: 100%;
     white-space: nowrap;
     overflow: hidden;
     font-size: 20px;
     line-height: 32px;
     color: #fff;
     text-shadow: 0 0 5px rgba(0,0,0,1),0 0 5px rgba(0,0,0,1);
     transition: 0.3s all;
}
.mango_tab .tabs li a:hover ,.mango_tab .tabs li.active a{
    color: #4fb000;
    transition: 0.3s all;
}
.section-5 .mango_tab .tabs li a::before{
    position: absolute;
    top: -100%;
    left: 50px;
    font-size: 14px;  
}
.section-5 .mango_tab .tabs li:nth-of-type(1) a::before{
    content: 'EVENT01';
}
.section-5 .mango_tab .tabs li:nth-of-type(2) a::before{
    content: 'EVENT02';
}
.section-5 .mango_tab .tabs li:nth-of-type(3) a::before{
    content: 'EVENT03';
}
.section-5 .mango_tab .tabs li:nth-of-type(4) a::before{
    content: 'EVENT04';
}
.section-5 .mango_tab .tabs li:nth-of-type(5) a::before{
    content: 'NOTICE';
}
.section-5 .mango_tab.mango_tab2 .tab_container {
    width: 100%;
    margin-top: 45px;
}


/* footer */
.footer{
    height: 100px;
    background-color: #fff;
}
.footer .container p{
    text-align: left;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    font-weight: 500;
}
.footer .container .row{
    height: 100%;
}
.footer .container p{
    margin: 0px;;
    letter-spacing:0px;
}
.footer .container .row img{
    height: auto;
    padding-right: 5px;
}
.footer .container .row div{
    padding: 15px 15px;
}
.footer .container .row .row{
    margin: 0px;
    height: initial;
}

.footer01 {
    width: 100%;
    padding-bottom: 40px;
    background-color: #fff;
}

@media (max-width:992px){
    .footer .container{
        max-width: 100%;
        padding-bottom: 50px;
    }
}
@media (max-width:480px){
    .footer .container p{
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }
    .section-1 .row div{
        padding: 0px;
    }
    .section-1 .container .row:nth-of-type(1){
        padding-top: 70px;
    }
    .section-1 .container .row:nth-of-type(3){
        padding-top: 100px;
    }

    .section1_btn1 {
        padding: 0; 
        position: relative; 
        display: inline-block;
        width: 30%;
    }

    .section1_btn1_2 {
        padding: 0;  
        position: relative; 
        display: inline-block;
        width: 30%;
    }

    .section1_btn1l {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: .3s;
    }

    .section1_btn1l:hover {
        opacity: 1;
    }

    .section1_btn2 img {
        width: 30%;
    }

    .section1_btn1l_2 {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: .3s;
    }

    .section1_btn1l_2:hover {
        opacity: 1;
    }

    .section1_btn2l {
        /*padding: 10px 50px;*/
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: .3s;
    }

    .section1_btn2l:hover {
        opacity: 1;
    }
    
    .section-2 {
        min-height: 100vh;
    }
    .section-2 .container .row:nth-of-type(1){
        padding-top: 35px;
    }
    .section-2 .container .row:nth-of-type(2){
        padding-top: 30px;
    }
    .section-2 .container .row:nth-of-type(3){
        padding-top: 20px;
    }
    .section-2 .container .row:nth-of-type(4){
        margin-top: 20px;
    }
    .section-3 .article p{
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
    }
    .section-3 .container .row:nth-of-type(2){
        padding-top: 80px;

    }
    .section-3 .carousel-inner{
        overflow: hidden;
        padding-bottom: 100px;
    }
    .section-3 {
        min-height: 100vh;
    }
    .section-4 {
        min-height: 100vh;
    }
    .section-4 .container .row:nth-of-type(2){
        padding-bottom: 60px;
    }


    .section2_1 {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        top: 20%;
    }

    .section-3 {
        min-height: 100vh;
        padding-top: 50px;
    }


    .section-4 {
        min-height: 100vh;
        padding-top: 20px;
    }

    .section-5 {
        min-height: 100vh;
        padding-top: 0;
    }
    .section-6 {
        min-height: 100vh;
        padding-top: 0;
    }

    .section-3 .container .row:nth-of-type(1){
         padding-top: 100px; 
    }

    .section-4 .container .row:nth-of-type(1){
         padding-top: 100px; 
    }

    .section-5 .container .row:nth-of-type(1){
         padding-top: 100px; 
    }

    .section-6 .container .row:nth-of-type(1){
         padding-top: 100px; 
    }







    .mango_tab .tabs li {
        margin: 10px 0px;
        height: 30px;
    }
    .mango_tab .tabs li a {
        font-size: 16px;
        line-height: 30px;
    }
    .section-5 .mango_tab .tabs li {
        margin: 20px 0px;
    }
    .section-5 .mango_tab .tabs li a::before{
        font-size: 12px;;
    }


}





 @media (min-width: 769px) {
     .navbar> .navbar-brand {
         position: relative;
         left: 25%;
         /*transform: translateX(-50%);*/
         height: 40px;
         width: 150px;
         padding: 0;
         line-height: inherit;
         text-indent: 100%;
         white-space: nowrap;
         overflow: hidden;
         background-image: url(https://landing.mangot5.com/template/common/images/toplogo.png);
         background-repeat: no-repeat;
         background-position: center center;
         background-size: contain;
    }

    
}
@media (max-width: 768px) {
    .section-3 .article{
        bottom: -70px;
    }
    .section-3 .article img{
        width: 100px;
    }
    .section-3 .article p{
        font-size: 14px;
        line-height: 16px;;
    }
    .section-2 .container .row:nth-of-type(2) P{
        margin-left: 0%;
    }

    .side_nav{
        width: 100vw;
        height: 100px;
        top: auto;
        bottom: 0px;
        background-color:rgba(0,0,0,0.8);
        transform: translateY(0);
        box-shadow: 0px -3px 2px rgba(0,0,0,0.3);
        background-size: contain;
    }



}

 @media (min-width: 992px){
     /* PC版本把文字選單藏起，只顯示圖示 */
     .navbar-collapse {
         position:absolute;
         top:-60px;
    }
}
@media (max-width: 992px){
    .social_wrapper{
        display: none;
    }
   .side_nav{
        width: 100vw;
        height: 65px;
        top: auto;
        bottom: 0px;
        background-color:rgba(0,0,0,0.8);
        transform: translateY(0);
        box-shadow: 0px -3px 2px rgba(0,0,0,0.3);
        background-size: contain;
    }

   .side_nav li{
       position: relative;
       display: inline-block;
       width: 18%;
       /* font-size: 18px; */
       /* line-height: 40px; */
       bottom: 0;
    }
   .side_nav li::before{
       
        background-image: url(../images/side_nav_hover_M.png);
        background-size: 100% 40px;
        background-position: center;
        height: 40px;
        width: 120%;
        transform: translateX(-7%);
    }
    .section p{

        font-size: 14px;
        line-height: 24px;
        font-weight: 100;
        letter-spacing: 0.5px;
    }
    .side_btn img{
        width: 100%;
    }

    
}
@media (max-width: 480px){
    .side_nav li{
        /* font-size: 14px; */
    }

    .section-3 .article img{
        width: 70px;
    }
    .section-3 .article p{
        font-size: 12px;
        line-height: 14px;;
    }
    .section-5 .container .row:nth-of-type(2) p{
        font-size: 14px;
    }
    .section-5 .tab_container .tab_content .g_title{
        font-size: 16px;
    }
    .section-5 .tab_container .tab_content .note{
        font-size: 12px;
    }
    
} 

@media (max-width: 1024px){
     .social_wrapper{
         position: absolute;
         right: 3%;
    }

    .navbar> .navbar-brand {
         position: relative;
         left: 3%;
         /*transform: translateX(-50%);*/
         height: 40px;
         width: 150px;
         padding: 0;
         line-height: inherit;
         text-indent: 100%;
         white-space: nowrap;
         overflow: hidden;
         background-image: url(https://landing.mangot5.com/template/common/images/toplogo.png);
         background-repeat: no-repeat;
         background-position: center center;
         background-size: contain;
    }
}