@charset 'utf-8';
/* CSS Document */
/* 일반 정의 */
body {
	margin: 0px;
	padding: 0px;		
}
/*12월27일 추가*/
a:link, a:visited {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #f28a25;
	text-decoration: underline;
}
a,img,input{
	selector-dummy: expression(this.hideFocus=true); /* 클릭시 점선박스 방지 - IE에서만 적용됨 */
}
.none {	display: none;}
.chapter {
  clear: both;
	float: left;	
	width: 185px;
  padding: 8px 0 8px 0;
	padding-left: 9px;
	background: url(img/bg.gif) repeat-y left top;
}
img {   	
	vertical-align: middle;
	border: none;
}
.img {
  clear: both;
  float: left;
	width: 62px;
	height: 52px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-right: 6px;
}
.content {
  float: right;
  width: 105px;
}
.content h4 {
  font: bold 11px/160% 돋움, 굴림, Tahoma, sans-serif;
	width: 105px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow: hidden;
  text-overflow: ellipsis; /*overflow: hidden; 속성과 같이 써줘야 말줄임 기능이 적용된다.*/
  white-space: nowrap; /*내용이 길경우 줄바꿈 되는것을 막아준다.*/
}
.content p {
  width: 105px;
	height: 26px;
	margin: 0;	
	overflow: hidden;
  text-overflow: ellipsis; /*overflow: hidden; 속성과 같이 써줘야 말줄임 기능이 적용된다.*/
  word-break: break-all; /*내용이 길경우 줄바꿈*/
}
.regular11px {
  color: #7e7d7d;
	font: 11px 돋움;
}


