 *{
     margin: 0px;
     padding:0px;
     font-family: "微軟正黑體";
}
 ::-webkit-scrollbar {
     -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
     width:10px;
     height:10px;
}
/*定义滚动条轨道 内阴影+圆角*/
 ::-webkit-scrollbar-track {
     -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
     background-color:#fff;
}
/*定义滑块 内阴影+圆角*/
 ::-webkit-scrollbar-thumb {
     background-color: #232323;
}
 @media (max-width: 992px) {
 ::-webkit-scrollbar {
     display: none;
}
/*定义滚动条轨道 内阴影+圆角*/
 ::-webkit-scrollbar-track {
     display: none;
}
/*定义滑块 内阴影+圆角*/
 ::-webkit-scrollbar-thumb {
     display: none;
}
 }
/* 主要banner - start */
.main-banner-wrap{
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 130px;
    justify-content: center;
}

.main-banner-wrap img{
    float: left;
    width: 100%;
    height: 100%;
}

.goto{
    width: 30%;
    position: absolute;
    top: 79%;
    margin: 0 auto;
}
.goto img{
    width: 100%;
}
/* 主要banner - end */

/* 單一商品介紹 - start */
.gray-color-bg{
    background-color: #232323;
    width: 100%;
    padding: 2% 0;
}
.gray-color-bg h2{
    font-size: 26px;
    font-family: "微軟正黑體";
    color:#fff;
    font-weight: 300;
    letter-spacing: 12px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5%;
}
 .shop-product-wrap {
    width: 100%;
}

.box-wrap{
    width: 60%;
    display: flex;
}

.left-wrap{
    flex: 1;
}
.left-wrap img{
    width: 100%;
}
.right-wrap{
    flex: 1;
    padding-left: 5%;
}

.right-wrap h2{
    padding-top: 10%;
    letter-spacing: 1px;
    padding-bottom: 5%;
    font-size: 30px;
    text-align: left;
    padding-left: 10%;
    font-family: "微軟正黑體";
}
.right-wrap span{
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    text-align: left;
    font-family: "微軟正黑體";
}
.right-wrap .p-wrap p{
    font-size: 16px;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
    font-family: "微軟正黑體";
    color:#FEFEFE;
}
/*單一商品介紹 - end*/

/* 分館 - start */
.hall-wrap{
    display: block;
    margin: 2% 0;
}

.hall-banner{
    margin: 0 auto;
    width: 70%;
}

.hall-banner img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.Featured-wrap {
    max-width: 1200px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}
/* 分館 - end */


/* 右側導覽 -start */
.top-wrap{
    position: fixed;
    top:25%;
    right:0%;
    background-color: #fff;
    transition: 1s;
    opacity:1;
    z-index: 9999;
    width: 70px;
    border-radius: 10px 0px 0px 10px;
    padding-top: 2%;
    padding-bottom: 2%;
    transition: 1s;
}

.top-wrap i{
    color:#333;
    font-size: 40px;
    text-align: center;
    width: 100%;
    float: left;
    cursor: pointer;
}

.top-wrap p{
    text-align: center;
    width: 100%;
}

.abgne_gotoheader{
    text-align: center;
}
/* 右側導覽 -end */

/*手機版畫面*/
.banner02{
    display: none;
}

/* RWD */
@media (max-width:768px) {
    .main-banner-wrap{
        margin-top: 0px;
    }

    .goto{
        width: 50%;
    }

    .hall-banner{
        width: 100%;
        margin-top: 2%;
        padding: 0 5px 0;
    }

    .hall-banner img{
        border-radius: 10px;
    }

    .box-wrap{
        width: 100%;
        margin: 0 10%;
    }

    .right-wrap{
        padding-left: 0;
    }


    .top-wrap{
        display: none;
        background: none;
        top: initial;
        /* right: 15px; */
        bottom: 50px;
    }

    .top-wrap > .gohome, .top-wrap > .sharefb {
        display: none;
    }

    .abgne_gotoheader{
        width: 50px;
        height: 50px;
        opacity:0.2;
    }

    .top-wrap i{
        color: #fff;
        font-size: 35px;
        margin-top: 7px;
    }

    .abgne_gotoheader-wrap img{
        width: 50px;
        height: 50px;
    }


    /* .top-wrap{
        display: none;
    } */

    .banner01{
        display: none;
    }
    .banner02{
        display: block;
    }
}

@media (max-width: 414px) {
   
    .box-wrap{
        flex-direction: column;
    }
    .left-wrap{
        width: 50%;
        margin: 0 auto;
    }
    .right-wrap h2{
        padding-top: 0;
        padding-bottom: 0;
        font-size: 20px;
    }
    .right-wrap h2 span{
        font-size: 18px;
    }
    .right-wrap .p-wrap p{
        font-size: 14px;
    }
}
