@charset "utf-8";
/* CSS Document */

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
}
#oneshot_2_7 {
	width: 100%;
	position: relative;
    padding: 50px 30px;
    background: #fff;
}

#oneshot_2_7 .la_title {
	margin: 0 0 55px;
}
#oneshot_2_7 .la_title p{
	font-size: 1.3em;
	line-height: 1em;
	margin: 15px 0 0 ;
    color: #000!important;
}
#oneshot_2_7 .la_title h1{
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 800
}
#oneshot_2_7 .img_set img {
    width: 100%;
    height: auto;
}
#oneshot_2_7 .lt_more {
	position: absolute;
	top: 10px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
/*	line-height: 50px;*/
	transform: rotate(0deg);
	transition: all 0.5s;
	width: 50px;
	height: 50px;
	border: 3px solid #e5f6ed;
	border-radius: 50%;
}
#oneshot_2_7 .lt_more:hover{
	transform: rotate(180deg);
	transition: all 0.5s;
}

#oneshot_2_7 .lt_more a {
	color: #00a651;
	font-size: 2.2em;
	background: #fff;
}

#oneshot_2_7 .lt_more a:hover {
	color: #00a651;
}

#oneshot_2_7 ul {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}

#oneshot_2_7 ul:after {
	display: block;
	content: "";
	clear: both;
}

#oneshot_2_7 li {
	list-style: none;
	float: left;
	text-decoration: none;
	width: calc(25% - 11.5px);
	margin: 0 15px 0 0;
}
#oneshot_2_7 li:last-of-type{
	margin: 0;
}

#oneshot_2_7 #quick {
	position: absolute;
	z-index: 2;
	top: -5px;
	left: 5px;
	width: 50px;
}

#oneshot_2_7 #border {
	position: relative;
	overflow: hidden;
}

#oneshot_2_7 #border:hover {}

#border .over {
	position: absolute;
	left: 0;
	top: 275px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 0.5s;
	display: none;

	z-index: 10;
	top: 0;
}

#border .over a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 50% 10%;
	font-size: 1.2em;
}

#border .over a p {
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 11px;
	padding: 5px 10px;
	width: 100px;
	margin: 10px auto;
}

#border:hover .over {
	top: 0;
	opacity: 1;
}

#oneshot_2_7 .img_set {
}

#oneshot_2_7 .subject_set {
	padding: 15px 5px 0 5px;
}

#oneshot_2_7 .subject_set .sub_title {
	text-align: left;
	height: auto;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
}

#oneshot_2_7 .subject_set .sub_title a {
	font-weight: 600;
	font-size: 1.3em;
	color: #000;
	line-height: 1.2em;
	letter-spacing: -0.5px;
}

#oneshot_2_7 .subject_set .sub_content {
    word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	text-align: left;
	line-height: 1.3em;
}

#oneshot_2_7 .subject_set .sub_content .sub_datetime{
	margin-bottom: 15px;
	font-size: 12px;
	color: #777;
}

/*#oneshot_2_7 .subject_set .sub_datetime{
margin-left:7px;
padding-top:3px;
font-size:12px;
font-family:Dotum,Verdana,Arial;
color:#999; 
line-height:28px
}*/





@media(max-width:1400px){}
@media (max-width:1400px) {
	#border {}
	#oneshot_2_7{
		margin: 0;
   	 padding: 30px 20px 10px;
	}
	#oneshot_2_7 #border {
		margin: 0 4px 8px 4px;
	}

	#oneshot_2_7 .img_set {
		width: 100%;
		height: auto;
	}

	#oneshot_2_7 .img_left {
		width: 100%;
		height: 100px;
		object-fit: cover;
	}

	#oneshot_2_7 .subject_set .sub_content {
	}

	#oneshot_2_7 .la_title {
		padding: 0px 0 10px 0;
		font-size: 1em;
		margin-bottom: 10px;
	}

	
	#oneshot_2_7 .la_title p{
		font-size: 1em;
		margin: 10px 0;
	}
	#oneshot_2_7 .la_title h1{
		font-size: 1.8em;
	}
	
	#oneshot_2_7 .lt_more{
		width: 35px;
		height: 35px;
	}
	#oneshot_2_7 .lt_more a {
		font-size: 1.2em;
	}

	#oneshot_2_7 li {
		width: calc((100% / 2) - 5px);
		margin: 0 10px 10px 0;
	}
	#oneshot_2_7 li:nth-of-type(2n),
	#oneshot_2_7 li:last-of-type{
		margin: 0 0 10px;
	}
	
	#oneshot_2_7 .subject_set{
		padding: 10px 5px 0 5px;
	}
	#oneshot_2_7 .subject_set .sub_title {
/*		height: 35px;*/
		
	}
	#oneshot_2_7 .subject_set .sub_title a{
		font-size: 1em;
	}


}

@media (max-width:500px) {
	#oneshot_2_7 li {
		width: 100%;
		margin: 0 10px 10px 0;
	}
	#oneshot_2_7 li:nth-of-type(2n),
	#oneshot_2_7 li:last-of-type{
		margin: 0 0 10px;
	}
}

















/* ******** 추가 250402 ******** */
#oneshot_2_7 .sosik li{}
#oneshot_2_7 .sosik li{
	position: relative;
	margin: 0;
	width: 20%;
	height: 0;
	padding-bottom: 20%;
}
#oneshot_2_7 .sosik li #border{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 100%;
}
#oneshot_2_7 .sosik li .over{
	display: unset;
	visibility: hidden;
	transition: all 0.3s;
}
#oneshot_2_7 .sosik li:hover .over{
	visibility: visible;
	opacity: 1;
}
#oneshot_2_7 .sosik li .swiper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 100%;
}
#oneshot_2_7 .sosik li .swiper img{
	position: absolute;
	width: 100%;
	height: unset;
	object-fit: cover;
}
@media (max-width:1400px){
	#oneshot_2_7 .sosik li{
		width: 50%;
		padding-bottom: 50%;
	}
}
@media (max-width:500px){
	#oneshot_2_7 .sosik li{
		width: 100%;
		padding-bottom: 100%;
	}
}
