<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-kr";

.main_imgs {
	width: 100%;
	height: 650px;
	overflow: hidden;
	position: relative;
	/* top:0;
	left:0; */
}

.main_imgs &gt; div {
	position: absolute;
	width: 100%;
	height: 100%;
}

.main_imgs &gt; div &gt; 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&gt;div {
	position: absolute;
	width: 100%;
	height: 100%;;
}

.main_m_imgs&gt;div&gt;img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	position: absolute;
	/* transition: all 1s; */
}</pre></body></html>