@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: 46px;
	font-weight: 500;
	text-align: center;
}
#kso-page .page-title>span {
	position: relative;
    display: flex;
    padding: 1.5rem 1rem;
    margin: 0 auto;
    width: 290px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;    
}
#kso-page .page-title>span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 4px solid #333;
}	
#kso-page .page-title>span:after {
	content: '';
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	border: 4px solid #FFD966;
	border-left: 0;
}
#kso-page .page-content {
	font-size: 17px;
	line-height: 1.8;
	color: #666;
}

#kso-page .page-section-bg {
	position: relative;
	min-height: 550px;
}
#kso-page .page-section-bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
#kso-page .page-section .caption {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 21px;
	color: #fff;
	transform: translate(-50%, -50%);
}
#kso-page .page-section .page-cont {
	line-height: 1.8;
}
#kso-page .page-section .page_bd{
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 20px;
}
#kso-page .page-section .ico-gavel {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
    width: 45px;
    height: 45px;
    font-size: 23px;
	color: #fff;
	background-color: #f1aac8;
	border-radius: 100%;
}

#kso-page .page-section ul.list-disc {
	margin-bottom: 0;
	list-style: disc;
	line-height: 1.8;
}

#kso-page .nav-pills .nav-link {
	padding: 20px 10px;
	font-size: 17px;
}
#kso-page .nav-pills .nav-link.active, 
#kso-page .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ef7caf;
    border: 1px solid #ef7caf;
}
#kso-page .table .tbody>tr>td:last-child {
	text-align: left;
}


#kso-page .page-section .box-process {
	position: relative;
	padding: 20px 20px;
	background-color: #90caf9;
}
#kso-page .page-section .box-process h3, 
#kso-page .page-section .box-process h5 {
	color: #fff;
}
#kso-page .page-section .box-process h5 {
	margin-bottom: 0;
	font-size: 17px;
}
#kso-page .page-section .box-process.bg1 {background-color: #90caf9;}
#kso-page .page-section .box-process.bg2 {background-color: #64b5f6;}
#kso-page .page-section .box-process.bg3 {background-color: #42a5f5;}
#kso-page .page-section .box-process.bg4 {background-color: #2196f3;}
#kso-page .page-section .box-process.bg5 {background-color: #1e88e5;}
#kso-page .page-section .box-process.bg6 {background-color: #1976d2;}
#kso-page .page-section .box-process.bg7 {background-color: #1565c0;}
#kso-page .page-section .box-process.bg8 {background-color: #0d47a1;}
#kso-page .page-section .box-process:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 50%;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #9dc4ff;
	z-index: -1;
}

#kso-page .page-line-vertical {
	padding: 100px 0;
}
#kso-page .page-line-vertical:before,
#kso-page .page-line-vertical:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100px;
	border-left: 1px solid #ccc;
}
#kso-page .page-line-vertical:before {
	top: -20px;
}
#kso-page .page-line-vertical:after {
	bottom: -10px;
}


#kso-page .process-help {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 10px;
	border: 2px solid #ccc;
	border-radius: 50px;
}

#kso-page .line-help {
	position: relative;
	margin-bottom: 30px;
}
#kso-page .line-help:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 1px;
	height: 30px;
	border-left: 1px solid #ddd;
}
#kso-page .line-help.none-after:after {
	display: none;
}







.mb-7 {margin-bottom: 7rem;}
.text-law {color: #000;}

#kso-page .line-vertical {
	position: relative;
}
#kso-page .line-vertical:before {
	content: '';
	position: absolute;
	left: 50%;bottom: 70px;
	width: 1px;height: 100px;
	border-left: 1px solid #666;
}



#kso-page .pagebg {
	height: 450px;
	min-height: 450px;
}
#kso-page .bg-img {
	background-color: #222;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#kso-page .page-text {
	display: flex;
	align-items: flex-end;
	position: absolute;
	right: -2rem;bottom: -2rem;
	padding: 2rem;
	width: 300px;height: 150px;
	font-size: 24px;
	color: #fff;
	background-color: #273E82;
	-webkit-box-shadow: 20px 20px 60px -25px rgba(0,0,0,.5);
    box-shadow: 20px 20px 60px -25px rgba(0,0,0,.5);	
}


#kso-page .overlay-cover:before {
	content: '';
	position: absolute;
	left: 0;top: 0;
	right: 0;bottom: 0;
	background-color: rgba(0,0,0,.35);
	z-index: 1;
}
#kso-page .page-title-top {
	position: absolute;
	left: 50%;
	bottom: 10%;
	width: 100%;
	transform: translateX(-50%);
	z-index: 2;
}

#kso-page .btn-hover {
	padding: .5rem 2rem;
	width: 150px;
	border: 1px solid #ddd;
}


#kso-page .arrow-right {
	position: relative;
}
#kso-page .arrow-right:before {
	content: '\e92f';
	font-family:'xeicon';
	position: absolute;
	left: -.5rem;top: 50%;
	font-size: 18px;
	margin-top: -14px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);	
}








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


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




/*tabs*/
#kso-page .box-tab {
	padding: 3rem 2rem;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	background-color: #fbfbfb;
	border: 1px solid #eee;
}





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

.color-lawoon {color: #433937;}
.bg-lawoon {background-color: #433937;}
.text-gray {color: #888;}
.text-lightgray {color: #ddd;}
#kso-page .text-light {color: #ccc !important;}
.py-100 {padding-top: 30px;padding-bottom: 30px;}
/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	.py-100 {padding-top: 100px;padding-bottom: 100px;}
	.bg-up {
		transform: translateY(-3rem);
	}
	.border-lg-end {
		border-right: 1px solid rgba(255,255,255,.5);
	}
	#kso-page h1.fw-bold.text-lightgray {
		font-size: 64px;
	}
	#kso-page .line-harf:before {
		left: -42px;right: -42px;
	}	
	#kso-page .page-section .box-process.bg1:before,
	#kso-page .page-section .box-process.bg5:before {
		display: none;
	}
}
@media (max-width: 991px) {
	.line-dotted-middle:before {
		display: none;
	}
	#kso-page .box-water {
		border-radius: 50% 50% 0 50%;
	}
	#kso-page .bg-circle:before {
		display: none;
	}

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

	#kso-page .arrow-right:before {
		left: 50%;top: -.5rem;
		margin-left: -14px;
	    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	    -webkit-transform: rotate(180deg);
	    transform: rotate(180deg);	
	}
	#kso-page .page-section .box-process.bg1:before,
	#kso-page .page-section .box-process.bg3:before,
	#kso-page .page-section .box-process.bg5:before,
	#kso-page .page-section .box-process.bg7:before {
		display: none;
	}
}

@media (max-width: 576px) {
	#kso-page .page-title {
		font-size: 32px;
	}
	#kso-page .page-title-top {
		font-size: 21px;
	}
	.head-text,
	.sr__page_img h4.line-height-8,
	.sr__page_img h3.line-height-5 {
		font-size: 19px;
	}
	#kso-page .page-section h5 {
		line-height: 1.5;
	}
	#kso-page .page-content {
		font-size: 16px;
	}
	#kso-page .page-section .caption {
		font-size: 16px;
	}

}