@media screen  and (max-width: 767px) {

.full-menu{
	z-index: 50;
	position: absolute;
	background: rgba(255,255,255,0.8);
	width: 200px;
	height: 100vh;
	transform: translateX(-170px);
	transition: all 500ms cubic-bezier(.7,.04,.39,.97);
}

.menu-icon{
	z-index: 50px;
	position: absolute;
	background-image: url('../images/img/menu-icon.png');
	width: 30px;
	height: 30px;
	cursor: pointer;
	right: 0px;
	display: inline;
}

.full-menu-active{
	transform: translateX(0px);
	transition: all 500ms cubic-bezier(.7,.04,.39,.97);
}

.btn-full-menu-l{

	float: left;
	position: relative;
	bottom: 0px;
	left: 40px;
	height: 50px;
	width: 30%;
}
.btn-full-menu-r{
	float: right;
	position: relative;
	bottom: 0px;
	right: 40px;
	height: 50px;
	width: 20%;
}

.btn-full-menu-icon{
	float: left;
	position: relative;
	margin-top: 30px;
	width: 100%;
	cursor: pointer;
}

.btn-full-menu-margin{
	float: left;
	width: 100%;
	height: 120px;
	width: 200px;
	line-height: 68px;
	text-align: center;
	color:black;
}

.img-type-1{
	position: fixed;
	z-index: 20px;
	background-image: url("../images/img/test.png");
	width: 100vh;
	height: 100vh;
	background-size: cover; 
	margin-top: 0vw;
	left: 40vw;
	display: none;
}

.img-type-2{
	position: fixed;
	z-index: 20px;
	background-image: url("../images/img/type2.png");
	width: 100vw;
	height: 100vw;
	background-size: cover; 
	top: 25vh;
	left: 100vw;
	opacity: 0;
	transform: translateX(0%) rotate(90deg);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
}

.img-type-2-active{
	opacity: 1;
	transform: translateX(-40%) 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: 50vh;
	height: 50vh;
	background-size: cover; 
	margin-top: 25vh;
	right: -90vh;
	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(-140%) rotate(-90deg);

	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
}

.div-prodoct-img{
	margin:0px auto;
	position:relative;
	width: 100vw;
	height: 100vw;
	top:50%;
     transform:translateY(-50%); 
	background-image:  url("../images/prodoct/1-1.jpg");
	background-size: cover;
}

.div-main{
	z-index: 8;
	position: fixed;
	left: 30px;
	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: 10px;
	margin-top: 50px;
}

.div-title{
	margin-top: 15px;
	width: 100%;
	color: white;
	font-size: 20px;
	line-height: 20px;
}

.div-value{
	margin-top: 30px;
	margin-left: 15px;
	width: 85%;
	color: white;
	font-size: 14px;
	line-height: 14px;
}

.div-value-btn{
	opacity: 0.7;
	margin-left: 10px;
	padding: 10px;
	width: 100%;
	color: white;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}

.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: 25%;
	transform: translateX(-50%);
	top:50%; 
	transform: translateY(-50%);
	
	width: 50vw;
	height: 50vw;
	opacity: 0.2;
}

.div-video-box{
	display: inline-block;
	width: 65vw;
	//background: red;
	height: 50vw;
	margin: 15px;
}


.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:60px;
	top:15px; 
	width: 80px;
	height: 80px;
	cursor: pointer;
	background-position: center center; 
}

.btn-full-menu{
	height: 40px;
}



}