.pagecontent p{
	max-width:800px;
	margin:auto;
	text-align:center;
}
ul.aboutus{
	list-style-type:none;
	margin-top:100px;
}
ul.aboutus li{
	height: 300px;
      
}
ul.aboutus li .ptempty{
	background-size: contain;
    background-position: right top;
	height:100%;
	 opacity: 0.1;
}
ul.aboutus li.on .ptempty{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s, visibility 0.5s;
}
ul.aboutus div.line{
	height: 100%;
    width: 50px;
   float:left;
    background-image: url(/images/aboutus_link.png);
    background-position: 20px 15px;
	    background-size: 3px 22px;
    background-repeat: repeat-y;
    vertical-align: bottom;
}
ul.aboutus div.line img{
	margin-top:100px;
	max-width:40px;
}
ul.aboutus li:first-child div.line{
	/* height: 180px; */
	height: calc( 100% - 100px );
    margin-top: 100px;
}
ul.aboutus li:first-child div.line img{
	margin-top:unset;
}
.pttext{
	position:absolute;
	bottom:0px;
	left:100px; 	
}
.ptdesc{
	height: 100%;
	width:calc(50% - 25px );
	float:left;
	padding-left: 80px;
	padding-top: 30px;
}
.ptempty{
	width:calc(50% - 25px);float:left;
}
ul.aboutus li:nth-child(even) div.ptempty{
	background-position: left top;
}
ul.aboutus li:nth-child(even) > div{
	float:right;
}
ul.aboutus li:nth-child(1)  div.ptempty{
 background-image: url(/images/aboutus_1_bg_v2.png);
}
ul.aboutus li:nth-child(2)  div.ptempty{
 background-image: url(/images/aboutus_2_bg.png);
}
ul.aboutus li:nth-child(3)  div.ptempty{
 background-image: url(/images/aboutus_3_bg.png);
}
ul.aboutus li:nth-child(4) div.ptempty{
 background-image: url(/images/aboutus_4_bg.png);
}
.pttext span:not(.normal){
	font-size:2em;
	
}
.pttext span{
	color:	var(--text_purple);
}

ul.profilelist{
			list-style-type:none;
			max-width:800px;
			margin: 80px auto 0px auto;
			font-size:16px;
		}
		ul.profilelist li{
			margin: 30px 0px;
			clear:both;
		}
		ul.profilelist li:after{
			content: ' ';
			display: block;
			width: 50%;
			border-bottom: 2px solid #b9dcd8;
			margin: auto;
			height:30px;
			    clear: both;
		}
		ul.profilelist li:last-child:after{
			border:0px;
		}
		ul.profilelist li .pic{
			width:180px;
			height:180px;
			border-radius:50%;
			/*background-color:#b9dcd8;*/
			overflow:hidden;
			float:left;
		}
		ul.profilelist li:nth-child(even){
			text-align:right;
		}
		ul.profilelist li:nth-child(even) .pic
		, ul.profilelist li:nth-child(even) .info{
			float:right;
		}
		.profilelist .info{
			text-align:center;
			width:calc( 100% - 360px - 10px - 20px);
			float:left;
			min-height: 180px;
			margin:0px 10px;
			display:table;
		}
		.ptitle{
			text-transform:uppercase;
			color:var(--text_purple);
			font-family:var(--title-font);
		}
		.pname{
			font-size: 1.6em;
			    margin-top: 10px;
			margin-bottom: 10px;
			line-height: 1.2;
			font-family:var(--title-content);
			color:#6d6e71;
			font-weight:bold;
		}
		.empty{
			width:1px;
			height:180px;
			display:inline-block;
		}
		
@media only screen and (max-width:880px) {
	.ptdesc{
		    padding-left: 5px;
	}
}
@media only screen and (max-width:768px) {
	.ptdesc img{
		       width: 40px;
    margin-top: 70px;
	    margin-bottom: 10px;
	}
	.pttext{
		left:60px;
	}
	ul.profilelist li .pic{
		width:150px;
		height:150px;
	}
	.profilelist .info{
		text-align: left;
		width: calc( 100% - 150px - 10px - 60px);
		margin: 0px 30px;
	}
	ul.profilelist li:nth-child(even) .pic, ul.profilelist li:nth-child(even) .info{
		text-align:right;
	}
}
@media only screen and (max-width:480px) {
	
		.aboutus li:nth-child(4) {
			height:200px;
		}
		ul.aboutus li .ptempty{
			height:150px  !important;
		}
	.ptdesc{
		float:left;   
		width: calc( 100% - 30px );
		    padding-top: 0px;
			height:unset;
	}
	.ptdesc img{
		margin-top:20px;
	}
	
	ul.aboutus li{
		clear:both;
		height:400px;
	}
	ul.aboutus li:nth-child(even) > div{
		float: left;
	}
	ul.aboutus li div.line{
		float: right !important;
		height: 100% !important;
		margin-top: 0px !important;
		height: 100% !important;
		
		    width: 30px;
			background-position: 12px 15px;
			background-size: 4px;
	}
	ul.aboutus div.line img{
		width:30px;
	}
	ul.aboutus div.line img{
		margin-top:15px;
	}
	ul.aboutus li .ptempty{
		width:calc( 100% - 30px );
		float:left;
		height: 250px;
		
		margin-top: 20px;
	}
	ul.profilelist{
		font-size:14px;
		margin-top:20px;
	}
	ul.profilelist li{
		margin:40px 0px ;
	}
	ul.profilelist li:last-child{
		margin-bottom:0px;
	}
	ul.profilelist li:last-child:after{
		height:0px;
	}
	ul.profilelist li .pic{
		width:100px;
		height:100px;
	}
	.profilelist .info{ 
		    width: calc( 100% - 100px - 10px - 20px);
    min-height: 120px;
    text-align: left !important;
    margin: 0px 0px 0px 20px;
	}    
	.empty{
		height:120px;
	}
	ul.profilelist li:nth-child(even) .pic, ul.profilelist li:nth-child(even) .info{
		float:left;
	}
}