.rlink-wrap .rlink-box:nth-child(1) .rlink-box-cover {
    background-image: url(/brand/biztrf/aiot/img/img-rlink-home-05.png);
}

.inner-kv {
    background-image: url(/brand/biztrf/aiot/img/img-rlink-home-05.png);
}
.title-top-box h1 {
	padding-bottom: 0;
}
.title-top-box h1:before {
	display: none;
}
.awc-section-01 {
	background-color: #fff;
	padding-bottom: 30px;
}
.awc-section-01 .cover {
	height: 60vw;
	margin: 0 -15px;
    background-image: url(/brand/biztrf/aiot/img/bg-aiot-data-applications-01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.awc-section-02 {
	color: #fff;
	background-color: #0d1127;
	padding-bottom: 50px;
	position: relative;
}
.awc-section-02:before {
	content: '';
	width: 100%;
    height: calc(100% - 110vw);
    position: absolute;
    left: 0;
    top: 110vw;
    background-image: url(/brand/biztrf/aiot/img/bg-aiot-data-applications-03.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.awc-section-02 .cover {
	height: 33vw;
	margin: 0 -15px;
    background-image: url(/brand/biztrf/aiot/img/bg-aiot-data-applications-02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-position: 0% 99%;
}
.awc-section-02 h1 {
	position: relative;
}
.awc-section-02 .gwrap {
	padding: 15px;
	position: relative;
	background-color: rgba(255,255,255,.9);
}
.awc-section-03 {
	padding: 30px 15px 0;
}


.rlink-inner-box:nth-child(5) {
	display: none;
}

@media screen and (min-width: 640px){
	.awc-section-01 .cover {
		height: 50vw;
	}
	.awc-section-02 .cover {
		height: 32vw;
	}
	.awc-section-02:before {
		height: calc(100% - 60vw);
		top: 60vw;
	}
}

@media screen and (min-width: 768px){
	.rlink-box-title {
		font-size: 30px;
	}
	.awc-section-01 .gwrap {
		width: 375px;
	}
	.awc-section-02 .cover {
		height: 40vw;
	}
	.awc-section-02 .gwrap {
		width: 538px;
		padding: 15px;
	}
	.awc-section-02 .gwrap .gbox {
		width: 100%;
	}
}

@media screen and (min-width: 980px){
	.rlink-box-title {
		font-size: 36px;
	}
	.awc-section-02 .cover {
		height: 30vw;
	}
	.awc-section-03 .gwrap {
		width: 640px;
	}
}

@media screen and (min-width: 1024px){
	.awc-section-02:before {
		height: calc(100% - 50vw);
		top: 50vw;
	}
	.awc-section-03 {
		padding-top: 40px;
	}
}

@media screen and (min-width: 1200px){
	.rlink-box-title {
		font-size: 44px;
	}
	.awc-section-01 .cover {
		height: 40vw;
	}
	.awc-section-02 .gwrap {
		width: 640px;
	}
	.awc-section-01,
	.awc-section-02 {
		padding-bottom: 80px;
	}
	.awc-section-02:before {
		height: calc(100% - 40vw);
		top: 40vw;
	}
	.awc-section-03 {
		padding-top: 60px;
	}
}