#sept-banner{
    width: 1200px;
	background-image: url(../../../images/23/sept/banner/back.jpg);
	background-image: -webkit-image-set(url("../../../images/23/sept/banner/back.jpg") 1x, url("../../../images/23/sept/banner/back@2x.jpg") 2x);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 16px;
    --orange: #f66c00;
}
#sept-banner .banner-inner{
	height: auto;
	padding: 0 15px;
}
#sept-banner .banner-main{
    padding-top: 16px;
    padding-bottom: 32px;
	margin-right: 144px;
    margin-left: 21px;
}
#sept-banner .button{
	font-size: 1.8125em;
	width: 276px;
	height: 57px;
	margin-top: 14px;
}
@media screen and (max-width: 1199px){
    #sept-banner .banner-image{
        margin: 0 15px;
    }
}
@media screen and (max-width: 991px){
	#sept-banner .button{
		width: 250px;
		height: 50px;
		font-size: 1em;
	}
}
@media screen and (max-width: 767px){
    #sept-banner .banner-main{
        margin-right: 85px;
        margin-left: 0;
    }
}
@media screen and (max-width: 567px){
    #sept-banner{
        background-size: 150% auto;
        background-position: top center;
        background-image: url(../../../images/23/sept/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/23/sept/hero/back-m.jpg") 1x, url("../../../images/23/sept/hero/back-m@2x.jpg") 2x);
    }
	#sept-banner .banner-inner{
		flex-direction: column;
        padding-bottom: 30px;
	}
    #sept-banner .banner-main{
        margin-right: 0;
        margin-left: 0;
    }
}