#banner{margin-top: 98px;}
#banner_box , #banner_box .item , #banner_box .img_box { position: relative; }
#banner_box .img_box img {min-width: 100%;width: 100%;height: 705px;}
#banner_box .img_box iframe , #banner_box .img_box video {position: absolute;width: auto;height: 100%;top: 0;right: 0;}
#banner_box .slick-dotted .slick-track { min-width: 100%; }
#banner_box .info_box , #banner_box .atag_item { position: absolute; }
#banner_box .info_box { width: 100%; height: 80%; display: flex; align-items: center; top: 0; left: 0; }

@media screen and (max-width: 1440px){
	#banner_box .img_box img {height: 525px;}
}
@media screen and (max-width: 1024px){
	#banner_box .img_box img {height: 410px;}
}
@media screen and (max-width: 980px){
	#banner_box .img_box img {height: 330px;}
}
@media screen and (max-width: 640px){
	#banner_box .img_box img {height: auto;aspect-ratio: 6.5/3;}
    #banner{margin-top: 82px;}
}