.wrimagecard {
    margin-top: 0;
    margin-bottom: 1.0rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
    border-radius: 0px; /*원래 5px*/
    transition: all 0.3s ease;
}

.wrimagecard .fa {
    position: relative;
    font-size: 70px;
}

.wrimagecard-topimage_header {
    padding: 20px;
    text-align: center;
}

a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}

.wrimagecard-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
    text-align: center;
}

.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}


.profile-image {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-top {
    margin-bottom: 0px;
    background-color: white; /*#76b852*/
    border-color: #3174b0;
}

.menuBody {
    /*background-color:#65CCB8;*/
    background-color: #ebf5e6;
    min-height: 100vh;
    /*height: 100vh;*/
    position: relative;
    padding-bottom: 100px; /* footer height */
}

.progress-label {
    float: left;
    margin-right: 1em;
}

.progress-bar-custom {
    background: white;
}

