
div.intro { 
	font-size: 20px; 
	line-height: 34px; 
	color: #555; 
	font-weight: 400; 
	padding-top: 20px; 
	display: flex;
	justify-content: center;
}
div.intro > span {}
div.intro > span.msg { 
	padding: 20px 100px 0 0;		
	text-align: left; 
} 
div.intro > .img {	
	background: url(https://www.casenews.co.kr/news/photo/202304/13219_28172_4912.jpg) no-repeat center center;
	background-size: cover;
	width: 450px;
}

.about-us .page > h1 + div.location { 
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	margin-bottom: 0; 
}
.location > label { display: block; font-size: 20px; margin-bottom: 15px; color: #555; } 
.location > #map { width: 1200px; height: 650px; color: #777; font-weight: 500; }

.about-us .page > h1 + div { margin-bottom: 130px; }
.about-us .page > h2 + div { margin-bottom: 130px; }

.history { 
	position: relative;
	display: flex; 
	justify-content: center; 
	flex-direction: row; 
	padding-top: 10px; 
}
.history > ul { width: 50%; position: relative; }
.history li { position: relative; font-size: 16px; } 
.history li > label.year { display: block; color: #3366ff; font-size: 38px; margin-bottom: 25px; }
.history li > div > ul { margin-bottom: 50px; }
.history li:last-child > div > ul { margin-bottom: 10px; }

.history > ul li > label.year:after {
	content: ''; 
	width: 50px; 
	height: 1px; 
	border-top: solid 1px #3366ff; 
	position: absolute; 
	top: 10px; 
	right: -70px; 
} 
.history ul.left li > label.year:after { top: 10px; right: -70px; } 
.history ul.right li > label.year:after { top: 10px; left: -70px; } 

.history li > label.dot { font-size: 26px; color: #3366ff; }
.history ul.right li > label.dot { display: block; margin-right: 5px; } 

.history ul.left { 
	text-align: right; 
	padding-right: 70px; 
	border-right: dotted 2px #3366ff; 
} 

.history ul.right { 
	text-align: left; 
	padding-left: 70px;  
} 

.history .left ul.items > li { 
	display: flex; 
	flex-direction: row; 
	justify-content: flex-end; 
	padding-bottom: 10px; 
	line-height: 18px;
}
.history .right ul.items > li { 
	display: flex; 
	flex-direction: row;  
	padding-bottom: 10px; 
	line-height: 18px;
}

.history ul.left:before {
	content: '●';
	display: inline-block;
	position: absolute;
	color: #3366ff; 
	font-size: 13px;
	right: -7px;
	top: -19px;
}
.history ul.left:after {
	content: '●';
	display: inline-block;
	position: absolute;
	color: #3366ff; 
	font-size: 13px;
	right: -7px;
	bottom: -19px;
}

.expert-list { display: flex; flex-direction: row; justify-content: space-evenly; }

.expert-list .profile {
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 290px;
}
.expert-list .profile > ul { font-size: 14px; line-height: 20px; }

.expert-list .profile > .pic { 
	display: block;
	width: 230px;
	height: 290px; 
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}
section > .page .expert-list .profile > h3 { font-size: 16px; margin-top: 10px; margin-bottom: 5px; line-height: 30px; }