@charset "utf-8";
/* CSS Document */

/* outline =============================================================================*/
.temp02-wrap-Lmenu h3 {
    border-top: 3px solid #0c2977;
	background: #254087;
}
.temp02-wrap-R h5{
	color: #254087;
	padding:5px 0 10px 23px;
}
.temp02-wrap-R h4{
	text-align: left;
}
.list-people a h4{
	color: #254087;
	font-size: 2.4rem;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3%;
	padding-left: 0;
}

@media only screen and  (min-width: 991px) {
	.list-people h4 a{
		font-size: 3.0rem; font-size: 30px;
	}
	.list-people a{
		font-size: 1.7rem; font-size: 17px;
		line-height: 1.2;
	}
}



/*detail =============================================================================*/
.labCilck{display:inline-block;color: #578cfc;/* border: 1px solid #254087; */font-size: 20px !important;font-weight: 400;border-radius: 2px;margin-top: 15px;padding-left: 10px;position: relative;border-left: 5px solid #578cfc;}
.labCilck[data-grwy=""]{display:none;}
.labCilck:after{contain:'';display:inline-block;position:absolute;top:0;left:0;width:4px;height:100%;background:#578cfc;}