/*********** UNIN sign ***********/
@media screen and (max-width: 767px) {
	.unin-sign {
		z-index: 100;
	}
	.unin-sign.top {	
		width: 100%;
		height: 45px;	
		position: fixed;
		top: 0;
		background: #fff url("../img/unin-sign/top-small.png") no-repeat top center;
	}
	.unin-sign.bottom {
		width: 100%;
		height: 47px;
		position: fixed;	
		bottom: 0;
		background: #fff url("../img/unin-sign/bottom-small.png") no-repeat bottom center;
	}
	.unin-sign.left {
		width: 32px;
		height: 26px;
		position: fixed;
		top: 50%;
		left: 0;	
		background: url("../img/unin-sign/left-small.png") no-repeat left center;
	}
	.unin-sign.right {	
		width: 30px;
		height: 19px;
		position: fixed;
		top: 50%;
		right: 0;	
		background: url("../img/unin-sign/right-small.png") no-repeat right center;
	}
}
@media screen and (min-width: 768px) {
	.unin-sign {
		z-index: 100;
	}
	.unin-sign.top {	
		width: 100%;
		height: 65px;	
		position: fixed;
		top: 0;
		background: #fff url("../img/unin-sign/top.png") no-repeat top center;
	}
	.unin-sign.bottom {
		width: 100%;
		height: 65px;
		position: fixed;	
		bottom: 0;
		background: #fff url("../img/unin-sign/bottom.png") no-repeat bottom center;
	}
	.unin-sign.left {
		width: 61px;
		height: 37px;
		position: fixed;
		top: 50%;
		left: 0;	
		background: url("../img/unin-sign/left.png") no-repeat left center;
	}
	.unin-sign.right {	
		width: 58px;
		height: 27px;
		position: fixed;
		top: 50%;
		right: 0;	
		background: url("../img/unin-sign/right.png") no-repeat right center;
	}
}
/*************************************/