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

Copyright 2010 KSODESIGN	 
Contributing author : KSJade
----------------------------------------------------------------*/
.bd .fl {
	display: flex;
}
/*------------------------------------------------------------
**
** Page 
**
--------------------------------------------------------------*/

#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 ul {
	padding-left: 1.5rem;
	list-style: disc;
}
#kso-page .page-section ol li,
#kso-page .page-section ul li {
	margin-bottom: 10px;
}
#kso-page .page-section ol {
	padding-left: 1.5rem;
	list-style: decimal;
}


.swiper.page-swiper {
	width: 100%;
	height: 100%;
}
.page-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.page-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-swiper .swiper-button-prev {left: 2rem;}
.page-swiper .swiper-button-next {right: 2rem;}



#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: #1f97ff;
    border: 1px solid #1f97ff;
}
#kso-page .table .tbody>tr>td:last-child {
	text-align: left;
}



#kso-page .cricle-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	border: 8px solid #b59457;
	border-radius: 50%;
}
#kso-page .cricle-step .step {
	margin-bottom: 1rem;
	font-size: 20px;
	font-weight: 500;
	color: #9d7b3b;
}
#kso-page .cricle-step svg {
	color: #9d7b3b;
}

#kso-page .page-section .caption {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
}

#kso-page .page-section .circle-head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 2rem;
	width: 150px;
	height: 150px;
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	background-color: #4472C4;	
	border-radius: 50%;
}


#kso-page .dia-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 220px;height: 220px;
	background-color: #f60;
	border-radius: 50%;
	z-index: 1;
}
#kso-page .dia-circle:after {
	content: '';
	position: absolute;
	left: -1rem;right: -1rem;
	top: -1rem;bottom: -1rem;
	background-color: rgba(0,0,0,.05);
	border-radius: 50%;
	z-index: -1;
}
#kso-page .dia-circle h4 {
	font-size: 21px;
	color: #fff;	
}
#kso-page .dia-circle.bgcolor1 {background-color: #47d6ec;}
#kso-page .dia-circle.bgcolor2 {background-color: #00c4ff;}
#kso-page .dia-circle.bgcolor3 {background-color: #0099ff;}
#kso-page .dia-circle.bgcolor4 {background-color: #4788ff;}
#kso-page .dia-circle.bgcolor5 {background-color: #4d68f1;}

.line-dotted-middle {
	position: relative;
}
.line-dotted-middle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
	border-top: 2px dashed #f2f2f2;
}



.mb-7 {margin-bottom: 7rem;}

#kso-page .box-arrow {
	position: relative;
	display: flex;
	padding: 1rem 0;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #A5A5A5;
}
#kso-page .box-arrow:before,
#kso-page .box-arrow:after {
	content: '';
	position: absolute;
	border: 30px solid transparent;
}
#kso-page .box-arrow:before {
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	border-left-color: #fff;
}
#kso-page .box-arrow:after {
	right: -30px;
	top: 0;
	width: 60px;
	height: 60px;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-right-color: #fff;
}
#kso-page .box-arrow.color1 {background-color: #A5A5A5;}
#kso-page .box-arrow.color2 {background-color: #AC770D;}
#kso-page .box-arrow.color3 {background-color: #AE5200;}
#kso-page .box-arrow.color4 {background-color: #B43500;}

#kso-page .bg-circle {
	position: relative;
}
#kso-page .bg-circle:before {
	content: '';
	position: absolute;
	top: 3rem;
	left: 50%;
	transform: translateX(-50%);
	width: 65%;
	height: 600px;
	border: 4px solid #ddd;
	border-radius: 50%;
}


#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: #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 .ico-box {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 2rem;
	width: 120px;
	height: 120px;
	background-color: #78b1ef;
	border-radius: 50%;
}
#kso-page .ico-box img {
	
}

#kso-page .process-col {
	text-align: center;
}
#kso-page .process-col .head-ico {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 120px;
	height: 120px;
	text-align: center;
	background-color: #F4F3F1;
	border-radius: 20px 50% 50% 50%;
}
#kso-page .process-col .head-ico h1 {
	position: absolute;
	left: .3rem;top: 0;
	font-size: 34px;
	color: #fff;
}
#kso-page .process-col .head-ico img {
	position: relative;
	z-index: 1;
}
#kso-page .process-col .body-cont {
	font-size: 15px;
	color: #a09997;
}
#kso-page .process-col .body-cont h5 {
	font-size: 21px; 
	text-align: center;
	color: #84694e;
}


#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 .process {
    display: flex;
    font-size: 14px;
    color: #333;
}
#kso-page .process .step {
    position: relative;
    padding-top: 1rem;
    text-align: center;
}
#kso-page .process .step:before {
    content: '';
    position: absolute;
    left: 50%;top: 0;
    width: 100%;
    border-top: 1px solid #333;
}
#kso-page .process .step:after {
    content: '';
    position: absolute;
    left: 50%;top: -4px;
    width: 10px;height: 10px;
    background-color: #333;
    border-radius: 50%;
}    
#kso-page .process .step6:before {
    display: none;
}
#kso-page .process .step4:before {
	border-color: #E84845;
}
#kso-page .process .step5:after,
#kso-page .process .step4:after {
	background-color: #E84845;
}


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


/*조직도*/
#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);
}




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


/*process*/
#kso-page .box-process {
	position: relative;
	padding: 2rem 1rem;
	text-align: center;
	min-height: 430px;
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;	
}
#kso-page .box-process:before {
	content: '';
	position: absolute;
	left: -2rem;top: -3rem;
	font-size: 130px;
	font-weight: bold;
	color: #f3f3f3;
}
#kso-page .box-process.num1:before {content: '01'}
#kso-page .box-process.num2:before {content: '02'}
#kso-page .box-process.num3:before {content: '03'}
#kso-page .box-process.num4:before {content: '04'}
#kso-page .box-process.num5:before {content: '05'}
#kso-page .box-process.num6:before {content: '06'}
#kso-page .box-process h4 {
	font-weight: 500;
}	
#kso-page .box-process .btn-process {
	display: block;
	margin-top: 1rem;
	border: 1px solid #ddd;
}
#kso-page .box-process .btn-process:hover {
	color: #fff;
	background-color: #e46a80;	
}










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

@media (max-width: 576px) {
	#kso-page .page-title {
		font-size: 32px;
	}
	#kso-page .page-title-top {
		font-size: 21px;
	}

	#kso-page .page-section h5 {
		line-height: 1.5;
	}
	#kso-page .page-content {
		font-size: 16px;
	}

}