/*
Re:LieF 〜DeaR YoU〜
COPYRIGHT [C] RASK ALL RIGHTS RESERVED.
*/

/********************************************************************************

		SwitcH

*********************************************************************************/

.visualWrap {
	position: relative;
	margin: 0 10px;
}
.visual {
	background: #e6e6e6;
	padding: 8px;
	pointer-events: none;
}
.visual img {
	width: 100%;
}
.bracket img {
	width: 40px;
	height: 40px;
}

#notice {
	width: 100%;
	height: 280px;
	padding-left: 4px;
	margin-top: 60px;
}
.noticeTitle {
	font-weight: bold;
}
.text {
	width: 100%;
}
.text p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 2px;
}

@media screen and (max-width : 680px){
	#trialWrap {
		padding: 0 20px;
	}
	.visual {
		padding: 6px;
	}
	.bracket img {
		width: 30px;
		height: 30px;
	}
	#notice {
		height: auto;
		padding-left: 0;
		margin-top: 40px;
	}
	.text {
		width: 100%;
		padding: 0 1.5%;
		margin: 0 0 60px 0;
	}
	.text p {
		font-size: 12px;
		letter-spacing: 1.5px;
	}
	.text br {
		display: none;
	}
}
