


/* 레이어팝업 */
.pull-right{float:right; padding-right:10px;}
.main_popup{  border:3px solid #000;background-color: white; overflow:hidden;}
.popup_bottom{
    background-color: #000;
    color: white;
    height: 30px;
	line-height:30px;
    width:100%;
}
.pop_area { text-align:center; background:#fff;  border:3px solid #000; overflow:hidden; padding:0;}
.popup_bottom a { color:#fff; }
.popup_bottom a.white { padding-left:10px; }



.main_popup100 .pop_area { width:600px; overflow:hidden; text-align:center; background:#fff;  border:3px solid #000; padding:20px; }
.main_popup100 .pop_area h2 { font-size:20px; padding-bottom:15px; }



/* 게시판관련 */

.board_area { font-size:13px !important;  }

table.list { width:100%; border-top:1px solid #ccc; font-size:13px;    }
table.list thead { background:#f5f5f5; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc;   }
table.list thead tr th {  padding:15px 0; color:#000;}

table.list tbody tr td {  padding:15px 0; border-bottom:1px solid #eee; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;   }
table.list tbody tr td.title { text-align:left !important; padding-left:5%; padding-right:5%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
table.list tbody tr td img.ic_new { margin-left:10px; }
table.list tbody tr td.title a:hover { color:#000; }

