@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 {
	font-size: 22px;
	line-height: 1.8;
	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 .page-section .page-top {
	padding: 3rem 3rem;
	font-size: 21px;
	line-height: 1.8;
	color: #fff;
	background-color: #009cff;
	border-radius: 50px 0 50px 0;
}

/*#kso-page h4 {
	font-size: 40px;
}*/

#kso-page .rounded {
	border-radius: 3rem!important;
	overflow: hidden;
}

#kso-page .blink {
	margin-right: 10px;
	/*display: flex;
	position: absolute;
	left: 0;top: 5px;
	color: red;*/
}
#kso-page .blink {
	-webkit-animation:blink 2s ease-in-out infinite alternate; 
	animation:blink 2s ease-in-out infinite alternate;}
}
@-webkit-keyframes blink {
  0%   {color: #FA5087;}
  25%  {color: #0FD05C;}
  50%  {color: #5676F3;}
  100% {color: #FA5087;}
}
@keyframes blink {
  0%   {color: #FA5087;}
  25%  {color: #0FD05C;}
  50%  {color: #5676F3;}
  100% {color: #FA5087;}
}

#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 .header-img h3 {
	font-size:16px;
	font-weight:200;
	color:#686868;
}
#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;
}



#kso-page .process .column {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 96px;
	margin-bottom: 1rem;
	text-align: center;
    line-height: 1.4;	
	color: #fff;
	background-color: #63699B;
	border-radius: 0 1.5rem 0 1.5rem;
}
#kso-page .process .column:before {
	content: '\f30b';
	position: absolute;
	left: 0;top: 33px;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 50px;
}
#kso-page .process .column.bg2 {background-color: #649CB6;}
#kso-page .process .column-line {
	padding: 1rem;
	margin-bottom: 10px;
	border: 3px solid #63699B;
	border-radius: 10px;
}
#kso-page .process .column-bg {
	padding: 1rem;
	text-align: center;
	color: #fff;
	background-color: #5A4A74;
	border-radius: 10px;
}
#kso-page .process .column-line h5 {
	font-size: 16px;
}
#kso-page .process .column-line ul {
	padding-left: 1rem;
	margin-bottom: 0;
	font-size: 15px;
}
/*#kso-page .process .column-line.bg3 {background-color: #649CB6;}*/


.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.td-left tbody td {
    text-align: left;
}
.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;
    }
}

 

.decimal {
	padding-left: 2rem;
	list-style: decimal;
}
.disc {
	padding-left: 2rem;
	list-style: disc;
}
.decimal.text-white>li,
.disc.text-white>li {
	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: 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;
}


#kso-page .box-dashed {
	padding: 2rem;
	background-color: #f8f8f8;
	border: 2px dashed #ddd;
}
#kso-page .emp {
	position: relative;
	font-weight: 700;
	color: #053863;
}
.quote {position: relative;}
.quote:before {
	content: '';
	position: absolute;
	left: 1rem;top: 1rem;
	width: 100%;height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-image: url(../img/quote.png);
	opacity: .3;
}

/*table*/
.table.table-bordered{
    border-top: 2px solid #333;
}
.table-bordered thead th {
    background-color: #f8f8f8;
}
.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: 14px;
}
.table-bordered th {
    white-space: nowrap;
}

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

#kso-page .table-bordered tbody th,
#kso-page .table-bordered thead th,
#kso-page .table-bordered thead th.text-dark {
	color: #fff !important;
    background-color: #004098;
}

/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width: 992px) {

	#kso-page .dp-1 {
	    font-size: 41px;
	    line-height: 1.4;
	}
}
@media (max-width: 991px) {
	#kso-page .profile figure .header-img h1,
	#kso-page .lawyer-body .lawyer-title h1 {font-size: 32px;}
	#kso-page .lawyer-body .lawyer-title {
		height: auto;
	}
	.laywer-header {min-height: 220px;padding: 3rem 0;}
	#kso-page .profile figure .header-img {
		height: 450px;
	}
	#kso-page .profile figure .header-img>div {
		font-size: 17px;
	}
}
@media (max-width: 576px) {
	#kso-page .page-title {
		font-size: 36px;
	}
	#kso-page .page-section .page-top {
		padding: 2rem 2rem;
		font-size: 18px;
	}
	#kso-page .page-footer h2 {
		font-size: 26px;
	}
}