.view-05 .tpl-hello-iot {
	display:block;
	box-sizing: border-box;
	padding:0;
	margin:0;
}

/* baner */
.view-05 .ps-baner {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color:#000;
	background-image: url(../images/pages/hello_iot/baner/baner.jpg);
	background-repeat:no-repeat;
	background-position:  center top;
	background-size: cover;
}

.view-05 .ps-baner .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;	
}

.view-05 .ps-baner .st-cnt {
	display: block;
	box-sizing: border-box;
	height:75vh;
	padding: 0;
	margin: 0;	
}

@media only screen and (max-width: 1360px) { 

	.view-05 .ps-baner .st-cnt {
		height:576px;
	}
}

@media only screen and (max-width: 960px) { 

	.view-05 .ps-baner .st-cnt {
		height:420px;
	}
}

@media only screen and (max-width: 768px) { 

	.view-05 .ps-baner {
		background-position: right -100px top;
	}
}

/* intro */
.view-05 .ps-intro {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color:var(--c_blue);
	background-image: radial-gradient(circle at top center, #5cddff, #00a5d0);
	background-repeat:no-repeat;
	background-position:  center top;
	background-size: contain;
}

.view-05 .ps-intro .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;
	background-image: url(../images/svg/pages/hello_iot/intro/background.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: auto 100%;			
}

.view-05 .ps-intro .st-cnt {
	display: block;
	box-sizing: border-box;
	height:800px;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.view-05 .ps-intro .st-cnt:after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 18px;	
	padding: 0;
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
	background-color: #f4f4f4;
	border-radius: 100%;
	z-index: 10;
}

.view-05 .ps-intro .content {
	display: block;
	box-sizing: border-box;
	padding: 90px 0 0 0;
	margin: 0;		
}

.view-05 .ps-intro .content .top-line {
	display: block;
	box-sizing: border-box;
	width: 70px;
	height: 2px;
	padding: 0;
	margin: 0 auto 90px auto;
	background-color: #fff;
}

.view-05 .ps-intro .content .top-line:last-child {
	margin:0;
}

.view-05 .ps-intro .content .title {
	display: block;
	box-sizing: border-box;
	font-size: 64px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	color:#fff;	
	padding: 0;
	margin: 0 0 70px 0;	
}

.view-05 .ps-intro .content .title:last-child {
	margin: 0;
}

.view-05 .ps-intro .content .title strong {
	font-weight: 900;
	white-space: nowrap;
	padding: 0 48px 0 0;
	position: relative;
}

.view-05 .ps-intro .content .title strong:after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 56px;
	padding: 0;
	margin: 0;
	background-image: url(../images/svg/icon_service_iot_white.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top:-24px;
	right:-4px;
}

.view-05 .ps-intro .content .title br {
	display: none;
}

.view-05 .ps-intro .content .subtitle {
	display: block;
	box-sizing: border-box;
	font-size: 44px;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	color:#fff;
	padding: 0;
	margin: 0 0 70px 0;
}

.view-05 .ps-intro .content .subtitle:last-child {
	margin:0;
}

.view-05 .ps-intro .content .description {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 90px 0;
}

.view-05 .ps-intro .content .description:last-child {
	margin:0;
}

.view-05 .ps-intro .content .description p {
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	color:#fff;
	padding: 0;
	margin: 0 0 15px 0;
}

.view-05 .ps-intro .content .description p:last-child s{
	margin:0;
}

.view-05 .ps-intro .content .broken-line {
	display: block;
	box-sizing: border-box;
	width: 280px;
	height: 24px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;		
}

.view-05 .ps-intro .content .broken-line svg {
	display: block;
	box-sizing: border-box;
	width: 280px;
	height: 24px;
	fill:rgba(255,255,255,1.0);
	padding: 0;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}


@media only screen and (max-width: 1152px) { 

	.view-05 .ps-intro .content {
		padding: 110px 0 0 0;
	}

	.view-05 .ps-intro .content .top-line {
		margin: 0 auto 50px auto;
	}

	.view-05 .ps-intro .content .title {
		line-height: 140%;
		margin: 0 0 50px 0;	
	}

	.view-05 .ps-intro .content .subtitle {
		margin: 0 0 50px 0;
	}

	.view-05 .ps-intro .content .description {
		margin: 0 0 70px 0;
	}

	.view-05 .ps-intro .content .description br {
		display: none;
	}	

	.view-05 .ps-intro .content .broken-line {
		width: 260px;
	}
}

@media only screen and (max-width: 960px) {

	.view-05 .ps-intro .st-bleed {
		background-image:none;	
	}

	.view-05 .ps-intro .st-cnt {
		height:auto;
	}

	.view-05 .ps-intro .content {
		padding: 60px 0 60px 0;
	}

	.view-05 .ps-intro .content .title {
		font-size: 52px;
		margin: 0 0 40px 0;	
	}

	.view-05 .ps-intro .content .title strong {
		padding: 0 36px 0 0;
	}

	.view-05 .ps-intro .content .title strong:after {
		width: 36px;
		height: 42px;
		top:-18px;
		right:-4px;
	}

	.view-05 .ps-intro .content .subtitle {
		font-size: 36px;
		margin: 0 0 40px 0;
	}

	.view-05 .ps-intro .content .description {
		margin: 0 0 60px 0;
	}

	.view-05 .ps-intro .content .broken-line {
		width: 240px;
	}	
}

@media only screen and (max-width: 768px) {

	.view-05 .ps-intro .content {
		padding: 50px 0 50px 0;
	}

	.view-05 .ps-intro .content .top-line {
		width: 50px;
		margin: 0 auto 40px auto;
	}

	.view-05 .ps-intro .content .title {
		font-size: 40px;
		margin: 0 0 30px 0;
	}

	.view-05 .ps-intro .content .title strong {
		padding: 0 30px 0 0;
	}

	.view-05 .ps-intro .content .title strong:after {
		width: 30px;
		height: 35px;
		top:-12px;
	}

	.view-05 .ps-intro .content .title br {
		display: inline;
	}

	.view-05 .ps-intro .content .subtitle {
		font-size: 28px;
		margin: 0 0 30px 0;
	}

	.view-05 .ps-intro .content .subtitle br {
		display: none;
	}

	.view-05 .ps-intro .content .description {
		margin: 0 0 50px 0;
	}

	.view-05 .ps-intro .content .description p {
		font-size: 14px;
	}	

	.view-05 .ps-intro .content .broken-line {
		width: 200px;
	}	
}

@media only screen and (max-width: 480px) {

	.view-05 .ps-intro .content .title {
		font-size: 32px;
		margin:0 0 25px 0;
	}

	.view-05 .ps-intro .content .subtitle {
		font-size: 22px;
		margin: 0 0 30px 0;
	}

	.view-05 .ps-intro .content .broken-line {
		width: 160px;
	}			
}

/* plug play */
.view-05 .ps-plug-play {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
}

.view-05 .ps-plug-play .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;	
}

.view-05 .ps-plug-play .st-cnt {
	display: block;
	box-sizing: border-box;
	max-width: 1100px;
	height:800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.view-05 .ps-plug-play .main-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	padding: 0;
	margin: 0;
}

.view-05 .ps-plug-play .main-cols .col-left {
	display: block;
	box-sizing: border-box;
	width: 60%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.view-05 .ps-plug-play .main-cols .col-left .image {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.view-05 .ps-plug-play .main-cols .col-left .image .artwork {
	display: block;
	box-sizing: border-box;
	width: 540px;
	height: 440px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 200px;
	top: 140px;
	background-image: url(../images/pages/hello_iot/plugplay/artwork.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	pointer-events: none;	
}

.view-05 .ps-plug-play .main-cols .col-right {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	width: 40%;
	height: 100%;
	padding: 0;
	margin: 0;
	left: 30px;
}

.view-05 .ps-plug-play .main-cols .col-right .title {
	display: block;
	box-sizing: border-box;
	font-size: 46px;
	font-weight: 600;
	line-height: 120%;
	text-align: left;
	color:#000;
	padding: 0;
	margin:0 0 40px 0;
}

.view-05 .ps-plug-play .main-cols .col-right .title:last-child {
	margin:0;
}

.view-05 .ps-plug-play .main-cols .col-right .description {
	display:block;
	box-sizing:border-box;
	max-width: 440px;
	padding:0;
	margin:0 0 60px 0;
}

.view-05 .ps-plug-play .main-cols .col-right .description:last-child {
	margin:0;
}

.view-05 .ps-plug-play .main-cols .col-right .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:150%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 30px 0;	
}

.view-05 .ps-plug-play .main-cols .col-right .description p:last-child {
	margin:0;
}

@media only screen and (max-width: 1280px) { 

	.view-05 .ps-plug-play .main-cols .col-left {
		width: 50%;
	}

	.view-05 .ps-plug-play .main-cols .col-left .image .artwork {
		right: 20px;
	}

	.view-05 .ps-plug-play .main-cols .col-right {
		width: 50%;
		left: 0;
		padding:0 20px 0 30px;
	}

	.view-05 .ps-plug-play .main-cols .col-right .description {
		max-width: 540px;
	}	
}

@media only screen and (max-width: 1152px) { 

	.view-05 .ps-plug-play .main-cols .col-left .image .artwork {
		right: 0;
	}
}

@media only screen and (max-width: 960px) {

	.view-05 .ps-plug-play .st-cnt {
		height:auto;
		padding: 60px 0 60px 0;
	}

	.view-05 .ps-plug-play .main-cols {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
	}

	.view-05 .ps-plug-play .main-cols .col-left {
		order: 1;
		width: 100%;
		height: auto;
	}

	.view-05 .ps-plug-play .main-cols .col-left .image {
		width: 100%;
		height: calc(440px * 0.75);
	}

	.view-05 .ps-plug-play .main-cols .col-left .image .artwork {
		width: calc(540px * 0.75);
		height: calc(440px * 0.75);
		right: 0;
		top: 0;
	}

	.view-05 .ps-plug-play .main-cols .col-right {
		order: 0;
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
	}

	.view-05 .ps-plug-play .main-cols .col-right .description {
		max-width: none;
	}	
}

@media only screen and (max-width: 768px) {

	.view-05 .ps-plug-play .main-cols .col-left .image {
		height: calc(440px * 0.6);
	}

	.view-05 .ps-plug-play .main-cols .col-left .image .artwork {
		width: calc(540px * 0.6);
		height: calc(440px * 0.6);
	}

	.view-05 .ps-plug-play .main-cols .col-right .title {
		font-size: 40px;
		margin:0 0 30px 0;
	}

	.view-05 .ps-plug-play .main-cols .col-right .description p {
		font-size: 14px;
	}	
}


@media only screen and (max-width: 480px) {

	.view-05 .ps-plug-play .main-cols .col-left .image {
		height: calc(440px * 0.5);
	}

	.view-05 .ps-plug-play .main-cols .col-left .image .artwork {
		width: calc(540px * 0.5);
		height: calc(440px * 0.5);
		right: 10px;
	}

	.view-05 .ps-plug-play .main-cols .col-right .title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 360px) {

	.view-05 .ps-plug-play .main-cols .col-left .image .artwork {
		right: 0;
	}

	.view-05 .ps-plug-play .main-cols .col-right .title {
		font-size: 32px;
		margin:0 0 25px 0;
	}
}

/* locations */
.view-05 .ps-locations {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.view-05 .ps-locations .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;	
}

.view-05 .ps-locations .st-cnt {
	display: block;
	box-sizing: border-box;
	max-width: 1100px;
	height:800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.view-05 .ps-locations .main-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	padding: 0;
	margin: 0;
}

.view-05 .ps-locations .main-cols .col-left {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	width: 40%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.view-05 .ps-locations .main-cols .col-left:after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 70px;
	height: 2px;
	padding: 0;
	margin: 0;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 70px;
}

.view-05 .ps-locations .main-cols .col-left .title {
	display: block;
	box-sizing: border-box;
	font-size: 46px;
	font-weight: 600;
	line-height: 120%;
	text-align: left;
	color:#000;
	padding: 0;
	margin:0 0 40px 0;
}

.view-05 .ps-locations .main-cols .col-left .title:last-child {
	margin:0;
}

.view-05 .ps-locations .main-cols .col-left .description {
	display:block;
	box-sizing:border-box;
	max-width: 440px;
	padding:0;
	margin:0 0 60px 0;
}

.view-05 .ps-locations .main-cols .col-left .description:last-child {
	margin:0;
}

.view-05 .ps-locations .main-cols .col-left .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:150%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 30px 0;	
}

.view-05 .ps-locations .main-cols .col-left .description p:last-child {
	margin:0;
}

.view-05 .ps-locations .main-cols .col-right {
	display: block;
	box-sizing: border-box;
	width: 60%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.view-05 .ps-locations .main-cols .col-right .image {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.view-05 .ps-locations .main-cols .col-right .image .map {
	display: block;
	box-sizing: border-box;
	width: 600px;
	height: 600px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 160px;
	top: 100px;
	background-image: url(../images/pages/hello_iot/locations/map.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	pointer-events: none;
	z-index: 20;	
}

.view-05 .ps-locations .main-cols .col-right .image .comment {
	display: block;
	box-sizing: border-box;
	width: 280px;
	height: 180px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 80px;
	top: 160px;
	background-image: url(../images/pages/hello_iot/locations/comment.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	pointer-events: none;	
	z-index: 40;
}

@media only screen and (max-width: 1280px) { 

	.view-05 .ps-locations .main-cols .col-left {
		width: 50%;
		left: 0;
		padding:0 20px 0 10px;
	}

	.view-05 .ps-locations .main-cols .col-left:after {
		left: 10px;
	}

	.view-05 .ps-locations .main-cols .col-left .description {
		max-width: 540px;
	}

	.view-05 .ps-locations .main-cols .col-right {
		width: 50%;
	}

	.view-05 .ps-locations .main-cols .col-right .image .map {
		left: 50px;
	}

	.view-05 .ps-locations .main-cols .col-right .image .comment {
		left: -30px;
	}	
}

@media only screen and (max-width: 960px) { 

	.view-05 .ps-locations .st-cnt {
		height:auto;
		padding: 60px 0 30px 0;
	}

	.view-05 .ps-locations .main-cols {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
	}

	.view-05 .ps-locations .main-cols .col-left {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0 0 30px 0;
	}

	.view-05 .ps-locations .main-cols .col-left:after {
		display: none;
	}	

	.view-05 .ps-locations .main-cols .col-left .description {
		max-width: none;
	}

	.view-05 .ps-locations .main-cols .col-right {
		width: 100%;
		height: auto;
	}

	.view-05 .ps-locations .main-cols .col-right .image {
		width: 100%;
		height: calc(600px * 0.6);
	}

	.view-05 .ps-locations .main-cols .col-right .image .map {
		width: calc(600px * 0.6);
		height: calc(600px * 0.6);
		left: auto;
		right: 20px;
		top: -20px;
	}

	.view-05 .ps-locations .main-cols .col-right .image .comment {
		width: calc(280px * 0.75);
		height: calc(180px * 0.75);
		left: auto;
		right: 260px;
		top: -10px;
	}
}

@media only screen and (max-width: 768px) { 

	.view-05 .ps-locations .main-cols .col-left .title {
		font-size: 40px;
		margin:0 0 30px 0;
	}

	.view-05 .ps-locations .main-cols .col-left .description p {
		font-size: 14px;
	}

	.view-05 .ps-locations .main-cols .col-right .image {
		height: calc(600px * 0.5);
	}

	.view-05 .ps-locations .main-cols .col-right .image .map {
		width: calc(600px * 0.5);
		height: calc(600px * 0.5);
	}

	.view-05 .ps-locations .main-cols .col-right .image .comment {
		width: calc(280px * 0.6);
		height: calc(180px * 0.6);
		right: 220px;
		top: -15px;
	}		
}

@media only screen and (max-width: 480px) { 
	.view-05 .ps-locations .main-cols .col-left .title {
		font-size: 36px;
	}

	.view-05 .ps-locations .main-cols .col-right .image {
		height: calc(600px * 0.4);
	}

	.view-05 .ps-locations .main-cols .col-right .image .map {
		width: calc(600px * 0.4);
		height: calc(600px * 0.4);
	}

	.view-05 .ps-locations .main-cols .col-right .image .comment {
		width: calc(280px * 0.5);
		height: calc(180px * 0.5);
		right: 145px;
		top: -15px;
	}	
}

@media only screen and (max-width: 360px) { 

	.view-05 .ps-locations .main-cols .col-left .title {
		font-size: 32px;
		margin:0 0 25px 0;
	}

	.view-05 .ps-locations .main-cols .col-right .image .map {
		right: 10px;
	}

	.view-05 .ps-locations .main-cols .col-right .image .comment {
		right: 135px;
	}	
}

/* platform */
.view-05 .ps-platform {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
}

.view-05 .ps-platform .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;	
}

.view-05 .ps-platform .st-cnt {
	display: block;
	box-sizing: border-box;
	max-width: 1100px;
	height:800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.view-05 .ps-platform .main-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	padding: 0;
	margin: 0;
}

.view-05 .ps-platform .main-cols .col-left {
	display: block;
	box-sizing: border-box;
	width: 60%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.view-05 .ps-platform .main-cols .col-left .image {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.view-05 .ps-platform .main-cols .col-left .image .imac {
	display: block;
	box-sizing: border-box;
	width: calc(1740px * 0.4);
	height: calc(1620px * 0.4);	
	padding: 0;
	margin: 0;
	position: absolute;
	right: 80px;
	top: 80px;
	background-image: url(../images/pages/hello_iot/platform/imac.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	pointer-events: none;
	z-index: 20;	
}

.view-05 .ps-platform .main-cols .col-left .image .screen {
	display: block;
	box-sizing: border-box;
	width: 420px;
	height: 560px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 30px;
	top: 70px;
	background-image: url(../images/pages/hello_iot/platform/screen.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	pointer-events: none;	
	z-index: 30;
}

.view-05 .ps-platform .main-cols .col-left .image .data {
	display: block;
	box-sizing: border-box;
	width: 240px;
	height: 240px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 300px;
	top: 30px;
	background-image: url(../images/pages/hello_iot/platform/data.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	pointer-events: none;	
	z-index: 40;
}

.view-05 .ps-platform .main-cols .col-right {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	width: 40%;
	height: 100%;
	padding: 0;
	margin: 0;
	left: 30px;
	position: relative;
}

.view-05 .ps-platform .main-cols .col-right:before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 70px;
	height: 2px;
	padding: 0;
	margin: 0;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 70px;
}

.view-05 .ps-platform .main-cols .col-right .title {
	display: block;
	box-sizing: border-box;
	font-size: 46px;
	font-weight: 600;
	line-height: 120%;
	text-align: left;
	color:#000;
	padding: 0;
	margin:0 0 40px 0;
}

.view-05 .ps-platform .main-cols .col-right .title:last-child {
	margin:0;
}

.view-05 .ps-platform .main-cols .col-right .description {
	display:block;
	box-sizing:border-box;
	max-width: 440px;
	padding:0;
	margin:0 0 60px 0;
}

.view-05 .ps-platform .main-cols .col-right .description:last-child {
	margin:0;
}

.view-05 .ps-platform .main-cols .col-right .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:150%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 30px 0;	
}

.view-05 .ps-platform .main-cols .col-right .description p:last-child {
	margin:0;
}

@media only screen and (max-width: 1280px) { 

	.view-05 .ps-platform .main-cols .col-left {
		width: 50%;
	}

	.view-05 .ps-platform .main-cols .col-right {
		width: 50%;
		padding: 0 10px 0 20px;
		left: auto;
	}

	.view-05 .ps-platform .main-cols .col-right:before {
		left: 20px;
	}

	.view-05 .ps-platform .main-cols .col-right .description {
		max-width: none;
	}		
}

@media only screen and (max-width: 1152px) { 

	.view-05 .ps-platform .main-cols .col-left .image .imac {
		right: 50px;
	}
}

@media only screen and (max-width: 960px) {

	.view-05 .ps-platform .st-cnt {
		height:auto;
		padding: 50px 0 50px 0;
	}

	.view-05 .ps-platform .main-cols {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
	}

	.view-05 .ps-platform .main-cols .col-left {
		order: 1;
		width: 100%;
	}

	.view-05 .ps-platform .main-cols .col-left .image {
		height: calc(540px * 0.62);
	}

	.view-05 .ps-platform .main-cols .col-left .image .imac {
		width: calc(580px * 0.62);
		height: calc(540px * 0.62);
		right: 50px;
		top: 0;
	}

	.view-05 .ps-platform .main-cols .col-left .image .screen {
		width: calc(315px * 0.66);
		height: calc(420px * 0.66);
		right: 30px;
		top: 10px;
	}

	.view-05 .ps-platform .main-cols .col-left .image .data {
		width: calc(240px * 0.66);
		height: calc(240px * 0.66);
		right: 160px;
		top: -30px;
	}

	.view-05 .ps-platform .main-cols .col-right {
		order: 0;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 0 40px 0;
	}

	.view-05 .ps-platform .main-cols .col-right:before {
		display: none;
	}		
}

@media only screen and (max-width: 768px) { 

	.view-05 .ps-platform .main-cols .col-left .image {
		height: calc(540px * 0.56);
	}

	.view-05 .ps-platform .main-cols .col-left .image .imac {
		width: calc(580px * 0.56);
		height: calc(540px * 0.56);
	}

	.view-05 .ps-platform .main-cols .col-left .image .screen {
		width: calc(315px * 0.60);
		height: calc(420px * 0.60);
	}

	.view-05 .ps-platform .main-cols .col-left .image .data {
		width: calc(240px * 0.60);
		height: calc(240px * 0.60);
	}

	.view-05 .ps-platform .main-cols .col-right .title {
		font-size: 40px;
		margin:0 0 30px 0;
	}

	.view-05 .ps-platform .main-cols .col-right .description p {
		font-size: 14px;
	}	
}

@media only screen and (max-width: 480px) { 
	.view-05 .ps-platform .main-cols .col-left .image {
		height: calc(540px * 0.45);
	}

	.view-05 .ps-platform .main-cols .col-left .image .imac {
		width: calc(580px * 0.45);
		height: calc(540px * 0.45);
		right: 20px;
	}

	.view-05 .ps-platform .main-cols .col-left .image .screen {
		width: calc(315px * 0.5);
		height: calc(420px * 0.5);
		right: 10px;
		top: -10px;		
	}

	.view-05 .ps-platform .main-cols .col-left .image .data {
		width: calc(240px * 0.5);
		height: calc(240px * 0.5);
		right: 90px;
		top: -30px;		
	}

	.view-05 .ps-platform .main-cols .col-right .title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 360px) { 

	.view-05 .ps-platform .main-cols .col-right .title {
		font-size: 32px;
		margin:0 0 25px 0;
	}
}

/* education */
.view-05 .ps-education {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.view-05 .ps-education .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;	
}

.view-05 .ps-education .st-cnt {
	display: block;
	box-sizing: border-box;
	max-width: 1100px;
	height:800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.view-05 .ps-education .main-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	padding: 0;
	margin: 0;
}

.view-05 .ps-education .main-cols .col-left {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	width: 40%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.view-05 .ps-education .main-cols .col-left:before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 70px;
	height: 2px;
	padding: 0;
	margin: 0;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 70px;
}

.view-05 .ps-education .main-cols .col-left .title {
	display: block;
	box-sizing: border-box;
	font-size: 46px;
	font-weight: 600;
	line-height: 120%;
	text-align: left;
	color:#000;
	padding: 0;
	margin:0 0 40px 0;
}

.view-05 .ps-education .main-cols .col-left .title:last-child {
	margin:0;
}

.view-05 .ps-education .main-cols .col-left .description {
	display:block;
	box-sizing:border-box;
	max-width: 440px;
	padding:0;
	margin:0 0 60px 0;
}

.view-05 .ps-education .main-cols .col-left .description:last-child {
	margin:0;
}

.view-05 .ps-education .main-cols .col-left .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:150%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 30px 0;	
}

.view-05 .ps-education .main-cols .col-left .description p:last-child {
	margin:0;
}

.view-05 .ps-education .main-cols .col-right {
	display: block;
	box-sizing: border-box;
	width: 60%;
	padding: 0;
	margin: 0;
}

.view-05 .ps-education .main-cols .col-right .wrap-slider {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 340px;
	padding: 0 0 0 120px;
	margin: 0;
}

@media only screen and (max-width: 960px) { 

	.view-05 .ps-education .st-cnt {
		height:auto;
		padding: 60px 0 140px 0;
	}

	.view-05 .ps-education .main-cols {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
	}

	.view-05 .ps-education .main-cols .col-left {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 50px 0;
	}

	.view-05 .ps-education .main-cols .col-left .description {
		max-width: none;
	}	

	.view-05 .ps-education .main-cols .col-left:before {
		display: none;
	}

	.view-05 .ps-education .main-cols .col-right {
		width: 100%;
	}

	.view-05 .ps-education .main-cols .col-right .wrap-slider {
		padding-left: 12px;
	}	
}

@media only screen and (max-width: 768px) { 

	.view-05 .ps-education .main-cols .col-left .title {
		font-size: 40px;
		margin:0 0 30px 0;
	}

	.view-05 .ps-education .main-cols .col-left .description p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) { 

	.view-05 .ps-education .main-cols .col-left .title {
		font-size: 36px;
	}

	.view-05 .ps-education .main-cols .col-right .wrap-slider {
		height: 300px;
	}		
}

@media only screen and (max-width: 360px) { 

	.view-05 .ps-education .main-cols .col-left .title {
		font-size: 32px;
		margin:0 0 25px 0;
	}
}

/* more */
.view-05 .ps-more {
	display:block;
	box-sizing:border-box;	
	width:100%;	
	padding:0;
	margin:0;
	background-color:var(--c_blue);
}

.view-05 .ps-more .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-05 .ps-more .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1100px;
	padding:60px 0 60px 0;
	margin:0 auto;
	position:relative;
}

.view-05 .ps-more .st-cnt .main-cols {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:stretch;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.view-05 .ps-more .st-cnt .main-cols .col-left {
	display:block;
	box-sizing:border-box;
	width:65%;
	padding:0 30px 0 0;
	margin:0;
}

.view-05 .ps-more .st-cnt .main-cols .col-left .wrap-title {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 0 25px 0;
}

.view-05 .ps-more .st-cnt .main-cols .col-left .wrap-title .title {
	display:block;
	box-sizing:border-box;	
	font-size:36px;
	font-weight:700;
	line-height:160%;
	text-align:left;
	color:#fff;
	padding:0 0 0 64px;
	margin:0;
	position:relative;		
}

.view-05 .ps-more .st-cnt .main-cols .col-left .wrap-title .title:before {
	content:'';
	display:block;
	box-sizing:border-box;
	width:42px;
	height:42px;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/svg/features/more.svg);
	position:absolute;
	left:0;
	top:42%;
	transform:translateY(-50%);
}

.view-05 .ps-more .st-cnt .main-cols .col-left .description {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 0 15px 0;
}

.view-05 .ps-more .st-cnt .main-cols .col-left .description:last-child {
	margin:0;
}

.view-05 .ps-more .st-cnt .main-cols .col-left .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:140%;
	text-align:left;
	color:#fff;
	padding:0;
	margin:0 0 15px 0;	
}

.view-05 .ps-more .st-cnt .main-cols .col-left .description p:last-child {
	margin:0;
}

.view-05 .ps-more .st-cnt .main-cols .col-right {
	display:block;
	box-sizing:border-box;
	width:35%;
	padding:0;
	margin:0;
	position:relative;
}

.view-05 .ps-more .st-cnt .main-cols .col-right .hand {
	display:block;
	box-sizing:border-box;
	width:130px;
	height:130px;
	padding:0;
	margin:0;
	position:absolute;
	right:-20px;
	bottom:-10px;
	transform:translateX(100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/svg/pointing_hand.svg);
	opacity:0.6;
}

.view-05 .ps-more .st-cnt .main-cols .col-right .wrap-button {
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
	box-sizing:border-box;
	padding:90px 0 0 0;
	margin:0;
} 

.view-05 .ps-more .st-cnt .main-cols .col-right .wrap-button .btn-contact {
	display:block;
	box-sizing:border-box;
	width:100%;
	max-width:260px;
	padding:0;
	margin:0;
}


@media only screen and (max-width: 1280px) { 

	.view-05 .ps-more .st-cnt {
		padding:60px 0 60px 0;
	}

	.view-05 .ps-more .st-cnt .main-cols .col-right .hand {
		width:100px;
		height:100px;
		right:20px;
		bottom:auto;
		top:-40px;
		transform:none;
	}
}

@media only screen and (max-width: 960px) { 

	.view-05 .ps-more .st-cnt .main-cols .col-left .wrap-title .title {
		font-size:32px;
	}

	.view-05 .ps-more .st-cnt .main-cols .col-left .wrap-title .title:before {
		top:45%;
	}	
}

@media only screen and (max-width: 768px) { 

	.view-05 .ps-more .st-cnt .main-cols {
		flex-wrap:wrap;
		justify-content:flex-start;
	}

	.view-05 .ps-more .st-cnt .main-cols .col-left {
		width:100%;
		padding:0;
	}

	.view-05 .ps-more .st-cnt .main-cols .col-left .description p {
		font-size:14px;
	}

	.view-05 .ps-more .st-cnt .main-cols .col-right {
		width:100%;
	}	

	.view-05 .ps-more .st-cnt .main-cols .col-right .wrap-button {
		padding:50px 0 0 0;
	} 

	.view-05 .ps-more .st-cnt .main-cols .col-right .hand {
		right:auto;
		left:-20px;
		top:auto;
		bottom:-20px;
		transform:scaleX(-1.0);
	}

	.view-05 .ps-more .st-cnt .main-cols .col-right .wrap-button .btn-contact {
		max-width:160px;
	}	
}

@media only screen and (max-width: 480px) { 

	.view-05 .ps-more .st-cnt .main-cols .col-left .wrap-title .title {
		line-height:136%;	
	}
}

/* service linker */
.view-05 .ps-services-linker {
	display:block;
	box-sizing:border-box;	
	width:100%;	
	padding:0;
	margin:0;
	background-color:#fff;	
}

.view-05 .ps-service-linker .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-05 .ps-service-linker .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1100px;
	padding:120px 0 90px 0;
	margin:0 auto;
	position:relative;
}

.view-05 .ps-service-linker .st-cnt .content {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 auto;
}

.view-05 .ps-service-linker .st-cnt .content .title {
	display: block;
	box-sizing: border-box;
	font-size: 46px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	color:#000;
	padding: 0;
	margin:0 0 50px 0;
}

.view-05 .ps-service-linker .st-cnt .content .title strong {
	font-weight: 900;
	white-space: nowrap;
}

.view-05 .ps-service-linker .st-cnt .content .list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.view-05 .ps-service-linker .st-cnt .content .list .item {
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 56px;
	padding: 0;
	margin: 0 24px;
}

.view-05 .ps-service-linker .st-cnt .content .list .item a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.view-05 .ps-service-linker .st-cnt .content .list .item a svg {
	width: 100%;
	height: 100%;
	fill:#b3b3b3;	
	transition: all 0.2s ease-out;
}

.view-05 .ps-service-linker .st-cnt .content .list .item.black.active a svg,
.view-05 .ps-service-linker .st-cnt .content .list .item.black.touch a svg,
.notouch .view-05 .ps-service-linker .st-cnt .content .list .item.black:hover a svg {
	fill:var(--c_black);
}


.view-05 .ps-service-linker .st-cnt .content .list .item.blue.active a svg,
.view-05 .ps-service-linker .st-cnt .content .list .item.blue.touch a svg,
.notouch .view-05 .ps-service-linker .st-cnt .content .list .item.blue:hover a svg {
	fill:var(--c_blue);
}

.view-05 .ps-service-linker .st-cnt .content .list .item.orange.active a svg,
.view-05 .ps-service-linker .st-cnt .content .list .item.orange.touch a svg,
.notouch .view-05 .ps-service-linker .st-cnt .content .list .item.orange:hover a svg {
	fill:var(--c_orange);
}

.view-05 .ps-service-linker .st-cnt .content .list .item.navy.active a svg,
.view-05 .ps-service-linker .st-cnt .content .list .item.navy.touch a svg,
.notouch .view-05 .ps-service-linker .st-cnt .content .list .item.navy:hover a svg {
	fill:var(--c_navy);
}

@media only screen and (max-width: 960px) { 

	.view-05 .ps-service-linker .st-cnt {
		padding:60px 0 60px 0;
	}

	.view-05 .ps-service-linker .st-cnt .content .title {
		font-size: 36px;
	}	
}

@media only screen and (max-width: 768px) { 

	.view-05 .ps-service-linker .st-cnt .content .title {
		font-size: 32px;
		margin:0 0 40px 0;
	}
}

@media only screen and (max-width: 480px) { 

	.view-05 .ps-service-linker .st-cnt {
		padding:50px 0 50px 0;
	}

	.view-05 .ps-service-linker .st-cnt .content .list .item {
		width: 42px;
		height: 49px;
		margin: 0 16px;
	}
}

@media only screen and (max-width: 400px) { 

	.view-05 .ps-service-linker .st-cnt .content .title {
		font-size: 26px;
	}

	.view-05 .ps-service-linker .st-cnt .content .list .item {
		width: 36px;
		height: 42px;
		margin: 0 12px;
	}	
}

