@charset "utf-8";

/*기본코드*/
body.bg { background:url(../images/bg_main2.jpg) top center repeat-x;}
.visual{ width:100%; overflow:hidden;  }
.wrap_content{ width:1200px; overflow: hidden; margin: 0 auto; }


.board_wrapper { float:left; width:; overflow:hidden;}
.board { float:left; background:#fff; width:331px; height:158px; margin-right:40px;}
.board .tit { border-bottom:1px #d0d0d0 solid; padding-bottom:7px; font-size:21px; font-weight:600; color:#323232; letter-spacing:-1px;}
.board .tit .more a{ float:right; font-size:30px; font-weight:100; color:#afafaf; line-height:35px; text-align:center;}
.board .list{ margin-top:12px;}

.course { float:right;}

/* 합격자 명단 */
.pass_exam { float:left; background:url(../images/banner_main_061.png) left no-repeat; width:600px; height:196px;}
.scroll-text { height:156px; margin:20px 0 0 270px; overflow: hidden;}
.scroll-text .listArea { font-size:15px; color:#fff; line-height:26px; overflow:hidden; }
.scroll-text .listArea .date { width:25%; float:left; text-align:center}
.scroll-text .listArea .name { width:20%; float:left; text-align:center}
.scroll-text .listArea .birth { width:25%; float:left; text-align:center}




/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li {height:; overflow:hidden; background: url() no-repeat 5px 13px;} /* ../images/dot_title2.png */
.latestBBS li .title { display: inline-block; width:280px; font-size:14px; font-weight:400; color:#272727; line-height:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:none; float:right; font-weight:300; color:#8d8d8d; line-height:27px; letter-spacing:0.5px;}

