@charset "utf-8";

.img_bg{
    width: 100%;
    min-width: 1920px;
    height: 1382px;
    position: absolute;
    top: -48px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-size: contain; 
}




@media (max-width:1024px) {
    .img_bg {   
    width: 202.60417vw;
    min-width: auto;
    height: 100%;
    top: 0;
	left: 50%;
	transform: translateX(-50%);
	}

}

