
 

.mainbanner { overflow:hidden; }
.mainbanner2 { margin:70px 0; }


.board{ width:85%; margin:50px auto 60px; }
.board > .title{ border-bottom:1px solid #cdcdcd; padding-bottom:10px; overflow:hidden; }
.board > .contents{ padding:0;}
#bbsTab  {float:left; padding:0 0px; overflow:hidden;}
#bbsTab li { float:left;  padding-right:10px; font-size:18px; font-weight:500; color:#2f2f2f; line-height:30px; letter-spacing:-1px; cursor:pointer;  overflow:hidden; }
#bbsTab li:nth-child(2):before, #bbsTab li:nth-child(3):before {position: relative; top:0; margin-right:10px; display: inline-block; content: ''; width: 1px; height:15px; background-color: rgba(128,128,128,0.8);}
#bbsTab li.on { font-weight:600; color:#0055c4; }
.bbsMore { float:right; background:url(/images/notice_more.png) right no-repeat; padding-right:10px; font-size:14px; font-weight:500; color:#383838; line-height:30px; }



/*기본게시판*/
.latestBBS { clear:; margin-left:0; width:; }
.latestBBS li {height:40px; overflow:hidden; background: url() no-repeat 5px 13px; border-bottom:1px #e6e6e6 solid;} /* ../images/dot_title2.png */
.latestBBS li .title { display:inline-block; width:70%; text-overflow:ellipsis; white-space:nowrap; font-size:1.0em; font-weight:400; color:#2c2c2c; line-height:40px; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:; float:right; font-size:0.9em; color:#909090; line-height:40px; letter-spacing:0;}

/*기본게시판
.latestBBS { clear:; margin-left:0; width:; }
.latestBBS li {height:30px; overflow:hidden; background: url() no-repeat 5px 13px; border-bottom:0px #e6e6e6 solid;} 
.latestBBS li .title { display:inline-block; width:70%; text-overflow:ellipsis; white-space:nowrap; font-size:1.0em; font-weight:400; color:#646464; line-height:30px; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:; float:right; color:#666666; line-height:30px; letter-spacing:0.5px;}
*/

/*갤러리게시판*/
.latestGallery { width:100%; }
.latestGallery li {  width:32%; float:left; margin-top:; margin-right:2%;}
.latestGallery li:last-child { margin-right:0px;}
.latestGallery li .img img { width:100%; height:;}
.latestGallery li .caption { width:; height:; margin-top:5px; overflow:hidden; text-align:center; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; z-index:999; }
