﻿a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

/* 프로필 이미지 */
.box {
    width: 100px;
    height: 100px; 
    border-radius: 70%;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
}

.profile {
    width: 100%;
    height: 100%;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;	
}

.card-deck {
    margin-right: -10px;
    margin-left: -10px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

/*동영상 이미지*/
.thumbnail { position: relative; padding-top: 56.25%; width:100%; overflow: hidden; } 
.thimg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; min-width: 100%; height: 100%; }
.thimg:hover { border: 2px solid #c82333 }


/*패이징*/
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #ffffff;
    border-color: #bd2130;
}