*{
	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;
}
body > div{
	overflow: hidden;
}
.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: #002310;
	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: #fff;
	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;
}
#video{
	padding-top: 65px;
}
#kv{
	position: relative;
	padding-top: 150px;
}
.kvTxt{
	background: url(../images/kvBg.png) no-repeat;
	width: 770px;
	height: 970px;
}

#pd{
	padding: 200px 0;
}
.containArea{
	width: 970px;
	margin: auto;
}
hr{
	border-top: 1px solid #ddd;
}
.footer{
	position: relative;
	bottom: 0;
	background-color: #002310;
	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;*/
	margin-top: 30px;
	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;
}

.pdImgTxt{
	position: absolute;
	right: 15px;
	bottom: 50px;
}



#blogger{
	padding: 150px 0;
	overflow: hidden;
}
#blogger .contain{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 960px;	
}
.bloggerBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px 0;
	width: 100%;
}
.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: 168px;
	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){

	body > div{
		overflow: hidden;
	}	
    .contain, .containArea{
		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{

		width: 610px;
	}
    


   	.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;
	}
	.bloggerBg {
		margin-top: 250px;
		height: 700px;
	}

	.kvArea{
		flex-direction: column;
	}
	.kvArea>.mgr10, .kvArea>.mgl10{
		margin: 0!important;
	}
	.kvTxt{
		width: 640px;
		height: 794px;
	}
	.kvTitle{
		padding: 0 80px;
	}
	.pdImg{
		width: 640px;
		left: -15px;
	}
	.pdColor{
		flex-direction: column;

	}
	.pdColor>div{
		margin: 10px 0;
	}
	.pdBox>.d-flex-sb{
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.pdBox>.d-flex-sb>div{
		margin: 30px 0;
	}
	.w55{
		width: 100%!important;
	}
	.w45{
		width: 100%!important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pd{
		flex-direction: column-reverse;
		align-items: center;
	}
	.pd>.mgt50{
		margin-top: 0!important;
	}
	.pd>.pdImg{
		margin-bottom: 80px;
	}
	.connectBtn{
		padding: 0 15px;
	}
	iframe{
		width: 640px;
		height: 360px;
	}
	#kv{
		padding-top: 60px;
	}
	.kvArea.mgt100{
		margin-top: 60px!important;
	}
	#pd{
		padding: 0;
	}
	.pdImgTxt{
		right: 15px;
		bottom: initial;
		top: 15px;
	}

}

#video{
	position: relative;
	/*padding-top: 56.25%;*/
    width: 100%;
}
#video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.connectBtn .containArea{
	width: 480px;
}