::-webkit-scrollbar { width:5px; height: 5px; }
/* ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display:block; height:5px; background:#ddd} */
::-webkit-scrollbar-track {
	background:#eee;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
::-webkit-scrollbar-thumb {
	height:50px;
	width:50px;
	background:#ccc;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background:#ccc;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

/* k-wonderstars fancy */

.people_title {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-bottom: 30px;
}

.people_title h2 {
	color: #461fff;
	font-family: 'TmoneyRoundWind';
    font-size: 2em;
}

.people_title p {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    color: #461fff;
    font-weight: 600;
}

.people_title p:after {
	content:'';
	position: absolute;
	left: 0px;
	top: 15%;
	width: 2px;
	height: 70%;
	background: #461fff;
}

.people_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.people_pic { width: 320px; }
.people_pic img { max-width: 100%; }

.people_text {
    padding: 0 30px 0 50px;
    width: calc(100% - 320px);
}

.people_infolist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 30px;
}

.people_infolist li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
	width: 50%;
	font-size: 0.9em;
}

.people_infolist li:last-child { margin-bottom: 0px; }

.people_infolist li .people_stitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    margin-right: 20px;
	border: 1px solid #ccc;
	font-size: 0.9em;
	font-weight: 600;
}

.people_infolist li > p {
	padding: 0px;
	width: calc(100% - 140px);
    background: transparent;
    font-size: 1em;
	word-break: keep-all;
}

.people_text p {
    padding: 30px;
    background: #f4f4f4;
    font-size: 0.9em;
	line-height: 1.4;
}

.people_keyword {
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.people_keyword span {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 5px;
	margin-bottom: 5px;
    padding: 0 20px;
    height: 35px;
    background: #461fff;
    border-radius: 5px;
	color: #fff;
    font-size: 0.8em;
    font-family: 'TmoneyRoundWind';
    letter-spacing: -0.5px;
}

@media screen and (max-width: 1280px) {
	
	/* .people_infolist li { width: 100%; } */

}

@media screen and (max-width: 1024px) {
	
	.people_pic { width: 240px; }
	.people_text {
		padding: 0 20px;
		width: calc(100% - 240px);
	}

	.people_keyword span {
		padding: 0 10px;
		height: 30px;
	}

}

@media screen and (max-width: 768px) {
	
	.people_pic {
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	
	.people_text {
		padding: 0 0px;
		width: 100%;
	}

	.people_infolist li { width: 50%; }

}

@media screen and (max-width: 680px) {
	
	.people_title {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}

	.people_title p {
		margin-left: 0px;
		padding-left: 0px;
		width: 100%;
		text-align: center;
	    margin-top: 10px;
	}

	.people_title p:after { display: none; }

	

}

@media screen and (max-width: 575px) {
	
	.people_infolist li { width: 100%; }


}