*{
	font-family:"微軟正黑體";
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: #666;
}

.contain{
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 15px;
	/*overflow: hidden;*/
}
.menubar{
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 65px;
	z-index: 1000;
	box-shadow: 0 4px 10px rgba(50%, 50%, 50%, 0.5);
}
.menuExpend{
	position: fixed;
	background-color: #DBD8D5;
	width: 100%;
	height: 100vh;
	z-index: 1001;
	opacity: 0.9;
	top: -120%;
	transition: all 0.5s ease-in-out;
}
.btnCenter{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	user-select: none;
}
.menuBtn{
	position: relative;
	color: #000;
	width: 640px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 30px;
}
.menuBtn01, .menuBtn02, .menuBtn03, .menuBtn04{
	position: relative;
	/*margin: 0 auto;*/
	cursor: pointer;
	transition: all 0.25s ease-out;
	opacity: 1;
	border: solid 1px transparent;
	margin: 30px;
	font-size: 30px;
	font-weight: normal;
	color: #000;
	letter-spacing: 2px;
}
.menuBtn01:hover, .menuBtn02:hover, .menuBtn03:hover, .menuBtn04:hover{
	border-bottom: solid 1px #000;
	opacity: 0.5;

	transition: all 0.25s ease-out;
}

.logo{
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	width: 139px;
	height: 29px;
	margin-top: 18px;
	left: 20px;
	cursor: pointer;
}
.expend{
	position: fixed;
	width: 45px;
	height: 24px;
	margin-top: 23px;
	top: 0;
	right: 20px;
	cursor: pointer;
	z-index: 1003;
}
.expend:hover{
	opacity: 1;
}
.expend span{
	position: absolute;
    display: block;
    height: 4px;
    width: 45px;
    background: #000;
    border-radius: 20px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.expend span:nth-child(2), .expend span:nth-child(3){
	margin-top: 10px;
}
.expend span:nth-child(4){
	margin-top: 20px;
}
.open span:nth-child(2){
	transform: rotate(45deg);
}
.open span:nth-child(3){
	transform: rotate(-45deg);
}
.open span:nth-child(1),.open span:nth-child(4){
	opacity: 0;
} 
.close{
	opacity: 1;
}
.close, .open{
	transition: 0.5s;
}
.expend.open span{
	/*background: #fff;*/
}
#kv{
	position: relative;
	background: url(../images/kv.jpg) no-repeat;
	background-size: cover;
	background-position: center 65px;
	width: 100%;
	height: 85vh;
	min-height: 800px;
	overflow: hidden;
}
.kvContain{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	min-height: 816px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	background-color: #DBD8D5;
}
.kvArea{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
	/*padding-bottom: 30px;*/
	
}
.kvBlack{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.kvModel{
	bottom: 0px;
	margin-bottom: -150px;
}
.kvTitle{
    	bottom: 50px;
    }
.flower{
	position: absolute;
	mix-blend-mode: multiply;
}
.flower01{
	margin-left: 450px;
	top: 100px;
}
.flower02{
	margin-left: -550px;
}
.flower03{
	left: -50px;
	bottom: -300px;
}
.flower04{
	right: -50px;
	bottom: -100px;
}
.flower05{
	left: -100px;
	bottom: -150px;
}
.flower06{
	right: -200px;
	bottom: -200px;
}
.flower07{
	left: -100px;
	top: 250px;
}
.flower08{
	right: -100px;
	top: 70px;
}
.flower09{
	left: -100px;
}
.flower10{
	right: -200px;
	bottom: 50px;
}

.footer{
	position: relative;
	bottom: 0;
	background-color: #DBD8D5;
	width: 100%;
	height: 65px;
	z-index: 999;
}
.footerTxt{
	position: relative;
	top: 45%;
}	
#topBtn{
	position: absolute;
	background: url(../images/toTop.png) no-repeat;
	width: 40px;
	height: 40px;
	right: 15px;
	top: 0px;
	margin-top: -40px;
	cursor: pointer;
	transition: all 0.25s ease-out;
	opacity: 1;
}
.topBtn:hover{
	opacity: 0.5;
}

#ch1{
	background-color: #D8D8D5;
}

#bn01{
	background-color: #f5f5f5;
}
#bn02{
	background-color: #D8D8D5;
}


.pdBtns{
	margin: 30px auto;
	width: 100%;
}
.pdBtns a.pdBtn{
	margin-bottom: 10px;
	margin: 5px;
}
.pdBtnBox{
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 15px;
}
.pdBtn{
	margin: 0px 15px;
	border: 1px solid #ddd;
	padding: 5px 0px;
	width: 250px;
	height: 65px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 20px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.25s ease;
	background-color: #fff;
}
.pdBtn:hover{
	border: 1px solid #000;
}
.pdBtn img{
	width: 200px;
}
.kaneboBtn img {
    width: 120px;
    margin-right: 5px;
}


#pd{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#pd .contain{
	width: 900px;
}
#pd>.pdBtns{
	padding-bottom: 30px;
}
.bgRect{
	background-color: #d8d8d5;
	width: 450px;
	height: 400px;
	position: absolute;
	left: 0;
	margin-left: -120px;
	top: 0;
	margin-top: 100px;
}
.pd02{
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}



#blogger{
	padding: 150px 0;
	overflow: hidden;
}
#blogger .contain{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 900px;	
}
.bloggerBox{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px 0;
}
.bloggerPic>img{
	width: 400px;
}
.bloggerPic{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bloggerContent{
	/*width: 40%;*/
	width: 400px;
	height: 400px;
	padding-left: 15px;
}
.bloggerContentTitle{
	font-size: 32px;
	font-weight: bold;
	color: #231815;
}
.bloggerTxt{
	font-size: 20px;
	margin-top: 30px;
	max-height: 200px;
	overflow: hidden;
	text-align: justify;
}
.bloggerBox02 .bloggerContent{
	padding-left: 0;
	padding-right: 15px;
}


.moreBtn{
	position: absolute;
	bottom: 0px;
	right: 0;
	font-weight: bold;
	/*color: #231815;*/
	cursor: pointer;
	transition: all 0.25s ease;
}


.bloggerBox.bloggerBox02{
	flex-direction: row-reverse;
}

.bloggerBox02 .moreBtn{
	right: initial;
	left: 0;
}

.bloggerBg{
	position: absolute;
	background-color: #f5f5f5;
	width: 100vw;
	height: 800px;
	top: 0;
	margin-top: 370px;
}



@media (max-width: 640px){
	
    .contain{
		width: 640px!important;
		/*overflow: hidden;*/
	}
	.pdBtns{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.pdBtn{
		margin: 5px 0;
		width: 500px;
	}
    
    #kv{
    	background-position: top;
    	height: 900px;	
    	max-height: 980px;
    }

    #ch1{
    	padding-bottom: 350px;
    	padding-top: 50px;
    }
    .flower03{
    	left: -200px;
    	bottom: -300px;
    }
    .flower04{
    	right: -120px;
    	bottom: -250px;
    }
    #ch1 .logo_lunasol{
    	position: absolute;
    	bottom: 70px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	width: 100%;
    }
    .new{
    	position: absolute;
    	right: 30px;
    	top: 30px;
    }

    #bn01 .w50, #bn02 .w50{
    	width: 100%!important;
    }
    .bn01Txt{
    	padding-top: 50px;
    }
    .flower05{
    	left: -300px;
    }
    .flower06{
    	bottom: initial;
    	top: 100px;
    	right: -300px;
    }
    .flower07{
    	left: -300px;
    	top: 400px;
    }
    .flower08{
    	bottom: initial;
    	top: 100px;
    	right: -200px;
    }

    #pd.pd100-0{
    	padding: 0!important;
    }
    .pd01 .pdl100{
    	padding-left: 0!important;
    }
    .pd01Title{
    	position: relative;
    	margin: 0!important;
    	padding: 30px;
    }
    .pd01Txt{
    	position: relative;
    	margin: 0!important;
    	padding-left: 30px;
    }
    .bgRect{
    	display: none;
    }
    .pd01 .pdImg{
    	width: 640px;
    	height: 100%;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	padding: 80px 30px;
    	background-color: #d8d8d5;
    }
    .pd01Content{
    	flex-direction: column;
    }
    .pd01Color{
    	width: 640px;
    	padding: 30px;
    	margin-top: 0!important;
    }
    .pd01Desc{
    	margin: 0!important;
    	padding: 30px;
    }
    .pd02{
    	background-color: #fff;
    }
    .pd02Content{
    	flex-direction: column;
    }
    .pd02 .pdImg{
    	width: 640px;
    	height: 100%;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	padding: 50px 30px;
    	background-color: #d8d8d5;
    }
    .pd02 .mgt-50{
    	margin: 0!important;
    }
    .pd02 .jcfe{
    	justify-content: center!important;
    }
    .pd02.pd100-0{
    	padding-bottom: 50px!important;
    }
    .pd03 .fdrr, .pd04 .fdrr{
    	flex-direction: column;
    	align-items: center!important;
    }
    .pd03, .pd04{
    	background-color: #f5f5f5;
    	padding-bottom: 50px!important;
    }
    .pd03 .pdImg, .pd04 .pdImg{
    	padding-bottom: 50px;
    }


   	.bloggerPic img{
   		width: 320px;
   	}
   	.bloggerContent{
   		width: 320px;
   		height: 320px;
   		padding: 0 15px!important;
   	}

	.moreBtn{
   		padding-right: 15px;
	}
	.bloggerBox02 .moreBtn {
   		padding-left: 15px;
	}
	#blogger .bloggerRect01 {
	    left: -440px;
	    top: 130px;
	}
	#blogger .bloggerRect02 {
	    right: -440px;
	    bottom: 430px;
	}
	#blogger{
		padding: 100px 0 50px 0;
	}
	.bloggerContentTitle {
		font-size: 24px;
	}
	.bloggerTxt{
		margin-top: .5em;
		font-size: 19px;
		max-height: 12em;
	}
	.bloggerBg {
		margin-top: 250px;
		height: 700px;
	}
	.flower09 img, .flower10 img{
		width: 350px;
	}
	.flower09 {
	    left: -200px;
	}
	.flower10 {
	    bottom: 280px;
	    right: 50px;
	    height: 350px;
	    overflow: hidden;
	}

}

.video{
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}

.video video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video video:focus{
	outline: none;
}