/**
 ************************
 * @ver 0.00
 * @date 10/02/23
 * @editors kzms2
 ************************
 */

/* @import css file
========================*/
/* coa file */
@import url(coa.css);
/* common design file */
@import url(cmn.css);

/* @central area
========================*/
.entryArea{
padding:20px 10px 10px;
margin-bottom:10px;
border:1px solid #d3d3d2;
overflow:hidden;
_zoom:1;
}
.entryArea .entryImg{
float:right;
padding-left:10px;
}
.entryDtl{
position:relative;
min-height:160px;
_height:160px;
padding-bottom:20px;
overflow:hidden;
_zoom:1;
}
.entryDtl .txt{
line-height:1.5;
margin-bottom:2em;
}
.entryDtl ul li{
margin-bottom:5px;
}

.entryDtl .more{
position:absolute;
bottom:0;
right:0;
}