.content1 {
    padding: 20px 0px;
}
.content1 .title {
    font-size: 21px;
    display: flex;
    font-weight: 800;
    font-family: 'NanumSquareNeoExtraBold' !important;
    color: #0f1e5d;
    margin: 0 15px 15px
}

.box  {
    border-bottom: 4px solid #f4f5f8;
    padding: 30px 15px ;
    display: block;
}
.box:nth-of-type(1), .box:nth-of-type(5), .box:nth-of-type(9)  {
    padding: 0 15px 30px;
}
.box:nth-of-type(4), .box:nth-of-type(8), .box:nth-of-type(12) {
    border-bottom: none;
}
.box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.box  p{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 15px;
}
.pagination {
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination button {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    color: #cccccc;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 16px;
    width: 35px;
    height: 35px;
}
.pagination button.prev, .pagination button.next  {
    border: none;
}
.pagination button.prev img, .pagination button.next img{
    width: 12px;
}
.pagination .active {
    background-color: #003799;
    color: white; 
    border: none;
}