/* ----------------------------------------------------------------------
연혁
-------------------------------------------------------------------------*/
.section-title.center::after {
	left: 50%;
	margin-left: -25px;
}

.section-title::after {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #48c7ec;
}

.section-title::before {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eaeaea;
}

.section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.section-title h2 {
	position: relative;
	text-transform: capitalize;
	font-family: "Noto Sans", "Noto Sans KR", sans-serif !important;
	font-size: 30px;
}


.center {
text-align: center;
}





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



.timeline li {
	position: relative;
	margin-bottom: 100px;
}

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


/* ----------------------------------------------------------------------
오시는길 
-------------------------------------------------------------------------*/

.contact_details {
  
}
.contact_details .item {
  border: 1px solid #f4f4f4;
  padding: 40px;
  transition: .5s ease;
  margin-bottom: 50px;
}
.contact_details .item:hover {
  border-color: #48c7ec;
  transition: .5s ease; 
}
.contact_details .item span {color: #48c7ec;font-size: 55px;}

.contact_details .item h4 {
  position: relative;
  font-size: 20px;
  margin: 25px 0 30px;
}

.contact_details .item h4:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background: #eee;
}

.contact_details .item span {
    color: #48c7ec;
    font-size: 55px;
}

.contact_details .item h4::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background: #eee;
}

.contact_details .item h4 {
    position: relative;
    font-size: 20px;
    margin: 25px 0 30px;
}



/* ----------------------------------------------------------------------
아이콘 - Font Awesome 
-------------------------------------------------------------------------*/


.fontawesome-icon-list [class*="col-md-"] {
    margin-bottom: 12px;
}



/* ----------------------------------------------------------------------
메인콘텐츠 10
-------------------------------------------------------------------------*/
.main_cont10 h4{ 
	color: #222;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.main_cont10 p{ 
	padding: 0px 6px;	
}
