/* fullclip -------------------------------------- */

body {
	background-color: #111;
	text-align: center;
}




#fullclip-switch {
	position: absolute;
	top: 0;
	right: 0;
	padding: 43px 45px 20px 20px;
	z-index: 105;
}
.fullclipnav {
	position: absolute;
	top: 15%;
	left: 70%;
	width: 30%;
	height: 70%;
	cursor: e-resize;
	z-index: 110;
}
.fullclipnavL {
	left: 0;
}
#fullclip-loading {
	width: 100%;
	position:absolute;
	bottom:15px;
	left: 0;
}




#guachin_logo_fc {
	position: absolute;
	left: 0;
	top: 0;
	padding: 50px;
	z-index: 106;
}
#guachin_logo_fc img {
	height:24px;
}




#fullclip-header {
	position: relative;
	height: 100vh;
	height: 100dvh;
	min-height: -webkit-fill-available;
	z-index: 100;
	background-color: rgba(0,0,0,0.27);
}
#fullclip-header div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#fullclip-header div h1 {
	font-size: 60px;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 0.5px #fff;
	white-space: nowrap;
}
#fullclip-header div h2, 
#fullclip-header div p {
	color: #fff;
	text-shadow: none;
	-webkit-text-stroke: 0;
	margin: 7px 0 10px 0;
}

#fullclip-header div h1 {
	font-size: clamp(50px, 6vw ,70px);
}


@media screen and (max-width: 700px), screen and (max-height: 700px) {
	#fullclip-switch {
		padding: 20px !important;
	}
	#guachin_logo_fc {
		padding: 20px;
	}
	#guachin_logo_fc img {
		height:18px;
	}
}









