body {
    background-color: black;
    margin: 0px;
    font-family: Helvetica,arial;
    word-wrap: break-word;
    word-break: pre-line;/*連續空白，取代成一個空白*/
}

#pagecontent {
    opacity: 0;
}

#loading {
    position: fixed;
    top: 40%;
    width: 100%;
	
}

#loadingbar {
    height: 3px;
    background-color: white;
    margin: left;
    width: 0%;    
}

#loadingpercent {
    width: 200px;
    margin: auto;
	padding-bottom: 15px;
	color: white;
    font-size: 46px;
    text-align: center;
}

p {
    width: 85%;
    max-width: 1355px;
    margin: 0px auto;
	line-height: 150%;
	font-size: 1.3vw;
}
#gotoTop {
    position: fixed;
    bottom: 20px;
    width: 35px;
    right: 20px;
    z-index: 999;
}
.image {
    position: relative;
}

.hide {
    display: none;
}

.page_top {
    width: 100%;
    background-color: white;
    
}



.top_word{
    width: 100%;
    max-width: 1600px;
    margin: 0px auto;
    position: relative;
    background-image: url(images/00_W.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 5vw;
    text-align: center;
    line-height: 5vw; /* 須跟height一樣 文字才會垂直置中 */
    font-size: 2vw;
}



.image_word_white{
    position: absolute;
    color: white;
    background-color:transparent;
    top: 30%;
    left: 15%;
    right: 20%;
    width: 30%;
    line-height: 150%;
    /* text-align: center; */
    font-size: 1.2vw;
}
.p01 .image_word_white {
    top: 46%;
	width: 30%;
}
.p02 .image_word_white {
    top: 39%;
	width: 25%;
}

.image_word_black{
    position: absolute;
    background-color:transparent;
    top: 39%;
    left: 15%;
    right: 10%;
    width: 25%;
    line-height: 150%;
    /* text-align: center; */
    font-size: 1.2vw;
}	

.p01 .image_word_black{
    top: 39%;

}
.p02 .image_word_black{
    top: 47%;
    
}
.image_word{
    position: absolute;
    background-color:transparent;
    top: 45%;
    left: 15%;
    right: 20%;
    width: 19%;
    line-height: 180%;
    /* text-align: center; */
    font-size: 1.2vw;
}




	
.product01 .image_word,.product04 .image_word,.product05 .image_word,.product07 .image_word{
    color: white;
}

.image_word_top{
    position: absolute;
    background-color: transparent;
    top: 15%;
    left: 25%;
    right: 25%;
    width: 50%;
    line-height: 110%;
    text-align: center;
    font-size: 1.2vw;
}



#p03_prdouct_02 {
    width: 100%;
    color: black;
    font-size: 1.5vw;
    background-color: white;
}

#p03_prdouct_02 p {
    max-width: 1335px;
    margin: 0px auto;
    width: 80%;
}

#top_bar {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: white;
    z-index: 1999;
}

.content {
    width: 100%;
    /*max-width: 1600px;*/
    margin: 0px auto;
}
/*    插入背景圖片    */
.p01,.p02,.p03,.p04,.p05 {
    /*min-height: 100vh; 每頁最小高度為視窗高度*/
    clear: both;
}
.p01{
    padding-top: 80px; /*留白給meau bar*/
    //height:100vh;
}

.p04 {
    min-height: 90vh;
}

.p03 {
    background-color: white;
}

#logo {
    margin-left: 30px;
    float: left;
    height: 100%;
    position: relative;
    width: 224px;
} 

#Logo_W, #m01_W, #m02_W, #m03_W, #m04_W {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*    插入導覽列     */
.nav{
    margin-right: 30px;
    float: right;
    position: relative;
    margin-top: 15px;
    //cursor:pointer;
    
}
.nav li{
    width:100px;
    height:10px; 
    margin:0px;
    background-color: white;
    display: inline-block;
}

.product01, .product02,.product03,.product04,.product05,.product06,.product07,.product08 {
    position: relative;
}

#Footer_index ul{
	    padding: 0px;
        left: 0%;
        position: relative;
	}


#icon_in {
width:55px;
display:inline-block;
}

#icon_pi {
width:55px;
margin-left:25px;
display:inline-block;
}

#icon_fb {
width:55px;
margin-left:25px;
display:inline-block;
}

#icon_tw {
width:55px;
margin-left:25px;
display:inline-block;
}


/*RWD 畫面寬度超過1600px*/
@media screen and (min-width: 1600px){
    
}



#menu01{
    height: 80px;
    max-width: 1600px;
    margin: 0px auto;
    background-color: white;
    
}

#menu02{
    /*max-width: 1600px;*//*設定menu02寛度*/
    margin: 0px auto;
    background-color: white;
    z-index: 999;
    position: relative;
}

#menu02 div{
    float: left;
    width: 25%;
}

.fixmenu {
    /*max-width: 1600px;*//*設定menu02寛度*/
    top:80px;
}

.page_a {
    bottom: 25%;
    left: 15%;
    width: 10vw;
    position: absolute;
}
hr {
border: none;
height: 2px;
/* Set the hr color */
color: #58595B; /* old IE */
background-color: #58595B; /* Modern Browsers */
}


.p04 .content{
    position: relative;
}

#p04_02 {
    position: absolute;
    color: white;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.8vw;
}

#p04_02 p {
    /* line-height: 150%; */
    font-size: 1.2vw;
    /*margin-top: 1.5%;*/
	letter-spacing: 1px;
}

#p04_02 a {
    color: white;
    text-decoration: none;
}

#p04_03 {
    position: absolute;
    color: white;
    top: 90%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1vw;
}

#p04_03_phone {
    display: none;
}

.nav li div {
    position: relative;
}

.word_left {
    top: 20%;
    left: 25%;
	line-height: 130%;
    width: 42%;
    color: blue;
    //background-color: yellow;
    position: absolute;
    z-index: 20;
}

.word_right {
    top: 20%;
    left: 8%;
	line-height: 130%;
    width: 42%;
    color: blue;
    //background-color: yellow;
    position: absolute;
    z-index: 20;
}

 .product_parent {
    width: 50%;
    float: left; 
    position: relative;
}

.title {
    font-size: 1.3vw;
    font-weight: bold;
    padding-left: 5%;
}

.sub-title {
    font-size: 1.3vw;
	line-height: 110%;
    //font-weight: bold;
    color: #58595B;
    margin-left: 5%;
}

.word {
    font-size: 1vw;
    color: #58595B;
    padding-left: 5%;
    padding-right: 5%;
}

.product01 .title {
    color: #DA838C;
}

.product02 .title {
    color: #8FB345;
}

.product03 .title {
    color: #84C2B5;
}

.product04 .title {
    color: #7CC6F2;
}

.product05 .title {
    color: #ADAAD2;
}

.product06 .title {
    color: #E1A0AD;
}

.product07 .title {
    color: #D66B2B;
}

.product08 .title {
    color: #000000;
}

/*RWD 畫面寬度小於415px*/
@media screen and (max-width: 760px){
	p {
    width: 85%;
    max-width: 1355px;
    margin: 0px auto;
	line-height: 150%;
	font-size: 3vw;
	}
    #top_bar {      
        position: static;        
    }
    hr {
	border: none;
    height: 1px;
    /* Set the hr color */
    color: #58595B; /* old IE */
    background-color: #58595B; /* Modern Browsers */
	}
    .p01{
        padding-top: 0px; /*留白給meau bar*/
        //height:100vh;
    }
    
    .fixmenu {
        top:0px;
    }
    
    #logo {
        float: none;
        position: relative;
        width: 225px;
        margin: 0 auto;
    } 

    
    .nav{
        bottom: 0px;
        position: fixed;
        width: 100%;
        background-color: white;
        height: 50px;
        margin: 0;
        z-index: 1999;
       //cursor:pointer;
    }
    
    .nav ul {
        padding: 0px;
        left: 8%;
        position: relative;
    }
    
    .nav li{
        width:20%;
        margin:0px auto;
        background-color: white;       
        display: inline-block;
    }
    
    
    
    .p01 .page_a {
		bottom: 13%;
		//background-color: red;
        left: 33%;
        width: 34%;
        position: absolute;
    }
    .p02 .page_a {
        top: 18%;
        left: 33%;
        width: 34%;
        position: absolute;
    }
    
    #gotoTop {
        position: fixed;
        bottom: 60px;
        width: 30px;
        right: 20px;
    }
    
    #p03_prdouct_02 {
        font-size: 3vw;
    }
    
     .product_parent {
         width: 100%;
     }
     
     .title, .sub-title {
         font-size: 3vw;
     }
     
     .word {
         font-size: 2.5vw;
     }
     
    .word_left, .word_right {
        top: 15%;
        left: 8%;
        width: 55%;
        
    }
	.word_left {
	line-height: 100%;
    color: blue;
    //background-color: yellow;
    position: absolute;
    z-index: 20;
}

	.word_right {
	line-height: 100%;
    color: blue;
    //background-color: yellow;
    position: absolute;
    z-index: 20;
	}
	

	.p01 .image_word_black ,.p02 .image_word_black,.p01 .image_word_white ,.p02 .image_word_white{
    position: absolute;
    background-color: white;
	opacity:0; /*文字透明*/
    top: 58%;
    left: 7.5%;
    font-size: 1.2vw;
	}
	.product01 .image_word,.product04 .image_word,.product05 .image_word,.product07 .image_word{
        position: absolute;
        color: white;
        background-color:transparent;
        top: 36%;
        left: 8%;
        right: 20%;
        width: 30%;
        line-height: 150%;
        /* text-align: center; */
        font-size: 3vw;
    }

    .product02 .image_word,.product03 .image_word,.product06 .image_word,.product08 .image_word{
        position: absolute;
        background-color:transparent;
        top: 36%;
        left: 8%;
        right: 10%;
        width: 30%;
        line-height: 150%;
        /* text-align: center; */
        font-size: 3vw;
    }	
	.image_word_top{
        position: absolute;
        background-color: rgb(255, 255, 255);
        top: 26%;
        left: 24%;
        right: 24%;
        color: black;
        width: 52%;
		font-weight:bolder;
        line-height: 125%;
		letter-spacing: 1.5px;
        text-align: center;
        font-size: 3vw;
    }

	
    #p04_02 {
        /*top: 47%;*/
        left: 0;
        right: 0;
        text-align: center;
        font-size: 3.5vw;
    }
    
    #p04_02 p {
        line-height: 150%;
        font-size: 4.5vw;
    }
    
    #p04_03 {
        display: none;
    }
    
    #p04_03_phone {
        display: inline-block;
        color: white;
        width: 100%;
        text-align: center;
        margin: 0px auto;
        font-size: 2.5vw;
		margin-top: 5%;
    }
	#Footer_index ul{
	    padding: 0px;
        left: 0%;
        position: relative;
		}
	#icon_in {
	width:30px;
	display:inline-block;
	}
	
	#icon_pi {
	width:30px;
	margin-left:15px;
	display:inline-block;
	}
	
	#icon_fb {
	width:30px;
	margin-left:15px;
	display:inline-block;
	}
	
	#icon_tw {
	width:30px;
	margin-left:15px;
	display:inline-block;
	}
}