@charset "utf-8";

/* 알림판 모음 */
.tc_lst_wrap{*zoom:1}
.tc_lst{width:100%; line-height:18px; border-bottom:1px solid #ddd; zoom:1}
.tc_lst:after{display:block; clear:both; content:''}
.tc_lst li{display:inline; float:left; width:33.3%}
.tc_lst li a.copy_a{cursor:pointer; display:block; width:90%; margin:0 5% 30px; border:1px solid #ddd; overflow:hidden;}
.tc_lst li a.copy_a .t{display:block; overflow:hidden; width:90%; padding:10px 5% 0; background-color:#fff; font-weight:bold;letter-spacing:-1px;white-space:nowrap;text-overflow:ellipsis}
.tc_lst li a.copy_a .s{display:block; overflow:hidden; width:90%; height:18px; padding:0 5% 10px; background-color:#fff; color:#888; white-space:nowrap;text-overflow:ellipsis}
.tc_lst a.copy_a.s a{color:#888}
.tc_lst a.copy_a .s a:hover{color:#390}
.tc_lst li .thumb{display:block; overflow:hidden; position:relative; width:100%; border-bottom:1px solid #ddd;}
.tc_lst li .thumb img{width:100%; height:auto;}
.tc_lst a:visited,.tc_lst a:visited *{color:#6e4987 !important}

@media (max-width:650px) {
	/* 알림판 모음 */
	.tc_lst li{display:inline; float:left; width:50%}
}

@media (max-width:560px) {
}

@media (max-width:480px) {
}

@media (max-width:380px) {
	/* 알림판 모음 */
	.tc_lst li{display:inline; float:left; width:100%}
}
