@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt {
	margin-bottom: 8px;
}

.lt .lt_title {
	font-size: 1.5em;
	color: #333;
	display: none
}

.lt .lt_more {
	display: none;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #eee;
}

.n2_7_title_wrap {
	width: 850;
	height: 39px;
	padding-top: 0px;
	border: 1px solid #ccc
}

.n2_7_title a:link,
.n2_7_title a:visited,
.n2_7_title a:active,
.n2_7_title a:hover {
	float: left;
	text-decoration: none;
	padding-left: 0px;
	white-space: nowrap;
	font: bold 12px;
	color: #222;
	line-height: 27px
}

.n2_7_icon {
	float: left;
	margin-left: 5px;
	height: 19px
}

.n2_7_right_wrap {
	float: right;
	padding-top: 9px;
	padding-right: 7px;
}



#border {
	position: relative;
}


#oneshot_2_7 {
	position: relative;
}

#oneshot_2_7 .la_title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background: #000;
	padding: 0px;
	font-size: 1em;
	color: #fff;
	margin: 0 0 0 5px;
	filter: alpha(opacity=50);
	opacity: .5;
}

#oneshot_2_7 .img_set {
	display: block;
	max-width: 200px;
	width: 100%;
	height: 107px;
	overflow: hidden;
}

#oneshot_2_7 .img_set img {
	width: 100% !important;
	height: 107px;
	object-fit: cover;
}

#oneshot_2_7 .img_set {
	/* background-color:#f8f8f8; */
	padding: 7px;
	margin: 0;
	/* border:1px solid #E3E3E3; */
	/* padding:1px; */
	position: relative;
	overflow: hidden;
}

#oneshot_2_7 .subject_set {
	color: #fff;
}

#oneshot_2_7 li:first-child .img_set {
	
}

#oneshot_2_7 li:last-child .img_set {
	
}

#oneshot_2_7 .subject_set .sub_title {
	margin: 10px 5px;
	text-decoration: none;
	overflow: hidden;
/*	padding-top: 3px;*/
}

#oneshot_2_7 .subject_set .sub_title a:link,
#oneshot_2_7 .subject_set .sub_title a:visited,
#oneshot_2_7 .subject_set .sub_title a:active,
#oneshot_2_7 .subject_set .sub_title a:hover {
	margin-left: 0;
	font-weight: normal;
	font-size: 14px;
	color: #555;
	letter-spacing: -1px;
	display: inline-block;
	width: 100%;
	max-width: 182px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: inherit;
	text-align: center;
}

#oneshot_2_7 .subject_set .sub_content {
	margin-top: 10px;
	margin-left: 7px;
	padding-top: 7px;
	height: 58px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	border-top: 2px dotted #eee;
}


#oneshot_2_7 .subject_set .dotted {
	height: 5px;
	border-bottom: 2px dotted #eee;
}

#oneshot_2_7 .subject_set .sub_datetime {
	margin-left: 7px;
	padding-top: 3px;
	font-size: 12px;
	color: #999;
	line-height: 28px
}

#oneshot_2_7 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#oneshot_2_7 ul > p {
	color: #FFF;
	padding-top: 20px;
	text-align: center
}

/*이미지 좌우간격*/
#oneshot_2_7 li {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0 !important;
	border-radius: 0px;
	background: #fff;
	overflow: hidden;
}


.bubble_b {
	padding: 6px;
	background: #E9E9E9;
	border: 1px solid #DFDFDF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	'

}

.bubble {

	position: relative;
	/*width: 265px;
height: 120px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: #7F7F7F solid 1px;*/

}


.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	/*화살표크기*/
	border-width: 0 5px 8px;
	/*배경칼라*/
	border-color: #E9E9E9 transparent;
	display: block;
	width: 0;
	z-index: 1;
	/*화살표 배경크기(화살표크기보다 높이를 1픽색 아래로 내려줌), 위치*/
	top: -10px;
	left: 20px;
}

.bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	/*화살표크기*/
	border-width: 0 5px 8px;
	/*라인칼라///박스칼라보다 더 강해야 비슷하게 보임*/
	border-color: #CECECE transparent;
	display: block;
	width: 0;
	z-index: 0;
	/*화살표 라인크기(화살표크기보다 높이를 1픽색 아래로 내려줌), 위치*/
	top: -11px;
	left: 20px;
}



@media (max-width: 980px) {

	#oneshot_2_7 .subject_set .sub_title a:link,
	#oneshot_2_7 .subject_set .sub_title a:visited,
	#oneshot_2_7 .subject_set .sub_title a:active,
	#oneshot_2_7 .subject_set .sub_title a:hover {
		max-width: 100%
	}

	#oneshot_2_7 li {
		width: 100%;
	}

	#oneshot_2_7 .img_set {
		max-width: 100%;
		height: 80px;
	}

	#oneshot_2_7 .img_set img {
		height: 100% !important;
	}
}

@media(max-width:768px) {
	#oneshot_2_7 .img_set {
		display: block;
		overflow: hidden;
		height: 75px;
	}
	#oneshot_2_7 .img_set img {
	}
}
