/*v1 붙은거는 and, 떨어진거는 자식	*/

.carousel button {
	background-color:  transparent !important;
	border: 0;
}

.carousel-item {
	height: 698px; /* @see datsize.css */	
	overflow: hidden;
 }
 
.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: fill;/*cover, contain*/
}
.carousel-indicators li {/* @see style.css*/
}

.banner-title {
	font-size: 3rem;
	font-weight: 600;
}
.banner-heading {
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
}
.banner-heading a {
	color: rgba(255,255,255,0.8);
}
.banner-heading a:hover {
	color: #1eb2a6;
}

/* full screen gallery model carousel	*/
#carouselGallery .carousel-inner {
}
#carouselGallery .carousel-inner .carousel-item {
}
#carouselGallery .carousel-inner .carousel-item img{
	position: relative;
	margin: 0 auto;
	width: 60%;
	object-fit: contain;/*cover, contain*/
}



/*

#bannerContent{
    position: absolute;
	top: 68px;
	left: 15vw;
    width: 24vw;
}
#bannerThums {
    width: 100%;
}
#bannerTitle{
    font-size: 1.2em !important; 
    padding: 12px;
}
section.ftco-section{
    padding-top: 2vw;
}
*/