/* BASIC css start */
#content {  margin: 5px auto; margin-bottom: 70px; }
#review_box { width: 1200px; margin: 5px auto; }


/* °Ô½ÃÆÇÅÇÄ«Å×°í¸® */
.board-tit { width:100%; padding:45px 0; text-align:center; }
.board-tit h2 { font-size:30px; font-weight:500; }

/* Ä¿¹Â´ÏÆ¼ Ä«Å×°í¸® */
.community { display: grid; grid-template-columns: repeat(5, minmax(calc(0% - 0px), 1fr)); gap: 1px 1px; background: #dfdfdf; border: 1px solid #dfdfdf; margin-bottom: 50px; }
.community a { position: relative; display: block; color: inherit; background: #fff; text-align: left;  height: 55px; line-height: 55px; font-size: 15px; text-indent: 20px; ; }
.community a.findDepositor { cursor: pointer; }
.community a:after { content: ""; position: absolute; top: 25px; right: 20px; border-top: 1px solid #a5a5a5; border-right: 1px solid #a5a5a5;width: 6px; height: 6px; transform: rotate(45deg);  }
.community a:last-child:after { border: 0!important; }
.community a.over {font-weight: 500; background-color: #000; color: #fff; }


.bbs-link a.write {background: #000; float: right;}
.bbs-link a.list { border: 1px solid #000;color: #000;}   
/* BASIC css end */

