#board-list,
#board-list h1,
#board-list h2,
#board-list h3,
#board-list h4,
#board-list h5,
#board-list h6 {
    letter-spacing: -1px !important;
}
#board-list > h2 {
    font-weight: 700;
}
#board-list ul li {
    margin-bottom: 30px;
}
#board-list ul li a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#board-list ul li a:hover {
    border-color: #63bd4e;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#board-list ul li a .tbox {
    border-top: 1px solid #ddd;
    padding: 15px 5px;
}
#board-list ul li a .ibox {
	position: relative;
}
#board-list ul li a .ibox .none {
       position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
}
#board-list ul li a .tbox h5 {
    font-weight: 400;
    line-height: 1.2em;
}
#board-list ul li a .tbox h4 {
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 5px;
    color: #033769;
}
#board-list ul li a .tbox h6 {
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 5px;
}
/*board-view*/
#board-view .btn_wrp a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #319b1b;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 15px;
}
#board-view .iwrp {
    border: 1px solid #ddd;
}