@charset "utf-8";
/*
ksodesign1@naver.com
http://ksodesign.com/

Copyright 2010 KSODESIGN	 
Contributing author : KSJade
----------------------------------------------------------------*/

/*------------------------------------------------------------
**
** Page 
**
--------------------------------------------------------------*/

#kso-page,
#kso-page h1,
#kso-page h2,
#kso-page h3,
#kso-page h4,
small {
	font-weight: 300;
	line-height: 1.4;
}
#kso-page b {font-weight: bold;}
#kso-page .page-section {
	margin-bottom: 4rem;
}
#kso-page .page-title {
	position: relative;
	margin-bottom: 0;
	font-size: 50px;
	text-align: center;
}
#kso-page .page-title:before {
	content: '';
	position: absolute;
	left: 50%;bottom: -40px;
	width: 1px;height: 30px;
	border-left: 1px solid #aaa;
}


#kso-page .page-visual {
	position: relative;
}
#kso-page .page-visual:before {
	content: '';
	position: absolute;
	left: 0;top:0;
	width: 100%;
	height: 400px;
	background-color: #eee;
}

#kso-page .content-bg {
	position: relative;
	padding: 30px 0 0 0;
	min-height: 400px;
	line-height: 1.7;
	background-color: #f7f7f7;
}

#kso-page .page-block {
	padding: 0;
	font-size: 16px;
	text-align: center;
}
#kso-page .page-block [class*='col-'] {
	vertical-align: middle;
}
#kso-page .page-block h5 {
	padding: 1rem 1rem;
	margin-bottom: 0;
	min-height: 78px;
	font-size: 16px;
	line-height: 1.4;
	border-top: 2px solid #333;
}
#kso-page .page-block .cont {
	border-top: 1px solid #ddd;
	padding: 2rem 1rem;
}

#kso-page .page-footer {
	position: relative;
	display: flex;
	height: 500px;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/bg-footer.png);
}
#kso-page .page-footer,
#kso-page .page-footer h2 {
	line-height: 1.4;
	color: #333;
}
#kso-page .page-footer h2 {
	position: relative;
	margin-bottom: 50px;
}
#kso-page .page-footer h2:before,
#kso-page .page-footer h2:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;height: 30px;
	background-color: #888;
}
#kso-page .page-footer h2:before {top: -40px;}
#kso-page .page-footer h2:after {bottom: -40px;}


#kso-page .profile {

}
#kso-page .profile figure {margin-bottom: 0;}
#kso-page .profile figure .header-img {
	padding: 1.5rem;
	height: 300px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#kso-page .profile figure .header-img h1 {
	color: #111;
}
#kso-page .profile figure figcaption {
	padding: 2rem;
	min-height: 345px;
	background-color: #f8f8f8;
}
#kso-page .profile figure figcaption h5 {
	margin-bottom: 1rem;
}
#kso-page .profile figure figcaption ul {
	flex-grow: 1;
}
#kso-page .profile figure figcaption li {
	font-size: 14px;
	line-height: 1.8;
	color: #888;
}
#kso-page .profile .btn-view {
	display: block;
	padding: 1rem;
	text-align: center;
	color: #fff;
	background-color: #00A7EB;
}


/*lawyer*/
#kso-page .lawyer-body {
	position: relative;
	min-height: 500px;
}
#kso-page .lawyer-body:before {
	content: '';
	position: absolute;
	left: 0;top: 0;
	width: 100%;height: 220px;
	color: #fff;
	background-color: #87addc;	
}
#kso-page .lawyer-body .lawyer-title {
	height: 220px;
}
#kso-page .lawyer-body .lawyer-title h1 {
	margin-bottom: 0;
	font-size: 62px;
	line-height: 1;
}
#kso-page .lawyer-body .lawyer-title h3,
#kso-page .lawyer-body .lawyer-title h1 {
	color: #fff;
}
#kso-page .lawyer-body li {
	font-size: 15px;
	line-height: 1.8;
}
#kso-page .lawyer-body h4 {font-weight: 500;}
#kso-page .lawyer-body .profile-img {	
	height: 100%;
}
#kso-page .lawyer-body h6 {
	font-size: 17px;
}

.text-point {
	color: #16786a;
    font-weight: 400;
}

.line-middle{
	position: relative;
}
.line-middle:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #666;	
    z-index: -1;	
}
.line-middle>span {
	padding-right: 1rem;
	color: #1c2f8d;
	background-color: #fff;
}

.line-under {
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.line-under:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 2px;
	border-bottom: 2px solid #333;
}

.line-under.center:before {
	left: 50%;
	margin-left: -25px;
}

.line-top:before {
	content: '';
	position: absolute;
	top: -1rem;
	width: 30px;height: 3px;
	background-color: #f38085;
}
.line-left {
	padding-left: 10px;
	line-height: 1;
	border-left: 3px solid #26C6DA;
}
.line-span-center {
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.line-span-center:before {
	content: '';
	position: absolute;
	left: 50%;bottom: 0;
	margin-left: -25px;
	width: 50px;height: 1px;
	border-bottom: 1px solid #333;
}

.font16 {font-size: 16px;line-height: 1.8;}
.font18 {font-size: 18px;line-height: 1.8;}
.line-height4 {line-height: 1.8;}
/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width: 992px) {
	#kso-page .page-block .border-right-lg {
		border-right: 1px solid #ddd;
	}

	#kso-page .profile figure .header-img {
		padding: 3rem;
	}	
	#kso-page .lawyer-body {
		background-color: #f8f8f8;
	}

}
@media (min-width: 1200px) {
	#kso-page .page-visual:before {
		left: 50%;
		width: 1400px;
		transform: translateX(-50%);
	}
	#kso-page .content-bg {
		padding: 4rem;
		font-size: 20px;
		line-height: 1.8;
	}

	#kso-page .dp-1 {
		font-size: 41px;
		line-height: 1.4;
	}
	#kso-page .page-section-profile .lawyer-body {
		padding: 3rem;
	}

}
@media (max-width: 991px) {
	#kso-page .lawyer-body .lawyer-title {
	    height: auto;
	}
	#kso-page .lawyer-body .lawyer-title h3 {
		margin-top: 3rem;
	}
	#kso-page .content-bg {
		padding: 30px 1rem;
	}
}

@media (max-width: 576px) {
	.container-full>.row {
		margin-left: 0;
		margin-right: 0;
	}
	.container-full>.row>[class*='col-lg'] {
		padding-left: 0;
		padding-right: 0;
	}
	#kso-page .page-title {
		font-size: 36px;
	}
	#kso-page .content-bg h2 {
		font-size: 24px;
	}
	#kso-page .page-footer h2 {
		font-size: 24px;
	}

	#kso-page .profile figure .header-img h1 {
		font-size: 24px;
	}
	
}