#swiper-slide1 {
    background-image: url('../images/main/bgimg.png');
	background-position:bottom center;
}

@media(max-width: 1024px) {
	.container {
		height: calc(100vh - 7vh - 8vh);
	}
	
    #swiper-slide1 {
        background-image: url(../images/main/bgimg_mob.png);
        background-position: center bottom;
        height: 80%;
    }
	
	.p1.left {
		display:none;
	}
}
/*===== days 05 2025 =====*/
/*
._bottom img.lis_stemp.days {
	max-width: 30%;
    margin: 0 auto;
    display: block;
}
._main_logo {
	width:30%;
}
@media(max-width: 1024px) {	
	._bottom img.lis_stemp.days {
		width:70%;
		max-width:none;
	}
}
*/