*{
	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: #ffffff;
	width: 100%;
	height: 65px;
	z-index: 1000;
	box-shadow: 0 4px 10px rgba(50%, 50%, 50%, 0.5);
}
.menubar a{
	/*position: absolute;*/
	/*width: 100vw;*/
	/*height: 65px;*/
}
.menuExpend{
	position: fixed;
	background-color: #e2eff4;
	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: #666;
	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: 50vw;
	margin-left: -70px;
	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: #000000;
    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.png) no-repeat;
	background-position: center 65px;
	background-size: cover;
	left:  50%;
	margin-left: -960px;
	width: 1920px;
	height: 80vh;
	min-height: 780px;
	max-height: 780px;
	overflow: hidden;
}

.footer{
	position: relative;
	bottom: 0;
	background-color: #855C52;
	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;
}



.pdBtn{
	margin-top: 30px;
	border: 0;
	padding: 15px 0px;
	width: 610px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 22px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.25s ease;
	background-color: #4fbdb9;
	color: #fff;
	font-weight: bold;
}
.pdBtn:hover{
	/*border: 1px solid #000;*/
	color: rgba(255,255,255,.9);
}


#pd{
	padding: 150px 0 150px 0;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/pdBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

#kv .container{
	height: 78vh;
	min-height: 760px;
	max-height: 780px; 
}
.kvNew{
	position: absolute;
	top:  150px;
	margin-left: 20vw;
}
.kvTitle{
	position: absolute;
	bottom:  15px;
}
.pdName{
	margin-top: 80px;
}
.pdImg{
	left:  50%;
	margin-left: -67px;
}
.pdSPF{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 120px;
	margin-right: -140px;
}
.pdNew{
	position: absolute;
	left: 0;
	top:  0;
	margin-left: -150px;
	margin-top: -30px;
}
.pdTopArea{
	z-index: 5;
}
.pdBoard{
	background-color: #fff;
	border-radius:  20px;
	padding: 30px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	width: 104%;
	margin-left: -2%;
}

#bloggers{
	padding: 150px 0 150px 0;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/otherPdBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:  -50px;
}

#bloggers .pic .pic01{
	background-image: url(../images/blogger01.jpg);
	width: 320px;
	height: 320px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#bloggers .pic .pic02{
	background-image: url(../images/blogger02.jpg);
	width: 320px;
	height: 320px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#bloggers .pic .pic03{
	background-image: url(../images/blogger03.jpg);
	width: 320px;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#bloggers .pic .pic04{
	background-image: url(../images/blogger04.jpg);
	width: 320px;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#bloggers .pic .pic05{
	background-image: url(../images/blogger05.jpg);
	width: 320px;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#bloggers .pic .pic06{
	background-image: url(../images/blogger06.jpg);
	width: 320px;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#bloggers .pic .pic07{
	background-image: url(../images/blogger07.jpg);
	width: 320px;
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#bloggers .pic01::after,#bloggers .pic03::after{
	content: '';
	position: absolute;
	width: 60%;
	height: 50px;
	background-color: rgba(235, 195, 183, 0.5);
	top:  0;
	margin-top: -25px;
	margin-left: 50px;
	transform: rotate(-5deg);
}
#bloggers .pic02::after{
	content: '';
	position: absolute;
	width: 60%;
	height: 50px;
	background-color: rgba(174, 207, 232, 0.5)!important;
	top:  0;
	margin-top: -25px;
	margin-left: 120px;
	transform: rotate(5deg);
}

.colorBrown{
    color:  #ba9773;
}
.bloggersInfo{
	z-index: 5;
}
.bloggersContent{
	margin-top: -120px;
	margin-left: 80px;
	width: 450px;
	height: 400px;
	border:  solid #ba9773 1px;
	background-color: #fff;
	padding-top: 150px;

}
.bloggersContent .dec01{
	position: absolute;
	width: 150px;
	height: 150px;
	left:  -100px;
	top: -15px;
	background-color: #ebc3b7;
}
.bloggersContent .dec02{
	position: absolute;
	width: 150px;
	height: 150px;
	right:  -15px;
	bottom:  -15px;
	background-color: #ebc3b7;
}
.bloggersContent .dec03{
	position: absolute;
	right:  0;
	top:  -35px;
}

.bloggersContent .dec04{
	position: absolute;
	left:  -35px;
	bottom:  0;
}
.bloggersContent .txt{
	overflow: hidden;
}
.bloggerTxtArea{
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 15px;
}
a.moreBtn{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
a.moreBtn i{
	font-size: 22px;
	font-weight: bold;
	color: #ba9773;
}

#bloggers .container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:  column;
	padding-top: 150px;
}
.bloggersBox{
	width: 50%;
	margin-left: -330px;
	margin-top:  -150px;
}
.bloggersBox01{
	z-index: 99;
}
.bloggersBox02{
	margin-left: 330px;
	margin-top:  -150px;
}
.bloggersBox02 .bloggersInfo.jcfs{
	flex-direction: row-reverse;
}
.bloggersBox02 .bloggersContent{
	margin-left: 30px;
}
.bloggersBox02 .dec01{
	left: initial!important;
	right: -117px!important;
	background-color: #bfe1e5;
}
.bloggersBox02 .dec02{
	left:  -15px;
	right:  initial;
	background-color: #bfe1e5;
}

.bloggersBox02 .dec03{
	position: absolute;
	right:  initial;
	left:  0;
	top:  -35px;
}

.bloggersBox02 .dec04{
	position: absolute;
	left:  initial;
	right:  -35px;
	bottom:  0;
}
#intro{
	background: -webkit-linear-gradient(-10deg,#e2eff4 50%, #bbdeef 50%);
	background: -o-linear-gradient(-10deg,#e2eff4 50%, #bbdeef 50%);
	background: -moz-linear-gradient(-10deg,#e2eff4 50%, #bbdeef 50%);
	background: linear-gradient(-10deg,#e2eff4 50%, #bbdeef 50%);
	padding: 150px 0;
}

#otherPd{
	padding: 150px 0 150px 0;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/otherPdBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:  -50px;
	display:  flex;
	justify-content: center;
	align-items: center;

}
.container800{
	width: 768px;
}
#otherPd .pdBoard{
	padding-bottom: 30px;
}
.pdBoard02{
	border-top-right-radius: 300px;
	margin-top: -420px;
}
.pdBoard03{
	border-top-right-radius: 300px;
	margin-top: -380px;
}
.pdBoard04{
	border-top-right-radius: 300px;
	margin-top: -250px;
}
.otherPdNew{
	position: absolute;
	top:  0;
	margin-top: -60px;
	margin-left: 100px;
}
.pdPd{
	z-index: 2;
}
.pdBloggersImg::after{
	content: '';
	position: absolute;
	width: 140px;
	height: 45px;
	background-color: rgba(235, 195, 183, 0.5);
	top:  0;
	left:  0;
	margin-top: -25px;
	margin-left: -20px;
	transform: rotate(-5deg);
}
.pdBloggersImg .decs{
	width: 160px;
	height: 160px;
	position: absolute;
	right:  -20px;
	bottom:  -20px;
}
.pdBloggersImg .decW{
	position: absolute;
	background-color: #fff;
	width: 150px;
	height: 150px;
}

.pdBloggersImg .decR{
	position: absolute;
	background-color: #e5c3bf;
	width: 150px;
	height: 150px;
	margin-left: 10px;
	margin-top: 10px;
}
.pd04 .otherPdImg{
	margin-top: 100px;
}

@media (max-width: 1440px){
	
}
@media (max-width: 1366px){
	
}

@media (max-width: 1280px){
	
}

@media (max-width: 640px){
	
    .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: 550px;
	}
	.container800{
		width: 640px;
		overflow: hidden;
	}

	
	#kv{
		background: url(../images/kvM.png) no-repeat;
		left: initial;
		margin-left: initial;
		width: 100%;
		min-height: 780px;
		max-height: 780px;
	}

	.kvNew{
		/*margin-left: 280px;*/
	}
	.pdTopArea{
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.pdTopArea>.posa.pdImg{
		position: relative
	}

	#pd .pdBoard{
		padding: 15px;
		padding-top: 480px;
		margin-top: -480px;
		width: 100%;
		margin-left:  initial;
		padding-bottom: 50px;
		border-top-left-radius: 260px;

	}
	#pd .pdName{
		margin-top: -100px;
		padding-left: 30px;
	}
	#pd{
		background-image: url(../images/pdBgM.png);
		padding-top: 100px;
	}
	#bloggers{
		background-image: url(../images/otherPdBgM.png);
		padding-top: 50px;
	}
	.bloggersBox {
		width: 530px;
    	margin-left: 0;
    	margin-top: 100px;
    }
    #bloggers .container{
    	padding-top: 0;
    }
    .bloggersBox02 .dec01 {
    	right:  -65px!important;
    }

    #otherPd .container800{
    	padding: 15px;
    }
    #otherPd .pdBoard {
    	width: 100%;
    	margin-left: 0;
    	padding: 15px;
    	padding-bottom: 30px;
    }
    .d-flex-sa.pdPd{
    	justify-content: space-between!important;
    	padding: 0 15px;
    }
    .pdBoard03{
    	margin-top: -360px;
    }
    .pdBoard04{
    	margin-top: -230px;
    }
    .pdBoard04 .otherPdNew{
    	margin-left: 0;
    }

}

