#banner_box , #banner_box .item , #banner_box .img_box { position: relative; min-width: 100vw; }
#banner_box .img_box img { width: 100vw; height: 100vh; }
#banner_box .info_box , #banner_box .atag_item { position: absolute; }

#banner_box .slick-dots { bottom: 20px; }
#banner_box .slick-dots li { opacity: .2; display: inline-flex; justify-content: center; align-items: center; }
#banner_box .slick-dots li.slick-active { opacity: 1; }
#banner_box .slick-dots li button { width: 10px; height: 10px; background: var(--info); border-radius: 50%; box-shadow: 0 0 5px #fff; }
#banner_box .slick-dots li button:before { content: ""; }

@media screen and (max-width: 1280px){
	#banner_box .img_box img { height: auto; }
}
@media screen and (max-width: 1160px){
	#banner_box { padding-top: 80px; }
}