@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
iot
****************************************************************************************************/
#iot {
	padding: 100px 0;
}
.sec-cont {
	margin-top: 80px;
}



/****************************************************************************************************
iot
****************************************************************************************************/
#iot .inner {
	width: 100%;
	margin: auto;
}
#iot > .inner {
	padding-bottom: 0;
}
#iot-main {
	position: relative;
}
#iot-main img {
	object-fit: cover;
	width: 100%;
	height:  440px;
}
#iot-main figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	line-height: 1.0;
	font-size: 0.8rem;
}
#iot-main figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1);
}
.technology-copy {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0;
	color: #FFF;
	font-size: 1.066rem;
	line-height: 2.0;
	z-index: 10;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1),
		0px 0px 10px rgba(0,0,0,1);
}
#technology-bg {
	position: relative;
	background: url(../img/iot/bg.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
#technology-bg .cap {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #000;
	font-size: 0.8rem;
	line-height: 1.0;
}
.bar2 {
	width: 100%;
}
.bar2 img {
	object-fit: none;
	width: 100%;
	height:  100%;
}
#iot .caption {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	iot
	****************************************************************************************************/
	#iot {
		padding: 10vw 0;
	}
	.sec-cont {
		margin-top: 8vw;
	}
	
	
	
	/****************************************************************************************************
	iot
	****************************************************************************************************/
	#iot > .inner {
		padding-left: 0;
		padding-right: 0;
	}
	#iot > .inner .inner {
		padding: 0 4vw;
		padding-top: 4vw;
	}
	#iot-main img {
		height:  50vw;
	}
	#iot-main figcaption {
		font-size: 0.533rem;
	}
	.technology-copy {
		top: 4vw;
		font-size: 0.666rem !important;
		line-height: 1.6 !important;
	}
	#technology-bg {
		width: 100vw;
		margin-left: -4vw;
		margin-right: -4vw;
		padding: 0 4vw 6vw 4vw;
	}
	#technology-bg .cap {
		font-size: 0.533rem;
	}
	.bar2 img {
		object-fit: scale-down;
	}
	.inner .bar2 {
		width: 100vw;
		margin-left: -4vw;
	}
	#iot .caption {
		width: 100%;
	}
	
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}