@charset "euc-kr";

.main_imgs {
	width: 100%;
	height: 650px;
	overflow: hidden;
	position: relative;
	/* top:0;
	left:0; */
}

.main_imgs > div {
	position: absolute;
	width: 100%;
	height: 100%;
}

.main_imgs > div > img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	position: absolute;
	/* transition: all 1s; */
}

.main_m_imgs {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
	/* top:0;
	left:0; */
}

.main_m_imgs>div {
	position: absolute;
	width: 100%;
	height: 100%;;
}

.main_m_imgs>div>img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	position: absolute;
	/* transition: all 1s; */
}