#topArea{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


/*最上方背景圖 start*/
.product_bg_t1p1{
    background-image: url("../images/productDetail/productType_01/product_01/product_bg.jpg");
}

.product_bg_t1p2{
    background-image: url("../images/productDetail/productType_01/product_02/product_bg.jpg");
}

.product_bg_t1p3{
    background-image: url("../images/productDetail/productType_01/product_03/product_bg.jpg");
}

.product_bg_t1p4{
    background-image: url("../images/productDetail/productType_01/product_04/product_bg.jpg");
}

.product_bg_t2p1{
    background-image: url("../images/productDetail/productType_02/product_01/product_bg.jpg");
}

.product_bg_t2p2{
    background-image: url("../images/productDetail/productType_02/product_02/product_bg.jpg");
}

/*最上方背景圖 END*/




.content{

    width: 100%;
    margin: auto;
    line-height: 32px;
    font-size: 18px;
    letter-spacing: 1px;
}

article .content .contentHeader{
    width: fit-content;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 15px;
    background-color: #868686;
    padding: 1px 20px 1px 5px;

}



/*part1 setting*/

.part1{
    width: 80%;
    text-align: center;
    margin: auto;
}

.part1 .intro_main{
     width: 90%;
     font-size: 16px;
     text-align: left;
     margin-left: 5%;
     color: black;
     font-weight: normal;
     line-height: 34px;
 }







/*part2 setting*/
.part2{
    width: 80%;
    margin: auto;
}

.part2 img{
    max-width: 800px;
    display: block;
    margin: 20px auto;
    text-align: center;
}




/*bounced Div 成份說明 START*/


.bouncedDiv{

    width: 70%;
    padding: 5% 10%;
    display: none;
    /*background-color: #a0a0a0;*/
    text-align: left;
    letter-spacing: 1px;
    margin: auto auto 20px auto;
    font-size: 14px;
    color: white;

    /*bg-img setting*/
    background-image: url("../images/bouncedDiv/bg_01.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;



    /*position Setting*/
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 99;


    /*bg-Radius*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;

}

/*調透明度方法*/
/*.bouncedDiv:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;


    background-image: url("../images/bouncedDiv/bg_01.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 100%;
    opacity : 1;
    z-index: -1;

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}*/

.closeDiv{
    width: 60px;
    float: right;
    margin-bottom: 1%;
    border: 1px solid white;
    padding: 5px;
    cursor: pointer;
    
    transition: background 0.6s ease;

    /*bg-Radius*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
}

.closeDiv:hover{
    background: white;
    color: grey;
    transition: background 0.6s ease;

}




/*bounced Div 成份說明 END*/



/*btn*/
article .content .btnArea{
    text-align: right;

}

article .content input[type="button"]{

    font-size: 16px;
    font-weight: 400;
    width: 18%;
    height: 28px;
    color: black;
    letter-spacing: 2px;
    border: 1px solid black;
    margin: 20px 10px;
    transition: all 0.5s ease-in-out;


}


article .content input[type="button"]:hover{

    cursor: pointer;
    background-color: #c5c6c7;
}


/*Accordion setting*/

.accordion{
    width: 50%;
    margin: auto auto 10px auto;

    /*accordion外框陰影*/
    -moz-box-shadow: 0px 1px 16px #a7a7a7;
    -webkit-box-shadow: 0px 1px 16px #a7a7a7;
    box-shadow: 0px 1px 16px #a7a7a7;
    border-radius: 5px;

}
/*消除不必要的scrollBar*/
.ui-accordion .ui-accordion-content{ overflow:hidden !important; }


/*單獨setting*/


h1{
    font-size: 22px;
    margin-top: 0;
    color: black;
    font-weight: 400;
}

h2{
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px; !important;
    cursor: default;
    color: white; !important;

}

h4{
    font-size: 16px;
    margin-bottom: 8%;
}

.displayYes{
    display: inline-block;
}
.displayNone{
    display: none;
}

.visibleYes{
    visibility: visible;
}
.visibleNone{
    visibility: hidden;
}

.height100vh{
    height: 100vh;
    overflow: hidden;
}

.blur-bg{

    -webkit-filter: blur(20px); /* Chrome, Opera */
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
}



/*fancyBox3 toolbar 取消分享及full Screen function*/

.fancybox-button--share, .fancybox-button--fullscreen{
    display: none !important;
}










