/* ----------------------------------------------------------------------
연혁
-------------------------------------------------------------------------*/
	.timeline {
		padding-top: 10px;
		border-left: 1px solid #1abc9c;
		margin-bottom: 50px;
		list-style: none;
	}

	
	
	.timeline li {
		position: relative;
		margin-bottom: 50px;
	}
	
	.timeline li:last-child {
		margin-bottom: 0;
	}
	
	.timeline li:before,
	.timeline li:after {
		position: absolute;
		left: 0;
		display: block;
		border-radius: 50%;
		margin-left: -1px;
		content: "";
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.timeline li:before {
		z-index: 2;
		top: 23px;
		width: 9px;
		height: 9px;
		background-color: #1abc9c;
	}
	
	.timeline li:after {
		z-index: 1;
		top: 17px;
		width: 21px;
		height: 21px;
		border: 2px solid #1abc9c;
		background-color: #fff;
		opacity: 0;
	}
	
	.timeline li .period {
		float: left;
		width: 290px;
		color: #1abc9c;
		font: 700 86px/32px "Playfair Display", serif;
		text-align: center;
		opacity: 0.4;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.timeline li .period-details {
		margin-left: 290px;
	}
	
	.timeline li .period-details h5 {
		margin-bottom: 0;
		color: #1abc9c;
	}
	
	.timeline li .period-details h5 + p {
		margin-bottom: 10px;
		color: #212121;
		font-size: 18px;
		font-weight: 500;
	}
	
	.timeline li .period-details >*:last-child {
		margin-bottom: 0;
	}
	
	.timeline li:hover .period {
		opacity: 1;
	}
	
	.timeline li:hover:after {
		opacity: 1;
	}
	
	.timeline + .btn {
		margin-left: 290px;
	}
	
	@media (max-width: 767px) {
		
		.timeline li .period {
			float: none;
			width: 100%;
			margin-bottom: 50px;
			text-align: left;
			padding-left: 30px;
		}
		
		.timeline li .period-details {
			margin-left: 30px;
		}
		
		.timeline + .btn {
			margin-left: 30px;
		}
		
	}


/*====================================== 사업소개 3 ===================================*/

/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/
	
	.image-box1 {
		margin-bottom: 50px;		
	}
	
	.image-box1 + .image-box1 {
		margin-top: -50px;
	}
	
	.image-box1 .image-box-details,
	.image-box1 .image-box-thumbnail {
		float: left;
		width: 50%;
		min-height: 400px;
		
	}
	
	.image-box1.image-big .image-box-details {
		width: 35%;
	}
	
	.image-box1.image-big .image-box-thumbnail {
		width: 65%;
	}
	
	.image-box1 .image-box-thumbnail {
		background: no-repeat center center;
	}
	
	.image-box1 .image-box-details {
		padding: 70px 30px 70px 80px;
	}
	
	.image-box1 .image-box-thumbnail + .image-box-details {
		padding-right: 0;
		padding-left: 80px;
	}
	
	.image-box1 .image-box-details .headline {
		position: relative;
	}
	
	.image-box1 .image-box-details .headline h1 {
		position: absolute;
		top: -12px;
		left: 0;
		padding-right: 10px;
		color: #a18b78;
		font-size: 72px;
		line-height: 72px;
		font-weight: 400;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	
	.image-box1 .image-box-details > *:last-child {
		margin-bottom: 0;
	}
	
	.image-box1:after,
	.image-box1 .image-box-details .headline:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.image-box1.image-big .image-box-details,
		.image-box1.image-big .image-box-thumbnail {
			width: 50%;
		}
	
		.image-box-details .headline h2 {
			font-size: 24px;
			line-height: 36px;
		}
	
		
	}
	
	@media (max-width: 767px) {
		
		.image-box1 + .image-box1 {
			margin-top: 0;
		}
		
		.image-box1 .image-box-details,
		.image-box1 .image-box-thumbnail,
		.image-box1.image-big .image-box-details,
		.image-box1.image-big .image-box-thumbnail {
			width: 100%;
		}
		
		.image-box-details .headline h2 {
			font-size: 24px;
			line-height: 36px;
		}
		
		.image-box1 .image-box-details,
		.image-box1 .image-box-thumbnail + .image-box-details {
			padding: 0;
		}
		
		.image-box1 .image-box-thumbnail {
			margin-bottom: 30px;
		}
		
		.image-box1 .image-box-details + .image-box-thumbnail {
			margin-top: 30px;
			margin-bottom: 0;
		}
		
		.image-box1 .image-box-details .headline h1 {
			position: relative;
			top: 0;
			-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
					transform: translateX(0);
		}
		
	}


/*====================================== 사업소개 3===================================*/


/*====================================== 좌측 고객센터 ===============================*/

.left_menu_banner p {line-height:1.8;margin-bottom:10px;color:#fff;}


/*====================================== 좌측 고객센터 ===============================*/



.login_style {padding:50px;border:1px solid #ccc;}


@media (max-width: 768px) {

.login_style {padding:0px;border:none;}

}



@media (max-width: 768px) {

#slideit {display:none;}

}

@media (max-width: 768px) {

#slideit2 {display:none;}

}

@media (max-width: 1170px) {

#slideit3 {display:none;}

}