@charset "utf-8";

/* 상태 */
span.crucial{
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

/* 공지사항 게시판 */
.list.notice-list ul.flex li.row-no{width: 5%}
.list.notice-list ul.flex li.row-title{width: 60%; text-align: left}
.list.notice-list ul.flex li.row-writer{width: 15%}
.list.notice-list ul.flex li.row-views{width: 5%;}
.list.notice-list ul.flex li.row-regdate{width: 15%}

.view-box div.view-content{margin: 0 auto; line-height: 1.5;}

div.gallery-list > div div.img-box{aspect-ratio: 1 / 1.414;}

@media screen and (max-width:839px){
    .notice-list .gallery-list.col4 > div{width: calc(96% / 2); margin-right: 4%;}
    .notice-list .gallery-list.col4 > div:nth-child(2n),
    .notice-list .gallery-list.col4 > div:nth-child(4n){margin-right: 0}

}
