/* banner */
#banner {width: 100%;z-index: 3;}
#banner:before{content:'';width:0;height:0;border-style:solid;border-width: 0 104vw 4.6vw 0vw;border-color: transparent transparent #f7f7f7;position:absolute;bottom: 0;z-index: 3;left: -1vw;}
#banner:after{content:'';width:0;height:0;border-style:solid;border-width: 0 80vw 4.6vw 100vw;border-color: transparent transparent rgb(255 255 255 / 70%);position:absolute;bottom: 0vw;z-index: 2;left: -1vw;}
#banner .item { height: 100vh; }
#banner .main-slider { -webkit-clip-path: url(#clip_banner); clip-path: url(#clip_banner); }
#banner .item .clip >* { min-width: 100%; width: 100% }
#banner .item .clip .bgBox {}
#banner .item .clip iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#banner .item .clip video {overflow: hidden;position: absolute;width: 100%;height: auto;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);z-index: -1;}
#banner .item .info >div {margin: auto;width: calc(80% - 60px);}
#banner .item .info >div .txt {-webkit-transition-delay: .2s;transition-delay: .2s;transform: scaleX(0);-webkit-transform: scaleX(0);transform-origin: 0 0;-webkit-transform-origin: 0 0;width: 50%;}
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* {font-size: 30px;font-family: 'Noto Serif TC';letter-spacing: 2.5px;}
.typewriter {overflow: hidden;border-right: 1px solid white;white-space: nowrap;margin: 0 auto;letter-spacing: .15em;animation: typing 4s steps(40) 1s 1 normal both,blinkCaret 0.75s step-end infinite;display: inline-block;line-height: 1;}

#banner .item .info >div .txt .h3 {margin-bottom: 35px;line-height: 135%;font-size: 80px;word-spacing: 100vw;font-weight: 600;letter-spacing: 9px;}
#banner .wam_img{width: 100%;display: flex;flex-direction: column;align-items: center;position: absolute;bottom: -70px;z-index: 5;}

#banner .item.slick-current .info >div .txt { transform: scaleX(1); -webkit-transform: scaleX(1); }

@keyframes typing {  from { width: 0; }  to { width: 100%; }}
@keyframes blinkCaret {  50% { border-color: transparent; }}


@media screen and (max-width: 1440px){
    #banner .item .info >div .txt >*{font-size: 22px;}
	#banner .item .info >div .txt .h3{font-size: 60px;}
}
@media screen and (max-width: 1280px){
	#banner .item .info >div .txt{width: 70%;}
}
@media screen and (max-width: 1024px){
    #banner .item .clip video{width:auto;}
}
@media screen and (max-width: 980px){
    #banner .item .info >div .txt >*{font-size: 20px;}
	#banner .item .info >div .txt .h3{font-size: 50px;}
	#banner .item .info >div .txt{width: 100%;}
    #banner .item{height: 75vh;}
    #banner .item .clip .bgBox{background-position: 30% 50%;}
}
@media screen and (max-width: 700px){
    #banner .item .info >div{width: 85%;}
    #banner .item .info >div .txt >*{font-size: 17px;display: block;animation: unset;letter-spacing: 1px;overflow: unset;white-space: unset;border: 0;line-height: 1.8;}
	#banner .item .info >div .txt .h3{font-size: 35px;margin-top: 80px;margin-bottom: 20px;}
}