.single_content_address_icon  {
    font-size: 5em;
}


.single_content_address_icon i.white_blue {
    color:#133677;
}

.single_content_address_icon i.white_gray {
    color:#272a2e; 
}

.single_content_address_icon i.white_pink {
    color:#e60eff85; 
}



.single_footer_content_text p {
    font-size: 13px;
}

.single_footer_content_text i {
    font-size: 13px;
}


.c-fa-detach-line {
    padding-left: 5px;
    padding-right: 5px;
}



/*Timeline v2
------------------------------------*/
.timeline-v2 {
	padding: 0;
	list-style: none;
	position: relative;
} 

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
    .equal-height-column {
        height: auto !important;
    }
}

/* The line */
.timeline-v2 > li{
	position: relative;
}

.timeline-v2:before {
	top: 0;
	bottom: 0;
	left: 22%;
	width: 4px;
	content: '';
	background: #f3f3f3;
	position: absolute;
	margin-left: -14px;
}

/* The date/time */
.timeline-v2 > li .cbp_tmtime {
	width: 25%;
	display: block;
	position: absolute;
	padding-right: 80px;
}

.timeline-v2 > li .cbp_tmtime span {
	top: 9px;
	display: block;
	text-align: right;
	position: relative;
}

.timeline-v2 > li .cbp_tmtime span:first-child {
/*	color: #999;*/
    color: #eaeaea;
	font-size: 14px;
	line-height: 0.9;
}

.timeline-v2 > li .cbp_tmtime span:last-child {
/*	color: #585f69;*/
    margin-top: 5px;
    color: #e5e5e5;
	font-size: 20px;
	font-weight: normal;

}

/* Right content */
.timeline-v2 > li .cbp_tmlabel {
/*	color: #fff;*/
    color: #ffffffa1;
	padding: 10px 20px 20px;
/*	background: #f3f3f3; 20200906 */
    background: #f3f3f317;
    /*
    background-color: #ffffff;
    opacity: 0.1;
    */
	line-height: 1.4;
	clear: both;
	position: relative;
	/*border-radius: 5px;*/
	margin: 0 0 40px 25%;
}

/*
.timeline-v2 > li .cbp_tmlabel img.big-thumb {
	width: 100%;
}
*/

.timeline-v2 > li .cbp_tmlabel li {
	padding: 0;
}

/*
.timeline-v2 > li .cbp_tmlabel img.small-thumb {
	width: 111px;
	height: auto;
}
*/

.timeline-v2 > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	font-size: 21px;
	padding: 0 0 5px;
	margin-bottom: 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

.timeline-v2 > li .cbp_tmlabel .text-left {
	float: left;
}

/* The triangle */
.timeline-v2 > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
/*	border-right-color: #f3f3f3;*/
    border-right-color: #f3f3f317;
	border-width: 10px;
	top: 18px;
}

/* The icons */
.timeline-v2 > li .cbp_tmicon {
	top: 22px;
	left: 22.5%;
	width: 10px;
	height: 10px;
	position: absolute;
	background: #72c02c;
	margin: 0 0 0 -17px;
	box-shadow: 0 0 0 4px #f3f3f3;
	-webkit-font-smoothing: antialiased;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;            
}

.rounded-x {
    border-radius: 50% !important;
}


/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.timeline-v2 > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.timeline-v2:before {
		display: none;
	}

	.timeline-v2 > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.timeline-v2 > li .cbp_tmtime span {
		text-align: left;
	}

	.timeline-v2 > li .cbp_tmlabel {
		padding: 1em;
		font-weight: 400;
		margin: 0 0 30px 0;
	}

	.timeline-v2 > li .cbp_tmlabel:after {
		left: 20px;
		top: -20px;
		right: auto;
/*		border-bottom-color: #f3f3f3;*/
        border-bottom-color: #f3f3f317;
		border-right-color: transparent;
        
	}
    
	.timeline-v2 > li .cbp_tmicon {
		left: auto;
		float: right;
		position: relative;
		margin: -55px 5px 0 0px;
	}	
}

/*timeline-v2 within tab-v2 issue issue fix*/
.timeline-v2 > li .cbp_tmlabel.equal-height-column {
    height: auto !important;
}

.minus-m-t-1 {
    margin-top: -1rem!important;
}


.col-deep-blue {
    color : deepskyblue;    
}

.minus-m-t-1 i {
    color : deepskyblue;
}

.about_area {
    padding: 5px 0 15px !important;
}

.blog_area img {
	width: 451px;
	height: 355px;
}

.swiper-container {
	width: 100%;
	height: 100%;
  }

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


  .jbox-img-overlay{ /*화면 전체를 어둡게 합니다.*/
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0; 
	/* top:35%;
	left:50%;
	width: 600px;
	height: 505px; */
	background: rgba(0,0,0,0.7); /*not in ie */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    
	z-index: 1000000;
 }  

 .hide {
	 display: none;
 }

/*
 .prj_gallery img {
	width: 451px;
	height: 355px;	 
 }
 */

 .lg-backdrop.in {
    opacity: 0.85;
}
.fixed-size.lg-outer .lg-inner {
  background-color: #9a98986e;
}
.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}
.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF;
}
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}

.lg-icon { 
	display:none;
}

.lg-toogle-thumb { 
	display: inline;
} 

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	width: 100% !important;height:  100% !important;
}

#lg-counter {
    color: #135ef3;
    display: inline-block;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 12px;
	vertical-align: middle;
	font-weight: bold;
}
