
.ml11 {
	font-weight: 700;
	font-size: 3.5em;
  }
  
  .ml11 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
  }
  
  .ml11 .line {
	opacity: 0;
	position: absolute;
	left: 0;
	height: 100%;
	width: 1px;
	transform-origin: 0 50%;
	}
  
  .ml11 .line1 {
	top: 0;
	left: 0;
	background: #2e2e2e;
	}
  
  .ml11 .letter {
	display: inline-block;
	line-height: 1em;
  }
  
#banner {
	width: 100vw;
	z-index: 3;
}

#banner,
#banner * {
	transition: unset;
	-webkit-transition: unset;
}
#banner .btnBox{
    margin-top: 50px;
}

#banner img {
	width: 100vw;
	min-height: 75vh;
	height: 75vh;
}

#banner .pos_abs {
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
}

#banner .info {
	margin: 0 auto;
	display: flex;
	align-items: center;
	left: 9%;
	top: 6%;
	z-index: 5;
}

#banner .info .txt {
	margin: auto;
}

#banner .info .txt * {
	font-weight: 400;
	color: #363636;
	opacity: 1;
}
#banner .info .txt .letters .letter{
	font-size: max(4.5 * (1vw + 1vh) / 2, 37px);
	color: #d8ae40;
	font-weight:700;
}

#banner .info .txt h3 {
	font-size: 50px;
}
#banner .info .txt h3:before{
	content:"";
	position: absolute;
	background-image: url(/images/40/titleJimg.png);
	width: 60px;
	aspect-ratio: 3/1;
	top: -36px;
	background-size: cover;
}

#banner .info .txt p {
	font-weight: 300;
	font-size: 18px;
}

#banner a.pos_abs {
	z-index: 2;
}

#banner video,
#banner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* slick-current */


#banner .info .txt p {font-size: max(1.3 * (1vw + 1vh) / 2, 17px);line-height: 180%;margin-top: 30px;}

#TJtime {
	position: relative;
	display: flex;
	margin-top: 30px;
}

#TJtime .timeJbar {
	position: relative;
	display: flex;
	border: #b59b85 2px solid;
	border-radius: 10px;
	padding: 9px 10px;
	margin: 0px auto 20px;
	align-items: center;
}

#TJtime .timeJbar:after {
	content: '';
	width: 13px;
	height: 2px;
	background: #b59b85;
	display: block;
	position: absolute;
	right: 20px;
	top: 33px;
	transform: rotate(-140deg);
	transform-origin: 0 0;
	transition: all linear .2s;
}

#TJtime .timeJbar:before {
	content: '';
	width: 13px;
	height: 2px;
	background: #b59b85;
	display: block;
	position: absolute;
	right: 19px;
	top: 33px;
	transform: rotate(140deg);
	transform-origin: 0 0;
	transition: all linear .2s;
}


#TJtime .timeJbar .timebarJ01 h2 {
	font-size: max(2.5 * (1vw + 1vh) / 2, 23px);
	color: #b59b85;
	padding: 0 70px;
}

#TJtime .timeJbar .timebarJ02 p {
	font-size: max(1.7 * (1vw + 1vh) / 2, 16px);
	color: #b59b85;
	font-weight: 500;
	font-family: 'Noto Serif TC';
}


@media screen and (min-width: 761px) {
	#banner img {
		min-height: 95vh;
		height: 910px;
	}

	#banner .pos_abs {}

	#banner .info {
		padding-bottom: 10vh;
	}
}

@media screen and (max-width: 1680px) {
	#banner img {
		height: 600px;
	}

	#TJtime .timeJbar .timebarJ01 h2 {
		padding: 0 16px;
	}
}

@media screen and (max-width: 1400px) {
	#banner img {
		height: auto;
		aspect-ratio: 7/3;
		min-height: unset;
		object-fit: cover;
	}
}
@media screen and (max-width: 1024px) {
	#banner img{
    aspect-ratio: 7 / 5;
    object-position: 0% 50%;
}
}

@media screen and (max-width: 640px) {
	#TJtime .timeJbar .timebarJ02 {
		display: none;
	}

	#TJtime .timeJbar:after,
	#TJtime .timeJbar:before {
		top: 30px;
	}

	#banner .info .txt h3 {
		font-size: 3em;
		line-height: 120%;
	}

	#TJtime .timeJbar {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	#banner a.pos_abs,
	#banner .info {
		height: 100%;
	}

	#banner img {
		aspect-ratio: auto;
		height: 530px;
		object-position: 3% 50%;
	}
}

@media screen and (max-width: 480px) {
	#banner .info .txt h3:before{
    width: 43px;
    top: -20px;
}
	#banner .info{
    position: relative;
    padding: 20px 0;
}
	#banner .info .txt p{
    margin-top: 8px;
}
	#TJtime .timeJbar .timebarJ01 h2{
    font-size: max(2.5*(1vw + 1vh) / 2, 18px);
}
	#banner img {
		aspect-ratio: auto;
		height: 338px;
		object-position: 73% 50%;
	}

	#TJtime .timeJbar .timebarJ01 {
		width: 100%;
	}
	#TJtime .timeJbar:after, #TJtime .timeJbar:before{
    top: 25px;
}
}
@media screen and (max-width: 330px) {
	#banner img{
    height: 300px;
    object-position: 70% 50%;
}
}