/*---------------------------------------
  board_02               
-----------------------------------------*/
div.board_02 {width: 25%; height: auto; border-bottom:1px solid #dfdfdf; overflow:hidden; padding:0; border: none;}
div.board_02 div.notice {position: relative; margin:0 auto; }
div.board_02 div.notice div {float:left; font-size:17px;}
div.board_02 div.tit {
    font-family: "Noto Sans KR";
    color: #363636;
    font-weight: 600;
    font-size: 20px!important;
    letter-spacing: -0.2px;
}
div.board_02 div.cont {width:100%; padding-top:13px;}
.board_output_1_tr td:nth-child(1) {display: none;}
.board_output_1_tr td:nth-child(3) {
    font-size: 14px;
    font-weight: 300;
    color: #7a7a7a;
}
.board_output_1_tr font {
    display: none;
}
.bd_out1 a {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 300;
}
/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1024px) {
div.board_02 div.notice {width:100%; }
div.board_02 div.notice div {float:none; font-size:14px;}
div.board_02 div.tit { }
div.board_02 div.cont {width:100%; padding:14px 0px; }
div.board_02 div.more {
    width: 100%;
    text-align: center;
}
}
@media (max-width: 768px) {
    div.board_02 {
        width: 33%;
    }
    .board_output_1_tr td:nth-child(3){
        display: none;
    }
}
@media (max-width: 640px) {
    div.board_02 {
        padding: 30px 0 15px;
    }
    div.board_02 {
        width: 100%;
    }
    div.board_02 div.notice {
        width: 90%;
    }
    .tit {
    text-align: center;
    }
    .board_output_1_tr td:nth-child(3) {display: block;}
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}