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

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

/*------------------------------------------------------------
**
** Page (teamserenade)
**
--------------------------------------------------------------*/

#kso-page,
#kso-page h1,
#kso-page h2,
#kso-page h3,
#kso-page h4,
small {
	font-weight: 300;
}
#kso-page b {font-weight: bold;}

#kso-page .page-section {
	margin-bottom: 4rem;
}
#kso-page .page-title {
	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-footer {
    position: relative;
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-footer.jpg);
}
#kso-page .page-footer, #kso-page .page-footer h2 {
    line-height: 1.4;
    color: #333;
}


#kso-page .page-visual {
	width: 100%;
	height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/page-visual.jpg);
}

#kso-page .content-bg {	
	padding: 3rem 3rem;
	margin-top: -20rem;
	min-height: 400px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	color: #444;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#kso-page .content-bg>span {
	color: #78161b;
}
#kso-page .page-section .box-summary {
	margin: 2rem 0;
	padding: 3rem 3rem;
	font-size: 17px;
	font-weight: 200;
	line-height: 1.8;
	color: #fff;
	background-color: #009cff;
	border-radius: 50px 0 50px 0;
}
#kso-page .page-section .box-summary h4 {
	margin-bottom: 1rem;
	color: #fff;
}

#kso-page .emp {
	position: relative;
	padding-left: 1.7rem;
	color: #78161b;
}
#kso-page .blink {
	display: flex;
	position: absolute;
	left: 0;top: 5px;
	color: red;
}
#kso-page .blink {
	-webkit-animation:blink 1s ease-in-out infinite alternate; 
	animation:blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
   	color: yellow;
  }
  50% {
    color: red;
  }
}
@keyframes blink {
  0% {
   	color: yellow;
  }
  50% {
    color: red;
  }
}

#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;
	list-style: none;
	padding: 0;
}
#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;
}

.sentencing {
	display: inline-block;
	margin: 2rem 0;
	padding: 8px 2rem;
	color: #fff;
	border-radius: 30px;
}
.box-shadow {
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

/*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;
}


.owl-theme.kso-owl .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -30px;
}
.owl-theme.kso-owl .owl-nav [class*='owl-'] {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 1;
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius: 50%;
}
.owl-theme.kso-owl .owl-nav .owl-prev {
    left: -85px;
}
.owl-theme.kso-owl .owl-nav .owl-next {
    right: -85px;
}

/*table*/
#kso-page .table.table-bordered{
    border-top: 2px solid #333;
}
.table-bordered thead th {
	color: #fff;
    background-color: #009cff;
}
.table-bordered thead th:first-child,
.table-bordered tbody td:first-child {
    border-left: 0;
}
.table-bordered thead th:last-child,
.table-bordered tbody td:last-child {
    border-right: 0;
}
.table-bordered thead th, 
.table-bordered tbody td {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
.table-bordered thead th, 
.table-bordered thead td {
    border-bottom-width: 1px;    
}
.table-bordered tbody td {
    font-size: 15px;
}
.table-bordered th {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .table-bordered th, 
    .table-bordered td {
        white-space: nowrap;
    }
}

 


.line-under {
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.line-under:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	border-bottom: 1px 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;
}

.font18 {
    font-size: 18px;
    line-height: 1.8;
}
/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width: 992px) {

	#kso-page .dp-1 {
	    font-size: 41px;
	    line-height: 1.4;
	}
}
@media (max-width: 991px) {

}
@media (max-width: 576px) {
	#kso-page .page-title {
		font-size: 36px;
	}
	#kso-page .content-bg {
		padding: 2rem;
	}

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

	#kso-page .page-footer h2 {
		font-size: 26px;
	}
}