.html,body{
	margin: 0px auto;
	font-family: 微軟正黑體 ;
}

.full-page{
	background: black;
	width: 100vw;
	height: 100vh;
}

.full-menu{
	z-index: 50;
	position: absolute;
	background: rgba(255,255,255,0.5);
	width: 200px;
	height: 100vh;
	transform: translateX(0%);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
	overflow: auto;
}

.menu-icon{
	z-index: 50px;
	position: absolute;
	background-image: url('../images/img/menu-icon.png');
	width: 30px;
	height: 30px;
	cursor: pointer;
	right: 0px;
	display: none;
}

.blur {    
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */  
}

.btn-full-menu{
	float: left;
	height: 50px;
	width: 100%;
	padding-left: 40px;
	line-height: 40px;
	//text-align: center;
	color:black;
	font-size: 14px;
}

.btn-full-menu-l{
	position: absolute;
	bottom: 0px;
	left: 40px;
	height: 50px;
	width: 30%;
	padding: 0px;
}
.btn-full-menu-r{
	position: absolute;
	bottom: 0px;
	right: 40px;
	height: 50px;
	width: 20%;
	padding: 0px;
}


.btn-full-menu-icon{
	position: absolute;
	bottom:60px;
	left: 30px;
	cursor: pointer;
}

.fb-icon{
	float: left;
	position: relative;
	width: 20px;
	height:20px;
	background-image: url("../images/img/fb-icon.png");
	background-size: cover;
	background-position: center center; 
	cursor: pointer;
}

.btn-full-menu-line{
	float: left;
	height: 10px;
	width: 100%;
	padding-left: 30px;
}

.btn-full-menu:hover{
	cursor: pointer;
	color:  white;
}

.btn-full-menu-margin{
	float: left;
	width: 100%;
	height: 25vh;
	width: 200px;
	line-height: 68px;
	text-align: center;
	color:black;
}

.full-img{
	z-index: 4;
	position: fixed;
	//background-image: url("../images/img/125758.jpg");
	background-size: cover;
	width: 100%;
	height: 100vh;
	
	background-position: center center; 
}

.full-img-blur{
	z-index: 5;
	position: fixed;
	//background-image: url("../images/img/125758.jpg");
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: none;
	background-position: center center; 
}

.div-btn-full-img{
	z-index: 11;
	position: absolute;
	right: 15px;
	top:50%;
    transform:translateY(-50%); 
	width: 10px;
}
.btn-full-img{
	display: inline-block;
	background: gray;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid gray 1px ;
	cursor: pointer;
}

.div-main{
	z-index: 8;
	position: fixed;
	left: 200px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	display: none;
}

.div-main-box{
	z-index: 20px;
	position: relative;
	width: 80%;
	height: 100vh;
	margin-left: 30px;
	margin-top: 30px;
}


.div-type-value-1{
	position: fixed;
	z-index: 24px;
	width: 80vw;
	height: 100vh;
	bottom: -100vh;
	transform: translateY(0%);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
	overflow-y: auto;
	overflow-x: hidden;
}

.div-type-value-2{
	position: fixed;
	z-index: 24px;
	width: 80vw;
	height: 100vh;
	bottom: -100vh;
	transform: translateY(0%);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
	overflow-y: auto;
	overflow-x: hidden;
}

.div-type-value-3{
	position: fixed;
	z-index: 24px;
	width: 100vw;
	height: 100vh;
	bottom: -100vh;
	transform: translateY(0%);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
	overflow-y: auto;
	overflow-x: hidden;
}
.div-type-value-4{
	position: fixed;
	z-index: 24px;
	width: 90vw;
	height: 100vh;
	bottom: -100vh;
	transform: translateY(0%);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
	overflow-y: auto;
	overflow-x: hidden;
}
.div-type-value-5{
	position: fixed;
	z-index: 24px;
	width: 90vw;
	height: 100vh;
	bottom: -100vh;
	transform: translateY(0%);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
	overflow-y: auto;
	overflow-x: hidden;
}
.div-type-value-6{
	position: fixed;
	z-index: 24px;
	width: 90vw;
	height: 100vh;
	bottom: -100vh;
	transform: translateY(0%);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
	overflow-y: auto;
	overflow-x: hidden;
}

.div-type-value-active{
	transform: translateY(-100%);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
}

.div-title{
	margin-top: 15px;
	width: 100%;
	color: white;
	font-size: 36px;
	line-height: 60px;
}

.div-value{
	margin-top: 50px;
	margin-left: 60px;
	width: 70vw;
	color: white;
	font-size: 18px;
	line-height: 30px;
}

.div-value-btn{
	opacity: 0.7;
	margin-left: 30px;
	padding: 15px;
	width: 100%;
	color: white;
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
}
.div-value-btn:hover{
	opacity: 1;
	cursor: pointer;
}

.btn-big{
	opacity: 0.7;
	color: white;
}

.btn-big:hover{
	opacity: 1;
	cursor: pointer;
}

.img-type-1{
	position: fixed;
	z-index: 20px;
	background-image: url("../images/img/test.png");
	width: 150vh;
	height: 150vh;
	background-size: cover; 
	margin-top: -25vh;
	right: -90vh;
	display: none;
}

.img-type-2{
	position: fixed;
	z-index: 20px;
	background-image: url("../images/img/type2.png");
	width: 80vh;
	height: 80vh;
	background-size: cover; 
	bottom: -80vh;
	right: -20vh;
	opacity: 0;
	transform: translateY(0%) rotate(90deg);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
}

.img-type-2-active{
	opacity: 1;
	transform: translateY(-110%) rotate(-90deg);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
}

.img-type-3{
	position: fixed;
	z-index: 20px;
	background-image: url("../images/img/type3.png");
	width: 80vh;
	height: 80vh;
	background-size: cover; 
	margin-top: 10vh;
	right: -80vh;
	opacity: 0;
	transform: translateX(0%) rotate(90deg);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
	display: none;
}
.img-type-3-active{
	opacity: 1;
	transform: translateX(-80%) rotate(-90deg);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
}

.img-type-1-1{
	position: fixed;
	z-index: 21px;
	background-image: url("../images/img/brembo_limited.png");
	width: 90vh;
	height: 50vh;
	background-size: cover; 
	margin-top: 70vh;
	right: 0vh;
	transform: rotate(-122deg);
}

.btn-close{
	cursor: pointer;
	z-index: 20;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 215px;
	top:15px;
	text-align: center;
	line-height: 30px;
	background: white;
}

.full-bottom{
	z-index: 10;
	position: fixed;
	//background: #AF0000;
	width: 100%;
	height: 40px;
	bottom: 0;
	text-align: right;
}



.logo-img{
	z-index: 10;
	position: fixed;
	background-image: url("../images/img/logo.png");
	//background-image: url("../images/img/logo_icon-color.png");
	background-size: cover;
	left:40px;
	top:15px; 
	width: 120px;
	height: 120px;
	cursor: pointer;
	background-position: center center; 
}

.div-prodoct-box{
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%; 
	background: rgba(0,0,0,0.7);

}

.div-prodoct-img{
	margin:0px auto;
	position:relative;
	/*width:40vw;
	height: 40vw;
	left: 5vw;
	top:5vw;*/
	width: 50vw;
	height: 50vw;
	top:50%;
    transform:translateY(-50%); 
	background-image:  url("../images/prodoct/3-5.jpg");
    background-size: cover;
    background-position: center center;
 }

.btn-prodoct-close{
	cursor: pointer;
	z-index: 120;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top:15px;
	text-align: center;
	line-height: 30px;
	background: white;
}

input{
	background-color: rgba(255,255,255,0.3);
	border: solid #FFF 1px;
	padding: 10px;
	width: 50vw;
}

textarea{
	background-color: rgba(255,255,255,0.3);
	border: solid #FFF 1px;
	padding: 10px;
	width: 50vw;
}

.button{
	background-color: rgba(255,255,255,0.5);
	border: solid #FFF 1px;
	border-radius: 0px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}

.logo-about{
	z-index: 10;
	position: absolute;
	background-image: url("../images/img/logo-w.png");
	//background-image: url("../images/img/logo_icon-color.png");
	background-size: cover;
	right: 40%;
	transform: translateX(-50%);
	top:50%; 
	transform: translateY(-50%);
	width: 400px;
	height: 400px;
	opacity: 0.2;
}

.div-video-box{
	display: inline-block;
	width: 42%;
	//background: red;
	height: 38vh;
	margin: 15px;
}

.div-img-box{
	display: inline-block;
	width: 42%;
	//background: red;
	height: 38vh;
	margin: 15px;
	//margin-top: 30px;
}

.news-img1{
	margin-top: 15px;
	width: 100%;
	height: 100%;
	background-image: url("../images/img/img2.jpg");
	background-size: cover;
	background-position: center center; 
}

.news-img2{
	margin-top: 15px;
	width: 100%;
	height: 100%;
	background-image: url("../images/img/img3.jpg");
	background-size: cover;
	background-position: center center; 
}

.news-img3{
	margin-top: 15px;
	width: 100%;
	height: 100%;
	background-image: url("../images/img/img14.jpg");
	background-size: cover;
	background-position: center center; 
}

.type-value-1,.type-value-2,.type-value-3,.type-value-4,.type-value-5,.type-value-6,.type-value-7{
	display: none;
}

.btn-type-1,.btn-type-2,.btn-type-3,.btn-type-4,.btn-type-5,.btn-type-6,.btn-type-7{
	cursor: pointer;
}


.btn-type-1:hover,.btn-type-2:hover,.btn-type-3:hover,.btn-type-4:hover,.btn-type-5:hover,.btn-type-6:hover,.btn-type-7:hover{
	color: gray;
}