 #special-sectionOverview{
                                    height: 780px;
                                    padding: 0px;
                                }
                                #special-sectionOverview #test-Width-100-precent{
                                    width: 100%;
                                    height: 2000px;
                                    background-color: #E0E0E0;
                                    position: absolute;
                                    left:0px;
                                }
                                #special-sectionOverview #precent-cont{
                                    min-width: 960px;
                                    max-width: 1180px;
                                    width: auto;
                                    margin: 0 auto;
                                    height: 100%;
                                }
                                 #special-sectionOverview h1{
                                    margin: 0px;
                                    padding: 0px;
                                 }
 
}

 
}
#overview-top-nav{z-index: 1;}
#sectionOverview #overview-aside-nav { z-index: 99; }
#full-product-wrapper #backTop { 
    position: fixed; 
    right: 10px; 
    bottom: 50px; 
    z-index: 99; 
    display: none; 
    width: 50px; 
    height: 50px; 
    border: 2px solid #00a8ff; 
    background: black url(../img/backtop.png) 0 0 no-repeat; 
    background: rgba(255, 255, 255, 0) url(../img/backtop.png) 0 0 no-repeat; 
    -webkit-transition: All 0.15s ease; -moz-transition: All 0.15s ease; -o-transition: All 0.15s ease; transition: All 0.15s ease; }


#sectionOverview #backTop:hover {
background: url(../img/backtop.png) 0 -4px no-repeat;
box-shadow: 0px 0px 6px #00a8ff;
}

#full-product-wrapper{
    position: absolute;
    width: 100%;

    left:0;

}
.full-section{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height:890px;/*一個滿版區塊的高度，依圖片給的高度去改變*/
}
.full-inner{
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.entry-box{
    position: absolute;
}


#product_content_area .entry-box h3{
    font-size: 48px;
    font-weight: lighter;
    color: #4c4c4c;
}

.entry-box h3{
    color:#33B9FF;
    font-weight: 500;
}
#full-product-wrapper .entry-box p{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5em
}



.timebox{
text-align: center;
width: 206px;
margin-top: 44px;

}


.entry-box p.white-text{
   color:#fff;
}
.full-section:first-child{
    border-top: 1px solid #ccc;
}

/*手調*/
#full-product-wrapper .full-inner .CSSTableGenerator {
    margin: 5% 1%;
    width: 48%;
    border: 1px solid #cccccc;
}

.CSSTableGenerator table{
    width:100%;
    height:100%;
    padding: 0 5%;
}

.CSSTableGenerator tr:hover td{
    background-color:#e8e8e8;
        

}
.CSSTableGenerator td{
    vertical-align:middle;
    background-color:#ffffff;
    border:1px solid #cccccc;
    border-width:0px 1px 1px 0px;
    text-align:center;
    padding:7px 0px;
    font-size:1.25em;


    color:#4c4c4c;
}

.CSSTableGenerator tr:last-child td{
    border-width:0px 1px 0px 0px;
}

.CSSTableGenerator tr td:last-child{
    border-width:0px 0px 1px 0px;
}

.CSSTableGenerator tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
        background:-o-linear-gradient(bottom, #e5e5e5 5%, #999999 100%);
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #999999) );
    background:-moz-linear-gradient( center top, #e5e5e5 5%, #999999 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#999999");  background: -o-linear-gradient(top,#e5e5e5,999999);

    background-color:#e5e5e5;
    border:0px solid #cccccc;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:1.5em;
    color:#333333;
}
.CSSTableGenerator tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #e5e5e5 5%, #999999 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #999999) );
    background:-moz-linear-gradient( center top, #e5e5e5 5%, #999999 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#999999");  background: -o-linear-gradient(top,#e5e5e5,999999);

    background-color:#e5e5e5;
}
.CSSTableGenerator tr:first-child td:first-child{
    width: 50%;
    border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}




/*平板*/
@media (max-width: 959px){
    .entry-box{
        padding: 10px;
    }

     #entry-box-edit{
      background-color: transparent;
      padding: 10px;
      width: 90%;
      top:-5px;
    }

    #full-product-wrapper .entry-box h3
    {
         font-size: 32px;

    }
    #full-product-wrapper .entry-box p 
    {
       color:#646464;

    }
    .full-inner2 
    {
        background-size: contain;
        background-position: center;
    }

    #full-product-wrapper #centerbg
    {
     background-position: center 260px;   
    }


    .full-inner
    {
        width: 96%;
        box-sizing: border-box;

    }
     #special-sectionOverview{
        height:1500px;/*依內容多少去決定高度*/
      
    }
   .full-section{ 
        height:480px;/*一個滿版區塊的高度，依圖片給的高度去改變*/
    }

#full-product-wrapper .full-inner .CSSTableGenerator {
        margin: 5% auto;
        padding: 0;
        width: 45%;
        border: 1px solid #cccccc;
}

    }



}


/*手機*/
@media (max-width: 719px){

#product_content_area .entry-box h3 {
    font-size: 26px;    
}


}






/*手機*/
@media (max-width: 530px){
#full-product-wrapper .full-inner .CSSTableGenerator {
margin: 5% auto;
width: 42%;
border: 1px solid #cccccc;

}


   
@media (max-width: 321px){
    #overview #sectionOverview div.column {
        float: none;
        width: 100%;
    }
}


.box-width-1{width:10%;}
.box-width-2{width:20%;}
.box-width-3{width:30%;}
.box-width-4{width:40%;}
.box-width-5{width:50%;}
.box-width-6{width:60%;}
.box-width-7{width:70%;}
.box-width-8{width:80%;}
.box-width-9{width:90%;}


.box-top{top:0%;}
.box-top-1{top:4%;}
.box-top-2{top:8%;}
.box-top-3{top:12%;}
.box-top-4{top:16%;}
.box-top-5{top:20%;}
.box-top-6{top:24%;}
.box-top-7{top:28%;}
.box-top-8{top:32%;}
.box-top-9{top:36%;}
.box-top-10{top:40%;}

.box-bottom{bottom:0%;}
.box-bottom-1{bottom:4%;}
.box-bottom-2{bottom:8%;}
.box-bottom-3{bottom:12%;}
.box-bottom-4{bottom:16%;}
.box-bottom-5{bottom:20%;}
.box-bottom-6{bottom:24%;}
.box-bottom-7{bottom:28%;}
.box-bottom-8{bottom:32%;}
.box-bottom-9{bottom:36%;}
.box-bottom-10{bottom:40%;}

.box-left{left:0%;}
.box-left-1{left:4%;}
.box-left-2{left:8%;}
.box-left-3{left:12%;}
.box-left-4{left:16%;}
.box-left-5{left:20%;}
.box-left-6{left:24%;}
.box-left-7{left:28%;}
.box-left-8{left:32%;}
.box-left-9{left:36%;}
.box-left-10{left:40%;}


.box-right{right:0%;}
.box-right-1{right:4%;}
.box-right-2{right:8%;}
.box-right-3{right:12%;}
.box-right-4{right:16%;}
.box-right-5{right:20%;}
.box-right-6{right:24%;}
.box-right-7{right:28%;}
.box-right-8{right:32%;}
.box-right-9{right:36%;}
.box-right-10{right:40%;}

