*{
	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(0, 0, 0, 0.5);
}
.menuExpend{
	position: fixed;
	background-color: #f18705;
	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;
	margin: 30px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 2px;
}
.menuBtn01:hover, .menuBtn02:hover, .menuBtn03:hover{
	/*border-bottom: solid 1px #000;*/
	/*opacity: 0.5;*/
	/*color: #ddd;*/

	/*transition: all 0.25s ease-out;*/
}

.logo{
	position: absolute;
	background: url(../images/logo-o.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: #f18705;
    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;
}

hr{
	border-top: 1px solid #ddd;
}
.footer{
	position: relative;
	bottom: 0;
	background-color: #fff;
	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;
}


.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: 50px;
	border: 1px solid #f18705;
	padding: 5px 0px;
	width: 90%;
	height: 65px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 20px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.25s ease;
	background-color: #fff;
	color: #f18705;
}
.pdBtn:hover{
	/*border: 1px solid #000;*/
	/*opacity: 0.5;*/
	color: #fff;
	background-color: #f18705;
}
/*.pdBtn img{
	width: 200px;
}*/
.kaneboBtn img {
    width: 120px;
    margin-right: 5px;
}

/*----------------------------------*/

.body01{
	background-image: url(../images/block01Bg.png);
	background-repeat: repeat;
	background-position: center;
	padding-bottom: 100px;
	width: 100%;
	overflow: hidden;
}
.whiteBg{
	background-color: rgba(255, 255, 255, 0.7);
	padding: 90px;
	margin-top: 100px;
}
.kv01Dec{
	position: absolute;
	left: 4vw;
	top: 40vh;
}
.kv01Txt{
	position: absolute;
	left: 4vw;
	top: 52vh;
}
.kv01Pd{
	position: absolute;
	right: 4vw;
	top: 28vh;
}

.video{
	background-color: #dfbebc;
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px;
}
.video iframe, .video video{
	width: 800px;
	height: 450px;
}
.pd01{
	margin: 50px 0;
}
.bloggerArea{
	background-color: #dfbebc;
	padding: 60px 30px;
	margin-top: 30px;
}
.bloggerPic{
	width: 350px;
	height: 350px;
	border-radius: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.blogger01 .bloggerBox{
	width: 573px;
	height: 420px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 30px 50px 50px 80px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.bloggerTxt{
	height: 300px;
	overflow: hidden;
}
.blogger01 .blogger01-2 .bloggerBox{
	padding: 30px 100px 50px 30px;
}
.logo2{
	position: absolute;
	background: url(../images/logo-o.png) no-repeat;
	width: 139px;
	height: 29px;
	margin-top: 18px;
	left: 20px;
	cursor: pointer;
}

.logo2Area{
	height: 65px;
	background-image: url(../images/header02.png);
}
.body02{
	background-image: url(../images/block02Bg.png);
	background-repeat: repeat;
	background-position: -30px 50px;
	padding-bottom: 100px;
	width: 100%;
	overflow: hidden;
}
.kv02{
	width: 1920px;
	height: 1200px;
	background-image: url(../images/kv02.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

.body02 .whiteBg{
	border-radius: 15px;
	background-color: #fff;
	border: 10px solid #dae000;
}

.pd02Img{
	top: 50px;
}
.pd02 .pdBtn{
	border: 1px solid #000;
	color: #000;
}
.pd02 .pdBtn:hover{
	background-color: #000;
	color: #fff;
}
.body02 .bloggerArea{
	background-color: #595757;
	border-radius: 15px;
}
.body02 .bloggerArea .name{
	color: #fff;
}

.blogger01-1 .bloggerBox{
	background-image: url('../images/blogger01Box01.png');
}
.blogger01-2 .bloggerBox{
	background-image: url('../images/blogger01Box02.png');
}
.blogger02-1 .bloggerBox{
	background-image: url('../images/blogger02Box01.png');
}
.blogger02-2 .bloggerBox{
	background-image: url('../images/blogger02Box02.png');
	padding: 30px 100px 50px 30px;
}
/*----------------------------------*/


@media (max-width: 1440px){
	
}
@media (max-width: 1366px){
	
}

@media (max-width: 1280px){
	
}
@media (max-width: 1024px){
	.m-fdc{
		flex-direction: column!important;
	}
	.m-fdcr{
		flex-direction: column-reverse!important;
	}
	.kv01Pd{
		top: 130px;
	}
	.blogger01-1 .bloggerBox, .blogger01-2 .bloggerBox{
		background-image: url('../images/blogger01BoxM.png');
		padding: 80px 90px 30px 90px!important;
	}
	.blogger02-1 .bloggerBox, .blogger02-2 .bloggerBox{
		background-image: url('../images/blogger02BoxM.png');
		padding: 80px 90px 30px 90px!important;

	}
	.mb{
		display: block;
	}
	.pc{
		display:  none;
	}
	.m-mgt30{
		margin-top: 30px!important;
	}

}
@media (max-width: 640px){
	.container{
		width: 640px;
	}
	.menubar{
		width: 640px;
		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;
	}

	.whiteBg{
		padding: 30px;
	}
	.kv{
		width: 640px;
		margin-left: -45px;
		margin-top: -65px;
		z-index: 1;
	}
	.kv01Dec{
		top: 250px;
	}
	.kv01Dec img, .kv01Txt img{
		width: 80%;
	}
	.kv01Txt{
		top: 330px;
	}
	.kv01Pd{
		top: 120px;
		right: 1vw;
	}
	.kv01Pd img{
		width: 80%;
	}
	.video{
		width: 640px;
		margin-left: -45px;
		margin-top: 0px;
		padding: 30px;
	}
	.video iframe, .video video{
		width: 610px;
		height: 320px;
	}
	.kv02{
		width: 640px;
		height: 967px;
		background-image: url(../images/kv02M.png);
		left: 0;
		margin-left: 0;
		background-size: cover;
	}

}	