@charset 'euc-kr';
/* 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 µ¸¿ò;
}

