.rlink-wrap .rlink-box {
	direction: rtl;
}
.rlink-wrap .rlink-box .rlink-box-inner {
	direction: ltr;
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.rlink-wrap .rlink-box .rlink-box-inner .rlink-box-title {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.rlink-wrap .rlink-box:nth-child(1) .rlink-box-cover {
    background-image: url(/brand/biztrf/aiot/img/img-rlink-home-02.png);
}

.inner-kv {
    background-image: url(/brand/biztrf/aiot/img/img-rlink-home-02.png);
}
.awc-section-01 {
	padding-bottom: 30px;
}
.awc-section-01 .cover {
	height: 90vw;
	margin: 0 -15px;
    background-image: url(/brand/biztrf/aiot/img/bg-aiot-platform-01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.awc-section-02 {
	background-color: #f2f2f2;
	position: relative;
	padding: 40px 15px;
}
.awc-section-02 .cover {
	height: 70vw;
	margin: 0 -15px;
    background-image: url(/brand/biztrf/aiot/img/bg-aiot-platform-02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.awc-section-02 .gwrap {
	padding: 15px 0;
	position: relative;
}


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

@media screen and (min-width: 640px){
	.awc-section-01 .cover,
	.awc-section-02 .cover {
		height: 50vw;
	}
	.awc-section-02 .gwrap {
		width: 100%;
	}
}

@media screen and (min-width: 768px){
	.rlink-box-title {
		font-size: 30px;
	}
	.inner-kv-title {
	  float: left;
	  -webkit-transform: scaleX(-1);
	      -ms-transform: scaleX(-1);
	          transform: scaleX(-1);
	}
	.awc-section-01 .gwrap {
		width: 375px;
	}
	.awc-section-02 .cover {
		height: 30vw;
	}
	.awc-section-02 .gwrap {
		width: 568px;
		overflow: hidden;
		padding: 15px 0;
	}
}

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

@media screen and (min-width: 1200px){
	.rlink-box-title {
		font-size: 44px;
	}
	.awc-section-01 .cover {
		height: 40vw;
	}
	.awc-section-02 .gwrap {
		width: 768px;
	}
	.awc-section-01,
	.awc-section-02 {
		padding-bottom: 80px;
	}
}