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

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

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

#kso-page b {font-weight: bold;}
#kso-page .page-section {
	margin-bottom: 4rem;
}
#kso-page .page-title {
	position: relative;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
}
#kso-page .page-content {
	font-size: 19px;
	line-height: 2;
}

#kso-page .rounded-box {
	border-radius: 40px;
}
#kso-page .header-law {
	display: inline-block;
	padding: 1rem 2rem;
	margin: 0 auto;
	text-align: center;
	min-width: 300px;
	color: #fff;
	background-color: #4D4D4D;
	border-radius: 50px;
}
#kso-page h5 {
	line-height: 1.5;
}


#kso-page .pagebg {
	height: 450px;
	min-height: 450px;
}
#kso-page .bg-img {
	/*background-attachment: fixed;*/
	background-image: url(../img/page-ab-bg1.jpg);
}
#kso-page .summary {
	font-size: 18px;
}




#kso-page .page-section.page-color {
	padding: 4rem 2rem;
	text-align: center;	
	color: #fff;
	*background-color: #132d61;
	background-color: #ffffff;
	word-break:keep-all;
	border:3px solid #aaa;
	margin-bottom:60px;
}
#kso-page .page-section.page-color .page-title {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	*padding: 1rem 2rem;
	font-size: 40px;
	font-weight: 500;
	color: #132d61;
	background-color: #fff;
	margin-bottom:10px;
}
#kso-page .page-section.page-color .page-title>span {
	position: absolute;
	left: 0;bottom: -1.5rem;
	font-size: 14px;
	color: #fff;
}

#kso-page .page-section.page-color > .container-full > p {
	font-size: 20px;
	font-weight: 300;
	color: #555;
	margin:0;
}

/*#kso-page .page-section.page-color .page-title:after {
	content: '';
	position: absolute;
	bottom: -20px;right: 0;
	width: 20px;height: 20px;
	border: 10px solid rgba(255,255,255,.5);
    border-right-color: transparent;
    border-bottom-color: transparent	
}*/

.blink {animation: blink 1s step-end infinite;}

@keyframes blink {
	50% {opacity: .3;}
}





/* timeline */
.timeline .timeline-item {display: flex;width: 100%;}
.timeline .timeline-item .activity, 
.timeline .timeline-item .month {display: block;float:left;}
.timeline .timeline-item.close .activity, 
.timeline .timeline-item.close .month {color: #ccc;}
.timeline .timeline-item .month {
    width: 20%;
    font-size: 30px;
    font-weight: bold;
    color: #111;
}
.timeline .timeline-item .activity {
    position: relative;
    width: 100%;width: 80%;
    margin-left: 0;padding: 0 0 40px 35px;   
    font-size: 16px;line-height: 1.8;
    border-left: 1px solid #ddd;
}
.timeline .timeline-item .activity>span {
    margin-right: 1rem;
    font-weight: bold;
    color: #333;
}
.timeline .timeline-item .marker {           
    display: block;float: right;position: relative; 
    margin-right: -7px;margin-top: -30px;
    border-radius: 50%;z-index: 5;    
}
.timeline .timeline-item .marker .dot {
    display: block;float: right;position: relative;    
    height: 13px;width: 13px;    
    background-color: #5392f0;border: 3px solid #eee;border-radius: 50%; 
    z-index: 5;    
}
.timeline .timeline-item.active .activity, 
.timeline .timeline-item:hover .activity {color: #56a0ed;}
.timeline .timeline-item.active .month, 
.timeline .timeline-item:hover .month {color: #56a0ed;}
.timeline .timeline-item.active .marker .dot, 
.timeline .timeline-item:hover .marker .dot {
    background-color: #56a0ed;box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
    .timeline .timeline-item .month {
        max-width: 80px;width: 80px;
        font-size: 24px;
    }
    .timeline .timeline-item .activity {padding-left:20px}
}
@media (max-width: 380px) {
    .timeline .timeline-item .activity {padding-left:20px}
}


#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;
}

/*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 {	
	position: relative;
	height: 100%;
	z-index: 1;
}
#kso-page .lawyer-body h6 {
	font-size: 17px;
}


/*certifi*/
#kso-page .certifi h5 {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
#kso-page .certifi .img-box {
	position: relative;
	box-shadow: 5px 5px 0 rgba(0,0,0,.1);
}


#kso-page .nav-pills .nav-link.active, 
#kso-page .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #573f27;
    border: 1px solid #573f27;
}


/*process*/
.table.table-process>:not(caption)>*>* {
	padding: 1.5rem .5rem;
}
table.table-process thead th {
	padding: 1.5rem 0 !important;
	border-bottom: 0;
}
table.table-process thead th h5 {
	position: relative;
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #79b2dc;
	transition: border .3s ease, color .3s ease;
}
table.table-process thead th h5:before {
	content: '';
	position: absolute;
	left: 50%;top: 0;
	width: 20px;height: 20px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 5px solid #79B2DC;
	border-radius: 50%;
	transition: border .3s ease;
}
table.table-process thead th h5:after {
	content: '';
	position: absolute;
	right: 1px;top:-6px;
	width: 10px;height: 10px;
	border-right: 1px solid #ff7a18;
	border-top: 1px solid #ff7a18;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity .3s ease;
}
table.table-process tbody td {
	font-size: 15px;
	line-height: 1.8;
}
table.table-process tbody .bg1 td {
	background-color: #ececec;
}
table.table-process tbody .bg2 td {
	color: #fff;
	background-color: #79b2dc;
}

table.table-process tbody td {
	text-align: left;
}
table.table-process thead th:hover h5:before,
table.table-process thead th:hover h5 {
	color: #ff7a18;
	border-color: #ff7a18;
}
table.table-process thead th:hover h5:after {
	opacity: 1;
}


.table.table-default th,
.table.table-default td {
	padding: 1rem .5rem;
	font-size: 16px;
}









#kso-page .fa-ul>li {
	margin-bottom: 1rem;
}
#kso-page .fa-ul>li svg {
	margin-right: .5rem;
	color: #3396ff;
}

.text-gray {color: #888;}
.py-100 {padding-top: 30px;padding-bottom: 30px;}
/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.py-100 {padding-top: 100px;padding-bottom: 100px;}
	.bg-up {
		transform: translateY(-3rem);
	}
}
@media (min-width: 1200px) {
	#kso-page .page-section.page-color .page-title {
		font-size: 46px;
		min-width: 300px;
	}
}


@media (max-width: 991px) {
	.line-under.line-white:before {
		border-color: #333;
	}
	#kso-page .organi-title.before-right:after {
		display: none;
	}
	#kso-page .organi-cont>div {
		margin-bottom: .5rem !important;
		-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	}
	#kso-page .organi-title:before {
		display: none;
		top: -72px;
		height: 72px;
	}
}

@media (max-width: 576px) {
	#kso-page .page-title {
		font-size: 36px;
	}
	#kso-page .img-frame:before {
		left: 10px;top: 10px;
	}

	#kso-page .rounded-box {
		border-radius: 20px;
	}
	#kso-page .lawyer-body .lawyer-title {
		height: auto;
	}

}