@charset "utf-8";
/* CSS Document */

#addcateW{ border:3px solid #00A99D; padding:20px; background: #f6f6f6; margin-bottom: 20px; }
#addcateW>a{ display: inline-block; width: 110px; padding: 5px 0px;}

/*list*/
#bbsList > table { width: 100%; letter-spacing: -0.03em; }
#bbsList > table thead{
	text-align:center; padding:0px; line-height:250%; border: 1px solid #ccc;
	background:#f6f6f6;	background: linear-gradient(#ffffff, #f1f1f1);
}
#bbsList td { border-bottom: 1px solid #eee; line-height: 180%; padding:10px 0px; text-align: center; }
#bbsList td:nth-of-type(4) { text-align:left }
#bbsList td>h1{ color:#222; font-family: "Noto Sans KR";font-size: 120%; font-weight: 500;  }
.addrlist{ font-size: 95%; color:#999; }
.vcactive{ border-top:1px dotted #ccc;margin-top:5px; padding-top:5px; }
	
.boxtype{ border:1px solid #ccc; border-radius: 3px; margin: 0px 20px; padding: 10px 0px; width: 110px;  }
.boxtype2{ border:1px solid #ccc; border-radius: 3px; margin: 3px 20px 0px 20px; padding: 4px 0px; width: 110px;  }