.page-work__navitem {
    padding: 25px 15px 25px 15px;
    display: block;
    margin: 10px 0;
    border-radius: 15px;
    line-height: 18px;
    text-decoration: none;
    background: #EFEFEF;
    color: #8E8E8E;
}
.page-work__navitem:hover {
    color: black;
}
.page-work__detailarea {
    border-radius: 15px;
}

.page-work__cardarea {
    height: 75%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 25px 20px 0 10px;
}
.page-work__cardfooter {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 25%;
    padding: 0 10px 15px 10px;
}

@media only screen and (max-width : 1365px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .page-work__navitem {
        display: none;
    }
    .page-work__cardarea {
        position: relative;
    }
    .page-work__cardfooter {
        position: relative;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 575px) {

}