@charset "utf-8";

/* 새글 스킨 (latest) */
.top_image_webpage {
	position:relative;
	background:transparent;
	margin:0px auto 20px;
	z-index:999;
}
.top_image_webpage .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.top_image_webpage .lat_title a {color:#000;display:inline-block;position:relative}
.top_image_webpage ul {
	background:#ffffff;
	width:1320px;
	margin:0 auto;
	padding:0px 60px;
    border-radius:60px 60px 0 0;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.top_image_webpage li {
	width:100%;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	position:relative;
	height:600px;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.top_image_webpage li .lt_img {margin:5px 0;display:block}
.top_image_webpage li .lt_img img, .top_image_webpage li .lt_img video {
	width:100%;
	height:auto;
	border-radius:10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.top_image_webpage .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.top_image_webpage .empty_li:before {background:none;padding:0}
.top_image_webpage li:hover img {
	box-shadow: 0px 5px 10px 2px rgba(122, 122, 122, 0.18);
	margin-top: -1px;
}
.top_image_webpage li a.It_subject {
	display:block;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	line-height:108px;
	text-align:center;
	font-size:1.75em;
	font-weight:bold;
	color:#ffffff;
	text-shadow:1px 1px #4d4d4d;
}