@charset "UTF-8";

body {
    font-family: "微軟正黑體", "Malgun Gothic", Dotum, Tahoma, sans-serif;
    background-color: #FFF;
    color: #000;
}
/*body::-webkit-scrollbar {
    display: none;
}*/

body{
    overflow-y: scroll;
    overflow-x: hidden;
}

.container{
    position: relative;
}
/*樣式共用區*/



/*--------------*/


.section_1{
    height: 100vh;
    width: 100vw;
    position: relative;
    background-image: url('../images/section_1_banner.png') ;
    background-position: center ;
    background-size:  cover;
    background-repeat: no-repeat;
}
.section_1 .fire_particle{
    position: absolute;
    top: 0px;
    left:0px;
    height: 80vh;
    width: 100vw;
    z-index: 1;
    -webkit-clip-path: polygon(32% 25%, 38% 14%, 101% 14%, 100% 89%, 72% 89%, 66% 100%, 0 100%, 0 25%);
    clip-path: polygon(32% 25%, 38% 14%, 101% 14%, 100% 89%, 72% 89%, 66% 100%, 0 100%, 0 25%);
    /* background-color: #000; */
    pointer-events: none;
}

.section_1 .main_btn{
    float: right;
    position: relative;
    top: 35%;
}
.section_1 .main_btn>div{
    margin: 15px 30px;
    filter: brightness(1);
    transition: all 1s ease-out;
}
.section_1 .main_btn>div:hover{
    filter: brightness(1.5);
    transition: all 0.3s ease-in;
}
.section_1 .main_btn>div img{
    transition: all 1s;
}
.section_1 .main_btn>div:hover img{
    /* -webkit-filter: drop-shadow(2px 2px 15px rgba(150, 120, 20,0.5)); */
    filter: drop-shadow(2px 2px 15px rgba(150, 120, 20,0.5));
    transition: all 0.3s;
}


.menu{
    position: absolute;
    height: 165px;
    width: 100vw;
    top: 85%;
    background: #171717;
}

.menu .container div{
    margin-top: 25px;
}
.menu .container div a{
    overflow: hidden;
}
.section_2 .container .menu_4{
    position: relative;
    height: 120px;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 25px;
    
}

.menu .container li{
    position: relative;
    display: inline-block;
    height: 120px;;
    margin-top: 25px;
}

/* 全網站 menu 元素 hover特效 */
.menu .container .menu_1 a{
    background-image: url('../images/menu_1.png');
    background-size: 100% auto ;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    transition: all 1s;
    height: 100%;
    overflow: hidden;   
}

.menu .container .menu_2 a{
    background-image: url('../images/menu_2.png');
    background-size: 100% auto ;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    transition: all 1s;
    height: 100%;
    overflow: hidden;   
}
.menu .container .menu_3 a{
    background-image: url('../images/menu_3.png');
    background-size: 100% auto ;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    transition: all 1s;
    height: 100%;
    overflow: hidden;   
}
.section_2 .container .menu_4{
    background-image: url('../images/menu_4.png');
    background-size: 100% auto ;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1s;
}
.section_3 .container .menu_5{
    background-image: url('../images/menu_5.png');
    background-size: 100% auto ;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1s;
}
.menu .container .menu_1 a:hover{
    background-image: url('../images/menu_1_hover.png');
    background-size: 100% auto ;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.menu .container .menu_2 a:hover{
    background-image: url('../images/menu_2_hover.png');
    background-size: 100% auto ;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.menu .container .menu_3 a:hover{
    background-image: url('../images/menu_3_hover.png');
    background-size: 100% auto ;
    background-position: center ;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.section_2 .container .menu_4:hover{
    background-image: url('../images/menu_4_hover.png');
    background-size: 100% auto ;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.section_3 .container .menu_5:hover{
    background-image: url('../images/menu_5_hover.png');
    background-size: 100% auto ;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}


/* section_2 event1 */
.section_2{
    position: relative;
    background-image: url('../images/event1_content_bg_over.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section_2>.container{
    background-image: url('../images/event1_content_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section_2>.container img{
    width: 100%;
    padding: 0px 100px ;
}
.section_2>.container .item_1 img
,.section_2>.container .item_2 img{

    width: 100%;
    padding: 0px;
}
.section_2 .container .item_1{
    position: absolute;
    right: -200px;
    top: 720px;
    width: 500px;
}
.section_2 .container .item_2{
    position: absolute;
    left: -250px;
    top: 1750px;
    width: 500px;
}

.section_2 .side_nav{
    position: absolute;
    right:50px;
    top: 100px;;
    width: 131px;
    height: 228px;
    background-image: url('../images/side_nav_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.section_2 .side_nav_fix{
    position: fixed;
    top: 120px;
    right: 33px;

}
.section_2 .side_nav .content{
    padding: 5px;
    text-align: center
}
.section_2 .side_nav .content .list{
    padding: 8px 0px;
    position: relative;
}
.section_2 .side_nav .content .line:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 0%;
    bottom: 0px;
    left: calc(50% + 2px);
    background:#e6c38c;
    transition: all 0.5s;
}
.section_2 .side_nav .content .line:hover:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 60%;
    bottom: 0px;
    left: calc(20% + 2px);
    background:#e6c38c;
    transition: all 0.3s;
}
.mango_tab{
    width: 100vw;
}
.tab_top{
    position: absolute;
    top: calc(85% - 50px);
}




/* section_3 event2 */
.section_3{
    position: relative;
    background-image: url('../images/event2_content_bg_over.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section_3>.container{
    background-image: url('../images/event2_content_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section_3>.container img{
    width: 100%;
    padding: 0px 100px ;
}
.section_3 .container .menu_5{
    position: relative;
    height: 120px;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 25px;
    margin-bottom: 250px;
    z-index: 1;
}
.section_3>.container .item_1 img
,.section_3>.container .item_2 img{
    width: 100%;
    padding: 0px;
}
.section_3 .container .item_1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 950px;
}
.section_3 .container .item_2{
    position: absolute;
    right: -300px;
    bottom: 0px;
    width: 700px;
}



/* section_4 event3 */
.section_4{
    position: relative;
    background-image: url('../images/event3_content_bg_over.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section_4>.container{
    background-image: url('../images/event3_content_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}
.section_4>.container img{
    width: 100%;
    padding: 0px 100px ;
}




@media screen and (max-width: 480px){
    .home img{
        width: 170px;
        transform: translate(-45px,5px);
    }

    .fb{
        display: none;
    }    
}




/* .footer */
.footer {
    text-align: center;
    background: #000;
    padding-bottom: 30px;
}

.footer .container{
    position: relative;
    width:1200px;
    margin:auto;
    padding: 15px;
    vertical-align: middle;
    display: inline-block;
}
.navbar .container{
    width: 1200px;
    margin: auto;
}
.footer li{
    display: inline-block;
    padding: 0px 15px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}
.footer li img{
    width: 100%;

}
.footer li:nth-of-type(1){
    width: 22%;
}
.footer li:nth-of-type(2){
    width: 20%;
}
.footer li:nth-of-type(3){
    width: 28%;
}
.footer li:nth-of-type(3) p{
    margin: 0%;
}
.footer li:nth-of-type(4){
    width: 30%;
    
}
.footer li:nth-of-type(4) img{
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
.footer li:nth-of-type(4) p{
    margin: 0px 0% 0% 2%;
    display: inline-block;
    width: 78%;
    vertical-align: middle;
}
@media screen and (max-width: 1600px){

    .section_2 .container .item_1{
        position: absolute;
        right: 0px;
        top: 720px;
        width: 300px;
    }
    .section_2 .container .item_2{
        position: absolute;
        left: 0;
        top: 1750px;
        width: 300px;
    }
    .section_3 .container .item_1{
        left: 0px;
    }
    .section_3 .container .item_2{
        right: 0px;
        width: 450px;
    }

}
@media screen and (max-width: 991px){

    .section_2 .container .item_1{
        position: absolute;
        right: 0px;
        top: 350px;
        width: 300px;
    }
    .section_2 .container .item_2{
        position: absolute;
        left: 0px;
        top: 1450px;
        width: 250px;
    }
    .section_3 .container .item_1{
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 700px;
    }
    .section_3 .container .item_2{
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 400px;
    }

    .section_2>.container
    ,.section_3>.container
    ,.section_4>.container {
        width:100vw;
    }
    
}

@media screen and (max-width: 768px){
    .footer li:nth-of-type(1){
        width: 30%;
    }
    .footer li:nth-of-type(2){
        width: 28%;
        margin-right: 42%;   
    }
    .footer li:nth-of-type(3){
        width: 50%;
    }
    .footer li:nth-of-type(4){
        width: 50%;
    }
    .footer li:nth-of-type(4) img{
        width: 15%;
    }

}

@media screen and (max-width: 991px){
    .section_1 {
        height: 50vh;
        
    }
    .menu{
        top: 42vh;
    }
    .container {
        width: 100vw;
    }
    .section_2>.container
    ,.section_3>.container
    ,.section_4>.container{
        background-size: 126% 100%;
    }
    .section_2>.container .item_1 img, .section_2>.container .item_2 img
    ,.section_3>.container .item_1 img, .section_3>.container .item_2 img
    {
        display: none;
    }
    .section_2>.container img
    ,.section_3>.container img
    ,.section_4>.container img{
        padding: 0px;
    }
    .section_1 .fire_particle{
        height: 40vh;
    }
    
}

@media (max-width: 480px){
    
    .footer li{
        margin-bottom: 15px;
    }
    .footer li:nth-of-type(1){
        width: 42%;
    }
    .footer li:nth-of-type(2){
        width: 40%;
        margin-right: 18%;   
    }
    .footer li:nth-of-type(3){
        width: 100%;
    }
    .footer li:nth-of-type(4){
        width: 100%;
    }
    .footer li:nth-of-type(4) img{
        width: 15%;
    }






    
}
@media (max-width:1200px) {
    .footer .container{
        width: 100%;
    }
}