.pc {
	display: block;
}

.d-block.w-100.h-max.img-01.phone {
	display: none !important;
}

.carousel-inner {
	cursor: pointer;
	text-shadow: 0.1em 0.1em 0.2em black;
	margin-top: -15px;
}

.carousel .h-max {
	height: 78vh;
}
.d-none{
	
	display: block !important;
}

.carousel .img-01 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.carousel .img-02 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.carousel .img-03 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon
	{
	width: 50px;
	height: 50px;
}

.carousel .fas-s {
	font-size: 45px;
	color: #EEB018;
}

.carousel .btn-carousel {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	cursor: pointer;
	z-index: 995;
}

.carousel .btn-bkgd-1, .carousel .btn-bkgd-2 {
	padding-top: 8px;
	text-align: end;
}

.carousel .btn-bkgd-1 {
	background-color: #601986;
	color: #FFFFFF;
}

.carousel .btn-bkgd-2 {
	background-color: #ffc500;
	color: #000000;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 20%;
	height: 70px;
	margin: 0;
	text-indent: 0;
	cursor: pointer;
}

.tl {
	display: table-cell;
	vertical-align: bottom;
	bottom: 0;
	position: absolute;
	padding: 5px;
	left: 0;
	margin: 5px !important;
}

@media screen and (max-width: 754px) {
	.tl {
		display: block;
		padding: 0px;
		margin: 1px !important;
		font-size: 13px;
		position: relative;
	}
}

@media screen and (max-width: 766px) {
	.carousel .fas-s {
		font-size: 30px;
		color: #EEB018;
	}
	#carouselExampleFade {
		height: 84vh;
	}
	.carousel-indicators li:first-child {
		width: 97.5%;
		text-align: center !important;
	}
	.carousel-indicators li {
		width: 48%;
		height: auto;
		text-align: center !important;
		margin-bottom: 2px;
		margin: 0 3px 6px 3px;
	}
	.carousel .btn-bkgd-1,
	.carousel .btn-bkgd-2 {
		padding: 8px 0;
		background-color: rgba(0,0,0,.5);
		color: #FFFFFF;
	}
	.pc {
		display: none !important;
	}
	.d-block.w-100.h-max.img-01.phone {
		display: block !important;
	}
	.d-block.w-100.h-max {
		position: relative;
		height: 84vh;
		left: 0;
	}
	.carousel-caption.carousel-caption-main.d-none.d-md-block {
		display: block !important;
	}
	.carousel-caption.carousel-caption-main.d-none.d-md-block>h1 {
		font-size: 25px;
		font-weight: bold;
	}
	.carousel-caption-main {
		transform: translate(-50%, -90%);
	}
}