.ml9 {
	position: relative;
	font-weight: 200;
	font-size: 4em;
}

.ml9 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 0.05em;
	padding-bottom: 0.1em;
	overflow: hidden;
}

.ml9 .letter {
	transform-origin: 50% 100%;
	display: inline-block;
	line-height: 1em;
}


#banner,
#banner .item {
	overflow: hidden;
	position: relative;
	background: #fff;
	z-index: 100;
	margin: 0 auto;
	margin-top: 25px;
}
#banner:before{
	content:"";
	position: absolute;
	width: 35%;
	height: 90px;
	/* background: #ffffff; */
	bottom: 30px;
	z-index: 98;
	border-radius: 0px 22px 3px 0px;
}

#banner * {
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out
}
#banner .flmlink{
	writing-mode: vertical-rl;
	position: absolute;
	top: 41%;
	z-index: 9;
}
#banner .flmlink a{
    padding: 20px 20px 20px 12px;
    font-size: max(1.8 * (1vw + 1vh) / 2, 18px);
    background: #a05d5e;
    color: #ffffff;
    letter-spacing: 0.25em;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#banner .flmlink a:hover{
	background:#edac20;
}

#banner .banner_left_box {
	position: absolute;
	top: 23%;
	left: -21px;
	aspect-ratio: 3.3/4;
	width: 17%;
	animation: float 3s ease-in-out infinite;
	display: none;
}

#banner .banner_right_box {
	position: absolute;
	bottom: 42px;
	right: -12%;
	aspect-ratio: 4.8/6.2;
	width: 24%;
	animation: float 5s ease-in-out infinite;
	display: none;
}

#banner #countbanner {
	position: absolute;
	z-index: 97777;
	bottom: 19px;
	display: flex;
	align-items: center;
	width: 80%;
	justify-content: flex-end;
}

#banner #countbanner .updownbox {
	display: flex;
	margin-right: 20px;
}

#banner .longline {
	position: relative;
	width: 100px;
	height: 2px;
	background: #c1c1c1;
	margin: 0 14px;
}

#banner .longline .progress-bar {
	position: absolute;
	height: 2px;
	background: #aa6364;
	top: 0px
}

#banner #total-slides {}

#banner #current-slide {}

#banner .slick-arrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}

#banner .slick-arrow:hover {
	background: #aa6364;
	border-radius: 50%;
}

#banner #countbanner .updownbox .slick-arrow:hover svg {
	fill: white;
	border: #a56466 1px solid;
}

#banner #countbanner .updownbox svg {
	width: 31px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: #7d7d7d 1px solid;
}

#custom-prev-btn {
	-moz-transform: scalex(-1);
	-webkit-transform: scalex(-1);
	-o-transform: scalex(-1);
	-ms-transform: scalex(-1);
	transform: scalex(-1);
}

#banner .item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

#banner .item a.conten {
	position: relative;
	display: flex;
	align-items: center;
	background: white;
	width: 370px;
	padding: 10px 20px;
	border-radius: 10px;
	justify-content: space-between;

}

#banner .item a.conten span {
	color: #80bc58;
	padding: 10px;
	font-size: max(1.2 * (1vw + 1vh) / 2, 15px);
	font-weight: 500;
}

#banner .fanbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#banner .info {
	position: absolute;
	width: min(90%, 1440px);
	top: 37vh;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#banner .info>* {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s
}

#banner .info h3 {
	display: flex;
	opacity: 1 !important;
	line-height: 110%;
	text-align: center;
	font-size: 80px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
	text-transform: uppercase;
	font-size: max(5 * (1vw + 1vh) / 2, 30px);
	text-shadow: 0.1em 0.1em 0.2em rgb(26 36 19 / 21%);
}

#banner .info h3 span.letter {
	font-weight: 700;
	color: #fff;
	font-size: max(5 * (1vw + 1vh) / 2, 30px);
}

#banner .info p {
	margin-top: 5px;
	margin-bottom: 45px;
	text-align: center;
	line-height: 160%;
	font-weight: 500;
	font-size: max(2.6 * (1vw + 1vh) / 2, 16px);
	color: #fff;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition-delay: .5s;
	opacity: 0;
	text-shadow: 0.1em 0.1em 0.2em rgb(26 36 19 / 21%);
}

#banner .img {
	position: relative;
	background: no-repeat 50% / cover;
}



#banner .omgimg {
	position: relative;
	width: 100%;
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

#banner .omgimg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 69px;
	background-image: url(/images/bannner-BAR.jpg);
	bottom: 0;
	z-index: 3;
	background: #f9f2e4;
}
#banner .omgimg:after{
	content:"";
	position: absolute;
	width: 130px;
	height: 100%;
	top: 0;
	left: 0;
}

#banner .img video,
#banner .img iframe {
	position: absolute;
	width: 100vw;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}

#banner .slick-active .info>* {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

@-webkit-keyframes banerBg {
	0% {
		-webkit-transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.1)
	}
}

@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes banerBg {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@media screen and (max-width:1470px) {
	#banner .omgimg:before{
    height: 50px;
}
	#banner #countbanner{
    bottom: 7px;
}
	#banner .omgimg{
    height: 650px;
}
	#banner .img {
		height: 100%;
		width: 100%;
	}
	#banner .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
	

	#banner .banner_left_box {
		width: 16%;
		left: -4%;
		top: 25%;
	}

	#banner .banner_right_box {
		width: 18%;
		right: -9%;
		bottom: 31px;
	}
}

@media screen and (max-width:1024px) {
	#banner .img {
		height: 571px;
	}

	
}

@media screen and (max-width:768px) {
	#banner .info h3 {}

	#banner .img {
		height: 418px;
	}

	#banner .info {
		top: 179px;
	}

	#banner .info p {
		font-size: 20px
	}
}

@media screen and (max-width:550px) {
	#banner, #banner .item{
    margin-top: 25px;
}
	#banner .omgimg{
    height: 569px;
	}
	
	#banner .img {
		height: 100%;
	}
	#banner .img img{object-position: 50% 50%;}
	#banner .banner_left_box,
	#banner .banner_right_box {
		display: none;
	}
}

@media screen and (max-width:480px) {

	#banner .img,
	#banner .slick-active .img {
		background-position: 50% 50%;
		background-size: cover
	}

	#banner #countbanner {
		width: 97%;
	}

	#banner .item a.conten {
		width: 324px;
		padding: 10px 16px;
	}

	#banner .info {
		top: 184px;
	}

	#banner .omgimg:before {
		height: 63px;
	}


	#banner .longline {
		width: 64px;
	}

	#banner #countbanner .updownbox svg {
		width: 24px;
	}

	#banner #countbanner .updownbox {
		margin-right: 10px;
	}
}