.view-06 .tpl-hello-info {
	display:block;
	box-sizing: border-box;
	padding:0;
	margin:0;
}

/* baner */
.view-06 .ps-baner {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color:#000;
	background-image: url(../images/pages/hello_info/baner/baner.jpg);
	background-repeat:no-repeat;
	background-position:  center top;
	background-size: cover;
}

.view-06 .ps-baner .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;	
}

.view-06 .ps-baner .st-cnt {
	display: block;
	box-sizing: border-box;
	height:75vh;
	padding: 0;
	margin: 0;	
}

@media only screen and (max-width: 1360px) { 

	.view-06 .ps-baner .st-cnt {
		height:576px;
	}
}

@media only screen and (max-width: 960px) { 

	.view-06 .ps-baner .st-cnt {
		height:420px;
	}
}

/* intro */
.view-06 .ps-intro {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color:var(--c_orange);
	background-image: radial-gradient(circle at top center, #ffba53, #fb9500);
	background-repeat:no-repeat;
	background-position:  center top;
	background-size: contain;
}

.view-06 .ps-intro .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;
	background-image: url(../images/svg/pages/hello_info/intro/background.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: auto 100%;			
}

.view-06 .ps-intro .st-cnt {
	display: block;
	box-sizing: border-box;
	height:800px;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;	
	position: relative;
}

.view-06 .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-06 .ps-intro .content {
	display: block;
	box-sizing: border-box;
	padding: 90px 0 0 0;
	margin: 0;		
}

.view-06 .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-06 .ps-intro .content .top-line:last-child {
	margin:0;
}

.view-06 .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-06 .ps-intro .content .title:last-child {
	margin: 0;
}

.view-06 .ps-intro .content .title strong {
	font-weight: 900;
	white-space: nowrap;
	padding: 0 48px 0 0;
	position: relative;
}

.view-06 .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_info_white.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top:-24px;
	right:-4px;
}

.view-06 .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-06 .ps-intro .content .subtitle:last-child {
	margin:0;
}

.view-06 .ps-intro .content .description {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 70px 0;
}

.view-06 .ps-intro .content .description:last-child {
	margin:0;
}

.view-06 .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-06 .ps-intro .content .description p:last-child s{
	margin:0;
}

.view-06 .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-06 .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-06 .ps-intro .content {
		padding: 110px 0 0 0;
	}

	.view-06 .ps-intro .content .top-line {
		margin: 0 auto 50px auto;
	}

	.view-06 .ps-intro .content .title {
		line-height: 140%;
		margin: 0 0 50px 0;	
	}

	.view-06 .ps-intro .content .title br {
		display: inline;
	}

	.view-06 .ps-intro .content .subtitle {
		margin: 0 0 50px 0;
	}

	.view-06 .ps-intro .content .description {
		margin: 0 0 70px 0;
	}

	.view-06 .ps-intro .content .broken-line {
		width: 260px;
	}
}

@media only screen and (max-width: 960px) {

	.view-06 .ps-intro .st-bleed {
		background-image:none;	
	}

	.view-06 .ps-intro .st-cnt {
		height:auto;
	}

	.view-06 .ps-intro .content {
		padding: 60px 0 60px 0;
	}

	.view-06 .ps-intro .content .title {
		font-size: 52px;
		margin: 0 0 40px 0;	
	}

	.view-06 .ps-intro .content .title strong {
		padding: 0 36px 0 0;
	}

	.view-06 .ps-intro .content .title strong:after {
		width: 36px;
		height: 42px;
		top:-18px;
		right:-4px;
	}

	.view-06 .ps-intro .content .subtitle {
		font-size: 36px;
		margin: 0 0 40px 0;
	}

	.view-06 .ps-intro .content .description {
		margin: 0 0 60px 0;
	}

	.view-06 .ps-intro .content .description br {
		display: none;
	}

	.view-06 .ps-intro .content .broken-line {
		width: 240px;
	}	
}

@media only screen and (max-width: 768px) {

	.view-06 .ps-intro .content {
		padding: 50px 0 50px 0;
	}

	.view-06 .ps-intro .content .top-line {
		width: 50px;
		margin: 0 auto 40px auto;
	}

	.view-06 .ps-intro .content .title {
		font-size: 40px;
		margin: 0 0 30px 0;
	}

	.view-06 .ps-intro .content .title strong {
		padding: 0 30px 0 0;
	}

	.view-06 .ps-intro .content .title strong:after {
		width: 30px;
		height: 35px;
		top:-12px;
	}

	.view-06 .ps-intro .content .subtitle {
		font-size: 28px;
		margin: 0 0 30px 0;
	}

	.view-06 .ps-intro .content .subtitle br {
		display: none;
	}

	.view-06 .ps-intro .content .description {
		margin: 0 0 50px 0;
	}

	.view-06 .ps-intro .content .description p {
		font-size: 14px;
	}	

	.view-06 .ps-intro .content .broken-line {
		width: 200px;
	}	
}

@media only screen and (max-width: 480px) {

	.view-06 .ps-intro .content .title {
		font-size: 32px;
	}

	.view-06 .ps-intro .content .subtitle {
		font-size: 22px;
		margin: 0 0 30px 0;
	}

	.view-06 .ps-intro .content .broken-line {
		width: 160px;
	}			
}

/* screens */
.view-06 .ps-screens {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
}

.view-06 .ps-screens .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;	
}

.view-06 .ps-screens .st-cnt {
	display: block;
	box-sizing: border-box;
	max-width: 1100px;
	height:800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.view-06 .ps-screens .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-06 .ps-screens .main-cols .col-left {
	display: block;
	box-sizing: border-box;
	width: 60%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.view-06 .ps-screens .main-cols .col-left .image {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.view-06 .ps-screens .main-cols .col-left .image .artwork {
	display: block;
	box-sizing: border-box;
	width: 680px;
	height: 560px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 90px;
	top: 90px;
	background-image: url(../images/pages/hello_info/screens/artwork.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	pointer-events: none;	
}

.view-06 .ps-screens .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-06 .ps-screens .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-06 .ps-screens .main-cols .col-right .title:last-child {
	margin:0;
}

.view-06 .ps-screens .main-cols .col-right .description {
	display:block;
	box-sizing:border-box;
	max-width: 440px;
	padding:0;
	margin:0 0 60px 0;
}

.view-06 .ps-screens .main-cols .col-right .description:last-child {
	margin:0;
}

.view-06 .ps-screens .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-06 .ps-screens .main-cols .col-right .description p:last-child {
	margin:0;
}

@media only screen and (max-width: 1152px) { 

	.view-06 .ps-screens .main-cols .col-left {
		width: 55%;
	}

	.view-06 .ps-screens .main-cols .col-left .image .artwork {
		right: 40px;
	}

	.view-06 .ps-screens .main-cols .col-right {
		width: 45%;
		left: 20px;
		padding:0 20px 0 0;
	}
}

@media only screen and (max-width: 960px) { 

	.view-06 .ps-screens .st-cnt {
		height:auto;
		padding: 60px 0 50px 0;
	}

	.view-06 .ps-screens .main-cols {
		flex-wrap: wrap;
		align-items: flex-start;
		height: auto;
	}

	.view-06 .ps-screens .main-cols .col-left {
		order:1;
		width: 100%;
		height: auto;
	}

	.view-06 .ps-screens .main-cols .col-left .image {
		width: 100%;
		height: 420px;
	}

	.view-06 .ps-screens .main-cols .col-left .image .artwork {
		width: 510px;
		height: 420px;
		right: 0;
		top: 0;
	}

	.view-06 .ps-screens .main-cols .col-right {
		order:0;
		width: 100%;
		height: auto;
		left: auto;
		padding:0;
		margin: 0 0 10px 0;
	}

	.view-06 .ps-screens .main-cols .col-right .description {
		max-width: none;
	}	
}

@media only screen and (max-width: 768px) { 

	.view-06 .ps-screens .main-cols .col-left .image {
		height: 350px;
	}

	.view-06 .ps-screens .main-cols .col-left .image .artwork {
		width: 425px;
		height: 350px;
	}

	.view-06 .ps-screens .main-cols .col-right .title {
		font-size: 40px;
		margin:0 0 30px 0;
	}

	.view-06 .ps-screens .main-cols .col-right .description p {
		font-size:14px;
	}	
}

@media only screen and (max-width: 480px) { 

	.view-06 .ps-screens .main-cols .col-left .image {
		height: 280px;
	}

	.view-06 .ps-screens .main-cols .col-left .image .artwork {
		width: 350px;
		height: 280px;
		right: -10px;
	}

	.view-06 .ps-screens .main-cols .col-right .title {
		font-size: 36px;
	}	
}

@media only screen and (max-width: 360px) { 

	.view-06 .ps-screens .main-cols .col-left .image {
		height: 210px;
	}

	.view-06 .ps-screens .main-cols .col-left .image .artwork {
		width: 265px;
		height: 210px;
		right: 0;
	}

	.view-06 .ps-screens .main-cols .col-right .title {
		font-size: 32px;
		margin:0 0 25px 0;
	}	
}

/* communication */
.view-06 .ps-communication {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.view-06 .ps-communication .st-bleed {
	display: block;
	box-sizing: border-box;
	padding: 20px;
	margin: 0;	
}

.view-06 .ps-communication .st-cnt {
	display: block;
	box-sizing: border-box;
	max-width: 1100px;
	height:800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.view-06 .ps-communication .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-06 .ps-communication .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;
	left: 30px;
}

.view-06 .ps-communication .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-06 .ps-communication .main-cols .col-left .title:last-child {
	margin:0;
}

.view-06 .ps-communication .main-cols .col-left .description {
	display:block;
	box-sizing:border-box;
	max-width: 440px;
	padding:0;
	margin:0 0 60px 0;
}

.view-06 .ps-communication .main-cols .col-left .description:last-child {
	margin:0;
}

.view-06 .ps-communication .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-06 .ps-communication .main-cols .col-left .description p:last-child {
	margin:0;
}

.view-06 .ps-communication .main-cols .col-right {
	display: block;
	box-sizing: border-box;
	width: 60%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.view-06 .ps-communication .main-cols .col-right .image {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.view-06 .ps-communication .main-cols .col-right .image .artwork {
	display: block;
	box-sizing: border-box;
	width: 680px;
	height: 540px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 180px;
	top: 130px;
	background-image: url(../images/pages/hello_info/communication/artwork.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	pointer-events: none;	
}

@media only screen and (max-width: 1152px) { 

	.view-06 .ps-communication .main-cols .col-left {
		width: 45%;
		left: 20px;
		padding:0 0 0 20px;
	}

	.view-06 .ps-communication .main-cols .col-right {
		width: 55%;
	}

	.view-06 .ps-communication .main-cols .col-right .image .artwork {
		left: 90px;
	}
}

@media only screen and (max-width: 960px) { 

	.view-06 .ps-communication .st-cnt {
		height:auto;
		padding: 50px 0 80px 0;
	}

	.view-06 .ps-communication .main-cols {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		height: auto;
	}

	.view-06 .ps-communication .main-cols .col-left {
		order:0;
		width: 100%;
		height: auto;
		left: auto;
		padding:0;
		margin: 0 0 20px 0;
	}

	.view-06 .ps-communication .main-cols .col-left .description {
		max-width: none;
	}

	.view-06 .ps-communication .main-cols .col-right {
		order:1;
		width: 100%;
		height: auto;
	}

	.view-06 .ps-communication .main-cols .col-right .image {
		width: 100%;
		height: 330px;
	}

	.view-06 .ps-communication .main-cols .col-right .image .artwork {
		width: 425px;
		height: 330px;
		right:40px;
		left:auto;
		top: 0;
	}
}

@media only screen and (max-width: 768px) { 

	.view-06 .ps-communication .main-cols .col-left .title {
		font-size: 40px;
		margin:0 0 30px 0;
	}

	.view-06 .ps-communication .main-cols .col-left .description p {
		font-size:14px;
	}

	.view-06 .ps-communication .main-cols .col-right .image {
		height: 270px;
	}

	.view-06 .ps-communication .main-cols .col-right .image .artwork {
		width: 340px;
		height: 270px;
		right:30px;	
	}	
}

@media only screen and (max-width: 480px) { 

	.view-06 .ps-communication .main-cols .col-left .title {
		font-size: 36px;
	}

	.view-06 .ps-communication .main-cols .col-right .image {
		height: 216px;
	}

	.view-06 .ps-communication .main-cols .col-right .image .artwork {
		width: 272px;
		height: 216px;
		right:10px;	
	}	
}

@media only screen and (max-width: 360px) { 

	.view-06 .ps-communication .main-cols .col-left .title {
		font-size: 32px;
		margin:0 0 25px 0;
	}

	.view-06 .ps-communication .main-cols .col-right .image {
		height: 162px;
	}

	.view-06 .ps-communication .main-cols .col-right .image .artwork {
		width: 204px;
		height: 162px;
		right:10px;	
	}	
}

/* more */
.view-06 .ps-more {
	display:block;
	box-sizing:border-box;	
	width:100%;	
	padding:0;
	margin:0;
	background-color:var(--c_orange);
}

.view-06 .ps-more .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-06 .ps-more .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1100px;
	padding:60px 0 60px 0;
	margin:0 auto;
	position:relative;
}

.view-06 .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-06 .ps-more .st-cnt .main-cols .col-left {
	display:block;
	box-sizing:border-box;
	width:65%;
	padding:0 30px 0 0;
	margin:0;
}

.view-06 .ps-more .st-cnt .main-cols .col-left .wrap-title {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 0 25px 0;
}

.view-06 .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-06 .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-06 .ps-more .st-cnt .main-cols .col-left .description {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 0 15px 0;
}

.view-06 .ps-more .st-cnt .main-cols .col-left .description:last-child {
	margin:0;
}

.view-06 .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-06 .ps-more .st-cnt .main-cols .col-left .description p:last-child {
	margin:0;
}

.view-06 .ps-more .st-cnt .main-cols .col-right {
	display:block;
	box-sizing:border-box;
	width:35%;
	padding:0;
	margin:0;
	position:relative;
}

.view-06 .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-06 .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-06 .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-06 .ps-more .st-cnt {
		padding:60px 0 60px 0;
	}

	.view-06 .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-06 .ps-more .st-cnt .main-cols .col-left .wrap-title .title {
		font-size:32px;
	}

	.view-06 .ps-more .st-cnt .main-cols .col-left .wrap-title .title:before {
		top:45%;
	}	
}

@media only screen and (max-width: 768px) { 

	.view-06 .ps-more .st-cnt .main-cols {
		flex-wrap:wrap;
		justify-content:flex-start;
	}

	.view-06 .ps-more .st-cnt .main-cols .col-left {
		width:100%;
		padding:0;
	}

	.view-06 .ps-more .st-cnt .main-cols .col-left .description p {
		font-size:14px;
	}

	.view-06 .ps-more .st-cnt .main-cols .col-right {
		width:100%;
	}	

	.view-06 .ps-more .st-cnt .main-cols .col-right .wrap-button {
		padding:50px 0 0 0;
	} 

	.view-06 .ps-more .st-cnt .main-cols .col-right .hand {
		right:auto;
		left:-20px;
		top:auto;
		bottom:-20px;
		transform:scaleX(-1.0);
	}

	.view-06 .ps-more .st-cnt .main-cols .col-right .wrap-button .btn-contact {
		max-width:160px;
	}	
}

@media only screen and (max-width: 480px) { 

	.view-06 .ps-more .st-cnt .main-cols .col-left .wrap-title .title {
		line-height:136%;	
	}
}

/* service linker */
.view-06 .ps-services-linker {
	display:block;
	box-sizing:border-box;	
	width:100%;	
	padding:0;
	margin:0;
	background-color:#fff;	
}

.view-06 .ps-service-linker .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.view-06 .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-06 .ps-service-linker .st-cnt .content {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 auto;
}

.view-06 .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-06 .ps-service-linker .st-cnt .content .title strong {
	font-weight: 900;
	white-space: nowrap;
}

.view-06 .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-06 .ps-service-linker .st-cnt .content .list .item {
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 56px;
	padding: 0;
	margin: 0 24px;
}

.view-06 .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-06 .ps-service-linker .st-cnt .content .list .item a svg {
	width: 100%;
	height: 100%;
	fill:#b3b3b3;	
	transition: all 0.2s ease-out;
}

.view-06 .ps-service-linker .st-cnt .content .list .item.black.active a svg,
.view-06 .ps-service-linker .st-cnt .content .list .item.black.touch a svg,
.notouch .view-06 .ps-service-linker .st-cnt .content .list .item.black:hover a svg {
	fill:var(--c_black);
}


.view-06 .ps-service-linker .st-cnt .content .list .item.blue.active a svg,
.view-06 .ps-service-linker .st-cnt .content .list .item.blue.touch a svg,
.notouch .view-06 .ps-service-linker .st-cnt .content .list .item.blue:hover a svg {
	fill:var(--c_blue);
}

.view-06 .ps-service-linker .st-cnt .content .list .item.orange.active a svg,
.view-06 .ps-service-linker .st-cnt .content .list .item.orange.touch a svg,
.notouch .view-06 .ps-service-linker .st-cnt .content .list .item.orange:hover a svg {
	fill:var(--c_orange);
}

.view-06 .ps-service-linker .st-cnt .content .list .item.navy.active a svg,
.view-06 .ps-service-linker .st-cnt .content .list .item.navy.touch a svg,
.notouch .view-06 .ps-service-linker .st-cnt .content .list .item.navy:hover a svg {
	fill:var(--c_navy);
}

@media only screen and (max-width: 960px) { 

	.view-06 .ps-service-linker .st-cnt {
		padding:60px 0 60px 0;
	}

	.view-06 .ps-service-linker .st-cnt .content .title {
		font-size: 36px;
	}	
}

@media only screen and (max-width: 768px) { 

	.view-06 .ps-service-linker .st-cnt .content .title {
		font-size: 32px;
		margin:0 0 40px 0;
	}
}

@media only screen and (max-width: 480px) { 

	.view-06 .ps-service-linker .st-cnt {
		padding:50px 0 50px 0;
	}

	.view-06 .ps-service-linker .st-cnt .content .list .item {
		width: 42px;
		height: 49px;
		margin: 0 16px;
	}
}

@media only screen and (max-width: 400px) { 

	.view-06 .ps-service-linker .st-cnt .content .title {
		font-size: 26px;
	}

	.view-06 .ps-service-linker .st-cnt .content .list .item {
		width: 36px;
		height: 42px;
		margin: 0 12px;
	}	
}