﻿@import url(content.css);
@import url(arcontrol.css);

.content .photolist { 
	border-bottom:2px solid #a2a2a2; overflow:hidden; zoom:1; 
}
.content .photolist li { height:188px; width:100%; padding:20px 0 20px; border-top: 1px solid #dbdbdb; }
.content .photolist li:first-child { padding-top:0; border:0; }
.content .photolist li:last-child { margin:0 0 20px; }
.content .photolist li .img { width:300px; height:188px; float:left; margin-right:15px; }
.content .photolist li .img a { display:block; width:100%; height:100%; overflow:hidden; }
.content .photolist li .img a img { width:100%; min-height:100%; height:auto; }
.content .photolist .photoinfo .date,
.content .photolist .photoinfo .tit,
.content .photolist .relphoto {display:block; line-height:1.2; vertical-align:middle; font-size:12px; }
.content .photolist .photoinfo { width:450px; float:right; margin-top:6px; }
.content .photolist .photoinfo .date { margin:0 0 8px 0; font-size:12px; }
.content .photolist .photoinfo .tit { 
	font-size:21px; margin:0 0 23px; width:100%; overflow:hidden; letter-spacing:-2px; font-weight:bold;
	text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; 
}
.content .photolist .relphoto { 
	background:url("http://img.nocutnews.co.kr/nocut/v2/photo/news/imgs_isp.gif") no-repeat 0 -43px; 
	padding:0 0 0 9px; color:#5b5b5b; margin:0 0 10px; 
}
.relphoto em { margin-left:2px; font-weight:bold; color:#ed9433; }

/*슬라이드*/
.content .photolist .small_slide { 
	border:1px solid #c9c9c9; width:448px; height:68px; padding:9px 0; 
	position:relative; clear:both; 
}
.content .photolist .small_slide .slidewrap { width:383px; margin:0 0 0 32px; overflow:hidden; }
.content .photolist .small_slide ul { float:left; width:50000px; }
.content .photolist .small_slide ul li { margin:0 10px 0 0; float:left; width:109px; overflow:auto; padding:0; border:0; height:auto; }
.content .photolist .small_slide ul li a { width:100%; height:68px; display:block; overflow:hidden; }
.content .photolist .small_slide ul li a img { width:100%; min-height:100%; height:auto !important; height:100%; }
.content .photolist .small_slide span { position:absolute; top:36px; width:11px; height:16px; }
.content .photolist .small_slide span a { 
	width:11px; height:16px; text-indent:-5000em; overflow:hidden; display:block; 
	background:url("http://img.nocutnews.co.kr/nocut/v2/photo/news/imgs_isp.gif") no-repeat; 
}
.content .photolist .small_slide .btn_prev { left:9px; }
.content .photolist .small_slide .btn_prev a { background-position:0 0; }
.content .photolist .small_slide .btn_next { right:9px; }
.content .photolist .small_slide .btn_next a { background-position:-11px -16px; }