@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-section-header {
	padding: 0 0 3rem 0;
}


.bg-up {
	background-color: #fff;
}



#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 {
	margin-bottom: 2rem;
	font-size: 16px;
	line-height: 1.8;
	color: #888;
}



#kso-page .border-top.border-header {
	border-top-color: #333 !important;
}



#kso-page .box-column {
	display: flex;
	align-items: center;
}


#kso-page .facility .box-cont {
	padding: 1.5rem 1rem 1rem;
	font-size: 16px;
	line-height: 1.8;
}
#kso-page .facility .box-cont h4 {
	font-size: 24px;
}

#kso-page .box-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 200px;
	height: 200px;
	color: #fff;
	background-color: #eee;
	border-radius: 50%;
}
#kso-page .box-circle.bg1 {background-color: #5ECCC3;}
#kso-page .box-circle.bg2 {background-color: #43A2E2;}
#kso-page .box-circle.bg3 {background-color: #5585D9;}

.extraVarsList th {
	font-size: 17px;
}


/* 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 {
	display: flex;
	flex-direction: column;
    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 {
	display: flex;
	margin-bottom: 5px;
}
.timeline .timeline-item .activity p>span {
	display: inline-block;
    margin-right: 1rem;
    width: 20px;
    font-weight: bold;
    text-align: center;
    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 .organi-title {
	position: relative;
	padding: 1rem;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #7563d8;
}
#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: #ff9148;}
#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: 20px;
	font-size: 14px;
	text-align: center;
}
#kso-page .certifi .img-box {
	position: relative;
	box-shadow: 5px 5px 0 rgba(0,0,0,.1);
}


/*process webzine*/
#kso-page .a-cover {
	display: block;
	border: 3px solid #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#kso-page .a-cover img {
	transition: transform 1s ease;
}	
#kso-page .a-cover:hover img {
	transform: scale(1.1);
}

#kso-page .border-top-2 {
	border-top: 1px solid #333!important;
}
#kso-page .products ul {
	list-style: disc;
	padding-left: 2rem;
}


#kso-page .thumb-bg {

}
#kso-page .thumb-bg>img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

















#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 (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;
	}

}