body{
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

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

.top_bg_1{
    background-image: url("../images/product/banner_01.jpg");
}

.top_bg_2{
    background-image: url("../images/product/banner_02.jpg");
}

article .content{

    width: 100%;
    margin: auto;

}

nav{
    display: none;}

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

}

article .content .contentLeft{
    width: 10%;
    height: 30vh;
    padding-top: 1%;
    display: inline-block;
    vertical-align: top;
    font-family: "Abadi MT Condensed Extra Bold";
    font-size: 16px;
    margin-left: 0;
    text-align: center;


}

article .content .contentRight{
    width: 83%;
    text-align: left;
    padding: 0px 0px 0px 5%;
    display: inline-block;
    line-height: 30px;
}


article .content .contentLeft ul li{
    margin: 25px 0px;
    padding-bottom: 1px;

}

article .content .contentLeft ul li a{

    color: inherit;
    transition: color 0.9s ease;

}

article .content .contentLeft ul li a:hover{

    color: #e1e1e1;
    transition: color 0.4s ease;

}






/*ProductList Wrap Start*/


.productBox{

    width: 230px;
    height: 260px;
    display: inline-block;
    vertical-align: top;
    margin: 35px 10px;
    text-align: center;
    color: black;
    font-size: 14px;
    line-height: 24px;
}

.productBox img{
    opacity: 0.6;
    transition: opacity 0.6s ease;
}


.productBox img:hover{
    opacity: 1;
    transition: opacity 0.6s ease;
}

.cursorPointer{
    cursor: pointer;
    border: 1px solid black;

}


.productBox a{

    text-decoration: none;
    color: black;
    font-weight: normal;
}



/*ProductList Wrap End*/




/*單獨css 設定*/
h1{
    font-size: 48px;
    letter-spacing: 3px; !important;
    cursor: default;
    color: #a7a7a7; !important;

}

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













