.banner-slide{
	position: relative;
	/*z-index: 1;*/
	/*top: -90px;*/
	/*height: 983px;*/
	/*margin-top: -90px;*/
	/*margin-top: 54px;*/
	height: 100%;
	overflow: hidden;
}
	.banner-slide .bx-wrapper{
		margin-bottom: 0;
		border: none;
		background-color: #000;
	}
		.banner-slide .bx-wrapper .bx-pager{
			position: absolute;
			bottom: 30px;
		}
			.bx-wrapper .bx-pager.bx-default-pager a{
				background: #b8c3c5;
				width: 15px;
				height: 15px;
				border-radius: 50%;
			}
			.bx-wrapper .bx-pager.bx-default-pager a.active,
			.bx-wrapper .bx-pager.bx-default-pager a:focus,
			.bx-wrapper .bx-pager.bx-default-pager a:hover{
				background: #e05714;
			}
	.banner-slide .paragraph{
		display: none;
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		width: auto;
		height: auto;
		text-align: center;
	}
		.banner-slide ul{
			position: relative;
			z-index: 1;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			.banner-slide ul li{
				position: relative;
				width: 100%;
			}
				.banner-slide ul li .foreground-filter{
					position: absolute;
					top: 0;
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, 0.1);
				}
				.banner-slide ul li a {
					display: block;
					width: 100%;
				}
				.banner-slide ul li img{
					width: 100%;
				}
				.banner-slide ul li video{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					/*height: 100%;*/
				}
	.banner-slide .image-desktop{
		/*position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
	}
	.banner-slide .image-mobile{
		display: none;
		width: 100%
	}
	section.space-rental{
		padding-top: 60px;
		background-color: #f9fafb;
	}
		section.space-rental h3{
			font-size: 2.4rem;
			/*font-weight: 300;*/
			text-align: center;
		}
			section.space-rental h3 span{
				color: #e05714;
			}
			section.space-rental p{
				padding-top: 20px;
			}
		section.space-rental .category{
			padding-top: 20px;
			text-align: center;
		}
			section.space-rental .category .category-main{
				/*display: inline-block;*/
				list-style: none;
				padding: 0;
				text-align: center;
			}
				section.space-rental .category .category-main li{
					display: inline-block;
					margin: 0 -1px;
					/*padding: 8px 30px;*/
					padding: 4px 24px;
					min-width: 150px;
					border: 1px solid #a4a4a5;
					background-color: #fff;
					text-align: center;
					font-size: 1.1rem;
				}
				section.space-rental .category .category-main li:first-child{
					border-top-left-radius: 15px 50%;
					border-bottom-left-radius: 15px 50%;
				}
				section.space-rental .category .category-main li:last-child{
					border-top-right-radius: 15px 50%;
					border-bottom-right-radius: 15px 50%;
				}
					section.space-rental .category .category-main li a{
						color: #a4a4a5;
						text-decoration: none;
					}
				section.space-rental .category .category-main li.active,
				section.space-rental .category .category-main li:hover{
					background-color: #e05714;
					border-color: #e05714;
				}
					section.space-rental .category .category-main li.active a,
					section.space-rental .category .category-main li:hover a{
						color: #fff;
					}
			section.space-rental .category .category-alt{
				display: inline-block;
				padding-top: 15px;
				list-style: none;
			}
				section.space-rental .category .category-alt li{
					display: inline-block;
					padding: 0 15px;
					text-align: center;
				}
					section.space-rental .category .category-alt li a{
						color: #a4a4a5;
					}
					section.space-rental .category .category-alt li a.active,
					section.space-rental .category .category-alt li a:hover{
						color: #e05714;
						text-decoration: underline;
					}
		section.space-rental .card-list{
			padding-top: 20px;
		}
		section.space-rental .space-rental-list{
			padding-top: 20px;
		}
			section.space-rental .space-rental-list.card-list ul{
				margin-right: -10px;
				margin-left: -10px;
			}
			section.space-rental .space-rental-list.card-list .card-item{
				padding: 10px;
			}
			section.space-rental .space-rental-list.card-list .card-item .card{
				padding: 10px;
				box-shadow: rgb(0 0 0 / 7%) 0 2px 6px 0;
			}
				section.space-rental .space-rental-list.card-list .card-item .card .card-img-top .space-rental-new{
					position: absolute;
					top: 0;
					left: 0;
					padding: 5px 20px;
					background-color: #e05714;
					border-bottom-right-radius: 20px 25px;
					color: #fff;
				}
				section.space-rental .space-rental-list.card-list .card-item .card .card-body{
					padding: 10px 0 10px;
				}
				section.space-rental .space-rental-list.card-list .card-item .card .card-title{
					margin-bottom: .1rem;
					font-size: 1.3rem;
				}
				section.space-rental .space-rental-list.card-list .card-item .card .card-size{
					display: block;
					margin-bottom: .5rem;
					font-size: 1.1rem;
					color: #000000;
				}
				section.space-rental .space-rental-list.card-list .card-item .card .card-info{
					display: block;
					margin-bottom: .2rem;
					padding-bottom: 10px;
					font-size: .9rem;
					color: #afafaf;
				}
					section.space-rental .space-rental-list.card-list .card-item .card .card-info .info-divider{
						padding-right: 15px;
						border-right: 1px solid #ccc;
					}
				section.space-rental .space-rental-list.card-list .card-item .card .card-text{
					height: auto;
					-webkit-line-clamp: 1;
					font-weight: 400;
					color: #e05714;
				}
					section.space-rental .space-rental-list.card-list .card-item .card .card-text b{
						font-weight: normal;
						color: #000;
					}
		section.space-rental .btn-wrapper{
			padding: 30px 0 80px;
			width: 100%;
			text-align: center;
		}
			section.space-rental .btn-wrapper .btn{
				padding: .375rem 40px;
				min-width: 200px;
				font-size: 1.2rem;
			}
.data-notfound{
	padding-top: 50px;
	font-size: 1.4rem;
}
section.contact-channel{
	padding: 50px 0;
	line-height: 60px;
}
	section.contact-channel b{
		display: inline-block;
		line-height: 160px;
		font-size: 1.8rem;
		color: #1f1f23;
	}
		section.contact-channel .icon-text-wrapper{}
			section.contact-channel .icon-text-wrapper .icon-text{
				padding: 0 30px;
				text-align: center;
				color: #212529;
			}
			section.contact-channel .icon-text-wrapper .icon-text:hover{
				text-decoration: none;
			}
				section.contact-channel .icon-text-wrapper .icon-text .icon{
					margin-right: 5px;
					font-size: 1.2rem;
					color: #e05714;
				}
