@charset "utf-8";
/* CSS Document */
/*輪播廣告*/
.carousel-bg {
	background-color: #fff;
}
.carousel-width {
	margin: 0 auto;
	padding: 0;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-indicators li ,.carousel-indicators .active{
    margin-left: 3px;
    margin-right: 3px;
}
@media screen and (max-width: 767px) {
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
}

/*主題館輪播廣告*/
.banner_bxslider_pad {
	padding-top: 76px;
}
@media screen and (max-width: 767px) {
.banner_bxslider_pad {
	padding-top: 0px;
}
}

.top_video_box{
    position: relative;
    width: 100%;
    height: 100%;
    overflow:hidden;    
}
.top_video_box .video{
    width: 100%; 
    height: 90vh; 
    object-fit: cover;
}
.top_video_box .video_con{
    position: absolute;
    top: 60%;
    left: 50%; 
    transform: translate(-50%,-50%);
}
.top_video_box .video_text{
    text-align: center;
    font-size: 90px;
    line-height: 90px; 
    color: #fff;
    font-style: italic;
    font-weight: 600; 
    font-family: arial;
    letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
.top_video_box{
    height: auto; 
}
.top_video_box .video{
    height: auto; 
    object-fit:fill;
}
}