@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: 45px;
	font-weight: 400;
	text-align: center;
}
#kso-page .page-section-header p {
	letter-spacing: 4px;
}


#kso-page .page-content {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}

#kso-page .line-vertical {
	position: relative;
}
#kso-page .line-vertical:before {
	content: '';
	position: absolute;
	left: 50%;top: 10px;
	width: 1px;height: 150px;
	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: #c00000;
	-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 .ico-box {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 2rem;
	width: 120px;
	height: 120px;
	background-color: #c00000;
	border-radius: 50%;
}
#kso-page .ico-box img {
	
}







#kso-page .img-frame {
	position: relative;
}
#kso-page .img-frame:before {
	content: '';
	position: absolute;
	left: 2rem;top: 2rem;
	width: 100%;height: 100%;
	border: 10px solid #eee;
	z-index: -1;
}

#kso-page .divoice-circle {
	width: 280px;
	background-color: #fff;
	border: 5px solid #ddd;
}


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

#kso-page figure img {
	transition: transform .8s ease;
	transform: scale(1);
}
#kso-page figure:hover img {
	transform: scale(1.1);
}


#kso-page .line-chip {
	position: relative;
}
#kso-page .line-chip:before {
	content: '';
	position: absolute;
	left: 50%;bottom: -2rem;
	width: 6px;height: 20px;
	background-color: #0DCAF0;
	transform: rotate(40deg);
}


#kso-page .time-line:before {
	content: '';
	position: absolute;
	left: 10px;top: 0;
	width: 1px;height: 100%;
	border-left: 1px solid #ddd;
}
#kso-page .time-line li {
	position: relative;
	margin-bottom: 2rem;
}
#kso-page .time-line li:before {
	content: '';
	position: absolute;
	left: -30px;top: 10px;
	width: 13px;height: 13px;
	background-color: #fff;
	border: 3px solid #1C99D9;
	border-radius: 50%;
}


#kso-page .contbox {
	position: relative;
	padding-left: 24px;
}
#kso-page .contbox>svg {
	position: absolute;
	left: 0;top: 5px;
}


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

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







/* 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: #c00000;border: 3px solid #eee;border-radius: 50%; 
    z-index: 5;    
}
.timeline .timeline-item.active .activity, 
.timeline .timeline-item:hover .activity {color: #c00000;}
.timeline .timeline-item.active .month, 
.timeline .timeline-item:hover .month {color: #c00000;}
.timeline .timeline-item.active .marker .dot, 
.timeline .timeline-item:hover .marker .dot {
    background-color: #c00000;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 .organi-title {
	position: relative;
	padding: 1rem;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #64a531;
}
#kso-page .organi-title.ceo {
    display: flex;
    justify-content: center;
    align-items: center;	
	margin: 0 auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

#kso-page .organi-title:before {
	content: '';
	position: absolute;
	left: 50%;top: -50px;
	width: 1px;height: 50px;
	border-left: 1px solid #ddd;
	z-index: -1;
}	
#kso-page .organi-cont {
	/*display: flex;*/
}
#kso-page .organi-cont>div {
	padding: 10px;
	/*margin-right: 4px;*/
	margin-bottom: -1px;
	font-size: 17px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
    /*writing-mode: tb-rl;
    letter-spacing: 10px;*/	
}
#kso-page .organi-cont.flex-column>div {
	letter-spacing: 0;
	writing-mode: initial;
}	
#kso-page .organi-cont>div:last-child {
	margin: 0;
}

#kso-page .organi-title.before-bottom {
	margin-bottom: 120px;
}
#kso-page .organi-title.before-bottom:before {
	display: none;
}
#kso-page .organi-title.before-bottom-lg:after,
#kso-page .organi-title.before-bottom:after {
	content: '';
	position: absolute;
	left: 50%;bottom: -250px;
	width: 1px;height: 250px;
	border-left: 1px solid #ddd;
}
#kso-page .organi-title.before-bottom-lg:after {
	bottom: -120px;
	height: 120px;
}
#kso-page .organi-title.before-right {
	margin-bottom: 100px;
}
#kso-page .organi-title.before-right:before {
	display: none
}
#kso-page .organi-title.before-right:after {
	content: '';
	position: absolute;
	top: 50%;right: -205px;
	width: 205px;height: 1px;
	border-top: 1px solid #ddd;
}
#kso-page .before-line {
	margin-bottom: 50px;
}
#kso-page .before-line:before {
	content: '';
	position: absolute;
	top: 0;left: 34px;
	width: 92.5%;height: 1px;
	border-bottom: 1px solid #ddd;
}
#kso-page .organi-title.bg-color1 {background-color: #f18b37;}
#kso-page .organi-title.bg-color2 {background-color: #5ba0b3;}
#kso-page .organi-title.bg-color3 {background-color: #40b971;}


/*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: #f1aac8;
    border: 1px solid #f1aac8;
}


/*products*/

















#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: #666;}
#kso-page .text-light {color: #ccc !important;}
.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);
	}

	.w-40 {width: 40%;}
	.w-60 {width: 60%;}
}
@media (max-width: 991px) {
	#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);	
	}	
}

@media (max-width: 576px) {
	#kso-page .page-title {
		font-size: 32px;
	}
	.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 .img-frame:before {
		left: 10px;top: 10px;
	}

}