.page_wrap.institution div.bbsTop{
    margin-top: 30px;
}
.page_wrap.institution ul.bbsList li div.type01{
    flex: 1;
}
.page_wrap.institution ul.bbsList li div.type02{
    flex: 2;
}
.page_wrap.institution ul.bbsList li div.type03{
    flex: 4;
}
.page_wrap.institution ul.bbsList li div.type04{
    flex: 2;
}
.page_wrap.institution ul.bbsList li div.type05{
    flex: 2.5;
}
.page_wrap.institution ul.bbsList li div.type03 > a{
    font-weight: 700;
    font-size: 16px;
}
.page_wrap.institution ul.bbsList li div.type03 > a i img{
    transform: translateY(-1px);
}
.common_btns_center{
    display: flex;
    justify-content: center;
    border-top: 1px solid #e5e5e5;
}
.common_btns_center a{
    margin-top: 30px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 20px 2px;
    text-align: center;
    background: #ffffff;
    font-size: 16px;
    color: rgb(87, 87, 87);
    border-radius: 8px;
    border: 1px solid #d3d2d2;
}
span.viewCategory {
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    color: #D66F50;
    font-weight: 400;
}
.info_wrap{
    border-top: 1px solid #e5e5e5;
}
.info_wrap .insinfoUl{
    display: flex;
    flex-wrap: wrap;
    color: #7f7f7f;
}
.info_wrap .insinfoUl li{
    width: 50%;
    padding: 14px 13px 17px;
    position: relative;
}
.info_wrap .insinfoUl li:nth-of-type(2n - 1)::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    border-bottom: 1px solid #e5e5e5;
}

.bbsViewTop h3.viewTitle a{
    font-size: 15px;
}

.tit_div{
    display: flex;
    flex-direction: column;
}
.tit_div .two{
    font-size: 14px;
    margin-top: 0px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .institution ul.bbsList li.bbsBody div{
        text-align: left;
    }
}
