@charset "utf-8";

.rightBlock .contents {padding-top: 60px;}
#homeTitle {
	position: absolute;
	width: 800px;
	top: 100px;
	left: 80px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	pointer-events: none;
}
.frontBtnWrapper {
	position: absolute;
	width: 800px;
	top: 560px;
	left: 80px;
	text-align: center;
}
#frontBtn {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 6px 12px;
	font-size: 16px;
	cursor: pointer;
}
#frontBtn:hover {text-decoration: underline;}

/* 360 roll */
.rollBase {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
}
.icon360deg {
	position: absolute;
	width: 120px;
	height: 56px;
	top: 600px;
	left: 420px;
	pointer-events: none;
	z-index: 90;
}

