/* banner */
#banner { z-index: 3; padding-top: 90px; }
#banner:before {content: '';position: absolute;bottom: 0px;left: 0;width: 100%;height: 310px;background-image: url(/images/44/banner-bottom.png);background-size: 100%;background-repeat: no-repeat;background-position: 0% 100%;z-index: 3;pointer-events: none;}
#banner .item { aspect-ratio: 21/9; }
#banner .mo-item{display:none;}
#banner .item .clip >* { min-width: 100%; width: 100%; }
#banner .item .clip .bgBox {   }
#banner .item .clip iframe, #banner .mo-item iframe{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#banner .item .clip video, #banner .mo-item video { overflow: hidden; position: absolute; width: 100%; height: auto; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
#banner .item .info >div { margin: auto; width: calc(100% - 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; }
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* { padding: 10px 15px; max-width: calc(100% - 30px); font-size: 18px; }
#banner .item .info >div .txt h3 { margin-bottom: 15px; line-height: 120%; font-size: 35px; }
#banner .item.slick-current .clip .bgBox { aspect-ratio: 21/9; }
#banner .item.slick-current .info >div .txt { transform: scaleX(1); -webkit-transform: scaleX(1); }
#banner .slick-dots { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex !important; align-items: center; justify-content: center; gap: 12px; margin: 0; padding: 0; list-style: none; z-index: 20; }
#banner .slick-dots li { width: auto; height: auto; margin: 0; padding: 0; }
#banner .slick-dots li button { display: block; width: 32px; height: 5px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,0.55); font-size: 0; line-height: 0; color: transparent; cursor: pointer; transition: all .35s ease; }
#banner .slick-dots li button:before { display: none; }
#banner .slick-dots li.slick-active button { background: var(--gold-gradient-soft); box-shadow: 0 0 10px rgba(243,204,105,0.45); }
#banner .slick-dots li:hover button { background: rgba(255,224,138,0.9); }
@media screen and (max-width:1280px) {
  #banner { padding-top: 70px; }
}
@media screen and (max-width:1024px) {
  #banner .item { height: 65vh; }
    #banner .item .clip video{width:auto;height: 100%;}
}
@media screen and (max-width:980px) {
  #banner .item { height: 45vh; }
}
@media screen and (max-width:640px) {
    #banner .main-slider{display:none}
    #banner .mo-item video{width:auto;height: 100%;}
    #banner .mo-item{display:block;aspect-ratio: 3/4;}
  #banner .item { height: 25vh; }
    #banner:before{height:150px;background-size: 150%;}
}
