.image {
    position: relative;
}

.image_word {
    position: absolute;
    background-color: yellow;
    top: 57%;
    left: 7.5%;
    font-size: 1.2vw;
}
.image_word_white{
    position: absolute;
    color: white;
	background-color:transparent;
    top: 55%;
    left: 8%;
    right: 0;
    width: 30%;
	letter-spacing: 1.5px;
    line-height: 200%;
    /* text-align: center; */
    font-size: 1.2vw;
}

.image_word_black{
    position: absolute;
	background-color:transparent;
    top: 45%;
    left: 8%;
    right: 0;
    width: 30%;
	letter-spacing: 1.5px;
    line-height: 200%;
    /* text-align: center; */
    font-size: 1.2vw;
}

body {
    background-color: white;
    margin: 0px;
    font-family: Helvetica,arial;
}

p {
    width: 85%;
    max-width: 1355px;
    margin: 0px auto;
	line-height: 150%;
	font-size: 1.3vw;
}

#gotoTop {
    position: fixed;
    bottom: 20px;
    width: 50px;
    right: 20px;
}

.page_top_web p{
    display: block;
    color: white;
    margin: 0px auto;
    text-align: center;
    font-size: 3vw;
}
.page_top_web {
    width: 100%;
    background-color: black;
}
.page_top_phone {
    display: none;
}

.page_top_web {
    width: 20%;
	display: block;
	padding-top: 1%;
	padding-left: 15%
}
#page_top_web{
    width: 100%;
	margin: 0px auto;
    background-color: black;   
}
#Logo_end {
    margin-left: 8%;
    float: left;
    height: 100%;
    position: relative;
	margin-top: 5px;
    width: 18%;
} 
.end_word{
    margin-right: 10%;
    float: right;
	color: white;
    position: relative;
    margin-top: 15px;
    //cursor:pointer;
	letter-spacing: 1px;
    
}
.end_word li{
    width:100%;
    margin:0px;
	background-color: black;
    display: inline-block;
	font-size: 1vw;
}

.page_top_web p{
	
	width:100%;
    display: block;
    color: white;
    margin: 0px auto;
    text-align: center;
	font-size: 1.2vw;
}

.page_top_web .end_word{
	position: absolute;
	float: left;
    padding-left: 20%;
}

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

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

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

#btm_bar {
    height: 80px;
    width: 100%;
    bottom: 0px;
    background-color: black;
}

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

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

#Logo_w,#Logo_B {
    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;
}


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


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

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

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

#menu_btm {
    height: 80px;
    max-width: 1600px;
    margin: 0px auto;    
}

.fixmenu {
    position: fixed;
    max-width: 1600px;
    top:80px;
}

.page_a {
    bottom: 25%;
    left: 7.5%;
    width: 10vw;
    position: absolute;
}

.p04 {
    min-height: 15vh;
	background-color: black;
}



#copyright {
    color: white;
    text-align: center;
    line-height: 80px; 
}




@media screen and (max-width: 760px) {
    .nav {
        display: none;
    }
    #page_top_web{
    display: none;  
	}
	#Logo_end {
    margin-left: 0%;
    float: left;
    height: 100%;
    position: relative;
    width: 18%;
	} 
    #logo {
        float: none;
        position: relative;
        width: 225px;
        margin: 0 auto;
    } 
    
    .page_top div{
        width: 320px;
        max-width: 1600px;
        margin: 0px auto;
        color: black;
    }
    
    .page_top p{
        display: block;
        color: white;
        margin: 0px auto;
        text-align: center;
    }
    
    #top_bar {
        height: 60px;
    }
    p {
	line-height: 150%;
	font-size: 3vw;
	}
    .content {
    padding-top: 60px;
    }
	.p04 {
	min-height:25vh;
    background-color: black;
    }
	.end_word{
    margin-right: 10%;
    float: right;
	color: white;
    position: relative;
    margin-top: 18%;
    //cursor:pointer;
    
	}
	.page_top_phone .end_word {
		position: absolute;
		float: left;
	}
	.image_word_white{
        position: absolute;
        color: white;
		background-color:transparent;
        top: 83%;
        left: 7%;
        right: 10%;
		width: 85%;
		letter-spacing: 0;
		line-height: 125%;
        text-align: center;
        font-size: 3vw;
    }
	
    .image_word_black{
        position: absolute;
		background-color:transparent;
        top: 83%;
        left: 7%;
        right: 10%;
		width: 85%;
		letter-spacing: 0;
		line-height: 125%;
        text-align: center;
        font-size: 3vw;
    }

    .page_top_web {
        display: none;
    }
    
    .page_top_phone {
        width: 280px;
		display: block;
		margin: auto;
		padding-top: 2%;
    }
    

    .page_top_phone p{
		width:100%;
        display: block;
        color: white;
		margin: 0px auto;
        text-align: center;
        font-size: 3vw;
		padding-top: 2%;
		letter-spacing: 0px;
    }
}