.g_body{
		margin:0px;
		background-color:black;
	}
	.gz{
		width:100vw; height:100%;
		
		overflow:hidden;
		position:relative;
	}
	.g_ix{
		width:100vw; height:100vh;
		

		background-color:black;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		transition:all 0.33s;
		
	}
	.g_btn_a{
		z-index:55;
		position:fixed;
		width:50vw;
		height:100%;
		background-color:rgba(255,255,55,0.0);
		
		top:0px;
		left:0px;
		opacity:0.5;
		background-image:url(../images/g_a.png);
		background-position:99% 95%;
		background-repeat:no-repeat;
		background-size:10%;		
		cursor:pointer;
		transition:all 0.33s;
	}
	.g_btn_a:hover{
		opacity:1.9;
	}
	.g_btn_s{
		z-index:55;
		position:fixed;
		width:50vw;
		height:100%;
		background-color:rgba(255,255,255,0.0);
		
		top:0px;
		left:50vw;
		opacity:0.5;
		background-image:url(../images/g_s.png);
		background-position:1% 95%;
		background-repeat:no-repeat;
		background-size:10%;		
		cursor:pointer;
		transition:all 0.33s;
	}
	.g_btn_s:hover{
		opacity:1.9;
	}
	
	
	
	
	
	
	.g_nxc{
		z-index:55;
		width:100%;
		height:2vw;
		
		position:fixed;
		left:0px;
		bottom:0vw;
		align:center;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		display:table;
	}
	.g_nx{
		display:inline-block;
		background-color:rgba(0,0,0,0);
		position:relative;
	}
	.g_nx_ico{
		background-color:rgba(255,255,255,1);
		border-radius:50%;
		width:0.7vw;
		height:0.7vw;		
		align:center;
		text-align:center;
		float:left;
		margin-right:0.33vw;
		margin-left:0.33vw;
		opacity:0.3;
		transition:all 1s;
	}
	
	.g_ix_area{
		background-color:rgba(150,0,255,0.0);
		position:absolute;
		top:0px;
		left:0px;
		width:3300vw;
		height:100vw;
		transition:all 0.33s;
	}