#wrap { 
    min-height: 2150px;
}
/* 메인 컨턴츠 */
#mainComtents {
    min-height: 1000px;
    position: relative;
    padding-bottom: 180px;
}

.contentBoxBottom {
    display: flex;
    justify-content: center;
    min-height: 540px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentBoxBottom > .CertificationBox {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.1);
    width: 305px;
    height: 515px;
    z-index: 128;
    margin-bottom: 20px;
}
.contentBoxBottom > .CertificationBox > .CertificationBox_line  {
    height: 1px;
    background-color: rgb(221, 221, 221);
    width: 100%;
}
.contentBoxBottom > .CertificationBox > .CertificationBox-name {
    height: 80px;
    text-align: center;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    -moz-transform: matrix( 0.9639,0,0,0.96389991266728,0,0);
    -webkit-transform: matrix( 0.9639,0,0,0.96389991266728,0,0);
    -ms-transform: matrix( 0.9639,0,0,0.96389991266728,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 페이징 */
#mainComtents > .pagination {
    margin-top: 10px;
}
#mainComtents > .pagination > ul {
    display: flex;
    justify-content: center;
}
#mainComtents > .pagination > ul > li{
    color: rgb(51, 51, 51);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainComtents > .pagination > ul > li:hover{
    cursor: pointer;
}

#mainComtents > .pagination > ul > li:last-child,
#mainComtents > .pagination > ul > li:first-child {
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(236, 236, 236);
    width: 30px;
    height: 30px;
}
#mainComtents > .pagination > ul > li:last-child {
    margin-left: 7.5px;
}
#mainComtents > .pagination > ul > li:first-child{
    margin-right: 7.5px;
}

#mainComtents > .pagination > ul > li:not(li:last-child):not(li:first-child ) {
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    z-index: 182;
    
    font-size: 14px;
    font-family: "SUIT";
    color: rgb(51, 51, 51);
    margin: 0 7.5px;
}
#mainComtents > .pagination > ul > li.on {
    border-color: rgb(25, 138, 105);
    background-color: rgb(25, 138, 105);
}
#mainComtents > .pagination > ul > li:not(li:last-child):not(li:first-child):hover{
    font-weight: 600;
    text-decoration: underline;
}
#mainComtents > .pagination > ul > li.on {
    border-color: rgb(25, 138, 105);
    background-color: rgb(25, 138, 105);
}
#mainComtents > .pagination > ul > li.on > a {
    color: rgb(255, 255, 255);
    font-weight: 600;
}