div.number {
	font-family: 'Helvetica';
	font-size: 16px;
	line-height: 18px;
}
/*------------------------------------------------------*/
#heroBanner {
	background-color: #fafafa;
	width: 100%;	
	padding-top: 40px;
	height: 640px;	
	margin-bottom: -80px;
	position: relative;
}
#heroBanner .text {
	padding: 60px 0px 0px 35px ;
}
#heroBanner .text .e1 {
	font-size: 48px;
	line-height: 72px;
	color: var(--color_dark);
}
#heroBanner .text .e2 { 	
	font-size: 48px;
	line-height: 72px;
	color: var(--color_smart_green);
}
#heroBanner .imgbox {
	position: absolute;
	right: 60px;
	bottom: 80px;	
	max-width: 720px;
}
#heroBanner .imgbox img { 
	width: 100%;
}
@media (max-width: 1230px) {
	#heroBanner .text .e1 {
		font-size: 36px;
		line-height: 54px;
	}
	#heroBanner .text .e2 { 	
		font-size: 36px;
		line-height: 54px;
	}
	#heroBanner .imgbox {
		max-width: 640px;
	}		
}	
@media (max-width: 980px) {	
	#heroBanner .text .e1 {
		font-size: 32px;
		line-height: 48px;
	}
	#heroBanner .text .e2 { 	
		font-size: 32px;
		line-height: 48px;
	}
	#heroBanner .imgbox {
		max-width: 540px;
	}		
}
@media (max-width: 767px) {	
	#heroBanner  {
		margin-bottom: 0px;	
	}
	#heroBanner div.maxLayer {
		display: flex;	
		flex-direction: column;
		align-items: center;
		justify-content: center; 	
		
	}	
	#heroBanner .text .e1 {
		font-size: 28px;
		line-height: 46px;
	}
	#heroBanner .text .e2 { 	
		font-size: 28px;
		line-height: 46px;
	}
	#heroBanner .imgbox { 
		position: static;
		margin: 20px;
	}	
	#heroBanner div.text {
		padding: 0px;
		text-align: center;
		margin: auto;
	}	
	#heroBanner div.text .mybtn {
		display: none;
	}
	#heroBanner .mybtn.hide {
		display: block;
	}	
}
/*------------------------------------------------------*/
#hScrollArea {
	position: relative;	
	background-color: #fafafa;
	height: var(--rwdHeight);	
	width: 100%;	
}	
#hScrollArea .container {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0px;		
}
#hScrollArea .container.end {
	top: auto;
	bottom: 0px;	
}
/*------------------------------------------------------*/
#productArea {	
	width: 100%;
	max-width: var(--rwdWidth);	
	padding: 0px 2%;
}
#productArea div.layer {	
	width: 100%;		}

#productArea div.layer div.box {
	margin-top: 30px;
	width: 100%; 
	height: 100%; 	
}
#productArea div.layer .left {
	width: 350px;		
	color: var(--color_dark);		
	padding-top: 40px;		
}
#productArea div.left .textbox {
	width: 290px;		
}
#productArea div.left .menu {
	font-size: 20px;	
}
#productArea div.left .menu > div {
	margin-bottom: 15px;
	cursor: pointer;
}
#productArea div.left .menu span.dot {
	position: relative;	
	width: 19px;
	height: 19px; 
	border-radius: 50%;
	border: 0.5px solid rgba(0, 32, 76, 0.25);
	margin-right: 5px;
	vertical-align: -10%;
	display:none;
}
#productArea div.left .menu span.dot:after {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%; 	
	content: "";
	background: var(--color_red);
}

#productArea .menu > div:hover span.dot,
#productArea .menu:not(:hover) > div.now span.dot {
	display: inline-block;
}
#productArea .menu > div:hover,
#productArea .menu:not(:hover) > div.now {
	color: var(--color_red);
	margin-left: 27px;
	Text-indent: -27px;
}
#productArea div.layer .slider {	
	width: calc(100% - 350px);
	height: 450px;
	overflow: hidden;
	position: relative;
}
#productArea div.slider .inLayer {
	position: absolute;
	top: 0;
	left: 0;	
	display: grid;	
	gap: 10px 25px;
	grid-template-columns: repeat(5,960px);
	padding: 5px;
	height: 100%;
}
#productArea div.slider .inLayer > div {
	border-radius: 15px;
	filter: drop-shadow(4px 8px 8px rgba(166,166,166,0.1));	
	background-color: #ffffff;		
	background-repeat: no-repeat;
	background-size: auto 340px;
	background-position: right 30px center;			
}
#productArea div.slider .inLayer > div.d-parking {
	background-image: url('../images/1007/NHR_illustration_parking.png');
}
#productArea div.slider .inLayer > div.d-env {
	background-image: url('../images/1007/NHR_illustration_environmental.png');
}
#productArea div.slider .inLayer > div.d-manhole {
	background-image: url('../images/list/NHR_illustration_manhole.png');
}
#productArea div.slider .inLayer > div.d-padlocks {
	background-image: url('../images/1007/NHR_illustration_padlock.png');
}
#productArea div.slider .inLayer > div.d-gps {
	background-image: url('../images/1007/NHR_illustration_gps.png');
}
#productArea div.slider .inLayer .page {
	width: 500px;
	padding: 40px;
}

#productArea div.layer .foot {
	width: 100%;
	height: 60px;
	padding: 20px 20px;

}
/*------------------------------------------------------*/
#videoArea {
	background-color: #fafafa;
	width: 100%;			
}
#videoArea .layer {
	position: relative;	
	max-width: 1330px;
	width: 100%;		
	height: 640px;	
}
#videoArea .videoLayer iframe {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc( 100% + 2px);
	height: calc( 100% + 1px);
}
#videoArea .videoLayer {
	position: relative;
	max-width: 940px;
	max-height: 528px;
	width: 100%;
	height: 100%;	
	overflow: hidden;
	border-radius: 20px;	
	filter: drop-shadow(4px 8px 8px rgba(66,66,66,0.1));	
}
#videoArea .videoLayer img {
	width: 100%;
}
#videoArea .textLayer {
	width: 582px;
	z-index: 2;
	position: absolute;
	right: 0px;
	top: 120px;	
}
#videoArea .textLayer .f-20 {
	font-family: var(--nsfont);
	width: 376px;
}

/*------------------------------------------------------*/

@media (min-width: 561px) and (max-width: 1370px)  {	
	.layer {
		padding-left: 20px;
		padding-right: 20px; 
	}
}
/*------------------------------------------------------*/
@media (min-width: 561px) and (max-width: 1160px)  {	
	.footbtn {
		margin: 36px 0px;		
	}
	#productArea div.slider .inLayer > div {
		background-size: auto 330px;
	}
	#videoArea .videoLayer {
		padding: 20px 0px;		
	}
	#videoArea .textLayer {
		position: static;
		width: 100%;
		padding: 10px 20px;		
	}	
	#videoArea .textLayer.fx.fx-column {		
		flex-direction: row;
	}
}
@media (max-width: 1160px)  {
	#productArea div.layer .slider {
		width: 100%;
		height: 400px;
	}	
	#productArea div.box .left {
		display: none;
	}	
	#productArea div.line-text .pageing.hide {
		display: flex;
		align-items: center;
		justify-content: center; 			
	}
	#productArea div.foot .pageing {
		display: none;
	}	
	#productArea div.layer .foot {
		align-items: center;
		justify-content: center; 					
		
	}
	#productArea div.foot .mybtn.hide {
		display: flex;
	}	
	#videoArea .layer.fx {
		flex-direction: column;
	}	
	#videoArea .textLayer.fx {
		align-items: start; 					
	}		
	#videoArea .textLayer .f-32 {
		padding: 40px;	
	}	
	#videoArea .textLayer .mt-30 {
		margin-top: 50px;	
	}	
	#videoArea .textLayer .f-20 {
		display: none;
	}

}
/*------------------------------------------------------*/
@media (max-width: 560px) {		
	div.line-text .arrow {
		width: 42px;
		height: 42px;
	}
	div.line-text {	
		font-size: 24px;
		line-height: 28px;
	}	

	#hScrollArea div.container {	
		position: static;	

	}
	#productArea div.slider .inLayer {
		position: static;	
		gap: 0px 25px;
		grid-template-columns: repeat(5,100%);		
		padding-bottom: 10px;
	}
	#productArea div.slider .inLayer > div {				
		background-position: center bottom 80px;			
	}	
	#productArea div.layer div.box {
		margin-top: 0px;
	}
	#productArea div.layer .slider  {
		height: 540px;
		margin-bottom: 30px;
	}
	#productArea div.slider .inLayer .page {
		padding: 25px;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}	
	#productArea div.slider .inLayer > div {
		background-size: auto 200px;
	}	
	#productArea div.page .end:not(.hide) {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
		display: flex;
		align-items: end;
		justify-content: center; 		
	}

	#hScrollArea, #hScrollArea .container,
	#videoArea, #videoArea div.layer   	
	{
		height: auto;			
	}
	#productArea .layer {
		padding: 0px 20px;
		margin-bottom: 20px;			
	}
	#videoArea .videoLayer {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-right: 30px;
		max-width: auto;
		height: 400px;	
		border-radius: 0px;
	}
	#videoArea .textLayer {
		position: static;
		width: 100%;		
		padding: 30px;	
	}
	#videoArea .textLayer .f-32 {
		font-size: 20px;
		line-height: 30px;		
		padding: 0px;	
	}	
	#videoArea .footbtn.mt-30 {
		margin-top: 0px;
		margin-bottom: 10px;
	}
}