.board-content ul{
    width: 1280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 0;
}

.board-content ul li{
    width: 30%;
    margin-bottom: 45px;
}
.board-content ul li img{
    width: 100%;
    border: 1px solid #ddd;
}
.board-content ul li .th-text h1{
    font-family: 'NanumSquare', sans-serif !important;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    color: #000;
    text-align: center;
    margin-top: 12px;
    line-height: 1.3em;
}
.board-content ul li a{
    text-decoration: none;
}


.board-list-container table {
    width: 1280px;
    margin: auto;
    align-content: center;
    padding: 0 32px;
}

.board-list-container table thead tr th {
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

.board-list-container table .center {
    text-align: center;
}

.pagenation_container{
    text-align: center;
}


.pagenation_container {
    min-width: 1000px;
    margin-bottom: 20px;
}

.pagination {
    display: flex;
    margin: auto;
    justify-content: center;
    align-content: center;

}

.pagination li{
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #eee;
    color: #959595;
    margin: 5px;
}

.pagination .active{
    background-color: #3a8afd;
}
.pagination .active span{
    color: #fff;
    font-weight: 600;
}

.pagenation_container nav{
    text-align: center;
}

.th-content{
    position: relative;
}

.guard-box{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
}
.guard-box .ps-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.guard-box .ps-center h1{
    font-size: 16px;
    color: #fff;
    font-family: 'NanumSquare', sans-serif !important;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
}
.guard-box .ps-center a{
    background-color: #FF749F;
    text-decoration: none;
    font-family: 'NanumSquare', sans-serif !important;
    color: #fff;
    font-weight: 600;
    display: block;
    margin: auto;
    width: 90px;
    padding: 8px;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}

.view-content{
    text-align: center;
}

.view-content .view-date {
    width: 1280px;
    margin: auto;
    align-content: center;
    padding: 0 32px;
}

.view-file{
    text-align: center;
}

/* 서브카테고리 */
.sub-caterogy-container ul{
    display: flex;
    margin-bottom: 50px;
    padding: 0 32px;
}

.sub-caterogy-container ul li{
    width: 25%;
    margin-bottom: 0;
}
.sub-caterogy-container ul li a{
    text-align: center;
    padding: 14px 20px;
    display: block;
    border: 1px solid #ddd;
    color: #000;
    font-family: 'NanumSquare', sans-serif !important;
    font-weight: 600;
}

.sub-caterogy-container ul li.active{
    background-color: #FF749F;
}
.sub-caterogy-container ul li.active a{
    color: #fff;
}
