@charset "utf-8";
/* CSS Document */

.personal_wrap {
	text-align: justify;
    word-break: break-word;	
}

.first_p 
{	
	font-size: 16px;
	line-height: 25px;
	padding: 0 0 20px;
	
}

.first_p span 
{	
	font-weight: 400;
}

.personal_info {	
	line-height: 21px;
	margin: 15px 0 0px;
	padding-left: 10px;
	color: #333;
}

.personal_info > li {
	margin: 0 0 5px;
}

.info_content {	
	padding-top: 50px;
}

.info_content > * {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
}

.info_content h3 {	
	font-size: 17px;
	font-weight: 500;
	padding-left: 13px;
	padding-bottom: 7px;
	position: relative;
}

.info_content h3:after
{	content:"";
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 5px;
	height: 5px;
	background-color: #222;
}

.info_content p 
{	font-size: 15px;
	padding: 5px 0px 10px 15px;
}

.personal_list 
{		
	width: calc(100% - 15px);
	margin-left: 15px;
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	position: relative;
	padding: 15px 25px;
}

.personal_list:after
{	content:"";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 30px;
	height: 30px;
	border: 1px solid #ff6582;
	border-right: 0;
	border-bottom: 0;	
}

.personal_list > li {	
	font-size: 15px;
}

.personal_list > li:not(:last-child) {	
	margin-bottom: 10px;
}

.info_content ol 
{	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	position: relative;
}

.info_content ol:after
{	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 30px;
	height: 30px;
	border: 1px solid #CD9C6A;
	border-right: 0;
	border-bottom:0;
}

.last_content p  {
	word-break: keep-all;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 50px 0px 80px;
}     

@media(max-width: 550px) {
	.info_content {
		padding-top: 25px;
	}

	.info_content h3 {
		letter-spacing: -1.5px;
	}

	.info_content p {
		padding: 0px 5px 10px;
	}

	.personal_list {
		width: calc(100% - 10px);
		margin: 0 auto;
		padding: 10px 15px;
	}

	.personal_list > li {
		line-height: 21px;
	}

	.personal_list > li:not(:last-child) {
		margin-bottom: 7px;
	}

	.last_content p {
		font-size: 15px;
		line-height: 22px;
		margin: 30px 0px 50px;
	}
}