

#subpage_video360 .disclaimer{
	padding: 40px;
}
#subpage_video360 .disclaimer .title{
	font-weight: bold;
}
#subpage_video360 .disclaimer p{
    margin-bottom: 20px;
	font-size: 13px;
}



#subpage_video360 .video360_box{
	min-height: 540px;
	height: 56.25vw;
	margin-bottom:6px;
	width: 100%;
	position: relative;
}

#subpage_video360 .video360_box .text_title{
	max-width: 80vw;
	max-height: 80px;
	margin-top: 12px;
}
#subpage_video360 .video360_box .view360{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 767px) {
	#subpage_video360 .video360_box {
		min-height: 300px;
		height: 66vw;
	}
	#subpage_video360 .disclaimer{
		padding: 10px;
	}
}