 #sectionOverview{
    padding: 0px;
    height:4700px;/*依造內容多少去決定高度*/
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
#full-product-wrapper{
    position: absolute;
    width: 100%;
    left:0;
}
.full-section{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height:1000px;/*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
}

.full-inner{
    width: 960px;
    /*height: 100%;*/
    margin: 0 auto;
    position: relative;
}

/*liz*/
.full-inner1200{
    width: 1200px;
    /*height: 100%;*/
    margin: 0 auto;
    position: relative;
}
.full-inner1400{
    width: 1400px;
    /*height: 100%;*/
    margin: 0 auto;
    position: relative;
}
/*end*/

.entry-box{
    position: absolute;
}
#product_content_area .entry-box h3{
    font-size: 32px;
}
.entry-box h3{
    color:#33B9FF;
    font-weight: 500;
}
#full-product-wrapper .entry-box p{
    font-size: 14px;
    margin-bottom: 0;
}
.entry-box p.white-text{
   color:#fff;
}
.full-section:first-child{
    border-top: 1px solid #ccc;
}

/*Liz*/

#sectionOverview .full-section {
    margin-top:-10px;
}

#sectionOverview .section-960 {
    width: 960px;
    margin: 0 auto;
}

#sectionOverview .full-section .title_1-1 {
text-align: center;
padding-top:1%;
font-size: 3.5em;
font-weight: 300;
line-height: 1.3em;
color:#000000;
transform: scale(1.1,1);
}
#sectionOverview .full-section .title_1 {
text-align: center;
padding-top:1%;
font-size: 3.5em;
font-weight: 300;
line-height: 1.3em;
color:#000000;
transform: scale(1.1,1);
}
#sectionOverview .full-section .title_1_white {
text-align: center;
padding-top:1%;
font-size: 3.5em;
font-weight: 300;
line-height: 1.3em;
color: #FFFFFF;
transform: scale(1.1,1);
}
#sectionOverview .full-section .content_1 {
text-align: center;
font-size: 1.8em;
line-height: 1.5em;
font-weight: 300;
}
#sectionOverview .full-section .content_1_white {
text-align: center;
font-size: 1.8em;
line-height: 1.5em;
font-weight: 300;
color: #FFFFFF;
}

#sectionOverview .full-section .title_2 {
text-align: center;
padding-top:1%;
font-size: 3.5em;
font-weight: 300;
line-height: 1.3em;
color:#B8860B;
transform: scale(1.1,1);
}

#sectionOverview .full-section .title_3 {
text-align: center;
padding-top:5%;
font-size: 2.5em;
font-weight: 300;
line-height: 1.3em;
color:#B8860B;
}

#sectionOverview .full-section .product_img0 {
    
}

#sectionOverview .full-section .product_img1-1 {
    margin-bottom:3%;
    padding-top: 6%;
}

#sectionOverview .full-section .product_img1 {
    margin-bottom:3%;
}


#sectionOverview .full-section .product_img2 {
    margin-right: 3em
    
}

#sectionOverview .full-section .product_img3 {
    margin: 0 3em 0 10em
}

#sectionOverview .full-section .product_img4 {
    margin-bottom:3%;   
    margin-top:-5em;
}

.image_box {
    display: inline-block;
    width: 730px;
    height: 600px;
}
.image_box2 {
    display: inline-block;
    width: 350px;
    height: 205px;
}

/* 筆電*/
@media (min-width: 960px) and (max-width: 1366px){

#sectionOverview{
        height:3700px;/*依造內容多少去決定高度*/
      
    }

    .full-section {
    height:800px;
    }

    .full-inner1200{
    width: 960px;
    }  

    .full-inner1400{
    width: 1000px;
    }  

    #sectionOverview .section-960 {
    width: 960px;
    margin: 0 auto;
    }

    #sectionOverview .full-section .title_1-1{
    font-size:3em;
    padding-top: 0;
    padding-bottom: 1%;
    }

    #sectionOverview .full-section .title_1{
    font-size:3em;
    padding-top: 0;
    padding-bottom: 1%;
    }

    #sectionOverview .full-section .title_1_white {
    font-size: 3em;
    padding-bottom: 1%;
    }

    #sectionOverview .full-section .title_2 {
    font-size: 3em;
    padding-top: 0;
    }

    #sectionOverview .full-section .title_3 {
    font-size: 2em;
    }  

    #sectionOverview .full-section .content_1 {
    font-size: 1.5em;
    }

    #sectionOverview .full-section .content_1_white {
    font-size: 1.5em;
    }

#sectionOverview .full-section .product_img0 {
    max-width:45% !important;
    transform:scale(0.9);
    }

#sectionOverview .full-section .product_img1 {
    max-width:63% !important;
    }

#sectionOverview .full-section .product_img2 {
    max-width:45% !important;
    padding-left:5%;
    }

#sectionOverview .full-section .product_img3 {
    max-width:40% !important;
    margin-left:5%;
    }

#sectionOverview .full-section .product_img4 {
    max-width:90% !important;
    display: block;;
    margin: -7em auto 3% auto;
}
    }




/*平板*/
@media (min-width: 1024px) and (max-width: 768px){
    .full-inner{
        width: 96%;
        box-sizing: border-box;
    }
    #sectionOverview{
        height:2960px;/*依造內容多少去決定高度*/
      
    }
   .full-section{ 
        height:800px;/*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
    }

    .full-inner1400{
    width: 960px;
    }  

#sectionOverview .full-section .title_1-1{
    font-size:3em;
    color:#006dd9;
}


#sectionOverview .full-section .title_1{
    font-size:3em;
    color:#006dd9;
}

#sectionOverview .full-section .content_1 {
    font-size:1.2em;
}

#sectionOverview .full-section .title_2{
    font-size:3em;
    color:#006dd9;
}

#sectionOverview .full-section .content_2 {
    font-size: 1.2em;
}

#sectionOverview .full-section .w_2{
    width:82% ;
}

#sectionOverview .full-section .product_img1{
    max-width:75% !important;
}


#sectionOverview .full-section .product_img2 {
    max-width:65% !important;
    margin-left:10% ;
}

#sectionOverview .full-section .product_img4 {
    padding-top:5%;
    max-width:100% !important;
}



}
/*手機*/
@media (max-width: 736px){

.section-1{
    background-image: url(/websites/global/products/5JsNmyMMSDXmbvXB/img/mobile/bg1.png)!important;
}

.section-2{
    background-image: url(/websites/global/products/5JsNmyMMSDXmbvXB/img/mobile/bg2.png)!important;
    margin-top: -10px !important;
}

.section-3{
    background-image: url(/websites/global/products/5JsNmyMMSDXmbvXB/img/mobile/bg3.png)!important;
    margin-top: -10px !important;
}

.section-3-image{
    display: none !important;
    visibility: hidden !important;
}

.section-4-image{
    display: none !important;
    visibility: hidden !important;
}

.section-4{
    background-image: url(/websites/global/products/5JsNmyMMSDXmbvXB/img/mobile/bg4.png)!important;
    margin-top: -10px !important;
}

.section-5{
    background-image: url(/websites/global/products/5JsNmyMMSDXmbvXB/img/mobile/bg5.png)!important;
    margin-top: -10px !important;
}


    .full-inner{
        width: 90%;
        box-sizing: border-box;
    }

    .full-inner1200{
    width: 90%;
    box-sizing: border-box;
    }  

    .full-inner1400{
    width: 90%;
    box-sizing: border-box;
    }  

   #sectionOverview{
        height:auto;
    }
    #full-product-wrapper{
        position: static;
    }
    /*.full-section{
        border-bottom: 1px solid #ccc;
        background-size: 336%;
        background-position: center bottom;
        height:736px;

    }/*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
        
    .full-section{
        border-bottom: 1px solid #ccc;
        background-position: center bottom;
        height:736px;/*一個滿版區塊的高度，可以依造圖片給的高度去改變*/
        
    }
    .full-section:first-child{
         border-top: 1px solid #ccc;
    }
    .full-section:last-child{
         border-bottom: 0px solid #ccc;
    }

    #sectionOverview .section-960 {
    width: 100%;
    margin: 0 auto;
    }

#sectionOverview .full-section .title_1-1 {
    font-size:2.5em ;
    padding-top: 2em ;
    
}
#sectionOverview .full-section .title_1 {
    font-size:2.5em ;
    
}

#sectionOverview .full-section .title_1_white {
    font-size:2.5em ;
    
}

#sectionOverview .full-section .content_1{
    font-size:1em ;
    line-height: 1.8;
}

#sectionOverview .full-section .content_1_white{
    font-size:1em ;
    line-height: 1.8;
}

#sectionOverview .full-section .title_2 {
    font-size:1.5em ;
    text-align: center;
}

#sectionOverview .full-section .title_3 {
    font-size:1.5em ;
    text-align: center;
    padding-top: 3em
}

#sectionOverview .section-1 .title_3 {
    font-size:1em ;
    text-align: center;
}
#sectionOverview .full-section .content_2{
    font-size:1em ;
    text-align: center;
}


#sectionOverview .full-section .w_2{
    width:100% ;
}

#sectionOverview .full-section .product_img0 {
    max-width: 50% !important ;
    margin-top:5% ;
    margin-left: 7em;
}

#sectionOverview .full-section .product_img1-1 {
    max-width: 70% !important ;
    padding-top: 20% !important ;
}

#sectionOverview .full-section .product_img1 {
    max-width: 70% !important;
    margin-top:5% ;
}

#sectionOverview .section-1 .product_img1 {
    max-width: 100% !important ;
    margin-top:20% ;
}

#sectionOverview .full-section .product_img2 {
    max-width: 60% !important;
    margin-top:0em;
    margin-left: 6em;
}

#sectionOverview .full-section .product_img3 {
    max-width: 45% !important;
    margin-top:-3em;
    margin-left: 8em;
}

#sectionOverview .full-section .product_img4 {
    max-width:90% !important;
    display: none;
    visibility: hidden;
    margin: 0 auto 3% auto;
}

#sectionOverview .full-section .w_4{
    padding-top: 0;
}

}


