.align-center{text-align:center}
.mentee_list{background:#f3f3f3; padding:50px; margin-bottom:50px;}
.mentee_list::after{content:''; clear: both; display:block;}
.mentee_list ul{float:left; width:49%;}
.mentee_list ul li{margin-bottom:15px;}
.mentee_list ul li span{border-radius:50%; background:#49918f; color:#fff; width: 30px; height: 30px; display:inline-block; text-align: center; margin-right:10px;}



.guidTxt{position:relative;margin-bottom:35px;font-size:21px;text-align:center}
.guidTxt > div{display:block;padding:40px;font-size:20px}
.guidTxt::after,
.guidTxt::before{position:absolute;left:0;width:100%;height:10px;content:'';opacity:0.6;border-radius:5px}
.guidTxt::after{top:0;background:#7fb843;}
.guidTxt::before{bottom:0;background:#43a047;}
.guidTxt > div::after,
.guidTxt > div::before{position:absolute;top:0;width:10px;height:100%;content:'';background:#3fa38a;opacity:0.6;border-radius:5px}
.guidTxt > div::after{left:0}
.guidTxt > div::before{right:0}


 /* Mobile Device */
@media all and (max-width:900px){
	.mentee_list{padding:20px; }
	.mentee_list ul{width:100%; float:none;}
	.mentee_list ul li {margin-bottom: 10px;}
	.mentee_list ul li span{width: 20px;    height: 20px;    font-size: 12px; }
	
}

 /* Mobile Device */
@media all and (max-width:640px){
	

	.guidTxt{margin-bottom:40px}
	.guidTxt > div{padding: 20px; font-size: 14px;}
	.guidTxt{margin-bottom:40px}.guidTxt::before,
	.guidTxt::after{height:6px}
	.guidTxt > div::before,
	.guidTxt > div::after{width:6px}
	.mVisualWrap .topTxt .link2 li a{background:none;}
}