.numbering{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    background-color: #EFEFEF;
    padding: 1rem;
    border: 1px solid black;
}

h3{
    text-align: left;
    color: black;
}

.notice_pagination{
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-body img{
    float: right;
    margin-left: 15px;
    width:100px;
    height:100px;
    transition: transform 1s;
}

.noticeBody{
    padding: 10px;
}

.card-body img:hover{
    transform: scale(5) translate(-80%, 0%);
}

.row{
    justify-content: center;
}

.accordion, .card{
    background-color: transparent;
}

.card{
    margin-top: 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
